summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread/uthread_select.c
AgeCommit message (Expand)Author
2007-05-21clean up lint warnings related to the nfds_t type. okay marc@ millert@Kurt Miller
2007-05-18Eliminate many lint warnings by either: using the appropriate type,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-01-03Fixes from FreeBSD's libc_rBrad Smith
2004-01-01more cancellation points.Brad Smith
2003-11-03replace magic number for min number of poll_data entriesMarco S Hyman
2003-10-19Fix optimized select handling buglet. Patch from tholo@Marco S Hyman
2003-10-16Optimize conversion of fd_set -> pollfd. OK and test by marc@Todd C. Miller
2003-01-19return (func(...)) not needed when the current function and funcMarco S Hyman
2001-08-21Start syncing with FreeBSD:Federico G. Schwindt
1999-11-25sync with FreeBSDDavid Leonard
1999-05-26sync with FreeBSDDavid Leonard
1999-01-06identDavid Leonard
1998-08-27experimental threaded libc - kernel onlyDavid Leonard