summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/alpha/sys
AgeCommit message (Expand)AuthorFilesLines
2020-10-18SYS___threxit cannot fail, but this integration looks like a gadget.deraadt1-1/+2
2016-05-16Eliminate cerror: use PAL_rdunique to get the TCB address directlyguenther1-54/+0
2016-05-09Remove sigreturn declaration and the now-unused libc syscall stubguenther1-39/+0
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.guenther4-46/+23
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther3-7/+7
2015-09-10Adds hidden _libc_FOO aliases for the system call stubs.guenther2-10/+12
2015-08-26Hide many (194!) symbols that nothing should be using.guenther3-44/+12
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-10/+4
2012-09-04these are no longer used; ok guentherderaadt1-38/+0
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,guenther1-5/+4
2012-04-12remove rfork(); ok guenther miodderaadt1-36/+0
2012-03-22Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther1-0/+57
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther1-3/+5
2005-08-07zap rcsid.espie13-78/+13
2002-10-06Rename curbrk to __curbrk on alpha to avoid namespace pollution.art2-9/+9
2002-10-06Rename cerror to __cerror on alpha to avoid namespace pollution.art1-4/+4
2002-02-17rfork() needs a fork.S-like stub as well; ok artderaadt1-0/+41
2001-06-13SYSLEAF, not LEAF. shared libc_r builds now on alpha.art1-3/+3
1999-06-07replacement pipe() system call; copies data into place inside kernel, soderaadt1-43/+0
1999-02-04END -> SYSEND (typo fix)d1-3/+3
1999-02-01mi ptraced1-45/+0
1999-01-06_THREAD_SAFE; nominal testing by friesd6-20/+20
1996-12-11generate reboot.o like other system callsderaadt1-41/+0
1996-11-13Merge to NetBSD, added RCSidsniklas15-28/+73
1996-08-19Fix RCS idstholo15-30/+75
1995-12-14from cgd@netbsd; be more conservative when setting the gpderaadt2-4/+6
1995-10-18initial import of NetBSD treederaadt15-0/+575