History log of /netbsd/lib/libpthread/arch/mips/pthread_md.h (Results 1 – 8 of 8)
Revision Date Author Comments
# e446d220 25-Jan-2011 christos <christos@NetBSD.org>

make pthread__sp unsigned long.


# a61915e9 16-May-2009 ad <ad@NetBSD.org>

Remove unused code that's confusing when using cscope/opengrok.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 4e11af46 24-Dec-2005 perry <perry@NetBSD.org>

Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.


# b4f0be56 03-Jul-2004 simonb <simonb@NetBSD.org>

Catch up with changes to __fpregset_t.
In __longjmp14(), copy the FP CSR from the correct array and array slot.

Completes fix for PR port-mips/25942.


# ea56bcee 26-Nov-2003 he <he@NetBSD.org>

Hide the register number constants behind an _R_ prefix, and also
rename FPBASE to _FPBASE, so that we avoid polluting the user's
name space when e.g. <sys/ptrace.h> is included. Previously, the
PC

Hide the register number constants behind an _R_ prefix, and also
rename FPBASE to _FPBASE, so that we avoid polluting the user's
name space when e.g. <sys/ptrace.h> is included. Previously, the
PC symbol in mips/regnum.h would conflict with the declaration of
the external variable by the same name in termcap.h, as discovered
by the ``okheaders'' regression test.

show more ...


# aa6f5de2 12-Jun-2003 nathanw <nathanw@NetBSD.org>

STACKSPACE of 16 is too small, given the use of CALLFRAME_SIZ;
increase to match.


# c62a74e6 18-Jan-2003 thorpej <thorpej@NetBSD.org>

Merge the nathanw_sa branch.