Dec 3 2024
Nov 28 2024
Nov 26 2024
Oct 30 2024
Looks good (not run tested).
Oct 29 2024
Approved.
Seems sane enough. It's not something we use today, and I've verified that run_rc_command should do the right thing w/o side effects (although I'd think that the -z rc_arg test should be higher in that function to avoid pid file name eval, etc).
Approved.
Oct 28 2024
Thank you all for feedback! :)
Oct 25 2024
- Add UPDATING entry
- Fix typos in rc.subr.8 and do some extra wordsmithing there
I'm sure it adds appreciable speedup in some cases, but I can't see us fixing support and keeping it working. Best to stop pretending and focus on lower hanging fruit.
I've got some reports from the NetBSD community that setting rc_fast_and_loose on NetBSD booting on vax simh makes rc finish in 109 seconds instead of 183 seconds (https://mastodon.sdf.org/@mrgtwentythree/113364676304360235).
Oct 24 2024
Oct 23 2024
Approved, plus a minor nit.
This probably deserves an entry in UPDATING as well as the relnotes tag, since it breaks backward compatibility and applies to those who track main as well as release users.
Update docs and remove an unused boottrace function
Oct 21 2024
Thanks!
Approved.
I'll set MFC to 2 weeks so that it does not land in 14.2.
Set exit status by calling exit in a subshell.
I opened a PR for investigating the rc_fast_and_loose support: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282255