Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-12 | workaround another sendmsg kernel bug on 64-bit machines | Rich Felker | 1 | -7/+0 | |
the kernel wrongly expects the cmsg length field to be size_t instead of socklen_t. in order to work around the issue, we have to impose a length limit and copy to a local buffer. the length limit should be more than sufficient for any real-world use; these headers are only used for passing file descriptors and permissions between processes over unix sockets. | |||||
2011-09-18 | cleanup more bits cruft (sysmacros and socket) | Rich Felker | 1 | -0/+196 | |
2011-06-16 | fix some struct padding to match LSB/glibc ABI where it may be helpful | Rich Felker | 1 | -2/+4 | |
2011-02-14 | extensive header cleanup for standards conformance & correctness | Rich Felker | 1 | -0/+1 | |
thanks to Peter Mazinger (psm) for pointing many of these issues out and submitting a patch on which this commit is loosely based | |||||
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+64 | |