[Midnightbsd-cvs] [MidnightBSD/src] 8d58b0: Expose ifr_buffer_get_(buffer|length) outside if.c.

Lucas Holt noreply at github.com
Tue Nov 17 23:29:35 EST 2020


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 8d58b082629f0351b4a8ed9c5ec6a5c235cbd58c
      https://github.com/MidnightBSD/src/commit/8d58b082629f0351b4a8ed9c5ec6a5c235cbd58c
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M sys/net/if.c
    M sys/net/if_var.h

  Log Message:
  -----------
  Expose ifr_buffer_get_(buffer|length) outside if.c.


  Commit: 0d4840527ffaba1782b08095608368d43638519b
      https://github.com/MidnightBSD/src/commit/0d4840527ffaba1782b08095608368d43638519b
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M sys/dev/bnxt/if_bnxt.c

  Log Message:
  -----------
  bnxt(4): Fix ioctls when user addresses are inaccessable.


  Commit: 4c8a8239cd4b855412e4dc6012d355d876696f5f
      https://github.com/MidnightBSD/src/commit/4c8a8239cd4b855412e4dc6012d355d876696f5f
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M sys/dev/usb/input/wmt.c

  Log Message:
  -----------
  wmt(4): Fix Synaptics Touch Digitizer V04 attachment


  Commit: ac15dc59e083126bd9887f4e0a2ad7bbd935280c
      https://github.com/MidnightBSD/src/commit/ac15dc59e083126bd9887f4e0a2ad7bbd935280c
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M sys/netinet6/icmp6.c

  Log Message:
  -----------
  Fix hostname to be returned in an ICMPv6 NI Reply message defined
in RFC 4620, ICMPv6 Node Information Queries.  A vnet jail with an
IPv6 address sent a hostname of the host environment, not the
jail, even if another hostname was set to the jail.

This change can be tested by the following commands:

 # ifconfig epair0 create
 # jail -c -n j1 vnet host.hostname=vnetjail path=/ persist
 # ifconfig epair0b vnet j1
 # ifconfig epair0a inet6 -ifdisabled auto_linklocal up
 # jexec j1 ifconfig epair0b inet6 -ifdisabled auto_linklocal up
 # ping6 -w ff02::1%epair0a


Compare: https://github.com/MidnightBSD/src/compare/ad9e25051365...ac15dc59e083


More information about the Midnightbsd-cvs mailing list