format
[unix-history] / usr / src / sys / kern /
1983-05-09 Sam Lefflerformat
1983-05-07 Helge Skrivervikadded f_flag to the call to the driver ioctl routine
1983-05-07 Sam Lefflerfrom pugs@sun.UUCP; removes dirty page pushes from...
1983-05-02 Sam Leffleranother missing splx; from shannon@sun.UUCP
1983-05-02 Sam Lefflermissing splx causes long periods of running at spl6;
1983-05-02 Sam Lefflerfixes select on accepting connections from bill@dagobah...
1983-04-23 Kirk McKusickpartial fix for race condition between getting and...
1983-04-07 Kirk McKusickproperly terminate system name
1983-04-06 Sam Lefflerinsure gethostname returns null-terminated string
1983-04-05 Sam Lefflerhack, but it fixes EBADF
1983-04-04 Sam Lefflerno more NOPAGING (yeah)
1983-04-03 Sam Lefflercheck error return from namei; from mike@brl-vgr
1983-04-02 Sam Lefflerblew it, can't allow anyone but super-user to chown
1983-04-01 Sam Lefflertighten up group search by checking for NOGROUP terminator
1983-04-01 Sam Leffleradd utimes call; protection fixes galore
1983-04-01 Sam Leffleradd NOGROUP identifier; add groupmember function; tight...
1983-03-24 Sam Lefflernot returning errors
1983-03-24 Sam Lefflerif M_WAIT worked, these wouldn't be needed
1983-03-23 Sam Leffleroops
1983-03-22 Sam Lefflercheck delete permission on source before doing any...
1983-03-22 Sam Leffleravoid name conflict with freespace macro
1983-03-20 Sam Leffleradd two ioctl's
1983-03-20 Sam Lefflerreplace socketaddr with getsockname
1983-03-16 Sam Lefflersocket ioctls
1983-03-16 Sam Lefflerboundary condition
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
next