summaryrefslogtreecommitdiff
path: root/sys/kern/sys_generic.c
Commit message (Expand)AuthorAgeFilesLines
* Modifications to existing files to support the initial AIO/LIO andJohn Dyson1997-06-161-1/+5
* Don't include <sys/ioctl.h> in the kernel. Stage 4: includeBruce Evans1997-03-241-2/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-1/+2
* Removed `volatile' from declaration of `time', and removed the resultingBruce Evans1997-03-221-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Improved select():Bruce Evans1997-02-201-36/+51
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix a minor style error in my code.Sujal Patel1996-08-201-2/+2
* Remove the kernel FD_SETSIZE limit for select().Sujal Patel1996-08-201-15/+43
* Converted two options over to the new scheme: USER_LDT and KTRACE.Garrett Wollman1996-01-031-1/+3
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-4/+5
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-121-1/+14
* Fixed the type of readv(). An args struct member name conflicted with theBruce Evans1995-11-111-5/+5
* Remove the ugly COMPAT_IBCS2 hack to hide a return value throughSteven Wallace1995-10-101-29/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Backed out previous change - it reduces performance. (oops).David Greenman1995-04-131-2/+4
* Slight optimization to select().David Greenman1995-04-131-4/+2
* Damn, check in the wrong version, fixed.Søren Schmidt1994-10-131-3/+3
* Made it possible for ioctl to return a value.Søren Schmidt1994-10-131-1/+29
* Cosmetics. related to getting prototypes into view.Poul-Henning Kamp1994-10-101-1/+3
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-021-1/+4
* While in the real world, I had a bad case of being swapped out for a lot ofPoul-Henning Kamp1994-09-251-11/+10
* Whoops, accidently left out some pieces of the munmapfd patch.David Greenman1994-09-021-1/+2
* Make sure that uio_resid isn't negative in read().David Greenman1994-09-021-1/+5
* 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-8/+9
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+683