svn commit: r335313 - head/lib/libcapsicum

2018-06-17 Thread Eitan Adler
Author: eadler Date: Mon Jun 18 04:58:48 2018 New Revision: 335313 URL: https://svnweb.freebsd.org/changeset/base/335313 Log: libcapsicum: adding missing man page links Modified: head/lib/libcapsicum/Makefile Modified: head/lib/libcapsicum/Makefile

svn commit: r335312 - head/usr.bin/dc

2018-06-17 Thread Eitan Adler
Author: eadler Date: Mon Jun 18 04:54:09 2018 New Revision: 335312 URL: https://svnweb.freebsd.org/changeset/base/335312 Log: dc: make use of caph_enter We already use caph library so this makes sense. Modified: head/usr.bin/dc/dc.c Modified: head/usr.bin/dc/dc.c

Re: svn commit: r334947 - head/sys/modules

2018-06-17 Thread Kurt Lidl
On 6/16/18 5:50 PM, Dimitry Andric wrote: On 16 Jun 2018, at 16:57, Kurt Lidl wrote: On 6/11/18 4:42 AM, Dimitry Andric wrote: Author: dim Date: Mon Jun 11 08:42:03 2018 New Revision: 334947 URL: https://svnweb.freebsd.org/changeset/base/334947 Log: Disable building aesni with base gcc

svn commit: r335311 - head/tests/sys/audit

2018-06-17 Thread Alan Somers
Author: asomers Date: Mon Jun 18 04:12:58 2018 New Revision: 335311 URL: https://svnweb.freebsd.org/changeset/base/335311 Log: Fix 32-bit build after 335307 This was correct in the final version on Phabricator, but somehow I screwed up applying the patch locally. Reported by:

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

2018-06-17 Thread Eitan Adler
Author: eadler Date: Mon Jun 18 02:06:16 2018 New Revision: 335310 URL: https://svnweb.freebsd.org/changeset/base/335310 Log: top(1): use more modern signal code Rather than manually build signal masks use functions designed for that reason. Also use sigprocmask instead of sigblock.

svn commit: r335309 - head/sys/fs/nfs

2018-06-17 Thread Rick Macklem
Author: rmacklem Date: Sun Jun 17 23:08:54 2018 New Revision: 335309 URL: https://svnweb.freebsd.org/changeset/base/335309 Log: Revert r335263, since it can cause crashes in unusual circumstances. This needs to be fixed in a different way. Modified: head/sys/fs/nfs/nfs_commonkrpc.c

svn commit: r335308 - head/usr.sbin/bsdconfig/usermgmt/share

2018-06-17 Thread Devin Teske
Author: dteske Date: Sun Jun 17 22:09:43 2018 New Revision: 335308 URL: https://svnweb.freebsd.org/changeset/base/335308 Log: bsdconfig: Fix a bug when editing users The usermgmt API was stomping on a global ($user_gid to be specific) so things would appear to work fine until you tried

svn commit: r335307 - head/tests/sys/audit

2018-06-17 Thread Alan Somers
Author: asomers Date: Sun Jun 17 21:29:35 2018 New Revision: 335307 URL: https://svnweb.freebsd.org/changeset/base/335307 Log: audit(4): add tests for Sys V shared memory syscalls includes shmget, shmat, shmdt, and shmctl Submitted by: aniketp MFC after:2 weeks Sponsored by:

svn commit: r335306 - head/usr.sbin/bsdconfig

2018-06-17 Thread Devin Teske
Author: dteske Date: Sun Jun 17 21:09:21 2018 New Revision: 335306 URL: https://svnweb.freebsd.org/changeset/base/335306 Log: bsdconfig: Make examples optional PR: bin/228485 Submitted by: Dmitry Wagin Reported by: Dmitry Wagin MFC after:1 week Sponsored by: Smule,

Re: svn commit: r335278 - head/bin/pwd

2018-06-17 Thread Eitan Adler
On 16 June 2018 at 23:54, Bruce Evans wrote: > On Sun, 17 Jun 2018, Eitan Adler wrote: > >> Log: >> pwd: mark usage as dead >> >> Modified: >> head/bin/pwd/pwd.c >> >> Modified: head/bin/pwd/pwd.c >> >> == >> ---

svn commit: r335305 - head/sys/dev/virtio

2018-06-17 Thread Bryan Venteicher
Author: bryanv Date: Sun Jun 17 20:45:48 2018 New Revision: 335305 URL: https://svnweb.freebsd.org/changeset/base/335305 Log: Update VirtIO definitions from Linux virtio_config.h and virtio_ring.h headers Modified: head/sys/dev/virtio/virtio_config.h head/sys/dev/virtio/virtio_ring.h

svn commit: r335304 - head/sys/dev/acpi_support

2018-06-17 Thread Eitan Adler
Author: eadler Date: Sun Jun 17 20:44:20 2018 New Revision: 335304 URL: https://svnweb.freebsd.org/changeset/base/335304 Log: acpi: Add support for Thinkpads Mic led PR: 229074 Submitted by: "Ali Abdallah" Modified: head/sys/dev/acpi_support/acpi_ibm.c Modified:

svn commit: r335303 - head/sys/net

2018-06-17 Thread Marius Strobl
Author: marius Date: Sun Jun 17 20:33:02 2018 New Revision: 335303 URL: https://svnweb.freebsd.org/changeset/base/335303 Log: Assorted fixes to MSI-X/MSI/INTx setup in iflib(9): - In iflib_msix_init(), VMMs with broken MSI-X activation are trying to be worked around by manually enabling

svn commit: r335302 - head/usr.sbin/bsdconfig/share

2018-06-17 Thread Devin Teske
Author: dteske Date: Sun Jun 17 20:32:43 2018 New Revision: 335302 URL: https://svnweb.freebsd.org/changeset/base/335302 Log: sysrc.subr: Fix a comment for accuracy PR: bin/203435 Reported by: Andreas Sommer MFC after:6 days X-MFC-to: stable/11 X-MFC-with:

Re: svn commit: r335299 - head

2018-06-17 Thread Eitan Adler
On 17 June 2018 at 13:00, Nathan Whitehorn wrote: > As a minor caveat, the default release kernel on powerpc64 is "GENERIC64" > not "GENERIC". I'm happy to add that, but for a general README I'm not convinced its important to be overly detailed. That said, noted. -- Eitan Adler Source, Ports,

Re: svn commit: r335299 - head

2018-06-17 Thread Nathan Whitehorn
As a minor caveat, the default release kernel on powerpc64 is "GENERIC64" not "GENERIC". -Nathan On 06/17/18 12:44, Eitan Adler wrote: Author: eadler Date: Sun Jun 17 19:44:24 2018 New Revision: 335299 URL: https://svnweb.freebsd.org/changeset/base/335299 Log: README: add generic notes

svn commit: r335301 - in head: sbin/geom/class/part sys/geom/part

2018-06-17 Thread Ed Maste
Author: emaste Date: Sun Jun 17 20:10:48 2018 New Revision: 335301 URL: https://svnweb.freebsd.org/changeset/base/335301 Log: gpart: add EFI alias for MBR partition scheme Sponsored by: The FreeBSD Foundation Differential Revision:https://reviews.freebsd.org/D15870 Modified:

svn commit: r335300 - head/sys/geom/part

2018-06-17 Thread Ed Maste
Author: emaste Date: Sun Jun 17 20:06:27 2018 New Revision: 335300 URL: https://svnweb.freebsd.org/changeset/base/335300 Log: Sort geom/part mbr/ebr/ldm alias table entries Having the table entries in alpha order simplifies future additions. Sponsored by: The FreeBSD Foundation

Re: svn commit: r334073 - head

2018-06-17 Thread Eitan Adler
On 23 May 2018 at 15:48, John Baldwin wrote: > On Wednesday, May 23, 2018 12:09:59 PM Eitan Adler wrote: >> On 23 May 2018 at 09:27, John Baldwin wrote: >> > On Wednesday, May 23, 2018 04:09:01 AM Eitan Adler wrote: >> >> Author: eadler >> >> Date: Wed May 23 04:09:01 2018 >> >> New Revision:

svn commit: r335299 - head

2018-06-17 Thread Eitan Adler
Author: eadler Date: Sun Jun 17 19:44:24 2018 New Revision: 335299 URL: https://svnweb.freebsd.org/changeset/base/335299 Log: README: add generic notes about GENERIC and NOTES Inform new users what GENERIC and NOTES are. These are useful for people perusing the tree without a great deal

svn commit: r335298 - head/stand/common

2018-06-17 Thread Allan Jude
Author: allanjude Date: Sun Jun 17 19:31:35 2018 New Revision: 335298 URL: https://svnweb.freebsd.org/changeset/base/335298 Log: stand/common/disk.c: Update debug printf This was missed in r330809 because it is compiled out by default Sponsored by: Klara Systems Modified:

svn commit: r335297 - head/sys/compat/ndis

2018-06-17 Thread Dimitry Andric
Author: dim Date: Sun Jun 17 19:24:40 2018 New Revision: 335297 URL: https://svnweb.freebsd.org/changeset/base/335297 Log: Fix build of ndis with base gcc on i386 Casting from rman_res_t to a pointer results in "cast to pointer from integer of different size" warnings with base gcc on

svn commit: r335296 - head/sys/dev/acpi_support

2018-06-17 Thread Dimitry Andric
Author: dim Date: Sun Jun 17 19:14:05 2018 New Revision: 335296 URL: https://svnweb.freebsd.org/changeset/base/335296 Log: Fix build of aibs with base gcc on i386 Add a few intermediate casts to intptr_t to suppress "cast to pointer from integer of different size" warnings from gcc. In

svn commit: r335295 - head/lib/liby

2018-06-17 Thread Eitan Adler
Author: eadler Date: Sun Jun 17 18:05:27 2018 New Revision: 335295 URL: https://svnweb.freebsd.org/changeset/base/335295 Log: liby: rewrite yyerror.h In order to prevent confusion about copyright, rewrite from scratch yyerror.h. See discussion on r335270 for details. Modified:

svn commit: r335294 - head/tests/sys/audit

2018-06-17 Thread Alan Somers
Author: asomers Date: Sun Jun 17 17:43:55 2018 New Revision: 335294 URL: https://svnweb.freebsd.org/changeset/base/335294 Log: audit(4): add tests for connect, connectat, and accept Submitted by: aniketp MFC after:2 weeks Sponsored by: Google, Inc. (GSoC 2018) Differential

svn commit: r335290 - in head: etc/mtree usr.sbin/praudit usr.sbin/praudit/tests usr.sbin/praudit/tests/input

2018-06-17 Thread Alan Somers
Author: asomers Date: Sun Jun 17 17:31:16 2018 New Revision: 335290 URL: https://svnweb.freebsd.org/changeset/base/335290 Log: praudit(1): add tests Submitted by: aniketp MFC after:2 weeks X-MFC-With: 335287 Sponsored by: Google, Inc. (GSoC 2018) Differential Revision:

svn commit: r335287 - head/contrib/openbsm/bin/praudit

2018-06-17 Thread Alan Somers
Author: asomers Date: Sun Jun 17 17:10:35 2018 New Revision: 335287 URL: https://svnweb.freebsd.org/changeset/base/335287 Log: praudit(1): return 0 on success Cherry pick https://github.com/openbsm/openbsm/commit/ed83bb3 Submitted by: aniketp Reviewed by: rwatson, 0mp Obtained

svn commit: r335286 - in head/sys/fs: nfs nfsclient

2018-06-17 Thread Rick Macklem
Author: rmacklem Date: Sun Jun 17 16:30:06 2018 New Revision: 335286 URL: https://svnweb.freebsd.org/changeset/base/335286 Log: Make the pNFS NFSv4.1 client return a Flexible File layout upon error. The Flexible File layout LayoutReturn operation has argument fields where an I/O error

svn commit: r335285 - head/tests/sys/audit

2018-06-17 Thread Alan Somers
Author: asomers Date: Sun Jun 17 16:24:46 2018 New Revision: 335285 URL: https://svnweb.freebsd.org/changeset/base/335285 Log: audit(4): Add tests for a few syscalls in the ad class The ad audit class is for administrative commands. This commit adds test for settimeofday, adjtime, and

Re: svn commit: r335270 - head/lib/liby

2018-06-17 Thread Rodney W. Grimes
> On 17 June 2018 at 08:49, Ian Lepore wrote: > > All this drama about "copying" one line of text and adding another to > > create a new file. The no-brainer fix is to add a proper new-file > > license and stop arguing about what flavor of copying and what rules > > might apply to that. > > I

Re: svn commit: r335270 - head/lib/liby

2018-06-17 Thread Eitan Adler
On 17 June 2018 at 08:49, Ian Lepore wrote: > All this drama about "copying" one line of text and adding another to > create a new file. The no-brainer fix is to add a proper new-file > license and stop arguing about what flavor of copying and what rules > might apply to that. I didn't add my

Re: svn commit: r335270 - head/lib/liby

2018-06-17 Thread Ian Lepore
On Sun, 2018-06-17 at 08:26 -0700, Juli Mallett wrote: > On 17 June 2018 at 08:07, Rodney W. Grimes > wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Author: eadler > > > > > > > > > > Date: Sat Jun

Re: svn commit: r335270 - head/lib/liby

2018-06-17 Thread Juli Mallett
On 17 June 2018 at 08:07, Rodney W. Grimes wrote: > > > > > > > >> Author: eadler > > > > > > > >> Date: Sat Jun 16 23:50:34 2018 > > > > > > > >> New Revision: 335270 > > > > > > > >> URL: https://svnweb.freebsd.org/changeset/base/335270 > > > > > > > >> > > > > > > > >> Log: > > > > > > > >>

svn commit: r335284 - head/tests/sys/audit

2018-06-17 Thread Alan Somers
Author: asomers Date: Sun Jun 17 15:22:27 2018 New Revision: 335284 URL: https://svnweb.freebsd.org/changeset/base/335284 Log: audit(4): add tests for extattr_get_file(2) and friends This commit includes extattr_{get_file, get_fd, get_link, list_file, list_fd, list_link}. It does not

Re: svn commit: r335270 - head/lib/liby

2018-06-17 Thread Rodney W. Grimes
> > > > > > >> Author: eadler > > > > > > >> Date: Sat Jun 16 23:50:34 2018 > > > > > > >> New Revision: 335270 > > > > > > >> URL: https://svnweb.freebsd.org/changeset/base/335270 > > > > > > >> > > > > > > >> Log: > > > > > > >> liby: build with WARNS=6 > > > > > > >> > > > > > > >> Tested

svn commit: r335283 - head

2018-06-17 Thread Ian Lepore
Author: ian Date: Sun Jun 17 14:13:45 2018 New Revision: 335283 URL: https://svnweb.freebsd.org/changeset/base/335283 Log: Build LOCAL_LIB_DIRS along with system lib dirs, rather than building them in parallel with LOCAL_DIRS and all the other system post-libs stuff. Modified:

Re: svn commit: r334046 - head/tools/tools/intel-ucode-split

2018-06-17 Thread Mark Johnston
On Sun, Jun 17, 2018 at 02:50:44PM +0200, Oliver Pinter wrote: > On Sunday, June 17, 2018, Mark Johnston wrote: > > > On Sat, Jun 16, 2018 at 06:25:03PM -0700, Eitan Adler wrote: > > > On 13 June 2018 at 07:07, Mark Johnston wrote: > > > > On Wed, Jun 13, 2018 at 01:46:34AM +0200, Oliver Pinter

Re: svn commit: r334046 - head/tools/tools/intel-ucode-split

2018-06-17 Thread Oliver Pinter
On Sunday, June 17, 2018, Mark Johnston wrote: > On Sat, Jun 16, 2018 at 06:25:03PM -0700, Eitan Adler wrote: > > On 13 June 2018 at 07:07, Mark Johnston wrote: > > > On Wed, Jun 13, 2018 at 01:46:34AM +0200, Oliver Pinter wrote: > > >> On Wednesday, June 13, 2018, Ed Maste wrote: > > >> > >

Re: svn commit: r334046 - head/tools/tools/intel-ucode-split

2018-06-17 Thread Mark Johnston
On Sat, Jun 16, 2018 at 06:25:03PM -0700, Eitan Adler wrote: > On 13 June 2018 at 07:07, Mark Johnston wrote: > > On Wed, Jun 13, 2018 at 01:46:34AM +0200, Oliver Pinter wrote: > >> On Wednesday, June 13, 2018, Ed Maste wrote: > >> > >> > On Tue, 12 Jun 2018 at 18:17, Sean Bruno wrote: > >> > >

Re: svn commit: r335276 - in head/stand/i386: gptboot zfsboot

2018-06-17 Thread Eugene Grosbein
17.06.2018 10:18, Allan Jude wrote: > Author: allanjude > Date: Sun Jun 17 03:18:56 2018 > New Revision: 335276 > URL: https://svnweb.freebsd.org/changeset/base/335276 > > Log: > gptboot, zfsboot, gptzfsboot: Enable the video and serial consoles early > > Normally the serial console is

Re: svn commit: r335254 - in head/stand/i386: libi386 zfsboot

2018-06-17 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Sat, 16 Jun 2018 15:16:03 + (UTC) Allan Jude schrieb: > Author: allanjude > Date: Sat Jun 16 15:16:02 2018 > New Revision: 335254 > URL: https://svnweb.freebsd.org/changeset/base/335254 > > Log: > Avoid reading past the end of the disk

svn commit: r335282 - head/contrib/ofed/librdmacm/examples

2018-06-17 Thread Slava Shwartsman
Author: slavash Date: Sun Jun 17 07:08:47 2018 New Revision: 335282 URL: https://svnweb.freebsd.org/changeset/base/335282 Log: Fix false positive on failure When running mckey, errors may happen in the init/connect stage. When leaving multicast groups, we override this value. Fix

Re: svn commit: r335278 - head/bin/pwd

2018-06-17 Thread Bruce Evans
On Sun, 17 Jun 2018, Eitan Adler wrote: Log: pwd: mark usage as dead Modified: head/bin/pwd/pwd.c Modified: head/bin/pwd/pwd.c == --- head/bin/pwd/pwd.c Sun Jun 17 03:33:29 2018(r335277) +++

svn commit: r335281 - head/usr.sbin/bsdconfig/share

2018-06-17 Thread Devin Teske
Author: dteske Date: Sun Jun 17 06:25:32 2018 New Revision: 335281 URL: https://svnweb.freebsd.org/changeset/base/335281 Log: sysrc.subr: Fix display when value is "-n" PR: bin/226406 Reported by: Marius Halden MFC after:1 week X-MFC-to: stable/11 Sponsored by:

svn commit: r335280 - head/usr.sbin/bsdconfig/share

2018-06-17 Thread Devin Teske
Author: dteske Date: Sun Jun 17 06:03:48 2018 New Revision: 335280 URL: https://svnweb.freebsd.org/changeset/base/335280 Log: sysrc.subr: Fix handling of files with missing newline at EOF PR: bin/203435 Reported by: Andreas Sommer MFC after:1 week X-MFC-to: