OpenBSD CVS

CVS log for src/usr.bin/netstat/Attic/atalk.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21, Sat Jul 9 00:45:40 2011 UTC (12 years, 10 months ago) by henning
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +1 -1 lines
FILE REMOVED

rmove rotten netatalk bits

Revision 1.20 / (download) - annotate - [select for diffs], Sat Oct 30 23:06:05 2010 UTC (13 years, 7 months ago) by bluhm
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.19: +7 -2 lines
Diff to previous 1.19 (colored)

Print socket structure internals when netstat -P pcbaddr is called
with -v.  Also netstat -P supports more than TCP now.
ok markus@ jmc@

Revision 1.19 / (download) - annotate - [selected], Tue Jun 29 03:09:29 2010 UTC (13 years, 11 months ago) by blambert
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Allow selecting both address family and protocol by passing the address family
directly to the appropriate print functions.

Found by jdixon@, tested jdixon@ and weerd@, ok krw@ deraadt@

Revision 1.18 / (download) - annotate - [select for diffs], Sun May 23 10:12:42 2010 UTC (14 years ago) by chl
Branch: MAIN
Changes since 1.17: +1 -41 lines
Diff to previous 1.17 (colored) to selected 1.19 (colored)

remove unused function

from tobias@ (loooooong time ago)

ok henning@ claudio@ tobias@

Revision 1.17 / (download) - annotate - [select for diffs], Sat Feb 7 15:06:04 2009 UTC (15 years, 3 months ago) by chl
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.16: +2 -1 lines
Diff to previous 1.16 (colored) to selected 1.19 (colored)

add missing headers needed for warn() and err().

ok claudio@ ray@

Revision 1.16 / (download) - annotate - [select for diffs], Wed Dec 19 01:47:00 2007 UTC (16 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.15: +1 -9 lines
Diff to previous 1.15 (colored) to selected 1.19 (colored)

delete rcsid crud

Revision 1.15 / (download) - annotate - [select for diffs], Fri Dec 14 18:35:46 2007 UTC (16 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.14: +12 -6 lines
Diff to previous 1.14 (colored) to selected 1.19 (colored)

remove 21 nlist variables, and instead use sysctl to query the kernel
turn on INET6 the default (remove the #ifdef's)
ok claudio reyk

Revision 1.14 / (download) - annotate - [select for diffs], Wed Mar 30 06:45:34 2005 UTC (19 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored) to selected 1.19 (colored)

include nlist.h not needed

Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 25 17:01:03 2005 UTC (19 years, 2 months ago) by jaredy
Branch: MAIN
Changes since 1.12: +7 -7 lines
Diff to previous 1.12 (colored) to selected 1.19 (colored)

kill unneeded (char *) casts.  ok millert, otto

Revision 1.12 / (download) - annotate - [select for diffs], Sat Mar 13 22:02:13 2004 UTC (20 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored) to selected 1.19 (colored)

some NULL vs 0 and knf; parts from nimadeus@pandora.be

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jun 3 02:56:13 2003 UTC (21 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.10: +3 -7 lines
Diff to previous 1.10 (colored) to selected 1.19 (colored)

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

Revision 1.10 / (download) - annotate - [select for diffs], Sat Feb 1 01:51:31 2003 UTC (21 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.9: +12 -27 lines
Diff to previous 1.9 (colored) to selected 1.19 (colored)

ansi

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 25 03:58:56 2002 UTC (21 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.8: +7 -8 lines
Diff to previous 1.8 (colored) to selected 1.19 (colored)

handle < 0 and such better

Revision 1.8 / (download) - annotate - [select for diffs], Mon May 27 01:50:36 2002 UTC (22 years ago) by deraadt
Branch: MAIN
Changes since 1.7: +16 -16 lines
Diff to previous 1.7 (colored) to selected 1.19 (colored)

a night of cleanup, so i can read this easier

Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 16 21:27:50 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.6: +6 -6 lines
Diff to previous 1.6 (colored) to selected 1.19 (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.6 / (download) - annotate - [select for diffs], Thu Jan 17 21:34:58 2002 UTC (22 years, 4 months ago) by mickey
Branch: MAIN
Changes since 1.5: +8 -8 lines
Diff to previous 1.5 (colored) to selected 1.19 (colored)

evil, annoying spaces and tabs

Revision 1.5 / (download) - annotate - [select for diffs], Mon Nov 19 19:02:15 2001 UTC (22 years, 6 months ago) by mpech
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored) to selected 1.19 (colored)

kill more registers

millert@ ok

Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 18 22:14:03 2001 UTC (22 years, 9 months ago) by brian
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.3: +8 -4 lines
Diff to previous 1.3 (colored) to selected 1.19 (colored)

Handle snprintf returning -1

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 29 01:58:13 2001 UTC (23 years, 4 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) to selected 1.19 (colored)

$OpenBSD$

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 23 22:40:39 1998 UTC (25 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.1: +13 -4 lines
Diff to previous 1.1 (colored) to selected 1.19 (colored)

Fix snprintf return value usage.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jul 23 16:07:56 1997 UTC (26 years, 10 months ago) by denny
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Diff to selected 1.19 (colored)

AppleTalk specifics

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.