summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_info.c
Commit message (Expand)AuthorAgeFilesLines
* Make the name parameter const char *.imp2001-08-111-1/+1
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-101-1/+1
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-22/+22
* Don't needlessly poll file descriptors when there are nodeischen2000-11-091-125/+100
* Implement zero system call thread switching. Performance ofdeischen2000-10-131-1/+1
* Fix a memory leak. pthread_set_name_np() allocates space for a name, butjasone2000-05-161-2/+6
* sigset_t change (part 5 of 5)marcel1999-09-291-2/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add RCS IDs to those files without them.deischen1999-08-051-2/+2
* In the words of the author:jb1999-06-201-5/+26
* [ The author's description... ]jb1999-03-231-2/+49
* Fix a minor security problem in libc_r.imp1999-01-111-4/+25
* Use snprintf instead of sprintf to avoid long source file paths fromjb1998-09-301-12/+31
* Fixed a printf format error. Didn't fix assumption that sigset_t isbde1998-06-301-1/+1
* Implement compile time debug support instead of tracking file name andjb1998-06-091-1/+1
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-1/+1
* Allow a thread dump to report the thread's sigmask when in thejb1998-04-171-0/+4
* Change the FILE locking to be by FILE, not by the underlying fd asjb1998-04-111-8/+19
* Submitted by: John Birrelljulian1997-02-051-3/+10
* Reviewed by: julianjulian1996-01-221-0/+175
OpenPOWER on IntegriCloud