/freebsd/sys/amd64/include/ |
H A D | dump.h | bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/i386/include/ |
H A D | dump.h | bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/arm/include/ |
H A D | dump.h | bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/x86/include/ |
H A D | dump.h | bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/powerpc/include/ |
H A D | dump.h | bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|
H A D | pmap.h | diff bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/powerpc/powerpc/ |
H A D | dump_machdep.c | diff bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|
H A D | pmap_dispatch.c | diff bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/x86/x86/ |
H A D | dump_machdep.c | diff bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/kern/ |
H A D | kern_dump.c | bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|
H A D | kern_shutdown.c | diff bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/arm/arm/ |
H A D | dump_machdep.c | diff bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/sys/ |
H A D | kerneldump.h | diff bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|
H A D | conf.h | diff bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_oea64.c | diff bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|
H A D | mmu_oea.c | diff bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/conf/ |
H A D | files | diff bdb9ab0dd925b804280af9ecbdb01ceea66a6088 Wed Jan 07 02:01:39 CET 2015 Mark Johnston <markj@FreeBSD.org> Factor out duplicated code from dumpsys() on each architecture into generic code in sys/kern/kern_dump.c. Most dumpsys() implementations are nearly identical and simply redefine a number of constants and helper subroutines; a generic implementation will make it easier to implement features around kernel core dumps. This change does not alter any minidump code and should have no functional impact.
PR: 193873 Differential Revision: https://reviews.freebsd.org/D904 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Reviewed by: jhibbits (earlier version) Sponsored by: EMC / Isilon Storage Division
|