summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/i386/sys/tfork_thread.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* SYS___threxit cannot fail, but this integration looks like a gadget.deraadt2020-10-181-1/+2
* Remove FBSDID.kevlo2019-03-151-4/+1
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-9/+3
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-051-1/+2
* Eliminate the last uses of *fork's second syscall return register; the pidguenther2015-04-211-3/+3
* Make sure the stack is 16-byte aligned otherwise the use of certain SSEkettenis2012-12-221-1/+4
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-221-2/+2
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-24/+20
* Mark outermost frame such that backtraces in thread terminate atkettenis2012-04-111-2/+3
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+122