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
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