Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix struct signalfd_siginfo | Timo Teräs | 2013-12-29 | 1 | -2/+3 |
| | | | | | | | ssi_ptr is really 64-bit in kernel, so fix that. assuming sizeof(void*) for it also caused incorrect padding for 32-bits, as the following 64-bits are aligned to 64-bits (and the padding was not taken into account), so fix the padding as well. add addr_lsb field while there. | ||||
* | fix another case of cloexec/nonblock flags not matching arch values | Rich Felker | 2013-01-10 | 1 | -2/+3 |
| | |||||
* | add missing signalfd flags | Rich Felker | 2011-07-09 | 1 | -0/+3 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+40 |