summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_select.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* clean up lint warnings related to the nfds_t type. okay marc@ millert@kurt2007-05-211-5/+5
* Eliminate many lint warnings by either: using the appropriate type,kurt2007-05-181-6/+8
* Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixeskurt2007-04-271-3/+3
* select() and poll() don't _FD_LOCK their file descriptors, so there's nokurt2006-10-251-6/+1
* Last Part of file descriptor race and deadlock corrections.kurt2006-10-031-1/+6
* Fixes from FreeBSD's libc_rbrad2004-01-031-14/+26
* more cancellation points.brad2004-01-011-2/+3
* replace magic number for min number of poll_data entriesmarc2003-11-031-3/+8
* Fix optimized select handling buglet. Patch from tholo@marc2003-10-191-2/+2
* Optimize conversion of fd_set -> pollfd. OK and test by marc@millert2003-10-161-29/+37
* return (func(...)) not needed when the current function and funcmarc2003-01-191-2/+9
* Start syncing with FreeBSD:fgsch2001-08-211-10/+11
* sync with FreeBSDd1999-11-251-85/+111
* sync with FreeBSDd1999-05-261-2/+5
* identd1999-01-061-0/+1
* experimental threaded libc - kernel onlyd1998-08-271-0/+177