summaryrefslogtreecommitdiffstats
path: root/sys/sys/select.h
Commit message (Expand)AuthorAgeFilesLines
* Fix FD_ISSET() on LP64 platforms. The FD_ISSET() function/macro ismarcel2006-01-061-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Add complete struct timeval by including <sys/_timeval.h>.mike2002-12-311-8/+1
* Fix the standards case by referring to __fds_bits instead of fds_bitsmike2002-11-281-3/+3
* 1. Hide the internals of struct fd_set in standard namespaces.mike2002-11-171-5/+15
* Change <sys/_sigset.h> to typedef __sigset_t instead of sigset_t, somike2002-10-051-0/+5
* o Move select() helper macros from <sys/types.h> to <sys/select.h>.mike2002-09-231-8/+46
* Now that we have a separate header file for sigset_t, use it and avoidwollman2002-06-161-4/+8
* Add some (but not all) of the things POSIX expects to be declared inwollman2002-06-151-0/+23
* Do not recursively include <sys/selinfo.h> from <sys/select.h>; all in-treewollman2001-01-201-6/+0
* Move `struct selinfo' and related functions to <sys/selinfo.h>.wollman2001-01-041-19/+4
* Back this one out until I can fix _all_ of the headers. The headers suregreen2000-08-071-1/+1
* None of select.h needs to be exposed to !_KERNEL.green2000-08-061-1/+1
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-161-0/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 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
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+56
OpenPOWER on IntegriCloud