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