summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_attr_setguardsize.c
Commit message (Expand)AuthorAgeFilesLines
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-091-56/+0
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)Daniel Eischen2006-03-131-0/+3
* Respect POSIX specification, a value return from pthread_attr_getguardsizeDavid Xu2003-09-141-8/+0
* Revamp libpthread so that it has a chance of working in an SMPDaniel Eischen2003-04-181-4/+4
* 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-4/+4
* Don't use PAGE_SIZE in userland, instead use getpagesize(), this is toAlfred Perlstein2002-05-131-3/+7
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used toJason Evans2001-07-201-0/+57