summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/mips64/sys
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Use a trap instruction that unconditionally terminates the process.visa1-2/+2
2020-10-18SYS___threxit cannot fail, but this integration looks like a gadget.deraadt1-1/+2
2016-05-30Consistently reference '_end' instead of 'end' in the brk/sbrk implementationguenther2-4/+4
2016-05-09Remove sigreturn declaration and the now-unused libc syscall stubguenther1-40/+0
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.guenther4-53/+32
2016-03-27Don't need to define SYS_sycall hereguenther1-4/+1
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther3-10/+10
2015-10-04Delete an inexplicable commentguenther1-2/+2
2015-09-05Adds hidden _libc_FOO aliases for the system call stubs.guenther3-19/+23
2015-08-26Hide many (194!) symbols that nothing should be using.guenther3-92/+21
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-53/+4
2012-09-04these are no longer used; ok guentherderaadt1-57/+0
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,guenther1-8/+6
2012-04-12remove rfork(); ok guenther miodderaadt1-57/+0
2012-03-22Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther1-0/+80
2011-07-08Kill weak `cerror' alias, it's colliding with the userland namespace. Noticedmiod1-2/+1
2011-04-05Fix the previous commit: define ___cerror, no __cerrorguenther1-4/+4
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther11-25/+28
2009-07-13Load symbol address with dla, not la; good thing userland is still limitedmiod1-2/+2
2005-08-07zap rcsid.espie13-65/+13
2004-09-09mips64 is now going ABI64 and shared library support!pefo11-27/+132
2004-09-0732 -> 64 bit cleanups but no optimizations yetpefo9-29/+30
2004-08-11Move mips to mips64pefo13-0/+695