Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   dsl
Date:           Tue Jan  7 07:59:03 UTC 2014

Modified Files:
        src/sys/kern: core_netbsd.c
        src/sys/uvm: uvm_coredump.c

Log Message:
Re-instate the zero length sections in elf core dumps (they probably help
  describe the process memory layout).
Fudge the a.out core code to not dump the entire contents.
I'm not sue that anything can read a.out core files - more progress might
  be made on such dumps by converting the a.out file to elf!


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/kern/core_netbsd.c
cvs rdiff -u -r1.5 -r1.6 src/sys/uvm/uvm_coredump.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index