summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_stack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add pthread_attr_[sg]etguardsize() to match rthread, including manpagesguenther2008-12-181-15/+25
* Eliminate many lint warnings by either: using the appropriate type,kurt2007-05-181-3/+3
* - Use mmap to allocate thread stacks instead of malloc. This preventskurt2006-09-261-23/+17
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-4/+4
* MACHINE_STACK_GROWS_UPd2000-03-221-18/+26
* alphad2000-02-261-3/+7
* its a stack, not a queued2000-02-101-2/+2
* copyright, includes, castd2000-01-061-3/+7
* don't use stack cache if user supplied the storaged1999-11-261-2/+3
* NBPG in userland? what were you thiking?deraadt1999-11-251-7/+11
* sync with FreeBSDd1999-11-251-0/+97