Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase the default stacksizes: | deischen | 2005-02-13 | 1 | -3/+3 |
* | Allocate red zone and stack space together and then split red zone from | davidxu | 2004-10-06 | 1 | -7/+17 |
* | Respect POSIX specification, a value return from pthread_attr_getguardsize | davidxu | 2003-09-14 | 1 | -8/+18 |
* | Use mmap retuned value. | davidxu | 2003-06-28 | 1 | -2/+3 |
* | Revamp libpthread so that it has a chance of working in an SMP | deischen | 2003-04-18 | 1 | -106/+103 |
* | Make the changes needed for libpthread to compile in its new home. | mini | 2002-09-16 | 1 | -1/+1 |
* | Undo namespace pollution by prefixing the globals pthread_guard_default and | alfred | 2002-05-15 | 1 | -13/+16 |
* | Don't use PAGE_SIZE in userland, instead use getpagesize(), this is to | alfred | 2002-05-13 | 1 | -10/+10 |
* | Make libc_r check the kern.usrstack sysctl instead of using internal | peter | 2001-10-26 | 1 | -3/+5 |
* | Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to | jasone | 2001-07-20 | 1 | -0/+235 |