unix-history/.git
1993-03-24 Eric Allmanfix generalized socket code so that it doesn't screw...
1993-03-24 Chris Torekshut gcc2 up
1993-03-24 Kirk McKusicklimit maximum file descriptors to maxfiles (from torek)
1993-03-24 Kirk McKusickavoid connecting to ourselves (from torek approved...
1993-03-24 Kirk McKusicklint
1993-03-23 Eric Allmanprog mailer: preserve upper case; strip trailing dots...
1993-03-23 Eric Allmanuse "relay" mailer for $H (MAIL_HUB) and $R (LOCAL_RELA...
1993-03-23 Eric Allmanadd "relay" mailer that doesn't dicker with unqualified...
1993-03-23 Keith Bosticgcc2 lint
1993-03-23 Keith BosticGCC2 lint
1993-03-23 Keith Bosticfix stdarg/varargs includes
1993-03-23 Chris Torekrm RMP (it's been deprecated for a year now!)
1993-03-23 Kirk McKusickavoid null references (from Torek)
1993-03-22 Keith Bostichpux_exec.h is referenced from /sys
1993-03-22 Keith Bosticlint for GCC 2
1993-03-22 Keith Bosticlint for gcc 2; remove USG/termois stuff, not used
1993-03-22 Keith Bosticlint
1993-03-22 Eric Allmanstrip trailing dots off addresses before converting...
1993-03-20 Eric AllmanPOSIX & ISO changes; better I/O error diagnostics;...
1993-03-20 Eric Allmanprog mailer should preserve case
1993-03-20 Eric Allmaninitial hooks for ISO networking
1993-03-20 Keith Bosticwas munmap'ing the wrong size
1993-03-20 Keith Bosticunmap the memory when done, other might run out
1993-03-20 Keith Bosticupdate
1993-03-20 Keith Bosticguarantee that bt_rfd gets set; pipes are read-only...
1993-03-20 Keith Bosticadd BTF_EOF flag, test it instead of bt_reof
1993-03-20 Keith Bosticadd BTF_EOF to test instead of bt_reof
1993-03-20 Keith Bosticuse munmap to free up the mapped memory
1993-03-20 Keith Bosticadd BTF_EOF flag to test instead of bt_reof int
1993-03-20 Keith Bosticclean up mmap and file pointer uses in recno interface
1993-03-20 Mike Hiblervattr struct is now 2 longwords larger so get rid of...
1993-03-20 Mike Hibleradd another long to vattr struct to keep it quad aligned
1993-03-20 Eric Allmandocument F line in qf file
1993-03-20 Eric Allmandocument enhanced T option
1993-03-20 Eric Allmankeep c0 static, otherwise it is undefined if no pid...
1993-03-20 Eric Allmandon't free header values -- they are still accessible...
1993-03-20 Eric Allmandon't force local names to lower case -- this was left...
1993-03-20 Keith Bosticadd support for fmt == NULL, so can display "prog:...
1993-03-20 Eric Allmaninclude a warning timeout after some interval; get...
1993-03-20 Eric Allmanif you are su'ed to root, send email as who you are...
1993-03-20 Keith Bosticreturn the length if the record is from a cap_mkdb...
1993-03-20 Eric Allmanmove SendMode and ErrorMode into the envelope
1993-03-20 Eric Allmandefault fallback name is Postmaster, not root
1993-03-20 Eric Allmancheck for error writing queue control files
1993-03-20 Eric AllmanPOSIX changes; use dup2
1993-03-19 Eric Allmandocument new longer queue ids
1993-03-19 Eric Allmanclean up unnecessary creates of queue ids; be sure...
1993-03-19 Eric Allmanavoid extra unnecessary creation of queue files solely...
1993-03-19 Eric Allmanleading blanks in aliases can cause "unparsable" from...
1993-03-19 Eric Allmanmake certain we always enqueue split envelopes
1993-03-19 Eric Allmanthere can be errors on mci_out if the other end shuts...
1993-03-19 Eric Allmanglitch on queue printing
1993-03-19 Eric Allmanhave 250 after DATA log the id; log envelope splits...
1993-03-19 Eric Allmanaccept old-format queue files
1993-03-19 Eric Allmanclean up confUSERDB_SPEC
1993-03-19 Eric Allmandocument confUSERDB_SPEC
1993-03-19 Eric Allmanfix USERDB_SPEC to have enough quotes
1993-03-19 Eric Allmanadd one more letter to queue names to encode the hour...
1993-03-19 Eric Allmanadd logging on envelope splitting; some debugging
1993-03-19 Eric Allmanprint queue id on final 250 (after DATA)
1993-03-19 Keith Bosticmove 11.notes to archives
1993-03-19 Keith Bosticmove 09.newsread and 10.etiq into the archives
1993-03-19 Chris Torekmust use lstat in case, e.g., /dev/fd is mounted and...
1993-03-19 Keith Bosticupdate from Rodney Ruddock
1993-03-19 Eric Allmanpoint people at conf.h
1993-03-19 Eric Allmanrestore e_sender as undecorated envelope from address...
1993-03-19 Eric Allmanfix typo in list syntax (;: => :;)
1993-03-19 Eric AllmanOSF/1 on Alpha portability enhancements
1993-03-19 Keith BosticThe zoneinfo rules for New Zealand don't allow for...
1993-03-19 Eric Allmanrestore e_sender as sending address sans decorations
1993-03-19 Eric Allmanrestore e_sender -- comment stripped version of from...
1993-03-19 Eric Allmandefine TOBUFSIZE
1993-03-18 Eric Allmanminor glitch -- add paren
1993-03-18 Eric Allmanclarify that VRFY no longer expands
1993-03-18 Akito Fujitaheader update
1993-03-18 Akito Fujitaadded ldist_init macros
1993-03-18 Akito Fujitaheader update
1993-03-18 Akito Fujitasync up to hp300/dev/if_le.c 7.16
1993-03-18 Akito Fujitaadd sdclose() for conf.c
1993-03-18 Eric Allmanflock requires sys/file.h
1993-03-18 Eric Allmanearly-bind headers; minor logging changes; handle temp...
1993-03-18 Eric Allmanattempts to handle ENFILE conditions better
1993-03-18 Eric Allmanclean up file locking (create a lockfile() routine...
1993-03-18 Eric Allmanearly bind default headers
1993-03-18 Mike Hiblermake safe for ANSI cpp
1993-03-17 Eric Allmanchanged "received from" to "relay=" for consistency
1993-03-17 Eric Allmanpass envelope to disconnect to avoid another use of...
1993-03-17 Eric Allmandelete e_sender and e_returnpath; delete $<; fix some...
1993-03-17 Eric Allmandelete $<
1993-03-17 Eric Allmandelete $<; add LOCAL_RULE_1 and LOCAL_RULE_2
1993-03-17 Eric Allmanadd LOCAL_RULE_1 and LOCAL_RULE_2; delete $<
1993-03-17 Eric Allmandelete e_sender and e_returnpath; fix some bugs in...
1993-03-16 Eric Allmandelete $<
1993-03-16 Eric Allmanadd LOCAL_RULE_1 and LOCAL_RULE_2
1993-03-16 Chris Torekquiet down the warnings
1993-03-15 Kirk McKusickdate and time created 93/03/14 13:56:39 by mckusick
1993-03-15 Eric Allmanpass TZ variable to children (for System V)
1993-03-15 Eric Allmanback out setproctitle changes; they trash argv before...
1993-03-15 Eric Allmandon't send all addresses through recipient rewriting...
1993-03-15 Eric Allmandelete handling for word "at" on command line
next