Date: Sat, 28 Dec 2002 11:49:41 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm.h src/sys/kern imgact_elf.c src/libexec/rtld-elf map_object.c Message-ID: <200212281949.gBSJnfhK096567@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2002/12/28 11:49:41 PST
Modified files: (Branch: RELENG_4)
sys/vm vm.h
sys/kern imgact_elf.c
libexec/rtld-elf map_object.c
Log:
MFC ELF coredump handling fixes. Do not skip read-only pages unrelated
to the binary image. Use NOCORE to differentiate between the two. Introduce
a debug.elf_legacy_coredump sysctl which, if set, reverts to the old behavior.
See the log message in sys/kern/imgact_elf.c 1.133.
PR: kern/45994
Revision Changes Path
1.7.2.2 +23 -6 src/libexec/rtld-elf/map_object.c
1.73.2.13 +31 -11 src/sys/kern/imgact_elf.c
1.16.2.1 +2 -1 src/sys/vm/vm.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212281949.gBSJnfhK096567>
