| Commit message (Expand) | Author | Age | Files | Lines |
* | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S |  gkoehler | 2020-11-28 | 4 | -12/+12 |
* | Retguard asm macros for powerpc libc, ld.so |  gkoehler | 2020-10-26 | 6 | -16/+38 |
* | SYS___threxit cannot fail, but this integration looks like a gadget. |  deraadt | 2020-10-18 | 1 | -1/+3 |
* | Consistently reference '_end' instead of 'end' in the brk/sbrk implementation |  guenther | 2016-05-30 | 2 | -7/+7 |
* | Oh right, actually delete this now that __cerror is unused |  guenther | 2016-05-22 | 1 | -61/+0 |
* | TIB conversion is complete, so set errno in the syscall stub and eliminate |  guenther | 2016-05-15 | 4 | -16/+17 |
* | Remove sigreturn declaration and the now-unused libc syscall stub |  guenther | 2016-05-09 | 1 | -29/+0 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 8 | -53/+19 |
* | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread |  guenther | 2015-10-23 | 1 | -3/+3 |
* | Backtrack a little bit and don't try to use the per-thread errno location if |  kettenis | 2015-09-09 | 1 | -23/+21 |
* | Fix previous: restore a PSEUDO_SUFFIX macro to actually handle errno and return |  guenther | 2015-09-05 | 1 | -1/+2 |
* | Adds hidden _libc_FOO aliases for the system call stubs. |  guenther | 2015-09-05 | 7 | -12/+20 |
* | fix comment |  guenther | 2015-08-27 | 1 | -2/+2 |
* | Hide many (194!) symbols that nothing should be using. |  guenther | 2015-08-26 | 3 | -46/+17 |
* | Make __cerror() use the per-thread errno location if r2 isn't zero. This way |  kettenis | 2015-08-23 | 3 | -14/+22 |
* | Fetch the _GLOBAL_OFFSET_TABLE_ pointer in a way that's compatible with the |  kettenis | 2015-08-23 | 2 | -8/+12 |
* | Make pthread_atfork() track the DSO that called it like atexit() does, |  guenther | 2015-04-07 | 1 | -2/+3 |
* | Simplify fork/vfork logic: the kernel has handled returning zero in the child |  guenther | 2015-03-31 | 1 | -2/+1 |
* | these are no longer used; ok guenther |  deraadt | 2012-09-04 | 1 | -43/+0 |
* | Fix missing PIC -> __PIC__ conversions; ok pascal |  deraadt | 2012-08-22 | 4 | -10/+10 |
* | make this actually work |  kettenis | 2012-07-01 | 1 | -23/+21 |
* | __tfork() needs to set the stack address of the new thread in the kernel, |  guenther | 2012-06-21 | 1 | -6/+2 |
* | remove rfork(); ok guenther miod |  deraadt | 2012-04-12 | 1 | -32/+0 |
* | Move __tfork_thread() from rthreads (libpthread) to libc so that |  guenther | 2012-03-22 | 1 | -0/+53 |
* | Move __cerror to ___cerror with a weak alias so that rthreads can override it. |  guenther | 2011-04-04 | 1 | -2/+4 |
* | zap rcsid. |  espie | 2005-08-07 | 3 | -18/+3 |
* | These files are not necessary anymore. |  miod | 2003-09-01 | 1 | -29/+0 |
* | Use a logical comparison (unsigned) for pointers. ok drahn@ |  tdeval | 2003-07-10 | 1 | -2/+2 |
* | kick, kick. Fix these files which did not come from NetBSD, but the |  drahn | 2002-10-07 | 14 | -6/+375 |
* | clean up ifdefs for PIC, resulting code unchanged. |  drahn | 2002-10-07 | 1 | -6/+3 |
* | s/curbrk/__curbrk/ as suggested by art, a few _ASM_LABEL added as appropriate. |  drahn | 2002-10-07 | 2 | -14/+14 |
* | Simpler, smaller, more efficient and equivalent. |  drahn | 2002-10-07 | 1 | -13/+2 |
* | cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL() |  drahn | 2002-10-07 | 5 | -6/+6 |
* | rfork() needs a fork.S-like stub as well; ok art |  deraadt | 2002-02-17 | 1 | -0/+5 |
* | sigprocmask should return 0 on success, fixes powerpc ntpdate problem. |  drahn | 2002-01-10 | 1 | -0/+1 |
* | Properly implement errno handling for the threaded libc (libc_r) |  drahn | 2000-11-26 | 1 | -17/+3 |
* | replacement pipe() system call; copies data into place inside kernel, so |  deraadt | 1999-06-07 | 1 | -16/+0 |
* | Fix the _THREAD_SAFE path through the cerror code for powerpc. |  rahnds | 1999-04-21 | 1 | -10/+6 |
* | Fixes to the currently unused PIC support in the powerpc asm files. |  rahnds | 1999-03-12 | 2 | -2/+2 |
* | mi ptrace |  d | 1999-02-01 | 1 | -13/+0 |
* | Preliminary version for PIC support. Builds and runs standard and profiled |  rahnds | 1999-01-28 | 8 | -63/+120 |
* | Add correct handling of more systemcalls. either not implemented before |  rahnds | 1998-08-07 | 6 | -6/+47 |
* | Change some of the local symbols into "temporary", removed symbols. |  rahnds | 1998-07-05 | 1 | -6/+4 |
* | Amazing how much confusion and how much tracing a simple 4 instead of a 3 |  pefo | 1997-09-27 | 1 | -1/+5 |
* | tabify |  kstailey | 1997-07-23 | 1 | -2/+2 |
* | Check-in of powerpc library support. |  rahnds | 1996-12-21 | 15 | -0/+178 |