Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-04-22 | we don't need to include buf.h | Artur Grabowski | |
1998-04-04 | gcc 2.8 supplication | don | |
1998-01-03 | ignore PRU_SHUTDOWN if socket is already shutdown | Theo de Raadt | |
1997-09-07 | Enclose comments after #endif in /* */ and #if 0 out this section | Todd 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-08 | need arc4random proto | Theo de Raadt | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |
1996-05-01 | from netbsd; fix a printf format string | Theo de Raadt | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-03-19 | Missed from last import. | Michael Shalayeff | |
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 | |