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
2000-01-06
volatile
David Leonard
2000-01-06
dump verbosely only if PTHREAD_DEBUG env var is defined
David Leonard
2000-01-06
include stdlib.h, unused vars
David Leonard
2000-01-06
include stdlib.h
David Leonard
2000-01-06
volatile, unused vars
David Leonard
2000-01-06
put proc pid in fatal error string; don't call abort() - instead deliver SIGA...
David Leonard
2000-01-06
unused vars
David Leonard
2000-01-06
_SPINLOCK_INIT, unused vars
David Leonard
2000-01-06
unused variable
David Leonard
2000-01-06
/* in comment
David Leonard
2000-01-06
volatile; thread_private.h; locking defines moved out; kill(), getpid()
David Leonard
2000-01-06
LIBC_RSRCDIR
David Leonard
2000-01-04
Fix incorrect `pshared' argument type for pthread_rwlockattr_setpshared.
Alex Feldman
1999-11-30
garbage collect thread-specific data
David Leonard
1999-11-30
clean up the poll fdsets in the garbage collector, not in exit()
David Leonard
1999-11-30
set state of new threads using correct macro. This makes debugging a bit easier.
David Leonard
1999-11-30
really remove all other threads when fork()ing. (bug was in removing elements...
David Leonard
1999-11-27
do it the single-processor way
David Leonard
1999-11-26
don't use stack cache if user supplied the storage
David Leonard
1999-11-25
NBPG in userland? what were you thiking?
Theo de Raadt
1999-11-25
sync with FreeBSD
David Leonard
1999-11-25
keep freebsd's thread info distcint from mine
David Leonard
1999-09-08
TAILQ_FOREACH now is in queue.h
Marc Espie
1999-06-15
Remove pthread_atfork(). It was only part of draft 10 for a little while and ...
David Leonard
1999-06-14
mention the process' pid in the debug message. greatly helps to debug problem...
David Leonard
1999-06-09
document cancellation point handling a bit better
David Leonard
1999-06-09
sync with freebsd
David Leonard
1999-05-26
sync with FreeBSD
David Leonard
1999-05-14
Memory leak; FreeBSD PR 11713 rse@engelschall.com
Alex Feldman
1999-05-12
permit NULL result parameter for pthread_create(). Apparently used in Stevens?
David Leonard
1999-03-10
extra includes for Wall
David Leonard
1999-03-10
nicer debugging; _GNUC_ -> __GNUC__
David Leonard
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
[next]