summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for blocking thread switches during dlopen and othermarc2003-05-131-2/+8
* Part 1 of thread fd handling fixes. In the new scheme fd_table_entriesmarc2003-02-041-197/+155
* Create a siginfo_t for thread-to-thread kill.marc2003-01-311-3/+3
* remove libc_r mention in commentmarc2003-01-201-4/+4
* Do not try to initialize entries in the fd table before the tablemarc2002-11-081-10/+1
* Add needed table of strong functions that override weak functionsmarc2002-11-071-11/+93
* removes duplicate functions and factor out common code so the needed (butmarc2002-10-301-5/+7
* signal handling changes. This corrects several signalmarc2002-10-301-2/+5
* account for the process signal mask when dealing with signals; testedfgsch2002-02-211-1/+7
* when alloc'ing the ready queue, make it big enough.fgsch2002-01-171-2/+2
* More changes from FreeBSD, including:fgsch2001-12-311-11/+19
* More sync with freebsd code; join related code this time.fgsch2001-12-111-3/+3
* Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.fgsch2001-12-081-3/+3
* put changes back, this time ALL the files.fgsch2001-09-041-10/+10
* Back out fgsch@'s tree breaking commits.todd2001-08-301-10/+10
* fix some const warnings.fgsch2001-08-301-10/+10
* More sync with FreeBSD.fgsch2001-08-291-68/+4
* uninitialised fieldsd2000-02-261-1/+3
* volatiled2000-01-061-3/+4
* sync with FreeBSDd1999-11-251-96/+113
* sync with FreeBSDd1999-05-261-10/+53
* pthread_cancel() and cancellation pointsd1999-01-171-1/+3
* export symbol to kernel thread for gdb; ident; fix lock initialisationd1999-01-101-6/+9
* rename linkage variable to match freebsdd1998-12-231-2/+3
* resource stats; force linkage with uthread_autoinit.c; name kern and init threadsd1998-12-211-0/+13
* split automatic init into own filed1998-12-101-18/+0
* sync with freebsdd1998-11-201-8/+8
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-13/+22
* experimental threaded libc - kernel onlyd1998-08-271-0/+308