cvs commit: src/lib/libstand Makefile src/sbin/gpt Makefile add.c boot.c gpt.8 gpt.c gpt.h show.c src/sys/boot/i386 Makefile src/sys/boot/i386/gptboot Makefile gptboot.c gptldr.S src/sys/boot/i386/libi386 biosdisk.c devicename.c ...

John Baldwin jhb at FreeBSD.org
Thu Jan 24 11:42:18 PST 2008


jhb         2008-01-24 19:42:17 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    lib/libstand         Makefile 
    sbin/gpt             Makefile add.c gpt.8 gpt.c gpt.h show.c 
    sys/boot/i386        Makefile 
    sys/boot/i386/libi386 biosdisk.c devicename.c 
    sys/boot/pc98/libpc98 biosdisk.c 
    sys/geom/part        g_part.c g_part.h g_part_gpt.c 
    sys/sys              gpt.h 
  Added files:           (Branch: RELENG_7)
    sbin/gpt             boot.c 
    sys/boot/i386/gptboot Makefile gptboot.c gptldr.S 
    sys/boot/i386/pmbr   Makefile pmbr.s 
  Log:
  MFC: Add support for booting from GPT-labeled disks from the BIOS.  This
  includes /boot/pmbr, /boot/gptboot, and 'gpt boot'.
  
  Revision  Changes    Path
  1.57.2.2  +4 -0      src/lib/libstand/Makefile
  1.7.2.1   +2 -2      src/sbin/gpt/Makefile
  1.15.2.1  +44 -32    src/sbin/gpt/add.c
  1.2.2.1   +271 -0    src/sbin/gpt/boot.c (new)
  1.17.2.1  +43 -2     src/sbin/gpt/gpt.8
  1.16.2.2  +1 -0      src/sbin/gpt/gpt.c
  1.11.2.1  +2 -0      src/sbin/gpt/gpt.h
  1.14.2.1  +3 -0      src/sbin/gpt/show.c
  1.21.2.1  +2 -2      src/sys/boot/i386/Makefile
  1.62.2.1  +77 -0     src/sys/boot/i386/gptboot/Makefile (new)
  1.86.2.1  +727 -0    src/sys/boot/i386/gptboot/gptboot.c (new)
  1.2.2.1   +125 -0    src/sys/boot/i386/gptboot/gptldr.S (new)
  1.48.2.4  +307 -35   src/sys/boot/i386/libi386/biosdisk.c
  1.8.2.1   +29 -12    src/sys/boot/i386/libi386/devicename.c
  1.1.2.1   +14 -0     src/sys/boot/i386/pmbr/Makefile (new)
  1.2.2.1   +223 -0    src/sys/boot/i386/pmbr/pmbr.s (new)
  1.34.2.4  +33 -32    src/sys/boot/pc98/libpc98/biosdisk.c
  1.9.2.2   +1 -0      src/sys/geom/part/g_part.c
  1.3.2.2   +1 -0      src/sys/geom/part/g_part.h
  1.3.2.2   +8 -0      src/sys/geom/part/g_part_gpt.c
  1.10.2.2  +3 -1      src/sys/sys/gpt.h


More information about the cvs-src mailing list