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
/
libpthread
/
uthread
/
uthread_poll.c
Age
Commit message (
Expand
)
Author
2012-09-01
So passes uthreads
Philip Guenthe
2007-05-21
clean up lint warnings related to the nfds_t type. okay marc@ millert@
Kurt Miller
2007-04-27
Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixes
Kurt Miller
2006-10-25
select() and poll() don't _FD_LOCK their file descriptors, so there's no
Kurt Miller
2006-10-03
Last Part of file descriptor race and deadlock corrections.
Kurt Miller
2004-11-30
* make sure we leave the thread's cancellation point before we return
Patrick Latifi
2004-01-19
Fix -Wsign-compare warnings pointed out by kevlo@, ok marc@
Todd C. Miller
2004-01-01
more cancellation points.
Brad Smith
2003-12-10
Add an nfds_t type as per POSIX and also add pollfd_t like Solaris has.
Todd C. Miller
2002-01-10
From FreeBSD: fix conversion from msec to timespec.
Federico G. Schwindt
2001-08-21
Start syncing with FreeBSD:
Federico G. Schwindt
2001-08-15
Use INFTIM.
Federico G. Schwindt
2000-01-06
unused vars
David Leonard
1999-11-25
sync with FreeBSD
David Leonard
1999-01-08
ident
David Leonard
1999-01-08
add poll(2). This might help get X threaded.
David Leonard