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
/
uthread
Age
Commit message (
Expand
)
Author
1999-02-16
update prototypes now that socket functions take socklen_t as a length parameter
Todd C. Miller
1999-02-16
deal with socklen_t
Todd C. Miller
1999-02-16
deal with socklen_t
Theo de Raadt
1999-02-02
arc fixes for libc_r
imp
1999-02-01
don't handle signals in the gc thread
David Leonard
1999-02-01
don't compute resource usage. this speeds things up a lot
David Leonard
1999-01-18
stubs
David Leonard
1999-01-18
move private spinlock protos out
David Leonard
1999-01-18
sync with previous changes
David Leonard
1999-01-17
show cancellation and exiting flags
David Leonard
1999-01-17
pthread_cancel() and cancellation points
David Leonard
1999-01-17
pthread_getschedparam() and pthread_setschedparam() stubs
David Leonard
1999-01-17
mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)
David Leonard
1999-01-17
pthread_atfork()
David Leonard
1999-01-17
give msync a cancellation point
David Leonard
1999-01-10
clean up timer calculations; dont use PTHREAD_NOFLOAT; keep freebsd ident
David Leonard
1999-01-10
no need to cast any more
David Leonard
1999-01-10
export symbol to kernel thread for gdb; ident; fix lock initialisation
David Leonard
1999-01-10
ident
David Leonard
1999-01-10
initialise locks properly
David Leonard
1999-01-10
add some debug msgs; clean
David Leonard
1999-01-10
ident
David Leonard
1999-01-10
fix proto
David Leonard
1999-01-08
slight structure rearrange for gdb thread support
David Leonard
1999-01-08
add fchflags and fpathconf as well.
David Leonard
1999-01-08
ident
David Leonard
1999-01-08
add poll(2). This might help get X threaded.
David Leonard
1999-01-06
ident
David Leonard
1998-12-23
preserve FreeBSD idents
David Leonard
1998-12-23
typo
David Leonard
1998-12-23
funlockfile shouldnt assume flockfile has been called
David Leonard
1998-12-23
rename linkage variable to match freebsd
David Leonard
1998-12-21
resource stats; force linkage with uthread_autoinit.c; name kern and init thr...
David Leonard
1998-12-21
add variable to force linkage
David Leonard
1998-12-21
dump thread info on PANIC
David Leonard
1998-12-21
much nicer SIGINFO display
David Leonard
1998-12-21
use md spinlock; signal statistics
David Leonard
1998-12-21
resource accounting; initial timeslice bug fix
David Leonard
1998-12-21
resource accounting
David Leonard
1998-12-21
memory leak
David Leonard
1998-12-18
comply with posix when double-unlocking a mutex
David Leonard
1998-12-13
this this
Niklas Hallqvist
1998-12-10
sync with FreeBSD
David Leonard
1998-12-10
split automatic init into own file
David Leonard
1998-11-20
sync with freebsd
David Leonard
1998-11-20
fix strcat usage; deraadt
David Leonard
1998-11-09
sync with FreeBSD (rwlock, gc thread, man pages)
David Leonard
1998-08-27
experimental threaded libc - kernel only
David Leonard