Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-27 | two comment typos from tbert | Ted Unangst | |
2006-01-05 | Remove redundant mprotect() calls (we're unmapping the region anyway) | Otto Moerbeek | |
and check user stack for proper alignment. ok tedu@ marc@ | |||
2006-01-01 | thread stack handling changes. Add guard zones and allow stack | Marco S Hyman | |
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@ |