| Commit message (Expand) | Author | Age | Files | Lines |
* | replace ad-hoc illegal instruction with the architecturally defined one |  naddy | 2020-10-19 | 1 | -2/+2 |
* | SYS___threxit cannot fail, but this integration looks like a gadget. |  deraadt | 2020-10-18 | 1 | -1/+2 |
* | Avoid .align 0. Clang's integrated assembler actually honors this directive |  kettenis | 2017-11-21 | 3 | -9/+6 |
* | Use the userspace-visible thread register directly in __cerror instead |  guenther | 2016-10-04 | 1 | -6/+8 |
* | Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmp |  guenther | 2016-08-06 | 8 | -18/+16 |
* | Consistently reference '_end' instead of 'end' in the brk/sbrk implementation |  guenther | 2016-05-30 | 2 | -6/+6 |
* | Remove sigreturn declaration and the now-unused libc syscall stub |  guenther | 2016-05-09 | 1 | -41/+0 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 4 | -72/+13 |
* | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread |  guenther | 2015-10-23 | 1 | -3/+3 |
* | Adds hidden _libc_FOO aliases for the system call stubs. |  guenther | 2015-09-10 | 8 | -14/+23 |
* | Hide many (194!) symbols that nothing should be using. |  guenther | 2015-08-26 | 3 | -58/+13 |
* | 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 | 2 | -23/+3 |
* | Remove #ifdef _REENTRANT code that isn't used here. These days, the code |  kettenis | 2013-12-31 | 1 | -11/+1 |
* | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc |  pascal | 2012-08-22 | 3 | -10/+10 |
* | The kernel returns the pending set; this stub has to save it through |  guenther | 2012-07-01 | 1 | -4/+8 |
* | __tfork() needs to set the stack address of the new thread in the kernel, |  guenther | 2012-06-21 | 1 | -12/+5 |
* | 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/+48 |
* | Move __cerror to ___cerror with a weak alias so that rthreads can override it. |  guenther | 2011-04-04 | 1 | -2/+4 |
* | add some missing $, ok djm@ 'That looks fine to me' millert@ |  jsg | 2004-10-01 | 1 | -0/+1 |
* | Remove WARN_REFERENCES incorrectly imported from NetBSD. ok miod@ |  drahn | 2004-02-16 | 2 | -8/+2 |
* | Update from netbsd, prodded by miod@ |  drahn | 2004-02-12 | 1 | -2/+2 |
* | Do not generate text relocations in PIC code. |  drahn | 2004-02-07 | 3 | -11/+11 |
* | Add missing minbrk symbol, fixes profiling builds. |  drahn | 2004-02-02 | 1 | -1/+5 |
* | ARGH, forgot tags. |  drahn | 2004-02-01 | 10 | -0/+10 |
* | arm libc support. From NetBSD. currently supports softfloat. |  drahn | 2004-02-01 | 12 | -0/+629 |