summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/arm/sys
AgeCommit message (Expand)AuthorFilesLines
2020-10-19replace ad-hoc illegal instruction with the architecturally defined onenaddy1-2/+2
2020-10-18SYS___threxit cannot fail, but this integration looks like a gadget.deraadt1-1/+2
2017-11-21Avoid .align 0. Clang's integrated assembler actually honors this directivekettenis3-9/+6
2016-10-04Use the userspace-visible thread register directly in __cerror insteadguenther1-6/+8
2016-08-06Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmpguenther8-18/+16
2016-05-30Consistently reference '_end' instead of 'end' in the brk/sbrk implementationguenther2-6/+6
2016-05-09Remove sigreturn declaration and the now-unused libc syscall stubguenther1-41/+0
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.guenther4-72/+13
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther1-3/+3
2015-09-10Adds hidden _libc_FOO aliases for the system call stubs.guenther8-14/+23
2015-08-26Hide many (194!) symbols that nothing should be using.guenther3-58/+13
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,guenther1-2/+3
2015-03-31Simplify fork/vfork logic: the kernel has handled returning zero in the childguenther2-23/+3
2013-12-31Remove #ifdef _REENTRANT code that isn't used here. These days, the codekettenis1-11/+1
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal3-10/+10
2012-07-01The kernel returns the pending set; this stub has to save it throughguenther1-4/+8
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,guenther1-12/+5
2012-04-12remove rfork(); ok guenther miodderaadt1-32/+0
2012-03-22Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther1-0/+48
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther1-2/+4
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@jsg1-0/+1
2004-02-16Remove WARN_REFERENCES incorrectly imported from NetBSD. ok miod@drahn2-8/+2
2004-02-12Update from netbsd, prodded by miod@drahn1-2/+2
2004-02-07Do not generate text relocations in PIC code.drahn3-11/+11
2004-02-02Add missing minbrk symbol, fixes profiling builds.drahn1-1/+5
2004-02-01ARGH, forgot tags.drahn10-0/+10
2004-02-01arm libc support. From NetBSD. currently supports softfloat.drahn12-0/+629