grub/kern
okuji f4917dfdd6 2005-08-07 Yoshinori K. Okuji <okuji@enbug.org>
* kern/rescue.c (grub_rescue_cmd_rmmod): If the reference count is
        negative, unload the module.

        * util/i386/pc/grub-setup.c (setup): The name of the PC partition
        map is "pc_partition_map" but not "pc".
        (usage): Fix the description. The options are --boot-image and
        --core-image but not --boot-file or --core-file.
        (main): If not specified explicitly, make BOOT_FILE and CORE_FILE
        based on DEFAULT_BOOT_FILE and DEFAULT_CORE_FILE with DIR or
        DEFAULT_DIRECTORY.

        * util/i386/pc/grub-install.in: Do not specify --boot-file or
        --core-file. Specify INSTALL_DEVICE as an argument.

        * util/console.c: Include config.h.
        [HAVE_NCURSeS_CURSES_H]: Include ncurses/curses.h.
        [HAVE_NCURSES_H]: Include ncurses.h.
        [HAVE_CURSES_H]: Include curses.h.
        [!A_NORMAL] (A_NORMAL): Defined as zero.
        [!A_STANDOUT] (A_STANDOUT): Likewise.

        * conf/i386-pc.rmk (grub_emu_LDFLAGS): Use $(LIBCURSES) instead of
        -lncurses.
        * conf/powerpc-ieee1275.rmk (grub_emu_LDFLAGS): Likewise.

        * configure.ac: Check for curses libraries and headers.

        * Makefile.in (LIBCURSES): New variable.

        * genmk.rb (Script::rule): Set the executable bits.

        * util/i386/pc/biosdisk.c (grub_util_biosdisk_get_grub_dev): The
        name of the PC partition map is "pc_partition_map" but not "pc".
2005-08-07 17:12:52 +00:00
..
i386 2005-07-17 Yoshinori Okuji <okuji@enbug.org> 2005-07-17 14:17:55 +00:00
ieee1275 2005-08-07 Yoshinori K. Okuji <okuji@enbug.org> 2005-08-07 14:14:40 +00:00
powerpc 2005-08-03 Hollis Blanchard <hollis@penguinppc.org> 2005-08-03 22:53:51 +00:00
device.c 2005-07-20 Yoshinori K. Okuji <okuji@enbug.org> 2005-07-20 20:30:46 +00:00
disk.c 2005-07-31 Yoshinori K. Okuji <okuji@enbug.org> 2005-07-31 16:12:29 +00:00
dl.c 2005-02-14 Guillem Jover <guillem@hadrons.org> 2005-02-14 18:41:33 +00:00
env.c 2005-07-20 Yoshinori K. Okuji <okuji@enbug.org> 2005-07-20 20:30:46 +00:00
err.c 2004-04-04 Yoshinori K. Okuji <okuji@enbug.org> 2004-04-04 13:46:03 +00:00
file.c 2004-04-04 Yoshinori K. Okuji <okuji@enbug.org> 2004-04-04 13:46:03 +00:00
fs.c 2005-07-03 Yoshinori Okuji <okuji@enbug.org> 2005-07-03 18:06:56 +00:00
loader.c 2005-02-27 Yoshinori K. Okuji <okuji@enbug.org> 2005-02-27 21:19:06 +00:00
main.c 2005-07-20 Yoshinori K. Okuji <okuji@enbug.org> 2005-07-20 20:30:46 +00:00
misc.c 2005-06-23 Hollis Blanchard <hollis@penguinppc.org> 2005-06-23 23:13:57 +00:00
mm.c 2005-07-12 Hollis Blanchard <hollis@penguinppc.org> 2005-07-12 22:36:43 +00:00
partition.c 2005-07-20 Yoshinori K. Okuji <okuji@enbug.org> 2005-07-19 22:30:36 +00:00
rescue.c 2005-08-07 Yoshinori K. Okuji <okuji@enbug.org> 2005-08-07 17:12:52 +00:00
term.c 2005-08-04 Marco Gerards <metgerards@student.han.nl> 2005-08-04 18:10:51 +00:00