svn commit: r337044 - head/sys/amd64/amd64

2018-08-01 Thread Mark Johnston
Author: markj Date: Wed Aug 1 15:50:42 2018 New Revision: 337044 URL: https://svnweb.freebsd.org/changeset/base/337044 Log: Make sure that ENTRY() and END() refer to the same symbol. X-MFC with: r336876 Modified: head/sys/amd64/amd64/support.S Modified:

Re: svn commit: r337045 - head/contrib/elftoolchain/libelf

2018-08-01 Thread Ed Maste
On 1 August 2018 at 11:55, Ed Maste wrote: > Author: emaste > Date: Wed Aug 1 15:55:14 2018 > New Revision: 337045 > URL: https://svnweb.freebsd.org/changeset/base/337045 > > Log: > libelf: reload section headers after update with ELF_C_WRITE > > These issues (PR 218860 and PR 218861) are

svn commit: r337043 - head/sys/dev/sound/pci/hda

2018-08-01 Thread Justin Hibbits
Author: jhibbits Date: Wed Aug 1 14:50:41 2018 New Revision: 337043 URL: https://svnweb.freebsd.org/changeset/base/337043 Log: snd_hda: Synchronize DMA buffers for the control path Make sure both sides of the DMA buffer memory accesses for the CORB and RIRB (control buffers) in snd_hda

svn commit: r337045 - head/contrib/elftoolchain/libelf

2018-08-01 Thread Ed Maste
Author: emaste Date: Wed Aug 1 15:55:14 2018 New Revision: 337045 URL: https://svnweb.freebsd.org/changeset/base/337045 Log: libelf: reload section headers after update with ELF_C_WRITE These issues (PR 218860 and PR 218861) are still undergoing additional discussion in the upstream

Re: svn commit: r335873 - in head: . sys/amd64/amd64 sys/amd64/include sys/conf sys/i386/i386 sys/i386/include sys/sys sys/vm

2018-08-01 Thread Konstantin Belousov
On Tue, Jul 31, 2018 at 06:46:31PM -0700, Mark Millard via freebsd-amd64 wrote: > > Author: mmacy > > Date: Mon Jul 2 19:48:38 2018 > > New Revision: 335873 > > URL: > > https://svnweb.freebsd.org/changeset/base/335873 > > > > > > Log: > > inline atomics and allow tied modules to inline

svn commit: r337033 - in head: . share/man/man4 sys/conf sys/dev/jedec_dimm sys/dev/jedec_ts sys/modules/i2c sys/modules/i2c/jedec_ts

2018-08-01 Thread Ravi Pokala
Author: rpokala Date: Wed Aug 1 08:24:34 2018 New Revision: 337033 URL: https://svnweb.freebsd.org/changeset/base/337033 Log: Remove jedec_ts(4) The jedec_ts(4) driver has been marked as deprecated in stable/11, and is now being removed from -HEAD. Add a notice in UPDATING, and update

svn commit: r337038 - head/stand/libsa

2018-08-01 Thread Toomas Soome
Author: tsoome Date: Wed Aug 1 12:06:39 2018 New Revision: 337038 URL: https://svnweb.freebsd.org/changeset/base/337038 Log: libsa: bootp is using pointers with different sign Just change bp_file to char and same for variable s. Modified: head/stand/libsa/bootp.c

svn commit: r337037 - head/stand/libsa

2018-08-01 Thread Toomas Soome
Author: tsoome Date: Wed Aug 1 11:40:52 2018 New Revision: 337037 URL: https://svnweb.freebsd.org/changeset/base/337037 Log: libsa: pointer differs in signedness A small cleanup, fix the argument type and while there, replace (char *)0 with NULL. Modified: head/stand/libsa/net.c

svn commit: r337039 - head/stand/libsa

2018-08-01 Thread Toomas Soome
Author: tsoome Date: Wed Aug 1 12:14:10 2018 New Revision: 337039 URL: https://svnweb.freebsd.org/changeset/base/337039 Log: libsa: assignment to char * from u_char * Cast to char * instead of u_char * Modified: head/stand/libsa/nfs.c Modified: head/stand/libsa/nfs.c

svn commit: r337040 - head/usr.sbin/daemon

2018-08-01 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Wed Aug 1 12:18:52 2018 New Revision: 337040 URL: https://svnweb.freebsd.org/changeset/base/337040 Log: Add a missing "Ar" macro to the description of the -R flag in the manpage. Approved by: bjk (doc committer), krion (mentor) Differential Revision:

svn commit: r337057 - head/share/mk

2018-08-01 Thread Ed Maste
Author: emaste Date: Wed Aug 1 19:17:55 2018 New Revision: 337057 URL: https://svnweb.freebsd.org/changeset/base/337057 Log: Use lld as the bootstrap linker on armv7 by default As of r336972 lld is capable linking the armv7 kernel and userland, so enable it by default. PR:

svn commit: r337049 - head/usr.sbin/newsyslog/tests

2018-08-01 Thread Mark Johnston
Author: markj Date: Wed Aug 1 18:41:43 2018 New Revision: 337049 URL: https://svnweb.freebsd.org/changeset/base/337049 Log: Adjust the number of tests after r336913. Modified: head/usr.sbin/newsyslog/tests/legacy_test.sh Modified: head/usr.sbin/newsyslog/tests/legacy_test.sh

svn commit: r337056 - head/sys/compat/linuxkpi/common/include/asm

2018-08-01 Thread Hans Petter Selasky
Author: hselasky Date: Wed Aug 1 19:10:46 2018 New Revision: 337056 URL: https://svnweb.freebsd.org/changeset/base/337056 Log: Don't refer to non-existing atomic functions, even though not compiled, in the LinuxKPI. Found by: rpolka @ MFC after:1 week

svn commit: r337048 - in head: lib/libkvm sys/mips/include

2018-08-01 Thread Konstantin Belousov
Author: kib Date: Wed Aug 1 18:35:17 2018 New Revision: 337048 URL: https://svnweb.freebsd.org/changeset/base/337048 Log: Make cache coherency attributes definitions available in machine/vm.h on MIPS. Move definitions from cpuregs.h into the cca.h, and include cca.h into vm.h. This is

svn commit: r337053 - in head: share/man/man4 sys/compat/freebsd32 sys/dev/pci sys/sys

2018-08-01 Thread Konstantin Belousov
Author: kib Date: Wed Aug 1 18:58:24 2018 New Revision: 337053 URL: https://svnweb.freebsd.org/changeset/base/337053 Log: Add ioctl to conveniently mmap a PCI device BAR into userspace. Add the ioctl PCIOCBARMMAP on /dev/pci to conveniently create userspace mapping of a PCI device BAR.

svn commit: r337054 - head/usr.sbin/pciconf

2018-08-01 Thread Konstantin Belousov
Author: kib Date: Wed Aug 1 19:02:05 2018 New Revision: 337054 URL: https://svnweb.freebsd.org/changeset/base/337054 Log: Add -D option to pciconf(8) to mmap and dump content of the device BAR. Discussed with: imp, jhb Sponsored by: The FreeBSD Foundation, Mellanox Technologies

Re: svn commit: r337056 - head/sys/compat/linuxkpi/common/include/asm

2018-08-01 Thread Hans Petter Selasky
On 08/01/18 21:10, Hans Petter Selasky wrote: Small typo: Found by:rpolka @ ^^ rpokala @ --HPS ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to

svn commit: r337052 - head/usr.sbin/newsyslog

2018-08-01 Thread Mark Johnston
Author: markj Date: Wed Aug 1 18:49:40 2018 New Revision: 337052 URL: https://svnweb.freebsd.org/changeset/base/337052 Log: Remove ARGS_NUM, accidentally left over after r337050. Modified: head/usr.sbin/newsyslog/newsyslog.c Modified: head/usr.sbin/newsyslog/newsyslog.c

svn commit: r337055 - head/sys/ufs/ffs

2018-08-01 Thread Konstantin Belousov
Author: kib Date: Wed Aug 1 19:06:55 2018 New Revision: 337055 URL: https://svnweb.freebsd.org/changeset/base/337055 Log: Avoid assertion in /dev/ufssuspend when the suspend ioctl is (incorrectly) called while another suspension is already active. PR: 230220 Reported by: dexuan

svn commit: r337050 - head/usr.sbin/newsyslog

2018-08-01 Thread Mark Johnston
Author: markj Date: Wed Aug 1 18:45:33 2018 New Revision: 337050 URL: https://svnweb.freebsd.org/changeset/base/337050 Log: Don't hard-code the number of compression utility arguments. The zstd invocation constructed by newsyslog contains one more parameter than invocations for the

svn commit: r337051 - in head/sys: amd64/amd64 arm/arm arm64/arm64 i386/i386 i386/include mips/mips powerpc/powerpc riscv/riscv sparc64/sparc64 vm

2018-08-01 Thread Konstantin Belousov
Author: kib Date: Wed Aug 1 18:45:51 2018 New Revision: 337051 URL: https://svnweb.freebsd.org/changeset/base/337051 Log: Add pmap_is_valid_memattr(9). Discussed with: alc Sponsored by: The FreeBSD Foundation, Mellanox Technologies MFC after:1 week Differential revision:

svn commit: r337060 - head/stand/uboot/common

2018-08-01 Thread Kyle Evans
Author: kevans Date: Wed Aug 1 20:08:20 2018 New Revision: 337060 URL: https://svnweb.freebsd.org/changeset/base/337060 Log: ubldr: Bump heap size, 1MB -> 2MB 1MB was leaving very little margin in some of the worse-case scenarios with lualoader. 2MB is still low enough that we shouldn't

svn commit: r337063 - in head/cddl/contrib/opensolaris: cmd/zfs lib/libzfs/common

2018-08-01 Thread Alexander Motin
Author: mav Date: Wed Aug 1 21:51:49 2018 New Revision: 337063 URL: https://svnweb.freebsd.org/changeset/base/337063 Log: MFV r316926: 7955 libshare needs to initialize only those datasets being modified by the consumer illumos/illumos-gate@8a981c3356b194b3b5c0ae9276a9cc31cd2f93a3

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

2018-08-01 Thread Mark Johnston
Author: markj Date: Wed Aug 1 19:45:04 2018 New Revision: 337059 URL: https://svnweb.freebsd.org/changeset/base/337059 Log: Fix some nits in the unix_passfd tests. - Remove return statements in functions with a void return type. - Allocate enough space for the SCM_CREDS and SCM_RIGHTS