svn commit: r350233 - head/sys/cam/ata

2019-07-22 Thread Alexander Motin
Author: mav Date: Tue Jul 23 02:11:14 2019 New Revision: 350233 URL: https://svnweb.freebsd.org/changeset/base/350233 Log: Make CAM ATA stack handle disk resizes. While for ATA disks resize is even more rare situation than for SCSI, it may happen in case of HPA or AMA being used. Make AT

svn commit: r350232 - head/sys/powerpc/aim

2019-07-22 Thread Justin Hibbits
Author: jhibbits Date: Mon Jul 22 22:59:50 2019 New Revision: 350232 URL: https://svnweb.freebsd.org/changeset/base/350232 Log: powerpc: Unbreak 64-bit pmap from 350206 oldpvo is never explicitly NULL'd by moea64_pvo_enter(), so don't check for NULL to do anything, only check error.

svn commit: r350231 - head/sys/dev/mmc

2019-07-22 Thread Ian Lepore
Author: ian Date: Mon Jul 22 22:41:44 2019 New Revision: 350231 URL: https://svnweb.freebsd.org/changeset/base/350231 Log: Correct spelling, partion -> partition. Modified: head/sys/dev/mmc/mmcsd.c Modified: head/sys/dev/mmc/mmcsd.c ===

svn commit: r350230 - head/sys/arm/ti

2019-07-22 Thread Emmanuel Vadot
Author: manu Date: Mon Jul 22 21:55:33 2019 New Revision: 350230 URL: https://svnweb.freebsd.org/changeset/base/350230 Log: arm: ti: Add a driver for ti,sysc bus ti,sysc is a simple-bus like driver. Add a driver for it so child nodes can attach. Added: head/sys/arm/ti/ti_sysc.c (cont

svn commit: r350229 - head/sys/arm/ti

2019-07-22 Thread Emmanuel Vadot
Author: manu Date: Mon Jul 22 21:53:58 2019 New Revision: 350229 URL: https://svnweb.freebsd.org/changeset/base/350229 Log: arm: ti: Get the hwmods property from the parent node Since the Linux 5.0 dts the ti,hwmods property is on the parent ti.sysc node. Modified: head/sys/arm/ti/ti_h

svn commit: r350228 - head/sys/cam/ata

2019-07-22 Thread Brooks Davis
Author: brooks Date: Mon Jul 22 21:07:58 2019 New Revision: 350228 URL: https://svnweb.freebsd.org/changeset/base/350228 Log: ata_xpt: Use the correct union member when accessing valid. In principle this should not matter as it's a union and they point to the same memory location but base

svn commit: r350227 - head/sys/kern

2019-07-22 Thread Alan Somers
Author: asomers Date: Mon Jul 22 21:03:52 2019 New Revision: 350227 URL: https://svnweb.freebsd.org/changeset/base/350227 Log: [skip ci] Fix the comment for cache_purge(9) This is a merge of r348738 from projects/fuse2 Reviewed by: kib MFC after:2 weeks Sponsored by: The FreeB

svn commit: r350225 - in head: sbin/ping6 usr.sbin/mld6query usr.sbin/traceroute6

2019-07-22 Thread Alan Somers
Author: asomers Date: Mon Jul 22 20:11:33 2019 New Revision: 350225 URL: https://svnweb.freebsd.org/changeset/base/350225 Log: Remove the USE_RFC2292BIS option and reap dead code This option was imported as part of the KAME project in r62627 (in 2000). It was turned on unconditionally in

svn commit: r350224 - in head: sbin/mount share/man/man5

2019-07-22 Thread Maxim Sobolev
Author: sobomax Date: Mon Jul 22 20:04:55 2019 New Revision: 350224 URL: https://svnweb.freebsd.org/changeset/base/350224 Log: Allow "update" option to be used in the fstab(5). Document possible use case. Approved by: mckusick MFC after:2 weeks Differential Revision:https:/

svn commit: r350221 - head/tests/sys/netpfil/pf

2019-07-22 Thread Li-Wen Hsu
Author: lwhsu Date: Mon Jul 22 18:54:26 2019 New Revision: 350221 URL: https://svnweb.freebsd.org/changeset/base/350221 Log: Temporarily skip sys.netpfil.pf.forward.{v4,v6} and sys.netpfil.pf.set_tos.v4 on i386 as they are flakey on it PR: 239380 Sponsored by: The FreeBSD Foun

svn commit: r350220 - head/tests/sys/kern

2019-07-22 Thread Li-Wen Hsu
Author: lwhsu Date: Mon Jul 22 18:43:46 2019 New Revision: 350220 URL: https://svnweb.freebsd.org/changeset/base/350220 Log: Fix URL. Sponsored by: The FreeBSD Foundation Modified: head/tests/sys/kern/ptrace_test.c Modified: head/tests/sys/kern/ptrace_test.c

svn commit: r350219 - head/contrib/netbsd-tests/lib/libc/regex

2019-07-22 Thread Li-Wen Hsu
Author: lwhsu Date: Mon Jul 22 18:42:55 2019 New Revision: 350219 URL: https://svnweb.freebsd.org/changeset/base/350219 Log: Temporarily skip lib.libc.regex.exhaust_test.regcomp_too_big and lib.libregex.exhaust_test.regcomp_too_big on i386 as they are flakey on it PR: 237450 S

svn commit: r350218 - head/lib/libproc

2019-07-22 Thread Brooks Davis
Author: brooks Date: Mon Jul 22 18:27:17 2019 New Revision: 350218 URL: https://svnweb.freebsd.org/changeset/base/350218 Log: Be consistent about temporary variable use in adjacent loops. Obtained from:CheriBSD MFC after:1 week Sponsored by: DARPA, AFRL Modified: head/lib

svn commit: r350216 - head/sys/netinet

2019-07-22 Thread Michael Tuexen
Author: tuexen Date: Mon Jul 22 18:11:35 2019 New Revision: 350216 URL: https://svnweb.freebsd.org/changeset/base/350216 Log: Wakeup the application when doing PD-API for unordered DATA chunks. Work done with rrs@. MFC after:1 week Modified: head/sys/netinet/sctp_indata.c

svn commit: r350215 - head/usr.sbin/mptutil

2019-07-22 Thread Ed Maste
Author: emaste Date: Mon Jul 22 17:25:35 2019 New Revision: 350215 URL: https://svnweb.freebsd.org/changeset/base/350215 Log: mptutil: emit a warning on big-endian architectures It is known to be broken. PR: 162513 MFC after:1 week Sponsored by: The FreeBSD Foundation

svn commit: r350214 - head/sbin/camcontrol

2019-07-22 Thread Alexander Motin
Author: mav Date: Mon Jul 22 17:08:18 2019 New Revision: 350214 URL: https://svnweb.freebsd.org/changeset/base/350214 Log: Unify BTL parsing for `camcontrol debug` and `reset`. This makes `camcontrol debug` also allow peripheral device specification. While there, make BTL parser more s

svn commit: r350213 - head/sys/dev/xdma

2019-07-22 Thread Ruslan Bukin
Author: br Date: Mon Jul 22 16:50:37 2019 New Revision: 350213 URL: https://svnweb.freebsd.org/changeset/base/350213 Log: Remove unused header. Sponsored by: DARPA, AFRL Modified: head/sys/dev/xdma/xdma_iommu.c Modified: head/sys/dev/xdma/xdma_iommu.c ===

svn commit: r350212 - in head/sys: conf dev/altera/msgdma dev/xdma mips/beri

2019-07-22 Thread Ruslan Bukin
Author: br Date: Mon Jul 22 16:01:20 2019 New Revision: 350212 URL: https://svnweb.freebsd.org/changeset/base/350212 Log: o Add support for BERI IOMMU device o Add an experimental IOMMU support to xDMA framework The BERI IOMMU device is the part of CHERI device-model project [1]. It tra

Re: svn commit: r342977 - in head/sys/dev: amdsmn amdtemp

2019-07-22 Thread Cy Schubert
In message <201901122236.x0cmaxsk017...@repo.freebsd.org>, Conrad Meyer writes: > Author: cem > Date: Sat Jan 12 22:36:33 2019 > New Revision: 342977 > URL: https://svnweb.freebsd.org/changeset/base/342977 > > Log: > amdtemp(4): Add support for Family 15h, Model >=60h > > Family 15h is a bi

svn commit: r350211 - head/tests/sys/kern

2019-07-22 Thread Li-Wen Hsu
Author: lwhsu Date: Mon Jul 22 10:37:56 2019 New Revision: 350211 URL: https://svnweb.freebsd.org/changeset/base/350211 Log: Temporarily skip flakey test case sys.kern.ptrace_test.ptrace__follow_fork_child_detached_unrelated_debugger PR: 239292 Sponsored by: The FreeBSD Founda

svn commit: r350210 - head/share/mk

2019-07-22 Thread Emmanuel Vadot
Author: manu Date: Mon Jul 22 10:17:59 2019 New Revision: 350210 URL: https://svnweb.freebsd.org/changeset/base/350210 Log: arm: Use -O2 instead of -O as optimization flag When using Clang -O is equivalent to -O2, change it -O2 to make it consistent with other platforms. Reference: