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
/
sparc
Age
Commit message (
Expand
)
Author
2004-02-02
remove sparcv9 code.
Brad Smith
2003-02-14
- save and restore %fsr, too.
Jason Wright
2003-02-10
priviledged -> privileged from David Krause via Henning Brauer
Marco S Hyman
2003-01-31
typo
Theo de Raadt
2003-01-31
Create a siginfo_t for thread-to-thread kill.
Marco S Hyman
2003-01-26
save fpu context (needs optimization)
Jason Wright
2002-10-11
remove unused/unreferenced code.
Marco S Hyman
2001-12-18
sigh, do it right.
Federico G. Schwindt
2001-12-18
Fix func decl. in comment.
Federico G. Schwindt
2001-12-18
Software invoked traps should use the ST_ versions of the trap number
Marco S Hyman
2001-09-10
Our gcc defines __sparcv9__ not __sparc_v9__
Jason Wright
2000-10-04
switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f...
David Leonard
2000-09-25
preparation for switch-based threads
David Leonard
2000-01-06
use art's thread context setjmp code
David Leonard
2000-01-06
thread context setjmp code, art@
David Leonard
1999-11-25
sync with FreeBSD
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-02-07
implement sparc atomic lock with LDSTUB
David Leonard
1999-01-17
mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)
David Leonard
1999-01-08
move spinlock.h into the real world
David Leonard
1998-12-21
more spinlock
David Leonard
1998-12-21
md spinlock
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-07-21
move unchanged files from machdep/ into appropriate arch/${MACHINE}
Peter Galbavy