Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-27 | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | Angelos D. Keromytis | |
on how macros should be treated. Code by fgsch@, ok by me and itojun@ | |||
2001-06-25 | Don't double-clear M_PKTHDR/tags. | Angelos D. Keromytis | |
2001-05-27 | More tag fixups (why do I bother with this...) | Angelos D. Keromytis | |
2001-05-20 | Convert from tdbi to packet tags. | Angelos D. Keromytis | |
2001-03-23 | Use M_COPY_PKTHDR(), and zero out tdbi. | Angelos D. Keromytis | |
1997-02-08 | need arc4random proto | Theo de Raadt | |
1996-03-04 | Initial commit of NetBSD 960217 netiso. | Michael Shalayeff | |
all the rest is the fixes to the import by Niklas. | |||
1995-12-14 | from netbsd: | Theo de Raadt | |
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. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |