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