finally remove special g partition for arpa
[unix-history] / usr / src / sys / kern /
1983-03-05 Sam Lefflerfreeing free mbuf
1983-03-04 Sam Leffleradd ability to have separate statistics gathering clock
1983-03-02 Kirk McKusickadd startup for profiling clock
1983-02-25 Sam Lefflerfrom shannon
1983-02-21 Sam Lefflerfix incompatibility between access and setgid
1983-02-21 Sam Lefflerfix problem with access and setgid being incompatible
1983-02-19 Sam Lefflerput back append mode?
1983-02-17 Sam Lefflerfix access and problems with setgid and saccess
1983-02-11 Sam Lefflereliminate /usr/include dependencies{
1983-02-11 Sam Lefflergroups set members are shorts, not ints; hz no longer...
1983-02-11 Sam Lefflerremoving hz from systm.h
1983-02-11 Sam Lefflerbogus return value; try to reopen old ldisp one TIOCSET...
1983-02-11 Sam Lefflerhave direnter return errors so new inodes can be thrown...
1983-02-07 Eric Allmandelete unnecessary "neg q flush" message from ndflush
1983-01-24 Sam Lefflerthis screws up make depend otherwise
1983-01-23 Sam Lefflerdon't zero buffer when doing in/out ioctl's
1983-01-23 Sam Lefflerhack to allow FTP to rebind local addresses
1983-01-23 Sam Lefflerhack for FTP and the rest of the Internet gang
1983-01-23 Sam Lefflerpatch two holes in rename
1983-01-21 Sam Lefflerget rid of noise from cpp
1983-01-18 Sam Lefflerbrain damage for network disk
1983-01-18 Sam Lefflerfix for race condition in soclose
1983-01-18 Sam Lefflerbeep lots more; don't give the sun scanc
1983-01-18 Sam Lefflerpurge extraneous suword (buffer is obtained zero filled)
1983-01-18 Sam Lefflersun mods
1983-01-18 Sam Lefflerfix time accounting (from shannon@sun)
1983-01-17 Kirk McKusickmore intelligent buffer pool page allocation
1983-01-16 Kirk McKusicknew austere memory version; speed-ups for parametric...
1983-01-16 Kirk McKusicknew austere memory version
1983-01-14 Sam Lefflerallow nil pointers for option values
1983-01-14 Sam Lefflerreorganize socket options; move shutdown from ioctl to
1983-01-14 Sam Lefflermv socket options into set and get socket options sys...
1983-01-14 Sam Lefflerno more opt parameter to usrreq
1983-01-13 Sam Lefflerrace condition: pty input arrives at spl0 and results in
1983-01-12 Sam Lefflerirele should be iput in rename
1983-01-09 Sam Lefflerfill out shutdown stub; add socket option consistency...
1983-01-09 Sam Lefflerchange semantics of sonewconn: socket returned is assum...
1983-01-05 Sam Lefflerfrom reading the code -- boy is there a lot of work...
1983-01-02 Sam Leffleravoid linked to directories as targets; iput and irele on
1983-01-01 Sam Lefflergroup checks backwards
1982-12-31 Bill Joyfix to computation of integral times in kern_clock...
1982-12-31 Sam Lefflerinclude imp stuff differently
1982-12-29 Sam Lefflercopyin & copyout now return EFAULT and all callers...
1982-12-29 Sam Lefflerusing return val from copyin/copyout -- causes uiomove to
1982-12-29 Sam Lefflernew wait call (returns struct rusage instead of vtimes)
1982-12-29 Sam Lefflerkludge killpg so csh runs again
1982-12-29 Sam Lefflerold inode #'s were 16-bits (argh)
1982-12-25 Sam Lefflerzero trash in stat structure
1982-12-24 Sam Lefflermake stat backwards compatible
1982-12-24 Sam Lefflermake stat backwards compatiblemake stat backwards compa...
1982-12-23 Sam Lefflernull pathname special case for rename (sigh)
1982-12-22 Sam Lefflerunits (it's always units)
1982-12-22 Sam Lefflererror uninitialized in uiomove
1982-12-22 Sam Lefflermake mkdir & rmdir work with rdwri (still kludged)
1982-12-20 Sam Lefflertandem mode bug fix from Mike Karels; purge spl0's...
1982-12-20 Sam Lefflerchecking old value instead of new on signal call when
1982-12-20 Sam Lefflerbwrite shouldn't clear B_AGE or brelse won't put it...
1982-12-20 Sam Lefflertandem mode bug fix from Mike Karels; cleanup spl0...
1982-12-20 Sam Leffleruse ENOTEMPTY errno
1982-12-18 Sam Lefflersun merge
1982-12-17 Sam Lefflerlooking at file table entries which are free
1982-12-17 Sam Lefflerdon't subtract expired callout entries
1982-12-15 Sam Lefflertyped mbufs
1982-12-14 Sam Lefflerstrip old ioctl's out and put them tty_xxx.c
1982-12-10 Sam Lefflerprofil returns
1982-12-10 Sam Leffleru.u_pofile flags are now UF_*
1982-12-08 Sam Lefflermajor reorganization; t_lstate & t_lflags purged
1982-12-06 Sam Lefflerinclude ioctl.h separate from tty.h
1982-12-06 Sam Lefflerreorganized; t_lstate and t_lflags no more; rewrite...
1982-12-06 Sam Lefflerdelete obsolete ioctl's (now use SOF_OOB)
1982-12-06 Sam Lefflerput back old style closef call; add temp panic 'til...
1982-11-24 Sam Lefflerclose's on pipes make read on EOF look like an error
1982-11-23 Sam Lefflerput back TIOCSTI
1982-11-23 Sam Lefflerdoing it wrong -- p_uid
1982-11-17 Sam Lefflerno return value and add read(..., 0) early return
1982-11-17 Sam Lefflerdropped a line in the merge (damn)
1982-11-15 Sam Lefflertreat domain as AF_*; return residuals on send and...
1982-11-14 Sam Lefflermerge of 4.1b and 4.1c
1982-11-14 Sam LefflerMerge ... 4.1b and 4.1c; and missing check for 0 length...
1982-11-03 Bill Joystill not right
1982-11-03 Bill Joysoreserve
1982-11-03 Bill Joytypos
1982-11-03 Bill Joyremove crud
1982-11-03 Bill Joytypo
1982-11-03 Bill Joydomain style
1982-11-03 Bill Joydomain searching routines, &c
1982-11-03 Bill Joyclock name
1982-11-03 Bill Joymissing {}'s
1982-11-01 Bill Joycombine with 68k
1982-11-01 Bill Joyfixes from 68k
1982-11-01 Bill Joychange #if to #ifdef
1982-11-01 Bill Joyversion with uipc_usrreq.c
1982-11-01 Bill Joyfix from 68k
1982-11-01 Bill Joyfixes from 68k
1982-10-31 Bill Joyuse ovbcopy
1982-10-31 Bill Joyallow writing on special files in read-only filesystem
1982-10-31 Bill Joydrop conditionals on NDMC
1982-10-31 Bill Joyvery high watermarks for 19.2 and 38.4k baud
1982-10-31 Bill Joytypo
1982-10-31 Bill Joyfixes in merging with 68k
next