Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add #include <netinet/in_pcb.h> for missing forward declation of | rodrigc | 2011-05-03 | 1 | -0/+1 |
| | | | | struct inpcb. | ||||
* | IP_TTL is an IP socket option, not a TTL value. Use IPDEFTTL | marcel | 2009-11-05 | 1 | -1/+1 |
| | | | | instead. | ||||
* | Remove California Regent's clause 3, per letter | imp | 2007-01-09 | 1 | -4/+0 |
| | |||||
* | Use %z to print size_t values. | jhb | 2005-05-31 | 1 | -1/+1 |
| | |||||
* | Remove 'register' keyword. | obrien | 2002-03-21 | 1 | -16/+16 |
| | |||||
* | Add __FBSDID()s to libstand | dillon | 2001-09-30 | 1 | -1/+3 |
| | |||||
* | Correct the returned UDP datagram length. See the PR for a more comprehensive | msmith | 2001-05-28 | 1 | -1/+2 |
| | | | | | | | | description of the fix. PR: misc/25503 Submitted by: Jim Browne <jbrowne@jbrowne.com> MFC after: 1 week | ||||
* | Break out sendudp and readudp from net.c. This is for PXE, so it | ps | 2000-04-08 | 1 | -0/+272 |
can use its own UDP interface. |