index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
sys
/
poll.2
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't mention using poll(2) as a timeout.
cheloha
2018-08-18
1
-8
/
+2
*
Missing opening brace. Spotted by Hiltjo Posthuma.
tb
2017-02-14
1
-3
/
+3
*
Restore warnings about multiple process waiting on same fd
guenther
2016-09-17
1
-2
/
+8
*
remove historic note about multiple processes. mostly irrelevant today.
tedu
2016-06-07
1
-8
/
+2
*
Add missing second argument to FD_SET macro in example code snippet.
tb
2015-12-25
1
-3
/
+3
*
Fix variable name typo in IDIOMS.
kspillner
2015-03-03
1
-3
/
+3
*
Document that POLLPRI and POLLRDBAND are set for out-of-band socket
millert
2015-03-02
1
-2
/
+15
*
macro fixes from Kaspars at Bankovskis dot net;
schwarze
2015-02-05
1
-13
/
+16
*
use .In and delete .Tn; from Kaspars at Bankovskis dot net
schwarze
2014-12-16
1
-5
/
+4
*
update STANDARDS; ok millert@ jmc@
schwarze
2014-11-30
1
-3
/
+3
*
zap double word;
jmc
2014-11-05
1
-2
/
+2
*
Convert EXAMPLES to IDIOMS and make it a simple select -> poll
millert
2014-11-05
1
-17
/
+69
*
POLLERR is only valid in revents so it is not a bug that it is
millert
2014-11-03
1
-5
/
+3
*
.Xr clock_gettime
espie
2013-11-02
1
-2
/
+3
*
Extend P_SIGSUSPEND handling in userret() to properly restore the
matthew
2013-04-29
1
-16
/
+49
*
add a STANDARDS section, as requested by itojun;
jmc
2007-07-11
1
-2
/
+8
*
convert to new .Dd format;
jmc
2007-05-31
1
-2
/
+2
*
Add missing include of poll.h to example code; Andre Nathan
millert
2004-01-08
1
-1
/
+2
*
Add an nfds_t type as per POSIX and also add pollfd_t like Solaris has.
millert
2003-12-10
1
-4
/
+4
*
o mention why poll(2) is often more effecient than select(2)
millert
2003-09-23
1
-26
/
+57
*
o Use proper mdoc macros for function macros and defines
millert
2003-09-08
1
-70
/
+100
*
document what happens when pollfd.fd is -1
deraadt
2003-08-19
1
-1
/
+10
*
Remove note about POLLMSG. not used and not provided. ok millert@
tedu
2003-04-25
1
-4
/
+1
*
typos;
jmc
2003-02-27
1
-2
/
+2
*
poll(2) manpage references itself, accept(2) references poll(2) twice.
jj
2001-11-02
1
-2
/
+1
*
Define INFTIM to -1, as appears everywhere. Talk about it in the
fgsch
2001-08-11
1
-2
/
+2
*
Another round of man page cleanup, this time to remove more hard sentence
aaron
2000-10-18
1
-12
/
+19
*
Insert missing period.
aaron
2000-08-09
1
-2
/
+2
*
Use .Va macro when referring to the global variable errno.
aaron
2000-01-22
1
-2
/
+2
*
- change references to nil to null; tschroed@acm.org
aaron
1999-06-29
1
-3
/
+3
*
Cleanup xrefs under SEE ALSO. Specifically:
alex
1999-05-16
1
-3
/
+3
*
make function names the correct case
deraadt
1999-02-27
1
-3
/
+3
*
Xr poll
deraadt
1998-08-17
1
-1
/
+2
*
fix openbsd tag
deraadt
1998-07-06
1
-0
/
+1
*
poll is not a wrapper around select
deraadt
1996-08-07
1
-7
/
+2
*
poll() as a system call
deraadt
1996-05-18
1
-0
/
+199