History log of /netbsd-src/lib/libc/arch/powerpc/sys/fork.S (Results 1 – 6 of 6)
Revision Date Author Comments
# cf88c389 15-Jan-2011 matt <matt@NetBSD.org>

Use END(foo) everywhere.
Make __cerror hidden.
Use non-PLT calls to __cerror.
Use assym.h when appropriate.
Use addi to adjust stack instead of loading it.
Add __RCSIDs
Force -D_NOREGNAMES for all .S

Use END(foo) everywhere.
Make __cerror hidden.
Use non-PLT calls to __cerror.
Use assym.h when appropriate.
Use addi to adjust stack instead of loading it.
Add __RCSIDs
Force -D_NOREGNAMES for all .S files.
[this is all in preperation for secure plt support]

show more ...


# 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).


# 1cddd41e 30-Jul-2002 matt <matt@NetBSD.org>

Convert to use register prefixes. (0 -> %r0, etc.)


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

Need an internal name for fork().


# c523f015 25-May-1998 ws <ws@NetBSD.org>

Remove long obsolete copyright (should have been done before initial import)


# 5ef4bdf6 29-Mar-1997 thorpej <thorpej@NetBSD.org>

Architecture-specific bits for libc on the PowerPC. From Wolfgang
Solfrank <ws@tools.de>