aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/select.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
* Drop explicit unsigned from FD_SETSIZE constantEd Maste2014-04-281-1/+1
* Fix FD_ISSET() on LP64 platforms. The FD_ISSET() function/macro isMarcel Moolenaar2006-01-061-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Add complete struct timeval by including <sys/_timeval.h>.Mike Barcroft2002-12-311-8/+1
* Fix the standards case by referring to __fds_bits instead of fds_bitsMike Barcroft2002-11-281-3/+3
* 1. Hide the internals of struct fd_set in standard namespaces.Mike Barcroft2002-11-171-5/+15
* Change <sys/_sigset.h> to typedef __sigset_t instead of sigset_t, soMike Barcroft2002-10-051-0/+5
* o Move select() helper macros from <sys/types.h> to <sys/select.h>.Mike Barcroft2002-09-231-8/+46
* Now that we have a separate header file for sigset_t, use it and avoidGarrett Wollman2002-06-161-4/+8
* Add some (but not all) of the things POSIX expects to be declared inGarrett Wollman2002-06-151-0/+23
* Do not recursively include <sys/selinfo.h> from <sys/select.h>; all in-treeGarrett Wollman2001-01-201-6/+0
* Move `struct selinfo' and related functions to <sys/selinfo.h>.Garrett Wollman2001-01-041-19/+4
* 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