Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-03-15 | Fix bogosity in import of Lite2 fix | Thorsten Lockert | |
1996-03-14 | From Lite2; improve handling of socket options on raw datagrams and multi- | Thorsten Lockert | |
cast routing commands | |||
1996-03-14 | From Lite2; fix mbuf leak | Thorsten Lockert | |
1996-03-14 | From Lite2; skip slow start calculation if socket state is listen | Thorsten Lockert | |
1996-03-14 | Fix from Lite2 | Thorsten Lockert | |
1996-03-14 | From Lite2; we should fail a malloc, not block waiting for memory to become | Thorsten Lockert | |
available in in_pcballoc() | |||
1996-03-09 | restored IP filtering | dm | |
1996-03-04 | Initial commit of NetBSD 960217 netiso. | Michael Shalayeff | |
all the rest is the fixes to the import by Niklas. | |||
1996-03-04 | From NetBSD: Fix PR/2095 options MROUTING did not compile. | Niklas Hallqvist | |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1996-02-21 | Added INADDR_MAX_LOCAL_GROUP, since it was present in 4.4-Lite | Michael Shalayeff | |
and gated wants it to there ;) | |||
1996-01-25 | IP filter 3.0.1 | dm | |
1996-01-07 | from beurton@fnet.fr: Darren Reed's IP filter | dm | |
1996-01-06 | one more inet_ntoa() improvement | Theo de Raadt | |
1995-12-14 | re-add my source routing stuff (geeezzz) | Theo de Raadt | |
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-11-28 | add inet_ntoa() to the kernel. use it to log nicer messages. idea from freebsd | Theo de Raadt | |
1995-11-28 | log source route attempts when source routing is disabled | Theo de Raadt | |
1995-11-26 | add sysctl net.inet.ip.sourceroute option; default to 0. copied from freebsd | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |