unix-history/.git
1995-05-25 Eric Allmanminor reality therapy for the Beta release
1995-05-25 Eric Allmanhosts file can be space separated instead of tab separated
1995-05-25 Eric Allmannull delimiter can be newline as well as space or tab
1995-05-25 Eric Allmandon't leave rcode uninitialized if everything is OK
1995-05-25 Eric Allmandifferent approach to NIS rebuilding
1995-05-25 Eric Allmanrename NEWS-OS Makefiles
1995-05-25 Eric Allmaninclude BSD ioctl calls in Solaris
1995-05-25 Eric Allmandefault confCHECK_ALIASES to False -- too confusing...
1995-05-25 Eric Allmandefault confCHECK_ALIASES off -- too confusing for...
1995-05-25 Mike Karelsfrom Rich Stevens, fix connection-reuse code to use...
1995-05-25 Mike Karelschanges to randomize iss (somewhat); use a random compo...
1995-05-24 Eric Allmanportability for Japanese workstations from Motonori...
1995-05-24 Eric Allmansearch for /yp/ in filename instead of accessing /var...
1995-05-24 Eric Allmannew code requires conf.h -- just include sendmail.h
1995-05-24 Eric Allmansearch for /yp/ in filename instead of accessing /var...
1995-05-24 Eric Allmanuse strstr() instead of implementing by hand
1995-05-24 Eric Allmanportability for Japanese workstations from Motonori...
1995-05-24 Eric Allmandescription of problems when IP_SRCROUTE is bogus
1995-05-24 Eric Allmancleanup from Motonori Nakamura
1995-05-24 Eric Allmanemphasize FTP site and that this is a Beta release
1995-05-24 Mike Karelstwo new counters (tcps_badsyn and tcps_persistdrop)
1995-05-24 Mike Karelschanges to randomize iss (somewhat); use a random compo...
1995-05-24 Mike Karelschange t_idle to unsigned (should probably be long);
1995-05-24 Mike Karelstwo versions of a fix for an mbuf leak. The first...
1995-05-24 Mike Karelshack to time out connections with a zero window and...
1995-05-24 Mike Karelsdo not send FIN before end of data if options cause...
1995-05-24 Mike Karelsfix nasty bug that can cause memory corruption:
1995-05-24 Eric Allmanallow use of seteuid() on systems that have new Posix...
1995-05-24 Eric Allmancompilation glitches on several systems.
1995-05-24 Eric Allmanfix a glitch with NIS+ that can cause null pointer...
1995-05-24 Christos Zoulasfix which /bin/csh returning .//bin/csh
1995-05-24 Eric Allmanadd t_seteuid.c
1995-05-24 Eric Allman8.7 Beta release -- not actually part of the 8.6 tree
1995-05-24 Eric Allmandrop BrokenSmtpPeers; clarify Apparently-To:
1995-05-24 Eric Allmanintegrate mail11 support from Barb Dijker
1995-05-24 Eric Allmanadd MAILER(mail11) from Barb Dijker
1995-05-24 Eric Allmanadd MAILER(mail11)
1995-05-24 Eric Allmandate and time created 95/05/23 12:05:02 by eric
1995-05-24 Eric Allmanimplement DECNET_RELAY
1995-05-24 Eric Allmandocument DECNET_RELAY; improve FAX_RELAY documentation
1995-05-24 Eric AllmanHesiod doesn't dynamically allocate space, despite...
1995-05-24 Eric Allmanlog premature end-of-message conditions when collecting...
1995-05-24 Eric Allmanavoid bogus "alias loop" messages
1995-05-24 Eric Allmanmake return values in sleep() match prototype
1995-05-24 Eric Allmandon't do .forward lookups at RCPT time -- can have...
1995-05-23 Mike KarelsAlways check the checksum on incoming packets that...
1995-05-23 Eric Allmanbetter library sort order
1995-05-23 Eric Allmanbetter library sort order for NCR 3000
1995-05-23 Kirk McKusickadd in proper layer locking
1995-05-23 Kirk McKusickadd proper locking
1995-05-23 Kirk McKusickadd proper locking and lookup routines; document other...
1995-05-23 Kirk McKusickhave to have fifo_inactive so can unlock at its end
1995-05-23 Kirk McKusickfollow proper locking protocol
1995-05-23 Kirk McKusickhave to unlock at the end of inactive
1995-05-23 Kirk McKusicksimpler checkalias protocol
1995-05-23 Kirk McKusickhave to unlock at the end of inactive; vrecycle replace...
1995-05-23 Kirk McKusickhave to unlock node at end of inactive
1995-05-23 Kirk McKusicksimpler checkalias protocol
1995-05-23 Kirk McKusickmake provision for shared access locks on vnodes not...
1995-05-23 Eric Allmanhas to seteuid(0) at the end always; might as well...
1995-05-23 Eric Allmanwrite file as recipient user so quotas work properly
1995-05-22 Eric Allmaninclude NEWDB by default (now on standard releases)
1995-05-22 Eric Allmanadd option to print IP source routing info
1995-05-22 Eric Allmanfixes from JGM
1995-05-22 Kirk McKusickhave to follow locking protocol in kernfs_lookup
1995-05-22 Kirk McKusickmore precise output from lockmgr_printinfo
1995-05-22 Kirk McKusickhave to follow locking protocol in kernfs_lookup
1995-05-22 Kirk McKusickinactive routine must unlock node
1995-05-22 Kirk McKusickinactive becomes real
1995-05-22 Kirk McKusickinactive routine must unlock node
1995-05-22 Kirk McKusickfifo_inactive becomes real
1995-05-22 Kirk McKusickinactive routine must unlock node
1995-05-21 Kirk McKusickcleanups (from mycroft)
1995-05-21 Kirk McKusickadd v_vnlock for non-locking filesystems
1995-05-21 Jan-Simon Pendrynew locking
1995-05-21 Kirk McKusickget rid of dead code
1995-05-20 Jan-Simon PendryVOP_UNLOCK vrele -> vput
1995-05-20 Jan-Simon Pendrylock vnode while computing dircache
1995-05-20 Kirk McKusickmerge vfs_lock and vfs_busy; interlock mount points...
1995-05-20 Kirk McKusickallow drained locks to be reenabled
1995-05-20 Kirk McKusickattempt to avoid spurious simple_lock complaints from...
1995-05-20 Kirk McKusicksysctl_vnode passes a proc pointer
1995-05-20 Kirk McKusickmerge vfs_lock and vfs_busy; interlock mount points...
1995-05-20 Kirk McKusickuse nolock* functions
1995-05-20 Kirk McKusicknew mount locking protocol
1995-05-20 Kirk McKusickadd LK_REENABLE flag
1995-05-20 Kirk McKusickhack to try to avoid improperly detected recursive...
1995-05-20 Eric Allmantweak comments to match Andrew's original intent
1995-05-20 Eric Allmanre-word /mx output to be more precise
1995-05-20 Eric Allmandon't have getmxrr return 1 for unknown addresses
1995-05-20 Kirk McKusickvget no longer returns a reference on failure
1995-05-20 Eric Allmanforward declarations to fix compiler problems
1995-05-20 Eric Allmanput -Olimit on CC= so that CC=gcc works properly
1995-05-20 Eric Allmanadd forward declarations to keep gcc from complaining
1995-05-20 Eric Allmanfix compile problems on various platforms
1995-05-20 Eric Allmanfix simple self-references; more debugging
1995-05-20 Eric Allmanavoid core dump on non-zero-initialized memory
1995-05-20 Jan-Simon Pendryneed to pass proc to vinvalbuf
1995-05-20 Jan-Simon Pendryaccounting for simple locks and unlocks
1995-05-20 Keith Sklowerput in stuff to shut up gcc and reverse thread dupedkey...
next