summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_gc.c
Commit message (Expand)AuthorAgeFilesLines
* At initialization, override the pthread stub routines in libcdeischen2002-11-131-4/+6
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used tojasone2001-07-201-51/+12
* Added a missing set of braces to a conditional that encompasses more thandeischen2001-04-101-5/+6
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-4/+5
* Implement zero system call thread switching. Performance ofdeischen2000-10-131-2/+2
* Fix a memory leak. pthread_set_name_np() allocates space for a name, butjasone2000-05-161-0/+4
* -Wall and minor style(9) cleanups.deischen1999-12-281-2/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add RCS IDs to those files without them.deischen1999-08-051-2/+2
* Fix a couple more coding style nits.jasone1999-07-111-3/+3
* Modify previous changes to conform better to libc_r's coding style.jasone1999-07-111-32/+42
* Always use growable thread stacks on the i386. The VM_STACK kernel optionjasone1999-07-061-5/+3
* Use growable stacks for thread stacks that are the default stack size.jasone1999-07-051-2/+30
* In the words of the author:jb1999-06-201-87/+24
* [ The author's description... ]jb1999-03-231-1/+9
* Debug when an environment variable set, no when it is unset.dt1998-09-301-2/+2
* Move the cleanup code that frees memory allocated for a dead thread fromjb1998-09-301-0/+272
OpenPOWER on IntegriCloud