Changelog for
crash-devel-4.0.9-2.fc12.i686.rpm :
Fri Sep 11 14:00:00 2009 Dave Anderson
- 4.0.9-2
Bump version.
Fri Sep 11 14:00:00 2009 Dave Anderson - 4.0.9-1
- Update to upstream release, which allows the removal of the
Revision tag workaround, the crash-4.0-8.11-dwarf3.patch and
the crash-4.0-8.11-optflags.patch
Wed Aug 5 14:00:00 2009 Lubomir Rintel - 4.0.8.11-2
- Fix reading of dwarf 3 DW_AT_data_member_location
- Use proper compiler flags
Wed Aug 5 14:00:00 2009 Lubomir Rintel - 4.0.8.11-1
- Update to later upstream release
- Fix abuse of Revision tag
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Fri Jul 24 14:00:00 2009 Fedora Release Engineering - 4.0-9.7.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Tue Feb 24 13:00:00 2009 Fedora Release Engineering - 4.0-8.7.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Thu Feb 19 13:00:00 2009 Dave Anderson - 4.0-7.7.2
- Replace exclusive arch i386 with ix86.
Thu Feb 19 13:00:00 2009 Dave Anderson - 4.0-7.7.1
- Updates to this file per crash merge review
- Update to upstream version 4.0-7.7. Full changelog viewable in:
http://people.redhat.com/anderson/crash.changelog.html
Tue Jul 15 14:00:00 2008 Tom \"spot\" Callaway 4.0-7
- fix license tag
Tue Apr 29 14:00:00 2008 Dave Anderson - 4.0-6.3
- Added crash-devel subpackage
- Updated crash.patch to match upstream version 4.0-6.3
Wed Feb 20 13:00:00 2008 Dave Anderson - 4.0-6.0.5
- Second attempt at addressing the GCC 4.3 build, which failed due
to additional ptrace.h includes in the lkcd vmdump header files.
Wed Feb 20 13:00:00 2008 Dave Anderson - 4.0-6.0.4
- First attempt at addressing the GCC 4.3 build, which failed on x86_64
because ptrace-abi.h (included by ptrace.h) uses the \"u32\" typedef,
which relies on , and include/asm-x86_64/types.h
does not not typedef u32 as done in include/asm-x86/types.h.
Mon Feb 18 13:00:00 2008 Fedora Release Engineering - 4.0-6.0.3
- Autorebuild for GCC 4.3
Wed Jan 23 13:00:00 2008 Dave Anderson - 4.0-5.0.3
- Updated crash.patch to match upstream version 4.0-5.0.
Wed Aug 29 14:00:00 2007 Dave Anderson - 4.0-4.6.2
- Updated crash.patch to match upstream version 4.0-4.6.
Wed Sep 13 14:00:00 2006 Dave Anderson - 4.0-3.3
- Updated crash.patch to match upstream version 4.0-3.3.
- Support for x86_64 relocatable kernels. BZ #204557
Mon Aug 7 14:00:00 2006 Dave Anderson - 4.0-3.1
- Updated crash.patch to match upstream version 4.0-3.1.
- Added kdump reference to description.
- Added s390 and s390x to ExclusiveArch list. BZ #199125
- Removed LKCD v1 pt_regs references for s390/s390x build.
- Removed LKCD v2_v3 pt_regs references for for s390/s390x build.
Fri Jul 14 14:00:00 2006 Jesse Keating - 4.0-3
- rebuild
Mon May 15 14:00:00 2006 Dave Anderson - 4.0-2.26.4
- Updated crash.patch such that is not #include\'d
by s390_dump.c; IBM did not make the file s390[s] only; BZ #192719
Mon May 15 14:00:00 2006 Dave Anderson - 4.0-2.26.3
- Updated crash.patch such that is not #include\'d
by vas_crash.h; only ia64 build complained; BZ #191719
Mon May 15 14:00:00 2006 Dave Anderson - 4.0-2.26.2
- Updated crash.patch such that is not #include\'d
by lkcd_x86_trace.c; also for BZ #191719
Mon May 15 14:00:00 2006 Dave Anderson - 4.0-2.26.1
- Updated crash.patch to bring it up to 4.0-2.26, which should
address BZ #191719 - \"crash fails to build in mock\"
Tue Feb 7 13:00:00 2006 Jesse Keating - 4.0-2.18.1
- rebuilt for new gcc4.1 snapshot and glibc changes
Wed Jan 4 13:00:00 2006 Dave Anderson 4.0-2.18
- Updated source package to crash-4.0.tar.gz, and crash.patch
to bring it up to 4.0-2.18.
Fri Dec 9 13:00:00 2005 Jesse Keating
- rebuilt
Thu Mar 3 13:00:00 2005 Dave Anderson 3.10-13
- Compiler error- and warning-related fixes for gcc 4 build.
- Update to enhance x86 and x86_64 gdb disassembly output so as to
symbolically display call targets from kernel module text without
requiring module debuginfo data.
- Fix hole where an ia64 vmcore could be mistakenly accepted as a
usable dumpfile on an x86_64 machine, leading eventually to a
non-related error message.
Wed Mar 2 13:00:00 2005 Dave Anderson 3.10-12
- rebuild (gcc 4)
Thu Feb 10 13:00:00 2005 Dave Anderson 3.10-9
- Updated source package to crash-3.10.tar.gz, containing
IBM\'s final ppc64 processor support for RHEL4
- Fixes potential \"bt -a\" hang on dumpfile where netdump IPI interrupted
an x86 process while executing the instructions just after it had entered
the kernel for a syscall, but before calling the handler. BZ #139437
- Update to handle backtraces in dumpfiles generated on IA64 with the
INIT switch (functionality intro\'d in RHEL3-U5 kernel). BZ #139429
- Fix for handling ia64 and x86_64 machines booted with maxcpus=1 on
an SMP kernel. BZ #139435
- Update to handle backtraces in dumpfiles generated on x86_64 from the
NMI exception stack (functionality intro\'d in RHEL3-U5 kernel).
- \"kmem -[sS]\" beefed up to more accurately verify slab cache chains
and report errors found.
- Fix for ia64 INIT switch-generated backtrace handling when
init_handler_platform() is inlined into ia64_init_handler();
properly handles both RHEL3 and RHEL4 kernel patches.
BZ #138350
- Update to enhance ia64 gdb disassembly output so as to
symbolically display call targets from kernel module
text without requiring module debuginfo data.
Wed Jul 14 14:00:00 2004 Dave Anderson 3.8-5
- bump release for fc3
Tue Jul 13 14:00:00 2004 Dave Anderson 3.8-4
- Fix for gcc 3.4.x/gdb issue where vmlinux was mistakenly presumed non-debug
Fri Jun 25 14:00:00 2004 Dave Anderson 3.8-3
- remove (harmless) error message during ia64 diskdump invocation when
an SMP system gets booted with maxcpus=1
- several 2.6 kernel specific updates
Thu Jun 17 14:00:00 2004 Dave Anderson 3.8-2
- updated source package to crash-3.8.tar.gz
- diskdump support
- x86_64 processor support
Mon Sep 22 14:00:00 2003 Dave Anderson 3.7-5
- make bt recovery code start fix-up only upon reaching first faulting frame
Fri Sep 19 14:00:00 2003 Dave Anderson 3.7-4
- fix \"bt -e\" and bt recovery code to recognize new __KERNEL_CS and DS
Wed Sep 10 14:00:00 2003 Dave Anderson 3.7-3
- patch to recognize per-cpu GDT changes that redefine __KERNEL_CS and DS
Wed Sep 10 14:00:00 2003 Dave Anderson 3.7-2
- patches for netdump active_set determination and slab info gathering
Wed Aug 20 14:00:00 2003 Dave Anderson 3.7-1
- updated source package to crash-3.7.tar.gz
Wed Jul 23 14:00:00 2003 Dave Anderson 3.6-1
- removed Packager, Distribution, and Vendor tags
- updated source package to crash-3.6.tar.gz
Fri Jul 18 14:00:00 2003 Jay Fenlason 3.5-2
- remove ppc from arch list, since it doesn\'t work with ppc64 kernels
- remove alpha from the arch list since we don\'t build it any more
Fri Jul 18 14:00:00 2003 Matt Wilson 3.5-1
- use %defattr(-,root,root)
Tue Jul 15 14:00:00 2003 Jay Fenlason
- Updated spec file as first step in turning this into a real RPM for taroon.
- Wrote man page.