summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_stack.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add pthread_attr_[sg]etguardsize() to match rthread, including manpagesguenther2008-12-181-15/+25
| | | | | | Bump lib minor ok otto@ kurt@ marc@; doc review by jmc@
* Eliminate many lint warnings by either: using the appropriate type,kurt2007-05-181-3/+3
| | | | | casting when safe or adding ARGSUSED where needed. Reviewed and improvements from millert@ and marc@. okay marc@
* - Use mmap to allocate thread stacks instead of malloc. This preventskurt2006-09-261-23/+17
| | | | | | | | | applications that install their own thread stack red-zones with mprotect PROT_NONE from entering the malloc pool when the pages are freed. - round up requested thread stack size to closest page boundary to simplify the red-zone calculations. okay brad@
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-4/+4
| | | | | Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable
* 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