git: upgrade: Update _dhcp home dir to /var/chroot/dhcp if empty

2020-04-13 Thread Roy Marples
commit 5d68103c5c2e1c0cc6725c174752304eb70d57c3 Author: Roy Marples Date: Mon Apr 13 16:38:03 2020 + upgrade: Update _dhcp home dir to /var/chroot/dhcp if empty Summary of changes: etc/Makefile | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)

git: Merge branch 'vendor/DHCPCD'

2020-04-13 Thread Roy Marples
commit b13ef84f4261fe27e6d17e244d4940878bc17be4 Merge: 5d68103c5c 280986e4c0 Author: Roy Marples Date: Mon Apr 13 16:39:54 2020 + Merge branch 'vendor/DHCPCD' Summary of changes: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b13ef84f4261fe27e6d17e244d4940878bc17be4 --

git: passwd: Give _dhcp a homedirectory of /var/chroot/dhcp

2020-04-13 Thread Roy Marples
commit 8f05100f8c9fa8684b6dc0632ebb124f8750b828 Author: Roy Marples Date: Mon Apr 13 16:35:45 2020 + passwd: Give _dhcp a homedirectory of /var/chroot/dhcp Summary of changes: etc/master.passwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: dhcpcd: Add syslog chroot support

2020-04-13 Thread Roy Marples
commit 5634cf88234d790f3d87110c33e399149274 Author: Roy Marples Date: Mon Apr 13 16:45:33 2020 + dhcpcd: Add syslog chroot support Summary of changes: etc/defaults/rc.conf | 1 + etc/rc.d/dhcpcd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)

git: mtree: Support dhcpcd chroot

2020-04-13 Thread Roy Marples
commit b380bf7db20e8b089e1fb60092bc6dd3edba0d8b Author: Roy Marples Date: Mon Apr 13 16:46:24 2020 + mtree: Support dhcpcd chroot Summary of changes: etc/mtree/BSD.var.dist | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-)

git: dhcpcd: 02-dump is no longer supplied

2020-04-13 Thread Roy Marples
commit b5780ae893da144352a8396894a610a48df40cd8 Author: Roy Marples Date: Mon Apr 13 16:46:03 2020 + dhcpcd: 02-dump is no longer supplied Summary of changes: Makefile_upgrade.inc | 1 + 1 file changed, 1 insertion(+)

git: dhcpcd: Note import of new version

2020-04-13 Thread Roy Marples
commit 6962693707753913e2109217d29241fb41d86302 Author: Roy Marples Date: Mon Apr 13 16:44:20 2020 + dhcpcd: Note import of new version Summary of changes: contrib/dhcpcd/README.DRAGONFLY | 8 1 file changed, 4 insertions(+), 4 deletions(-)

git: dhcpcd: Build support for Privilege Separation, using the _dhcp user

2020-04-13 Thread Roy Marples
commit c891d45b0261744a04dbd409158d31dda17c1050 Author: Roy Marples Date: Mon Apr 13 16:44:49 2020 + dhcpcd: Build support for Privilege Separation, using the _dhcp user Summary of changes: sbin/dhcpcd/Makefile | 11 --- sbin/dhcpcd/config.h | 2 +- 2 files changed, 9

git: vendor/DHCPCD Update to dhcpcd-9.0.1 with the following changes:

2020-04-13 Thread Roy Marples
commit 280986e4c0d7b589528246fe5c6e547d0328f273 Author: Roy Marples Date: Mon Apr 13 16:30:52 2020 + Update to dhcpcd-9.0.1 with the following changes: * privsep: Improve error when we don't have permission to write lease * privsep: Fix hooks restarting other daemons

git: dsynth - Add skip count for ignored and other failure conditions

2020-04-13 Thread Matthew Dillon
commit 64b61b2ec26035de23ad822431e63f1c3933f1a2 Author: Matthew Dillon Date: Mon Apr 13 21:49:27 2020 -0700 dsynth - Add skip count for ignored and other failure conditions * Improve implementation for the skip count in the logs and HTML interfaces. Requested-by:

git: kernel - Streamline refcount API

2020-04-13 Thread Matthew Dillon
commit 0486d94aa7bae282562c0a132d7393ed3e4aa661 Author: Matthew Dillon Date: Mon Apr 13 21:47:43 2020 -0700 kernel - Streamline refcount API * Streamline the refcount API, with a few provisios, to improve SMP performance. Summary of changes: sys/kern/kern_refcount.c | 54

git: kernel: GC a few old system calls which are libc functions in DragonFly.

2020-04-13 Thread Sascha Wildner
commit b14285e2f30f4b596b1cc861fbf788f15bf057bf Author: Sascha Wildner Date: Mon Apr 13 12:22:31 2020 +0200 kernel: GC a few old system calls which are libc functions in DragonFly. Namely, getdomainname, setdomainname, and uname, all of which were deprecated in early FreeBSD