Skip to content
Snippets Groups Projects
  • okuji's avatar
    47d2d65e
    2005-09-03 Yoshinori K. Okuji <okuji@enbug.org> · 47d2d65e
    okuji authored
            * normal/completion.c (complete_arguments): Add the qualifier
            const into OPTIONS.
    
            From Omniflux <omniflux+lists@omniflux.com>:
            * include/grub/terminfo.h: New file.
            * include/grub/tparm.h: Likewise.
            * include/grub/i386/pc/serial.h: Likewise.
            * term/terminfo.c: Likewise.
            * term/tparm.c: Likewise.
            * term/i386/pc/serial.c: Likewise.
            * conf/i386-pc.rmk (pkgdata_MODULES): Added terminfo.mod and
            serial.mod.
            (terminfo_mod_SOURCES): New variable.
            (terminfo_mod_CFLAGS): Likewise.
            (serial_mod_SOURCES): Likewise.
            (serial_mod_CFLAGS): Likewise.
    47d2d65e
    History
    2005-09-03 Yoshinori K. Okuji <okuji@enbug.org>
    okuji authored
            * normal/completion.c (complete_arguments): Add the qualifier
            const into OPTIONS.
    
            From Omniflux <omniflux+lists@omniflux.com>:
            * include/grub/terminfo.h: New file.
            * include/grub/tparm.h: Likewise.
            * include/grub/i386/pc/serial.h: Likewise.
            * term/terminfo.c: Likewise.
            * term/tparm.c: Likewise.
            * term/i386/pc/serial.c: Likewise.
            * conf/i386-pc.rmk (pkgdata_MODULES): Added terminfo.mod and
            serial.mod.
            (terminfo_mod_SOURCES): New variable.
            (terminfo_mod_CFLAGS): Likewise.
            (serial_mod_SOURCES): Likewise.
            (serial_mod_CFLAGS): Likewise.
AUTHORS 669 B
The following authors assigned copyright on their work to the Free
Software Foundation:

Yoshinori K. Okuji designed and implemented the initial version.

Jeroen Dekkers added initrd support, Multiboot support, and fixed bugs
in ext2fs.

Marco Gerards added ext2fs support, grub-emu, a new command-line
engine, and fixed many bugs.

Omniflux added terminfo and serial support.

Vincent Pelletier added Sparc64 support.

Hollis Blanchard implemented many parts of PowerPC support.

Tomas Ebenlendr added the command chainloader into the normal mode,
fixed some bugs.

Guillem Jover merged architecture-independent ELF support code.

Vesa Jaaskelainen added VBE support.