summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sh/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Consistently reference '_end' instead of 'end' in the brk/sbrk implementationguenther2016-05-302-5/+5
* Save and restore 'gbr' register when enter/leaving the kernel, and useguenther2016-05-186-76/+13
* 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-70/+22
* This is sigprocmask, not sigpending.miod2015-10-311-2/+2
* 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-106-23/+31
* Hide many (194!) symbols that nothing should be using.guenther2015-08-263-58/+14
* 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-42/+4
* Remove #ifdef _REENTRANT code that isn't used here. These days, the codekettenis2013-12-311-22/+1
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-223-11/+11
* adapt the NetBSD code to make sigpending work on shjsg2012-07-031-2/+6
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-4/+3
* remove rfork(); ok guenther miodderaadt2012-04-121-32/+0
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+61
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-3/+5
* Dont double fork, and since the assembles the same, use -1, instead of 0xffdrahn2006-11-031-6/+2
* Preliminary userland bits for OpenBSD/landisk, many things coming frommiod2006-10-1012-0/+698