aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/selinfo.h
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix a deficiency in the selinfo interface:Attilio Rao2011-08-251-0/+1
* Refactor select to reduce contention and hide internal implementationJeff Roberson2007-12-161-8/+8
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemJohn-Mark Gurney2004-08-151-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-0/+1
* Remove __PAlfred Perlstein2002-03-191-2/+2
* Fixed some style bugs:Bruce Evans2002-03-161-9/+5
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-141-2/+7
* Fix a whitespace style nit.John Baldwin2001-09-271-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-2/+4
* Move `struct selinfo' and related functions to <sys/selinfo.h>.Garrett Wollman2001-01-041-3/+3
* Back this one out until I can fix _all_ of the headers. The headers sureBrian Feldman2000-08-071-1/+1
* None of select.h needs to be exposed to !_KERNEL.Brian Feldman2000-08-061-1/+1
* Introduce kqueue() and kevent(), a kernel event notification facility.Jonathan Lemon2000-04-161-0/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+56