summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread/uthread_init.c
AgeCommit message (Expand)Author
2007-06-05_FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, soKurt Miller
2007-05-21clean up lint warnings related to the nfds_t type. okay marc@ millert@Kurt Miller
2007-05-18Eliminate many lint warnings by either: using the appropriate type,Kurt Miller
2007-04-27Use rlimit nofiles max to size fd/fdp tables instead of cur. FixesKurt Miller
2006-04-09Change a debug interface to take const char pointers so we don't aveKenneth R Westerback
2006-03-06Add _thread_atexit_lock and _thread_atexit_unlock to the list ofOtto Moerbeek
2005-10-30Add pthread_atfork(3)Brad Smith
2004-06-07major bump to libc and libpthread to break the dependency of aMarco S Hyman
2004-01-15threaded version of closefromMarco S Hyman
2003-10-22Add wrapper for kqueue() to keep track of the allocated fd and allow it toBrad Smith
2003-05-13Add support for blocking thread switches during dlopen and otherMarco S Hyman
2003-02-04Part 1 of thread fd handling fixes. In the new scheme fd_table_entriesMarco S Hyman
2003-01-31Create a siginfo_t for thread-to-thread kill.Marco S Hyman
2003-01-20remove libc_r mention in commentMarco S Hyman
2002-11-08Do not try to initialize entries in the fd table before the tableMarco S Hyman
2002-11-07Add needed table of strong functions that override weak functionsMarco S Hyman
2002-10-30removes duplicate functions and factor out common code so the needed (butMarco S Hyman
2002-10-30signal handling changes. This corrects several signalMarco S Hyman
2002-02-21account for the process signal mask when dealing with signals; testedFederico G. Schwindt
2002-01-17when alloc'ing the ready queue, make it big enough.Federico G. Schwindt
2001-12-31More changes from FreeBSD, including:Federico G. Schwindt
2001-12-11More sync with freebsd code; join related code this time.Federico G. Schwindt
2001-12-08Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.Federico G. Schwindt
2001-09-04put changes back, this time ALL the files.Federico G. Schwindt
2001-08-30Back out fgsch@'s tree breaking commits.Todd T. Fries
2001-08-30fix some const warnings.Federico G. Schwindt
2001-08-29More sync with FreeBSD.Federico G. Schwindt
2000-02-26uninitialised fieldsDavid Leonard
2000-01-06volatileDavid Leonard
1999-11-25sync with FreeBSDDavid Leonard
1999-05-26sync with FreeBSDDavid Leonard
1999-01-17pthread_cancel() and cancellation pointsDavid Leonard
1999-01-10export symbol to kernel thread for gdb; ident; fix lock initialisationDavid Leonard
1998-12-23rename linkage variable to match freebsdDavid Leonard
1998-12-21resource stats; force linkage with uthread_autoinit.c; name kern and init thr...David Leonard
1998-12-10split automatic init into own fileDavid Leonard
1998-11-20sync with freebsdDavid Leonard
1998-11-09sync with FreeBSD (rwlock, gc thread, man pages)David Leonard
1998-08-27experimental threaded libc - kernel onlyDavid Leonard