BSD 4_4_Lite2 release
[unix-history] / usr / src / sys / kern / kern_descrip.c
1995-07-25 CSRGBSD 4_4_Lite2 release origin/BSD-Release BSD-4_4_Lite2
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1994-04-02 Bill JoyBSD-SCCS END release origin/BSD-SCCS BSD-4_4_Lite2-Snapshot-Development BSD-SCCS-END
1995-02-15 Chris G. Demetriounew argument passing conventions. minor type size...
1994-08-23 Kirk McKusickuse new queue.h data structures
1994-04-20 Kirk McKusickdo not call close operator of the f_ops vector has...
1994-01-22 Keith Bosticadd USL's copyright notice
1994-01-07 Kirk McKusickoff by one error (from karels@bsdi.com)
1994-01-05 Keith Bosticlint
1993-09-24 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-26 Kirk McKusickadd fpathconf
1993-03-24 Kirk McKusicklimit maximum file descriptors to maxfiles (from torek)
1993-03-13 Kirk McKusickavoid requests for more descriptors than the kernel...
1992-12-02 Kirk McKusickRLIMIT_OFILE => RLIMIT_NOFILE for compatibility with...
1992-10-12 Keith Bosticmake kernel includes standard
1992-07-11 Chris TorekANSIfy syscall args
1992-07-11 Chris TorekANSIfy syscall args
1992-07-03 Kirk McKusickdelete USES
1992-06-24 Kirk McKusickmerge in changes for Sparc
1992-06-03 Jan-Simon Pendrydupfdopen extended to allow file stealing in addition...
1992-06-01 Kirk McKusickfstat becomes ofstat; fqstat becomes the real fstat
1992-05-15 John Heidemannvnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-05-14 Kirk McKusickadd fqstat for 64-bit file sizes, 32-bit uid, gid,...
1992-02-19 Kirk McKusickdevice open routine now gets a proc pointer
1991-12-20 Mike Karelsclosef must be prepared for a null proc pointer from...
1991-06-26 Kirk McKusickselect list before initializing the ofile entry
1991-06-22 Kirk McKusicknew calling convention for fo_close
1991-06-04 Kirk McKusickfile structures are now dynamically allocated and linke...
1991-05-31 Kirk McKusickuse FHASLOCK and SADVLCK to track processes using locks...
1991-05-31 Kirk McKusickuse FHASLOCK and SADVLCK to track processes using locks...
1991-05-31 Kirk McKusickdead code elimination
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP and vnode operations;
1991-03-26 Mike Karelsnow use single array of descriptors, either within...
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-03-01 Kirk McKusickhave to set offset for SEEK_CUR in F_GETLK too (from...
1991-02-22 Mike Karelschanges to fflags FCNTLCANT => FCNTLFLAGS, FFLAGS/OFLAGS
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-01-11 Kirk McKusickadd dynamically allocated file descriptors
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
1990-06-29 Keith Bosticnew copyright notice
1990-06-29 Mike KarelsRETURN => return, remove syscontext.h
1990-06-23 Kirk McKusickp_devtmp => p_dupfd
1990-06-22 Kirk McKusickcommunicate through p_devtmp instead r_val1;
1990-06-05 Kirk McKusicknew system call convention
1990-05-05 Kirk McKusickdelete unneeded headers
1990-04-11 Keith Bosticfdopen: eliminate unnecessary tests, only test for...
1990-04-04 Mike KarelsYech! use a "reserved" errno for fdopen
1990-01-05 CSRGBSD 4_3_Tahoe release BSD-4_3_Tahoe
1989-12-20 Kirk McKusickget rid of unnecessary test
1989-11-13 Kirk McKusickhave to check mode of descriptor being duped, not the...
1989-11-10 Kirk McKusickfdopen has to return a special error so that resources...
1989-10-20 Kirk McKusickclosef now returns errors
1989-05-10 Kirk McKusickmerge in vnodes
1989-05-02 Marc Teitelbaum/dev/fd driver
1988-10-19 Marc Teitelbaumposix style job control - new process groups
1987-03-04 CSRGBSD 4_3 release BSD-4_3
1988-03-09 CSRGBSD 4_2 release BSD-4_2
1986-06-05 Kirk McKusick4.3BSD release version
1986-05-16 Mike Karelscorrect no-such-process error
1985-12-20 Mike Karelsmove unp_gc call to unp_detach
1985-06-09 Kirk McKusickAdd copyright
1985-05-28 Mike Karelsimplement high-water mark on file descriptors in use
1985-03-20 Kirk McKusickeliminate extraneous include of conf.h
1985-02-17 Mike Karelssatisfy ino_lock's assumptions
1984-11-28 Mike Karelsno close-on-exec for new fd after dup/dup2/fcntl(DUPFD)
1984-11-28 Mike Karelsoff-by-one in fcntl-DUPFD; avoid panic on flock(f,0...
1984-08-30 Jim BloomChange to includes. no more ../h
1984-08-23 Kirk McKusickuse GETF macro where appropriate
1983-11-19 Mike KarelsZero file f_count exactly once (in closef only);
1983-09-26 Mike Karelsmanifest constants '5' and '6' were backwards
1983-07-29 Sam Leffler4.2 distribution
1983-06-14 Sam Lefflerrevamp locking to be done at the file table level
1983-06-13 Sam Lefflercleanup locking a bit; fix problem with close not unlocking
1983-05-28 Sam LefflerMerge ... bill's code plus lint (plus, of course, clean...
1983-04-02 CSRGBSD 4_1c_2 release BSD-4_1c_2
1983-01-18 Sam Lefflersun mods
1983-01-13 Sam Lefflerrace condition: pty input arrives at spl0 and results in
1982-12-29 Sam Lefflercopyin & copyout now return EFAULT and all callers...
1982-12-18 Sam Lefflersun merge
1982-12-10 Sam Leffleru.u_pofile flags are now UF_*
1982-11-14 Sam Lefflermerge of 4.1b and 4.1c
1982-10-31 Bill Joyfirst version with 68k stuff
1982-10-24 Bill Joybug fixes and more forgiveness in select()
1982-10-22 Bill Joyfixes to select
1982-10-20 Bill Joylint
1982-10-18 Bill Joymore lint
1982-10-18 Bill Joyfix lint
1982-10-12 CSRGStart development on BSD 4_4_Lite1
1982-10-12 CSRGStart development on BSD 4_4_Lite2
1982-10-11 Bill Joysplit header files over to vax directories
1982-09-12 Bill Joyworking select()
1982-09-08 Bill Joyopause not here
1982-09-08 Bill Joyfirst attempt at a new select
1982-09-07 Bill Joymore work on timer stuff
1982-09-05 Bill Joynew clock style; select not tested
1982-08-23 Bill Joylint
1982-08-11 Sam Lefflerfile locking
next