Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve joinable/detached thread state handling | Rich Felker | 2018-05-05 | 1 | -1/+1 |
* | store pthread stack guard sizes for pthread_getattr_np | William Pitcock | 2018-02-03 | 1 | -0/+1 |
* | simplify pthread_attr_t stack/guard size representation | Rich Felker | 2016-11-07 | 1 | -2/+2 |
* | support configurable page size on mips, powerpc and microblaze | Szabolcs Nagy | 2013-09-15 | 1 | -0/+1 |
* | in pthread_getattr_np, use mremap rather than madvise to measure stack | Rich Felker | 2013-07-31 | 1 | -1/+2 |
* | implement pthread_getattr_np | Rich Felker | 2013-03-31 | 1 | -0/+21 |