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
/
uthread_cancel.c
Age
Commit message (
Expand
)
Author
2007-04-27
fix minor nit with previous commit
Kurt Miller
2007-04-27
fix thread_continuation_t typedef and use passed curthread instead of
Kurt Miller
2005-12-21
Userland programs should include <errno.h> not <sys/errno.h>
Todd C. Miller
2002-05-07
Make sure calls to pthread_cancel() do not take effect if the target
Peter Valchev
2002-03-07
ANSI'fy.
Federico G. Schwindt
2002-03-07
From FreeBSD:
Federico G. Schwindt
2001-12-20
From FreeBSD:
Federico G. Schwindt
2001-12-19
More sync.
Federico G. Schwindt
2001-12-11
More sync with freebsd code; join related code this time.
Federico G. Schwindt
2001-12-08
Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.
Federico G. Schwindt
2001-09-04
put changes back, this time ALL the files.
Federico G. Schwindt
2001-08-30
Back out fgsch@'s tree breaking commits.
Todd T. Fries
2001-08-30
fix some const warnings.
Federico G. Schwindt
2001-08-21
Start syncing with FreeBSD:
Federico G. Schwindt
1999-11-25
sync with FreeBSD
David Leonard
1999-01-17
pthread_cancel() and cancellation points
David Leonard