Age | Commit message (Expand) | Author | Files | Lines |
2012-09-29 | fix some indention-with-spaces that crept in | Rich Felker | 1 | -4/+4 |
2012-05-23 | fix issue with longjmp out of signal handlers and cancellation | Rich Felker | 1 | -10/+8 |
2012-05-05 | update license of njk contributed code (x86_64 asm) | Rich Felker | 2 | -2/+2 |
2011-09-18 | overhaul clone syscall wrapping | Rich Felker | 1 | -20/+29 |
2011-06-14 | restore use of .type in asm, but use modern @function (vs %function) | Rich Felker | 4 | -0/+4 |
2011-06-13 | remove all .size and .type directives for functions from the asm | Rich Felker | 4 | -7/+0 |
2011-04-22 | fix initial stack alignment in new threads on x86_64 | Rich Felker | 1 | -1/+1 |
2011-04-17 | fix typo in x86_64 cancellable syscall asm | Rich Felker | 1 | -1/+1 |
2011-04-17 | fix bugs in cancellable syscall asm | Rich Felker | 1 | -5/+6 |
2011-04-17 | fix some minor issues in cancellation handling patch | Rich Felker | 1 | -1/+1 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | 1 | -0/+24 |
2011-04-06 | consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix | Rich Felker | 1 | -2/+2 |
2011-02-19 | race condition fix: block all signals before decrementing thread count | Rich Felker | 1 | -13/+0 |
2011-02-16 | patch by njk, simplifies thread register initialization for x86_64 | Rich Felker | 1 | -4/+0 |
2011-02-16 | patch from njk: make x86_64 __uniclone branchless. | Rich Felker | 1 | -6/+6 |
2011-02-15 | Port musl to x86-64. One giant commit! | Nicholas J. Kain | 3 | -0/+61 |