- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 13 2020
Aug 15 2018
Jun 9 2018
Jun 7 2018
Move unlinked drain task function.
Mark a bunch more stuff as FreeBSD-specific.
Jun 1 2018
Update based on review from avg:
May 11 2018
May 7 2018
May 3 2018
Apr 27 2018
Apr 25 2018
Apr 24 2018
Allow etdump to be overridden too.
Apr 17 2018
Apr 12 2018
Apr 10 2018
Apr 9 2018
So after imp signed off I noticed that the EBR tests were failing in Kyua. This prompted me to take a closer look at what I was doing and I've gone back and reworked the partition size/offset code to try and better clarify how it all works.
Apr 5 2018
Apr 4 2018
- Make sure we give the scheme a chance to round off any offsets we bring in.
- Do a pass to make sure we haven't created any overlapping partitions.
Address review comments from imp.
Apr 3 2018
Fix wording.
Address results of igor -Dgpxy and mandoc -Tlint.
Mar 31 2018
Well an ISO image doesn't have a partition format per se. On top of that GPT doesn't have an established partition type for an ISO image. We could roll our own and plant it in there and go looking for that instead but it'd also imply that we had overlapping partition entries given that we're going to have the ESP entry pointing within the El Torito catalog and any ISO partition entry would be covering the entire disk including the GPT itself. I'm not sure whether that's going to make things complain or not.
Update based on feedback from imp.
Fix copyright on cd9660read.c.
Mar 30 2018
Regenerated diff with -U9999
Mar 25 2018
Mar 23 2018
NetBSD seem to attempt this but it looks like they're actually modifying the last ET_ENTRY_SE entry, not ET_ENTRY_SH. I'm not sure how correct that is.
Prefer efi to uefi and properly sort system names in error message.
Add efi as a synonym for uefi.
-U9999 per request