Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-09 | add SIGSYS support to sys/signalfd.h from linux v4.18 | Szabolcs Nagy | 1 | -1/+5 | |
new in linux commit 76b7f670730e87974f71df9f6129811e2769666e in struct signalfd_siginfo the pad member is changed to __pad to keep the namespace clean, it's not part of the public api. | |||||
2013-12-29 | fix struct signalfd_siginfo | Timo Teräs | 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. | |||||
2013-01-10 | fix another case of cloexec/nonblock flags not matching arch values | Rich Felker | 1 | -2/+3 | |
2011-07-09 | add missing signalfd flags | Rich Felker | 1 | -0/+3 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+40 | |