summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
AgeCommit message (Expand)AuthorFilesLines
2006-04-06- due to the fninit() in _thread_machdep_save_float_state() all calls tokurt1-5/+16
2006-04-02malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaksdjm1-6/+2
2006-03-06Add _thread_atexit_lock and _thread_atexit_unlock to the list ofotto1-1/+3
2006-02-22Avouid a race in atexit() handling by introducing a lock. Problemotto1-1/+14
2006-02-16cap seconds to 100 million per man page and kernel nanosleep impl.kurt1-2/+3
2006-02-06typos from alexey dobriyan;jmc1-2/+2
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_millert2-11/+11
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>millert1-2/+2
2005-12-14My email address changed quite a while ago...drahn1-2/+2
2005-11-25don't ask; ok drahnderaadt1-1/+5
2005-11-24use WANTLINT= (on all architectures)deraadt1-1/+2
2005-11-14revert this file to -r1.2, when it was originally written,jmc1-61/+30
2005-11-01a bit of rewording; with input from jmc@.fgsch1-5/+6
2005-10-31- Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.brad3-11/+7
2005-10-31add copyright from the original FreeBSD man page.brad1-2/+35
2005-10-30remove trailing spaces;jmc1-3/+3
2005-10-30shuffle some of the function names around into new section names.brad1-32/+25
2005-10-30and make sure the header change goes in too.brad1-1/+2
2005-10-30Add pthread_atfork(3)brad9-8/+183
2005-10-30Don't use TAILQ_NEXT() on an element that has been removed. Similar tokrw1-5/+10
2005-10-29Don't use TAILQ_NEXT() on an element that has been removed. Similar tokrw1-3/+4
2005-10-14Use queue macros instead of directly accessing fields. ok marc@ miod@otto1-5/+5
2005-10-12remove MLINKS for pthread_mutexattr_{g,s}etpshared.3:jmc1-3/+1
2005-07-14- make sure sem_ pages reference each other (idea from similar freebsd commit)jmc6-10/+30
2005-02-09document [EBUSY];jmc1-1/+5
2005-02-01typo; from axel andersson;jmc1-2/+2
2005-01-28Grab the current time before calculating thread wake-up time.marc1-19/+9
2005-01-23Add debug support.kettenis2-2/+7
2004-12-12Avoid using void pointers in additive expressionsbrad1-2/+4
2004-11-30* make sure we leave the thread's cancellation point before we returnpat3-4/+10
2004-11-02Convert float register save to new 64 bit ABI requirements.pefo2-14/+58
2004-09-18Allow thread in FD{R,W}_WAIT states to be suspended.marc1-2/+12
2004-09-09 couple of changes (int -> long) to handle 64 bits.pefo3-43/+44
2004-08-11mips->mips64pefo5-5/+5
2004-08-11mips->mips64. ok deraadt@pefo1-2/+2
2004-07-13errno changes, lib major version bumps, and general flag daymarc1-1/+1
2004-06-24hsearch API/ABI u_int -> size_t -> crank majors; ok millertderaadt1-1/+1
2004-06-08missing include; ok marc@.xsa1-1/+2
2004-06-07major bump to libc and libpthread to break the dependency of amarc8-135/+142
2004-05-03libc major number crankmillert1-2/+2
2004-05-02bump minor for new functions. Reminder from brad@marc1-1/+1
2004-05-01pthead_supsend_all_np and pthread_resume_all_np from freebsd viamarc7-124/+250
2004-04-13refresh curthread after a thread switch so it points to the realmarc1-1/+11
2004-04-10ansibrad1-5/+2
2004-04-10stylebrad1-2/+2
2004-04-09When poll(2)'ing for readability or writability of a file descriptorbrad1-3/+7
2004-04-09remove old libc_r related chunk of the Makefilebrad1-31/+1
2004-04-06Apply patch from guenther at mho.com (pr3730) that fixes a doublemarc1-2/+4
2004-04-02slow_atomic_lock.c is only used by mips; marc@ okmickey1-1/+4
2004-03-02Use double load/store instructions whenever possible.miod2-72/+45