summaryrefslogtreecommitdiff
path: root/lib/libc/sys/poll.2
AgeCommit message (Expand)Author
2015-03-03Fix variable name typo in IDIOMS.Kent R. Spillner
2015-03-02Document that POLLPRI and POLLRDBAND are set for out-of-band socketTodd C. Miller
2015-02-05macro fixes from Kaspars at Bankovskis dot net;Ingo Schwarze
2014-12-16use .In and delete .Tn; from Kaspars at Bankovskis dot netIngo Schwarze
2014-11-30update STANDARDS; ok millert@ jmc@Ingo Schwarze
2014-11-05zap double word;Jason McIntyre
2014-11-05Convert EXAMPLES to IDIOMS and make it a simple select -> pollTodd C. Miller
2014-11-03POLLERR is only valid in revents so it is not a bug that it isTodd C. Miller
2013-11-02.Xr clock_gettimeMarc Espie
2013-04-29Extend P_SIGSUSPEND handling in userret() to properly restore theMatthew Dempsky
2007-07-11add a STANDARDS section, as requested by itojun;Jason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2004-01-08Add missing include of poll.h to example code; Andre NathanTodd C. Miller
2003-12-10Add an nfds_t type as per POSIX and also add pollfd_t like Solaris has.Todd C. Miller
2003-09-23o mention why poll(2) is often more effecient than select(2)Todd C. Miller
2003-09-08o Use proper mdoc macros for function macros and definesTodd C. Miller
2003-08-19document what happens when pollfd.fd is -1Theo de Raadt
2003-04-25Remove note about POLLMSG. not used and not provided. ok millert@Ted Unangst
2003-02-27typos;Jason McIntyre
2001-11-02poll(2) manpage references itself, accept(2) references poll(2) twice.Janne Johansson
2001-08-11Define INFTIM to -1, as appears everywhere. Talk about it in theFederico G. Schwindt
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
2000-08-09Insert missing period.Aaron Campbell
2000-01-22Use .Va macro when referring to the global variable errno.Aaron Campbell
1999-06-29- change references to nil to null; tschroed@acm.orgAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-02-27make function names the correct caseTheo de Raadt
1998-08-17Xr pollTheo de Raadt
1998-07-06fix openbsd tagTheo de Raadt
1996-08-07poll is not a wrapper around selectTheo de Raadt
1996-05-18poll() as a system callTheo de Raadt