Date: Sun, 13 Sep 1998 22:36:52 -0700 (PDT) From: John Polstra <jdp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf files src/sys/i386/ibcs2 ibcs2_sysvec.c src/sys/i386/linux linux_sysvec.c src/sys/kern imgact_aout.c imgact_elf.c kern_sig.c init_sysvec.c src/sys/sys imgact_aout.h imgact_elf.h signalvar.h sysent.h Message-ID: <199809140536.WAA06207@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1998/09/13 22:36:52 PDT Modified files: sys/conf files sys/i386/ibcs2 ibcs2_sysvec.c sys/i386/linux linux_sysvec.c sys/kern imgact_aout.c imgact_elf.c kern_sig.c sys/sys imgact_aout.h imgact_elf.h signalvar.h sysent.h Removed files: sys/kern init_sysvec.c Log: Add provisions for variant core dump file formats, depending on the object format of the executable being dumped. This is the first step toward producing ELF core dumps in the proper format. I will commit the code to generate the ELF core dumps Real Soon Now. In the meantime, ELF executables won't dump core at all. That is probably no less useful than dumping a.out-style core dumps as they have done until now. Submitted by: Alex <garbanzo@hooked.net> (with very minor changes by me) Revision Changes Path 1.156 +0 -1 src/sys/conf/files 1.8 +3 -2 src/sys/i386/ibcs2/ibcs2_sysvec.c 1.33 +6 -3 src/sys/i386/linux/linux_sysvec.c 1.42 +95 -1 src/sys/kern/imgact_aout.c 1.30 +11 -2 src/sys/kern/imgact_elf.c 1.46 +9 -73 src/sys/kern/kern_sig.c 1.9 +9 -1 src/sys/sys/imgact_aout.h 1.9 +6 -1 src/sys/sys/imgact_elf.h 1.19 +4 -1 src/sys/sys/signalvar.h 1.19 +3 -1 src/sys/sys/sysent.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809140536.WAA06207>