CVS commit: src/sbin/ping

2017-03-16 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Mar 17 06:52:59 UTC 2017 Modified Files: src/sbin/ping: ping.c Log Message: Fix cksum calculation for clearing the cached route. In ping.c:r1.104, the size of echoreply packet was changed to ICMP_MINLEN, Therefore also calculati

CVS commit: src/sys/kern

2017-03-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 17 03:19:46 UTC 2017 Modified Files: src/sys/kern: vfs_wapbl.c Log Message: Back out part of previous: missed a caller of wapbl_write_inodes. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/kern/

CVS commit: src/sys/kern

2017-03-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 17 03:17:07 UTC 2017 Modified Files: src/sys/kern: vfs_wapbl.c Log Message: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/kern/vfs_wapbl.c Please note that diffs are n

CVS commit: src/sys/kern

2017-03-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 17 03:16:29 UTC 2017 Modified Files: src/sys/kern: vfs_wapbl.c Log Message: Sort includes. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/kern/vfs_wapbl.c Please note that diffs are not public

CVS commit: src/sys/kern

2017-03-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 17 03:06:17 UTC 2017 Modified Files: src/sys/kern: vfs_wapbl.c Log Message: Assert write lock in wapbl_write_revocations, wapbl_write_inodes. Only one call site, so trivial to prove correct. To generate a diff of thi

CVS commit: src/sys/ufs/ffs

2017-03-16 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Mar 16 22:09:19 UTC 2017 Modified Files: src/sys/ufs/ffs: ffs_wapbl.c Log Message: need to turn off async during ffs_sync(), otherwise its bwrite() calls are themselves turned to bdwrite(), creating dirty delayed writes fix

CVS commit: src/lib/libm/arch/arm

2017-03-16 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Mar 16 16:32:12 UTC 2017 Modified Files: src/lib/libm/arch/arm: lrint.S lrintf.S Log Message: lrint() and lrintf() are supposed to use the current rounding mode, so use vcvtr rather than vcvt. To generate a diff of this commit:

CVS commit: src

2017-03-16 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Thu Mar 16 16:13:21 UTC 2017 Modified Files: src/share/man/man9: pcu.9 src/sys/arch/aarch64/include: locore.h src/sys/arch/alpha/alpha: compat_13_machdep.c compat_16_machdep.c machdep.c process_machdep.c tr

CVS commit: src/bin/sh

2017-03-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Mar 16 13:21:59 UTC 2017 Modified Files: src/bin/sh: show.c show.h Log Message: Undo local changes not intended to be committed (and certainly not with that commit message) in the previous update. This stuff works, and will pro

CVS commit: src/bin/sh

2017-03-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Mar 16 13:09:06 UTC 2017 Modified Files: src/bin/sh: Makefile show.c show.h Log Message: Have "make clean" remove sh.html1 and adapt it to clean trace files the way they have been generated the past 20 years or so... To generat

CVS commit: src/tests/net/if

2017-03-16 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Mar 16 09:43:56 UTC 2017 Modified Files: src/tests/net/if: t_ifconfig.sh Log Message: Add a test case of ifconfig I don't know if is expected to be accepted instead of an interface name. Please update the test case if the

CVS commit: src/sys/net

2017-03-16 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Mar 16 09:40:48 UTC 2017 Modified Files: src/sys/net: if.c Log Message: Simplify ifunit, if_get and if_get_byindex by reusing other functions Inspired by kre@'s comment To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/sys/net

2017-03-16 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Mar 16 08:11:47 UTC 2017 Modified Files: src/sys/net: if.c Log Message: Fix panic on ifconfig Pointed out by s-yamaguchi@IIJ To generate a diff of this commit: cvs rdiff -u -r1.385 -r1.386 src/sys/net/if.c Please note th