unix-history/.git
1994-03-09 Keith BosticMike's changes so that S_ISFIFO and S_ISSOCK return...
1994-03-09 Eric Allmanavoid "warning: user foo owned process using -bs" if...
1994-03-09 Eric Allmandelete old cruft
1994-03-08 Eric Allmanfix CNAME loop problem: gave error messages and requeue...
1994-03-08 Eric Allmanfix handling of -d command line flag
1994-03-07 Eric Allmanadd warning comment
1994-03-07 Keith Sklowerfix from chris d.
1994-03-07 Eric Allmanhave Linux getla() not hold the file open
1994-03-07 Eric Allmanapply workaround to broken res_search on Ultrix
1994-03-07 Eric Allmandebugging: print exit status on entry to savemail
1994-03-07 Eric Allmanreset ExitStat between individual jobs to prevent bogus...
1994-03-07 Eric Allmanhandle non-null-terminated strings in the database
1994-03-06 Eric Allmaninclude mailq.0 in install-docs and clean entries
1994-03-06 Eric AllmanLinux portability changes
1994-03-06 Jan-Simon Pendryminor cleanups
1994-03-06 Jan-Simon Pendrychange tag in mnt_stat structure so that
1994-03-06 Eric Allmanmore Linux changes
1994-03-05 Keith Bosticadd an ftp address
1994-03-05 Eric Allmandelete old Linux cruft
1994-03-05 Eric Allmanavoid possible bogus pointer dereferences if there...
1994-03-05 Eric Allmandon't try to turn dotted IP addrs into names
1994-03-05 Eric Allmanmake sure that you don't get bogus addresses queued...
1994-03-05 Eric Allmanfix uninitialized variable reference in ESMTP parameter...
1994-03-04 Eric Allmanwrong send queue was being passed to returntosender()
1994-03-04 Eric Allmanpatch to handle automounter
1994-03-04 Eric AllmanLinux portability changes; add LA_PROCSTR
1994-03-04 Eric Allmanmore Linux portability changes (geez, what a pain)
1994-03-04 Eric Allmanfix documentation of F=7 flag
1994-03-03 Eric AllmanLinux changes -- are these any good?
1994-03-02 Eric Allmanavoid having long "to" strinsg overflow the error messa...
1994-03-02 Dave A. BormanChange the synopsis so that all the single letter
1994-03-02 Dave A. BormanChange the synopsis line so that all the options
1994-03-01 Keith Bosticdon't assign to the data structure until after the...
1994-03-01 Keith BosticWhen you put a record beyond the "end" of the database...
1994-03-01 Keith Bosticprimes did not support numbers in the 2^31 - 2^32 range...
1994-03-01 Keith Bosticrepeat the command name in the different usage statements
1994-03-01 Keith Bosticadd -d to the synopsis statements
1994-03-01 Keith Bosticsince tgetstr() can advance bp, you have to set it...
1994-03-01 Eric Allmanremove target before building in case it isn't owned...
1994-03-01 Eric Allmanadd Mail11v3 reference
1994-03-01 Eric Allmanavoid null pointer dereferences to e->e_id when logging
1994-03-01 Eric Allmanabort connection after 25 bad commands
1994-03-01 Eric Allmandate and time created 94/02/28 08:53:04 by eric
1994-02-28 Eric Allmanfix typo
1994-02-28 Eric Allmanavoid null pointer reference during logging of EXPN...
1994-02-28 Eric Allmanallow comments in Files.* files; chmod 444 *.ps before...
1994-02-27 Marshall Kirk... including cluster map info in CGSIZE is dependent on...
1994-02-27 Marshall Kirk... set maptype when allocating new inodes
1994-02-27 Marshall Kirk... avoid stomping on random blocks when attempting to...
1994-02-27 Marshall Kirk... (no message)
1994-02-27 Eric Allmandate and time created 94/02/26 09:31:46 by eric
1994-02-27 Eric Allmandate and time created 94/02/26 09:31:45 by eric
1994-02-27 Eric Allmandate and time created 94/02/26 09:31:44 by eric
1994-02-27 Eric Allmandate and time created 94/02/26 09:31:43 by eric
1994-02-27 Eric Allmandate and time created 94/02/26 09:31:42 by eric
1994-02-27 Eric Allmandate and time created 94/02/26 09:31:41 by eric
1994-02-27 Eric Allmandate and time created 94/02/26 09:31:40 by eric
1994-02-27 Eric Allmandate and time created 94/02/26 09:31:39 by eric
1994-02-27 Eric Allmandate and time created 94/02/26 09:31:38 by eric
1994-02-27 Eric Allmandate and time created 94/02/26 09:31:37 by eric
1994-02-27 Eric Allmandate and time created 94/02/26 09:31:36 by eric
1994-02-27 Eric Allmandate and time created 94/02/26 09:31:35 by eric
1994-02-27 Eric Allmandate and time created 94/02/26 09:31:34 by eric
1994-02-27 Eric Allmandate and time created 94/02/26 09:31:33 by eric
1994-02-27 Eric Allmandate and time created 94/02/26 09:23:38 by eric
1994-02-27 Eric Allmandate and time created 94/02/26 09:18:18 by eric
1994-02-27 Eric Allmandate and time created 94/02/26 09:18:17 by eric
1994-02-26 Eric Allmantune short syslog buffers even more; have "too many...
1994-02-26 Keith Bosticsecond argument to readv is a const
1994-02-26 Eric Allmanadd additional error message for configuration error
1994-02-26 Eric Allmanefficiency hacks
1994-02-26 Eric Allmanavoid wrapping header lines too eagerly
1994-02-26 Eric Allmandiagnose problems caused by resolver bugs (sigh)
1994-02-26 Eric Allmanavoid problem where S_IFIFO == S_IFSOCK
1994-02-25 Jan-Simon Pendryclarify -f option
1994-02-25 Keith Bostictoupper() and tolower() were backwards
1994-02-24 Keith Bosticupdate the copyright notice
1994-02-23 Keith Bosticbzero the sockaddr_in struct before initialization
1994-02-23 Keith Bosticfirst argument of bcopy is a const
1994-02-23 Keith Bosticset the default to 1
1994-02-23 Keith Bosticuse -n, not a trailing argument; use getopt even if...
1994-02-23 Keith Bosticdon't set SIGSYS if debugging
1994-02-23 Keith Bosticforgot to change the argument parsing for -n
1994-02-23 Eric AllmanUltrix has uname(2) syscall
1994-02-23 Keith Bosticuio_seg and uio_rw are used outside the kernel by ktrac...
1994-02-23 Keith Bosticdon't drop core if NFS isn't compiled into the kernel
1994-02-23 Eric Allmanfix typo in syslog call
1994-02-23 Keith Bosticreplace trailing number with -n plus argument
1994-02-23 Keith Bosticadd -n, to replace trailing count; note exit status...
1994-02-23 Keith Bosticget the usage statement right
1994-02-23 Keith Bosticmajor cleanup, make it pass lint so I can leave the...
1994-02-23 Keith Bosticsecond argument to nfssvc is a void *argstructp
1994-02-23 Keith Bostic<unistd.h> no longer includes <sys/time.h>
1994-02-23 BSD Tape Makersremoved 4, added Computer Systems Research Group instea...
1994-02-23 Keith Bostic<unistd.h> used to include time.h, and no longer does
1994-02-23 Keith Bosticps(1) was having problem with the function declarations
1994-02-23 BSD Tape Makerschecklist for 4.4BSD-Lite, removed optional upgrade...
1994-02-23 Keith Bosticupdate the comment
1994-02-23 Keith Bosticdon't use '\-', Li producces fixed width font already
1994-02-23 Eric Allmanfix reversed conditions on HASFLOCK settings
next