Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2012-12-07 | fix trailing whitespace issues that crept in here and there | Rich Felker | 5 | -13/+13 |
2012-12-06 | fix invalid read in aligned_alloc | Rich Felker | 1 | -2/+3 |
2012-12-06 | move signal.h REG_* macros under _GNU_SOURCE protection | Rich Felker | 2 | -44/+48 |
2012-12-06 | fix names of ipc_perm __key/__seq elements | Rich Felker | 1 | -6/+2 |
2012-12-06 | fix sigorset/sigandset: _NSIG/8 is the size in bytes | rofl0r | 2 | -2/+2 |
2012-12-06 | fix F_DUPFD_CLOEXEC being defined twice | rofl0r | 1 | -1/+0 |
2012-12-06 | sigandset/sigorset: do not check for NULL pointers. | rofl0r | 2 | -10/+0 |
2012-12-06 | fixup sigandset | rofl0r | 2 | -2/+2 |
2012-12-06 | fixup for fcntl.h changes | rofl0r | 1 | -15/+14 |