Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup multibyte stuff to remove ugly casts, sanitize the ptr align casts | Rich Felker | 2011-02-13 | 3 | -27/+27 |
* | cleaning up syscalls in preparation for x86_64 port | Rich Felker | 2011-02-13 | 18 | -37/+79 |
* | syscall cleanup for umount2 | Rich Felker | 2011-02-13 | 1 | -1/+0 |
* | use umount2 syscall for umount (new targets lack old 1-arg umount) | Rich Felker | 2011-02-13 | 1 | -2/+1 |
* | reorganize thread exit code, make pthread_exit call cancellation handlers (pt2) | Rich Felker | 2011-02-13 | 2 | -22/+51 |
* | reorganize thread exit code, make pthread_exit call cancellation handlers | Rich Felker | 2011-02-13 | 1 | -25/+0 |
* | fix previous commit that broke sigreturn. looks like the asm is needed. | Rich Felker | 2011-02-13 | 3 | -5/+17 |
* | fix omission that kept sa_restorer from being used | Rich Felker | 2011-02-13 | 1 | -1/+1 |
* | ensure that the compiler doesn't try to reorder around atomic ops | Rich Felker | 2011-02-12 | 1 | -13/+13 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 856 | -0/+33417 |