User Details
- User Since
- Apr 26 2023, 1:30 PM (94 w, 4 d)
Tue, Feb 4
You are right, the old scheme is less confusing.
The changes proposed here look correct to me.
Mon, Jan 20
Updated to compile and work with the new ifabi changes.
Jan 17 2025
Thanks for the heads up! Looking into it...
Jan 10 2025
Integrate suggestions from Zhenlei Huang (zlei@); thank you!
Jan 8 2025
This change applies the rest of the changes suggested to the manual pages.
This update to the diff brings:
Dec 24 2024
Address feedback from lwhsu@; thanks!
Dec 23 2024
Dec 21 2024
Dec 6 2024
Dec 5 2024
Also note that the contents of this file can be signed with an OpenPGP clear-text signature by the security team, in order to clearly authenticate it as legitimate.
Add descriptions of the fields used, as per the example from securitytxt.org.
Removed the (optional) links for "any security-related job openings in your organisation."
Oct 14 2024
Moved the sanity check for len to the beginning of pci_vtcon_control_send().
Oct 2 2024
Sep 8 2024
Aug 2 2024
Aug 1 2024
Jun 25 2024
Would it be more clear or accurate to mention the "Pentium MMX" instead or in addition to the Pentium Pro?
It was much more common and known to the public than the Pentium Pro.
Jun 14 2024
Jun 4 2024
This avoids an issue with makefs(8) when building without a manifest file. (e.g., when building as root)
Consequently it should work both when using a manifest file as well as without, although it still requires root privileges in both cases, for e.g., chroot(8) and mount(8).
May 29 2024
May 16 2024
Apr 29 2024
Apr 7 2024
Mar 8 2024
Dec 29 2023
Also updated bin/freebsd-version/freebsd-version.1.
Dec 13 2023
Nov 2 2023
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"
Oct 2 2023
Sep 22 2023
Looks good to me.
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}