summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_generic.c
Commit message (Expand)AuthorAgeFilesLines
* Modifications to existing files to support the initial AIO/LIO anddyson1997-06-161-1/+5
* Don't include <sys/ioctl.h> in the kernel. Stage 4: includebde1997-03-241-2/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+2
* Removed `volatile' from declaration of `time', and removed the resultingbde1997-03-221-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Improved select():bde1997-02-201-36/+51
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix a minor style error in my code.smpatel1996-08-201-2/+2
* Remove the kernel FD_SETSIZE limit for select().smpatel1996-08-201-15/+43
* Converted two options over to the new scheme: USER_LDT and KTRACE.wollman1996-01-031-1/+3
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-4/+5
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+14
* Fixed the type of readv(). An args struct member name conflicted with thebde1995-11-111-5/+5
* Remove the ugly COMPAT_IBCS2 hack to hide a return value throughswallace1995-10-101-29/+1
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Backed out previous change - it reduces performance. (oops).dg1995-04-131-2/+4
* Slight optimization to select().dg1995-04-131-4/+2
* Damn, check in the wrong version, fixed.sos1994-10-131-3/+3
* Made it possible for ioctl to return a value.sos1994-10-131-1/+29
* Cosmetics. related to getting prototypes into view.phk1994-10-101-1/+3
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-1/+4
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-11/+10
* Whoops, accidently left out some pieces of the munmapfd patch.dg1994-09-021-1/+2
* Make sure that uio_resid isn't negative in read().dg1994-09-021-1/+5
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-8/+9
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+683
OpenPOWER on IntegriCloud