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_info_openbsd.c
Age
Commit message (
Expand
)
Author
2007-05-21
clean up lint warnings related to the nfds_t type. okay marc@ millert@
Kurt Miller
2007-05-18
Eliminate many lint warnings by either: using the appropriate type,
Kurt Miller
2007-05-01
lint warning corrections:
Kurt Miller
2007-04-27
Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixes
Kurt Miller
2006-09-26
Part 2 of file descriptor race and deadlock corrections.
Kurt Miller
2006-04-09
Change a debug interface to take const char pointers so we don't ave
Kenneth R Westerback
2003-03-20
sprintf -> snprintf; ok millert@, henning@
Marco S Hyman
2003-01-31
Create a siginfo_t for thread-to-thread kill.
Marco S Hyman
2002-12-11
add a debugging function not normally called
Marco S Hyman
2002-10-21
Check for null pointer before deref in info output. Based upon
Marco S Hyman
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
2000-02-26
better column titles. show prioq and scheduler timing information
David Leonard
2000-01-06
dump verbosely only if PTHREAD_DEBUG env var is defined
David Leonard
1999-11-25
keep freebsd's thread info distcint from mine
David Leonard