Move OS-dependent files to grub-core/osdep and document it.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 8 Oct 2013 15:30:22 +0000 (17:30 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 8 Oct 2013 15:30:22 +0000 (17:30 +0200)
commit672fa55e81a56bf153bd2d9d9442a68ecf1cbdfd
tree7e703ba7cd893875a7fd8cf927a24fbf4788acd2
parenta5b0365ab2778e0e0da3c5fd48390e159a405f82
Move OS-dependent files to grub-core/osdep and document it.
30 files changed:
ChangeLog
Makefile.util.def
docs/grub-dev.texi
grub-core/osdep/apple/getroot.c [moved from util/getroot_apple.c with 100% similarity]
grub-core/osdep/apple/hostdisk.c [moved from grub-core/kern/emu/hostdisk_apple.c with 100% similarity]
grub-core/osdep/aros/getroot.c [moved from util/getroot_aros.c with 100% similarity]
grub-core/osdep/aros/hostdisk.c [moved from grub-core/kern/emu/hostdisk_aros.c with 100% similarity]
grub-core/osdep/basic/getroot.c [moved from util/getroot_basic.c with 100% similarity]
grub-core/osdep/basic/hostdisk.c [moved from grub-core/kern/emu/hostdisk_basic.c with 100% similarity]
grub-core/osdep/bsd/getroot.c [moved from util/getroot_bsd.c with 100% similarity]
grub-core/osdep/bsd/hostdisk.c [moved from grub-core/kern/emu/hostdisk_bsd.c with 100% similarity]
grub-core/osdep/devmapper/getroot.c [moved from util/getroot_devmapper.c with 100% similarity]
grub-core/osdep/devmapper/hostdisk.c [moved from grub-core/kern/emu/hostdisk_devmapper.c with 100% similarity]
grub-core/osdep/freebsd/getroot.c [moved from util/getroot_freebsd.c with 100% similarity]
grub-core/osdep/freebsd/hostdisk.c [moved from grub-core/kern/emu/hostdisk_freebsd.c with 100% similarity]
grub-core/osdep/getroot.c [moved from util/getroot_os.c with 62% similarity]
grub-core/osdep/hostdisk.c [moved from grub-core/kern/emu/hostdisk_os.c with 61% similarity]
grub-core/osdep/hurd/getroot.c [moved from util/getroot_hurd.c with 100% similarity]
grub-core/osdep/hurd/hostdisk.c [moved from grub-core/kern/emu/hostdisk_hurd.c with 100% similarity]
grub-core/osdep/linux/getroot.c [moved from util/getroot_linux.c with 100% similarity]
grub-core/osdep/linux/hostdisk.c [moved from grub-core/kern/emu/hostdisk_linux.c with 100% similarity]
grub-core/osdep/random.c [moved from util/random.c with 52% similarity]
grub-core/osdep/sun/getroot.c [moved from util/getroot_sun.c with 100% similarity]
grub-core/osdep/sun/hostdisk.c [moved from grub-core/kern/emu/hostdisk_sun.c with 100% similarity]
grub-core/osdep/unix/getroot.c [moved from util/getroot_unix.c with 100% similarity]
grub-core/osdep/unix/hostdisk.c [moved from grub-core/kern/emu/hostdisk_unix.c with 100% similarity]
grub-core/osdep/unix/random.c [moved from util/random_unix.c with 100% similarity]
grub-core/osdep/windows/getroot.c [moved from util/getroot_windows.c with 100% similarity]
grub-core/osdep/windows/hostdisk.c [moved from grub-core/kern/emu/hostdisk_windows.c with 100% similarity]
grub-core/osdep/windows/random.c [moved from util/random_windows.c with 100% similarity]