| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-11-15 | Use itimerval() instead of alarm() for interval displaying. This increases | ragge | |
| accuracy on interval stats also on fast machines. | |||
| 2003-11-06 | handle KAME scopeid hack for multicast addr. Matthias Drochner | itojun | |
| 2003-10-18 | mbstat.m_drain is still maintained. Don't skip it. | enami | |
| 2003-10-17 | Print ips_rcvmemdrop and ips_nogif. | enami | |
| 2003-09-12 | fix PR bin/22739 (netstat -nlv -f inet6 weird) | itojun | |
| 2003-09-04 | synchronize w/ inpcb/in6pcb change | itojun | |
| 2003-08-19 | correct strange indentation | itojun | |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22365, verified by myself. | |||
| 2003-08-04 | always print prefixlen for routes. it's CIDR age. | itojun | |
| 2003-07-25 | support new algorithms | itojun | |
| 2003-07-22 | support hmac-sha2. | itojun | |
| 2003-07-20 | As a temporary workaround, apply the fix from PR#20390, thereby | he | |
| cooperating with the callout code in working around the race condition caused by the TCP code's use of the callout facility. Instead of unconditionally releasing memory in tcp_close() and SYN_CACHE_PUT(), check whether any of the related callout handlers are about to be invoked (but have not yet done callout_ack()), and if so, just mark the associated data structure (tcpcb or syn cache entry) as "dead", and test for this (and release storage) in the callout handler functions. | |||
| 2003-07-12 | strlcpy | itojun | |
| 2003-05-14 | use proper #ifdef to determine behavior (__KAME__) | itojun | |
| 2003-04-18 | clear errno before strto(u)l() if we're going to test it for ERANGE afterwards | lukem | |
| 2003-04-15 | make char array bigger where it seems too small and may overrun. | itojun | |
| 2003-03-22 | it's not necessary to limit the service name artificially to 8 characters | jdolecek | |
| in inet*print() - only first 'width' characters of the 'host.service' string would be printed anyway, so allow full service name if string would fit | |||
| 2003-03-02 | TF_PROTO1/2 mixup. from itou makoto | itojun | |
| 2003-02-27 | Don't use uninitialized variable. | enami | |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt | |
| Do a little mbuf rework while here. Change all uses of MGET*(*, M_WAIT, *) to m_get*(M_WAIT, *). These are not performance critical and making them call m_get saves considerable space. Add m_clget analogue of MCLGET and make corresponding change for M_WAIT uses. Modify netinet, gem, fxp, tulip, nfs to support MBUFTRACE. Begin to change netstat to use sysctl. | |||
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz | |
| for correct formatting of the SYNOPSIS any longer. | |||
| 2003-02-04 | "Utilize" has exactly the same meaning as "use," but it is more | perry | |
| difficult to read and understand. Most manuals of English style therefore say that you should use "use". | |||
| 2003-02-04 | Update for callout changes, and show TCP timers in relative, rather | thorpej | |
| than absolute ticks. | |||
| 2003-02-03 | Test CALLOUT_PENDING, not CALLOUT_ACTIVE. | thorpej | |
| 2003-02-02 | undo mallocvar.h changes! | christos | |
| 2003-02-01 | Include "sys/mallocvar.h" with "_KERNEL" defined in time to avoid | tron | |
| build failure because MALLOC_DECLARE() is not defined. | |||
| 2002-12-14 | Avoid integer overflow in percent calculation when facing a mbuf leak. | martin | |
| Fixes PR bin/19381 by Michael van Elst (slightly different than suggested). | |||
| 2002-10-26 | fix typo, from sm@resistor.net in misc/18816. | grant | |
| 2002-09-30 | New sentence, new line. | grant | |
| 2002-09-18 | makefile delint. use NETBSDSRCDIR as appropriate | lukem | |
| 2002-07-23 | Add more software intrq. | enami | |
| 2002-07-03 | typo. sync w/kame | itojun | |
| 2002-07-03 | Introduce -q flag to print some information (like number of packets dropped | enami | |
| due to queue full) about software interrupt queues such as ipintrq. | |||
| 2002-07-02 | Sync SYNOPSIS and usage() with reality. | soren | |
| 2002-06-19 | use macro to determine link-local multicast addr | itojun | |
| 2002-06-19 | identify kame scopeid hack with KAME_SCOPEID | itojun | |
| 2002-06-11 | err/errx/warn/warnx do not need \n at the end | itojun | |
| 2002-06-09 | use strchr, not index | itojun | |
| 2002-06-08 | make an auto const variable static. | yamt | |
| 2002-06-02 | member of mrtstat are u_long, so %lu is more appropriate than %ld. | itojun | |
| 2002-06-02 | KNF | itojun | |
| 2002-05-26 | path MTU discovery blackhole detection. | itojun | |
| PR 12790 (sorry for not committing it for a long time) | |||
| 2002-05-13 | Don't count on kernel includes to exports user variables. | matt | |
| 2002-03-21 | pfkey statistics was presented in wrong direction. | itojun | |
| 2002-03-09 | Adapt to pool rototill. | sommerfeld | |
| 2002-02-27 | clarification of vflag | lukem | |
| 2002-02-27 | if not -n and the local socket doesn't have INP_ANONPORT set, always try | lukem | |
| to determine the symbolic name of the foreign port. previously the foreign port would be displayed numerically in this case if the local & foreign ports were different. this particular behaviour was added in rev 1.28 when I added INP_ANONPORT support from FreeBSD, and for the life of me I can't fathom the rationale for it ;-| | |||
| 2001-12-01 | Whitespace cleanup. | wiz | |
| 2001-10-18 | print rip6stat. sync with kame | itojun | |
| 2001-10-06 | Use getnameinfo() to format link-layer addresses for netstat -r rather than | bjh21 | |
| doing it ourselves and falling back to link_ntoa(). | |||
