summaryrefslogtreecommitdiffstats
path: root/sys/sys/filedesc.h
Commit message (Expand)AuthorAgeFilesLines
* ISOfy and minor warnsfix.markm2002-07-151-4/+2
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-061-1/+1
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-15/+2
* Add a global sx sigio_lock to protect the pointer to the sigio objecttanimura2002-04-271-2/+15
* When exec'ing a set[ug]id program, make sure that the stdio file descriptorsnectar2002-04-191-0/+1
* The description of fd_mtx is "filedesc structure."tanimura2002-03-291-0/+2
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-2/+2
* Remove __Palfred2002-03-191-19/+19
* Lock struct pgrp, session and sigio.tanimura2002-02-231-7/+10
* Remove an unneeded include of sys/sx.h. An older pre-commit version ofjhb2002-02-141-1/+0
* fget_locked fixes.alfred2002-01-301-4/+3
* Attempt to fixup select(2) and poll(2), this should fix some races withalfred2002-01-291-0/+12
* Remove holdfp() prototype now that the function no longer existsalfred2002-01-231-1/+0
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-131-2/+2
* Remove file locking debug cruft.alfred2002-01-131-14/+0
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-2/+27
* KSE Milestone 2julian2001-09-121-10/+10
* style(9) the structure definitions.obrien2001-09-051-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-1/+0
* This patchset fixes a large number of file descriptor race conditions.dillon2000-11-181-2/+4
* Fixed disordering and misformatting in previous commit.bde2000-06-141-1/+1
* unstatic getfp() so that other subsystems can use it.alfred2000-06-121-0/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Removed superfluous forward declaration of struct klist. Forwardbde2000-04-301-22/+16
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-161-0/+7
* When we are execing a setugid program, and we have a procfs filesystemimp2000-01-201-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* Fix a hole in jail(2).phk1999-09-251-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* I got another batch of suggestions for cosmetic changes from bde.truckman1998-11-111-5/+5
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-111-1/+31
* Moved declaration of M_IOV to a less bogus place. It belongs inbde1997-12-051-4/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-291-1/+3
* kern_descrip.c: add fdshare()/fdcopy()peter1996-02-231-1/+3
* Prototype getvnode() in the right place (where ibcs2_stat.c can see it).bde1995-11-041-1/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+2
* Prototypes, prototypes and even more prototypes. Not quite done yet, butphk1994-10-021-1/+4
* Made them all idempotent.paul1994-08-211-1/+6
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+99
OpenPOWER on IntegriCloud