summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/amd64/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
* Mark top-level frame for new thread in both CFI and with zeroguenther2020-10-011-1/+9
* Apply retpoline protection to the indirect call to the thread startfuncguenther2019-05-101-2/+7
* Remove FBSDID.kevlo2019-03-151-4/+1
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-7/+3
* Put END() matching ENTRY().uebayasi2015-06-011-1/+2
* Eliminate the last uses of *fork's second syscall return register; the pidguenther2015-04-211-3/+3
* 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-5/+4
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+94