| Commit message (Expand) | Author | Age | Files | Lines |
* | retire sparc |  tedu | 2016-09-01 | 1 | -41/+0 |
* | remove hppa64 port, which we never got going beyond broken single users. |  deraadt | 2016-05-11 | 1 | -41/+0 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 12 | -604/+0 |
* | replace 0xf57ff05f with dmb sy |  jsg | 2016-04-09 | 1 | -2/+2 |
* | No point in keeping the threading support for vax, I guess |  guenther | 2016-03-10 | 2 | -76/+0 |
* | Put the right number of leading underscores in ___cerror and __cerror, for |  miod | 2015-05-12 | 1 | -2/+3 |
* | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 2014-04-18 | 2 | -4/+4 |
* | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping |  miod | 2014-03-18 | 2 | -90/+0 |
* | Following the ARM manuals and cookbooks, ldrex/strex don't have implicit |  patrick | 2013-08-28 | 1 | -1/+2 |
* | Use %r27 as the thread control block pointer, allowing for __get_tcb() calls |  miod | 2013-08-26 | 1 | -6/+18 |
* | VAX ELF userland bits. Consists mostly of register prefix additions. |  miod | 2013-07-05 | 1 | -5/+5 |
* | fix typo in comment |  miod | 2013-06-04 | 1 | -2/+2 |
* | unbreak |  miod | 2013-06-03 | 1 | -2/+2 |
* | Despite tedu's efforts, fix ERRNOPTR_OFFSET which has changed due to recent |  miod | 2013-06-03 | 2 | -4/+4 |
* | Make arm compile again. -moj |  maja | 2013-06-02 | 1 | -1/+2 |
* | cleanup and consolidate the spinlock_lock (what a name!) code. |  tedu | 2013-06-01 | 14 | -93/+79 |
* | If the lock is contended, such that the 'sc' fails, then we need to |  guenther | 2013-05-06 | 1 | -4/+7 |
* | Userland bits for m68k/ELF. Mostly addition of register prefixes to the |  miod | 2013-02-02 | 1 | -12/+11 |
* | Make this PIC-aware. |  miod | 2013-01-27 | 1 | -2/+6 |
* | ARMv7 doesn't support the atomic SWP instruction anymore. Use the atomic |  patrick | 2013-01-23 | 1 | -1/+12 |
* | Add END() directives to the various functions. |  miod | 2013-01-11 | 1 | -1/+2 |
* | Switch m88k ports to ELF. |  miod | 2013-01-05 | 2 | -14/+14 |
* | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc |  pascal | 2012-08-22 | 1 | -2/+2 |
* | Provide _atomic_lock() and __cerror() for hppa64. Makes hppa64 build again. |  jsing | 2012-04-13 | 2 | -0/+74 |
* | tfork_thread has been moved to libc |  guenther | 2012-03-22 | 13 | -921/+0 |
* | Sync the assembly statements with <machine/lock.h> for consistency. |  miod | 2012-03-03 | 1 | -5/+9 |
* | fix __errno symbol name |  miod | 2012-02-27 | 1 | -2/+2 |
* | Fix buglets. |  miod | 2012-02-26 | 1 | -3/+3 |
* | __cerror gets invoked with errno in v0, not a0. |  miod | 2012-02-26 | 1 | -2/+2 |
* | Fix label for threaded binaries to link. |  miod | 2012-02-26 | 1 | -2/+2 |
* | Missing cerror bits. |  miod | 2012-02-18 | 1 | -0/+55 |
* | Allow librthread to build on mips64. |  miod | 2012-02-17 | 2 | -11/+72 |
* | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, |  guenther | 2012-01-17 | 13 | -28/+28 |
* | Add the __cerror asm bits for per-thread errno support for powerpc. |  kettenis | 2011-11-09 | 1 | -0/+41 |
* | Add the __cerror asm bits for per-thread errno support for hppa. |  kettenis | 2011-11-08 | 1 | -0/+33 |
* | Use __tfork, __get_tcb, and __set_tcb to have a real TCB and per-thread |  guenther | 2011-10-17 | 22 | -68/+527 |
* | Deal with the horror that is gcc asm constraints by copying the |  guenther | 2011-10-13 | 2 | -8/+4 |
* | Increase the stack offset for the new rthread from (BIAS+128) to |  guenther | 2011-10-13 | 1 | -4/+5 |
* | Convert rfork_thread() from int$80 to syscall. |  guenther | 2011-10-13 | 1 | -18/+12 |
* | Sync with amd64, to allow this to compile without warnings with gcc4: |  miod | 2010-12-03 | 1 | -6/+6 |
* | rfork_thread() lacked PIC handling for CERROR, resulting in a text relocation |  guenther | 2009-09-27 | 1 | -1/+8 |
* | rfork_thread() lacked PIC handling for CERROR, resulting in a text relocation |  guenther | 2009-09-24 | 1 | -1/+6 |
* | A much better atomic lock routine. |  miod | 2009-06-01 | 1 | -27/+10 |
* | 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 | -2/+18 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | Use _C_LABEL when appropriate. |  miod | 2008-05-21 | 1 | -2/+2 |
* | rfork sh bits. |  miod | 2007-03-24 | 2 | -0/+121 |