git: libc/mktemp: Pass flags to open()

2018-11-05 Thread Aaron LI
commit 1fa9cec2ee4817e109c7359b2ee77108c299a2cd Author: Simon Arlott Date: Sat Nov 3 20:08:07 2018 + libc/mktemp: Pass flags to open() The flags from the functions that call _gettemp() are never used. They should be included in the call to open(), otherwise features

git: drm/linux: Fix vmap()

2018-11-05 Thread Francois Tigeot
commit c9f83a72b5c7c2f29b40b404aa63767b20a7422c Author: François Tigeot Date: Mon Nov 5 22:15:18 2018 +0100 drm/linux: Fix vmap() Page protection information was not being used. Summary of changes: sys/dev/drm/linux_vmalloc.c | 4 1 file changed, 4 insertions(+)

git: rc.subr: Add list_vars() function

2018-11-05 Thread Aaron LI
commit 53085f893f0d9438dbaf403f947403c5e6c9665c Author: Aaron LI Date: Tue Nov 6 04:31:38 2018 +0800 rc.subr: Add list_vars() function Taken-from: FreeBSD Summary of changes: etc/rc.subr | 13 + 1 file changed, 13 insertions(+)

git: rc.d: Add ip6addrctl (enabled by default with policy AUTO)

2018-11-05 Thread Aaron LI
commit 03137732640d591d74a270e2e62930e966c5145f Author: Aaron LI Date: Tue Nov 6 04:25:17 2018 +0800 rc.d: Add ip6addrctl (enabled by default with policy AUTO) Bring in the ip6addrctl rc script from FreeBSD. It is enabled by default with policy "AUTO", so the IPv4/IP6

git: Bring in ip6addrctl(8) from FreeBSD

2018-11-05 Thread Aaron LI
commit b3e110e968baf5f9dacf3f02d2dd6b8aa6c12d4e Author: Aaron LI Date: Tue Nov 6 03:22:15 2018 +0800 Bring in ip6addrctl(8) from FreeBSD The ip6addrctl(8) manages the policy table of source and destination address selection for ougoing IPv4 and IPv6 packets. For

git: rc.d/Makefile: Break some long lines, sort dntpd.

2018-11-05 Thread Sascha Wildner
commit 94bf156763fa64e49a7990ff38e6838505cb90bf Author: Sascha Wildner Date: Tue Nov 6 05:28:07 2018 +0100 rc.d/Makefile: Break some long lines, sort dntpd. Summary of changes: etc/rc.d/Makefile | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-)