summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sh/sys
AgeCommit message (Expand)AuthorFilesLines
2016-05-30Consistently reference '_end' instead of 'end' in the brk/sbrk implementationguenther2-5/+5
2016-05-18Save and restore 'gbr' register when enter/leaving the kernel, and useguenther6-76/+13
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-70/+22
2015-10-31This is sigprocmask, not sigpending.miod1-2/+2
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.guenther6-23/+31
2015-08-26Hide many (194!) symbols that nothing should be using.guenther3-58/+14
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-42/+4
2013-12-31Remove #ifdef _REENTRANT code that isn't used here. These days, the codekettenis1-22/+1
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal3-11/+11
2012-07-03adapt the NetBSD code to make sigpending work on shjsg1-2/+6
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,guenther1-4/+3
2012-04-12remove rfork(); ok guenther miodderaadt1-32/+0
2012-03-22Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther1-0/+61
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther1-3/+5
2006-11-03Dont double fork, and since the assembles the same, use -1, instead of 0xffdrahn1-6/+2
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming frommiod12-0/+698