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_create.c
Age
Commit message (
Expand
)
Author
2004-02-16
fixes function parameters to match the man page as well
Brad Smith
2003-07-08
remove variable never read
Marco S Hyman
2001-12-31
More changes from FreeBSD, including:
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-08-21
Start syncing with FreeBSD:
Federico G. Schwindt
2000-10-04
switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f...
David Leonard
2000-01-06
unused vars
David Leonard
1999-11-30
set state of new threads using correct macro. This makes debugging a bit easier.
David Leonard
1999-11-25
sync with FreeBSD
David Leonard
1999-05-26
sync with FreeBSD
David Leonard
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-02-01
don't compute resource usage. this speeds things up a lot
David Leonard
1999-01-17
pthread_cancel() and cancellation points
David Leonard
1999-01-06
ident
David Leonard
1998-12-21
resource accounting
David Leonard
1998-11-20
sync with freebsd
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