From 9b91c554083c5f2e8e64e7f91cc6c212db2fb21e Mon Sep 17 00:00:00 2001 From: okuji Date: Thu, 15 Jun 2000 10:21:01 +0000 Subject: [PATCH] add two new commands, reboot and halt. --- ChangeLog | 18 ++++++++++++++ NEWS | 3 +++ configure | 2 +- configure.in | 2 +- docs/grub-install.8 | 2 +- docs/grub.8 | 2 +- docs/mbchk.1 | 2 +- docs/stamp-vti | 6 ++--- docs/version.texi | 6 ++--- grub/asmstub.c | 11 +++++++++ stage2/asm.S | 58 +++++++++++++++++++++++++++++++++++++++++++++ stage2/builtins.c | 46 +++++++++++++++++++++++++++++++++++ stage2/shared.h | 7 ++++++ 13 files changed, 154 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 677659692..01373ffbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2000-06-15 OKUJI Yoshinori + + * configure.in (AM_INIT_AUTOMAKE): Increase the version number. + I wish that 0.5.96 will not be released actually... + + * stage2/builtins.c (halt_func): New function. + (builtin_halt): New variable. + (reboot_func): New function. + (builtin_reboot): New variable. + (builtin_table): Added pointers to BUILTIN_HALT and + BUILTIN_REBOOT. + * stage2/asm.S (grub_halt): New function. + (grub_reboot): Likewise. + * stage2/shared.h (grub_halt): Declared. + (grub_reboot): Likewise. + * grub/asmstub.c (grub_reboot): New function. + (grub_halt): Likewise. + 2000-06-12 Gordon Matzigkeit * stage2/stage2.c (run_menu): Don't display the menu if the diff --git a/NEWS b/NEWS index 4e79ac5e9..b2ed2ae57 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ NEWS - list of user-visible changes between releases of GRUB +New in 0.5.96 - XXXX-XX-XX: +* New commands, "reboot" and "halt". + New in 0.5.95 - XXXX-XX-XX: * NetBSD ELF kernel support is added. You have to specify the new option to the command "kernel". See below. diff --git a/configure b/configure index ead247c41..b022377f4 100644 --- a/configure +++ b/configure @@ -876,7 +876,7 @@ fi # Define the identity of the package. PACKAGE=grub -VERSION=0.5.95 +VERSION=0.5.96 cat >> confdefs.h <