aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386/sys/Ovfork.S
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it andAndreas Tobler2013-11-211-4/+2
* 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
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Restore CSRG ID's lost in January 1995.David E. O'Brien2002-03-231-4/+5
* Use 'mov' instead of 'lea' for setting the syscall number in %eax as thatJohn Baldwin2001-11-271-1/+1
* Cleanups after previous change:John Baldwin2001-11-131-9/+2
* The kernel already fixes up %eax for parents that return from fork, soJohn Baldwin2001-11-131-4/+0
* De-orbit DEFS.h - the other arches do not use it, and it got replacedPeter Wemm2001-10-241-1/+0
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+0
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-6/+5
* Prefix the register argument of indirect 'jmp's with a * to make gas 2.10.xJohn Baldwin2000-11-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Simplify implementation and eliminate a register preservation problem.Luoqi Chen1998-09-181-24/+10
* Fix a cut 'n paste mistake.Luoqi Chen1998-09-131-4/+4
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasDmitrij Tejblum1998-09-121-2/+6
* Use the thread-aware errno definition all the time.John Birrell1998-05-051-22/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-2/+2
* Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__)Peter Wemm1996-05-051-15/+13
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-3/+25
* First round of changes to clean up the RCSID mess in libc:David Greenman1995-01-231-4/+5
* First crack at making libc work with the new make macros. It compiles onGarrett Wollman1994-08-051-0/+80