summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread/uthread_dup2.c
AgeCommit message (Expand)Author
2008-02-02Relocate internal pipe file descriptor if newfd collides with it. FixesKurt Miller
2007-04-27Use rlimit nofiles max to size fd/fdp tables instead of cur. FixesKurt Miller
2006-10-03upon success dup2() returns newfd so don't overwrite it withKurt Miller
2006-09-26Part 2 of file descriptor race and deadlock corrections.Kurt Miller
2006-09-22Part 1 of file descriptor race and deadlock corrections.Kurt Miller
2003-02-05thread fd handling, part 2. Don't mung file flags until forcedMarco S Hyman
2003-02-04Part 1 of thread fd handling fixes. In the new scheme fd_table_entriesMarco S Hyman
2002-02-19From FreeBSD:Federico G. Schwindt
1999-11-25sync with FreeBSDDavid Leonard
1999-01-06identDavid Leonard
1998-11-09sync with FreeBSD (rwlock, gc thread, man pages)David Leonard
1998-08-27experimental threaded libc - kernel onlyDavid Leonard