summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc64/sys
AgeCommit message (Expand)AuthorFilesLines
2020-10-18SYS___threxit cannot fail, but this integration looks like a gadget.deraadt1-1/+2
2016-05-09Remove sigreturn declaration and the now-unused libc syscall stubguenther1-43/+0
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.guenther4-103/+5
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther1-3/+3
2015-09-05Adds hidden _libc_FOO aliases for the system call stubs.guenther8-12/+24
2015-08-26Hide many (194!) symbols that nothing should be using.guenther3-62/+20
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-17/+4
2012-09-04these are no longer used; ok guentherderaadt1-59/+0
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal4-8/+8
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,guenther1-8/+3
2012-04-12remove rfork(); ok guenther miodderaadt1-43/+0
2012-03-22Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther1-0/+73
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther1-7/+5
2008-09-29Use large pic asm for access to errno (needed for pie). Originally fromkurt1-2/+4
2003-12-25Use an unsigned comparison against minbrk.miod1-3/+3
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert12-72/+24
2002-02-17rfork() needs a fork.S-like stub as well; ok artderaadt1-0/+47
2001-09-24Rename __minbrk to minbrk to allow gmon.c to link correctly.art1-6/+6
2001-08-29syscall(), trivialart1-0/+8
2001-08-29signal stuff from sparc, cleaned up.art4-0/+206
2001-08-29setlogin from NetBSDart1-0/+63
2001-08-29sbrk from NetBSDart1-0/+83
2001-08-28fork from sparc. cleaned up.art1-0/+47
2001-08-28exect from sparc.art1-0/+46
2001-08-28cerror. based on the same file from sparc, with cleanups.art1-0/+60
2001-08-28brk from NetBSDart1-0/+91
2001-08-28Ovfork from sparc, cleaned up.art1-0/+54