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