git: kernel/acpi: Fix the ACPI_LV_VERBOSITY1 level's value.

2018-12-14 Thread Sascha Wildner
commit 033d05cb555feee7020c12dc4fbc7e7e1b4d451e Author: Sascha Wildner Date: Fri Dec 14 22:34:59 2018 +0100 kernel/acpi: Fix the ACPI_LV_VERBOSITY1 level's value. Summary of changes: sys/contrib/dev/acpica/source/include/acoutput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: Sync ACPICA with Intel's version 20181213.

2018-12-14 Thread Sascha Wildner
commit ef94481424b6bf8cbda60b2a9633e25f1513329c Author: Sascha Wildner Date: Sat Dec 15 00:04:38 2018 +0100 Sync ACPICA with Intel's version 20181213. * Fix buffer length issues with the GenericSerialStatus. * New object evaluation trace mechanism for control methods

git: rc: Let dhcpcd(8) go to background immediately by default

2018-12-14 Thread Aaron LI
commit d7d1b3cdbd66494dc8e032c9869f1ddc57bd1184 Author: Aaron LI Date: Fri Dec 14 22:08:26 2018 +0800 rc: Let dhcpcd(8) go to background immediately by default Set the default value of "dhcpcd_flags" to be "-b", thus don't let dhcpcd(8) block the boot, especially when there

git: network.subr: Add IPv6 support to ifalias_{up,down}()

2018-12-14 Thread Aaron LI
commit 3b4e0f2a0d60c51f5b7bb893d7e1f0804cb4a697 Author: Aaron LI Date: Wed Dec 12 11:16:05 2018 +0800 network.subr: Add IPv6 support to ifalias_{up,down}() * Factor out the common parts of ifalias_{up,down}() to be ifalias_common(). * Add IPv6 support to

git: rc.d/netif: Rework wlan interface configuration

2018-12-14 Thread Aaron LI
commit 3928a593ab3010edcf0cb7727946eafd6f5cfd40 Author: Aaron LI Date: Wed Dec 12 11:52:24 2018 +0800 rc.d/netif: Rework wlan interface configuration * wlan interfaces are more similar to clonable interfaces rather than vlan interfaces, so move the relevant code from

git: network.subr: Cleanups and minor improvements

2018-12-14 Thread Aaron LI
commit e4b0f1d1aee8ce626258fbcb4684dc67fdf84552 Author: Aaron LI Date: Tue Dec 11 14:05:20 2018 +0800 network.subr: Cleanups and minor improvements * Localize variables in all functions. * Better name several variables (e.g., $i -> $_if). * Simplify several test and case

git: rc: Use SYSCTL{,_N,_W} variables

2018-12-14 Thread Aaron LI
commit b0a4258dac6a92fa83c26684328e20c7dd4da4e6 Author: Aaron LI Date: Sun Dec 9 10:55:55 2018 +0800 rc: Use SYSCTL{,_N,_W} variables With minor cleanups to IO redirections. Summary of changes: etc/network.subr| 4 ++-- etc/rc.d/devd | 2 +-

git: network.subr: Properly bring up/down interfaces

2018-12-14 Thread Aaron LI
commit 5ad36ff1bf17fc3ebb85aa68fd9360993939d26d Author: Aaron LI Date: Wed Dec 12 11:29:10 2018 +0800 network.subr: Properly bring up/down interfaces Now that the interface will be properly brought up in ifconfig_up(), clean up the rc.d/wpa_supplicant script. Summary of

git: network.subr: Workaround race between wpa_supplicant and dhcpcd

2018-12-14 Thread Aaron LI
commit e9136cbfc9bca1a07ab401f4e82a641eed0a004c Author: Aaron LI Date: Wed Dec 12 12:06:17 2018 +0800 network.subr: Workaround race between wpa_supplicant and dhcpcd Insert a 1-second delay after starting wpa_supplicant(8) to workaround the race between it and dhcpcd(8),

git: Allow optional "inet6" keyword in ipv6_ifconfig_

2018-12-14 Thread Aaron LI
commit 203bea78ba86cb8cc55309fc7412dd14a131471d Author: Aaron LI Date: Wed Dec 12 22:53:00 2018 +0800 Allow optional "inet6" keyword in ipv6_ifconfig_ Summary of changes: etc/network.subr | 1 + 1 file changed, 1 insertion(+)

git: rc.d/netif: Rename network_* to netif_* for consistency

2018-12-14 Thread Aaron LI
commit ef976ecc47f9d187fcf49badb84bf8e4a2ee4375 Author: Aaron LI Date: Tue Dec 11 21:27:43 2018 +0800 rc.d/netif: Rename network_* to netif_* for consistency Rename network_* subroutines to netif_* for better consistency. Also set the rcvar and add netif_enable=YES to

git: network.subr: Clean up list_net_interfaces()

2018-12-14 Thread Aaron LI
commit 0e387345be5e08113d61156e6d46d1502bfc4987 Author: Aaron LI Date: Tue Dec 11 21:16:25 2018 +0800 network.subr: Clean up list_net_interfaces() The rc.d/netif takes care of DHCP/non-DHCP interfaces appropriately, and thus the interface type filter feature in

git: Add efidev.4 and efirt.9 manual pages from FreeBSD.

2018-12-14 Thread Sascha Wildner
commit da367edfb0f2d45ceae4dee808755336e4f752ee Author: Sascha Wildner Date: Sat Dec 15 00:56:19 2018 +0100 Add efidev.4 and efirt.9 manual pages from FreeBSD. Summary of changes: lib/libefivar/efivar.3 | 3 +- share/man/man4/Makefile | 2 + share/man/man4/efidev.4 | 147