summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
1999-04-21sucessful -> successfulAaron Campbell
1999-04-21This is OpenBSD.Alex Feldman
1999-04-21First cut at powerpc support for uthread. Not complete.Dale S. Rahn
1999-03-24actually make use of the new manual pagesDavid Leonard
1999-03-22better, nicer, neater documentationDavid Leonard
1999-03-22minor fixesDavid Leonard
1999-03-22new documentationDavid Leonard
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-03-10fix comma splices involving 'however'Paul Janzen
1999-03-10extra includes for WallDavid Leonard
1999-03-10nicer debugging; _GNUC_ -> __GNUC__David Leonard
1999-03-10Fix .Os so that correct OS version appearsDavid Leonard
1999-03-10identDavid Leonard
1999-03-10missing const (freebsd)David Leonard
1999-03-10no need to save signal state in setjmp/longjmp - it will always be the same, ...David Leonard
1999-03-10tidyDavid Leonard
1999-03-10correct asm constraints, espie@; cite m680x0 user manualDavid Leonard
1999-03-10correct asm constraints, espie@David Leonard
1999-03-10Goodbye, MIT pthreads... you were a handy reference implementationDavid Leonard
1999-03-03m88k addition.Steve Murphree
1999-02-27make function names the correct caseTheo de Raadt
1999-02-16update prototypes now that socket functions take socklen_t as a length parameterTodd C. Miller
1999-02-16deal with socklen_tTodd C. Miller
1999-02-16deal with socklen_tTheo de Raadt
1999-02-07implement sparc atomic lock with LDSTUBDavid Leonard
1999-02-04Save/restore the fp state setjmp/longjmp does notNiklas Hallqvist
1999-02-03comment out broken float save stuff for the time beingDavid Leonard
1999-02-02arc fixes for libc_rimp
1999-02-01don't handle signals in the gc threadDavid Leonard
1999-02-01don't compute resource usage. this speeds things up a lotDavid Leonard
1999-01-18stubsDavid Leonard
1999-01-18documentDavid Leonard
1999-01-18move private spinlock protos outDavid Leonard
1999-01-18typo; niceDavid Leonard
1999-01-18add section numbers to XrDavid Leonard
1999-01-18sync with previous changesDavid Leonard
1999-01-17show cancellation and exiting flagsDavid Leonard
1999-01-17pthread_cancel() and cancellation pointsDavid Leonard
1999-01-17pthread_getschedparam() and pthread_setschedparam() stubsDavid Leonard
1999-01-17mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)David Leonard
1999-01-17pthread_atfork()David Leonard
1999-01-17give msync a cancellation pointDavid Leonard
1999-01-10clean up timer calculations; dont use PTHREAD_NOFLOAT; keep freebsd identDavid Leonard
1999-01-10no need to cast any moreDavid Leonard
1999-01-10export symbol to kernel thread for gdb; ident; fix lock initialisationDavid Leonard
1999-01-10identDavid Leonard
1999-01-10initialise locks properlyDavid Leonard
1999-01-10add some debug msgs; cleanDavid Leonard
1999-01-10identDavid Leonard
1999-01-10note pathological problemDavid Leonard