| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Return an error much earlier if recvmsg fails | 2012-04-04 | 1 | -2/+4 | |
| | | |||||
| * | msg_controllen has to be CMSG_SPACE so that the kernel can account for | 2008-03-24 | 1 | -3/+3 | |
| | | | | | | | | each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis | ||||
| * | Repair the simple cases for msg_controllen where it should just be | 2008-03-15 | 1 | -3/+3 | |
| | | | | | | CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because of alignment; ok kettenis hshoexer | ||||
| * | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | 2008-03-13 | 1 | -7/+13 | |
| | | | | | an extensive discussion with otto, kettenis, millert, and hshoexer | ||||
| * | extra check for no message case; ok markus, deraadt, hshoexer, henning | 2004-08-13 | 1 | -1/+5 | |
| | | |||||
| * | simplify license, ok niels matthieu | 2004-06-18 | 1 | -27/+12 | |
| | | |||||
| * | string.h for memset | 2004-02-15 | 1 | -1/+2 | |
| | | |||||
| * | privilege separated tcpdump, joint work with otto@ | 2004-01-28 | 1 | -0/+116 | |
| tested by avsm@ vincent@ dhartmei@ markus@ hshoexer@ and others go for it deraadt@ | |||||
