aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386/gen/rfork_thread.S
Commit message (Expand)AuthorAgeFilesLines
* Remove support for SYS_sys_exit in favor of SYS_exit.Brooks Davis2018-06-011-4/+0
* libc/i386: Do not export .cerror.Jilles Tjoelker2012-09-051-2/+1
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-071-0/+2
* Add missing END() macros, as per rev 184547 for amd64. The lack of thesePeter Wemm2008-11-021-0/+1
* Properly cleanup the stack before jumping to cerror() if rfork(2) fails.John Baldwin2003-05-071-0/+4
* Standardize on our SCM ID style.David E. O'Brien2002-03-231-2/+3
* Use 'mov' instead of 'lea' for setting the syscall number in %eax as thatJohn Baldwin2001-11-271-3/+3
* Fix some rather interesting bugs that managed to not turn up in variousPeter Wemm2000-07-291-5/+5
* rfork(2) wrapper for simple rfork-style threads. I have lost count ofPeter Wemm2000-07-291-0/+112