summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_info_openbsd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sprintf -> snprintf; ok millert@, henning@marc2003-03-201-3/+3
|
* Create a siginfo_t for thread-to-thread kill.marc2003-01-311-8/+5
| | | | | Clean up (compiler warning elimination). Compile check options added but commented out as they have not been checked on all architectures, yet.
* add a debugging function not normally calledmarc2002-12-111-2/+61
|
* Check for null pointer before deref in info output. Based uponmarc2002-10-211-5/+8
| | | | | a freebsd patch forwarded to me by millert@ (thanks!). Change also applied to uthread_info.c even though we do not use it
* More sync with freebsd code; join related code this time.fgsch2001-12-111-1/+4
|
* Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.fgsch2001-12-081-3/+2
| | | | make includes is needed in case you want to play.
* better column titles. show prioq and scheduler timing informationd2000-02-261-5/+34
|
* dump verbosely only if PTHREAD_DEBUG env var is definedd2000-01-061-20/+39
|
* keep freebsd's thread info distcint from mined1999-11-251-0/+364