add forward declaration of struct fpreg (like struct reg)
[unix-history] / usr / src / usr.bin /
1994-02-04 Dave A. BormanUpdate the manual page to reflect reality
1994-01-29 Keith Bosticthe -n option takes an argument
1994-01-29 Vern Paxsonremoved unmatchable rule
1994-01-27 Eric Allmaninclude a valid To: header as required by the specs
1994-01-26 Keith Bosticmail.rc should be root.wheel, to avoid NFS problems
1994-01-24 Kirk McKusicklast vestage of MOUNT_PC
1994-01-24 Keith BosticMOUNT_PC -> MOUNT_MSDOS
1994-01-22 Keith Bosticadd USL's copyright notice
1994-01-13 Mike Hiblerget rid of v_vm_fault, page faults are back under v_fau...
1994-01-13 Kirk McKusickclarify
1994-01-13 Kirk McKusickifdef sun => ifdef sparc
1994-01-08 Keith Bosticdon't cast lseek value to a long
1994-01-08 Keith Bosticmake lseek match 4.4BSD definition
1994-01-08 Keith Bosticdate and time created 94/01/07 14:52:02 by bostic
1994-01-08 Keith Bosticadd patch
1994-01-08 Keith Bosticlint
1994-01-08 Keith Bosticfixed bugs recognizing new test case (or ignoring it)
1994-01-08 Keith Bosticfloor() and abs() are declared in /usr/include/{math...
1994-01-08 Keith Bostic<sys/types.h> includes <endian.h> which defines htons...
1994-01-07 Keith Bostictypo
1994-01-06 Keith Bosticdelete the -p flag from mkfifo
1994-01-06 Kirk McKusickdescribe the -E option
1994-01-05 Keith Bosticfix SEE ALSO ref's
1994-01-05 Keith Bosticmove lex into contrib/flex*
1994-01-05 Keith Bosticuse -g for multicast instead of -B (follow BSDI)
1994-01-04 Jan-Simon Pendryfix range checks for uid and gid
1994-01-04 Keith Bosticrename fgetline -> fgetln
1994-01-04 Keith Bosticdon't assume that the year is 19XX -- user's can enter...
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 Bosticfgetline(3) interface changed, newline no longer replaced
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 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 BosticThis prevents you from specifying a raw ip address...
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
1993-12-31 Kirk McKusickfields printed out backwards (from karels@bsdi.com)
1993-12-31 Kirk McKusickchange from Bostic for POSIX
1993-12-31 Kirk McKusickcopyediting for Usenix manuals
1993-12-19 Keith Bosticfix copyright header
1993-12-16 Dave A. BormanAdd support for new ENVIRON command.
1993-12-12 Kirk McKusickcopyediting for Usenix manuals
1993-12-10 Mike Hiblerclose file on read error or bad header
1993-11-27 Keith Bosticconvert to new <sys/queue.h> structures
1993-11-17 Keith BosticHere's a patch to the man page to fix a problem and
1993-11-17 Keith BosticThe following quick patch to usr.bin/finger/net.c fixes...
1993-11-17 Keith BosticThe source ttymsg.c needed a check for slash in the...
1993-10-14 Keith Bosticadd a way to specify the config file (-C)
1993-10-14 Keith Bosticdate and time created 93/10/13 13:25:13 by bostic
1993-09-30 Jan-Simon Pendryfix malloc buffer overrun problem.
1993-09-30 Jan-Simon Pendryensure lineout array is nul terminated in monthly,...
1993-09-24 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-08-20 Kirk McKusickdelete decryption for the foreign sites (4.4BSD)
1993-08-20 Kirk McKusickdelete decryption for the foreign sites (4.4BSD)
1993-08-20 Kirk McKusickadd ifdef's for KERBEROS
1993-08-19 Kirk McKusick4.4BSD snapshot (revision 8.1)
1993-08-19 Elan AmirOdd pages needed section change.
1993-08-15 Kirk McKusick4.4BSD snapshot (revision 8.1)
1993-08-15 Kirk McKusick4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-08-15 Kirk McKusick4.4BSD snapshot (revision 8.1)
1993-08-15 Kirk McKusick4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-08-15 Kirk McKusick4.4BSD snapshot (revision 8.1)
1993-08-14 Elan AmirDon't need tmac.ansp.
next