summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_info_openbsd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* threads waiting on PS_FDW_WAIT state should not be interruptible iffgsch2011-10-071-1/+3
* For threads in PS_FDR_WAIT state, check SA_RESTART before marking it asfgsch2011-09-131-1/+3
* clean up lint warnings related to the nfds_t type. okay marc@ millert@kurt2007-05-211-2/+2
* Eliminate many lint warnings by either: using the appropriate type,kurt2007-05-181-6/+7
* lint warning corrections:kurt2007-05-011-2/+2
* Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixeskurt2007-04-271-3/+3
* Part 2 of file descriptor race and deadlock corrections.kurt2006-09-261-3/+5
* Change a debug interface to take const char pointers so we don't avekrw2006-04-091-2/+2
* sprintf -> snprintf; ok millert@, henning@marc2003-03-201-3/+3
* Create a siginfo_t for thread-to-thread kill.marc2003-01-311-8/+5
* 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
* 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
* 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