History log of /netbsd-src/lib/libc/arch/i386/sys/fork.S (Results 1 – 10 of 10)
Revision Date Author Comments
# 0d34bfa2 23-May-2014 uebayasi <uebayasi@NetBSD.org>

Put missing END() markers to set ELF symbol size.


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 4fb740b8 13-Feb-2003 nathanw <nathanw@NetBSD.org>

Implement pthread_atfork() (in libc, because the required threadlib
stub behavior is exactly the same as the usual behavior).


# b8a4d7ad 26-Jun-2000 kleink <kleink@NetBSD.org>

Need an internal name for fork().


# 1394f01b 16-Jul-1997 christos <christos@NetBSD.org>

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


# 3463cb4e 27-Jan-1994 mycroft <mycroft@NetBSD.org>

Trivial speedup inspired by SPARC code.


# e84d8b28 27-Jan-1994 mycroft <mycroft@NetBSD.org>

Stylistic changes.


# 7835a85a 24-Jan-1994 jtc <jtc@NetBSD.org>

Optimization tweaks:
Use testl %reg,%reg instead of cmpl $0,%reg
Use xorl %reg,%reg instead of movl $0,%reg


# 44186168 21-Oct-1993 jtc <jtc@NetBSD.org>

Move the old berkeley sccs id into the header comment like it is done
for other source files.


# 0b9f5089 07-Oct-1993 cgd <cgd@NetBSD.org>

make an arch directory in libc, and move all machine dirs into it