correct install to make it setgid kmem
[unix-history] / usr / src / sys /
1985-05-23 Kirk McKusickonly allow the super-user to do swapon()
1985-05-23 Kirk McKusickonly dump core if user has read permission on the text
1985-05-23 Kirk McKusickreturn EINVAL instead of ENXIO for readlink of a non...
1985-05-23 Kirk McKusickreturn ENAMETOOLONG where appropriate; return EINVAL...
1985-05-23 Kirk McKusickdifferentiate several errors; close special device...
1985-05-23 Kirk McKusickeliminate double meaning of SOUSIG
1985-05-23 Kirk McKusickdefine SIGUSR1 and SIGUSR2
1985-05-23 Kirk McKusickadd missing modes
1985-05-23 Kirk McKusickreturn EPERM when non-super-user tries to set another...
1985-05-23 Kirk McKusickmake signal semantics more like system V;
1985-05-23 Mike Karelsfrom proteon
1985-05-23 Kirk McKusickround robin sleep queue (from edward@monet)
1985-05-22 Kirk McKusickmust not enable accounting on read-only file systems
1985-05-21 Kirk McKusickadd dhu11 driver
1985-05-21 Kirk McKusickdate and time created 85/05/20 21:01:33 by mckusick
1985-05-21 Kirk McKusickdate and time created 85/05/20 21:01:31 by mckusick
1985-05-18 Mike Karelsmisplaced splx()
1985-05-18 Jim Bloomadd support for eagle on emulex sc31
1985-05-09 Mike Karelsadd sccs hack for what; bump version!
1985-05-07 Mike Karelsuipc_pipe is gone
1985-05-06 Mike Karelsimplement M_WAIT
1985-05-06 Mike KarelsNOFILE -> 64
1985-05-06 Mike Karelsadd p_p1br (again)
1985-05-05 Jim Bloomifdef PUP include files
1985-05-03 Edward Wangconfiguring spunned down drives really works now.
1985-05-02 Mike Karelsfrom Excelan
1985-05-02 Mike Karelsfrom Excelan
1985-05-02 Mike Karelsremove "clrl r0", which didn't clear carry
1985-05-02 Mike Karelsmove interface addresses into protocols; remove struct...
1985-05-01 Jim Bloomadd support for dmf lineprinter
1985-04-30 Mike Karelsturn on checksum checking; don't calculate checksum...
1985-04-30 Mike Karelsturn on checksum checking; don't calculate checksum...
1985-04-29 Mike Karelsmove icode to locore, as asm instead of hex; exit if...
1985-04-28 Keith Skloweradd ifdefs for NS protocol.
1985-04-28 Keith Skloweradd NS protocol stuff
1985-04-25 Mike Karelscorrect the fix for uninitialized variable after dup...
1985-04-23 Sam Lefflerqsave is a structure, not an array
1985-04-20 Kirk McKusickcleanup and tighter semantic checking for blkatoff()
1985-04-19 Kirk McKusickfileno only needs to be one bit now, so increase blkno...
1985-04-19 Mike Karelsmore fixes
1985-04-18 Sam Lefflerchecking wrong device (potentially) in calculating...
1985-04-18 Jim BloomPerformance rework by edward and add user ioctl
1985-04-18 Jim Bloomcleanup and get rid of race
1985-04-18 Mike Karelsadd a few text entries on the low end
1985-04-18 Mike Karelsexplicitly set srtt to 0 at start, so we know when...
1985-04-17 Mike Karelsmaintain outhist when echoing
1985-04-17 Mike Karelsfixes
1985-04-17 Mike Karelsmissing return
1985-04-17 Mike Karelspurge struct ether_addr (not portable);
1985-04-17 Mike Karelspurge struct ether_addr (not portable)
1985-04-15 Sam Lefflerrecover from mbuf lossage during exit (logging event)
1985-04-13 Mike Karelscleanup
1985-04-11 Mike Karelssetstate doesn't make anything else happen (from tef)
1985-04-07 Sam Lefflercorrect message for updating floppy
1985-04-06 Mike Karelsrm redundant test
1985-04-03 Mike Karelslast arg of pr_ctloutput(PRCO_SETOPT... is **mbuf for...
1985-04-02 Mike Karelslast arg of pr_ctloutput(PRCO_SETOPT... is **mbuf for...
1985-04-02 Mike Karelsmove net addresses from interface layer into protocols;
1985-03-28 Miriam Amos Nihartfix ecc error recovery
1985-03-21 Kirk McKusickneed to be a bit more careful about identifying labels
1985-03-21 Kirk McKusickdon't try to truncate inodes on read-only file systems...
1985-03-20 Kirk McKusickeliminate extraneous include of conf.h
1985-03-20 Kirk McKusickspeedups for ubasetup (from speck)
1985-03-20 Kirk McKusickdo not follow symbolic links on exclusive open (from...
1985-03-20 Mike Karelsmove net addresses from interface layer into protocols
1985-03-20 Mike Karelsfixes, logging
1985-03-20 Mike Karelsmove net addresses from interface layer into protocols
1985-03-20 Mike Karelsmove net addresses from interface layer into protocols,
1985-03-20 Mike Karelsmove net addresses from interface layer into protocols;
1985-03-19 Mike Karelsmove net address to protocol layer; keep a copy of...
1985-03-19 Mike Karelsmove net addresses from interface to protocol layer;
1985-03-19 Mike Karelsmove net addresses from interface to protocol layer;
1985-03-19 Mike Karelsmove net addresses from interface to protocol layer;
1985-03-19 Mike Karelsmove net addresses from interface to protocol layer
1985-03-19 Mike Karelsmove net addresses from interface to protocol layer;
1985-03-19 Mike Karelsseparate internet addressing from interface layer
1985-03-19 Mike Karelsdistinguish INADDR_BROADCAST from INADDR_ANY; remove...
1985-03-19 Mike Karelsmove protocol addresses and address initialization...
1985-03-19 Mike Karelsctloutput calls to protocol
1985-03-19 Mike Karelsin_control gets PRU_CONTROLS; bigger TCP send/recv...
1985-03-19 Mike Karelsifioctl args change
1985-03-19 Mike Karelsuse separate global for open flag; print logged errors...
1985-03-19 Mike Karelssleep just drops priority briefly, then returns after...
1985-03-19 Mike Karelsadd gid_t for groups; copy u.u_groups to int array...
1985-03-19 Mike Karelsdegenerate test; purge spl6!
1985-03-14 Kirk McKusickuse power of two to avoid modulo
1985-03-14 Kirk McKusickdon't try to truncate inodes on read-only file systems...
1985-03-14 Kirk McKusickrewritten kill code from sun!shannon
1985-03-14 Mike Karelsgive SIGCHLD on stop even if traced (once only)
1985-03-14 Kirk McKusickbreak out user part of time.h
1985-03-14 Kirk McKusickfrom sun!shannon
1985-03-14 Ralph Campbellchange printf error messages to tprintf's.
1985-03-14 Ralph Campbellchange error message printf's to tprintf's to the user.
1985-03-13 Kirk McKusickmake swkill messages more informative
1985-03-13 Ralph Campbellchange softecc printf's to log's.
1985-03-13 Kirk McKusickreset signal stack on exec()
1985-03-13 Ralph Campbellchange silo overflow printf's to log's.
1985-03-13 Kirk McKusickadd another bit to sigvec() flags to disable system...
1985-03-13 Ralph Campbelllog file system full, etc. rather than printf.
1985-03-13 Kirk McKusickeliminate signal() system call interface
next