index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libpthread
/
arch
Age
Commit message (
Expand
)
Author
1999-11-25
sync with FreeBSD
David Leonard
1999-05-26
add mb (memory barrier) instruction. from FreeBSD
David Leonard
1999-04-21
First cut at powerpc support for uthread. Not complete.
Dale S. Rahn
1999-03-10
no need to save signal state in setjmp/longjmp - it will always be the same, ...
David Leonard
1999-03-10
tidy
David Leonard
1999-03-10
correct asm constraints, espie@; cite m680x0 user manual
David Leonard
1999-03-10
correct asm constraints, espie@
David Leonard
1999-03-10
Goodbye, MIT pthreads... you were a handy reference implementation
David Leonard
1999-03-03
m88k addition.
Steve Murphree
1999-02-07
implement sparc atomic lock with LDSTUB
David Leonard
1999-02-04
Save/restore the fp state setjmp/longjmp does not
Niklas Hallqvist
1999-02-03
comment out broken float save stuff for the time being
David Leonard
1999-02-02
arc fixes for libc_r
imp
1999-01-17
mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)
David Leonard
1999-01-10
note pathological problem
David Leonard
1999-01-10
use <machine/reg>
David Leonard
1999-01-08
move spinlock.h into the real world
David Leonard
1998-12-22
Correct a thinko I had when writing the comment for this code.
Dale S. Rahn
1998-12-21
MD locking and thread support for hppa
Michael Shalayeff
1998-12-21
more spinlock
David Leonard
1998-12-21
md spinlock
David Leonard
1998-12-21
md spinlock
David Leonard
1998-12-21
unfinished powerpc md stuff.. rahnds?
David Leonard
1998-12-18
add md _atomic_is_locked; clean
David Leonard
1998-11-20
Move atomic_lock code from asm to C with inline asm;
David Leonard
1998-11-09
sync with FreeBSD (rwlock, gc thread, man pages)
David Leonard
1998-08-28
somehow i missed this directory..
David Leonard
1998-07-23
forgot to add this one.
Peter Galbavy
1998-07-22
o removed more unused or old, left over files
Peter Galbavy
1998-07-21
move unchanged files from machdep/ into appropriate arch/${MACHINE}
Peter Galbavy
1997-04-13
Initial support for pthreads on m68k from
briggs
1995-10-18
initial import of NetBSD tree
Theo de Raadt