Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linux compat: improve and fix sendmsg/recvmsg compatibility | Andriy Gapon | 2011-03-26 | 1 | -2/+4 |
* | Implement MSG_CMSG_CLOEXEC flag for linux_recvmsg(). | Dmitry Chagin | 2009-05-18 | 1 | -0/+1 |
* | Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC and | Dmitry Chagin | 2009-05-16 | 1 | -0/+7 |
* | Return EINVAL in case when the incorrect or unsupported | Dmitry Chagin | 2009-05-16 | 1 | -0/+10 |
* | Emulate SO_PEERCRED socket option. | Dmitry Chagin | 2009-05-16 | 1 | -0/+6 |
* | To avoid excessive code duplication move MI definitions to the MI | Dmitry Chagin | 2009-05-07 | 1 | -0/+10 |
* | Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64. | Konstantin Belousov | 2008-11-29 | 1 | -0/+31 |
* | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt | 2002-06-02 | 1 | -1/+1 |
* | translate the flags in recvfrom and recvmsg from linux to bsd ones | Assar Westerlund | 2000-12-19 | 1 | -0/+52 |