unix-history/.git
1994-04-18 Eric Allmanavoid using %m in syslog calls because it conflicts...
1994-04-18 Keith Bostictypo
1994-04-18 Eric Allmansleep between retries
1994-04-18 Eric Allmanfrom Eric Wassenaar: retry socket open if failure is...
1994-04-18 Keith Bosticadd the -P (paranoid) option, overwrite regular files
1994-04-18 Kirk McKusickchanges for 4.4BSD-Lite
1994-04-18 Kirk McKusickupdate contrib list; cleanup introduction for Usenix
1994-04-18 Kirk McKusickformatting (make list fit on two pages)
1994-04-18 Kirk McKusickadd -x option to output all messages to stderr
1994-04-18 Kirk McKusickadd -x option to output all messages to standard out
1994-04-18 Eric Allmancleanup to avoid bogus listen() if we are just going...
1994-04-18 Eric Allmaninsist on a dot in our hostname if you are running DNS
1994-04-18 Keith BosticPOSIX.2 says to print a pipe character after fifo names
1994-04-18 Keith Bosticun is declared as an automatic variable in main(),...
1994-04-18 Keith Bosticfromunix, frominet are declared as automatic variables...
1994-04-18 Keith Bosticmove zopen(3) out of the C library, to here; the interface
1994-04-18 Keith Bosticmove zopen(3) out of the C library, to here
1994-04-17 Keith Bosticmake setreuid and setregid take uid_t/gid_t's, for
1994-04-17 Eric Allmaninstead of using accept(0) to turn off connections...
1994-04-17 Keith Bosticsysctl is in section 8
1994-04-17 Eric Allmanmake OLD_NEWDB a #if instead of #ifdef; autoconfigure...
1994-04-17 Keith Bostic"bare linefeed's code should match 226
1994-04-17 Keith Bosticrun arguments through strvis, so we don't whack the...
1994-04-17 Keith Bosticrun the environment and arguments through strvis, so...
1994-04-17 Keith BosticFixed the most major defect in fnmatch(): backslash...
1994-04-17 Keith Bosticput the optoins array into text space
1994-04-17 Keith Bosticoption() is now static to option.c
1994-04-17 Keith BosticThe find command used the results of option() to delimi...
1994-04-17 Keith BosticEmpty fields were not being output for unpairable lines.
1994-04-17 Keith Bostichistorically, pr permitted -w without a column specific...
1994-04-17 Keith Bosticlpd was overriding the paper width setting from /etc...
1994-04-17 Keith Bosticsetgroups now takes gid_t's, they are 32-bits
1994-04-17 Keith Bosticgetgroups now takes gid_t's, they are 32-bits
1994-04-17 Keith BosticIf compressed TCP packets were being received on a...
1994-04-17 Keith Bosticstrvis, strvisx are links to vis
1994-04-17 Keith Bosticprettiness police
1994-04-17 Keith Bosticdelete reference to wordexp(3), rearrange section order
1994-04-17 Keith Bosticdelete potential matches if the -a flag isn't set after...
1994-04-17 Keith Bosticdo most of POSIX.2 compliance, use getopt(3) to parse...
1994-04-16 Keith Bosticbug in sh 'read' with no variable argument...
1994-04-16 Keith Bosticmake setreuid and setregid take uid_t/gid_t's, for
1994-04-16 Keith Bosticadd 1994 to the copyright
1994-04-16 Keith Bosticmake setreuid and setregid take uid_t/gid_t's, for
1994-04-16 Keith Bosticroff bug in termcap man page
1994-04-16 Keith Bostic/usr/games/sail uses setruid(), which has been deprecated.
1994-04-16 Keith Bosticupdate copyright notice
1994-04-16 Keith BosticIf pwd_mkdb is invoked with a umask of, say 077, /etc...
1994-04-16 Keith Bosticclnp needs sys/types.h (for u_short, etc.), so BYTE_ORD...
1994-04-16 Keith Bostictypo
1994-04-16 Keith BosticANSI C cleanups
1994-04-16 Eric Allmanbug fixes for $j sanity check and hostname must have...
1994-04-16 Keith BosticFix obscure bug where the working directory would not...
1994-04-16 Eric Allmanneeded socket library
1994-04-16 Keith Bosticmodes.c was fixed to reflect the fact that MDMBUF is...
1994-04-16 Keith Bosticgettytab(5) doesn't document "np".
1994-04-16 Keith Bostictypos
1994-04-16 Keith Bosticsomewhere along the line I broke the "nice --3" syntax
1994-04-16 Keith Bosticmerge ffs_root and lfs_root into ufs_root
1994-04-16 Keith Bosticmove tcppredack, tcppreddat, tcppcbcachemiss into the...
1994-04-16 Jan-Simon Pendrybetter makedb rule
1994-04-16 Kirk McKusickparanoid check to avoid vrele(NULL) (from polk@bsdi...
1994-04-16 Kirk McKusickavoid hang when given a negative write count (from...
1994-04-16 Kirk McKusickavoid breaking up output when commands have newlines...
1994-04-16 Kirk McKusickadd return values
1994-04-16 Kirk McKusickdo not dump core when invoked with no arguments (from...
1994-04-16 Eric Allmandefer error messages until after the collect is done...
1994-04-16 Keith Bosticadd %p, so we can load against System V terminfo files
1994-04-16 Eric Allmandon't print size parameter in error messages during...
1994-04-16 Eric Allmantry to catch cases of $j getting munged in daemon process
1994-04-15 Eric Allmandocument NEEDFSYNC
1994-04-15 Eric Allmandon't let envelope recipients ever get $U! or $k! prepe...
1994-04-15 Eric Allmanclarify quotes in ALIAS_FILE definition
1994-04-15 Kirk McKusickphase error on length computation (from Mark Dapoz...
1994-04-15 Eric Allmanfix possible compile probelem with FSHIFT
1994-04-15 Eric Allmandocument noreceipts privacy flag
1994-04-15 Eric Allmanmention HLFSD paper
1994-04-15 Eric Allmandon't assume that long is 4 bytes
1994-04-15 Eric Allmangive return-receipt on delivery to mailing lists (inste...
1994-04-15 Eric Allmanadd "noreceipts" privacy flag
1994-04-15 Eric Allmanimprove "out of temp space" error message
1994-04-14 Eric Allmanadd PRIV_NORECEIPTS
1994-04-14 Eric Allmanadd EF_NORECEIPT
1994-04-14 Mike Karelsrestore my 1985 change to pass the listening socket...
1994-04-14 Jan-Simon Pendryadd 1994 copyright
1994-04-14 Eric Allmananother try to avoid dot-less canonical names
1994-04-14 Eric AllmanNCR 3000 changes
1994-04-14 Eric Allmandate and time created 94/04/13 10:27:13 by eric
1994-04-14 Eric Allmanadd NCR 3000 support
1994-04-14 Eric Allmandebugging in ndbm_map_close
1994-04-13 Eric Allmantry to handle very large SIZE parameters (should be...
1994-04-13 Eric Allmanemphasize that full domain name must be first in /etc...
1994-04-13 Eric Allmanreplace CHANGES-R5-R8 with doc/changes/changes.me
1994-04-13 Eric Allmandate and time created 94/04/13 07:30:38 by eric
1994-04-13 Kirk McKusickput back the Usenix title stuff
1994-04-13 Eric Allmanavoid bogus relay= logging
1994-04-13 Eric Allmanspeed up reading of messages by reducing system call...
1994-04-13 Eric Allmanfix need for double space between ESMTP args on MAIL...
1994-04-13 Eric AllmanIRIX cleanup
1994-04-13 Eric Allmanfix botch in multi-line SMTP greeting code
1994-04-13 Eric Allmanchanges to make inetd and rsh invocations work better
next