Re: svn commit: r340038 - in head: lib/libc/sys sys/kern

2018-11-01 Thread Conrad Meyer
On Thu, Nov 1, 2018 at 5:46 PM Konstantin Belousov wrote: > > On Thu, Nov 01, 2018 at 11:46:23PM +, Conrad Meyer wrote: > > ... > > @@ -232,7 +232,15 @@ points outside the process's allocated address space. > > A signal was delivered before the time limit expired and > > before any of the se

svn commit: r340040 - head/stand/lua

2018-11-01 Thread Kyle Evans
Author: kevans Date: Fri Nov 2 03:25:23 2018 New Revision: 340040 URL: https://svnweb.freebsd.org/changeset/base/340040 Log: lualoader: Implement boot-conf MFC after:3 days Modified: head/stand/lua/cli.lua head/stand/lua/cli.lua.8 Modified: head/stand/lua/cli.lua

Re: svn commit: r340038 - in head: lib/libc/sys sys/kern

2018-11-01 Thread Konstantin Belousov
On Thu, Nov 01, 2018 at 11:46:23PM +, Conrad Meyer wrote: > Author: cem > Date: Thu Nov 1 23:46:23 2018 > New Revision: 340038 > URL: https://svnweb.freebsd.org/changeset/base/340038 > > Log: > kern_poll: Restore explanatory comment removed in r177374 > > The comment isn't stale. The

svn commit: r340039 - stable/12/sys/conf

2018-11-01 Thread Glen Barber
Author: gjb Date: Thu Nov 1 23:56:10 2018 New Revision: 340039 URL: https://svnweb.freebsd.org/changeset/base/340039 Log: Update stable/12 from BETA2 to BETA3 as part of the 12.0-RELEASE cycle. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/12/sys/

svn commit: r340038 - in head: lib/libc/sys sys/kern

2018-11-01 Thread Conrad Meyer
Author: cem Date: Thu Nov 1 23:46:23 2018 New Revision: 340038 URL: https://svnweb.freebsd.org/changeset/base/340038 Log: kern_poll: Restore explanatory comment removed in r177374 The comment isn't stale. The check is bogus in the sense that poll(2) does not require pollfd entries to be

svn commit: r340037 - in head/contrib/unbound: . util

2018-11-01 Thread Dag-Erling Smørgrav
Author: des Date: Thu Nov 1 23:42:35 2018 New Revision: 340037 URL: https://svnweb.freebsd.org/changeset/base/340037 Log: Merge upstream r4932: turn so-reuseport option off by default. MFC after:3 days Modified: head/contrib/unbound/config.h head/contrib/unbound/config.h.in head

svn commit: r340036 - in head/sys: conf modules/bios/smapi

2018-11-01 Thread Ed Maste
Author: emaste Date: Thu Nov 1 23:11:47 2018 New Revision: 340036 URL: https://svnweb.freebsd.org/changeset/base/340036 Log: Retire CLANG_NO_IAS34 CLANG_NO_IAS34 was introduced in r276696 to allow then-HEAD kernels to be built with clang 3.4 in FreeBSD 10. As FreeBSD 11 and later includ

svn commit: r340035 - in head/sys: compat/freebsd32 kern sys

2018-11-01 Thread Brooks Davis
Author: brooks Date: Thu Nov 1 23:10:53 2018 New Revision: 340035 URL: https://svnweb.freebsd.org/changeset/base/340035 Log: Regent after r340034: Use mode_t when the documented signature does. Sponsored by: DARPA, AFRL Differential Revision:https://reviews.freebsd.org/D17784 Mo

svn commit: r340034 - in head/sys: compat/freebsd32 kern

2018-11-01 Thread Brooks Davis
Author: brooks Date: Thu Nov 1 23:06:50 2018 New Revision: 340034 URL: https://svnweb.freebsd.org/changeset/base/340034 Log: Use mode_t when the documented signature does. This is more clear and produces better results when generating function stubs from syscalls.master. Reviewed by

svn commit: r340033 - head/share/man/man9

2018-11-01 Thread Ed Maste
Author: emaste Date: Thu Nov 1 23:01:24 2018 New Revision: 340033 URL: https://svnweb.freebsd.org/changeset/base/340033 Log: style: remove "All rights reserved" from comment imp removed it from the template in r91, so remove it from the example license header in style.9 as well.

svn commit: r340032 - head/contrib/smbfs/smbutil

2018-11-01 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Thu Nov 1 22:54:52 2018 New Revision: 340032 URL: https://svnweb.freebsd.org/changeset/base/340032 Log: smbutil(1): Reference nsmb.conf(5) and mount_smbfs(8) Reviewed by: bcr Approved by:krion (mentor, implicit), mat (mentor, implicit) MFC after

svn commit: r340031 - head/contrib/smbfs/mount_smbfs

2018-11-01 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Thu Nov 1 22:50:50 2018 New Revision: 340031 URL: https://svnweb.freebsd.org/changeset/base/340031 Log: mount_smbfs(8): Mention /etc/nsmb.conf, smbutil(1) and nsmb.conf(5) Reviewed by: bcr Approved by: krion (mentor, implicit), mat (mentor, implicit)

svn commit: r340030 - in head/sys/riscv: include riscv

2018-11-01 Thread John Baldwin
Author: jhb Date: Thu Nov 1 22:23:15 2018 New Revision: 340030 URL: https://svnweb.freebsd.org/changeset/base/340030 Log: Restrict setting PTE execute permissions on RISC-V. Previously, RISC-V was enabling execute permissions in PTEs for any readable page. Now, execute permissions are o

svn commit: r340029 - head/sys/riscv/riscv

2018-11-01 Thread John Baldwin
Author: jhb Date: Thu Nov 1 22:17:51 2018 New Revision: 340029 URL: https://svnweb.freebsd.org/changeset/base/340029 Log: Set PTE_A and PTE_D for user mappings in pmap_enter(). This assumes that an access according to the prot in 'flags' triggered a fault and is going to be retried after

svn commit: r340028 - head/sys/riscv/riscv

2018-11-01 Thread John Baldwin
Author: jhb Date: Thu Nov 1 22:15:25 2018 New Revision: 340028 URL: https://svnweb.freebsd.org/changeset/base/340028 Log: SBI calls expect a pointer to a u_long rather than a pointer. This is just cosmetic. A weirder issue is that the SBI doc claims the hart mask pointer should be a

svn commit: r340027 - head/sys/riscv/riscv

2018-11-01 Thread John Baldwin
Author: jhb Date: Thu Nov 1 22:13:22 2018 New Revision: 340027 URL: https://svnweb.freebsd.org/changeset/base/340027 Log: Don't allow debuggers to modify SSTATUS, only to read it. Reviewed by: markj Sponsored by: DARPA Differential Revision:https://reviews.freebsd.org/D17771

svn commit: r340026 - head/stand/libsa

2018-11-01 Thread Toomas Soome
Author: tsoome Date: Thu Nov 1 22:13:18 2018 New Revision: 340026 URL: https://svnweb.freebsd.org/changeset/base/340026 Log: libsa: cstyle cleanup tftp.c No functinal changes intended. Modified: head/stand/libsa/tftp.c Modified: head/stand/libsa/tftp.c =

svn commit: r340025 - head/sys/riscv/riscv

2018-11-01 Thread John Baldwin
Author: jhb Date: Thu Nov 1 22:11:26 2018 New Revision: 340025 URL: https://svnweb.freebsd.org/changeset/base/340025 Log: Implement ptrace_set_pc() and fail PT_*STEP requests explicitly. Reviewed by: markj Sponsored by: DARPA Differential Revision:https://reviews.freebsd.org/D

svn commit: r340024 - in head/sys/cam: . scsi

2018-11-01 Thread Warner Losh
Author: imp Date: Thu Nov 1 21:51:41 2018 New Revision: 340024 URL: https://svnweb.freebsd.org/changeset/base/340024 Log: Add comments explaining what hold/unhold do They act as a simple one-deep semaphore to keep open/close/probe from running at the same time to avoid races that creates

svn commit: r340023 - head/sys/dev/cxgbe

2018-11-01 Thread John Baldwin
Author: jhb Date: Thu Nov 1 21:49:49 2018 New Revision: 340023 URL: https://svnweb.freebsd.org/changeset/base/340023 Log: Check cannot_use_txpkts() rather than needs_tso() in add_to_txpkts(). Currently this is a no-op, but will matter in the future when cannot_use_txpkts() starts checkin

svn commit: r340022 - head/sys/dev/cxgbe

2018-11-01 Thread John Baldwin
Author: jhb Date: Thu Nov 1 21:46:37 2018 New Revision: 340022 URL: https://svnweb.freebsd.org/changeset/base/340022 Log: Add support for port unit wiring to cxgbe(4). - Add a bus_child_location_str method to the nexus drivers that prints out 'port=N' as the location string exported vi

svn commit: r340021 - head/sys/dev/cxgbe

2018-11-01 Thread John Baldwin
Author: jhb Date: Thu Nov 1 21:39:33 2018 New Revision: 340021 URL: https://svnweb.freebsd.org/changeset/base/340021 Log: Assert that reclaim_tx_descs() is always making forward progress. MFC after:2 months Sponsored by: Chelsio Communications Modified: head/sys/dev/cxgbe/t4_sge.c

svn commit: r340020 - in head/sys: amd64/amd64 arm/arm arm64/arm64 i386/i386 kern mips/mips powerpc/powerpc sys

2018-11-01 Thread John Baldwin
Author: jhb Date: Thu Nov 1 21:34:17 2018 New Revision: 340020 URL: https://svnweb.freebsd.org/changeset/base/340020 Log: Don't enter DDB for fatal traps before panic by default. Add a new 'debugger_on_trap' knob separate from 'debugger_on_panic' and make the calls to kdb_trap() in MD fa

svn commit: r340019 - stable/12/stand/efi/loader

2018-11-01 Thread Warner Losh
Author: imp Date: Thu Nov 1 21:28:22 2018 New Revision: 340019 URL: https://svnweb.freebsd.org/changeset/base/340019 Log: MFC: r339800 and r339802: Fixes to ignore partial DEVICE_PATH items in BOOT_PARAM objects that are too short. Approved by: re@ (glen) Modified: stable/12/st

svn commit: r340018 - head/tools/tools/crypto

2018-11-01 Thread John Baldwin
Author: jhb Date: Thu Nov 1 21:25:26 2018 New Revision: 340018 URL: https://svnweb.freebsd.org/changeset/base/340018 Log: Compile cryptocheck with in-tree openssl again. Reviewed by: cem MFC after:2 months Sponsored by: Chelsio Communications Differential Revision:https:

svn commit: r340017 - stable/11/sys/arm64/arm64

2018-11-01 Thread John Baldwin
Author: jhb Date: Thu Nov 1 20:42:54 2018 New Revision: 340017 URL: https://svnweb.freebsd.org/changeset/base/340017 Log: MFC 338813: Clear all of the VFP state in fill_fpregs(). Zero the entire FP register set structure returned for ptrace() if a thread hasn't used FP registers rather t

Re: svn commit: r339971 - in head: libexec/rc share/man/man5 share/man/man8

2018-11-01 Thread Devin Teske
> On Nov 1, 2018, at 11:33 AM, Oliver Pinter > wrote: > > > > On Wednesday, October 31, 2018, Devin Teske > wrote: > Author: dteske > Date: Wed Oct 31 20:37:12 2018 > New Revision: 339971 > URL: https://svnweb.freebsd.org/changeset/base/339971 >

svn commit: r340016 - in stable/11: sys/sys sys/x86/acpica sys/x86/include sys/x86/iommu sys/x86/isa sys/x86/x86 sys/x86/xen sys/xen usr.bin/vmstat

2018-11-01 Thread John Baldwin
Author: jhb Date: Thu Nov 1 18:34:26 2018 New Revision: 340016 URL: https://svnweb.freebsd.org/changeset/base/340016 Log: MFC 338360,338415,338624,338630,338631,338725: Dynamic x86 IRQ layout. 338360: Dynamically allocate IRQ ranges on x86. Previously, x86 used static ranges of IRQ

Re: svn commit: r339971 - in head: libexec/rc share/man/man5 share/man/man8

2018-11-01 Thread Oliver Pinter
On Wednesday, October 31, 2018, Devin Teske wrote: > Author: dteske > Date: Wed Oct 31 20:37:12 2018 > New Revision: 339971 > URL: https://svnweb.freebsd.org/changeset/base/339971 > > Log: > Add new rc keywords: enable, disable, delete > > This adds new keywords to rc/service to enable/disabl

svn commit: r340015 - head/usr.sbin/nscd

2018-11-01 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Nov 1 18:19:10 2018 New Revision: 340015 URL: https://svnweb.freebsd.org/changeset/base/340015 Log: Unbreak nscd(8). Without this change the CMSG gets truncated. Reviewed by: des MFC after:2 weeks Sponsored by: Chalmers University of Technology Different

svn commit: r340014 - head/bin/getfacl

2018-11-01 Thread Mark Johnston
Author: markj Date: Thu Nov 1 17:45:29 2018 New Revision: 340014 URL: https://svnweb.freebsd.org/changeset/base/340014 Log: Avoid copying a struct stat for acl_from_stat() calls. CID: 1375584 MFC after:2 weeks Modified: head/bin/getfacl/getfacl.c Modified: head/bin/getfa

svn commit: r340013 - in head/sys/arm64: arm64 include

2018-11-01 Thread Andrew Turner
Author: andrew Date: Thu Nov 1 17:43:28 2018 New Revision: 340013 URL: https://svnweb.freebsd.org/changeset/base/340013 Log: Add the ARMv8.3 SCTLR_EL1 fields. While here tag which architecture release fields were added and remove a field that only existed in very early releases of the AR

svn commit: r340012 - stable/12/stand/lua

2018-11-01 Thread Kyle Evans
Author: kevans Date: Thu Nov 1 17:37:20 2018 New Revision: 340012 URL: https://svnweb.freebsd.org/changeset/base/340012 Log: MFC r339849: lualoader: Fix try_include error handling The previous iteration of try_include attempted to be 'friendly' and error() out if we hit an error that was

svn commit: r340011 - stable/12/sys/vm

2018-11-01 Thread Mark Johnston
Author: markj Date: Thu Nov 1 17:36:42 2018 New Revision: 340011 URL: https://svnweb.freebsd.org/changeset/base/340011 Log: MFC r339688: Add an #include required after r339686. Reported by: lwhsu Approved by: re (gjb) Modified: stable/12/sys/vm/uma_int.h Directory Properties: st

svn commit: r340010 - head/sys/dev/ixl

2018-11-01 Thread Eric Joyner
Author: erj Date: Thu Nov 1 17:29:14 2018 New Revision: 340010 URL: https://svnweb.freebsd.org/changeset/base/340010 Log: ixl/iavf(4): Update remaining references of "num_queues" to "num_rx_queues" This should fix a build issue when "options RSS" is set. Reported by: bz@ Sponsored

svn commit: r340009 - head/sys/netinet

2018-11-01 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 1 17:26:18 2018 New Revision: 340009 URL: https://svnweb.freebsd.org/changeset/base/340009 Log: carpstats are the last virtualised variable in the file and end up at the end of the vnet_set. The generated code uses an absolute relocation at one byte beyond the end

svn commit: r340008 - head/sys/arm64/include

2018-11-01 Thread Andrew Turner
Author: andrew Date: Thu Nov 1 17:05:10 2018 New Revision: 340008 URL: https://svnweb.freebsd.org/changeset/base/340008 Log: Add the ARMv8.3 HCR_EL2 register fields. MFC after:1 month Sponsored by: DARPA, AFRL Modified: head/sys/arm64/include/hypervisor.h Modified: head/sys/arm64

svn commit: r340007 - in stable/12: share/man/man4 sys/arm64/arm64 sys/kern sys/vm sys/x86/acpica

2018-11-01 Thread Mark Johnston
Author: markj Date: Thu Nov 1 16:50:19 2018 New Revision: 340007 URL: https://svnweb.freebsd.org/changeset/base/340007 Log: MFC r339616: Make it possible to disable NUMA support with a tunable. PR: 231460 Approved by: re (gjb) Modified: stable/12/share/man/man4/numa.4 s

Re: svn commit: r339971 - in head: libexec/rc share/man/man5 share/man/man8

2018-11-01 Thread Devin Teske
> On 31 Oct 2018, at 11:06 PM, Alex Kozlov wrote: > >> On Wed, Oct 31, 2018 at 08:37:12PM +, Devin Teske wrote: >> Author: dteske >> Date: Wed Oct 31 20:37:12 2018 >> New Revision: 339971 >> URL: https://svnweb.freebsd.org/changeset/base/339971 >> >> Log: >> Add new rc keywords: enable, d

svn commit: r340006 - stable/12/sys/vm

2018-11-01 Thread Mark Johnston
Author: markj Date: Thu Nov 1 16:00:00 2018 New Revision: 340006 URL: https://svnweb.freebsd.org/changeset/base/340006 Log: MFC r339686: Use a vm_domainset iterator in keg_fetch_slab(). Approved by: re (kib) Modified: stable/12/sys/vm/uma_core.c stable/12/sys/vm/uma_int.h Directory

svn commit: r340005 - in head/sys: netinet netinet6

2018-11-01 Thread Mark Johnston
Author: markj Date: Thu Nov 1 15:52:49 2018 New Revision: 340005 URL: https://svnweb.freebsd.org/changeset/base/340005 Log: Remove redundant checks for a NULL lbgroup table. No functional change intended. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Differential Revi

svn commit: r340004 - head/sys/netinet

2018-11-01 Thread Mark Johnston
Author: markj Date: Thu Nov 1 15:51:49 2018 New Revision: 340004 URL: https://svnweb.freebsd.org/changeset/base/340004 Log: Improve style in in_pcbinslbgrouphash() and related subroutines. No functional change intended. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Di

svn commit: r340003 - in stable/11/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src modules/linuxkpi

2018-11-01 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 1 15:50:57 2018 New Revision: 340003 URL: https://svnweb.freebsd.org/changeset/base/340003 Log: MFC r339924: Implement the dump_stack() function in the LinuxKPI. Submitted by: Johannes Lundberg Sponsored by: Mellanox Technologies Modifie

svn commit: r340002 - in stable/12/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src modules/linuxkpi

2018-11-01 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 1 15:47:07 2018 New Revision: 340002 URL: https://svnweb.freebsd.org/changeset/base/340002 Log: MFC r339924: Implement the dump_stack() function in the LinuxKPI. Approved by: re (gjb) Submitted by: Johannes Lundberg Sponsored by:

svn commit: r340001 - head/share/man/man3

2018-11-01 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Thu Nov 1 15:40:57 2018 New Revision: 340001 URL: https://svnweb.freebsd.org/changeset/base/340001 Log: CMSG_DATA(3): Use consistent variable names The description of CMSG_FIRSTHDR used two variables (mhdr and msg) to reference the same thing. Use msgh

svn commit: r340000 - head/sys/compat/linuxkpi/common/include/linux

2018-11-01 Thread Ben Widawsky
Author: bwidawsk Date: Thu Nov 1 15:30:01 2018 New Revision: 34 URL: https://svnweb.freebsd.org/changeset/base/34 Log: linuxkpi: Add GFP flags needed for ttm drivers Submitted by: Johannes Lundberg Requested by: bwidawsk MFC after:3 days Approved by: emaste (mentor) Mo

svn commit: r339999 - head/sys/fs/nfsclient

2018-11-01 Thread Rick Macklem
Author: rmacklem Date: Thu Nov 1 15:27:22 2018 New Revision: 33 URL: https://svnweb.freebsd.org/changeset/base/33 Log: Fix NFS client vnode locking to avoid a crash during forced dismount. A crash was reported where the crash occurred in nfs_advlock() when the NFS_ISV4(vp) macro

svn commit: r339998 - in stable/12/sys: sys vm

2018-11-01 Thread Mark Johnston
Author: markj Date: Thu Nov 1 15:19:36 2018 New Revision: 339998 URL: https://svnweb.freebsd.org/changeset/base/339998 Log: MFC r339661, r339669: Refactor domainset iterators for use by malloc(9) and UMA. Approved by: re (gjb) Modified: stable/12/sys/sys/_domainset.h stable/12/sys/

svn commit: r339997 - stable/11/sys/compat/linuxkpi/common/include/linux

2018-11-01 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 1 14:43:34 2018 New Revision: 339997 URL: https://svnweb.freebsd.org/changeset/base/339997 Log: MFC r339923: Implement __KERNEL_DIV_ROUND_UP() function macro in the LinuxKPI. Submitted by: Johannes Lundberg Sponsored by: Mellanox Technolo

svn commit: r339996 - stable/12/sys/compat/linuxkpi/common/include/linux

2018-11-01 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 1 14:42:14 2018 New Revision: 339996 URL: https://svnweb.freebsd.org/changeset/base/339996 Log: MFC r339923: Implement __KERNEL_DIV_ROUND_UP() function macro in the LinuxKPI. Approved by: re (kib) Submitted by: Johannes Lundberg Sponso

svn commit: r339995 - head/libexec/rc/rc.d

2018-11-01 Thread Dag-Erling Smørgrav
Author: des Date: Thu Nov 1 14:24:12 2018 New Revision: 339995 URL: https://svnweb.freebsd.org/changeset/base/339995 Log: Run unbound-anchor when root.key is empty, not just when it is absent. PR: 232555 Submitted by: Ari Suutari MFC after:3 days Modified: head/libexe

svn commit: r339994 - head/lib/libbe

2018-11-01 Thread Kyle Evans
Author: kevans Date: Thu Nov 1 14:00:56 2018 New Revision: 339994 URL: https://svnweb.freebsd.org/changeset/base/339994 Log: libbe(3): Don't promote non-cloned BEs Most easily reproducible by attempting to activate the currently activated BE, one would get a "not a cloned filesystem" err

svn commit: r339993 - head/stand/libsa

2018-11-01 Thread Toomas Soome
Author: tsoome Date: Thu Nov 1 13:29:55 2018 New Revision: 339993 URL: https://svnweb.freebsd.org/changeset/base/339993 Log: libsa: tftp should use calloc instead of malloc() memset(), use calloc(). Modified: head/stand/libsa/tftp.c Modified: head/stand/libsa/tftp.c ===

svn commit: r339992 - head/stand/libsa

2018-11-01 Thread Toomas Soome
Author: tsoome Date: Thu Nov 1 13:12:05 2018 New Revision: 339992 URL: https://svnweb.freebsd.org/changeset/base/339992 Log: libsa: tftp should not read past file end When we have the file size via tsize option, use it to make sure we will not attempt to read past file end. Modified:

svn commit: r339991 - head/sys/netinet

2018-11-01 Thread Michael Tuexen
Author: tuexen Date: Thu Nov 1 11:41:40 2018 New Revision: 339991 URL: https://svnweb.freebsd.org/changeset/base/339991 Log: Remove debug code which slipped in accidently. MFC after:4 weeks X-MFC with: r339989 Sponsored by: Netflix, Inc. Modified: head/

svn commit: r339990 - head/contrib/smbfs/mount_smbfs

2018-11-01 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Thu Nov 1 11:37:19 2018 New Revision: 339990 URL: https://svnweb.freebsd.org/changeset/base/339990 Log: mount_smbfs(8): Add the STANDARDS and HISTORY sections - Document that mount_smbfs(8) only supports SMB1 and that SMB2 and SMB3 are not supported

svn commit: r339989 - head/sys/netinet

2018-11-01 Thread Michael Tuexen
Author: tuexen Date: Thu Nov 1 11:35:28 2018 New Revision: 339989 URL: https://svnweb.freebsd.org/changeset/base/339989 Log: Improve a comment to refer to the actual sections in the TCP specification for the comparisons made. Thanks to lstewart@ for the suggestion. MFC after:

svn commit: r339988 - head/sys/arm64/arm64

2018-11-01 Thread Andrew Turner
Author: andrew Date: Thu Nov 1 10:25:22 2018 New Revision: 339988 URL: https://svnweb.freebsd.org/changeset/base/339988 Log: Use the correct offsets for the trap frame in fork_trampoline. Sponsored by: DARPA, AFRL Modified: head/sys/arm64/arm64/swtch.S Modified: head/sys/arm64/arm64/sw

svn commit: r339987 - stable/11/sys/compat/linuxkpi/common/include/linux

2018-11-01 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 1 09:00:37 2018 New Revision: 339987 URL: https://svnweb.freebsd.org/changeset/base/339987 Log: MFC r339868: Implement dma_pool_zalloc() in the LinuxKPI. Submitted by: Johannes Lundberg Sponsored by: Mellanox Technologies Modified: sta

svn commit: r339986 - stable/12/sys/compat/linuxkpi/common/include/linux

2018-11-01 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 1 08:59:18 2018 New Revision: 339986 URL: https://svnweb.freebsd.org/changeset/base/339986 Log: MFC r339868: Implement dma_pool_zalloc() in the LinuxKPI. Approved by: re (rgrimes) Submitted by: Johannes Lundberg Sponsored by: M

svn commit: r339985 - head/share/man/man4

2018-11-01 Thread Dag-Erling Smørgrav
Author: des Date: Thu Nov 1 08:17:27 2018 New Revision: 339985 URL: https://svnweb.freebsd.org/changeset/base/339985 Log: Fix markup issues and add references to updated RFCs. MFC after:3 days Modified: head/share/man/man4/icmp6.4 head/share/man/man4/ip6.4 Modified: head/share/ma

svn commit: r339984 - stable/12/sys/dev/hyperv/netvsc

2018-11-01 Thread Wei Hu
Author: whu Date: Thu Nov 1 08:08:08 2018 New Revision: 339984 URL: https://svnweb.freebsd.org/changeset/base/339984 Log: MFC r339585: Do not drop UDP traffic when TXCSUM_IPV6 flag is on. PR: 231797 Submitted by: whu Reviewed by: dexuan Obtained from:Kevin Morse