CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/08/15 00:13:24
Added files:
lib/libc/arch/alpha/gen: _atomic_lock.S
lib/libc/arch/amd64/gen: _atomic_lock.c
lib/libc/arch/arm/gen: _atomic_lock.c
lib/libc/arch/hppa/gen: _atomic_lock.c
lib/libc/arch/i386/gen: _atomic_lock.c
lib/libc/arch/m88k/gen: _atomic_lock.c
lib/libc/arch/mips64/gen: _atomic_lock.c
lib/libc/arch/powerpc/gen: _atomic_lock.c
lib/libc/arch/sh/gen: _atomic_lock.c
lib/libc/arch/sparc64/gen: _atomic_lock.c
lib/libc/thread: rthread.c rthread.h rthread_cb.h rthread_cond.c
rthread_condattr.c rthread_debug.c
rthread_file.c rthread_libc.c rthread_mutex.c
rthread_once.c rthread_sync.c rthread_tls.c
synch.h
Log message:
Copy files from ../librthread in preparation for moving functionality
from libpthread to libc. No changes to the build yet, just making it
easier to review the substantive diffs.
ok beck@ kettenis@ tedu@