Age | Commit message (Expand) | Author |
---|---|---|
2012-08-04 | Fix caching of stacks allocated with the default attributes. | Philip Guenthe |
2012-02-19 | Use 'base' as an intermediate char* variable to avoid void* arithmetic | Philip Guenthe |
2012-02-18 | Fix the handling of the stackaddr, stacksize, and guardsize attributes: | Philip Guenthe |
2011-11-06 | Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes | Philip Guenthe |
2010-05-26 | If the stack size attribute isn't larger than the guard-page size | Philip Guenthe |
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 |
2006-01-01 | thread stack handling changes. Add guard zones and allow stack | Marco S Hyman |