Home | History | Annotate | Download | only in gen
History log of /src/lib/libc/arch/sh3/gen/_lwp.c
RevisionDateAuthorComments
 1.6  22-Mar-2012  he Follow the pattern from powerpc, make lint happy.
 1.5  24-Feb-2011  joerg branches: 1.5.4;
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.
 1.4  12-Jun-2005  lukem branches: 1.4.40;
Add missing __RCSID()
 1.3  07-Apr-2003  kleink Make sure we reference getcontext() by its internal name.
 1.2  18-Jan-2003  thorpej Merge the nathanw_sa branch.
 1.1  10-Aug-2002  thorpej branches: 1.1.2;
file _lwp.c was initially added on branch nathanw_sa.
 1.1.2.1  10-Aug-2002  thorpej LWP routines for sh3.
 1.4.40.1  05-Mar-2011  bouyer Sync with HEAD
 1.5.4.1  17-Apr-2012  yamt sync with head

RSS XML Feed