cvs commit: src/sbin/bsdlabel bsdlabel.c

Poul-Henning Kamp phk at FreeBSD.org
Fri May 2 13:14:50 PDT 2003


phk         2003/05/02 13:14:49 PDT

  FreeBSD src repository

  Modified files:
    sbin/bsdlabel        bsdlabel.c 
  Log:
  Vastly simplify architecture handling:  Use properties of label as
  recorded in global variables, rather than checks on the architecture.
  
  Drop horribly code to handle MBR/PC98's embedded in the BSD label area.
  If you need to have an MBR or PC98 on your disk, you should not overlap
  it with a BSDLABEL, if you don't need it, this code is nothing but trouble.
  
  Revision  Changes    Path
  1.85      +19 -124   src/sbin/bsdlabel/bsdlabel.c


More information about the cvs-src mailing list