summaryrefslogtreecommitdiffstats
path: root/lib/librthread/rthread_stack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix caching of stacks allocated with the default attributes.guenther2012-08-041-6/+8
* Use 'base' as an intermediate char* variable to avoid void* arithmeticguenther2012-02-191-4/+4
* Fix the handling of the stackaddr, stacksize, and guardsize attributes:guenther2012-02-181-52/+90
* Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includesguenther2011-11-061-2/+1
* If the stack size attribute isn't larger than the guard-page sizeguenther2010-05-261-1/+3
* two comment typos from tberttedu2006-10-271-2/+2
* Remove redundant mprotect() calls (we're unmapping the region anyway)otto2006-01-051-5/+1
* thread stack handling changes. Add guard zones and allow stackmarc2006-01-011-0/+92