added procfs files
[unix-history] / usr /
1994-01-04 Jan-Simon Pendryadded procfs files
1994-01-04 Keith Bosticrenumber the IP setsockopt options back to the Reno...
1994-01-04 Keith Bosticfix the copyright notice, the script didn't like just...
1994-01-04 Keith Bosticdon't assume that the year is 19XX -- user's can enter...
1994-01-03 Keith Bosticnvi 0.94 looks like the winner
1994-01-03 Keith BosticSet errno before calling quit() when not root. Cleanup...
1994-01-03 Keith Bosticdon't increment a void *, it's not healthy
1994-01-03 Keith BosticAsh/sh doesn't support the -t flag
1994-01-03 Keith Bosticcheck stdin_ok first, may not have stat'ed the file
1994-01-03 Keith Bosticf you have no checked out SCCS files (e.g. you don...
1994-01-03 Keith Bosticspelling
1994-01-03 Keith Bostic% mkdir obj
1994-01-03 Keith Bosticcosmetic changes, to cast to the right type for printf
1994-01-03 Keith Bosticinquote is a char, should be assigned to '\0' not to...
1994-01-03 Keith Bostictime_t is a long on most machines so it should need...
1994-01-03 Keith Bostic(no message)
1994-01-03 Keith BosticIn case $MAKEOBJDIR is not a directory or we cannot...
1994-01-03 Keith Bosticcredit Harvard Lampoon with a `Bored of the Rings'...
1994-01-03 Keith Bosticfgetline(3) renamed to be fgetln(3)
1994-01-03 Keith BosticHenry Spencer's fix for end-of-word matching
1994-01-03 Keith Bosticfgetline(3) interface changed, newline no longer replaced
1994-01-03 Keith Bosticrename fgetline.{3,c} -> fgetln.{3,c}
1994-01-03 Keith Bostic-w should set iflag, so the output looks like the old...
1994-01-03 Keith Bosticupdate of netstat from Mike Karels at BSDI
1994-01-03 Keith Bosticrename fgetline.{3,c} -> fgetln.{3,c}
1994-01-03 Keith Bosticcfsetspeed should return the same values as cfsetispeed and
1994-01-03 Keith Bosticclear PENDIN if ICANON is cleared
1994-01-03 Keith BosticThere are some hardwired /var/tmp's in the locate datab...
1994-01-03 Keith BosticSerious quoteing problem in conditionals:
1994-01-03 Keith BosticChange <sys/dir.h> to <dirent.h>
1994-01-03 Keith Bosticprettiness police
1994-01-03 Keith BosticHelp scandir compile on systems such as SVR4 where...
1994-01-03 Keith BosticThis prevents you from specifying a raw ip address...
1994-01-03 Keith BosticUse lstat() when poking around in /dev. The routine...
1994-01-03 Keith BosticIf you're going to fall through, say so!
1994-01-03 Keith BosticAssign printer pointer after forking so the parent...
1994-01-03 Keith Bosticendwin() needs to restore the stop signal handler
1994-01-03 Keith Bosticonly block SIGALRM and SIGWINCH, not every signal,...
1994-01-03 Keith Bosticit's LINES, not ROWS!
1994-01-03 Keith Bosticdelete HZ, it's Hazeltine specific, and conflicts with...
1994-01-03 Keith Bosticrename hash.c to cur_hash.c, it conflicts with hash...
1994-01-03 Keith Bosticintegrate latest version into 4.4BSD-Lite
1994-01-03 Keith Bosticmake the man page RECNOINFO element order match the...
1994-01-03 Keith Bosticmake the db.h HASHINFO element order match the man...
1994-01-03 Keith Bosticmake db.h BTREEINFO include ordering match the man...
1994-01-03 Keith Bosticmake it possible to compile new versions of db that...
1994-01-03 Keith Bosticmove acceptable open(2) flag check to dbopen, no longer...
1994-01-03 Keith Bosticcopyediting for Usenix manuals
1994-01-03 Keith Bosticadd a way to specify the config file (-C)
1994-01-03 Keith Bosticrewrite man to make the configuration file more flexible
1994-01-03 Keith Bostic_version goes from BSD.1 -> BSD.2
1994-01-03 Keith Bosticminor wordsmithing
1994-01-03 Keith Bosticdocument that fnmatch is used for the suffix matching...
1994-01-03 Keith Bosticdocument _suffix, _build
1994-01-03 Keith Bosticif only one argument, don't use it as a section
1994-01-03 Keith Bosticinitialization not right in two places, lint cleanups
1994-01-03 Keith Bosticconvert to new <sys/queue.h> structures
1994-01-03 Keith Bostictypo
1994-01-03 Keith Bosticput built pages into the pathv[] list, so the man page...
1994-01-03 Keith Bosticonly manual() tests for f_all and returns if it's set...
1994-01-03 Keith Bostictypo, *ap should be **ap
1994-01-03 Keith Bosticuse GLOB_QUOTE, so you can escape magic characters...
1994-01-03 Keith Bosticcheck machine subdirectories for sections even if they...
1994-01-03 Keith Bosticadd a way to specify the config file (-C)
1994-01-03 Keith Bosticrewrite man to make the configuration file more flexible
1994-01-03 Keith Bosticargc needs to be decremented, as it's tested later
1994-01-03 Keith Bosticdocument -C for users that want their own environment
1994-01-03 Keith Bosticlen == 1 for empty lines, now
1994-01-03 Keith Bosticconvert to new <sys/queue.h> structures
1994-01-03 Keith Bosticadd a way to specify the config file (-C)
1994-01-03 Keith BosticNULL dereference
1994-01-03 Keith Bosticrewrite man to make the configuration file more flexible
1994-01-03 Keith Bosticconvert to new <sys/queue.h> structures
1994-01-03 Keith BosticDonn's patches for exit values and malloc sizes
1994-01-03 Keith Bosticadd a way to specify the config file (-C)
1994-01-03 Keith Bosticrewrite man to make the configuration file more flexible
1994-01-03 Keith Bosticconvert to new <sys/queue.h> structures
1994-01-03 Keith BosticDonn's patches for exit values and malloc sizes
1994-01-03 Keith Bosticadd a way to specify the config file (-C)
1994-01-03 Keith Bosticrewrite man to make the configuration file more flexible
1994-01-02 Eric Allmanfix bogosity in H lines in queue file for null $x expan...
1993-12-31 Kirk McKusicklint
1993-12-31 Kirk McKusickdelete comment about chown'ing a symbolic link
1993-12-31 Kirk McKusickput back missing code (from karels@bsdi.com)
1993-12-31 Kirk McKusickfields printed out backwards (from karels@bsdi.com)
1993-12-31 Kirk McKusickdon't send FIN along with one byte of data (from dab...
1993-12-31 Kirk McKusickchange from Bostic for POSIX
1993-12-31 Kirk McKusicknew queue structure; vget now locks optionally
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickadd hook to initialize vnode table data structures
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusicknew queue structure; vget now locks optionally
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusicknew queue structure; vget now locks optionally
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickvget now locks optionally
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickno longer need non-locking copy of vget
1993-12-31 Kirk McKusickvget now locks optionally
1993-12-31 Kirk McKusicknew queue structure
next