History log of /netbsd-src/lib/libc/arch/sh3/sys/fork.S (Results 1 – 10 of 10)
Revision Date Author Comments
# 026eb7b6 06-Jan-2006 uwe <uwe@NetBSD.org>

Open code _SYSCALL_NOERROR to shave off a memory load and a branch.
Makes this congruent to vforks. Add .size directive.


# b46734f0 06-Jan-2006 uwe <uwe@NetBSD.org>

Change cerror to take errno in r4, instead of r0.
In PIC code fetch cerror address from GOT to avoid
unresolved text relocations in shared libraries.
Hide the code to jump to cerror inside JUMP_CERRO

Change cerror to take errno in r4, instead of r0.
In PIC code fetch cerror address from GOT to avoid
unresolved text relocations in shared libraries.
Hide the code to jump to cerror inside JUMP_CERROR macro.
Change syscall code to use JUMP_CERROR.
Die text relocations! DIE!

show more ...


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


# 9b73f399 01-Jul-2003 marcus <marcus@NetBSD.org>

Generate proper PIC code for libc_pic.a.


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


# aa754324 11-May-2001 msaitoh <msaitoh@NetBSD.org>

style fix (no functional change)


# 7ec5b1f4 16-Dec-2000 tsubai <tsubai@NetBSD.org>

Fix weak alias.


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

Need an internal name for fork().


# 9c587bcf 27-Mar-2000 msaitoh <msaitoh@NetBSD.org>

fill delay slots (from Klaus Klein)


# 95d875fb 05-Jan-2000 msaitoh <msaitoh@NetBSD.org>

libc for SH3.
TODO: fplib