summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_dup2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-011-85/+0
* Make internal file descriptor handling async-signal safe by eliminatingkurt2009-12-061-3/+3
* Relocate internal pipe file descriptor if newfd collides with it. Fixeskurt2008-02-021-7/+32
* Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixeskurt2007-04-271-2/+2
* upon success dup2() returns newfd so don't overwrite it withkurt2006-10-031-3/+4
* Part 2 of file descriptor race and deadlock corrections.kurt2006-09-261-12/+9
* Part 1 of file descriptor race and deadlock corrections.kurt2006-09-221-6/+34
* thread fd handling, part 2. Don't mung file flags until forcedmarc2003-02-051-2/+5
* Part 1 of thread fd handling fixes. In the new scheme fd_table_entriesmarc2003-02-041-71/+14
* From FreeBSD:fgsch2002-02-191-2/+3
* sync with FreeBSDd1999-11-251-2/+3
* identd1999-01-061-0/+1
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-3/+14
* experimental threaded libc - kernel onlyd1998-08-271-0/+74