Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2002 23:24:15 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 i386dump.c src/sys/ia64/ia64 ia64dump.c src/sys/sys kerneldump.h src/sbin/savecore savecore.c
Message-ID:  <200204030724.g337OFn64781@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2002/04/02 23:24:15 PST

  Modified files:
    sys/i386/i386        i386dump.c 
    sys/ia64/ia64        ia64dump.c 
    sys/sys              kerneldump.h 
    sbin/savecore        savecore.c 
  Log:
  Make the kernel dump header endianness invariant by always dumping
  in dump byte order (=network byte order). Swap blocksize and dumptime
  to avoid extraneous padding on 64-bit architectures. Use CTASSERT
  instead of runtime checks to make sure the header is 512 bytes large.
  Various style(9) fixes.
  
  Reviewed by: phk, bde, mike
  
  Revision  Changes    Path
  1.53      +15 -11    src/sbin/savecore/savecore.c
  1.2       +7 -12     src/sys/i386/i386/i386dump.c
  1.3       +11 -12    src/sys/ia64/ia64/ia64dump.c
  1.3       +28 -6     src/sys/sys/kerneldump.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?200204030724.g337OFn64781>