History log of /netbsd-src/lib/libc/arch/mips/sys/fork.S (Results 1 – 12 of 12)
Revision Date Author Comments
# 22882071 14-Dec-2009 matt <matt@NetBSD.org>

Merge from matt-nb5-mips64.


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


# 7f74df5e 10-Nov-2002 thorpej <thorpej@NetBSD.org>

ABICALLS -> __ABICALLS__


# 1bb9a339 13-Dec-2000 simonb <simonb@NetBSD.org>

Remove all the .abicalls assembler directives - "SYS.h" already has that.


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

Need an internal name for fork().


# 6348b7d5 14-Jan-1999 kleink <kleink@NetBSD.org>

* On architectures using ELF, and conditionally on those in transition, rename
_ASM_LABEL(cerror) and _ASM_LABEL(curbrk) to _C_LABEL(__cerror) and
_C_LABEL(__curbrk) (or their respective architecture

* On architectures using ELF, and conditionally on those in transition, rename
_ASM_LABEL(cerror) and _ASM_LABEL(curbrk) to _C_LABEL(__cerror) and
_C_LABEL(__curbrk) (or their respective architecture-specific equivalents) to
avoid possible name clashes with identifiers used in user applications.
* Do the same for minbrk on all architectures to avoid a GCC-specific (and
on ELF architectures effectively useless) symbol reference renaming in MI code.

show more ...


# 9f3b0506 17-Sep-1996 jonathan <jonathan@NetBSD.org>

* Add Mips ABI changes for ELf shared library support.
From OpenBSD, patched into NetBSD by <bouyer@ensta.fr>.
* Include generic NetBSD/mips <mips/*.h> files, instead of old Sprite names.


# 81b108b4 16-Sep-1996 jonathan <jonathan@NetBSD.org>

Add NetBSD RCSid headers, and change assembly-code LIBC_SCCS id tag string
from "Id:" to "NetBSD:".


# 201fac6e 15-Dec-1994 mycroft <mycroft@NetBSD.org>

More underscores...


# 705ee976 14-Nov-1994 dean <dean@NetBSD.org>

Prepended underscores


# ae1bfcdd 24-May-1994 glass <glass@NetBSD.org>

libc support for mips. libkern hooks are disabled