summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_generic.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning that has been annoying me for some time:peter2000-07-281-1/+1
* Distinguish between whether ktraceing was enabled before an IOgreen2000-07-271-2/+6
* For infinite timeouts, set both the tv_sec and tv_usec fields to zero injhb2000-07-131-2/+6
* Fix a very obscure bug in select() and poll() where the timeout wouldjhb2000-07-121-2/+2
* Remove two micro-pessimizations I made. Bruce is teaching me well :)green2000-07-071-2/+2
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *green2000-07-021-15/+36
* unstatic getfp() so that other subsystems can use it.alfred2000-06-121-2/+1
* Some ioctl routines assume that the ioctl buffer is aligned, but adillon2000-05-091-3/+6
* Fix select(2) for the Alpha. (!!) It was never returning true forpeter2000-02-201-6/+8
* Add aio_waitcomplete(). Make aio work correctly for socket descriptors.jasone2000-01-141-0/+2
* Export the nselcoll counter via the kern.nselcoll sysctl so we can seepeter2000-01-051-1/+3
* Missed the second argument of fdrop().green1999-10-141-1/+1
* Fix a race condition with shared fd tables and writev(). It'sgreen1999-10-141-2/+7
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-1/+0
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-191-11/+10
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add standard padding argument to pread and pwrite syscall. That should make themdt1999-04-041-129/+89
* Added pread and pwrite. These functions are defined by the X/Openalc1999-03-271-1/+132
* Removed a bogus cast to c_caddr_t. This is part of terminatingbde1999-01-291-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* poll(2) sets POLLNVAL for descriptors passed in that are less thanjkh1998-12-101-2/+4
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-111-32/+1
* Fixed bogotification of pseudocode for syscall args by rev.1.53 ofbde1998-09-051-5/+5
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-10/+12
* 64bit fixes: use u_long not int for ioctl command.dfr1998-06-101-2/+3
* s/nanoruntime/nanouptime/gphk1998-05-171-5/+5
* Remove unused atv.tv_usec = 0; from select/poll codeache1998-04-051-7/+3
* Time changes mark 2:phk1998-04-041-21/+37
* Try to fix poll & select after I broke them.phk1998-04-021-11/+9
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-16/+12
* Fixed some style bugs in the poll() code.bde1997-11-231-18/+8
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-34/+25
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-3/+4
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+4
* Implement poll(2). This is mostly taken from the NetBSD implementationpeter1997-09-141-6/+158
* Removed unused #includes.bde1997-09-021-5/+1
* 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
OpenPOWER on IntegriCloud