aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/poll.h
Commit message (Expand)AuthorAgeFilesLines
* 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