openbsd
1997-01-29 deraadtsignal.h -> siginfo.h -> time.h fallout
1997-01-29 downsjMatch com changes.
1997-01-29 deraadtgetopt & int
1997-01-28 deraadtrepair quotactl() types
1997-01-28 deraadtdo not call err/errx with extra newlines
1997-01-28 millertgetcwd() not getwd()
1997-01-28 niklasPut back lost VOP_GETATTR call, but in a better place
1997-01-28 deraadtuse scsiprint
1997-01-28 deraadthp300 compat for siginfo
1997-01-28 deraadtdeal with siginfo addition
1997-01-28 deraadtrepairs by msaitoh@spa.is.uec.ac.jp
1997-01-28 deraadtfor total use -t; tsarna@endicor.com
1997-01-28 deraadtintuit more info from dmesg, hubert.feyrer@rz.uni-regen...
1997-01-28 millertOnly print the partition if doing multiple devices.
1997-01-28 millertRevert back to old fsirand but do things a cylinder...
1997-01-28 deraadtadd addr arg to sendsig/trapsignal; no siginfo_t suppor...
1997-01-28 deraadtencourage a few more udp whacks at the server
1997-01-27 millertFaster fsirand based in part on code from fsck_ffs.
1997-01-27 deraadtselect subsystem si_pid becomes si_selpid, to not confl...
1997-01-27 deraadtadd another parameter to trapsignal() and sendsig(...
1997-01-27 rahndsremove items that are no longer an issue.
1997-01-27 rahndsPatches file can be removed. All change necessary to...
1997-01-27 rahndsSupport fdisk on bigendian systems. Does the necessary...
1997-01-27 dmsecurity
1997-01-27 deraadtprototyping problems, PR#71, felix@mamba.pond.sub.org
1997-01-27 bitbltAdded a WARNING about not using it to detect back doors.
1997-01-27 deraadtbad chr->blk mappings; randy@rtmx.com
1997-01-27 majadefine AOUT_MACHTYPE. This is OpenBSD/vax not OpenBSD...
1997-01-27 briggsNetBSD PR#3147. From Walter Ruetten--walter@ghpc8...
1997-01-27 downsjSupport lchown(2).
1997-01-27 deraadtmore #define fallout from union hiding in siginfo
1997-01-27 deraadtchange prompt to ddb to match man page ddb(4)
1997-01-27 millertFallout from signal.h's inclusion of sys/time.h...
1997-01-27 briggsSet MACHINE_ARCH only if it's not already in the enviro...
1997-01-27 millertNo more static buffers. We can operate on any sized...
1997-01-27 millertfix typo
1997-01-27 rahndsFix another 16 bit operation on a 32 bit quantity.
1997-01-27 deraadtgive up on si_pid for now
1997-01-27 deraadtmatch svr4 siginfo changes
1997-01-27 deraadtdo not conflict against generic siginfo!
1997-01-27 deraadti386 part of siginfo
1997-01-27 deraadtinitial cut at SA_SIGINFO support
1997-01-27 downsjNevermind, I looked at it wrong.
1997-01-27 downsjAs of 2.1.14, Linux chown() doesn't follow symlinks...
1997-01-27 downsjUse lchown(2) instead.
1997-01-27 downsj__mc68k__ -> m68k
1997-01-26 downsjRegen.
1997-01-26 downsjSince these are old systems, call lchown() in place...
1997-01-26 downsjAdd a link for lchown.2
1997-01-26 downsjWe don't follow old 4.4BSD symlink semantics anylonger.
1997-01-26 downsjRegen.
1997-01-26 downsjWe can do lchown(2) now.
1997-01-26 kstaileysupport for lchown(2) if "-p" is used
1997-01-26 tholoDon't examine an mbuf after it has been released; from...
1997-01-26 briggsNuke cruft from NetBSD merge (max_target).
1997-01-26 niklasEven if the objs are cached, we want to find the Makefile
1997-01-26 niklasSome more KNF
1997-01-26 downsjSupport lchown().
1997-01-26 niklasFixed a busification bug (some may well remain), as...
1997-01-26 downsjAdd missing documentation; build and install it.
1997-01-26 downsjcpio 2.4.2, including texinfo file. supports lchown().
1997-01-26 rahndsChange to fix bug with constant handling in locore.
1997-01-26 rahndschange constant handling with @l.
1997-01-26 downsjCheck malloc() return value.
1997-01-26 rahndschange default data limit so that source build will...
1997-01-26 downsjEnable -h for calling lchown(2) instead of chown(2...
1997-01-26 downsjRegen.
1997-01-26 downsjAdd lchown(2).
1997-01-26 downsjAdd lchown() declaration.
1997-01-26 downsjAdd lchown(), increment minor number.
1997-01-26 millertDynamic buffering to handle arbitrary line length and...
1997-01-26 millertadd fsirand
1997-01-26 millertffs inode randomizer
1997-01-26 tholoMake ip_len and ip_off unsigned values; don't transmit...
1997-01-26 deraadtuse mktemp(1) to avoid /tmp race; spotted by dholland...
1997-01-26 deraadtbye
1997-01-26 deraadtfor implied stdin, do not corrupt argv[0]
1997-01-25 tholoDon't do disruptive time corrections if tick size is...
1997-01-25 tholoImprove adjtime() for odd hz values; from Dennis Fergus...
1997-01-25 tholoAttempt to give the entire passed address to getnetbyad...
1997-01-25 tholoDon't include bogus information here
1997-01-25 deraadtsplit cd() into two pieces, whoever was here last did...
1997-01-25 deraadtnever hand over a nonresv port, even if asked. problem...
1997-01-25 deraadtdo not change PATH
1997-01-25 dmChanged my mind about where to do this.
1997-01-25 niklasUse ${CC:-cc} instead of cc
1997-01-25 deraadthacks to make it fit, parts by niklas
1997-01-25 deraadtdo not use PATH, s/gcc/cc/, mouse@Rodents.Montreal...
1997-01-25 impMMALLOC_DISABLE -> MALLOC_CFLAGS to fix link problem.
1997-01-25 downsjsync with NetBSD, changes from PR#3114, Michael.Eriksso...
1997-01-25 kstaileyreapplied 1.2 -> 1.3 changes to run.c plus many fixes
1997-01-25 dmOnly disclose generation number to root.
1997-01-25 kstaileyback out 1.2 again for testing
1997-01-24 kstaileyreapplied 1.2 -> 1.3 changes to run.c that got squashed
1997-01-24 millertBasically stock AT&T resarch awk until the awk vs....
1997-01-24 chuckbug fix:
1997-01-24 niklasSync with NetBSD 961207
1997-01-24 millertSupport multiple -v options like GNU tar (> 1 -v means...
1997-01-24 niklasSync with NetBSD 960123
1997-01-24 deraadtSIOCGIFCONF nicely
next