User Details
- User Since
- Sep 22 2014, 7:39 PM (534 w, 3 d)
Jul 26 2024
Jul 22 2024
Use an a_gen field instead of casting to vop_generic_args.
Update the commit message to clarify why the broadcast address is not set.
Remove ifaddr_ad() and move its logic to callers.
Jul 19 2024
Thanks for reviews!
Jul 18 2024
Jul 9 2024
Jun 28 2024
May 1 2024
May 31 2023
Apr 26 2023
Nov 15 2022
Nov 11 2022
Remove the style change.
Nov 10 2022
Sep 9 2022
Aug 31 2022
Apr 10 2022
Aug 26 2018
This update fixes typos, style and changes die() to write messages to stderr.
Aug 25 2018
Jan 29 2018
Aug 6 2017
Aug 3 2017
I'm using a script to test kernel dumps in bhyve. It exercises combinations of minidumps vs. full dumps, compression, encryption, and dump device sector size.
Aug 2 2017
Jul 31 2017
Feb 8 2017
Feb 4 2017
Dec 10 2016
Nov 14 2016
Nov 12 2016
Aug 16 2016
This revision fixes alignment of the kdc_dumpkey member of the kerneldumpcrypto structure and uses roundup2 macro to round a kernel dump key size.
Aug 15 2016
The patch was updated to fix two problems:
- Use a packed structure instead of writing a kernel dump key structure byte per byte;
- Allocate require memory using malloc(9) when it's safe to do that which is during a dump device setup.
Jul 31 2016
I've merged the changes from HEAD. The current patch is against r303588 [1]. The main changes include:
- ambrisko submitted a patch to write crash dumps on dump devices with a block size other than 512B. EKCD should be compatible with these changes now;
- DIOCSKERNELDUMP_FREEBSD10 became DIOCSKERNELDUMP_FREEBSD11 as we already have FreeBSD 12.0-CURRENT;
- DIOCSKERNELDUMP ioctl has a new number as a new DIOCZONECMD ioctl was introduced in [3].
Apr 14 2016
Thanks for the review. I sent some replies to the inline comments.
Apr 2 2016
Mar 30 2016
Dec 26 2015
Oct 16 2015
I have made some inline comments. I think a partial vmcore shouldn't be removed because another panic might happen before a user tries to run savecore manually again.