[Midnightbsd-cvs] [MidnightBSD/src] 0e2504: MNBSD-42 don't use the DESTDIR for the location of...
Lucas Holt
noreply at github.com
Thu Sep 30 15:56:35 EDT 2021
Branch: refs/heads/stable/2.1
Home: https://github.com/MidnightBSD/src
Commit: 0e2504d98fe677e2af3cd51ad284b151d1846e3f
https://github.com/MidnightBSD/src/commit/0e2504d98fe677e2af3cd51ad284b151d1846e3f
Author: Lucas Holt <luke at foolishgames.com>
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 <luke at foolishgames.com>
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 <luke at foolishgames.com>
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 <luke at foolishgames.com>
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 <luke at foolishgames.com>
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 <luke at foolishgames.com>
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
More information about the Midnightbsd-cvs
mailing list