summaryrefslogtreecommitdiff
path: root/lib/librthread/rthread_stack.c
AgeCommit message (Expand)Author
2012-08-04Fix caching of stacks allocated with the default attributes.Philip Guenthe
2012-02-19Use 'base' as an intermediate char* variable to avoid void* arithmeticPhilip Guenthe
2012-02-18Fix the handling of the stackaddr, stacksize, and guardsize attributes:Philip Guenthe
2011-11-06Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includesPhilip Guenthe
2010-05-26If the stack size attribute isn't larger than the guard-page sizePhilip Guenthe
2006-10-27two comment typos from tbertTed Unangst
2006-01-05Remove redundant mprotect() calls (we're unmapping the region anyway)Otto Moerbeek
2006-01-01thread stack handling changes. Add guard zones and allow stackMarco S Hyman