unix-history/.git
1993-04-21 Kirk McKusickadd KERN_PROF
1993-04-21 Mike Hiblertypo: "sleep" -> "usleep"
1993-04-21 Mike Hibler"include <stdlib>" changed to "include <stdlib.h>"
1993-04-21 Kirk McKusickaccumulate involuntary context switches (from yval...
1993-04-20 Chris Torekspelling
1993-04-20 Chris Torekfix prototypes for printf & halt
1993-04-20 Chris Torekupdate from van: add backlog, renumber ioctls for mixin...
1993-04-20 Chris Torekupdate from elf: add bootpath and bootdv
1993-04-20 Chris Torekspelling
1993-04-20 Chris Torekspelling; fpu_norm fix from elf
1993-04-20 Chris Torekupdate from elf: more stuff in ring, better packing...
1993-04-20 Chris Torekspelling
1993-04-20 Chris Torekupdate from elf: changes to ring handling, status inter...
1993-04-20 Chris Torekspelling
1993-04-20 Chris Torekvan's changes (const for SunOS; add backlog control)
1993-04-20 Chris Torekspelling
1993-04-20 Chris Torekintegrate van's changes (basically replace large chunks)
1993-04-20 Chris Torekdate and time created 93/04/20 04:25:19 by torek
1993-04-20 Chris Torekdate and time created 93/04/20 04:25:18 by torek
1993-04-20 Chris Torekallow "for i do echo $i; done"
1993-04-20 Marc Teitelbaumcheckin by torek before fixing `for i do'
1993-04-20 Chris Torekset $? from backquote expansion: test case is `(exit...
1993-04-20 Chris Torekprettiness police; clean up SunOS ifdefs for SunOS 4
1993-04-20 Chris Torekterminate swap list with NODEV, not 0 (0 is a valid...
1993-04-20 Chris Torekterminate swap list with NODEV, not 0 (0 is a valid...
1993-04-20 Chris Torekterminate swap list with NODEV, not 0: 0 is a valid...
1993-04-20 Eric Allmanproperly handle \! hack; improve error message printing...
1993-04-20 Eric Allmandate and time created 93/04/19 16:50:57 by eric
1993-04-20 Eric Allmanchange remotename to use flag bits instead of individua...
1993-04-19 Eric Allmanpass flags to remotename() instead of many individual...
1993-04-19 Kirk McKusickadd support for debugging variables
1993-04-19 Kirk McKusickadd support for listing debugging variables
1993-04-19 Kirk McKusickenable clustered read/write by default as we now believ...
1993-04-19 Kirk McKusickallow for old variants of cpp
1993-04-19 Eric AllmanExtended Load Average (XLA) hooks
1993-04-19 Eric Allmanuse -D_FORGIVING_CC_
1993-04-19 Eric Allmanoops... fix botch in previous delta
1993-04-19 Eric Allmanuse UCB standard prototyping standard; use more prototypes
1993-04-19 Eric Allmanuse UCB standard prototype string
1993-04-19 Eric Allmanuse UCB standard for __P
1993-04-19 Eric Allmanadd defines for prototype compatibility
1993-04-18 Eric Allmanavoid NULL mci_out syserr; creates bogus error messages
1993-04-18 Chris Torekturn on pseudo-device table
1993-04-18 Chris Torekdo need imp pseudo-device for now
1993-04-18 Chris Torekmake multicast happen all the time, add tcp over clnp...
1993-04-18 Chris Torekdate and time created 93/04/18 04:38:44 by torek
1993-04-18 Chris Torekrename `files' file so we can coexist with old config...
1993-04-18 Chris Torekrm rcs headers (commit to maintenance on vangogh)
1993-04-18 Chris Torekadd test for branches across braces (was getting bogus...
1993-04-18 Chris Torekfix broken label handling (rewrite label code completely)
1993-04-18 Kirk McKusickadd support for net.inet variables
1993-04-18 Kirk McKusickspecify types for sysctl names
1993-04-18 Kirk McKusickdefine sysctl types; specify types for sysctl names
1993-04-18 Kirk McKusickspecify types for sysctl names
1993-04-18 Kirk McKusickdefine ip sysctl routine and also declare ip_defttl
1993-04-18 Kirk McKusickdefine icmp sysctl routine
1993-04-18 Kirk McKusickadd in sysctl functions for ip and icmp
1993-04-18 Kirk McKusickreplace udp_ttl with sysctl setable ip_defttl
1993-04-18 Kirk McKusickreplace tcp_ttl with sysctl setable ip_defttl
1993-04-18 Kirk McKusickdefine icmp sysctl variables
1993-04-18 Kirk McKusickdefine ip_defttl
1993-04-18 Kirk McKusickdefine default value for ip_ttl
1993-04-18 Kirk McKusickTCP_TTL is replaced by ip_ttl setable by sysctl
1993-04-18 Kirk McKusickUDP_TTL is replaced by ip_ttl setable by sysctl
1993-04-18 Kirk McKusickadd sysctl definitions for inet family and ip protocol
1993-04-18 Kirk McKusicktoo agressive on the mib counting
1993-04-18 Chris Torekpseudo_ioconf() generates pdevinit[] table so that...
1993-04-18 Chris Torekloattach => loopattach, for generic pseudo-device attac...
1993-04-18 Chris Torekadd bpfilterattach
1993-04-18 Chris Torekall pagers change from pseudo-devices to options
1993-04-18 Chris Torekfrom pseudo-device to option
1993-04-18 Chris Torekptyattach (#ifdef notyet); don't need #if NPTY > 0
1993-04-18 Chris Torekuse pseudo-device initialization table instead of ...
1993-04-18 Kirk McKusickupdate for deleteing paging options
1993-04-18 Kirk McKusicktake gid from parent directory, not user
1993-04-18 Keith Bosticminor wordsmithing
1993-04-18 Kirk McKusickallow truncate to grow files as well as shrink them
1993-04-18 Eric Allmanimprove error printing (changes format of C line in qf)
1993-04-18 Kirk McKusickenable clustered read/write by default
1993-04-18 Kirk McKusickavoid clobbering the other arguments (from leres@ee...
1993-04-17 Eric Allmanturn off DEFNAMES and DNSRCH in hostsignature for old...
1993-04-17 Keith Bosticstty dumps core if you try to set the ispeed (ex: stty...
1993-04-17 Kirk McKusickhave to call the tree delete function before freeing...
1993-04-17 Kirk McKusickufs_free_netcred needs a return value
1993-04-17 Eric Allmandon't double-#define SMTP and QUEUE
1993-04-17 Eric Allmanupdate expected release date and mention contrib directory
1993-04-16 Eric Allmanfix bug causing host\!user to be parsed as one token
1993-04-16 Eric Allmanfix compilation problem when IDENTPROTO is not defined
1993-04-16 Keith Bostictypo
1993-04-16 Keith Bosticadd mergesort link to qsort
1993-04-16 Eric Allmanfixes to handle null messages -- why did this break?
1993-04-16 Eric AllmanIPC mailers can take a colon-separated list of addresse...
1993-04-16 Eric Allmandocument the -B flag
1993-04-16 Eric AllmanB line in qf file
1993-04-16 Eric Allmanminor botch: use htons on ident port name
1993-04-16 Elan AmirLINES can be any number. No restriction. COLS should...
1993-04-15 Eric Allman(no message)
1993-04-15 Eric Allmandiscard errors only on responses to responses to respon...
1993-04-15 Eric Allmanadd e_bodytype and B queue line and -B flag for body...
1993-04-15 Eric AllmanIDENT problem applies to HPUX as well as Ultrix
next