Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-09 | Begin some sysctl-ization. | Angelos D. Keromytis | |
2002-06-09 | Standardization -- s/tdb/TDB/ and various dup expansions. | Jason Peel | |
ok aaron@ | |||
2002-06-09 | use strchr() instead of index() | Theo de Raadt | |
2002-06-09 | 'cuz -> because; deraadt@ ok, pvalchev@ ok | Aaron Campbell | |
2002-06-07 | print rip6stat | Jun-ichiro itojun Hagino | |
2002-06-02 | mrtstat members are u_long, so use %lu not %ld | Jun-ichiro itojun Hagino | |
2002-06-02 | KNF | Theo de Raadt | |
2002-05-27 | a night of cleanup, so i can read this easier | Theo de Raadt | |
2002-05-16 | display the ECN related statistics. | Kenjiro Cho | |
it is a bit verbose and will be cleaned up once we figure out which counters are more useful than others. | |||
2002-02-23 | No more POOL_EXPOSE. | Artur Grabowski | |
2002-02-19 | IPsec is written ``IPsec'', not ``IPSec''. | Miod Vallat | |
2002-02-19 | Fix gethostname() usage. | Mike Pechkin | |
deraadt@ ok | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-17 | evil, annoying spaces and tabs | Michael Shalayeff | |
2002-01-15 | minor simplification in preparation for a future change. | Artur Grabowski | |
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat | |
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there. | |||
2001-10-09 | Don't assume that the RTF_HOST flag implies that a netmask is available. | brian | |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-08-26 | Add a -q to silence zero-output lines and fix some whitespace and text nits. | brian | |
Submitted by: Sam Smith <S@mSmith.net> Ok: theo | |||
2001-08-18 | Handle snprintf returning -1 | brian | |
2001-07-30 | another vax inspired object shuffle | Hugh Graham | |
2001-07-18 | -Wall cleanup | Peter Valchev | |
2001-07-05 | Make it compile again. | Angelos D. Keromytis | |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-06-25 | Show a "3" in -r output if RTF_PROTO3 is set; ok itojun@ and millert@ | Niklas Hallqvist | |
2001-06-23 | Print hardware checksumming statistics. | Angelos D. Keromytis | |
2001-06-13 | typo in icmp6 stat printing | Jun-ichiro itojun Hagino | |
2001-05-18 | adapt to use pool | Niels Provos | |
2001-03-03 | drop packets with 127.0.0.0/8 in header field, if the packet is from outside. | Jun-ichiro itojun Hagino | |
under RFC1122 sender rule 127.0.0.8 must not appear on the wire. count incidents by ipstat.ips_badaddr. sync with kame | |||
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino | |
fill up /var with bogus packets. setting net.inet6.icmp6.nd6_debug will re-enable kernel messages on invalid ND packet and other occasions. improve icmp6 stats. | |||
2001-02-06 | If sdl type is ISO88025, print the address using `:' as well. | Federico G. Schwindt | |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2000-12-13 | Bytecounter stats. (-b switch) | Camiel Dobbelaar | |
From NetBSD. ok itojun@ | |||
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-12-11 | show when pmtu is disabled on routes, more information when verbose, | Niels Provos | |
from NetBSD | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-10-23 | fix a few signed/unsigned/long printf formats; millert@ & deraadt@ ok | Michael Shalayeff | |
2000-09-19 | Display SPD entries. | Angelos D. Keromytis | |
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 | |
kame system only (not for *bsd-merged systems). | |||
2000-07-06 | more stats | Jun-ichiro itojun Hagino | |
2000-06-30 | do not prin tcp/udp twice. from: fgs | Jun-ichiro itojun Hagino | |
2000-06-30 | split netstat -an -f inet and netstat -an -f inet6, for consistency. | Jun-ichiro itojun Hagino | |
Suggested by: fgs | |||
2000-06-16 | print # of icmp6 error suppressed by rate limit | Jun-ichiro itojun Hagino | |
2000-06-15 | Reflect reality in the error messages. | Angelos D. Keromytis | |
2000-06-14 | KAME_SCOPEID is necessary | Jun-ichiro itojun Hagino | |