Cleanups for 4.4BSD-Lite
[unix-history] / usr / src / sys / kern / sys_generic.c
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-07-19 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-07-19 Kirk McKusickguard against negative fd counts in select
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-02-27 Kirk McKusickexplicitly avoid sleeping forever in select
1992-10-12 Keith Bosticmake kernel includes standard
1992-07-11 Chris TorekANSIfy syscall args; readv does not need ARGSUSED;...
1992-07-08 Chris Torekonly need to block clock; volatile poisoning
1992-06-24 Keith Bosticselect(2) race condition with small timeout values...
1992-03-14 Kirk McKusickminor optimization from torek
1992-02-16 Kirk McKusickdefine new select interface, selrecord/selwakeup
1992-02-14 Chris Torekcleanups for GCC, minor optimization in selscan
1991-05-31 Kirk McKusickmake file flags consistent
1991-05-07 Mike Karelsdefine selwait
1991-04-16 Kirk McKusickadd proc pointers to uio setup operations; inline expan...
1991-04-13 Mike Karelsrm user.h, OFILE*; seltrue needs ansified declaration
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-01-11 Kirk McKusickadd dynamically allocated file descriptors
1990-08-25 Keith Bosticlint
1990-07-23 Mike Karelsfree beginning of iovec buffer, not end; common subexpr...
1990-06-29 Keith Bosticnew copyright notice
1990-06-29 Mike KarelsRETURN => return, remove syscontext.h
1990-06-23 Kirk McKusickhave to pass error to ktrace
1990-06-22 Kirk McKusickmissing return value
1990-06-22 Kirk McKusickdevices no longer return errors; minor cleanup
1990-06-06 Kirk McKusickupdate to new system call convention; expunge more...
1990-05-16 Kirk McKusickclean up unexecuted code; lint
1990-05-02 Marc Teitelbaumonly ktrace i/o if successful
1990-04-04 Mike Karelsremove setjmp's; check for EINTR/ERESTART, and clear...
1990-02-08 Marc Teitelbaumtsleep
1989-08-14 Marc Teitelbaumpassing wrong argument to ktrgenio
1989-05-28 Kirk McKusickmust use saved credentials, not u.u_cred
1989-05-10 Kirk McKusickmerge in vnodes
1989-03-11 Mike Karelsmarc's changes: malloc uio if too large, ktrace
1988-08-28 Mike Karelsrm 4.1 compat
1988-05-25 Kirk McKusicklint
1988-03-11 Mike Karelsclear SSEL when done selecting
1988-02-09 Mike Karelslint
1987-06-21 Kirk McKusickreplace geteblk with malloc
1987-03-18 Kirk McKusickmust avoid race between use and updating of f_offset...
1987-02-20 Mike Karelsallow ioctl to handle larger buffers (for pack labels)
1986-06-05 Kirk McKusick4.3BSD release version
1986-03-05 Mike Karelsconsistency
1986-03-05 Mike Karelsconsistency
1986-02-21 Mike Karelscleanups from Sam: format, spl's, ptrace defs
1986-02-05 Mike Karelsconsistency in select: never modify masks on return...
1985-06-18 Mike Karelsmove select bitmask macros to types.h, rename and struc...
1985-06-09 Kirk McKusickAdd copyright
1985-05-28 Mike Karelsselect now leaves masks unmodified if interrupted ...
1985-05-23 Kirk McKusickeliminate double meaning of SOUSIG
1985-03-13 Kirk McKusickadd another bit to sigvec() flags to disable system...
1985-02-09 Mike Karelsdon't drop spl during selwakeup
1984-12-28 Mike Karelsselect on >32 files
1984-10-20 Mike Karelsdon't setrun stopped procs in selwakeup
1984-08-30 Jim BloomChange to includes. no more ../h
1984-08-23 Kirk McKusickuse GETF macro where appropriate
1984-07-09 Kirk McKusickuse proper definition of UIO flags
1983-07-29 Sam Leffler4.2 distribution
1983-06-25 Sam Lefflerinfinite loop
1983-06-22 Sam Lefflerchange NOCOMPAT to COMPAT and make it work
1983-06-13 Sam Lefflercleanup fstat
1983-06-13 Sam Lefflerblew it last time
1983-06-12 Sam Lefflermask bits so ffs in selscan always returns properly...
1983-06-11 Sam Lefflertimercmp isn't all that it's cracked up to be
1983-06-03 Sam Lefflernew signals
1983-05-28 Sam LefflerMerge ... bill's code plus lint (plus, of course, clean...
1983-05-22 Sam Lefflerpurge mush
1983-05-09 Sam Lefflerformat
1983-05-07 Helge Skrivervikadded f_flag to the call to the driver ioctl routine
1983-02-25 Sam Lefflerfrom shannon
1983-02-19 Sam Lefflerput back append mode?
1983-01-23 Sam Lefflerdon't zero buffer when doing in/out ioctl's
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-22 Sam Lefflererror uninitialized in uiomove
1982-12-22 Sam Lefflermake mkdir & rmdir work with rdwri (still kludged)
1982-12-10 Sam Leffleru.u_pofile flags are now UF_*
1982-12-06 Sam Lefflerinclude ioctl.h separate from tty.h
1982-11-17 Sam Lefflerno return value and add read(..., 0) early return
1982-11-14 Sam LefflerMerge ... 4.1b and 4.1c; and missing check for 0 length...
1982-10-22 Bill Joylint
1982-10-22 Bill Joylint
1982-10-20 Bill Joymore lint
1982-10-18 Bill Joymore lint
1982-10-18 Bill Joyioctl lower levels return errno's
1982-10-14 Bill Joyreturn errors from ioctl routines and internal ldisc...
1982-10-11 Bill Joyheader files to vax directories
1982-09-08 Bill Joylabel_t now structure
1982-09-07 Bill Joy(no message)
1982-09-05 Bill Joycosmetic for new style limits
1982-08-23 Bill Joyfirst completely uio'd version
1982-08-15 Bill Joyno more readi()
1982-08-15 Bill Joyread() now goes through readip()
1982-08-13 Bill Joyfixes to get uio'd readi for char devs
1982-08-12 Bill Joyfirst use of readip()
1982-08-11 Sam Lefflerdon't copy stuff out if an error in lower levels
1982-08-02 Sam Lefflernew ioctl's
1982-07-26 Bill Joyadd more error checking on result of bmap (chk u.u_error)
1982-07-25 Bill Joymerge with calder
1982-07-23 Robert Elzmush
next