OpenBSD CVS

CVS log for src/usr.bin/systat/Attic/netcmds.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21, Fri Jun 13 22:02:04 2008 UTC (15 years, 11 months ago) by canacar
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +0 -0 lines
FILE REMOVED

Remove unused files. Noticed by sthen@

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jun 12 22:26:01 2008 UTC (15 years, 11 months ago) by canacar
Branch: MAIN
Changes since 1.19: +0 -360 lines
Diff to previous 1.19 (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.19 / (download) - annotate - [select for diffs], Tue Sep 11 15:47:17 2007 UTC (16 years, 8 months ago) by gilles
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.18: +4 -5 lines
Diff to previous 1.18 (colored)

use strcspn to properly overwrite '\n' in fgets returned buffer

ok pyr@, ray@, millert@, moritz@, chl@

Revision 1.18 / (download) - annotate - [select for diffs], Thu Aug 9 02:38:09 2007 UTC (16 years, 9 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.17: +19 -11 lines
Diff to previous 1.17 (colored)

Let realloc handle NULL.  Check for integer overflow and realloc
failure.  Avoid passing negative integers to realloc by changing
variables to size_t.

Initial diff from Charles Longeau.

OK millert.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Mar 20 03:56:13 2007 UTC (17 years, 2 months ago) by tedu
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

remove some bogus *p tests from charles longeau
ok deraadt millert

Revision 1.16 / (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_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.15: +11 -8 lines
Diff to previous 1.15 (colored)

fairly simple cleanup, lots of testing done

Revision 1.15 / (download) - annotate - [select for diffs], Sun Mar 13 19:00:45 2005 UTC (19 years, 2 months ago) by cloder
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.14: +5 -5 lines
Diff to previous 1.14 (colored)

Use correct byte order when printing out port numbers.
OK jaredy@, tdeval@, hshoexer@

Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 29 21:59:28 2004 UTC (19 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.13: +2 -6 lines
Diff to previous 1.13 (colored)

always compile in INET6 support

Revision 1.13 / (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.12: +2 -6 lines
Diff to previous 1.12 (colored)

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

Revision 1.12 / (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.11: +3 -7 lines
Diff to previous 1.11 (colored)

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

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jun 18 00:46:47 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.10: +13 -25 lines
Diff to previous 1.10 (colored)

ANSI

Revision 1.10 / (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.9: +10 -10 lines
Diff to previous 1.9 (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.9 / (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.8: +7 -7 lines
Diff to previous 1.8 (colored)

move back.  pvalchev -- the bug was quite obscure

Revision 1.8 / (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.7: +5 -5 lines
Diff to previous 1.7 (colored)

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

Revision 1.7 / (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.6: +7 -7 lines
Diff to previous 1.6 (colored)

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

Revision 1.6 / (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.5: +11 -11 lines
Diff to previous 1.5 (colored)

kill more registers

millert@ ok

Revision 1.5 / (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_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.4: +86 -26 lines
Diff to previous 1.4 (colored)

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

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 23 22:21:47 1997 UTC (26 years, 11 months ago) by millert
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, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Fri Jan 17 07:13:25 1997 UTC (27 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.2: +3 -4 lines
Diff to previous 1.2 (colored)

r?index -> strr?chr

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

rcsid

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.