svn commit: r331203 - head/sbin/ipfw

2018-03-19 Thread Andrey V. Elsukov
Author: ae Date: Mon Mar 19 10:50:27 2018 New Revision: 331203 URL: https://svnweb.freebsd.org/changeset/base/331203 Log: Remove note that `fwd tablearg` is supported only by IPv4. IPv6 is supported too. MFC after:1 week Modified: head/sbin/ipfw/ipfw.8 Modified: head/sbin/ipfw/ipf

svn commit: r331204 - head/sys/ofed/drivers/infiniband/core

2018-03-19 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 19 13:51:33 2018 New Revision: 331204 URL: https://svnweb.freebsd.org/changeset/base/331204 Log: Remove redundant integer cast in ibcore. The "ref_count" field already has integer type. MFC after:1 week Sponsored by: Mellanox Technologies Modified:

svn commit: r331207 - head/stand/defaults

2018-03-19 Thread Ed Maste
Author: emaste Date: Mon Mar 19 15:07:15 2018 New Revision: 331207 URL: https://svnweb.freebsd.org/changeset/base/331207 Log: loader.conf: remove obsolete non-x86 beastie menu statement As of r330005 the same loader.conf defaults are used on all platforms. Sponsored by: The FreeBSD Fou

svn commit: r331208 - in head/sys: amd64/linux amd64/linux32 i386/linux

2018-03-19 Thread Ed Maste
Author: emaste Date: Mon Mar 19 15:11:10 2018 New Revision: 331208 URL: https://svnweb.freebsd.org/changeset/base/331208 Log: linux*_sysvec.c: rationalize whitespace and comments There's a fair amount of duplication between MD linuxulator files. Make indentation and comments consistent be

svn commit: r331209 - head

2018-03-19 Thread Kyle Evans
TE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: ** SPECIAL WARNING: ** +20180319: + For UEFI systems: the UEFI loader(8), loader.efi, should be updated in + conjunction with installing a new kernel after r330868. The k

svn commit: r331210 - head/sys/dts

2018-03-19 Thread Emmanuel Vadot
Author: manu Date: Mon Mar 19 15:35:26 2018 New Revision: 331210 URL: https://svnweb.freebsd.org/changeset/base/331210 Log: sys/dts: Remove arm64 from subdir as it no longer exists. r325987 removed the arm64 directory, remove it from SUBDIR too. Modified: head/sys/dts/Makefile Modified:

Re: svn commit: r331057 - head/sys/compat/linux

2018-03-19 Thread John Baldwin
On Friday, March 16, 2018 02:51:47 PM Ed Maste wrote: > Author: emaste > Date: Fri Mar 16 14:51:47 2018 > New Revision: 331057 > URL: https://svnweb.freebsd.org/changeset/base/331057 > > Log: > linux_errno.c: add newer errno values > > Also introduce a static assert to ensure the list is ke

svn commit: r331211 - head/stand/lua

2018-03-19 Thread Kyle Evans
Author: kevans Date: Mon Mar 19 15:48:31 2018 New Revision: 331211 URL: https://svnweb.freebsd.org/changeset/base/331211 Log: lualoader: Setup default color scheme if we're using colors The console may have been set for different colors before lualoader kicks in; notably, a black-on-white

svn commit: r331212 - in head: etc/mtree stand/defaults

2018-03-19 Thread Kyle Evans
Author: kevans Date: Mon Mar 19 16:16:12 2018 New Revision: 331212 URL: https://svnweb.freebsd.org/changeset/base/331212 Log: Move /boot/overlays to /boot/dtb/overlays The former is fairly vague; these are FDT overlays to be applied to the running system, so /boot/dtb is a sensible locati

svn commit: r331213 - head/stand/defaults

2018-03-19 Thread Kyle Evans
Author: kevans Date: Mon Mar 19 16:17:10 2018 New Revision: 331213 URL: https://svnweb.freebsd.org/changeset/base/331213 Log: Amend missed reference to /boot/overlays, moved to /boot/dtb/overlays Modified: head/stand/defaults/loader.conf.5 Modified: head/stand/defaults/loader.conf.5

svn commit: r331214 - in head: share/man/man4 sys/netinet/cc

2018-03-19 Thread Lawrence Stewart
Author: lstewart Date: Mon Mar 19 16:37:47 2018 New Revision: 331214 URL: https://svnweb.freebsd.org/changeset/base/331214 Log: Add support for the experimental Internet-Draft "TCP Alternative Backoff with ECN (ABE)" proposal to the New Reno congestion control algorithm module. ABE reduces t

svn commit: r331215 - head/sys/x86/include

2018-03-19 Thread John Baldwin
Author: jhb Date: Mon Mar 19 17:14:56 2018 New Revision: 331215 URL: https://svnweb.freebsd.org/changeset/base/331215 Log: Fix a typo. Reviewed by: kib Modified: head/sys/x86/include/ucontext.h Modified: head/sys/x86/include/ucontext.h ==

Re: svn commit: r331209 - head

2018-03-19 Thread John Baldwin
On Monday, March 19, 2018 03:27:53 PM Kyle Evans wrote: > Author: kevans > Date: Mon Mar 19 15:27:53 2018 > New Revision: 331209 > URL: https://svnweb.freebsd.org/changeset/base/331209 > > Log: > Add note to UPDATING about UEFI changes requiring loader(8) update > > These problems have only

Re: svn commit: r325739 - in head: lib/libcasper/services lib/libcasper/services/cap_syslog share/mk

2018-03-19 Thread John Baldwin
On Sunday, March 18, 2018 01:07:38 PM Mark Johnston wrote: > On Sun, Mar 18, 2018 at 03:20:39PM +0100, Mariusz Zaborski wrote: > > On Mon, Mar 05, 2018 at 11:19:16AM -0600, Mark Linimon wrote: > > > On Mon, Mar 05, 2018 at 11:13:58AM -0500, Mark Johnston wrote: > > > > The growing divergence with s

Re: svn commit: r331209 - head

2018-03-19 Thread Andriy Gapon
On 19/03/2018 18:20, John Baldwin wrote: > On Monday, March 19, 2018 03:27:53 PM Kyle Evans wrote: >> Author: kevans >> Date: Mon Mar 19 15:27:53 2018 >> New Revision: 331209 >> URL: https://svnweb.freebsd.org/changeset/base/331209 >> >> Log: >> Add note to UPDATING about UEFI changes requiring l

Re: svn commit: r331209 - head

2018-03-19 Thread Warner Losh
On Mon, Mar 19, 2018 at 11:51 AM, Andriy Gapon wrote: > On 19/03/2018 18:20, John Baldwin wrote: > > On Monday, March 19, 2018 03:27:53 PM Kyle Evans wrote: > >> Author: kevans > >> Date: Mon Mar 19 15:27:53 2018 > >> New Revision: 331209 > >> URL: https://svnweb.freebsd.org/changeset/base/331209

Re: svn commit: r331209 - head

2018-03-19 Thread Rodney W. Grimes
> On Mon, Mar 19, 2018 at 11:51 AM, Andriy Gapon wrote: > > > On 19/03/2018 18:20, John Baldwin wrote: > > > On Monday, March 19, 2018 03:27:53 PM Kyle Evans wrote: > > >> Author: kevans > > >> Date: Mon Mar 19 15:27:53 2018 > > >> New Revision: 331209 > > >> URL: https://svnweb.freebsd.org/chang

Re: svn commit: r331209 - head

2018-03-19 Thread Warner Losh
On Mon, Mar 19, 2018 at 12:09 PM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > On Mon, Mar 19, 2018 at 11:51 AM, Andriy Gapon wrote: > > > > > On 19/03/2018 18:20, John Baldwin wrote: > > > > On Monday, March 19, 2018 03:27:53 PM Kyle Evans wrote: > > > >> Author: kevans > > > >>

svn commit: r331220 - in head/contrib/processor-trace: . include libipt libipt/include

2018-03-19 Thread Ruslan Bukin
Author: br Date: Mon Mar 19 18:59:15 2018 New Revision: 331220 URL: https://svnweb.freebsd.org/changeset/base/331220 Log: Import Intel Processor Trace decoder library from vendor/processor-trace/24982c1a6fce48f1e416461d42899805f74fbb26 Sponsored by: DARPA, AFRL Added: head/contrib/proc

svn commit: r331221 - head/tests/sys/aio

2018-03-19 Thread John Baldwin
Author: jhb Date: Mon Mar 19 19:09:15 2018 New Revision: 331221 URL: https://svnweb.freebsd.org/changeset/base/331221 Log: Revert r318180 and re-enable AIO tests on md(4) by default. The 'physio' fast-path used by AIO requests on md(4) devices, is not gated on the unsafe_aio knob. Prior

svn commit: r331222 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2018-03-19 Thread Mark Johnston
Author: markj Date: Mon Mar 19 19:32:05 2018 New Revision: 331222 URL: https://svnweb.freebsd.org/changeset/base/331222 Log: Given hidden visibility to symbols referenced by the DOF section. MFC after:1 week Modified: head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c Modi

svn commit: r331223 - head/sys/cam/scsi

2018-03-19 Thread Kenneth D. Merry
Author: ken Date: Mon Mar 19 20:19:00 2018 New Revision: 331223 URL: https://svnweb.freebsd.org/changeset/base/331223 Log: cam_periph_acquire() now returns an errno. The ch(4) driver was missed in change 328918, which changed cam_periph_acquire() to return an errno instead of cam_status.

svn commit: r331224 - head/sys/dev/ixgbe

2018-03-19 Thread Eric Joyner
Author: erj Date: Mon Mar 19 20:55:05 2018 New Revision: 331224 URL: https://svnweb.freebsd.org/changeset/base/331224 Log: ixgbe(4): Update shared code, add support for X552 1G, fix bug This patch will: - Update ixgbe shared code - Add support for Intel(R) Ethernet Connection X552 10

svn commit: r331225 - head/sys/netpfil/pf

2018-03-19 Thread Kristof Provost
Author: kp Date: Mon Mar 19 21:13:25 2018 New Revision: 331225 URL: https://svnweb.freebsd.org/changeset/base/331225 Log: pf: Fix memory leak in DIOCRADDTABLES If a user attempts to add two tables with the same name the duplicate table will not be added, but we forgot to free the duplicat

svn commit: r331226 - in head/sys: amd64/linux amd64/linux32 i386/linux

2018-03-19 Thread Ed Maste
Author: emaste Date: Mon Mar 19 21:26:32 2018 New Revision: 331226 URL: https://svnweb.freebsd.org/changeset/base/331226 Log: Rename linuxulator functions with linux_ prefix It's preferable to have a consistent prefix. This also reduces differences between the three linux*_sysvec.c files

Re: svn commit: r331057 - head/sys/compat/linux

2018-03-19 Thread Ed Maste
On 16 March 2018 at 17:08, John Baldwin wrote: > On Friday, March 16, 2018 02:51:47 PM Ed Maste wrote: >> Author: emaste >> Date: Fri Mar 16 14:51:47 2018 >> New Revision: 331057 >> URL: https://svnweb.freebsd.org/changeset/base/331057 >> >> Log: >> linux_errno.c: add newer errno values > > Coul

svn commit: r331227 - head/sys/kern

2018-03-19 Thread Matt Joras
Author: mjoras Date: Mon Mar 19 22:43:27 2018 New Revision: 331227 URL: https://svnweb.freebsd.org/changeset/base/331227 Log: Fix initialization of eventhandler mutex. mtx_init does not do a copy of the name string it is passed. The eventhandler code incorrectly passed the parameter strin

svn commit: r331228 - in head/sys/dev/mpr: . mpi

2018-03-19 Thread Alexander Motin
Author: mav Date: Mon Mar 19 23:21:45 2018 New Revision: 331228 URL: https://svnweb.freebsd.org/changeset/base/331228 Log: Update mpr(4) driver from v15 to v18 from Broadcom site. Version 16 is just a number bump, since we already had those changes. Version 17 introduces new AdapterTyp

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

2018-03-19 Thread Conrad Meyer
On Mon, Mar 19, 2018 at 3:43 PM, Matt Joras wrote: > Author: mjoras > Date: Mon Mar 19 22:43:27 2018 > New Revision: 331227 > URL: https://svnweb.freebsd.org/changeset/base/331227 > > Log: > Fix initialization of eventhandler mutex. > > mtx_init does not do a copy of the name string it is pass

svn commit: r331229 - in head/sys: arm/amlogic/aml8726 arm/annapurna/alpine arm/broadcom/bcm2835 arm/freescale arm/freescale/vybrid arm/mv arm/samsung/exynos arm/ti/am335x dev/fdt dev/ofw dev/ow de...

2018-03-19 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Mar 20 00:03:49 2018 New Revision: 331229 URL: https://svnweb.freebsd.org/changeset/base/331229 Log: [ofw] fix errneous checks for OF_finddevice(9) return value OF_finddevices returns ((phandle_t)-1) in case of failure. Some code in existing drivers checked return

svn commit: r331230 - head/contrib/blacklist/bin

2018-03-19 Thread Conrad Meyer
Author: cem Date: Tue Mar 20 00:16:24 2018 New Revision: 331230 URL: https://svnweb.freebsd.org/changeset/base/331230 Log: blacklist: Fix minor memory leak in configuration parsing error case Ordinarily, the continue clause of the for-loop would free 'line.' In this case we instead retur

svn commit: r331231 - head/sys/powerpc/booke

2018-03-19 Thread Justin Hibbits
Author: jhibbits Date: Tue Mar 20 01:07:22 2018 New Revision: 331231 URL: https://svnweb.freebsd.org/changeset/base/331231 Log: Fix powerpc Book-E build post-331018/331048. pagedaemon_wakeup() was moved from vm_pageout.h to vm_pagequeue.h. Modified: head/sys/powerpc/booke/pmap.c Modifie

Re: svn commit: r331212 - in head: etc/mtree stand/defaults

2018-03-19 Thread Oliver Pinter
On Monday, March 19, 2018, Kyle Evans wrote: > Author: kevans > Date: Mon Mar 19 16:16:12 2018 > New Revision: 331212 > URL: https://svnweb.freebsd.org/changeset/base/331212 > > Log: > Move /boot/overlays to /boot/dtb/overlays > > Hi! Do you plan to add the old files to ObsoleteFiles.inc? >

Re: svn commit: r319510 - head/contrib/xz/src/liblzma/check

2018-03-19 Thread Oliver Pinter
On Sunday, March 18, 2018, Eitan Adler wrote: > On 2 June 2017 at 19:42, Ed Maste wrote: > > Author: emaste > > Date: Sat Jun 3 02:42:49 2017 > > New Revision: 319510 > > URL: https://svnweb.freebsd.org/changeset/base/319510 > > > > Log: > > xz: set noexec stack flag on FreeBSD > > Heya. Is t

svn commit: r331232 - head

2018-03-19 Thread Kyle Evans
Tue Mar 20 01:33:04 2018(r331232) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20180319: remove /boot/overlays, replaced by /boot/dtb/overlays +OLD_DIRS+=boot/overlays # 20180311: remove sys/sys/i386/include/pcaudioio.h .if ${TARGET_ARCH} == "i386" OLD_FIL

svn commit: r331233 - head/sys/kern

2018-03-19 Thread Justin Hibbits
Author: jhibbits Date: Tue Mar 20 02:01:30 2018 New Revision: 331233 URL: https://svnweb.freebsd.org/changeset/base/331233 Log: Cast through uintptr_t to narrow the buf domain pointer on 32-bit archs arg2 is an intmax_t, which on 32-bit architectures is 64 bits, wider than a pointer. Whe

svn commit: r331234 - head/sys/i386/linux

2018-03-19 Thread Ed Maste
Author: emaste Date: Tue Mar 20 02:50:11 2018 New Revision: 331234 URL: https://svnweb.freebsd.org/changeset/base/331234 Log: Rationalize license text on Linuxolator files i386 linux.h missed in r330239. Approved by: sos MFC after:1 week Sponsored by: The FreeBSD Foundation M

Re: svn commit: r319510 - head/contrib/xz/src/liblzma/check

2018-03-19 Thread Ed Maste
On 18 March 2018 at 18:25, Eitan Adler wrote: > On 2 June 2017 at 19:42, Ed Maste wrote: >> Author: emaste >> Date: Sat Jun 3 02:42:49 2017 >> New Revision: 319510 >> URL: https://svnweb.freebsd.org/changeset/base/319510 >> >> Log: >> xz: set noexec stack flag on FreeBSD > > Heya. Is this one

svn commit: r331237 - head/sys/cam/nvme

2018-03-19 Thread Warner Losh
Author: imp Date: Tue Mar 20 03:37:04 2018 New Revision: 331237 URL: https://svnweb.freebsd.org/changeset/base/331237 Log: Remove some redundant MPSAFE flags. This was pointed out in a code review I'm having trouble finding right now, but go ahead and eliminate these. Sponsored by: N

svn commit: r331238 - head/sys/cam/nvme

2018-03-19 Thread Warner Losh
Author: imp Date: Tue Mar 20 03:37:09 2018 New Revision: 331238 URL: https://svnweb.freebsd.org/changeset/base/331238 Log: Make kern.cam.nda.num_trim tunable to limit the number of BIO_DELETE requests that we'll collapse into one DSM_TRIM. By default it is a 256, which is the max that will f

svn commit: r331239 - in head/sys: cam/nvme dev/nvme

2018-03-19 Thread Warner Losh
Author: imp Date: Tue Mar 20 03:37:14 2018 New Revision: 331239 URL: https://svnweb.freebsd.org/changeset/base/331239 Log: Starting LBA is a 64bit number, so use htole64 instead of htole32. The latter casts the LBA to a 32-bit number before assigning it to the 64 bit structure entity. This w

svn commit: r331236 - head

2018-03-19 Thread Warner Losh
52,22 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: ** SPECIAL WARNING: ** 20180319: - For UEFI systems: the UEFI loader(8), loader.efi, should be updated in - conjunction with installing a new kernel after r330868. The k

Re: svn commit: r331238 - head/sys/cam/nvme

2018-03-19 Thread O. Hartmann
On Tue, 20 Mar 2018 03:37:09 + (UTC) Warner Losh wrote: > Author: imp > Date: Tue Mar 20 03:37:09 2018 > New Revision: 331238 > URL: https://svnweb.freebsd.org/changeset/base/331238 > > Log: > Make kern.cam.nda.num_trim tunable to limit the number of BIO_DELETE > requests that we'll coll

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

2018-03-19 Thread Jeff Roberson
Thanks for fixing my bug. Sorry I didn't build universe for this one. Thanks, Jeff On Tue, 20 Mar 2018, Justin Hibbits wrote: Author: jhibbits Date: Tue Mar 20 02:01:30 2018 New Revision: 331233 URL: https://svnweb.freebsd.org/changeset/base/331233 Log: Cast through uintptr_t to narrow the