summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_descrip.c
Commit message (Expand)AuthorAgeFilesLines
* Removed some stale comments.bde1997-08-261-4/+4
* Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack thatbde1997-04-091-7/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-291-1/+2
* Fixed nonexistent checking of lock types for F_GETLK.bde1996-12-191-1/+4
* Fixed lseek() on named pipes. It always succeeded but should always fail.bde1996-12-191-1/+4
* Fixed bitrot in the read-only attribute:bde1996-09-281-5/+4
* Fix fdavail() so that correctly pays attention to the rlimit.smpatel1996-08-151-3/+5
* Add a couple of #ifdef DEVFS/#endif clauses to slence the followingwpaul1996-06-171-1/+5
* Clean up -Wunused warnings.gpalmer1996-06-121-3/+1
* Fixed the unit numbers of the devfs `fd' devices.bde1996-03-271-12/+16
* Merge in Lite2: LIST replacement for f_filef, f_fileb, and filehead.hsu1996-03-111-21/+13
* kern_descrip.c: add fdshare()/fdcopy()peter1996-02-231-1/+45
* Improve the performance for pipe(2) again. Also include somedyson1996-02-041-1/+7
* Enable the new fast pipe code. The old pipes can be used with thedyson1996-01-281-1/+11
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-4/+5
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-22/+28
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking whenbde1995-12-051-1/+3
* A major sweep over the sysctl stuff.phk1995-12-041-12/+11
* Completed function declarations and/or added prototypes.bde1995-12-021-1/+2
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-1/+46
* Add new-style sysctl for KERN_FILE here.phk1995-11-141-1/+43
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+20
* Killed a few gratuitous #include's.dg1995-10-211-3/+1
* Remove prototype definitions from <sys/systm.h>.swallace1995-10-081-1/+4
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-4/+1
* Implement maxprocperuid and maxfilesperproc. They are tunableguido1995-02-201-6/+6
* Obtained from: my fix for 1.1.5bde1994-12-121-1/+4
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-1/+2
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-39/+40
* munmapfd() was being called with one too few params - bug introduceddg1994-09-021-2/+2
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+45
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+914
OpenPOWER on IntegriCloud