Age | Commit message (Expand) | Author |
2011-11-14 | Unbreak build of libpthread on hppa/hppa64 by using correct type in | Joel Sing |
2011-08-04 | Initial hppa64 code drop; not finished yet, but this at least allows us to | Mark Kettenis |
2011-08-03 | Don't try to outsmart gcc inline assembler when saving the cpsr in the | Miod Vallat |
2011-01-04 | Revert previous commit: if gcc picks a memory operand for the asm then | Philip Guenthe |
2010-12-31 | Make this compile with llvm-clang; problem pointed out by Amit Kulkarni | Philip Guenthe |
2010-12-03 | Sync with amd64, to allow this to compile without warnings with gcc4: | Miod Vallat |
2010-06-30 | Use __attribute__ ((aligned (16)), to make sure the FPU state is aligned | Mark Kettenis |
2010-05-25 | Make sure that we really mark the FPU registers clean. | Mark Kettenis |
2009-06-01 | A much better atomic lock routine. | Miod Vallat |
2009-06-01 | Correct the _atomic_lock() asm so that gcc accepts the constraints | Philip Guenthe |
2009-02-15 | these are public domain, verified with author; spotted by jj | Theo de Raadt |
2008-10-02 | the license on this is PD; david leonard says so | Theo de Raadt |
2008-10-01 | Assert my copyright on files I gave to d@ back in 1998. | Dale Rahn |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-01-28 | Properly align stack such that code that uses SSE2 instructions doesn't crash. | Mark Kettenis |
2007-07-07 | On hppa, function pointers may be be pointers to PLT entries. Handle those | Mark Kettenis |
2007-03-02 | Move landisk to hardware floating point. At the moment the FPU context is | Miod Vallat |
2007-02-19 | pthread bits for sh; help deraadt@, ok kettenis@ | Miod Vallat |
2006-11-24 | Use correct define to detect soft fpu on arm, dont complain on lint so much. | Dale Rahn |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2006-09-29 | powerpc stack needs a bit more headroom; needed because of mmap()ed | Otto Moerbeek |
2006-04-06 | - due to the fninit() in _thread_machdep_save_float_state() all calls to | Kurt Miller |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2005-12-14 | My email address changed quite a while ago... | Dale Rahn |
2005-11-25 | don't ask; ok drahn | Theo de Raadt |
2004-11-02 | Convert float register save to new 64 bit ABI requirements. | Per Fogelstrom |
2004-09-09 | couple of changes (int -> long) to handle 64 bits. | Per Fogelstrom |
2004-08-11 | mips->mips64 | Per Fogelstrom |
2004-03-02 | Use double load/store instructions whenever possible. | Miod Vallat |
2004-02-27 | 88k uthread stuff. some regress succeeds, a few others still fail. This | Theo de Raadt |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt |
2004-02-25 | Apply my copyrights to these files which I wrote. none of the old | Dale Rahn |
2004-02-25 | copyrights | Theo de Raadt |
2004-02-25 | initial working pthreads support from sparc64, done with drahn. there are | Theo de Raadt |
2004-02-21 | if cpu has fxsr, use fxsave instead; ok marc | Theo de Raadt |
2004-02-21 | Implement the arm pthreads pieces, only two regress fails, preemption_float | Dale Rahn |
2004-02-09 | Add copyright to code where I forgot, thx wouter. | Dale Rahn |
2004-02-09 | Add arm support files for libpthread. | Dale Rahn |
2004-02-06 | remove silly stub file for alpha and only try to compile _atomic_lock.c | Brad Smith |
2004-02-02 | remove sparcv9 code. | Brad Smith |
2004-02-02 | sparc -> sparc64 | Brad Smith |
2004-01-28 | the rest of the libs stuff; from art@ again | Michael Shalayeff |
2003-10-26 | Real atomic locks for m88k. | Miod Vallat |
2003-06-02 | Strict prototypes. | Miod Vallat |
2003-05-27 | libpthread support for vax, at last. | Miod Vallat |
2003-05-19 | Missing licence | Miod Vallat |
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 |