Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-10 | 'sez' is not an english word; ok deraadt@ | Jason Peel | |
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-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 | |
pointed out by marc@ | |||
2002-01-02 | fp and pc are 64 bit. | Artur Grabowski | |
And just to make things more fun -1, is not a misaligned stack on sparc64. | |||
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 | |
with the high bit of the trap number stripped per the V8 arch manual. The stack alignment code was broken. It tried to align to a 32 byte boundary (only 8 byte boundary is required) by first adding 15 bytes then masking. It could have aligned down. The minimum frame size was twice the size needed by allocating 8 bytes per saved value instead of the needed 4. This bug offset the bug in the stack alignment code. | |||
2001-09-10 | Enough for libc_r on sparc64 to build (this stuff is mostly taken from sparc, | Jason Wright | |
and will need attention before it can be expected to work). | |||
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 | |
or optimize out any of the assembly statements. | |||
2000-10-04 | switch to _machdep_switch() instead of setjmp/longjmp. For some reason this ↵ | David Leonard | |
fixes sparc threads. | |||
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 | |
so we may as well save a few syscalls | |||
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 | |