aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_descrip.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the futimes/undelete/utrace conflict with other BSD's. Note thatJohn Dyson1998-05-111-1/+51
* Make the rootdir handling more consistent. Now, processes alwaysJohn Dyson1998-02-151-7/+4
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+3
* Fix and complete the AIO syscalls. There are some performance enhancementsJohn Dyson1997-11-291-1/+19
* Fixed a missing conversion of retval to p_retval in disabled code.Bruce Evans1997-11-231-3/+3
* Fixed duplicate definitions of M_FILE (one static).Bruce Evans1997-11-231-2/+2
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-31/+23
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+4
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Various select -> poll changesPeter Wemm1997-09-141-2/+2
* Removed some stale comments.Bruce Evans1997-08-261-4/+4
* Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack thatBruce Evans1997-04-091-7/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* This commit is the embodiment of some VFS read clustering improvements.John Dyson1996-12-291-1/+2
* Fixed nonexistent checking of lock types for F_GETLK.Bruce Evans1996-12-191-1/+4
* Fixed lseek() on named pipes. It always succeeded but should always fail.Bruce Evans1996-12-191-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