Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2011-06-14 | __syscall5 inline is having trouble with PIC; just use the function for now | Rich Felker | 1 | -0/+7 |
2011-06-14 | fix race condition in pthread_kill | Rich Felker | 3 | -1/+8 |
2011-06-14 | run dtors before taking the exit-lock in pthread exit | Rich Felker | 1 | -2/+2 |
2011-06-14 | minor locking optimizations | Rich Felker | 2 | -2/+2 |
2011-06-13 | avoid 64bit warnings when using pointers as entropy for temp names | Rich Felker | 2 | -2/+4 |
2011-06-13 | fix sigset macro for 64-bit systems (<< was overflowing due to wrong type) | Rich Felker | 1 | -1/+1 |
2011-06-13 | remove all .size and .type directives for functions from the asm | Rich Felker | 18 | -52/+0 |
2011-06-13 | remove old useless timezone.s file (unused) | Rich Felker | 1 | -27/+0 |
2011-06-13 | fix wrong type for wcsrchr argument 2 | Rich Felker | 1 | -1/+1 |