Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2003 14:57:08 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/fdisk fdisk.c runtest.sh
Message-ID:  <200304132157.h3DLv8Wf022538@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/04/13 14:57:08 PDT

  FreeBSD src repository

  Modified files:
    sbin/fdisk           fdisk.c runtest.sh 
  Log:
  Use symbolic constants from <sys/diskmbr.h> instead of local constants.
  
  Always set the magic sequence when we write, rather than trusting the
  previously read boot code to do so.
  
  Use explicit encoding/decoding of little endian disk image.
  
  Remove a comment which was OBE.
  
  Change the test vector for "fdisk -I" to reflect that there is a magic
  sequence in the result now.
  
  Add test case for "fdisk" which reads the image back.
  
  At least for the two test-cases this program now gives the same result
  on sparc64 as on i386.  The lack of an installed /boot/mbr on sparc64
  raises an (un)interesting question.
  
  Revision  Changes    Path
  1.70      +15 -13    src/sbin/fdisk/fdisk.c
  1.2       +8 -2      src/sbin/fdisk/runtest.sh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304132157.h3DLv8Wf022538>