Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-06 | remove silly stub file for alpha and only try to compile _atomic_lock.c | Brad Smith | |
if it actually exists. ok marc@ | |||
2002-12-12 | use ldl_l/stl_c instead of ldq_l and ldq_c as _spinlock_lock_t | Marco S Hyman | |
is defined as an int. This solves several alpha/pthread problems as repoted by various ports people. | |||
2002-11-29 | Foward; torh@bogus.net | Theo de Raadt | |
2002-10-11 | remove unused/unreferenced code. | Marco S Hyman | |
ok fgs@ | |||
2002-06-06 | Implement _atomic_lock in assembler to make it more readable. | Artur Grabowski | |
plus some various assembler improvements. Tested by various people a few months ago and in my tree for almost 6 months now. | |||
2002-05-10 | Cast u_int64_t explicitly, not long. (cosmetic) | Artur Grabowski | |
2002-01-04 | Let's start by making the stack pointer 64 bit and nobody will get hurt. | Artur Grabowski | |
2000-10-05 | missed it by That Much | David Leonard | |
2000-10-04 | switch to _machdep_switch() instead of setjmp/longjmp. For some reason this ↵ | David Leonard | |
fixes sparc threads. | |||
2000-09-25 | prepare for thread switching | David Leonard | |
1999-11-25 | sync with FreeBSD | David Leonard | |
1999-05-26 | add mb (memory barrier) instruction. from FreeBSD | David Leonard | |
1999-03-10 | Goodbye, MIT pthreads... you were a handy reference implementation | David Leonard | |
1999-02-04 | Save/restore the fp state setjmp/longjmp does not | Niklas Hallqvist | |
1999-02-03 | comment out broken float save stuff for the time being | David Leonard | |
1999-01-17 | mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu) | David Leonard | |
1999-01-08 | move spinlock.h into the real world | David Leonard | |
1998-12-21 | more spinlock | David Leonard | |
1998-12-21 | md spinlock | David Leonard | |
1998-12-18 | add md _atomic_is_locked; clean | David Leonard | |
1998-11-20 | Move atomic_lock code from asm to C with inline asm; | David Leonard | |
Add m68k, mips and sparc. (needs more careful checking) Add 'slow_atomic_lock' for crippled archs. | |||
1998-08-28 | somehow i missed this directory.. | David Leonard | |
1998-07-21 | move unchanged files from machdep/ into appropriate arch/${MACHINE} | Peter Galbavy | |
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/ |