aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/filedesc.h
Commit message (Expand)AuthorAgeFilesLines
* In an SMP environment post-Giant it is no longer safe to blindlyDon Lewis2002-10-031-1/+1
* ISOfy and minor warnsfix.Mark Murray2002-07-151-4/+2
* Make funsetown() take a 'struct sigio **' so that the locking canAlfred Perlstein2002-05-061-1/+1
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-15/+2
* Add a global sx sigio_lock to protect the pointer to the sigio objectSeigo Tanimura2002-04-271-2/+15
* When exec'ing a set[ug]id program, make sure that the stdio file descriptorsJacques Vidrine2002-04-191-0/+1
* The description of fd_mtx is "filedesc structure."Seigo Tanimura2002-03-291-0/+2
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-2/+2
* Remove __PAlfred Perlstein2002-03-191-19/+19
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-7/+10
* Remove an unneeded include of sys/sx.h. An older pre-commit version ofJohn Baldwin2002-02-141-1/+0
* fget_locked fixes.Alfred Perlstein2002-01-301-4/+3
* Attempt to fixup select(2) and poll(2), this should fix some races withAlfred Perlstein2002-01-291-0/+12
* Remove holdfp() prototype now that the function no longer existsAlfred Perlstein2002-01-231-1/+0
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.Alfred Perlstein2002-01-131-2/+2
* Remove file locking debug cruft.Alfred Perlstein2002-01-131-14/+0
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-2/+27
* KSE Milestone 2Julian Elischer2001-09-121-10/+10
* style(9) the structure definitions.David E. O'Brien2001-09-051-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-1/+0
* This patchset fixes a large number of file descriptor race conditions.Matthew Dillon2000-11-181-2/+4
* Fixed disordering and misformatting in previous commit.Bruce Evans2000-06-141-1/+1
* unstatic getfp() so that other subsystems can use it.Alfred Perlstein2000-06-121-0/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Removed superfluous forward declaration of struct klist. ForwardBruce Evans2000-04-301-22/+16
* Introduce kqueue() and kevent(), a kernel event notification facility.Jonathan Lemon2000-04-161-0/+7
* When we are execing a setugid program, and we have a procfs filesystemWarner Losh2000-01-201-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Fix a hole in jail(2).Poul-Henning Kamp1999-09-251-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* I got another batch of suggestions for cosmetic changes from bde.Don Lewis1998-11-111-5/+5
* Installed the second patch attached to kern/7899 with some changes suggestedDon Lewis1998-11-111-1/+31
* Moved declaration of M_IOV to a less bogus place. It belongs inBruce Evans1997-12-051-4/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* This commit is the embodiment of some VFS read clustering improvements.John Dyson1996-12-291-1/+3
* kern_descrip.c: add fdshare()/fdcopy()Peter Wemm1996-02-231-1/+3
* Prototype getvnode() in the right place (where ibcs2_stat.c can see it).Bruce Evans1995-11-041-1/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+2
* Prototypes, prototypes and even more prototypes. Not quite done yet, butPoul-Henning Kamp1994-10-021-1/+4
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+99