summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread/pthread_private.h
AgeCommit message (Expand)Author
2004-06-07major bump to libc and libpthread to break the dependency of aMarco S Hyman
2004-02-01Add a simple work-around for deadlocking on recursiveBrad Smith
2004-01-15threaded version of closefromMarco S Hyman
2003-12-31there is no pause() wrapper (thread_sys_pause) so remove the prototypeBrad Smith
2003-11-10missing proto for kqueue(); marc@ okMichael Shalayeff
2003-08-01Go back to using ITIMER_PROF for the non-profiled libpthread and useTodd C. Miller
2003-07-08remove variable never readMarco S Hyman
2003-05-13Add support for blocking thread switches during dlopen and otherMarco S Hyman
2003-02-14fix bug that would leave an FD locked if dup'd, then closed.Marco 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-27pthreads signal handling improvements. With these changes allMarco S Hyman
2003-01-24save and restore fp state when switching threads. This, withMarco S Hyman
2002-12-11add a debugging function not normally calledMarco S Hyman
2002-12-08remove unused data member from pthread_cond.Marco S Hyman
2002-11-12get rid of compiler warningsMarco 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-19Instead of ifdef around ENOTSUP, move it to pthread_private.h and makeFederico G. Schwindt
2001-12-31More changes from FreeBSD, including:Federico G. Schwindt
2001-12-19More sync.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-04Use _waitq_remove() and _waitq_insert() always; from FreeBSD.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
2001-08-26More syncing with FreeBSD, preparing for a commit.Federico G. Schwindt
2001-08-21Start syncing with FreeBSD:Federico G. Schwindt
2001-08-15* kevent(2) support; from FreeBSD.Federico G. Schwindt
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduTheo de Raadt
2000-10-04switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f...David Leonard
2000-01-06volatile; thread_private.h; locking defines moved out; kill(), getpid()David Leonard
1999-11-25sync with FreeBSDDavid Leonard
1999-09-08TAILQ_FOREACH now is in queue.hMarc Espie
1999-06-15Remove pthread_atfork(). It was only part of draft 10 for a little while and ...David Leonard
1999-06-09sync with freebsdDavid Leonard
1999-05-26sync with FreeBSDDavid Leonard
1999-02-16update prototypes now that socket functions take socklen_t as a length parameterTodd C. Miller
1999-01-18move private spinlock protos outDavid Leonard
1999-01-18sync with previous changesDavid Leonard
1999-01-10fix protoDavid Leonard
1999-01-08slight structure rearrange for gdb thread supportDavid Leonard
1999-01-08add fchflags and fpathconf as well.David Leonard
1999-01-08add poll(2). This might help get X threaded.David Leonard
1998-12-23preserve FreeBSD identsDavid Leonard
1998-12-21resource accountingDavid Leonard
1998-11-20sync with freebsdDavid Leonard