Home | History | Annotate | Download | only in sys
History log of /src/lib/libc/arch/i386/sys/fork.S
RevisionDateAuthorComments
 1.10  23-May-2014  uebayasi Put missing END() markers to set ELF symbol size.
 1.9  07-Aug-2003  agc branches: 1.9.62; 1.9.74;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.8  13-Feb-2003  nathanw Implement pthread_atfork() (in libc, because the required threadlib
stub behavior is exactly the same as the usual behavior).
 1.7  26-Jun-2000  kleink Need an internal name for fork().
 1.6  16-Jul-1997  christos branches: 1.6.12;
RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in
<machine/asm.h>; Also syscalls should be protected using the SYSLIBC_SCCS
define not LIBC_SCCS
 1.5  27-Jan-1994  mycroft Trivial speedup inspired by SPARC code.
 1.4  27-Jan-1994  mycroft Stylistic changes.
 1.3  24-Jan-1994  jtc Optimization tweaks:
Use testl %reg,%reg instead of cmpl $0,%reg
Use xorl %reg,%reg instead of movl $0,%reg
 1.2  21-Oct-1993  jtc Move the old berkeley sccs id into the header comment like it is done
for other source files.
 1.1  07-Oct-1993  cgd make an arch directory in libc, and move all machine dirs into it
 1.6.12.1  21-Aug-2000  kleink Pull up rev. 1.7 (approved by thorpej):
Add internal names for brk(), sbrk() and fork().
 1.9.74.1  10-Aug-2014  tls Rebase.
 1.9.62.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.

RSS XML Feed