svn commit: r335812 - head/sys/dev/iwn

2018-06-29 Thread Eitan Adler
Author: eadler Date: Sat Jun 30 04:30:08 2018 New Revision: 335812 URL: https://svnweb.freebsd.org/changeset/base/335812 Log: iwn: Add the missing IWN_SDID_6035_5 subdevice Obtained from:Haiku (da166fc6469b98397de98a7ccc13b82a3cd3b290) Modified: head/sys/dev/iwn/if_iwn.c head/s

svn commit: r335811 - head/share/misc

2018-06-29 Thread Eitan Adler
Author: eadler Date: Sat Jun 30 01:04:37 2018 New Revision: 335811 URL: https://svnweb.freebsd.org/changeset/base/335811 Log: bsd-family-tree: Announce DragonFly version 5.2.2 Obtained from:https://www.dragonflybsd.org/release52/ Modified: head/share/misc/bsd-family-tree Modifie

svn commit: r335810 - head/share/misc

2018-06-29 Thread Eitan Adler
Author: eadler Date: Sat Jun 30 01:02:59 2018 New Revision: 335810 URL: https://svnweb.freebsd.org/changeset/base/335810 Log: bsd-family-tree: Announce DragonFly version 5.2.2 Obtained from:https://www.dragonflybsd.org/release52/ Modified: head/share/misc/bsd-family-tree Modifie

svn commit: r335809 - in head/sys/contrib/dev/acpica: . common compiler components/hardware components/namespace include

2018-06-29 Thread Jung-uk Kim
Author: jkim Date: Fri Jun 29 23:48:30 2018 New Revision: 335809 URL: https://svnweb.freebsd.org/changeset/base/335809 Log: MFV: r335802 Merge ACPICA 20180629. Modified: head/sys/contrib/dev/acpica/changes.txt head/sys/contrib/dev/acpica/common/dmextern.c head/sys/contrib/dev

svn commit: r335808 - in head/sys/ufs: ffs ufs

2018-06-29 Thread Kirk McKusick
Author: mckusick Date: Fri Jun 29 22:24:41 2018 New Revision: 335808 URL: https://svnweb.freebsd.org/changeset/base/335808 Log: Create um_flags in the ufsmount structure to hold flags for a UFS filesystem. Convert integer structure flags to use um_flags: int um_candelete;

Re: svn commit: r335690 - head/sys/kern

2018-06-29 Thread Devin Teske
> On Jun 28, 2018, at 12:36 AM, Warner Losh wrote: > > > > On Thu, Jun 28, 2018 at 12:54 AM, Devin Teske > wrote: > >> On Jun 27, 2018, at 7:35 PM, Warner Losh > > wrote: >> >> >> >> On Wed, Jun 27, 2018 at 8:14 PM, Devin Teske >

svn commit: r335805 - head

2018-06-29 Thread Alex Richardson
Author: arichardson Date: Fri Jun 29 21:15:26 2018 New Revision: 335805 URL: https://svnweb.freebsd.org/changeset/base/335805 Log: Don't change directory owner to root when building with -DNO_ROOT Currently the mtree calls in Makefile.inc1 all change the directory owner to match the spec

svn commit: r335804 - in head: etc usr.sbin/rmt

2018-06-29 Thread Alex Richardson
Author: arichardson Date: Fri Jun 29 21:15:17 2018 New Revision: 335804 URL: https://svnweb.freebsd.org/changeset/base/335804 Log: Fix missing files in METALOG with -DNO_ROOT By using INSTALL_LINK instead of calling ln during install the files end up in the METALOG file as well if we use

svn commit: r335803 - vendor-sys/acpica/20180629

2018-06-29 Thread Jung-uk Kim
Author: jkim Date: Fri Jun 29 20:17:47 2018 New Revision: 335803 URL: https://svnweb.freebsd.org/changeset/base/335803 Log: Tag ACPICA 20180629. Added: vendor-sys/acpica/20180629/ - copied from r335802, vendor-sys/acpica/dist/ ___ svn-src-all

svn commit: r335802 - in vendor-sys/acpica/dist: . source/common source/compiler source/components/hardware source/components/namespace source/include source/tools/acpisrc

2018-06-29 Thread Jung-uk Kim
Author: jkim Date: Fri Jun 29 20:16:57 2018 New Revision: 335802 URL: https://svnweb.freebsd.org/changeset/base/335802 Log: Import ACPICA 20180629. Modified: vendor-sys/acpica/dist/changes.txt vendor-sys/acpica/dist/source/common/dmextern.c vendor-sys/acpica/dist/source/compiler

svn commit: r335801 - head/sys/powerpc/powernv

2018-06-29 Thread Justin Hibbits
Author: jhibbits Date: Fri Jun 29 19:35:25 2018 New Revision: 335801 URL: https://svnweb.freebsd.org/changeset/base/335801 Log: Support multiple OPAL consoles, and don't crash if uart is not stdout Summary: If the chosen console is not the OPAL uart, but OPAL uart devices exist, the conso

svn commit: r335800 - head/sys/conf

2018-06-29 Thread Ed Maste
Author: emaste Date: Fri Jun 29 18:45:29 2018 New Revision: 335800 URL: https://svnweb.freebsd.org/changeset/base/335800 Log: newvers.sh: avoid possibly invalid relative directory Previously newvers.sh passed --work-tree=${VCSDIR}/.. when invoking git. When using git worktree .git is actu

svn commit: r335799 - in head: contrib/compiler-rt/lib/sanitizer_common contrib/libc++/include contrib/libc++/src/support/runtime contrib/llvm/include/llvm/CodeGen contrib/llvm/include/llvm/IR cont...

2018-06-29 Thread Dimitry Andric
Author: dim Date: Fri Jun 29 17:51:35 2018 New Revision: 335799 URL: https://svnweb.freebsd.org/changeset/base/335799 Log: Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to 6.0.1 release (upstream r335540). Relnotes: yes MFC after:2 weeks Modified: head

svn commit: r335798 - in stable/11: sbin/pfctl share/man/man5 sys/netpfil/pf

2018-06-29 Thread Kristof Provost
Author: kp Date: Fri Jun 29 16:46:19 2018 New Revision: 335798 URL: https://svnweb.freebsd.org/changeset/base/335798 Log: MFC r335569: pf: Support "return" statements in passing rules when they fail. Normally pf rules are expected to do one of two things: pass the traffic or block it

svn commit: r335797 - head/share/mk

2018-06-29 Thread Brooks Davis
Author: brooks Date: Fri Jun 29 16:07:56 2018 New Revision: 335797 URL: https://svnweb.freebsd.org/changeset/base/335797 Log: Correct link metadata created when installing with -DNO_ROOT. Explicitly specify owner/group/mode metadata when creating links. More consistently use INSTALL_SY

svn commit: r335796 - head/sys/netipsec

2018-06-29 Thread Ed Maste
Author: emaste Date: Fri Jun 29 14:51:36 2018 New Revision: 335796 URL: https://svnweb.freebsd.org/changeset/base/335796 Log: r335795 build fix: make static functions static -Werror,-Wmissing-prototypes makes this an error otherwise. MFC with: 335795 Sponsored by: The FreeBSD Fou

svn commit: r335795 - head/sys/netipsec

2018-06-29 Thread Andrey V. Elsukov
Author: ae Date: Fri Jun 29 13:59:33 2018 New Revision: 335795 URL: https://svnweb.freebsd.org/changeset/base/335795 Log: Make debug output produced by `setkey -x` command a more human readable. Add text names of SADB message types and extension headers to the output. Obtained from:

svn commit: r335794 - head/sys/fs/nfsserver

2018-06-29 Thread Rick Macklem
Author: rmacklem Date: Fri Jun 29 12:41:36 2018 New Revision: 335794 URL: https://svnweb.freebsd.org/changeset/base/335794 Log: Fix the pNFS server for a case where mirror level equals number of DSs. If a pNFS service was set up where the number of DSs equals the mirror level and then a D

svn commit: r335793 - head/sys/riscv/conf

2018-06-29 Thread Ruslan Bukin
Author: br Date: Fri Jun 29 10:55:42 2018 New Revision: 335793 URL: https://svnweb.freebsd.org/changeset/base/335793 Log: Include UART driver since it is now provided in QEMU. Sponsored by: DARPA, AFRL Modified: head/sys/riscv/conf/GENERIC Modified: head/sys/riscv/conf/GENERIC =