summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/arm/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* replace ad-hoc illegal instruction with the architecturally defined onenaddy2020-10-191-2/+2
* SYS___threxit cannot fail, but this integration looks like a gadget.deraadt2020-10-181-1/+2
* Avoid .align 0. Clang's integrated assembler actually honors this directivekettenis2017-11-213-9/+6
* Use the userspace-visible thread register directly in __cerror insteadguenther2016-10-041-6/+8
* Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmpguenther2016-08-068-18/+16
* Consistently reference '_end' instead of 'end' in the brk/sbrk implementationguenther2016-05-302-6/+6
* Remove sigreturn declaration and the now-unused libc syscall stubguenther2016-05-091-41/+0
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-074-72/+13
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-3/+3
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-108-14/+23
* Hide many (194!) symbols that nothing should be using.guenther2015-08-263-58/+13
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-071-2/+3
* Simplify fork/vfork logic: the kernel has handled returning zero in the childguenther2015-03-312-23/+3
* Remove #ifdef _REENTRANT code that isn't used here. These days, the codekettenis2013-12-311-11/+1
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-223-10/+10
* The kernel returns the pending set; this stub has to save it throughguenther2012-07-011-4/+8
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-12/+5
* remove rfork(); ok guenther miodderaadt2012-04-121-32/+0
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+48
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-2/+4
* add some missing $, ok djm@ 'That looks fine to me' millert@jsg2004-10-011-0/+1
* Remove WARN_REFERENCES incorrectly imported from NetBSD. ok miod@drahn2004-02-162-8/+2
* Update from netbsd, prodded by miod@drahn2004-02-121-2/+2
* Do not generate text relocations in PIC code.drahn2004-02-073-11/+11
* Add missing minbrk symbol, fixes profiling builds.drahn2004-02-021-1/+5
* ARGH, forgot tags.drahn2004-02-0110-0/+10
* arm libc support. From NetBSD. currently supports softfloat.drahn2004-02-0112-0/+629