add description for debug.elf{32,64}_legacy_coredump sysctl
Approved by: re (kib) MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b028e9a2d9
commit
c769866ed1
@ -113,7 +113,8 @@ SYSCTL_INT(__CONCAT(_kern_elf, __ELF_WORD_SIZE), OID_AUTO,
|
||||
|
||||
static int elf_legacy_coredump = 0;
|
||||
SYSCTL_INT(_debug, OID_AUTO, __elfN(legacy_coredump), CTLFLAG_RW,
|
||||
&elf_legacy_coredump, 0, "");
|
||||
&elf_legacy_coredump, 0,
|
||||
"include all and only RW pages in core dumps");
|
||||
|
||||
int __elfN(nxstack) =
|
||||
#if defined(__amd64__) || defined(__powerpc64__) /* both 64 and 32 bit */ || \
|
||||
|
Loading…
x
Reference in New Issue
Block a user