OpenBSD CVS

CVS log for src/sbin/ping/ping.8


[BACK] Up to [local] / src / sbin / ping

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.66 / (download) - annotate - [select for diffs], Fri Dec 23 07:16:55 2022 UTC (17 months, 1 week ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.65: +3 -3 lines
Diff to previous 1.65 (colored)

point readers, where relevant, to route(8) rather than netstat(1) or route(4);
remove some redundant info regarding netstat -r from ipcomp/ipsec

feedback claudio sthen
ok claudio kn sthen

Revision 1.65 / (download) - annotate - [select for diffs], Sun Feb 21 17:18:01 2021 UTC (3 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: 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
Changes since 1.64: +3 -3 lines
Diff to previous 1.64 (colored)

exclamation mark needs escaped too;

Revision 1.64 / (download) - annotate - [select for diffs], Sun Feb 21 10:38:42 2021 UTC (3 years, 3 months ago) by sthen
Branch: MAIN
Changes since 1.63: +18 -4 lines
Diff to previous 1.63 (colored)

Add ping -g, a concise display format similar to that used by other
network devices that shows one character per echo request (! for normal
response, . for timed out, D for duplicate, T for truncated) making
it easier to identify patterns of loss over periods of time.

ok remi@ kn@, feedback from deraadt@ chris@

!!!!!...!!!!!!!!!!!!!!!!!!!!!!!!!!!...!!!!!!!!!!!!!!!!!!!!!!!!!!!.........!!!!!!!!!!!!!!!!!!!!!...!!!!!!!!!!!!!!!!!!!!!!!!!!!....!!!!!!!!!!!!!!!!!!!!!!!!!!.........!!!!!!!!!!!!!!!!!!!!!...!!!!!!!!!!!!!!!!!!!!!!!!!!!....!!!!!!!!!!!!!!!!!!!!!!!!!!.........!!!!!!!!!!!!!!!!!!!!!...!!!!!!!!!!!!!!!!!!!!!!!!!!!....!!!!!!!!!!!!!!!!!!!!!!!!!!..........!!!!!!!!!!!!!!!!!!!!....!!!!!!!!!!!!!!!!!!!!!!!!!!....!!!!!!!!!!!!!!!!!!!!!!!!!!..........!!!!!!!!!!!!!!!!!!!!....!!!!!!!!!!!!!!!!!!!!!!!!!!....!!!!!!!!!!!!!!!!!!!!!!!!!!..........!!!!!!!!!!!!!!!!!!!!....!!!!!!!!!!!!!!!!!!!!!!!!!!.....!!!!!!!!!!!!!!

Revision 1.63 / (download) - annotate - [select for diffs], Tue Feb 11 18:41:39 2020 UTC (4 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.62: +6 -6 lines
Diff to previous 1.62 (colored)

Simplify and unify wording for the -I sourceaddr option in various places.
This is somewhat related to the "-b bind_addr" option some programs have,
which should get some cleanup also...
input florian claudio jmc

Revision 1.62 / (download) - annotate - [select for diffs], Sat Jan 4 01:00:18 2020 UTC (4 years, 4 months ago) by cheloha
Branch: MAIN
Changes since 1.61: +12 -10 lines
Diff to previous 1.61 (colored)

ping(8): improve "-i wait" parsing and error-checking code

 - Never accept negative values.

 - Cap the interval at UINT_MAX seconds to avoid strange rounding
   behavior at the end of the input range.

 - Use error messages that resemble other parts of the tree where we
   are able to use strtonum(3).

 - Leverage modf(3) for cleaner code.

 - Call it "-i interval" to avoid accidental visual similarity to
   "-w maxwait".

With input from cjeker@, kettenis@, kn@.

ok kn@

Revision 1.61 / (download) - annotate - [select for diffs], Sat Nov 10 23:44:53 2018 UTC (5 years, 6 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.60: +4 -7 lines
Diff to previous 1.60 (colored)

let -D work on ping6 too.

the manpage was discussed with many

Revision 1.60 / (download) - annotate - [select for diffs], Sat Nov 10 05:03:23 2018 UTC (5 years, 6 months ago) by dlg
Branch: MAIN
Changes since 1.59: +3 -3 lines
Diff to previous 1.59 (colored)

add support for setting the traffic class on ipv6 packets.

it reuses the toskeyword handling that ipv4 uses for setting the
tos field, which is equiavlent to traffic class.

ok florian@ denis@

Revision 1.59 / (download) - annotate - [select for diffs], Wed Oct 26 16:18:45 2016 UTC (7 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: 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
Changes since 1.58: +4 -4 lines
Diff to previous 1.58 (colored)

in florian;s last commit i urged him to change "twenty-four" to
"twenty four", arguing, i think, that the internet is wrong; well
seemingly i'm wrong, and you should hyphenate numbers when spelled out
- who'd have thought it. apologies to florian and the diff submitter
(and the internet);

still, what i should have advised, and what i've done here, is use "24",
which is much simpler, fits the surrounding text, and agrees with oed
style advice;

Revision 1.58 / (download) - annotate - [select for diffs], Wed Oct 26 14:06:05 2016 UTC (7 years, 7 months ago) by florian
Branch: MAIN
Changes since 1.57: +6 -5 lines
Diff to previous 1.57 (colored)

Due to 64 bit seconds + 64 bit nano seconds resolution and the
addition of a MAC we need at least 24 bytes packet size these days to
show timing information.
Pointed out by Tamas Horvath, thanks!
OK jmc

Revision 1.57 / (download) - annotate - [select for diffs], Tue Sep 20 12:32:35 2016 UTC (7 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.56: +36 -49 lines
Diff to previous 1.56 (colored)

various cleanup; ok florian

Revision 1.56 / (download) - annotate - [select for diffs], Sun Sep 18 10:20:21 2016 UTC (7 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.55: +4 -5 lines
Diff to previous 1.55 (colored)

minor tweaks;

Revision 1.55 / (download) - annotate - [select for diffs], Sat Sep 17 18:36:15 2016 UTC (7 years, 8 months ago) by florian
Branch: MAIN
Changes since 1.54: +66 -6 lines
Diff to previous 1.54 (colored)

Merge ping6(8) manual into ping(8).
Tweak & OK jmc@

Revision 1.54 / (download) - annotate - [select for diffs], Sat Sep 3 13:56:17 2016 UTC (7 years, 8 months ago) by akfaew
Branch: MAIN
Changes since 1.53: +3 -2 lines
Diff to previous 1.53 (colored)

Mention the maximum value for the -s option.

OK tedu@ jmc@

Revision 1.53 / (download) - annotate - [select for diffs], Fri Sep 2 21:46:18 2016 UTC (7 years, 9 months ago) by florian
Branch: MAIN
Changes since 1.52: +6 -4 lines
Diff to previous 1.52 (colored)

In preparation for merging of ping(8) and ping6(8) the -n flag needs to
become the default. That means no DNS reverse look ups per default.
In practice this doesn't change anything since ping(8) only did
reverse DNS look ups per for weird corner cases:
1) Something that's not an echo reply and -v was specified
2) LSRR or RR IP options

With this pr_addr() can become the default address printing mechanism
and can be made AF independent. With that we get ping(8)'s -H option
for free.

OK sthen@, benno@
OK deraadt@ for the -H a long time ago when this were two diffs.
man page tweak jmc@ a long time ago
deraadt@ softened up and has no objections to -n per default
beck@ is in favor of no look ups per default.

Revision 1.52 / (download) - annotate - [select for diffs], Mon Mar 24 11:11:49 2014 UTC (10 years, 2 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.51: +3 -9 lines
Diff to previous 1.51 (colored)

Remove "-r" option from ping(8) and traceroute{,6}(8).  You've probably
never heard about it, it was to bypass the routing tables, not available
for IPv6 and we're going to always use the routing tables soon.

ok florian@, man pages ok jmc@

Revision 1.51 / (download) - annotate - [select for diffs], Thu Mar 13 09:07:01 2014 UTC (10 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.50: +3 -4 lines
Diff to previous 1.50 (colored)

no more spray(8);

Revision 1.50 / (download) - annotate - [select for diffs], Wed Feb 26 20:54:08 2014 UTC (10 years, 3 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.49: +2 -3 lines
Diff to previous 1.49 (colored)

Still a  lie, the default is not 0. It is inherited from the process.
OK by many

Revision 1.49 / (download) - annotate - [select for diffs], Mon Nov 11 18:02:02 2013 UTC (10 years, 6 months ago) by jca
Branch: MAIN
Changes since 1.48: +4 -2 lines
Diff to previous 1.48 (colored)

Document that SO_DEBUG (-d flag) has no effect on OpenBSD.
Input from kettenis@, ok jmc@

Revision 1.48 / (download) - annotate - [select for diffs], Wed Aug 14 08:39:30 2013 UTC (10 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.47: +9 -4 lines
Diff to previous 1.47 (colored)

some Bx/Ox conversion;
From: Jan Stary

Revision 1.47 / (download) - annotate - [select for diffs], Sat Oct 13 16:34:08 2012 UTC (11 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.46: +6 -6 lines
Diff to previous 1.46 (colored)

move the exit status stuff into an EXIT STATUS section;

Revision 1.46 / (download) - annotate - [select for diffs], Sat Sep 17 14:10:05 2011 UTC (12 years, 8 months ago) by haesbaert
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.45: +18 -5 lines
Diff to previous 1.45 (colored)

Standarize the ToS option across nc/ping/traceroute so that they'll
accept the same values as pf.conf. It accepts decimal, hexadecimal and
the dscp/tos keywords. The ping option was ripped of in SMALL.

ok mcbride@ sthen@

Revision 1.45 / (download) - annotate - [select for diffs], Sat Jul 3 04:44:51 2010 UTC (13 years, 11 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.44: +5 -5 lines
Diff to previous 1.44 (colored)

Fix the naming of interfaces and variables for rdomains and rtables
and make it possible to bind sockets (including listening sockets!)
to rtables and not just rdomains.  This changes the name of the
system calls, socket option, and ioctl.  After building with this
you should remove the files /usr/share/man/cat2/[gs]etrdomain.0.

Since this removes the existing [gs]etrdomain() system calls, the
libc major is bumped.

Written by claudio@, criticized^Wcritiqued by me

Revision 1.44 / (download) - annotate - [select for diffs], Sat Jun 26 18:30:03 2010 UTC (13 years, 11 months ago) by phessler
Branch: MAIN
Changes since 1.43: +5 -2 lines
Diff to previous 1.43 (colored)

allow a user to set a -c count of 0.
while here, change ping6 to use strtonum instead of strtol.

OK claudio@

Revision 1.43 / (download) - annotate - [select for diffs], Tue Dec 15 21:15:49 2009 UTC (14 years, 5 months ago) by mpf
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.42: +2 -11 lines
Diff to previous 1.42 (colored)

Remove an untrue statement about the packetsize being
8 bytes smaller when a raw socket is used.
OK jmc, deraadt.

Revision 1.42 / (download) - annotate - [select for diffs], Thu Oct 22 12:35:53 2009 UTC (14 years, 7 months ago) by sobrado
Branch: MAIN
Changes since 1.41: +7 -3 lines
Diff to previous 1.41 (colored)

use the UNIX-related macros (.At and .Ux) where appropriate.

ok jmc@

Revision 1.41 / (download) - annotate - [select for diffs], Fri Jun 5 06:47:12 2009 UTC (15 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.40: +3 -2 lines
Diff to previous 1.40 (colored)

tweak -V;

Revision 1.40 / (download) - annotate - [select for diffs], Fri Jun 5 00:11:26 2009 UTC (15 years ago) by claudio
Branch: MAIN
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored)

Fix usage.

Revision 1.39 / (download) - annotate - [select for diffs], Fri Jun 5 00:07:47 2009 UTC (15 years ago) by claudio
Branch: MAIN
Changes since 1.38: +5 -2 lines
Diff to previous 1.38 (colored)

Allow ping to use an alternate routing domain by using the -V flag.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Jun 1 14:16:02 2009 UTC (15 years ago) by jmc
Branch: MAIN
Changes since 1.37: +6 -6 lines
Diff to previous 1.37 (colored)

tweak previous;

Revision 1.37 / (download) - annotate - [select for diffs], Sun May 31 17:33:39 2009 UTC (15 years ago) by ckuethe
Branch: MAIN
Changes since 1.36: +15 -3 lines
Diff to previous 1.36 (colored)

add audible output to ping and ping6: -e beeps when pings are replied, -E beeps when
pings are dropped.

suggestion to make ping and ping6 use the same flag from deraadt & sthen.
reminder to not forget about ping6 from todd and naddy.

ok deraadt, sthen
"well, i don't object..." from a few others.

Revision 1.36 / (download) - annotate - [select for diffs], Wed May 7 11:57:20 2008 UTC (16 years ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.35: +3 -5 lines
Diff to previous 1.35 (colored)

Remove references to routed.

Revision 1.35 / (download) - annotate - [select for diffs], Thu May 31 19:19:47 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

convert to new .Dd format;

Revision 1.34 / (download) - annotate - [select for diffs], Tue Jul 18 08:32:05 2006 UTC (17 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.33: +4 -2 lines
Diff to previous 1.33 (colored)

better explanation of return values;

originally from david christiansen, but (re)worded by otto;
ok otto

Revision 1.33 / (download) - annotate - [select for diffs], Tue Jul 11 21:23:08 2006 UTC (17 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

+.Xr ping6 8,

Revision 1.32 / (download) - annotate - [select for diffs], Tue Jul 11 21:18:56 2006 UTC (17 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.31: +57 -97 lines
Diff to previous 1.31 (colored)

stop a madman armed with .Tn from rampaging;
various other fixes up whilst here;

Revision 1.31 / (download) - annotate - [select for diffs], Thu Sep 1 17:59:13 2005 UTC (18 years, 9 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.30: +5 -5 lines
Diff to previous 1.30 (colored)

Comment fix and make description of -c and -w match reality more
closely. ok millert@ deraadt@

Revision 1.30 / (download) - annotate - [select for diffs], Thu Apr 14 10:14:30 2005 UTC (19 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.29: +3 -2 lines
Diff to previous 1.29 (colored)

arg to -I is an address, not if_name;
ok hshoexer@

Revision 1.29 / (download) - annotate - [select for diffs], Tue Nov 25 12:17:44 2003 UTC (20 years, 6 months ago) by jmc
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.28: +13 -2 lines
Diff to previous 1.28 (colored)

- document interaction with SIGINFO, as observed by Franciszek Holop on misc@
- add some .Pp
- typo

Revision 1.28 / (download) - annotate - [select for diffs], Tue Jun 3 13:16:08 2003 UTC (21 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.27: +12 -13 lines
Diff to previous 1.27 (colored)

- section reorder
- some mdoc fixes

Revision 1.27 / (download) - annotate - [select for diffs], Mon Jun 2 20:06:16 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.26: +2 -6 lines
Diff to previous 1.26 (colored)

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

Revision 1.26 / (download) - annotate - [select for diffs], Tue Feb 11 07:26:20 2003 UTC (21 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.25: +3 -1 lines
Diff to previous 1.25 (colored)

typos;

raidctl(8) ok millert@
mknetid(8) help maja@

Revision 1.25 / (download) - annotate - [select for diffs], Sat Jun 22 22:47:45 2002 UTC (21 years, 11 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

document -T option, PR#2766. ok deraadt@

Revision 1.24 / (download) - annotate - [select for diffs], Sat Jun 23 21:07:14 2001 UTC (22 years, 11 months ago) by pvalchev
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

add missing -D to SYNOPSIS line

Revision 1.23 / (download) - annotate - [select for diffs], Tue Sep 26 14:48:22 2000 UTC (23 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.22: +7 -7 lines
Diff to previous 1.22 (colored)

Some corrections from cd@sentia.nl.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Apr 15 11:45:58 2000 UTC (24 years, 1 month ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Mar 23 09:08:13 2000 UTC (24 years, 2 months ago) by hugh
Branch: MAIN
Changes since 1.20: +2 -3 lines
Diff to previous 1.20 (colored)

tidy

Revision 1.20 / (download) - annotate - [select for diffs], Sat Mar 18 22:56:02 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.19: +13 -9 lines
Diff to previous 1.19 (colored)

Remove hard sentence breaks, and some other cleanup along the way.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jul 18 16:21:55 1999 UTC (24 years, 10 months ago) by hugh
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.18: +6 -4 lines
Diff to previous 1.18 (colored)

support fine timing interval and calculate std dev

Revision 1.18 / (download) - annotate - [select for diffs], Fri Jun 4 02:45:22 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@

Revision 1.17 / (download) - annotate - [select for diffs], Sun May 23 14:11:19 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com

Revision 1.16 / (download) - annotate - [select for diffs], Sun May 16 19:56:16 1999 UTC (25 years ago) by alex
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Cleanup xrefs under SEE ALSO.  Specifically:

  - Sort xrefs by section, and then alphabetically.
  - Add missing commas between xref items.
  - Remove commas from the last xref entry.
  - Remove duplicate entries.

Revision 1.15 / (download) - annotate - [select for diffs], Wed May 12 13:26:49 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

grammar police: do not hyphenate compound words that act as adjectives if the
first word ends in -ly

i.e., fully-qualified, newly-created, globally-visible, etc. are wrong

Revision 1.14 / (download) - annotate - [select for diffs], Wed Apr 21 02:19:06 1999 UTC (25 years, 1 month ago) by alex
Branch: MAIN
Changes since 1.13: +1 -2 lines
Diff to previous 1.13 (colored)

Removed deprecated -S option from synopsis.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 18 11:11:06 1999 UTC (25 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored)

typo; nash@mcs.net

Revision 1.12 / (download) - annotate - [select for diffs], Tue Dec 15 01:20:42 1998 UTC (25 years, 5 months ago) by aaron
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net

Revision 1.11 / (download) - annotate - [select for diffs], Sat Nov 28 19:56:31 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.10: +11 -11 lines
Diff to previous 1.10 (colored)

kill redundant .Nm macro arguments; other misc fixes

Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 11 22:19:59 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.9: +21 -8 lines
Diff to previous 1.9 (colored)

more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes

Revision 1.9 / (download) - annotate - [select for diffs], Thu Sep 17 04:15:00 1998 UTC (25 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.8: +19 -19 lines
Diff to previous 1.8 (colored)

sbin/ man page fixes

Revision 1.8 / (download) - annotate - [select for diffs], Sun Sep 6 22:23:18 1998 UTC (25 years, 9 months ago) by aaron
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Mar 31 23:04:09 1998 UTC (26 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.6: +4 -2 lines
Diff to previous 1.6 (colored)

possible buf oflow in -R; reported by tqbf, fixed by me.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 23 10:36:40 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

treat -l and -f the same

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 23 10:31:27 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

ptrace is safe; limit preload to root

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 23 14:32:02 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 (colored)

update rcsid

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 19 11:18:57 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +21 -9 lines
Diff to previous 1.2 (colored)

let user set TOS, DF bit, and TTL. also use strtol() instead of atoi() so
that other bases work; netbsd pr#2017; jhawk@mit.edu

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 1 00:11:29 1996 UTC (28 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

from netbsd: The maxwait option was accidentally placed in the "options for
multicast pings" section of the description.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:43:45 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:43:45 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.