git: cryptsetup(8): Revert part of 0482a033108. We got mlockall().

2018-03-12 Thread Sascha Wildner
commit 239cd26e6de1b7874f315638a56288ca9aec92c0 Author: Sascha Wildner Date: Mon Mar 12 08:53:20 2018 +0100 cryptsetup(8): Revert part of 0482a033108. We got mlockall(). Summary of changes: contrib/cryptsetup/lib/utils.c | 3 --- 1 file changed, 3 deletions(-)

git: initrd/oinit: chdir to the new root before chroot to it

2018-03-12 Thread Sascha Wildner
commit e112f3ff35c1e493d85b52014ad2bbdf7c9a9c39 Author: Aaron LI Date: Mon Mar 12 12:10:39 2018 +0800 initrd/oinit: chdir to the new root before chroot to it chroot(2) doesn't change the working directory of the current process, therefore a single chroot(2)

git: periodic: Sync with FreeBSD current

2018-03-12 Thread Sascha Wildner
commit c451e5e96a29300c262e4cc068f6d6c4233ba2fa Author: Aaron LI Date: Fri Mar 9 00:28:24 2018 +0800 periodic: Sync with FreeBSD current * Sync periodic scripts, periodic.conf, periodic.conf.5 with FreeBSD * The

git: periodic(8): Sync with FreeBSD current

2018-03-12 Thread Sascha Wildner
commit 2244de84ffcd116067ea574679495b33f50ce79c Author: Aaron LI Date: Thu Mar 8 11:10:19 2018 +0800 periodic(8): Sync with FreeBSD current Summary of changes: usr.sbin/periodic/Makefile| 3 +- usr.sbin/periodic/periodic.8 | 26 +++---

git: rc.d/accounting: Sync with FreeBSD

2018-03-12 Thread Sascha Wildner
commit 2de78d786b660a47485aa3d43e128f036b632591 Author: Aaron LI Date: Fri Mar 9 00:26:34 2018 +0800 rc.d/accounting: Sync with FreeBSD Prepare to sync periodic with FreeBSD Summary of changes: etc/rc.d/accounting | 45

git: periodic: Remove obsolete daily/status-named and weekly/clean-kvmdb

2018-03-12 Thread Sascha Wildner
commit bfd2b6558c3dc9ab13e68ccd0ac5026b3dfd1697 Author: Aaron LI Date: Fri Mar 9 00:24:33 2018 +0800 periodic: Remove obsolete daily/status-named and weekly/clean-kvmdb Summary of changes: Makefile_upgrade.inc| 2 ++ etc/defaults/periodic.conf

git: periodic: Remove already disabled monthly statistics report

2018-03-12 Thread Sascha Wildner
commit f0bf319823f9f8fb699d01f9e6df64483476224c Author: Aaron LI Date: Fri Mar 9 00:14:47 2018 +0800 periodic: Remove already disabled monthly statistics report The up-to-date tool can be obtained from DPorts: sysutils/bsdstats To sync with FreeBSD

git: kernel - Remove minidump debugging

2018-03-12 Thread Matthew Dillon
commit 85163cd13d673290f42768e3ee8fba4b50d9a0c5 Author: Matthew Dillon Date: Mon Mar 12 19:09:59 2018 -0700 kernel - Remove minidump debugging * Remove minidump debugging "pdp %04x..." lines. Minidump fixes have been well tested at this point.