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
/
libc_r
/
arch
Age
Commit message (
Expand
)
Author
2001-03-13
typo in comment
David Leonard
2001-02-21
Define struct _machdep_state again for libc_r to compile on mvme88k.
Miod Vallat
2001-01-27
Stubs for vax. (build at least)
Hugh Graham
2000-10-05
missed it by That Much
David Leonard
2000-10-05
Use volatile on the __asm__ directives, do not allow the compiler to reorder
Dale S. Rahn
2000-10-04
switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f...
David Leonard
2000-10-03
public domain
David Leonard
2000-10-03
constistent naming
David Leonard
2000-10-03
thread switching code
David Leonard
2000-09-25
prepare for switching threads
David Leonard
2000-09-25
prepare for thread switching
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-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-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