summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_stack.c
Commit message (Expand)AuthorAgeFilesLines
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-091-258/+0
* Increase the default stacksizes:Daniel Eischen2005-02-131-3/+3
* Allocate red zone and stack space together and then split red zone fromDavid Xu2004-10-061-7/+17
* Respect POSIX specification, a value return from pthread_attr_getguardsizeDavid Xu2003-09-141-8/+18
* Use mmap retuned value.David Xu2003-06-281-2/+3
* Revamp libpthread so that it has a chance of working in an SMPDaniel Eischen2003-04-181-106/+103
* Make the changes needed for libpthread to compile in its new home.Jonathan Mini2002-09-161-1/+1
* Undo namespace pollution by prefixing the globals pthread_guard_default andAlfred Perlstein2002-05-151-13/+16
* Don't use PAGE_SIZE in userland, instead use getpagesize(), this is toAlfred Perlstein2002-05-131-10/+10
* Make libc_r check the kern.usrstack sysctl instead of using internalPeter Wemm2001-10-261-3/+5
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used toJason Evans2001-07-201-0/+235