summaryrefslogtreecommitdiff
path: root/lib/librthread/rthread_stack.c
AgeCommit message (Collapse)Author
2006-10-27two comment typos from tbertTed Unangst
2006-01-05Remove redundant mprotect() calls (we're unmapping the region anyway)Otto Moerbeek
and check user stack for proper alignment. ok tedu@ marc@
2006-01-01thread stack handling changes. Add guard zones and allow stackMarco 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@