summaryrefslogtreecommitdiffstats
path: root/lib/libpthread (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix comma splices involving 'however'pjanzen1999-03-101-1/+1
* extra includes for Walld1999-03-101-1/+3
* nicer debugging; _GNUC_ -> __GNUC__d1999-03-101-7/+7
* Fix .Os so that correct OS version appearsd1999-03-1031-36/+36
* identd1999-03-101-0/+1
* missing const (freebsd)d1999-03-102-5/+5
* no need to save signal state in setjmp/longjmp - it will always be the same, so we may as well save a few syscallsd1999-03-101-3/+3
* tidyd1999-03-101-8/+5
* correct asm constraints, espie@; cite m680x0 user manuald1999-03-101-3/+11
* correct asm constraints, espie@d1999-03-101-2/+6
* Goodbye, MIT pthreads... you were a handy reference implementationd1999-03-10317-43802/+0
* m88k addition.smurph1999-03-032-0/+59
* make function names the correct casederaadt1999-02-273-4/+4
* update prototypes now that socket functions take socklen_t as a length parametermillert1999-02-161-10/+10
* deal with socklen_tmillert1999-02-161-2/+2
* deal with socklen_tderaadt1999-02-168-17/+19
* implement sparc atomic lock with LDSTUBd1999-02-071-3/+28
* Save/restore the fp state setjmp/longjmp does notniklas1999-02-041-14/+41
* comment out broken float save stuff for the time beingd1999-02-031-5/+5
* arc fixes for libc_rimp1999-02-022-3/+4
* don't handle signals in the gc threadd1999-02-011-1/+7
* don't compute resource usage. this speeds things up a lotd1999-02-013-6/+26
* stubsd1999-01-181-0/+82
* documentd1999-01-181-0/+68
* move private spinlock protos outd1999-01-182-5/+5
* typo; niced1999-01-181-2/+4
* add section numbers to Xrd1999-01-181-7/+7
* sync with previous changesd1999-01-184-29/+69
* show cancellation and exiting flagsd1999-01-171-3/+6
* pthread_cancel() and cancellation pointsd1999-01-1716-19/+478
* pthread_getschedparam() and pthread_setschedparam() stubsd1999-01-171-1/+32
* mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)d1999-01-178-29/+106
* pthread_atfork()d1999-01-172-1/+100
* give msync a cancellation pointd1999-01-171-0/+32
* clean up timer calculations; dont use PTHREAD_NOFLOAT; keep freebsd identd1999-01-101-51/+21
* no need to cast any mored1999-01-101-5/+5
* export symbol to kernel thread for gdb; ident; fix lock initialisationd1999-01-101-6/+9
* identd1999-01-102-0/+2
* initialise locks properlyd1999-01-101-2/+2
* add some debug msgs; cleand1999-01-101-8/+35
* identd1999-01-101-0/+1
* note pathological problemd1999-01-101-1/+3
* use <machine/reg>d1999-01-101-4/+6
* fix protod1999-01-101-2/+3
* move spinlock.h into the real worldd1999-01-088-42/+6
* slight structure rearrange for gdb thread supportd1999-01-081-3/+4
* add fchflags and fpathconf as well.d1999-01-084-4/+54
* identd1999-01-081-0/+1
* add poll(2). This might help get X threaded.d1999-01-083-4/+150
* use indr_reference instead of PASSTHRUd1999-01-061-7/+8