summaryrefslogtreecommitdiff
path: root/lib/libc_r/uthread/uthread_stack.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* Increase the default stacksizes:Joe Marcus Clarke2005-02-281-6/+6
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-271-1/+0
* At initialization, override the pthread stub routines in libcDaniel Eischen2002-11-131-4/+7
* 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