Also updated bin/freebsd-version/freebsd-version.1.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Apr 7 2024
Mar 8 2024
Dec 29 2023
Dec 13 2023
Nov 2 2023
In D42433#968563, @imp wrote:remove /sys
Oct 27 2023
Focus on D42146 instead.
This updated diff:
Oct 19 2023
Should I rebase this patch since D42194 is already merged?
Oct 18 2023
Oct 13 2023
I rebased and updated the commit with the full message at https://github.com/khorben/freebsd-src/tree/khorben/tzsetup-extra.
Thanks; this is now ready to merge from https://github.com/khorben/freebsd-src/tree/khorben/bsdinstall.
(I did not mean to remove any reviewer, I guess I re-used an old browser tab without refreshing)
This is in the khorben/bsdinstall-netconfig branch at https://github.com/khorben/freebsd-src/.
This is in the khorben/bsdinstall-netconfig branch at https://github.com/khorben/freebsd-src/.
This is also related to #192194.
Oct 12 2023
Oct 10 2023
Oct 8 2023
(If you don't mind)
Imported in 315108b81694de474bbc273c0050b195047f5eed.
- This now uses break to be more future-proof
- The commit message now mentions the change in behaviour when selecting unknown actions
Oct 4 2023
- Made "Finish" the default action
- Renamed the "OK" button to "Select"
In D42047#959636, @jrtc27 wrote:Every additional keypress required, especially ones for navigating to the right option, makes an already user-hostile installer have even more friction. I am very strongly opposed to not being able to quickly skip through screens that 99.999999% of users do not need.
In D42047#958942, @jrtc27 wrote:Is the new Finish button selected by default?
Oct 2 2023
In D41945#958461, @emaste wrote:test for existence of file before removing
to avoid spurious errors
Sep 22 2023
Sounds good to me then!
I found information confirming my doubts about the keccak code.
Can you review the comment I added about crypto/sha/asm/keccak1600-armv8.pl?
We may also want to consider 40c24d74deaad8a0ad7566a68ea5ea757bc3ccef as well, from OpenSSL's Git repository:
FWIW this patch does not conflict with the import of OpenSSL 3.0.11 that I am currently preparing (vendor import in D41943).
Sep 18 2023
I have the impression that with these changes, pxeldr will fail to build if MK_LOADER_LUA is not enabled. I am preparing a new patch where SUBDIR_DEPEND_pxeldr+= loader_lua_nozfs is protected by .if ${MK_LOADER_LUA} != "no", but then pxeldr is still hard-coded to L=loader_lua_nozfs; that feels wrong.
Sep 15 2023
Sep 14 2023
Also build aes-586.S for i386.
Sep 13 2023
- Created a single new loader variant, loader_lua_nozfs
- Hard-coded the PXE loader to use loader_lua_nozfs instead of loader_${LOADER_INTERP}
Sep 6 2023
Sep 4 2023
Submitted again after rebase on -CURRENT.
Sep 1 2023
You are right, with a better look I also see differences with the SHA512 files.
Aug 31 2023
- Renamed the new member of struct country
- Use a switch/case for pass 1 to 3
Aug 29 2023
In my tests the output is identical with and without this revision, except for avoiding the generation of temporary files on i386.
ISTM that the same optimization is possible on arm64, arm, and powerpc{,64,64le} as well by the way; would you consider applying it there as well?
Here is how I test locally: (from secure/lib/libcrypto)
#!/bin/shTo me this looks tidier and also more sensible than before; indeed, why did it set the suffix to .pl only to remove it and add it again?
Aug 7 2023
In D41298#940467, @jrtc27 wrote:If you're moving code around and modifying it at the same time, please make two commits / revisions so it's much easier to review what's going on. Otherwise you have to flick back and forth between files.
Aug 3 2023
Re-upload with arc this time (for context)
In D41250#939437, @khorben_defora.org wrote:In D41250#939432, @mhorne wrote:FYI: D40142
I do not know what the hesitation is there, but I know several people would prefer to see this menu disappear completely.
Thanks, I wasn't aware of this proposal. I can probably improve this patch some more, so that the default settings from the current installation are reflected.
Respect the original copyright for the "finalconfig" code.
Fix the brief summary in the commit
Aug 2 2023
In D41293#940281, @emaste wrote:review heading is wrong?
Aug 1 2023
In D41250#939538, @jrtc27 wrote:Or let's just let this abomination of a menu finally die...
Jul 31 2023
In D41250#939432, @mhorne wrote:FYI: D40142
I do not know what the hesitation is there, but I know several people would prefer to see this menu disappear completely.
With this additional change, the previous settings for all 9 possible hardening options are restored when canceling this menu.
Another improvement would be to add a "Cancel" button to this step, and keep the settings as they were before entering the dialog.
Jul 14 2023
In D40974#934030, @salvadore wrote:I approve, thanks for your your report.
I think you need that I commit it for you, is that right? Shall I use Pierre Pronchery <pierre@freebsdfoundation.org> as author of the commit? By the way you should also be added to https://docs.freebsd.org/en/articles/contributors/: is that contact the one to use for that list too?
Thanks.