Module Name:src
Committed By: mlelstv
Date: Sat Feb 24 09:53:26 UTC 2024
Modified Files:
src/usr.bin/netstat: mbuf.c
Log Message:
Don't truncate mo_descr output and protect against missing terminating NUL.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src
Module Name:src
Committed By: mlelstv
Date: Sat Feb 24 09:53:26 UTC 2024
Modified Files:
src/usr.bin/netstat: mbuf.c
Log Message:
Don't truncate mo_descr output and protect against missing terminating NUL.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src
Module Name:src
Committed By: martin
Date: Fri Aug 18 13:18:17 UTC 2023
Modified Files:
src/usr.bin/netstat: bpf.c main.c netstat.h
Log Message:
Rename local bpf_* functions to nsbpf_* to avoid conflicts with
new libpcap bpf_* functions
To generate a diff of this commit:
Module Name:src
Committed By: martin
Date: Fri Aug 18 13:18:17 UTC 2023
Modified Files:
src/usr.bin/netstat: bpf.c main.c netstat.h
Log Message:
Rename local bpf_* functions to nsbpf_* to avoid conflicts with
new libpcap bpf_* functions
To generate a diff of this commit:
Module Name:src
Committed By: mrg
Date: Wed Dec 28 18:34:33 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
if not given an interface to monitor by default, pick the one
with the most bytes in/out the first time and keep using it.
in addition to picking th
Module Name:src
Committed By: mrg
Date: Wed Dec 28 18:34:33 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
if not given an interface to monitor by default, pick the one
with the most bytes in/out the first time and keep using it.
in addition to picking th
Module Name:src
Committed By: msaitoh
Date: Wed Dec 21 09:06:59 UTC 2022
Modified Files:
src/usr.bin/netstat: netstat.1
Log Message:
Add note about "netstat -mssv".
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/usr.bin/netstat/netstat.1
Please note t
Module Name:src
Committed By: msaitoh
Date: Wed Dec 21 09:06:59 UTC 2022
Modified Files:
src/usr.bin/netstat: netstat.1
Log Message:
Add note about "netstat -mssv".
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/usr.bin/netstat/netstat.1
Please note t
Module Name:src
Committed By: msaitoh
Date: Mon Dec 12 05:09:33 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
Use warn() instead of warnx() and simplify.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/usr.bin/netstat/if.c
Please no
Module Name:src
Committed By: msaitoh
Date: Mon Dec 12 05:09:33 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
Use warn() instead of warnx() and simplify.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/usr.bin/netstat/if.c
Please no
Module Name:src
Committed By: taca
Date: Sat Nov 19 14:42:36 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
netstat/if.c: Fix error message with "-w" option.
Now ifq_drops is 64bit unsigned integer.
No description in src/doc/CHANGES?
To generate a diff
Module Name:src
Committed By: taca
Date: Sat Nov 19 14:42:36 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
netstat/if.c: Fix error message with "-w" option.
Now ifq_drops is 64bit unsigned integer.
No description in src/doc/CHANGES?
To generate a diff
Module Name:src
Committed By: yamt
Date: Sat Nov 19 08:56:20 UTC 2022
Modified Files:
src/usr.bin/netstat: bpf.c
Log Message:
netstat/bpf.c: Don't print garbage for stale pid
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/netstat/bpf.c
Please
Module Name:src
Committed By: yamt
Date: Sat Nov 19 08:56:20 UTC 2022
Modified Files:
src/usr.bin/netstat: bpf.c
Log Message:
netstat/bpf.c: Don't print garbage for stale pid
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/netstat/bpf.c
Please
Module Name:src
Committed By: msaitoh
Date: Wed Sep 21 07:59:19 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c inet.c inet6.c
Log Message:
s/u_quad_t/uint64_t/. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/usr.bin/netstat/
Module Name:src
Committed By: msaitoh
Date: Wed Sep 21 07:59:19 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c inet.c inet6.c
Log Message:
s/u_quad_t/uint64_t/. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/usr.bin/netstat/
Module Name:src
Committed By: msaitoh
Date: Mon Sep 12 02:25:44 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
Print oqdrops correctly in continuous display mode using with kvm.
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/usr.bin/
Module Name:src
Committed By: msaitoh
Date: Mon Sep 12 02:25:44 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
Print oqdrops correctly in continuous display mode using with kvm.
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/usr.bin/
Module Name:src
Committed By: msaitoh
Date: Sun Sep 11 23:52:20 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
Fix printing current output drop packet count in continuous display mode.
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/u
Module Name:src
Committed By: msaitoh
Date: Sun Sep 11 23:52:20 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
Fix printing current output drop packet count in continuous display mode.
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/u
Module Name:src
Committed By: msaitoh
Date: Mon Sep 5 04:52:53 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
G.C. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/usr.bin/netstat/if.c
Please note that diffs are
Module Name:src
Committed By: msaitoh
Date: Mon Sep 5 04:52:53 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
G.C. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/usr.bin/netstat/if.c
Please note that diffs are
Module Name:src
Committed By: msaitoh
Date: Mon Sep 5 02:26:22 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
Print oqdrops correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/usr.bin/netstat/if.c
Please note that diffs are n
Module Name:src
Committed By: msaitoh
Date: Mon Sep 5 02:26:22 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
Print oqdrops correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/usr.bin/netstat/if.c
Please note that diffs are n
Module Name:src
Committed By: msaitoh
Date: Mon Sep 5 00:18:25 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
Get if_data correctly when kvm is used.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/usr.bin/netstat/if.c
Please note th
Module Name:src
Committed By: msaitoh
Date: Mon Sep 5 00:18:25 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
Get if_data correctly when kvm is used.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/usr.bin/netstat/if.c
Please note th
Module Name:src
Committed By: msaitoh
Date: Fri Sep 2 06:25:43 UTC 2022
Modified Files:
src/usr.bin/netstat: atalk.c if.c inet.c inet6.c main.c pfkey.c
pfsync.c route.c unix.c
Log Message:
KNF. No functional change.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: msaitoh
Date: Fri Sep 2 06:25:43 UTC 2022
Modified Files:
src/usr.bin/netstat: atalk.c if.c inet.c inet6.c main.c pfkey.c
pfsync.c route.c unix.c
Log Message:
KNF. No functional change.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: msaitoh
Date: Thu Sep 1 10:10:20 UTC 2022
Modified Files:
src/usr.bin/netstat: atalk.c bpf.c fast_ipsec.c if.c inet.c inet6.c
main.c mbuf.c mroute.c mroute6.c netstat.h pfkey.c pfsync.c route.c
unix.c vtw.c
Log Message
Module Name:src
Committed By: msaitoh
Date: Thu Sep 1 10:10:20 UTC 2022
Modified Files:
src/usr.bin/netstat: atalk.c bpf.c fast_ipsec.c if.c inet.c inet6.c
main.c mbuf.c mroute.c mroute6.c netstat.h pfkey.c pfsync.c route.c
unix.c vtw.c
Log Message
Module Name:src
Committed By: msaitoh
Date: Thu Aug 18 12:25:32 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
Use NULL instead of 0.
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/usr.bin/netstat/if.c
Please note that diffs are not p
Module Name:src
Committed By: msaitoh
Date: Thu Aug 18 12:25:32 UTC 2022
Modified Files:
src/usr.bin/netstat: if.c
Log Message:
Use NULL instead of 0.
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/usr.bin/netstat/if.c
Please note that diffs are not p
Module Name:src
Committed By: nia
Date: Sat Oct 30 11:23:07 UTC 2021
Modified Files:
src/usr.bin/netstat: inet.c inet6.c vtw.c
Log Message:
netstat(1): convert malloc(x * y) and realloc(x * y) to reallocarr
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114
Module Name:src
Committed By: nia
Date: Sat Oct 30 11:23:07 UTC 2021
Modified Files:
src/usr.bin/netstat: inet.c inet6.c vtw.c
Log Message:
netstat(1): convert malloc(x * y) and realloc(x * y) to reallocarr
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114
Module Name:src
Committed By: mrg
Date: Sun Oct 6 00:27:50 UTC 2019
Modified Files:
src/usr.bin/netstat: mroute.c
Log Message:
sprintf() -> snprintf(), and adjust a buffer size to avoid any
potential for overflow.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -
Module Name:src
Committed By: mrg
Date: Sun Oct 6 00:27:50 UTC 2019
Modified Files:
src/usr.bin/netstat: mroute.c
Log Message:
sprintf() -> snprintf(), and adjust a buffer size to avoid any
potential for overflow.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -
Module Name:src
Committed By: kamil
Date: Sun Aug 18 04:14:41 UTC 2019
Modified Files:
src/usr.bin/netstat: Makefile atalk.c bpf.c fast_ipsec.c inet.c inet6.c
netstat_hostops.c netstat_rumpops.c pfkey.c pfsync.c prog_ops.h
Log Message:
netstat: Add indirection
Module Name:src
Committed By: kamil
Date: Sun Aug 18 04:14:41 UTC 2019
Modified Files:
src/usr.bin/netstat: Makefile atalk.c bpf.c fast_ipsec.c inet.c inet6.c
netstat_hostops.c netstat_rumpops.c pfkey.c pfsync.c prog_ops.h
Log Message:
netstat: Add indirection
Module Name:src
Committed By: martin
Date: Tue Jun 25 14:52:56 UTC 2019
Modified Files:
src/usr.bin/netstat: mbuf.c
Log Message:
Limit maximum owner name to appease gcc
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/netstat/mbuf.c
Please note
Module Name:src
Committed By: martin
Date: Tue Jun 25 14:52:56 UTC 2019
Modified Files:
src/usr.bin/netstat: mbuf.c
Log Message:
Limit maximum owner name to appease gcc
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/netstat/mbuf.c
Please note
Module Name:src
Committed By: ozaki-r
Date: Mon May 13 07:48:42 UTC 2019
Modified Files:
src/usr.bin/netstat: inet.c inet6.c
Log Message:
Show the number of packets dropped by pfil
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/usr.bin/netstat/inet.c
Module Name:src
Committed By: ozaki-r
Date: Mon May 13 07:48:42 UTC 2019
Modified Files:
src/usr.bin/netstat: inet.c inet6.c
Log Message:
Show the number of packets dropped by pfil
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/usr.bin/netstat/inet.c
On May 13, 6:58pm, ozak...@netbsd.org (Ryota Ozaki) wrote:
-- Subject: Re: CVS commit: src/usr.bin/netstat
| Heh. References to route(4) and route(8) are in the previous
| sentence so I thought they are in the SEE ALSO too :-/
|
| > Also it is not
| > that bad to have both lists. If y
On Thu, May 12, 2016 at 9:24 PM, Christos Zoulas wrote:
> In article <20160512034411.abad5f...@cvs.netbsd.org>,
> Ryota Ozaki wrote:
>>-=-=-=-=-=-
>>
>>Module Name: src
>>Committed By: ozaki-r
>>Date: Thu May 12 03:44:11 UTC 2016
>>
>>Modified Files:
>> src/usr.bin/netstat: nets
In article <20160512034411.abad5f...@cvs.netbsd.org>,
Ryota Ozaki wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: ozaki-r
>Date: Thu May 12 03:44:11 UTC 2016
>
>Modified Files:
> src/usr.bin/netstat: netstat.1
>
>Log Message:
>Remove duplicate routing flag list
>
>We alrea
hi,
(04/25/14 04:02), Christos Zoulas wrote:> In article
<20140424191900.gp20...@snowdrop.l8s.co.uk>,
David Laight wrote:
On Thu, Apr 24, 2014 at 10:56:29AM -0400, Christos Zoulas wrote:
Module Name:src
Committed By: christos
Date: Thu Apr 24 14:56:29 UTC 2014
Modified File
In article <20140424191900.gp20...@snowdrop.l8s.co.uk>,
David Laight wrote:
>On Thu, Apr 24, 2014 at 10:56:29AM -0400, Christos Zoulas wrote:
>> Module Name: src
>> Committed By:christos
>> Date:Thu Apr 24 14:56:29 UTC 2014
>>
>> Modified Files:
>> src/usr.bin/netsta
On Thu, Apr 24, 2014 at 10:56:29AM -0400, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Thu Apr 24 14:56:29 UTC 2014
>
> Modified Files:
> src/usr.bin/netstat: main.c route.c
>
> Log Message:
> The sysctl code does not support verbose route printing tha
Module Name:src
Committed By: pooka
Date: Wed Feb 24 11:00:28 UTC 2010
Modified Files:
src/usr.bin/netstat: if.c main.c netstat.1 netstat.h
Log Message:
Add -h, which makes output of bytes counts "humanized" (e.g. -bih)
(netstat had -h some 15 years ago, but since then it
49 matches
Mail list logo