Age | Commit message (Expand) | Author |
2003-02-14 | - save and restore %fsr, too. | Jason Wright |
2003-02-10 | priviledged -> privileged from David Krause via Henning Brauer | Marco S Hyman |
2003-01-31 | typo | Theo de Raadt |
2003-01-31 | stuff in arch/sparc64 is by defn v9, remove < v9 #ifdefs. ok marc. | Jason Wright |
2003-01-31 | Create a siginfo_t for thread-to-thread kill. | Marco S Hyman |
2003-01-27 | Save all floating point registers to full register sized fields, not | Dale Rahn |
2003-01-26 | save fpu context (needs optimization) | Jason Wright |
2003-01-24 | On save: | Jason Wright |
2003-01-24 | Save FPU state (unconditionally) | Jason Wright |
2003-01-24 | save i386 fpu state | Marco S Hyman |
2003-01-23 | stubs for functions needed by the vax | Marco S Hyman |
2003-01-16 | make it compile | Michael Shalayeff |
2002-12-12 | use ldl_l/stl_c instead of ldq_l and ldq_c as _spinlock_lock_t | Marco S Hyman |
2002-11-29 | Foward; torh@bogus.net | Theo de Raadt |
2002-11-12 | Fix the C version of atomic lock so that the compiler will not share | Dale Rahn |
2002-11-01 | Working atomic locks on vax for libc_r. | Miod Vallat |
2002-11-01 | md part for hppa should look like this, at the first look | Michael Shalayeff |
2002-10-11 | remove unused/unreferenced code. | Marco S Hyman |
2002-08-25 | fix comment. | Brad Smith |
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 |
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 |