Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If the stack size attribute isn't larger than the guard-page size | 2010-05-26 | 1 | -1/+3 | |
| | | | | | | attribute then make pthread_create() return EINVAL instead of whatever was in errno on entry (possibly making it appear it succeeded when it really failed). Encountered by Jung (moorang at gmail.com). | ||||
* | two comment typos from tbert | 2006-10-27 | 1 | -2/+2 | |
| | |||||
* | Remove redundant mprotect() calls (we're unmapping the region anyway) | 2006-01-05 | 1 | -5/+1 | |
| | | | | and check user stack for proper alignment. ok tedu@ marc@ | ||||
* | thread stack handling changes. Add guard zones and allow stack | 2006-01-01 | 1 | -0/+92 | |
size (and guard zone size) to be set using pthread_attr. Guard zones are specified in bytes, but implemented in terms of a page size. OK Otto@ |