aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/poll.h
Commit message (Expand)AuthorAgeFilesLines
* Add the ppoll() system call.Dmitry Chagin2014-11-131-0/+18
* Reconnect a comment with its code.Mike Barcroft2002-07-101-1/+1
* Bring poll.h up to conformance with POSIX.1-2001 by adding someMike Barcroft2002-07-081-9/+11
* Cleanup comments.Alfred Perlstein2002-04-181-11/+2
* Remove __PAlfred Perlstein2002-03-191-1/+1
* Fix select on fifos.Alfred Perlstein2002-01-141-1/+4
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Synchronize the poll() prototype with the one provided in theSheldon Hearn2000-08-211-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cleaned up some comments and ifdefs.Bruce Evans1998-02-031-10/+17
* Add support for poll(2) on files. vop_nopoll() now returns POLLNVALGarrett Wollman1997-12-151-1/+13
* oops, I accidently committed a version without INFTIM at the last moment.Peter Wemm1997-09-141-1/+7
* Add sys/poll.hPeter Wemm1997-09-141-0/+83