aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_descrip.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.2_cvscvs2svn1997-05-191-1/+1
* YAMFC (fixed lseek() on named pipes by adding new descriptor typeBruce Evans1996-12-211-1/+4
* YAMFC (fixed nonexistent checking of lock type for F_GETLK).Bruce Evans1996-12-211-1/+4
* Fixed bitrot in the read-only attribute:Bruce Evans1996-09-281-5/+4
* Fix fdavail() so that correctly pays attention to the rlimit.Sujal Patel1996-08-151-3/+5
* Add a couple of #ifdef DEVFS/#endif clauses to slence the followingBill Paul1996-06-171-1/+5
* Clean up -Wunused warnings.Gary Palmer1996-06-121-3/+1
* Fixed the unit numbers of the devfs `fd' devices.Bruce Evans1996-03-271-12/+16
* Merge in Lite2: LIST replacement for f_filef, f_fileb, and filehead.Jeffrey Hsu1996-03-111-21/+13
* kern_descrip.c: add fdshare()/fdcopy()Peter Wemm1996-02-231-1/+45
* Improve the performance for pipe(2) again. Also include someJohn Dyson1996-02-041-1/+7
* Enable the new fast pipe code. The old pipes can be used with theJohn Dyson1996-01-281-1/+11
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-4/+5
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-2/+2
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-22/+28
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking whenBruce Evans1995-12-051-1/+3
* A major sweep over the sysctl stuff.Poul-Henning Kamp1995-12-041-12/+11
* Completed function declarations and/or added prototypes.Bruce Evans1995-12-021-1/+2
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-1/+46
* Add new-style sysctl for KERN_FILE here.Poul-Henning Kamp1995-11-141-1/+43
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-121-1/+20
* Killed a few gratuitous #include's.David Greenman1995-10-211-3/+1
* Remove prototype definitions from <sys/systm.h>.Steven Wallace1995-10-081-1/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-4/+1
* Implement maxprocperuid and maxfilesperproc. They are tunableGuido van Rooij1995-02-201-6/+6
* Obtained from: my fix for 1.1.5Bruce Evans1994-12-121-1/+4
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-021-1/+2
* While in the real world, I had a bad case of being swapped out for a lot ofPoul-Henning Kamp1994-09-251-39/+40
* munmapfd() was being called with one too few params - bug introducedDavid Greenman1994-09-021-2/+2
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+45
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+914