summaryrefslogtreecommitdiff
path: root/sys/netiso
AgeCommit message (Collapse)Author
1999-04-22we don't need to include buf.hArtur Grabowski
1998-04-04gcc 2.8 supplicationdon
1998-01-03ignore PRU_SHUTDOWN if socket is already shutdownTheo de Raadt
1997-09-07Enclose comments after #endif in /* */ and #if 0 out this sectionTodd C. Miller
instead of commenting it out to avoid nested comments.
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller
1997-02-08need arc4random protoTheo de Raadt
1996-05-22syncTheo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-05-01from netbsd; fix a printf format stringTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-19Missed from last import.Michael Shalayeff
1996-03-04Initial commit of NetBSD 960217 netiso.Michael Shalayeff
all the rest is the fixes to the import by Niklas.
1995-12-14from 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-18initial import of NetBSD treeTheo de Raadt