summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/m88k/sys/tfork_thread.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* Actually m88k assembler can not handle 'nop' mnemonic, use a macro instead.aoyama2020-11-071-2/+4
* SYS___threxit cannot fail, but this integration looks like a gadget.deraadt2020-10-181-1/+3
* The kernel sources mention that the system call entry point is trap #450; themiod2013-01-231-3/+3
* Add END() directives to the various functions.miod2013-01-111-2/+3
* Switch m88k ports to ELF.miod2013-01-051-9/+9
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-5/+3
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+55