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