summaryrefslogtreecommitdiff
path: root/lib/libc_r/uthread/uthread_gc.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
* At initialization, override the pthread stub routines in libcDaniel Eischen2002-11-131-4/+6
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used toJason Evans2001-07-201-51/+12
* Added a missing set of braces to a conditional that encompasses more thanDaniel Eischen2001-04-101-5/+6
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-241-4/+5
* Implement zero system call thread switching. Performance ofDaniel Eischen2000-10-131-2/+2
* 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