| Commit message (Expand) | Author | Age | Files | Lines |
* | So passes uthreads |  guenther | 2012-09-01 | 54 | -2774/+0 |
* | Unbreak build of libpthread on hppa/hppa64 by using correct type in |  jsing | 2011-11-14 | 2 | -4/+4 |
* | Initial hppa64 code drop; not finished yet, but this at least allows us to |  kettenis | 2011-08-04 | 3 | -0/+131 |
* | Don't try to outsmart gcc inline assembler when saving the cpsr in the |  miod | 2011-08-03 | 1 | -4/+4 |
* | Revert previous commit: if gcc picks a memory operand for the asm then |  guenther | 2011-01-04 | 1 | -2/+2 |
* | Make this compile with llvm-clang; problem pointed out by Amit Kulkarni |  guenther | 2010-12-31 | 1 | -2/+2 |
* | Sync with amd64, to allow this to compile without warnings with gcc4: |  miod | 2010-12-03 | 1 | -5/+5 |
* | Use __attribute__ ((aligned (16)), to make sure the FPU state is aligned |  kettenis | 2010-06-30 | 1 | -3/+3 |
* | Make sure that we really mark the FPU registers clean. |  kettenis | 2010-05-25 | 1 | -2/+2 |
* | A much better atomic lock routine. |  miod | 2009-06-01 | 1 | -43/+9 |
* | Correct the _atomic_lock() asm so that gcc accepts the constraints |  guenther | 2009-06-01 | 1 | -4/+4 |
* | these are public domain, verified with author; spotted by jj |  deraadt | 2009-02-15 | 1 | -1/+4 |
* | the license on this is PD; david leonard says so |  deraadt | 2008-10-02 | 3 | -3/+9 |
* | Assert my copyright on files I gave to d@ back in 1998. |  drahn | 2008-10-01 | 1 | -1/+17 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | Properly align stack such that code that uses SSE2 instructions doesn't crash. |  kettenis | 2008-01-28 | 1 | -3/+7 |
* | On hppa, function pointers may be be pointers to PLT entries. Handle those |  kettenis | 2007-07-07 | 1 | -1/+12 |
* | Move landisk to hardware floating point. At the moment the FPU context is |  miod | 2007-03-02 | 2 | -9/+77 |
* | pthread bits for sh; help deraadt@, ok kettenis@ |  miod | 2007-02-19 | 4 | -3/+116 |
* | Use correct define to detect soft fpu on arm, dont complain on lint so much. |  drahn | 2006-11-24 | 1 | -8/+4 |
* | Preliminary userland bits for OpenBSD/landisk, many things coming from |  miod | 2006-10-10 | 2 | -0/+64 |
* | powerpc stack needs a bit more headroom; needed because of mmap()ed |  otto | 2006-09-29 | 1 | -2/+2 |
* | - due to the fninit() in _thread_machdep_save_float_state() all calls to |  kurt | 2006-04-06 | 1 | -5/+16 |
* | typos from alexey dobriyan; |  jmc | 2006-02-06 | 1 | -2/+2 |
* | My email address changed quite a while ago... |  drahn | 2005-12-14 | 1 | -2/+2 |
* | don't ask; ok drahn |  deraadt | 2005-11-25 | 1 | -1/+5 |
* | Convert float register save to new 64 bit ABI requirements. |  pefo | 2004-11-02 | 2 | -14/+58 |
* | couple of changes (int -> long) to handle 64 bits. |  pefo | 2004-09-09 | 3 | -44/+45 |
* | mips->mips64 |  pefo | 2004-08-11 | 5 | -5/+5 |
* | Use double load/store instructions whenever possible. |  miod | 2004-03-02 | 2 | -72/+45 |
* | 88k uthread stuff. some regress succeeds, a few others still fail. This |  deraadt | 2004-02-27 | 4 | -2/+188 |
* | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many |  deraadt | 2004-02-27 | 4 | -248/+0 |
* | Apply my copyrights to these files which I wrote. none of the old |  drahn | 2004-02-25 | 2 | -4/+50 |
* | copyrights |  deraadt | 2004-02-25 | 8 | -4/+116 |
* | initial working pthreads support from sparc64, done with drahn. there are |  deraadt | 2004-02-25 | 8 | -20/+298 |
* | if cpu has fxsr, use fxsave instead; ok marc |  deraadt | 2004-02-21 | 2 | -11/+45 |
* | Implement the arm pthreads pieces, only two regress fails, preemption_float |  drahn | 2004-02-21 | 2 | -158/+95 |
* | Add copyright to code where I forgot, thx wouter. |  drahn | 2004-02-09 | 1 | -2/+27 |
* | Add arm support files for libpthread. |  drahn | 2004-02-09 | 4 | -0/+250 |
* | remove silly stub file for alpha and only try to compile _atomic_lock.c |  brad | 2004-02-06 | 1 | -6/+0 |
* | remove sparcv9 code. |  brad | 2004-02-02 | 1 | -8/+2 |
* | sparc -> sparc64 |  brad | 2004-02-02 | 3 | -6/+10 |
* | the rest of the libs stuff; from art@ again |  mickey | 2004-01-28 | 8 | -0/+106 |
* | Real atomic locks for m88k. |  miod | 2003-10-26 | 1 | -3/+41 |
* | Strict prototypes. |  miod | 2003-06-02 | 1 | -2/+4 |
* | libpthread support for vax, at last. |  miod | 2003-05-27 | 2 | -13/+66 |
* | Missing licence |  miod | 2003-05-19 | 1 | -1/+2 |
* | - save and restore %fsr, too. |  jason | 2003-02-14 | 1 | -1/+15 |
* | priviledged -> privileged from David Krause via Henning Brauer |  marc | 2003-02-10 | 1 | -2/+2 |
* | typo |  deraadt | 2003-01-31 | 2 | -4/+4 |