CVS commit: src/sbin/ping6

2021-06-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 7 22:13:34 UTC 2021 Modified Files: src/sbin/ping6: ping6.8 ping6.c Log Message: In ping6, there's no blank space in the ping packets by default. - document that if you use -p to specify a fill pattern you need to make

CVS commit: src/sbin/ping6

2021-05-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 23 07:17:51 UTC 2021 Modified Files: src/sbin/ping6: ping6.c Log Message: Make sure the output packet buffer and the control message buffer are aligned. Fixes bin/56198. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sbin/ping6

2018-04-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Apr 24 07:12:04 UTC 2018 Modified Files: src/sbin/ping6: ping6.c Log Message: Remove annoying (void) casts. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/sbin/ping6/ping6.c Please note that diffs are not

CVS commit: src/sbin/ping6

2018-04-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Apr 23 18:48:30 UTC 2018 Modified Files: src/sbin/ping6: ping6.c Log Message: Remove double include and unused macros. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/sbin/ping6/ping6.c Please note that di

CVS commit: src/sbin/ping6

2018-04-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Apr 23 18:44:39 UTC 2018 Modified Files: src/sbin/ping6: ping6.8 ping6.c Log Message: Remove the "-R" option. It uses IPV6_REACHCONF, but we've never had this. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/

CVS commit: src/sbin/ping6

2018-04-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Apr 23 18:37:20 UTC 2018 Modified Files: src/sbin/ping6: ping6.c Log Message: Fix usage(), A/E don't exist. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/sbin/ping6/ping6.c Please note that diffs are not p

CVS commit: src/sbin/ping6

2018-04-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Apr 23 18:32:18 UTC 2018 Modified Files: src/sbin/ping6: ping6.c Log Message: Simplify: remove #ifdefs for constants that are always defined, and remove their #else's (some of which can't compile, since they use values that sinc

CVS commit: src/sbin/ping6

2018-04-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Apr 23 10:35:21 UTC 2018 Modified Files: src/sbin/ping6: ping6.c Log Message: Remove dead/broken code, we want to favor RFC3542 over RFC2292. No functional change. traceroute6 and rtadvd did the same. To generate a diff of thi

CVS commit: src/sbin/ping6

2018-04-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Apr 23 07:25:36 UTC 2018 Modified Files: src/sbin/ping6: ping6.8 ping6.c Log Message: Sort options. Sort option descriptions. Remove Tn. Sync usage (more) with man page. To generate a diff of this commit: cvs rdiff -u -r1.31 -r

CVS commit: src/sbin/ping6

2018-04-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Apr 23 06:51:26 UTC 2018 Modified Files: src/sbin/ping6: ping6.8 ping6.c Log Message: Remove the "hops" parameter, it uses RH0, which is deprecated by RFC5095, and doesn't work on modern networks anymore. To generate a diff of

CVS commit: src/sbin/ping6

2018-04-15 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Apr 15 08:27:21 UTC 2018 Modified Files: src/sbin/ping6: ping6.c Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sbin/ping6/ping6.c Please note that diffs are not public domain;

CVS commit: src/sbin/ping6

2016-12-17 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Dec 18 01:30:54 UTC 2016 Modified Files: src/sbin/ping6: ping6.c Log Message: Merge the PR 36997 fixes into ping6. It already didn't accept too small or wildly too large intervals, but it did allow intervals that failed at p

CVS commit: src/sbin/ping6

2016-02-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Feb 29 16:25:06 UTC 2016 Modified Files: src/sbin/ping6: ping6.c Log Message: #ifdef forward declaration of setpolicy like definition. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sbin/ping6/ping6.c

CVS commit: src/sbin/ping6

2015-11-04 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Nov 4 08:07:54 UTC 2015 Modified Files: src/sbin/ping6: ping6.c Log Message: Fix rump.ping6 -c N (N > 1) doesn't work 2nd packet and subsequent packets are sent based on SIGALRM and it depends on poll(2) returns with EINTR

CVS commit: src/sbin/ping6

2015-11-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Nov 4 07:59:25 UTC 2015 Modified Files: src/sbin/ping6: ping6.c Log Message: Fix exit status when -c and -X is used It exited with status 0 when at least one packet was received and timed out. However, when we specify -c N

CVS commit: src/sbin/ping6

2015-11-03 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Wed Nov 4 01:14:02 UTC 2015 Modified Files: src/sbin/ping6: ping6.c ping6_hostops.c ping6_rumpops.c prog_ops.h Log Message: rump.ping6 supports "-S" option. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/s

CVS commit: src/sbin/ping6

2015-05-15 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Fri May 15 08:02:39 UTC 2015 Modified Files: src/sbin/ping6: ping6.8 ping6.c Log Message: Add options -X for deadline and -x for reply maxwait (flag names matching FreeBSD). Unline FreeBSD, currently -x doesn't count late packets

CVS commit: src/sbin/ping6

2015-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 24 00:42:56 UTC 2015 Modified Files: src/sbin/ping6: ping6.8 ping6.c Log Message: Add the once -o option like ping To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sbin/ping6/ping6.8 cvs rdiff -u -r1.8

CVS commit: src/sbin/ping6

2014-09-16 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Sep 17 01:00:41 UTC 2014 Modified Files: src/sbin/ping6: ping6.c Log Message: Remove out-of-date comments To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sbin/ping6/ping6.c Please note that diffs are not

CVS commit: src/sbin/ping6

2014-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 16 21:29:13 UTC 2014 Modified Files: src/sbin/ping6: ping6.c Log Message: PR/49206: ping6 dies with SIGINT even when it just fails to ping When reusing the same handler for SIGALRM, make don't pretend you got SIGINT. T

CVS commit: src/sbin/ping6

2014-08-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 22 20:54:29 UTC 2014 Modified Files: src/sbin/ping6: ping6.c Log Message: Rework to be avoid a conditional assignment which results in: sbin/ping6/ping6.c:1879:8: error: 'cbit.skip' may be used uninitialized in this functio

CVS commit: src/sbin/ping6

2013-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 19 01:09:16 UTC 2013 Modified Files: src/sbin/ping6: ping6.c Log Message: avoit type punning To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sbin/ping6/ping6.c Please note that diffs are not public d

CVS commit: src/sbin/ping6

2012-09-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 10 04:32:24 UTC 2012 Modified Files: src/sbin/ping6: ping6.c Log Message: Accept "-s 0" To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sbin/ping6/ping6.c Please note that diffs are not public domain;

CVS commit: src/sbin/ping6

2011-08-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 31 22:27:27 UTC 2011 Modified Files: src/sbin/ping6: ping6.c Log Message: put back the byte swapping code, and remove the double byte swapping. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sbin/pin

CVS commit: src/sbin/ping6

2011-08-31 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Aug 31 22:05:57 UTC 2011 Modified Files: src/sbin/ping6: ping6.c Log Message: Remove erroneous seq=ntohs(seq) introduced in rev. 1.74, which caused icmp_seq numbers to increment by 256 instead of 1 on LE platforms. To generate

CVS commit: src/sbin/ping6

2011-08-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Aug 27 18:43:27 UTC 2011 Modified Files: src/sbin/ping6: ping6.c Log Message: static + __dead + G/C pathmtu To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sbin/ping6/ping6.c Please note that diffs are not

CVS commit: src/sbin/ping6

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 12:09:35 UTC 2011 Modified Files: src/sbin/ping6: Makefile ping6.c Log Message: fix gcc warnings and eliminate duplicate code. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sbin/ping6/Makefile cv

CVS commit: src/sbin/ping6

2010-09-20 Thread Adam Hoka
Module Name:src Committed By: ahoka Date: Mon Sep 20 11:49:48 UTC 2010 Modified Files: src/sbin/ping6: ping6.c Log Message: Avoid NaN when calculating std-dev, which fixes a crash on VAX. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sbin/ping6/ping6.