2008-01-06 Yoshinori K. Okuji <okuji@enbug.org>

Mostly from Vincent Pelletier:

    * fs/reiserfs.c: New file.

    * conf/common.rmk (pkglib_MODULES): Added reiserfs.mod.
    (reiserfs_mod_SOURCES): New variable.
    (reiserfs_mod_CFLAGS): Likewise.
    (reiserfs_mod_LDFLAGS): Likewise.

    * DISTLIST: Added boot/i386/pc/lnxboot.S, commands/hexdump.c,
    disk/ata.c, fs/cpio.c, fs/ntfscomp.c, fs/reiserfs.c,
    include/grub/ntfs.h, include/grub/i386/pc/machine.h, and
    normal/color.c.
This commit is contained in:
okuji 2008-01-06 14:14:31 +00:00
parent 9ce3e7c170
commit 492e6d9d4b
9 changed files with 4911 additions and 3915 deletions

View file

@ -30,6 +30,7 @@ mkinstalldirs
stamp-h.in
boot/i386/pc/boot.S
boot/i386/pc/diskboot.S
boot/i386/pc/lnxboot.S
boot/i386/pc/pxeboot.S
commands/boot.c
commands/blocklist.c
@ -38,6 +39,7 @@ commands/cmp.c
commands/configfile.c
commands/echo.c
commands/help.c
commands/hexdump.c
commands/ls.c
commands/search.c
commands/terminal.c
@ -64,6 +66,7 @@ conf/powerpc-ieee1275.mk
conf/powerpc-ieee1275.rmk
conf/sparc64-ieee1275.mk
conf/sparc64-ieee1275.rmk
disk/ata.c
disk/host.c
disk/loopback.c
disk/lvm.c
@ -73,18 +76,21 @@ disk/i386/pc/biosdisk.c
disk/ieee1275/ofdisk.c
font/manager.c
fs/affs.c
fs/cpio.c
fs/ext2.c
fs/fat.c
fs/fshelp.c
fs/hfs.c
fs/hfsplus.c
fs/iso9660.c
fs/jfs.c
fs/minix.c
fs/ntfs.c
fs/ufs.c
fs/ntfscomp.c
fs/reiserfs.c
fs/sfs.c
fs/ufs.c
fs/xfs.c
fs/hfsplus.c
hello/hello.c
include/multiboot.h
include/multiboot2.h
@ -105,18 +111,19 @@ include/grub/font.h
include/grub/fs.h
include/grub/fshelp.h
include/grub/gzio.h
include/grub/hexdump.h
include/grub/hfs.h
include/grub/kernel.h
include/grub/loader.h
include/grub/lvm.h
include/grub/misc.h
include/grub/mm.h
include/multiboot.h
include/grub/multiboot.h
include/grub/multiboot_loader.h
include/grub/multiboot2.h
include/grub/net.h
include/grub/normal.h
include/grub/ntfs.h
include/grub/parser.h
include/grub/partition.h
include/grub/pc_partition.h
@ -162,6 +169,7 @@ include/grub/i386/pc/console.h
include/grub/i386/pc/init.h
include/grub/i386/pc/kernel.h
include/grub/i386/pc/loader.h
include/grub/i386/pc/machine.h
include/grub/i386/pc/memory.h
include/grub/i386/pc/serial.h
include/grub/i386/pc/time.h
@ -259,6 +267,7 @@ loader/powerpc/ieee1275/linux.c
loader/powerpc/ieee1275/linux_normal.c
loader/powerpc/ieee1275/multiboot2.c
normal/arg.c
normal/color.c
normal/cmdline.c
normal/command.c
normal/completion.c