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

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 >

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:

svn commit: r331236 - head

2018-03-19 Thread Warner Losh
@@ 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 kernel

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

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

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

svn commit: r331235 - stable/11/contrib/xz/src/liblzma/check

2018-03-19 Thread Ed Maste
Author: emaste Date: Tue Mar 20 02:54:32 2018 New Revision: 331235 URL: https://svnweb.freebsd.org/changeset/base/331235 Log: MFC r319510: xz: set noexec stack flag on FreeBSD Modified: stable/11/contrib/xz/src/liblzma/check/crc32_x86.S stable/11/contrib/xz/src/liblzma/check/crc64_x86.S

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

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.

Factory direct signs outdoor advertising

2018-03-19 Thread Reed
Hi , Thank you for your time to open this email. There is a great business opportunity which is waiting for you. Do you have any interest in Interactive Displaying Equipment? This is Hongbao which is dealing in this kind of requirement. We are looking for local agent for all over the world. If

svn commit: r331232 - head

2018-03-19 Thread Kyle Evans
331231) +++ head/ObsoleteFiles.inc 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 ${TARGE

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

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

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

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

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

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

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

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

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

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

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

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

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.

Re: svn commit: r331218 - in vendor/processor-trace: . 24982c1a6fce48f1e416461d42899805f74fbb26 24982c1a6fce48f1e416461d42899805f74fbb26/doc 24982c1a6fce48f1e416461d42899805f74fbb26/doc/man 24982c1a6f

2018-03-19 Thread John Baldwin
On Monday, March 19, 2018 06:34:08 PM Ruslan Bukin wrote: > Author: br > Date: Mon Mar 19 18:34:08 2018 > New Revision: 331218 > URL: https://svnweb.freebsd.org/changeset/base/331218 > > Log: > Import Intel Processor Trace library. > > Git ID 24982c1a6fce48f1e416461d42899805f74fbb26 > >

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

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: 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:

svn commit: r331219 - in stable/11: contrib/llvm/include/llvm contrib/llvm/include/llvm/CodeGen contrib/llvm/include/llvm/Target contrib/llvm/lib/CodeGen contrib/llvm/lib/Target/X86 contrib/llvm/to...

2018-03-19 Thread Dimitry Andric
Author: dim Date: Mon Mar 19 18:36:43 2018 New Revision: 331219 URL: https://svnweb.freebsd.org/changeset/base/331219 Log: Merge retpoline support from the upstream llvm, clang and lld 5.0 branches. Upstream merge revisions: r324007: merging r323155 for llvm r324009: merging

svn commit: r331218 - in vendor/processor-trace: . 24982c1a6fce48f1e416461d42899805f74fbb26 24982c1a6fce48f1e416461d42899805f74fbb26/doc 24982c1a6fce48f1e416461d42899805f74fbb26/doc/man 24982c1a6fc...

2018-03-19 Thread Ruslan Bukin
Author: br Date: Mon Mar 19 18:34:08 2018 New Revision: 331218 URL: https://svnweb.freebsd.org/changeset/base/331218 Log: Import Intel Processor Trace library. Git ID 24982c1a6fce48f1e416461d42899805f74fbb26 Sponsored by: DARPA, AFRL Differential Revision:

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: > > > >>

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:

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:

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

svn commit: r331217 - stable/10/etc/rc.d

2018-03-19 Thread David Bright
Author: dab Date: Mon Mar 19 17:38:35 2018 New Revision: 331217 URL: https://svnweb.freebsd.org/changeset/base/331217 Log: MFC r331015: Modify rc.d/fsck to handle new status from fsck/fsck_ffs r328013 introduced a new error code from fsck_ffs that indicates that it could not

svn commit: r331216 - stable/11/etc/rc.d

2018-03-19 Thread David Bright
Author: dab Date: Mon Mar 19 17:37:51 2018 New Revision: 331216 URL: https://svnweb.freebsd.org/changeset/base/331216 Log: MFC r331015: Modify rc.d/fsck to handle new status from fsck/fsck_ffs r328013 introduced a new error code from fsck_ffs that indicates that it could not

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

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

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

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

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: 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

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

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

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

svn commit: r331209 - head

2018-03-19 Thread Kyle Evans
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 kernel

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

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

svn commit: r331206 - in stable/10: lib/libc/sparc64/sys libexec/rtld-elf libexec/rtld-elf/amd64 libexec/rtld-elf/arm libexec/rtld-elf/i386 libexec/rtld-elf/ia64 libexec/rtld-elf/mips libexec/rtld-...

2018-03-19 Thread Marius Strobl
Author: marius Date: Mon Mar 19 14:28:58 2018 New Revision: 331206 URL: https://svnweb.freebsd.org/changeset/base/331206 Log: MFC: r328834 o Let rtld(1) set up psABI user trap handlers prior to executing the objects' init functions instead of doing the setup via a constructor in

svn commit: r331205 - in stable/11: lib/libc/sparc64/sys libexec/rtld-elf libexec/rtld-elf/aarch64 libexec/rtld-elf/amd64 libexec/rtld-elf/arm libexec/rtld-elf/i386 libexec/rtld-elf/mips libexec/rt...

2018-03-19 Thread Marius Strobl
Author: marius Date: Mon Mar 19 14:28:20 2018 New Revision: 331205 URL: https://svnweb.freebsd.org/changeset/base/331205 Log: MFC: r328834 o Let rtld(1) set up psABI user trap handlers prior to executing the objects' init functions instead of doing the setup via a constructor in

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: 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:

svn commit: r331202 - in stable/10: sbin/ipfw sys/netpfil/ipfw

2018-03-19 Thread Andrey V. Elsukov
Author: ae Date: Mon Mar 19 09:54:16 2018 New Revision: 331202 URL: https://svnweb.freebsd.org/changeset/base/331202 Log: MFC r330792: Do not try to reassemble IPv6 fragments in "reass" rule. ip_reass() expects IPv4 packet and will just corrupt any IPv6 packets that it gets.

svn commit: r331201 - in stable/11: sbin/ipfw sys/netpfil/ipfw

2018-03-19 Thread Andrey V. Elsukov
Author: ae Date: Mon Mar 19 09:52:16 2018 New Revision: 331201 URL: https://svnweb.freebsd.org/changeset/base/331201 Log: MFC r330792: Do not try to reassemble IPv6 fragments in "reass" rule. ip_reass() expects IPv4 packet and will just corrupt any IPv6 packets that it gets.

svn commit: r331200 - svnadmin/conf

2018-03-19 Thread Hiroki Sato
Author: hrs Date: Mon Mar 19 08:28:25 2018 New Revision: 331200 URL: https://svnweb.freebsd.org/changeset/base/331200 Log: Please welcome Vincenzo Maffione (vmaffione) as a new src committer. He will work on netmap framework. I (hrs) will be his mentor. Approved by: core

svn commit: r331199 - stable/11/share/man/man4

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 07:37:36 2018 New Revision: 331199 URL: https://svnweb.freebsd.org/changeset/base/331199 Log: MFC r324860: Modernise this man page somewhat. 1. Add a reference to a good 3rd party list of compatible cables, but provide suggestions for 'known good'

svn commit: r331198 - in stable/11/sys/dev/usb: . misc

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 07:37:13 2018 New Revision: 331198 URL: https://svnweb.freebsd.org/changeset/base/331198 Log: MFC r324858: Add Prolific PL27A1 USB 3.0 Host-Host device to udbp(4). Tested with a Plugable cable in VirtualBox against Linux 4.11. Modified:

svn commit: r331197 - stable/11/share/man/man4

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 07:35:35 2018 New Revision: 331197 URL: https://svnweb.freebsd.org/changeset/base/331197 Log: MFC r324806: Use the .Fx macro consistently. Sponsored by: Spectra Logic Corp Modified: stable/11/share/man/man4/mpr.4 stable/11/share/man/man4/usfs.4

svn commit: r331196 - stable/11/share/man/man4

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 07:34:24 2018 New Revision: 331196 URL: https://svnweb.freebsd.org/changeset/base/331196 Log: MFC r322674: Add Thunderbolt Apple interfaces to the bge(4) supported list. Document message reported by kernel upon removal in DIAGNOSTIC section. Document

svn commit: r331195 - in stable/11/sys/dev: ahci usb/controller

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 07:33:12 2018 New Revision: 331195 URL: https://svnweb.freebsd.org/changeset/base/331195 Log: MFC r320178: Add some device IDs for Intel Denverton SoCs. Modified: stable/11/sys/dev/ahci/ahci_pci.c stable/11/sys/dev/usb/controller/xhci_pci.c Directory

svn commit: r331194 - stable/11/sbin/ipfw

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 07:28:54 2018 New Revision: 331194 URL: https://svnweb.freebsd.org/changeset/base/331194 Log: MFC r320268,r320276: ipfw: dummynet: Add 'G' and 'g' suffix for bandwidth configuration/display Modified: stable/11/sbin/ipfw/dummynet.c

svn commit: r331193 - stable/11/usr.bin/cut

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 07:08:14 2018 New Revision: 331193 URL: https://svnweb.freebsd.org/changeset/base/331193 Log: MFC r322013: Document -w flag is an extension to POSIX. PR: 201937 Modified: stable/11/usr.bin/cut/cut.1 Directory Properties: stable/11/

svn commit: r331192 - stable/11/lib/libc/stdlib

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 07:07:03 2018 New Revision: 331192 URL: https://svnweb.freebsd.org/changeset/base/331192 Log: MFC r320992,r320993: Add a complete example to tsearch(3) Modified: stable/11/lib/libc/stdlib/tsearch.3 Directory Properties: stable/11/ (props changed)

svn commit: r331191 - stable/11/sys/dev/fb

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 07:03:02 2018 New Revision: 331191 URL: https://svnweb.freebsd.org/changeset/base/331191 Log: MFC r315986: Fix 3 entries in mode tables related to mono and 90-column text modes. Newer VGAs don't support any mono modes, but bugs in the tables created 2

svn commit: r331190 - stable/11/include

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 07:00:15 2018 New Revision: 331190 URL: https://svnweb.freebsd.org/changeset/base/331190 Log: MFC r313818: Small inclusion guard comment fix. Modified: stable/11/include/pthread.h Directory Properties: stable/11/ (props changed) Modified:

svn commit: r331189 - stable/11/sys/powerpc/include

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 06:57:41 2018 New Revision: 331189 URL: https://svnweb.freebsd.org/changeset/base/331189 Log: MFC r325112: Add P5010/P5010E for completeness Modified: stable/11/sys/powerpc/include/spr.h Directory Properties: stable/11/ (props changed) Modified:

svn commit: r331188 - stable/11/sys/dev/flash

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 06:56:30 2018 New Revision: 331188 URL: https://svnweb.freebsd.org/changeset/base/331188 Log: MFC r325113: Add Microchip 1-MBit SPI flash ID Used on the AmigaOne X5000. Modified: stable/11/sys/dev/flash/mx25l.c Directory Properties: stable/11/

svn commit: r331187 - stable/11/lib/libsysdecode

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 06:55:26 2018 New Revision: 331187 URL: https://svnweb.freebsd.org/changeset/base/331187 Log: MFC r326183: Add stdio.h to the synopsis for sysdecode functions that take a FILE *. Modified: stable/11/lib/libsysdecode/sysdecode_cap_rights.3

svn commit: r331186 - stable/11/usr.bin/truss

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 06:54:53 2018 New Revision: 331186 URL: https://svnweb.freebsd.org/changeset/base/331186 Log: MFC r326356: Replace a reference to a license in another file with the license text. The relevant file was recently renamed, so the reference was stale. In

svn commit: r331185 - in stable/11/lib/libc: gen sys

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 06:54:16 2018 New Revision: 331185 URL: https://svnweb.freebsd.org/changeset/base/331185 Log: MFC r326437: Correct history for Unix 2nd Edition through 6th Edition for the system calls. Man pages are missing for v2 and v5, so any entries for those

svn commit: r331184 - stable/11/sys/powerpc/powerpc

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 06:49:49 2018 New Revision: 331184 URL: https://svnweb.freebsd.org/changeset/base/331184 Log: MFC r326859: Add identifier for POWER9 CPU to CPU list Without the identifier in the list booting FreeBSD results in printing the following (from a PowerKVM

svn commit: r331183 - stable/11/usr.sbin/vidcontrol

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 06:45:40 2018 New Revision: 331183 URL: https://svnweb.freebsd.org/changeset/base/331183 Log: MFC r316422: Remove checks that background (bg) colors are not bright and buggy attempts to keep them that way. The bg brightness bit is interpreted as

svn commit: r331182 - in stable/11/sys: arm/allwinner arm/allwinner/a10 dev/iicbus/twsi

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 06:40:11 2018 New Revision: 331182 URL: https://svnweb.freebsd.org/changeset/base/331182 Log: MFC r327184: Change the remaining files using my personnal email address to my freebsd one Modified: stable/11/sys/arm/allwinner/a10/a10_intc.c

svn commit: r331181 - stable/11/sys/sys

2018-03-19 Thread Eitan Adler
Author: eadler Date: Mon Mar 19 06:37:59 2018 New Revision: 331181 URL: https://svnweb.freebsd.org/changeset/base/331181 Log: MFC r328300: copyright.h: Update license text to 'THE AUTHOR' This matches the license text at https://www.freebsd.org/copyright/freebsd-license.html