summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_generic.c
Commit message (Expand)AuthorAgeFilesLines
...
* Replace ffind_* with fget calls.alfred2002-01-141-6/+4
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-37/+96
* remove holdfp()dillon2001-11-141-56/+32
* The P_SELECT flag was moved from p->p_flag to td->td_flags, but p_flagjhb2001-09-211-2/+20
* KSE Milestone 2julian2001-09-121-153/+177
* Giant Pushdown:dillon2001-09-011-40/+120
* Back out scanning file descriptors with holding a process lock.tanimura2001-05-151-2/+34
* - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).tanimura2001-05-141-40/+131
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-6/+5
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-2/+8
* Correctly declare variables as u_int rather than doing typecasts.jlemon2001-02-271-7/+7
* Cast nfds to u_int before range checking it in order to catch negativejlemon2001-02-271-1/+2
* poll(2) array limits (take 2) - after some input from bde.peter2001-02-091-8/+7
* Change and clean the mutex lock interface.bmilekic2001-02-091-6/+6
* The code I picked up from NetBSD in '97 had a nasty bug. It limitedpeter2001-02-071-7/+15
* - Catch up to proc flag changes.jhb2001-01-241-14/+35
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+1
* Only call bwillwrite() for vnodes. Do not penalize devices or pipes.dillon2000-12-071-1/+2
* Add necessary bwillwrite() in writev() entry point.dillon2000-12-061-0/+1
* only call bwillwrite() to stall on IO when dealing with VNODEs otherwisealfred2000-11-301-1/+2
* Protect p_wchan with sched_lock in selwakeup().jlemon2000-11-211-0/+2
* This patchset fixes a large number of file descriptor race conditions.dillon2000-11-181-26/+60
* 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
OpenPOWER on IntegriCloud