git: initrd: Explicitly say the status when build completes

2018-11-25 Thread Aaron LI
commit 9560d18cc62dd91f76f6c0a6148284006d07a7b9 Author: Aaron LI Date: Mon Nov 26 15:29:56 2018 +0800 initrd: Explicitly say the status when build completes Before this change, the 'all' target that builds the rescue and initrd will end with a '--- obj ---' line, which may

git: DragonFly_RELEASE_5_4 initrd: Explicitly say the status when build completes

2018-11-25 Thread Aaron LI
commit 1b0477a9618412b4c0da82c46d2232ae19c9f0fb Author: Aaron LI Date: Mon Nov 26 15:29:56 2018 +0800 initrd: Explicitly say the status when build completes Before this change, the 'all' target that builds the rescue and initrd will end with a '--- obj ---' line, which may

git: DragonFly_RELEASE_5_4 Put note about DSA OpenSSH key deprecation, from 5 versions ago, into UPDATING. This probably affects nobody at this point, but now I can feel better about removing it from

2018-11-25 Thread Justin C. Sherrill
commit 5c07d9f0c7dddfa35176f88870ac36e119acf65a Author: Justin C. Sherrill Date: Sun Nov 25 21:45:51 2018 -0500 Put note about DSA OpenSSH key deprecation, from 5 versions ago, into UPDATING. This probably affects nobody at this point, but now I can feel better about removing it

git: Put note about DSA OpenSSH key deprecation, from 5 versions ago, into UPDATING. This probably affects nobody at this point, but now I can feel better about removing it from release notes where it

2018-11-25 Thread Justin C. Sherrill
commit 4d6bb23e9e45881777e87426d751c913602155b6 Author: Justin C. Sherrill Date: Sun Nov 25 21:45:51 2018 -0500 Put note about DSA OpenSSH key deprecation, from 5 versions ago, into UPDATING. This probably affects nobody at this point, but now I can feel better about removing it

git: script.1: Fix a typo, bump date.

2018-11-25 Thread Sascha Wildner
commit 59b4243495bdb02137d1b1726f36a5687923be62 Author: Sascha Wildner Date: Sun Nov 25 18:40:14 2018 +0100 script.1: Fix a typo, bump date. Summary of changes: usr.bin/script/script.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

git: drm/ttm: Sync ttm_page_alloc.c with Linux

2018-11-25 Thread Francois Tigeot
commit 6af927c246477a611cb86e64d0fc46a39284 Author: François Tigeot Date: Sun Nov 25 16:54:27 2018 +0100 drm/ttm: Sync ttm_page_alloc.c with Linux Summary of changes: sys/dev/drm/ttm/ttm_page_alloc.c | 208 ++- 1 file changed, 94 insertions(+),

git: drm/linux: Add set_pages_array_xx() functions

2018-11-25 Thread Francois Tigeot
commit 51933d896e08bbcf747b25f186ea714cf72c52f5 Author: François Tigeot Date: Sun Nov 25 16:28:33 2018 +0100 drm/linux: Add set_pages_array_xx() functions Summary of changes: sys/dev/drm/include/asm/cacheflush.h | 27 +++ sys/dev/drm/ttm/ttm_page_alloc.c |

git: script(1): Sync with FreeBSD

2018-11-25 Thread Antonio Huete Jimenez
commit f00bb308caf1e265e5e0d4a7b7ad6761a78b3430 Author: Antonio Huete Jimenez Date: Sun Nov 25 12:05:59 2018 +0100 script(1): Sync with FreeBSD - Add -p flag which is used to replay typescripts. - Add -d flag to avoid sleeps in playbacks. - Add -F flag which allows

git: DragonFly_RELEASE_5_4 Makefile.inc1: Some minor cleanups

2018-11-25 Thread Aaron LI
commit 5f61cff38ea151bd5f7c88a8ddc6547f593d3703 Author: Aaron LI Date: Sat Nov 24 19:09:00 2018 +0800 Makefile.inc1: Some minor cleanups No functional change. Summary of changes: Makefile.inc1 | 64 --- 1 file changed, 44

git: DragonFly_RELEASE_5_4 initrd: Rework build and install stages

2018-11-25 Thread Aaron LI
commit cead61f61bc7ce39559505a3ec74a370c8b28254 Author: Aaron LI Date: Sat Nov 24 18:52:03 2018 +0800 initrd: Rework build and install stages * Rewrite the Makefile to provide only the 'all' and 'install' targets. Do not separate the handling of the rescue tools and initrd

git: Makefile.inc1: Some minor cleanups

2018-11-25 Thread Aaron LI
commit 4af345973b8a7e09ca0364f984adbdbf1ec4ca22 Author: Aaron LI Date: Sat Nov 24 19:09:00 2018 +0800 Makefile.inc1: Some minor cleanups No functional change. Summary of changes: Makefile.inc1 | 64 --- 1 file changed, 44

git: initrd: Rework build and install stages

2018-11-25 Thread Aaron LI
commit bc897c50d49f0df1bf5eea38a4a7d904c2e92795 Author: Aaron LI Date: Sat Nov 24 18:52:03 2018 +0800 initrd: Rework build and install stages * Rewrite the Makefile to provide only the 'all' and 'install' targets. Do not separate the handling of the rescue tools and initrd

git: rc.d/wpa_supplicant: Prefer the DPorts version for the moment

2018-11-25 Thread Aaron LI
commit d8cf6a8bb651fa37ca9cf97613eaa9618043e3de Author: Aaron LI Date: Sun Nov 25 17:39:41 2018 +0800 rc.d/wpa_supplicant: Prefer the DPorts version for the moment We now also ship the wpa_supplicant from DPorts, which has several important security fixes than the base one,