summaryrefslogtreecommitdiff
path: root/lib/libc_r/uthread/uthread_info.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvsKen Smith2008-11-261-1/+1
* Fix typos in comment.Daniel Eischen2002-12-281-2/+2
* When dumping thread info, only include the filename and line if we actuallyJuli Mallett2002-10-201-3/+9
* FD locking is not enabled anymore, so the table which contains the ownerJuli Mallett2002-10-171-4/+0
* Dump in $TMPDIR if !setugid, and use mode 0644 instead of 0666.Kris Kennaway2002-10-131-7/+11
* Make the name parameter const char *.Warner Losh2001-08-111-1/+1
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>Daniel Eischen2001-04-101-1/+1
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-241-22/+22
* Don't needlessly poll file descriptors when there are noDaniel Eischen2000-11-091-125/+100
* Implement zero system call thread switching. Performance ofDaniel Eischen2000-10-131-1/+1
* Fix a memory leak. pthread_set_name_np() allocates space for a name, butJason Evans2000-05-161-2/+6
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-291-2/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add RCS IDs to those files without them.Daniel Eischen1999-08-051-2/+2
* In the words of the author:John Birrell1999-06-201-5/+26
* [ The author's description... ]John Birrell1999-03-231-2/+49
* Fix a minor security problem in libc_r.Warner Losh1999-01-111-4/+25
* Use snprintf instead of sprintf to avoid long source file paths fromJohn Birrell1998-09-301-12/+31
* Fixed a printf format error. Didn't fix assumption that sigset_t isBruce Evans1998-06-301-1/+1
* Implement compile time debug support instead of tracking file name andJohn Birrell1998-06-091-1/+1
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-291-1/+1
* Allow a thread dump to report the thread's sigmask when in theJohn Birrell1998-04-171-0/+4
* Change the FILE locking to be by FILE, not by the underlying fd asJohn Birrell1998-04-111-8/+19
* Submitted by: John BirrellJulian Elischer1997-02-051-3/+10
* Reviewed by: julianJulian Elischer1996-01-221-0/+175