svn commit: r345870 - head/tools/build

2019-04-03 Thread Mariusz Zaborski
Author: oshogbo Date: Thu Apr 4 04:14:20 2019 New Revision: 345870 URL: https://svnweb.freebsd.org/changeset/base/345870 Log: Add cap_fileargs.h to -legacy if needed. Reviewed by: arichardson Differential Revision:https://reviews.freebsd.org/D19685 Modified:

Re: svn commit: r345853 - head/usr.bin/rctl

2019-04-03 Thread Mateusz Guzik
On 4/4/19, Enji Cooper wrote: > >> On Apr 3, 2019, at 1:37 PM, Mateusz Guzik wrote: >> >> Author: mjg >> Date: Wed Apr 3 20:37:14 2019 >> New Revision: 345853 >> URL: https://svnweb.freebsd.org/changeset/base/345853 >> >> Log: >> rctl: fix sysctl kern.racct.enable use after r341182 >> >> The

Re: svn commit: r345853 - head/usr.bin/rctl

2019-04-03 Thread Enji Cooper
> On Apr 3, 2019, at 1:37 PM, Mateusz Guzik wrote: > > Author: mjg > Date: Wed Apr 3 20:37:14 2019 > New Revision: 345853 > URL: https://svnweb.freebsd.org/changeset/base/345853 > > Log: > rctl: fix sysctl kern.racct.enable use after r341182 > > The value was changed from int to bool.

svn commit: r345866 - head/sys/rpc/rpcsec_gss

2019-04-03 Thread Rick Macklem
Author: rmacklem Date: Thu Apr 4 01:23:06 2019 New Revision: 345866 URL: https://svnweb.freebsd.org/changeset/base/345866 Log: Fix malloc stats for the RPCSEC_GSS server code when DEBUG is enabled. The code enabled when "DEBUG" is defined uses mem_alloc(), which is a malloc(.., M_RPC,

svn commit: r345865 - in head/sys: cddl/contrib/opensolaris/uts/common/dtrace compat/linuxkpi/common/include/linux net netipsec netpfil/pf

2019-04-03 Thread Conrad Meyer
Author: cem Date: Thu Apr 4 01:02:50 2019 New Revision: 345865 URL: https://svnweb.freebsd.org/changeset/base/345865 Log: Replace read_random(9) with more appropriate arc4rand(9) KPIs Reviewed by: ae, delphij Sponsored by: Dell EMC Isilon Differential Revision:

svn commit: r345864 - head/tests/sys/geom/class/eli

2019-04-03 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Apr 4 00:05:36 2019 New Revision: 345864 URL: https://svnweb.freebsd.org/changeset/base/345864 Log: Implement tests for online expansion: - init, init -R - onetime, onetime -R - 512 and 4k sectors - encryption only - encryption and authentication - configure

svn commit: r345863 - head/tests/sys/geom/class/eli

2019-04-03 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Apr 3 23:58:58 2019 New Revision: 345863 URL: https://svnweb.freebsd.org/changeset/base/345863 Log: Update configure tests after addition of the online expansion. Obtained from:Fudo Security Modified: head/tests/sys/geom/class/eli/configure_test.sh

svn commit: r345862 - in head: lib/geom/eli sys/geom/eli

2019-04-03 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Apr 3 23:57:37 2019 New Revision: 345862 URL: https://svnweb.freebsd.org/changeset/base/345862 Log: Implement automatic online expansion of GELI providers - if the underlying provider grows, GELI will expand automatically and will move the metadata to the new location

svn commit: r345861 - head/lib/geom/eli

2019-04-03 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Apr 3 23:50:52 2019 New Revision: 345861 URL: https://svnweb.freebsd.org/changeset/base/345861 Log: - Add missing -T (notrim) option to the label subcommand. - Add missing -T option in the onetime subcommand comment. Obtained from:Fudo Security Modified:

Re: svn commit: r345797 - in head: contrib/bsnmp/gensnmptree contrib/bsnmp/lib contrib/bsnmp/snmpd lib/libbsnmp/libbsnmp usr.sbin/bsnmpd/bsnmpd

2019-04-03 Thread Gleb Smirnoff
Hi Harti, On Tue, Apr 02, 2019 at 04:24:10PM +0200, Harti Brandt wrote: H> BD>Jumping in this commit, maybe it is time to move bsnmpd out of contrib, given H> BD>that all the dev appears to only be in our own source tree right? H> H> Actually I have a private tree that has some more stuff in

svn commit: r345859 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved contrib/libxo/tests/gettext/po/pig_latin contrib/libxo/tes...

2019-04-03 Thread Phil Shafer
Author: phil Date: Wed Apr 3 21:55:39 2019 New Revision: 345859 URL: https://svnweb.freebsd.org/changeset/base/345859 Log: Import libxo-1.0.2 from 1.0.0: Add "continuation" flag, to allow multiple "xo" invocations in a single line of output (#58) Add --top-wrap to make

svn commit: r345858 - in head/release: . tools

2019-04-03 Thread Colin Percival
Author: cperciva Date: Wed Apr 3 21:54:47 2019 New Revision: 345858 URL: https://svnweb.freebsd.org/changeset/base/345858 Log: Add support for cross-building cloudware images. If MACHINE_ARCH doesn't match TARGET_ARCH, and we're not in the special case of building i386 images on an

svn commit: r345855 - in head/sys: arm/ti/cpsw dev/fdt

2019-04-03 Thread Ed Maste
Author: emaste Date: Wed Apr 3 21:01:53 2019 New Revision: 345855 URL: https://svnweb.freebsd.org/changeset/base/345855 Log: cpsw: use `phy-handle` in FDT to find PHY address In r337703 DTS files were updated to Linux 4.18, including Linux commit 4d8b032d3c03f4e9788a18bbb51b10e6c9e8a56b

svn commit: r345853 - head/usr.bin/rctl

2019-04-03 Thread Mateusz Guzik
Author: mjg Date: Wed Apr 3 20:37:14 2019 New Revision: 345853 URL: https://svnweb.freebsd.org/changeset/base/345853 Log: rctl: fix sysctl kern.racct.enable use after r341182 The value was changed from int to bool. Since the new type is smaller, the rest of the variable in the caller

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

2019-04-03 Thread Dimitry Andric
On 3 Apr 2019, at 15:16, Bruce Evans wrote: > > On Tue, 2 Apr 2019, Dimitry Andric wrote: >> Author: dim >> Date: Tue Apr 2 18:01:54 2019 >> New Revision: 345807 >> URL: https://svnweb.freebsd.org/changeset/base/345807 >> >> Log: >> Fix regression in top(1) after r344381, causing informational

svn commit: r345851 - head/sys/netinet

2019-04-03 Thread Randall Stewart
Author: rrs Date: Wed Apr 3 19:35:07 2019 New Revision: 345851 URL: https://svnweb.freebsd.org/changeset/base/345851 Log: Undo my previous erroneous commit changing the tcp_output kassert. Hmm now the question is where did the tcp_log_id change go :o Modified:

svn commit: r345850 - head/sys/sys

2019-04-03 Thread Alexander Motin
Author: mav Date: Wed Apr 3 18:35:13 2019 New Revision: 345850 URL: https://svnweb.freebsd.org/changeset/base/345850 Log: Fix typos in r345849. MFC after:1 week Modified: head/sys/sys/ata.h Modified: head/sys/sys/ata.h

svn commit: r345849 - in head/sys: cam/ata sys

2019-04-03 Thread Alexander Motin
Author: mav Date: Wed Apr 3 18:27:54 2019 New Revision: 345849 URL: https://svnweb.freebsd.org/changeset/base/345849 Log: List few more ATA commands. MFC after:1 week Modified: head/sys/cam/ata/ata_all.c head/sys/sys/ata.h Modified: head/sys/cam/ata/ata_all.c

svn commit: r345848 - head/lib/libbe

2019-04-03 Thread Kyle Evans
Author: kevans Date: Wed Apr 3 17:04:38 2019 New Revision: 345848 URL: https://svnweb.freebsd.org/changeset/base/345848 Log: libbe(3): Add a serial to the generated snapshot names To use bectl in an example, when one creates a new boot environment with either `bectl create ` or `bectl

svn commit: r345847 - head/sys/fs/msdosfs

2019-04-03 Thread Konstantin Belousov
Author: kib Date: Wed Apr 3 17:02:18 2019 New Revision: 345847 URL: https://svnweb.freebsd.org/changeset/base/345847 Log: msdosfs: zero tail of the last block on truncation for VREG vnodes as well. Despite the call to vtruncbuf() from detrunc(), which results in zeroing part of the

svn commit: r345846 - head/sbin/bectl

2019-04-03 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Wed Apr 3 13:59:35 2019 New Revision: 345846 URL: https://svnweb.freebsd.org/changeset/base/345846 Log: bectl.8: Bump date after r345845 Approved by: kevans Modified: head/sbin/bectl/bectl.8 Modified: head/sbin/bectl/bectl.8

svn commit: r345845 - head/sbin/bectl

2019-04-03 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Wed Apr 3 13:46:43 2019 New Revision: 345845 URL: https://svnweb.freebsd.org/changeset/base/345845 Log: bectl.8: Clean up & clarify the create subcommand - Improve formatting - Use consistent variable names - Improve the description of the create

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

2019-04-03 Thread Bruce Evans
On Tue, 2 Apr 2019, Dimitry Andric wrote: Author: dim Date: Tue Apr 2 18:01:54 2019 New Revision: 345807 URL: https://svnweb.freebsd.org/changeset/base/345807 Log: Fix regression in top(1) after r344381, causing informational messages to no longer be displayed. This was because the

svn commit: r345843 - head/contrib/bsnmp/lib

2019-04-03 Thread Andrey V. Elsukov
Author: ae Date: Wed Apr 3 12:47:49 2019 New Revision: 345843 URL: https://svnweb.freebsd.org/changeset/base/345843 Log: Follow the declared behaviour that specifies server string format in bsnmpclient(3). snmp_parse_server() function accepts string where some fields can be omitted:

svn commit: r345842 - head/sys/dev/tpm

2019-04-03 Thread Marcin Wojtas
Author: mw Date: Wed Apr 3 08:22:58 2019 New Revision: 345842 URL: https://svnweb.freebsd.org/changeset/base/345842 Log: Add a cv_wait to the TPM2.0 harvesting function Harvesting has to compete for the TPM chip with userspace. Before this change the callout could hijack an unread

svn commit: r345839 - head/sbin/fsck_msdosfs

2019-04-03 Thread Xin LI
Author: delphij Date: Wed Apr 3 07:09:28 2019 New Revision: 345839 URL: https://svnweb.freebsd.org/changeset/base/345839 Log: Assert that q can't be NULL. 'empty' is always non-NULL when DIREMPTY is set earlier. MFC after:1 month Modified: head/sbin/fsck_msdosfs/dir.c Modified: