User Details
- User Since
- Jun 3 2014, 6:45 PM (564 w, 3 h)
Fri, Mar 21
Wed, Mar 19
Fix: One sentence per line.
Mon, Mar 17
Fri, Mar 14
Wed, Mar 12
I may have more to add to this report later in the month, but I wanted to get something up here before I forgot.
Tue, Mar 11
Fri, Mar 7
Thu, Mar 6
Looks reasonable to me. Should I test in EC2? (If yes, which other patches do I need?)
Wed, Mar 5
Change quirk name
Make this an ACPI quirk.
Tue, Mar 4
Mon, Mar 3
This doesn't cause any problems in EC2, but it doesn't solve the "recognizing that we're ready for an nvme disk to go away" problem either. They're definitely using a write to the power status register as a cue to remove the device (per https://reviews.freebsd.org/D49146 ).
Sun, Mar 2
Sat, Mar 1
Fri, Feb 28
Ok, please commit this and send me instructions on how I should use it. :-)
LGTM, please commit.
Thu, Feb 27
Ping?
I'm not sure that the combination of asserting PME and clearing PMEENABLE makes sense, but it's what works. Hoping for feedback from someone who knows more about our PCI code than I do.
Feb 22 2025
Feb 21 2025
Feb 20 2025
Feb 19 2025
Feb 15 2025
Feb 14 2025
Feb 13 2025
Looks like this only makes single-layer images, whereas I think the old code had minimal being a layer on top of dynamic which was a layer on top of static. I'm not sure if this is something we care about, or even which is better if we do care about it, but I thought I should mention it.
Feb 11 2025
Feb 9 2025
Feb 8 2025
Feb 7 2025
Feb 6 2025
Feb 5 2025
Someone from secteam might correct me, but I don't think we normally bump __FreeBSD_version on releng/X.Y branches after the release. The places I'm aware of where it doesn't end 000 in a release are (a) X.0-RELEASE where we have whatever number HEAD got up to, and (b) rare cases when a new feature is merged after BETA1.
Feb 4 2025
Feb 3 2025
Context which probably doesn't need to be in the commit message: I'd like to make builds on HEAD *reproducible* even if they're not *deterministic*, i.e. given a build I want to be able to extract environment settings which will allow the same build to be reproduced. This will be easier if I can SOURCE_DATE_EPOCH?= a single SOURCE_DATE_EPOCH value and have it apply to all of the loader binaries.