summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_close.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make internal file descriptor handling async-signal safe by eliminatingkurt2009-12-061-3/+3
* Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixeskurt2007-04-271-2/+2
* Part 2 of file descriptor race and deadlock corrections.kurt2006-09-261-8/+15
* Part 1 of file descriptor race and deadlock corrections.kurt2006-09-221-39/+1
* Based upon a freebsd change:marc2003-12-231-10/+6
* fix bug that would leave an FD locked if dup'd, then closed.marc2003-02-141-7/+2
* Part 1 of thread fd handling fixes. In the new scheme fd_table_entriesmarc2003-02-041-2/+3
* if fstat fails fails, as it will on some sockets, close anyway.d2000-10-041-4/+10
* unused variabled2000-01-061-2/+1
* sync with FreeBSDd1999-11-251-10/+25
* document cancellation point handling a bit betterd1999-06-091-1/+6
* pthread_cancel() and cancellation pointsd1999-01-171-1/+3
* identd1999-01-061-0/+1
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-1/+0
* experimental threaded libc - kernel onlyd1998-08-271-0/+89