Age | Commit message (Expand) | Author |
2002-05-10 | Cast u_int64_t explicitly, not long. (cosmetic) | Artur Grabowski |
2002-02-08 | required piece to compile the lib | Michael Shalayeff |
2002-01-04 | Let's start by making the stack pointer 64 bit and nobody will get hurt. | Artur Grabowski |
2002-01-02 | correct fram size. | Artur Grabowski |
2002-01-02 | fp and pc are 64 bit. | Artur Grabowski |
2002-01-02 | fp and pc are 64 bit. | Artur Grabowski |
2001-12-18 | sigh, do it right. | Federico G. Schwindt |
2001-12-18 | Fix func decl. in comment. | Federico G. Schwindt |
2001-12-18 | Software invoked traps should use the ST_ versions of the trap number | Marco S Hyman |
2001-09-10 | Enough for libc_r on sparc64 to build (this stuff is mostly taken from sparc, | Jason Wright |
2001-09-10 | Our gcc defines __sparcv9__ not __sparc_v9__ | Jason Wright |
2001-03-13 | typo in comment | David Leonard |
2001-02-21 | Define struct _machdep_state again for libc_r to compile on mvme88k. | Miod Vallat |
2001-01-27 | Stubs for vax. (build at least) | Hugh Graham |
2000-10-05 | missed it by That Much | David Leonard |
2000-10-05 | Use volatile on the __asm__ directives, do not allow the compiler to reorder | Dale S. Rahn |
2000-10-04 | switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f... | David Leonard |
2000-10-03 | public domain | David Leonard |
2000-10-03 | constistent naming | David Leonard |
2000-10-03 | thread switching code | David Leonard |
2000-09-25 | prepare for switching threads | David Leonard |
2000-09-25 | prepare for thread switching | David Leonard |
2000-09-25 | preparation for switch-based threads | David Leonard |
2000-01-06 | use art's thread context setjmp code | David Leonard |
2000-01-06 | thread context setjmp code, art@ | David Leonard |
1999-11-25 | sync with FreeBSD | David Leonard |
1999-05-26 | add mb (memory barrier) instruction. from FreeBSD | David Leonard |
1999-04-21 | First cut at powerpc support for uthread. Not complete. | Dale S. Rahn |
1999-03-10 | no need to save signal state in setjmp/longjmp - it will always be the same, ... | David Leonard |
1999-03-10 | tidy | David Leonard |
1999-03-10 | correct asm constraints, espie@; cite m680x0 user manual | David Leonard |
1999-03-10 | correct asm constraints, espie@ | David Leonard |
1999-03-03 | m88k addition. | Steve Murphree |
1999-02-07 | implement sparc atomic lock with LDSTUB | 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-02-02 | arc fixes for libc_r | imp |
1999-01-17 | mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu) | David Leonard |
1999-01-10 | note pathological problem | David Leonard |
1999-01-10 | use <machine/reg> | David Leonard |
1999-01-08 | move spinlock.h into the real world | David Leonard |
1998-12-22 | Correct a thinko I had when writing the comment for this code. | Dale S. Rahn |
1998-12-21 | MD locking and thread support for hppa | Michael Shalayeff |
1998-12-21 | more spinlock | David Leonard |
1998-12-21 | md spinlock | David Leonard |
1998-12-21 | md spinlock | David Leonard |
1998-12-21 | unfinished powerpc md stuff.. rahnds? | 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 |
1998-11-09 | sync with FreeBSD (rwlock, gc thread, man pages) | David Leonard |