summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_gc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory leak. pthread_set_name_np() allocates space for a name, butJason Evans2000-05-161-0/+4
* -Wall and minor style(9) cleanups.Daniel Eischen1999-12-281-2/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add RCS IDs to those files without them.Daniel Eischen1999-08-051-2/+2
* Fix a couple more coding style nits.Jason Evans1999-07-111-3/+3
* Modify previous changes to conform better to libc_r's coding style.Jason Evans1999-07-111-32/+42
* Always use growable thread stacks on the i386. The VM_STACK kernel optionJason Evans1999-07-061-5/+3
* Use growable stacks for thread stacks that are the default stack size.Jason Evans1999-07-051-2/+30
* In the words of the author:John Birrell1999-06-201-87/+24
* [ The author's description... ]John Birrell1999-03-231-1/+9
* Debug when an environment variable set, no when it is unset.Dmitrij Tejblum1998-09-301-2/+2
* Move the cleanup code that frees memory allocated for a dead thread fromJohn Birrell1998-09-301-0/+272