Age | Commit message (Expand) | Author |
2017-01-21 | The POSIX APIs that that sockaddrs all ignore the s*_len field in the | Philip Guenther |
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena |
2016-03-28 | Drop if-zeroed gethostbyname2.h header, remnant from KAME times | Jeremie Courreges-Anglas |
2015-09-11 | Remove never called functions to dump per-ifp IPv6 statistics now that | Martin Pieuchot |
2015-02-12 | Switch the printing of open sockets from ugly KVM internals to use | Claudio Jeker |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-08-14 | No need for <netinet/in_systm.h> nor <netinet/tcpip.h>. | Martin Pieuchot |
2014-06-23 | The second level of the CTL_NET sysctl is a PF_*, not an AF_* | Philip Guenther |
2013-08-18 | Fix calls to printf-like functions which passed a non-fixed string | Philip Guenther |
2012-12-04 | remove some unnecessary sys/mbuf.h inclusions | Theo de Raadt |
2010-12-21 | ip6s_exthdrtoolong is always zero so remove it here which is the last user. | Claudio Jeker |
2010-10-21 | There is neither TCP6 nor struct tcp6cb in our kernel. So remove | Alexander Bluhm |
2009-11-05 | IPv6 support for divert sockets. | Michele Marchetto |
2009-07-17 | revert 1.38: naddy looked closer at the output and some of the sections don't... | Ted Unangst |
2009-07-16 | make the inet6 output a little more like everything else. | Ted Unangst |
2009-02-07 | add missing headers needed for warn() and err(). | Charles Longeau |
2007-12-19 | delete rcsid crud | Theo de Raadt |
2007-12-14 | remove 21 nlist variables, and instead use sysctl to query the kernel | Theo de Raadt |
2007-09-11 | u_quad_t -> u_int64_t and %qu -> %llu, from brad | Henning Brauer |
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino |
2005-03-25 | kill unneeded (char *) casts. ok millert, otto | Jared Yanovich |
2004-11-17 | remove NI_WITHSCOPEID (which is not standard) | Jun-ichiro itojun Hagino |
2003-11-06 | fix linklocal multicast address handling. Matthias Drochner | Jun-ichiro itojun Hagino |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-14 | use __KAME__ to determine kame-based kernel. | Jun-ichiro itojun Hagino |
2003-03-16 | correctly initialize a pointer | Nikolay Sturm |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2003-02-01 | ansi | Theo de Raadt |
2002-10-26 | typo. NetBSD PR 18816 | Jun-ichiro itojun Hagino |
2002-06-09 | Standardization -- s/tdb/TDB/ and various dup expansions. | Jason Peel |
2002-06-09 | use strchr() instead of index() | Theo de Raadt |
2002-06-07 | print rip6stat | Jun-ichiro itojun Hagino |
2002-05-27 | a night of cleanup, so i can read this easier | Theo de Raadt |
2002-02-19 | Fix gethostname() usage. | Mike Pechkin |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-17 | evil, annoying spaces and tabs | Michael Shalayeff |
2001-11-19 | kill more registers | Mike Pechkin |
2001-06-13 | typo in icmp6 stat printing | Jun-ichiro itojun Hagino |
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino |
2000-12-11 | typo in -s message | Jun-ichiro itojun Hagino |
2000-12-11 | show # of successful IPv6 path MTU changes with -s. from kame | Jun-ichiro itojun Hagino |
2000-08-26 | typo. sync with kame | Jun-ichiro itojun Hagino |
2000-08-13 | typo. be more friendly with netstat -ssn. from jhawk@netbsd (via kame) | Jun-ichiro itojun Hagino |
2000-07-12 | remove m_pulldown statistics, it is purely experimental and belongs to | Jun-ichiro itojun Hagino |
2000-07-06 | more stats | Jun-ichiro itojun Hagino |
2000-06-16 | print # of icmp6 error suppressed by rate limit | Jun-ichiro itojun Hagino |
2000-05-17 | s/icmp/icmp6/ in message | Jun-ichiro itojun Hagino |
2000-02-28 | update IPv6 portion to match latest sys/netinet6. | Jun-ichiro itojun Hagino |
2000-01-18 | print IPv6 multicast groups on -ia. | Jun-ichiro itojun Hagino |
2000-01-05 | s/input histogram/input packet/histogram/ | Jun-ichiro itojun Hagino |