about summary refs log tree commit diff
path: root/arch/i386/bits/socket.h
Commit message (Collapse)AuthorAgeFilesLines
* workaround another sendmsg kernel bug on 64-bit machinesRich Felker2012-07-121-0/+7
| | | | | | | | | 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.
* cleanup more bits cruft (sysmacros and socket)Rich Felker2011-09-181-199/+0
|
* socket headers macro adjustment - workaround for buggy programsRich Felker2011-07-211-1/+1
| | | | some program was undefining AF_NETLINK and thereby breaking AF_ROUTE...
* resolve some header namespace non-issuesRich Felker2011-02-201-1/+0
| | | | | after re-reading 2.2.2 of POSIX 2008, all of these are in the correct reserved namespaces and do not need protection.
* preparing build system to handle ports - step 1Rich Felker2011-02-151-0/+210