From noreply at github.com Wed Sep 29 01:38:23 2021 From: noreply at github.com (Lucas Holt) Date: Tue, 28 Sep 2021 22:38:23 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 03d8a0: Slow down the loader twiddle. Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 03d8a01e537a7336d623e393eac28c47c727600f https://github.com/MidnightBSD/src/commit/03d8a01e537a7336d623e393eac28c47c727600f Author: Lucas Holt Date: 2021-09-29 (Wed, 29 Sep 2021) Changed paths: M stand/common/console.c M stand/defaults/loader.conf M stand/libsa/twiddle.c M stand/man/loader.8 Log Message: ----------- Slow down the loader twiddle. Based on a FreeBSD commit https://cgit.freebsd.org/src/commit/?id=7457840230c5a470ee5df8abed6ab59c4d008a45 On one system it ran at 1.59kHz whereas displays are often only 60Hz. We'll still hit around 100Hz. This speeds up boot time and lowers wasted cycles in the loader. From noreply at github.com Thu Sep 30 15:52:11 2021 From: noreply at github.com (Lucas Holt) Date: Thu, 30 Sep 2021 12:52:11 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 72a536: MNBSD-42 don't use the DESTDIR for the location of... Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 72a536bbf7f9b454239af7370ce26ceccea8f0bf https://github.com/MidnightBSD/src/commit/72a536bbf7f9b454239af7370ce26ceccea8f0bf Author: Lucas Holt Date: 2021-09-30 (Thu, 30 Sep 2021) Changed paths: M usr.bin/perl/BSDmakefile Log Message: ----------- MNBSD-42 don't use the DESTDIR for the location of the libperl.so From noreply at github.com Thu Sep 30 15:56:35 2021 From: noreply at github.com (Lucas Holt) Date: Thu, 30 Sep 2021 12:56:35 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 0e2504: MNBSD-42 don't use the DESTDIR for the location of... Message-ID: Branch: refs/heads/stable/2.1 Home: https://github.com/MidnightBSD/src Commit: 0e2504d98fe677e2af3cd51ad284b151d1846e3f https://github.com/MidnightBSD/src/commit/0e2504d98fe677e2af3cd51ad284b151d1846e3f Author: Lucas Holt Date: 2021-09-30 (Thu, 30 Sep 2021) Changed paths: M usr.bin/perl/BSDmakefile Log Message: ----------- MNBSD-42 don't use the DESTDIR for the location of the libperl.so Commit: 092d790a28430732b31adab6e70dc615fe707ca2 https://github.com/MidnightBSD/src/commit/092d790a28430732b31adab6e70dc615fe707ca2 Author: Lucas Holt Date: 2021-09-30 (Thu, 30 Sep 2021) Changed paths: M stand/common/console.c M stand/defaults/loader.conf M stand/libsa/twiddle.c M stand/man/loader.8 Log Message: ----------- Slow down the loader twiddle. Based on a FreeBSD commit https://cgit.freebsd.org/src/commit/?id=7457840230c5a470ee5df8abed6ab59c4d008a45 On one system it ran at 1.59kHz whereas displays are often only 60Hz. We'll still hit around 100Hz. This speeds up boot time and lowers wasted cycles in the loader. Commit: d00d1e155847be061200f5687908bba97facadc2 https://github.com/MidnightBSD/src/commit/d00d1e155847be061200f5687908bba97facadc2 Author: Lucas Holt Date: 2021-09-30 (Thu, 30 Sep 2021) Changed paths: M bin/chflags/Makefile M bin/chflags/Makefile.depend M bin/chflags/chflags.1 M bin/chflags/chflags.c M bin/chflags/tests/Makefile A bin/chflags/tests/Makefile.depend M bin/chflags/tests/chflags_test.sh Log Message: ----------- add siginfo to chflags Obtained from: FreeBSD Commit: 304f0596196855fccd87a78d0e6de7d212a5a67b https://github.com/MidnightBSD/src/commit/304f0596196855fccd87a78d0e6de7d212a5a67b Author: Lucas Holt Date: 2021-09-30 (Thu, 30 Sep 2021) Changed paths: M bin/cat/Makefile.depend M bin/cat/cat.c Log Message: ----------- Bring in a bug fix for the -e flag as found in FreeBSD 12 stable Commit: 831a68260f8ff4790214506f28189cc9ac0dbe44 https://github.com/MidnightBSD/src/commit/831a68260f8ff4790214506f28189cc9ac0dbe44 Author: Lucas Holt Date: 2021-09-30 (Thu, 30 Sep 2021) Changed paths: M etc/master.passwd Log Message: ----------- we haven't made a final call on the root shell yet, but at least make it tcsh for now so there's command completion. Commit: 070f6670684bab91a70ae873e31d51c54a755f48 https://github.com/MidnightBSD/src/commit/070f6670684bab91a70ae873e31d51c54a755f48 Author: Lucas Holt Date: 2021-09-30 (Thu, 30 Sep 2021) Changed paths: M etc/root/dot.cshrc M etc/root/dot.profile Log Message: ----------- switch to less for pager Compare: https://github.com/MidnightBSD/src/compare/86320ba30865...070f6670684b From noreply at github.com Thu Sep 30 15:57:29 2021 From: noreply at github.com (Lucas Holt) Date: Thu, 30 Sep 2021 12:57:29 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 72680b: update version to 2.1.1 Message-ID: Branch: refs/heads/stable/2.1 Home: https://github.com/MidnightBSD/src Commit: 72680ba973ef58f7c56d35a138bd1d9065fb3c1e https://github.com/MidnightBSD/src/commit/72680ba973ef58f7c56d35a138bd1d9065fb3c1e Author: Lucas Holt Date: 2021-09-30 (Thu, 30 Sep 2021) Changed paths: M sys/conf/newvers.sh Log Message: ----------- update version to 2.1.1 From noreply at github.com Thu Sep 30 15:59:36 2021 From: noreply at github.com (Lucas Holt) Date: Thu, 30 Sep 2021 12:59:36 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 7e06d3: document recent changes Message-ID: Branch: refs/heads/stable/2.1 Home: https://github.com/MidnightBSD/src Commit: 7e06d322650714e35eb0bf03958932d3efdc1780 https://github.com/MidnightBSD/src/commit/7e06d322650714e35eb0bf03958932d3efdc1780 Author: Lucas Holt Date: 2021-09-30 (Thu, 30 Sep 2021) Changed paths: M UPDATING Log Message: ----------- document recent changes From noreply at github.com Fri Oct 1 10:30:00 2021 From: noreply at github.com (Lucas Holt) Date: Fri, 01 Oct 2021 07:30:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/tags/2.1.1 Home: https://github.com/MidnightBSD/src From noreply at github.com Sat Oct 2 15:32:20 2021 From: noreply at github.com (Lucas Holt) Date: Sat, 02 Oct 2021 12:32:20 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 2bdead: enable dbus and hald during the firstboot script Message-ID: Branch: refs/heads/stable/2.1 Home: https://github.com/MidnightBSD/src Commit: 2bdead461254188af5a5c118ddd8daee018274c9 https://github.com/MidnightBSD/src/commit/2bdead461254188af5a5c118ddd8daee018274c9 Author: Lucas Holt Date: 2021-10-02 (Sat, 02 Oct 2021) Changed paths: M etc/rc.d/firstboot Log Message: ----------- enable dbus and hald during the firstboot script From noreply at github.com Sat Oct 2 15:33:09 2021 From: noreply at github.com (Lucas Holt) Date: Sat, 02 Oct 2021 12:33:09 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 759174: enable dbus and hald during the firstboot script Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 759174f61cf908d75150d9925de2d0d13e0c7dea https://github.com/MidnightBSD/src/commit/759174f61cf908d75150d9925de2d0d13e0c7dea Author: Lucas Holt Date: 2021-10-02 (Sat, 02 Oct 2021) Changed paths: M etc/rc.d/firstboot Log Message: ----------- enable dbus and hald during the firstboot script From noreply at github.com Sat Oct 2 15:33:41 2021 From: noreply at github.com (Lucas Holt) Date: Sat, 02 Oct 2021 12:33:41 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 6ccbc1: remove tag Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 6ccbc149140c884738dcf6b8dd1c23d272230558 https://github.com/MidnightBSD/src/commit/6ccbc149140c884738dcf6b8dd1c23d272230558 Author: Lucas Holt Date: 2021-10-02 (Sat, 02 Oct 2021) Changed paths: M lib/libomp/Makefile Log Message: ----------- remove tag From noreply at github.com Sat Oct 2 16:24:04 2021 From: noreply at github.com (Lucas Holt) Date: Sat, 02 Oct 2021 13:24:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 27bed2: MNBSD-6 switch over to git Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 27bed2cb779dc9af293bc57de9408d3fc257a924 https://github.com/MidnightBSD/src/commit/27bed2cb779dc9af293bc57de9408d3fc257a924 Author: Lucas Holt Date: 2021-10-02 (Sat, 02 Oct 2021) Changed paths: M release/Makefile.ec2 M release/rc.local M release/release.conf.sample M release/release.sh M release/scripts/pkg-stage.sh Log Message: ----------- MNBSD-6 switch over to git