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
/
libpthread
/
uthread
/
uthread_poll.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
clean up lint warnings related to the nfds_t type. okay marc@ millert@
kurt
2007-05-21
1
-4
/
+4
*
Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixes
kurt
2007-04-27
1
-3
/
+3
*
select() and poll() don't _FD_LOCK their file descriptors, so there's no
kurt
2006-10-25
1
-5
/
+1
*
Last Part of file descriptor race and deadlock corrections.
kurt
2006-10-03
1
-1
/
+5
*
* make sure we leave the thread's cancellation point before we return
pat
2004-11-30
1
-1
/
+2
*
Fix -Wsign-compare warnings pointed out by kevlo@, ok marc@
millert
2004-01-19
1
-6
/
+6
*
more cancellation points.
brad
2004-01-01
1
-1
/
+7
*
Add an nfds_t type as per POSIX and also add pollfd_t like Solaris has.
millert
2003-12-10
1
-3
/
+3
*
From FreeBSD: fix conversion from msec to timespec.
fgsch
2002-01-10
1
-3
/
+3
*
Start syncing with FreeBSD:
fgsch
2001-08-21
1
-4
/
+5
*
Use INFTIM.
fgsch
2001-08-15
1
-2
/
+2
*
unused vars
d
2000-01-06
1
-2
/
+2
*
sync with FreeBSD
d
1999-11-25
1
-112
/
+71
*
ident
d
1999-01-08
1
-0
/
+1
*
add poll(2). This might help get X threaded.
d
1999-01-08
1
-0
/
+140