OpenBSD CVS

CVS log for src/usr.bin/systat/netstat.c


[BACK] Up to [local] / src / usr.bin / systat

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.46 / (download) - annotate - [select for diffs], Tue Oct 10 09:27:03 2023 UTC (7 months, 1 week ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

Fix a format warning about a non-literal string

ok claudio sthen

Revision 1.45 / (download) - annotate - [select for diffs], Thu Mar 12 01:03:00 2015 UTC (9 years, 2 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.44: +177 -146 lines
Diff to previous 1.44 (colored)

Switch the netstat view of systat to use the same kvm_getfiles()
function similar to netstat(1). The output still shows the same
info but may be a bit differently sorted. Also it will now show
connections that are not UDP or TCP.  This was the last bit of
systat that needed kvm access and so now systat no longer needs
to be setgid kmem.
With this commit OpenBSD is officially setgid kmem free and an
almost 10 year journey finally comes to an end.
OK deraadt@

Revision 1.44 / (download) - annotate - [select for diffs], Tue Jan 20 18:26:57 2015 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.43: +1 -2 lines
Diff to previous 1.43 (colored)

Adjust <sys/param.h> comments regarding use of use of MSIZE, or
delete <sys/param.h> if now possible
ok guenther

Revision 1.43 / (download) - annotate - [select for diffs], Fri Jan 16 00:03:37 2015 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.42: +4 -2 lines
Diff to previous 1.42 (colored)

first batch of programs adapting to the namespace cleanup
(pfvar.h nameser.h proc.h ucred.h)
ok guenther millert, and some review from doug as well.

Revision 1.42 / (download) - annotate - [select for diffs], Fri Oct 24 10:18:49 2014 UTC (9 years, 6 months ago) by schwarze
Branch: MAIN
Changes since 1.41: +1 -9 lines
Diff to previous 1.41 (colored)

This tool doesn't actually support networks(5).
So remove the call to setnetent(3) which is a no-op
here (except for consuming a file descriptor)
and the call sethostent(3) which is a no-op in general.
Also remove the misleading reference to networks(5) from the manual.
OK okan@ henning@

Revision 1.41 / (download) - annotate - [select for diffs], Wed Oct 8 04:10:04 2014 UTC (9 years, 7 months ago) by doug
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

userland reallocarray audit.

Replace malloc() and realloc() calls that may have integer overflow in the
multiplication of the size argument with reallocarray().

ok deraadt@

Revision 1.40 / (download) - annotate - [select for diffs], Thu Aug 14 12:55:50 2014 UTC (9 years, 9 months ago) by mpi
Branch: MAIN
Changes since 1.39: +1 -4 lines
Diff to previous 1.39 (colored)

No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.

Revision 1.39 / (download) - annotate - [select for diffs], Wed Dec 25 01:46:00 2013 UTC (10 years, 4 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.38: +12 -3 lines
Diff to previous 1.38 (colored)

final circleq to tailq fix. restore the previous pointer check by reading
the previous value again and checking prev.next is still next.
maybe ok guenther

Revision 1.38 / (download) - annotate - [select for diffs], Tue Dec 24 22:26:20 2013 UTC (10 years, 4 months ago) by tedu
Branch: MAIN
Changes since 1.37: +3 -9 lines
Diff to previous 1.37 (colored)

more fixing after circleq conversion. a better fix to check the prev
pointer is forthcoming.

Revision 1.37 / (download) - annotate - [select for diffs], Fri Dec 20 02:04:09 2013 UTC (10 years, 5 months ago) by krw
Branch: MAIN
Changes since 1.36: +4 -4 lines
Diff to previous 1.36 (colored)

Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ
in the base. Ports fixes to follow shortly for the two ports (gkrellm
and net-snmp) affected.

ok zhuk@ millert@

Revision 1.36 / (download) - annotate - [select for diffs], Wed Mar 20 06:55:24 2013 UTC (11 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Do not expose a kernel address.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Jan 30 14:35:50 2012 UTC (12 years, 3 months ago) by okan
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.34: +15 -3 lines
Diff to previous 1.34 (colored)

- allow the default to only show all non-listneing scokets, which matches
  the manpage and what netstat(1) does, sans the aflag (-a).
- allow one to use 'a' to toggle the above (include listening or not).
- implement [r]eset to reset all toggles to default (all/tcp/udp).
- document a/n/r/t/u toggles.

ok henning@ sthen@ jmc@

Revision 1.34 / (download) - annotate - [select for diffs], Wed Mar 2 06:48:17 2011 UTC (13 years, 2 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.33: +7 -9 lines
Diff to previous 1.33 (colored)

- use a common FIELD_ADDR macro, instead of rolling 78 identical copies.

ok canacar@

Revision 1.33 / (download) - annotate - [select for diffs], Thu Jul 22 12:33:29 2010 UTC (13 years, 10 months ago) by giovanni
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.32: +1 -50 lines
Diff to previous 1.32 (colored)


Let systat -N states resolve network addresses
help and ok sthen@ lum@
ok canacar@

Revision 1.32 / (download) - annotate - [select for diffs], Sun Dec 7 02:56:06 2008 UTC (15 years, 5 months ago) by canacar
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.31: +7 -7 lines
Diff to previous 1.31 (colored)

Warning cleanup including unused variables and shadowed names

Revision 1.31 / (download) - annotate - [select for diffs], Thu Jun 12 22:26:01 2008 UTC (15 years, 11 months ago) by canacar
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.30: +305 -368 lines
Diff to previous 1.30 (colored)

New display engine for systat, based on pftop. Adds new views for pf
(status, state, rule, queue). While all displays work, some keyboard
comands are not implemented yet. Other features include better handling
of display resize and scrolling for long views. Committing now to fix
the remaining issues in the tree.
Testing and comments by otto@ and harding@, ok deraadt@

Revision 1.30 / (download) - annotate - [select for diffs], Sun Feb 25 18:21:24 2007 UTC (17 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored)

use the 1 line load line from 'systat vm' on all the other displays, giving
them more room.  much cleaner, and it is less code too; ok deanna

Revision 1.29 / (download) - annotate - [select for diffs], Fri Mar 31 04:10:59 2006 UTC (18 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.28: +15 -11 lines
Diff to previous 1.28 (colored)

fairly simple cleanup, lots of testing done

Revision 1.28 / (download) - annotate - [select for diffs], Mon Oct 17 19:04:20 2005 UTC (18 years, 7 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.27: +6 -6 lines
Diff to previous 1.27 (colored)

Use queue macros instead of directly accessing fields. ok pat@ "put it
in" deraadt@

Revision 1.27 / (download) - annotate - [select for diffs], Tue May 10 17:12:00 2005 UTC (19 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.26: +2 -5 lines
Diff to previous 1.26 (colored)

correct v6 handling; yanovich@psc.edu

Revision 1.26 / (download) - annotate - [select for diffs], Wed Sep 29 21:59:28 2004 UTC (19 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.25: +5 -34 lines
Diff to previous 1.25 (colored)

always compile in INET6 support

Revision 1.25 / (download) - annotate - [select for diffs], Mon Apr 26 19:22:30 2004 UTC (20 years ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.24: +3 -7 lines
Diff to previous 1.24 (colored)

add -n flag (do not reverse-lookup).  pb and deraadt ok

Revision 1.24 / (download) - annotate - [select for diffs], Tue Jun 3 02:56:17 2003 UTC (20 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.23: +3 -7 lines
Diff to previous 1.23 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jun 19 08:45:52 2002 UTC (21 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.22: +4 -4 lines
Diff to previous 1.22 (colored)

mark which nlist[] kmem entries are not needed in the sysctl case, and which are

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jun 18 00:46:47 2002 UTC (21 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.21: +16 -29 lines
Diff to previous 1.21 (colored)

ANSI

Revision 1.21 / (download) - annotate - [select for diffs], Sat Feb 16 21:27:54 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.20: +7 -7 lines
Diff to previous 1.20 (colored)

Part one of userland __P removal.  Done with a simple regexp with some minor hand editing to make comments line up correctly.  Another pass is forthcoming that handles the cases that could not be done automatically.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Dec 7 09:18:08 2001 UTC (22 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.19: +19 -21 lines
Diff to previous 1.19 (colored)

move back.  pvalchev -- the bug was quite obscure

Revision 1.19 / (download) - annotate - [select for diffs], Fri Dec 7 07:57:35 2001 UTC (22 years, 5 months ago) by pvalchev
Branch: MAIN
Changes since 1.18: +19 -17 lines
Diff to previous 1.18 (colored)

back out latest changes which cause problems on alpha/sparc64 until
they are fixed

Revision 1.18 / (download) - annotate - [select for diffs], Fri Nov 23 22:20:06 2001 UTC (22 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.17: +19 -21 lines
Diff to previous 1.17 (colored)

fix signal races.  use sysctl() instead of kvm where possible, and then KNF
the hell out of it; checked by miod

Revision 1.17 / (download) - annotate - [select for diffs], Mon Nov 19 19:02:16 2001 UTC (22 years, 6 months ago) by mpech
Branch: MAIN
Changes since 1.16: +12 -12 lines
Diff to previous 1.16 (colored)

kill more registers

millert@ ok

Revision 1.16 / (download) - annotate - [select for diffs], Sat Jul 28 05:36:18 2001 UTC (22 years, 9 months ago) by pvalchev
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.15: +4 -3 lines
Diff to previous 1.15 (colored)

Wall cleanup

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 22 14:57:20 2001 UTC (22 years, 11 months ago) by lebel
Branch: MAIN
Changes since 1.14: +4 -6 lines
Diff to previous 1.14 (colored)

use strlcpy vs strncpy+a[len-1]='\0'

Revision 1.14 / (download) - annotate - [select for diffs], Fri May 4 16:48:34 2001 UTC (23 years ago) by ericj
Branch: MAIN
Changes since 1.13: +7 -5 lines
Diff to previous 1.13 (colored)


handle kvm_nlist() failing, from pr#1798.
Patch similar to the one submitted by <peterw@documenta.com.au>

Revision 1.13 / (download) - annotate - [select for diffs], Wed May 24 13:17:08 2000 UTC (24 years ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

correct type to be passed to IN6_ARE_ADDR_EQUAL macro.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 5 11:04:22 2000 UTC (24 years, 4 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.11: +153 -22 lines
Diff to previous 1.11 (colored)

IPv6 support.  commands under "netstat" are all IPv6-aware.
const checks in netstat.c.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Dec 8 10:50:04 1999 UTC (24 years, 5 months ago) by angelos
Branch: MAIN
Changes since 1.10: +88 -84 lines
Diff to previous 1.10 (colored)

Fix compile conflict with the new IPv6 code (namespace pollution).

Revision 1.10 / (download) - annotate - [select for diffs], Fri Dec 19 09:36:50 1997 UTC (26 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

careful

Revision 1.9 / (download) - annotate - [select for diffs], Fri Dec 19 09:22:55 1997 UTC (26 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +9 -7 lines
Diff to previous 1.8 (colored)

proactive buffer blocks

Revision 1.8 / (download) - annotate - [select for diffs], Fri Dec 19 09:03:33 1997 UTC (26 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.7: +8 -6 lines
Diff to previous 1.7 (colored)

bye bye sprintf

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 23 22:21:48 1997 UTC (26 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

Cleanup by Theo and myself.  CMDLINE changed to long to make
command line work on 64bit platforms.  This is somewhat bogus
and is really just a temporary workaround (there may be a curses bug).

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 17 07:13:26 1997 UTC (27 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

r?index -> strr?chr

Revision 1.5 / (download) - annotate - [select for diffs], Tue Aug 6 18:48:15 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

avoid buf oflows

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jul 27 14:55:25 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +4 -2 lines
Diff to previous 1.3 (colored)

refresh screen better; freebsd pr#1425; from fn

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 26 05:40:09 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

rcsid

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jun 2 19:40:15 1996 UTC (27 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

it compiles w/ new curses

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:46:10 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:46:10 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.