Age | Commit message (Expand) | Author |
2003-03-21 | change 'netstat -m' output from: | Philipp Buehler |
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-19 | add a counter for times ipcomp is skipped because the packet is below the | Jason Wright |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright |
2003-02-01 | Fix out-of-bounds access to nl[255], found by naddy@ in context of | Daniel Hartmeier |
2003-02-01 | ansi | Theo de Raadt |
2002-10-26 | typo. NetBSD PR 18816 | Jun-ichiro itojun Hagino |
2002-09-23 | correctly dump radix_node; henric@attbi.com | Theo de Raadt |
2002-09-19 | Don't print garbage when getnameinfo fails. henning@ ok. | Hakan Olsson |
2002-09-18 | fix Xr refs; frisco@blackant.net | Theo de Raadt |
2002-08-04 | revoke privs earlier | Theo de Raadt |
2002-07-25 | handle < 0 and such better | Theo de Raadt |
2002-06-30 | Correctly retrieve mbuf statistics from the kernel. | Angelos D. Keromytis |
2002-06-24 | KERN_POOL_POOL, not KERN_POOL_NPOOLS --- I wonder how this was not | Angelos D. Keromytis |
2002-06-19 | use macro to determine link-local multicast addr | Jun-ichiro itojun Hagino |
2002-06-19 | decode embedded scopeid on -inalv multicast address printing | Jun-ichiro itojun Hagino |
2002-06-18 | pull in missing includes | Theo de Raadt |
2002-06-09 | Begin some sysctl-ization. | Angelos D. Keromytis |
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-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 |
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 |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
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 |
2002-01-15 | minor simplification in preparation for a future change. | Artur Grabowski |
2001-11-19 | kill more registers | Mike Pechkin |
2001-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat |
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 |
2001-08-26 | Add a -q to silence zero-output lines and fix some whitespace and text nits. | brian |
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 |
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino |