History log of /netbsd/lib/libc/arch/arm/gen/_lwp.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 947af906 22-Mar-2012 he <he@NetBSD.org>

Follow the pattern from powerpc, make lint happy.


# 47b1bc3b 21-Mar-2012 christos <christos@NetBSD.org>

no need for linted annotations


# 2227ed4a 21-Mar-2012 bsh <bsh@NetBSD.org>

shut up lint(1)


# 4c92f569 24-Feb-2011 joerg <joerg@NetBSD.org>

Allow storing and receiving the LWP private pointer via ucontext_t
on all platforms except VAX and IA64. Add fast access via register for
AMD64, i386 and SH3 ports. Use this fast access in libpthread

Allow storing and receiving the LWP private pointer via ucontext_t
on all platforms except VAX and IA64. Add fast access via register for
AMD64, i386 and SH3 ports. Use this fast access in libpthread to replace
the stack based pthread_self(). Implement skeleton support for Alpha,
HPPA, PowerPC, SPARC and SPARC64, but leave it disabled.

Ports that support this feature provide __HAVE____LWP_GETPRIVATE_FAST in
machine/types.h and a corresponding __lwp_getprivate_fast in
machine/mcontext.h.

This material is based upon work partially supported by
The NetBSD Foundation under a contract with Joerg Sonnenberger.

show more ...


# 88c3eadb 12-Jun-2005 lukem <lukem@NetBSD.org>

Add missing __RCSID()


# 3b364b9b 07-Apr-2003 kleink <kleink@NetBSD.org>

Make sure we reference getcontext() by its internal name.


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

Merge the nathanw_sa branch.