svn commit: r336755 - stable/11/sbin/fsck_msdosfs

2018-07-26 Thread Xin LI
Author: delphij Date: Fri Jul 27 05:40:03 2018 New Revision: 336755 URL: https://svnweb.freebsd.org/changeset/base/336755 Log: MFC r336236: Detect and handle invalid number of FATs. Modified: stable/11/sbin/fsck_msdosfs/boot.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r336754 - in head/usr.bin/diff: . tests

2018-07-26 Thread Xin LI
Author: delphij Date: Fri Jul 27 05:21:20 2018 New Revision: 336754 URL: https://svnweb.freebsd.org/changeset/base/336754 Log: Improve --strip-trailing-cr handling: - Advance ctold for f1 and ctnew for f2 - ungetc() if the character is unexpected - Don't break early when we hit the

svn commit: r336753 - head/usr.bin/top

2018-07-26 Thread Daichi GOTO
Author: daichi Date: Fri Jul 27 01:20:34 2018 New Revision: 336753 URL: https://svnweb.freebsd.org/changeset/base/336753 Log: top(1): fixed the empty output problem in non-interactive mode (-n, -b) regressed in r336028 PR: 229842 Reported by: Ali Abdallah Reviewed by:

svn commit: r336752 - head/sys/cam

2018-07-26 Thread Warner Losh
Author: imp Date: Thu Jul 26 22:55:51 2018 New Revision: 336752 URL: https://svnweb.freebsd.org/changeset/base/336752 Log: For the dynamic I/O scheduler, make the TRIM stuff also count against read bias so we do reads in preference to TRIMs. This helps a lot when many trims are delivered at

svn commit: r336751 - head/usr.sbin/pw

2018-07-26 Thread Ian Lepore
Author: ian Date: Thu Jul 26 20:03:11 2018 New Revision: 336751 URL: https://svnweb.freebsd.org/changeset/base/336751 Log: Re-apply r336625 which was reverted with r336638, now that the underlying pw_scan(3) has been fixed in a way that doesn't perturb other callers of it or the getpwnam(3)

svn commit: r336750 - head/release/arm

2018-07-26 Thread Glen Barber
Author: gjb Date: Thu Jul 26 19:42:23 2018 New Revision: 336750 URL: https://svnweb.freebsd.org/changeset/base/336750 Log: Fix OL_DIR definition following r336721. Sponsored by: The FreeBSD Foundation Modified: head/release/arm/RPI-B.conf head/release/arm/RPI2.conf Modified:

svn commit: r336749 - stable/11/sys/kern

2018-07-26 Thread Mark Johnston
Author: markj Date: Thu Jul 26 19:00:30 2018 New Revision: 336749 URL: https://svnweb.freebsd.org/changeset/base/336749 Log: MFC r336504, r336507: Provide the full module path to preload_delete_name(). Modified: stable/11/sys/kern/link_elf.c stable/11/sys/kern/link_elf_obj.c Directory

svn commit: r336746 - in head/lib: libc/gen libutil

2018-07-26 Thread Ian Lepore
Author: ian Date: Thu Jul 26 18:34:38 2018 New Revision: 336746 URL: https://svnweb.freebsd.org/changeset/base/336746 Log: Make pw_scan(3) more compatible with getpwent(3) et. al. when processing data from /etc/passwd rather than /etc/master.passwd. The libc getpwent(3) and related

svn commit: r336745 - head/sys/sys

2018-07-26 Thread Ed Maste
Author: emaste Date: Thu Jul 26 17:52:57 2018 New Revision: 336745 URL: https://svnweb.freebsd.org/changeset/base/336745 Log: elf_common: update ARM ABI flag names In the V5 ABI the flags are EF_ARM_ABI_FLOAT_HARD and EF_ARM_ABI_FLOAT_SOFT. The flags have the same values as the legacy

Re: svn commit: r336526 - head

2018-07-26 Thread Brooks Davis
On Thu, Jul 26, 2018 at 06:15:46PM +0200, Roger Pau Monn?? wrote: > On Thu, Jul 26, 2018 at 09:05:18AM -0600, Ian Lepore wrote: > > On Thu, 2018-07-26 at 16:54 +0200, Roger Pau Monn? wrote: > > > On Thu, Jul 26, 2018 at 08:49:12AM -0600, Ian Lepore wrote: > > > > > > > > On Thu, 2018-07-26 at

Re: svn commit: r336744 - in head: sbin/pfctl/tests/files share/mk

2018-07-26 Thread Shawn Webb
On Thu, Jul 26, 2018 at 11:11:05AM -0600, Brad Davis wrote: > On Thu, Jul 26, 2018, at 11:09 AM, Shawn Webb wrote: > > On Thu, Jul 26, 2018 at 05:05:34PM +, Brad Davis wrote: > > > Author: brd > > > Date: Thu Jul 26 17:05:33 2018 > > > New Revision: 336744 > > > URL:

Re: svn commit: r336744 - in head: sbin/pfctl/tests/files share/mk

2018-07-26 Thread Brad Davis
On Thu, Jul 26, 2018, at 11:09 AM, Shawn Webb wrote: > On Thu, Jul 26, 2018 at 05:05:34PM +, Brad Davis wrote: > > Author: brd > > Date: Thu Jul 26 17:05:33 2018 > > New Revision: 336744 > > URL: https://svnweb.freebsd.org/changeset/base/336744 > > > > Log: > > Convert bsd.files.mk to

Re: svn commit: r336744 - in head: sbin/pfctl/tests/files share/mk

2018-07-26 Thread Shawn Webb
On Thu, Jul 26, 2018 at 05:05:34PM +, Brad Davis wrote: > Author: brd > Date: Thu Jul 26 17:05:33 2018 > New Revision: 336744 > URL: https://svnweb.freebsd.org/changeset/base/336744 > > Log: > Convert bsd.files.mk to support DIRS and simplify by only having one install > target. > >

svn commit: r336744 - in head: sbin/pfctl/tests/files share/mk

2018-07-26 Thread Brad Davis
Author: brd Date: Thu Jul 26 17:05:33 2018 New Revision: 336744 URL: https://svnweb.freebsd.org/changeset/base/336744 Log: Convert bsd.files.mk to support DIRS and simplify by only having one install target. Also update the pfctl tests Makefile to work with this change. Approved by:

svn commit: r336743 - in head: etc usr.sbin/apmd

2018-07-26 Thread Brad Davis
Author: brd Date: Thu Jul 26 16:51:23 2018 New Revision: 336743 URL: https://svnweb.freebsd.org/changeset/base/336743 Log: Move apmd.conf to CONFS in usr.sbin/apmd which simplifies this nicely. Approved by: bapt (mentor) Differential Revision:https://reviews.freebsd.org/D16431

svn commit: r336742 - in head: etc sbin/dump

2018-07-26 Thread Brad Davis
Author: brd Date: Thu Jul 26 16:45:25 2018 New Revision: 336742 URL: https://svnweb.freebsd.org/changeset/base/336742 Log: Move dumpdates creation to CONFS= Approved by: bapt (mentor) Differential Revision:https://reviews.freebsd.org/D16435 Modified: head/etc/Makefile

Re: svn commit: r336526 - head

2018-07-26 Thread Roger Pau Monné
On Thu, Jul 26, 2018 at 09:05:18AM -0600, Ian Lepore wrote: > On Thu, 2018-07-26 at 16:54 +0200, Roger Pau Monné wrote: > > On Thu, Jul 26, 2018 at 08:49:12AM -0600, Ian Lepore wrote: > > > > > > On Thu, 2018-07-26 at 15:58 +0200, Roger Pau Monné wrote: > > > > > > > > On Fri, Jul 20, 2018 at

svn commit: r336741 - stable/11/release/tools

2018-07-26 Thread Glen Barber
Author: gjb Date: Thu Jul 26 16:08:34 2018 New Revision: 336741 URL: https://svnweb.freebsd.org/changeset/base/336741 Log: Following r336726, explicitly invoke the 'obj' target when setting BOOTFILES. On stable/11, without this change, the .OBJDIR expands to /usr/src/stand instead

svn commit: r336740 - head/sys/riscv/riscv

2018-07-26 Thread Mark Johnston
Author: markj Date: Thu Jul 26 16:08:26 2018 New Revision: 336740 URL: https://svnweb.freebsd.org/changeset/base/336740 Log: Implement pmap_mincore() for riscv. Reviewed by: alc, br Sponsored by: The FreeBSD Foundation Differential Revision:https://reviews.freebsd.org/D16444

Re: svn commit: r336737 - head/usr.bin/top

2018-07-26 Thread 後藤大地 via svn-src-all
I see. thank you for the advice! > 2018/07/26 23:22、Rodney W. Grimes のメール: > >> Author: daichi >> Date: Thu Jul 26 13:53:22 2018 >> New Revision: 336737 >> URL: https://svnweb.freebsd.org/changeset/base/336737 >> >> Log: >> top(1): forgot in r336160 > > It is helpful to say what was forgot in

Re: svn commit: r336526 - head

2018-07-26 Thread Ian Lepore
On Thu, 2018-07-26 at 16:54 +0200, Roger Pau Monné wrote: > On Thu, Jul 26, 2018 at 08:49:12AM -0600, Ian Lepore wrote: > > > > On Thu, 2018-07-26 at 15:58 +0200, Roger Pau Monné wrote: > > > > > > On Fri, Jul 20, 2018 at 12:44:04AM +, Ian Lepore wrote: > > > > > > > > > > > > Author: ian

Re: svn commit: r336526 - head

2018-07-26 Thread Roger Pau Monné
On Thu, Jul 26, 2018 at 08:49:12AM -0600, Ian Lepore wrote: > On Thu, 2018-07-26 at 15:58 +0200, Roger Pau Monné wrote: > > On Fri, Jul 20, 2018 at 12:44:04AM +, Ian Lepore wrote: > > > > > > Author: ian > > > Date: Fri Jul 20 00:44:04 2018 > > > New Revision: 336526 > > > URL:

Re: svn commit: r336526 - head

2018-07-26 Thread Ian Lepore
On Thu, 2018-07-26 at 15:58 +0200, Roger Pau Monné wrote: > On Fri, Jul 20, 2018 at 12:44:04AM +, Ian Lepore wrote: > > > > Author: ian > > Date: Fri Jul 20 00:44:04 2018 > > New Revision: 336526 > > URL: https://svnweb.freebsd.org/changeset/base/336526 > > > > Log: > >   Add ntpd to the

svn commit: r336739 - head/lib/libc/powerpcspe/gen

2018-07-26 Thread Justin Hibbits
Author: jhibbits Date: Thu Jul 26 14:42:20 2018 New Revision: 336739 URL: https://svnweb.freebsd.org/changeset/base/336739 Log: Fix fabs(3) for powerpcspe, this time for real SPE ABI uses the soft-float ABI, which splits doubles into two words. As such, fabs(3) cannot work on a double

Re: svn commit: r336526 - head

2018-07-26 Thread Will Andrews
Hi Ravi, I don't think you have to worry. These commands are confined to the temporary mount point used for the BE during the install phase, so they won't affect your running system (which is sort of the point of using beinstall instead of doing it the "traditional" way). I haven't had a chance

Re: svn commit: r336737 - head/usr.bin/top

2018-07-26 Thread Rodney W. Grimes
> Author: daichi > Date: Thu Jul 26 13:53:22 2018 > New Revision: 336737 > URL: https://svnweb.freebsd.org/changeset/base/336737 > > Log: > top(1): forgot in r336160 It is helpful to say what was forgot in the commit message as when you are reading a svn log output you do not have the diff to

svn commit: r336738 - head/share/mk

2018-07-26 Thread Ruslan Bukin
Author: br Date: Thu Jul 26 14:15:04 2018 New Revision: 336738 URL: https://svnweb.freebsd.org/changeset/base/336738 Log: Disable OFED for RISC-V: it does not build. Sponsored by: DARPA, AFRL Modified: head/share/mk/src.opts.mk Modified: head/share/mk/src.opts.mk

Re: svn commit: r336526 - head

2018-07-26 Thread Roger Pau Monné
On Fri, Jul 20, 2018 at 12:44:04AM +, Ian Lepore wrote: > Author: ian > Date: Fri Jul 20 00:44:04 2018 > New Revision: 336526 > URL: https://svnweb.freebsd.org/changeset/base/336526 > > Log: > Add ntpd to the list of users/groups to check before installing. The Xen CI loop is getting this

svn commit: r336737 - head/usr.bin/top

2018-07-26 Thread Daichi GOTO
Author: daichi Date: Thu Jul 26 13:53:22 2018 New Revision: 336737 URL: https://svnweb.freebsd.org/changeset/base/336737 Log: top(1): forgot in r336160 Approved by: gnn (mentor) Differential Revision:https://reviews.freebsd.org/D16452 Modified: head/usr.bin/top/utils.h

svn commit: r336736 - in head/usr.sbin/makefs: . ffs msdos

2018-07-26 Thread Ed Maste
Author: emaste Date: Thu Jul 26 13:33:10 2018 New Revision: 336736 URL: https://svnweb.freebsd.org/changeset/base/336736 Log: makefs: use FreeBSD brelse function signature Although the ffs (and later msdosfs) implementation in makefs is independent of the one in kernel, it makes sense to

svn commit: r336735 - head/sys/dev/cxgbe

2018-07-26 Thread Navdeep Parhar
Author: np Date: Thu Jul 26 07:29:44 2018 New Revision: 336735 URL: https://svnweb.freebsd.org/changeset/base/336735 Log: cxgbe(4): Consider rateunit before ratemode when displaying information about a traffic class. This matches the order in which the firmware evaluates unit and mode

svn commit: r336734 - head/sys/dev/cxgbe

2018-07-26 Thread Navdeep Parhar
Author: np Date: Thu Jul 26 06:42:09 2018 New Revision: 336734 URL: https://svnweb.freebsd.org/changeset/base/336734 Log: cxgbe(4): Better defaults for all cl-rl rate limiters. Start in "class" instead of "flow" mode. This eliminates the need to specify an MTU, which is not available