summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* release temporary binding if M_PREPEND fails; netbsd pr#2605; tegge@idt.unit.no; improved by mederaadt1996-07-051-2/+3
|
* let udpcksum control generation, but not cheking of udp cksums.mickey1996-05-151-2/+4
|
* udpcksum should never be off in the modern worldderaadt1996-05-021-5/+1
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-3/+3
|
* From NetBSD: 960217 mergeniklas1996-03-031-28/+58
|
* from netbsd:deraadt1995-12-141-6/+4
| | | | | | | | | make netinet work on systems where pointers and longs are 64 bits (like the alpha). Biggest problem: IP headers were overlayed with structure which included pointers, and which therefore didn't overlay properly on 64-bit machines. Solution: instead of threading pointers through IP header overlays, add a "queue element" structure to do the threading, and point it at the ip headers.
* initial import of NetBSD treederaadt1995-10-181-0/+654