summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread/uthread_create.c
AgeCommit message (Expand)Author
2004-02-16fixes function parameters to match the man page as wellBrad Smith
2003-07-08remove variable never readMarco S Hyman
2001-12-31More changes from FreeBSD, including:Federico G. Schwindt
2001-12-11More sync with freebsd code; join related code this time.Federico G. Schwindt
2001-12-08Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.Federico G. Schwindt
2001-08-21Start syncing with FreeBSD:Federico G. Schwindt
2000-10-04switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f...David Leonard
2000-01-06unused varsDavid Leonard
1999-11-30set state of new threads using correct macro. This makes debugging a bit easier.David Leonard
1999-11-25sync with FreeBSDDavid Leonard
1999-05-26sync with FreeBSDDavid Leonard
1999-05-12permit NULL result parameter for pthread_create(). Apparently used in Stevens?David Leonard
1999-03-10extra includes for WallDavid Leonard
1999-02-01don't compute resource usage. this speeds things up a lotDavid Leonard
1999-01-17pthread_cancel() and cancellation pointsDavid Leonard
1999-01-06identDavid Leonard
1998-12-21resource accountingDavid Leonard
1998-11-20sync with freebsdDavid Leonard
1998-11-09sync with FreeBSD (rwlock, gc thread, man pages)David Leonard
1998-08-27experimental threaded libc - kernel onlyDavid Leonard