Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add pthread_attr_[sg]etguardsize() to match rthread, including manpages | 2008-12-18 | 1 | -15/+25 | |
| | | | | | | Bump lib minor ok otto@ kurt@ marc@; doc review by jmc@ | ||||
* | Eliminate many lint warnings by either: using the appropriate type, | 2007-05-18 | 1 | -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 prevents | 2006-09-26 | 1 | -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_ | 2006-01-06 | 1 | -4/+4 | |
| | | | | | Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable | ||||
* | MACHINE_STACK_GROWS_UP | 2000-03-22 | 1 | -18/+26 | |
| | |||||
* | alpha | 2000-02-26 | 1 | -3/+7 | |
| | |||||
* | its a stack, not a queue | 2000-02-10 | 1 | -2/+2 | |
| | |||||
* | copyright, includes, cast | 2000-01-06 | 1 | -3/+7 | |
| | |||||
* | don't use stack cache if user supplied the storage | 1999-11-26 | 1 | -2/+3 | |
| | |||||
* | NBPG in userland? what were you thiking? | 1999-11-25 | 1 | -7/+11 | |
| | |||||
* | sync with FreeBSD | 1999-11-25 | 1 | -0/+97 | |