Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-27 | RNF_IGNORE can corrupt the radix tree when an interface is down, it | Henric Jungheim | |
makes routing lookups slightly more expensive, and serves no useful purpose. ok itojun@ tedu@ | |||
2003-08-26 | mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parent | Jun-ichiro itojun Hagino | |
disappers. deraadt ok | |||
2003-08-19 | number of mbuf clusters is not the same as number of pages allocated for ↵ | Michael Shalayeff | |
'em; noticed by dsb@uvm.poi.dvo.ru | |||
2003-07-14 | - Dv Ta -> Ta Dv | Jason McIntyre | |
- kill a .br | |||
2003-07-10 | add missing includes | David Krause | |
ok deraadt@ tedu@ | |||
2003-07-07 | protos | Theo de Raadt | |
2003-06-26 | more proto fixes | Theo de Raadt | |
2003-06-25 | add proto | Theo de Raadt | |
2003-06-12 | - document -ltu options; | Jason McIntyre | |
from PR 3307 (Zoltan Glozik) - sync SYNOPSIS and usage(); ok henning@ deraadt@ | |||
2003-06-05 | remove some incorrect documentation; | Jason McIntyre | |
from Aldo Cortesi (PR 3277); ok deraadt@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-14 | use __KAME__ to determine kame-based kernel. | Jun-ichiro itojun Hagino | |
2003-03-21 | change 'netstat -m' output from: | Philipp Buehler | |
0/28 mapped pages in use to 0/14/1024 mbuf cluster pages in use (current/peak/max) ok henning@, millert@ | |||
2003-03-16 | correctly initialize a pointer | Nikolay Sturm | |
OK millert@ | |||
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 | |
minimum compression threshold. | |||
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 | |
propolice. ok theo@ | |||
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 | |
observed. From dfa@solo.ee and dsb@nt.pin.dvgu.ru | |||
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 | |
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. |