summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Goodbye, MIT pthreads... you were a handy reference implementationd1999-03-1016-1754/+0
|
* m88k addition.smurph1999-03-032-0/+59
|
* 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-021-1/+2
|
* mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)d1999-01-177-28/+91
|
* note pathological problemd1999-01-101-1/+3
|
* use <machine/reg>d1999-01-101-4/+6
|
* move spinlock.h into the real worldd1999-01-086-36/+0
|
* Correct a thinko I had when writing the comment for this code.rahnds1998-12-221-4/+4
|
* MD locking and thread support for hppamickey1998-12-213-0/+65
|
* more spinlockd1998-12-214-10/+10
|
* md spinlockd1998-12-212-12/+19
|
* md spinlockd1998-12-218-34/+62
|
* unfinished powerpc md stuff.. rahnds?d1998-12-213-0/+80
|
* add md _atomic_is_locked; cleand1998-12-185-8/+49
|
* Move atomic_lock code from asm to C with inline asm;d1998-11-2011-140/+231
| | | | | Add m68k, mips and sparc. (needs more careful checking) Add 'slow_atomic_lock' for crippled archs.
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-093-1/+75
| | | | | | | add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out)
* somehow i missed this directory..d1998-08-284-0/+175
|
* forgot to add this one.peter1998-07-231-0/+56
| | | | | | | SYS.h is copied from lib/libc/arch/i386/SYS.h but with "machdep_sys_" preprended to the syscall name in the ENTRY() macro. When the code is a bit more sync'ed, using SYS.h from the linc hierarchy should work.
* o removed more unused or old, left over filespeter1998-07-221-0/+11
| | | | | | | | | | | | | | o general changes so that now the library compiles and many of the tests run correctly o pthreads/Makefile.inc rebuilt using libc/sys/Makefile.inc as a template. this should be kept in sync in case of new syscalls soon TODO: figure out why remaining tests fail and fix look at building .so version of library tidy up arch/i386 directory - no longer uses syscall-template.S port other arch's from libc syscall templates
* move unchanged files from machdep/ into appropriate arch/${MACHINE}peter1998-07-2111-134/+1118
| | | | | | | | directories. These files have been renamed as appropriate, but hackers of these files should note those that started off as netbsd files (alpha and sparc). also moved machdep/openbsd-2.0/ to include/sys/
* Initial support for pthreads on m68k frombriggs1997-04-134-0/+331
| | | | David Leonard <david.leonard@it.uq.edu.au>.
* initial import of NetBSD treederaadt1995-10-184-0/+372