]> git.ipfire.org Git - thirdparty/grub.git/log
thirdparty/grub.git
24 years agoUpdate the manual (not complete).
okuji [Thu, 5 Jul 2001 11:14:21 +0000 (11:14 +0000)] 
Update the manual (not complete).

24 years agoDon't decompress an initrd automatically.
okuji [Thu, 5 Jul 2001 10:52:59 +0000 (10:52 +0000)] 
Don't decompress an initrd automatically.

24 years agoUse automake-1.4h instead of our own version. Some required changes are made.
okuji [Wed, 4 Jul 2001 07:33:48 +0000 (07:33 +0000)] 
Use automake-1.4h instead of our own version. Some required changes are made.

24 years agoDowngrade the version number in NEWS, since I won't release 1.0 soon.
okuji [Tue, 3 Jul 2001 14:08:48 +0000 (14:08 +0000)] 
Downgrade the version number in NEWS, since I won't release 1.0 soon.

24 years agoELF symbol loading support is added.
okuji [Tue, 3 Jul 2001 13:52:28 +0000 (13:52 +0000)] 
ELF symbol loading support is added.

24 years agoI forgot to add new files for VSTa filesystem.
okuji [Fri, 22 Jun 2001 02:33:35 +0000 (02:33 +0000)] 
I forgot to add new files for VSTa filesystem.

24 years agoAdd VSTa filesystem support.
okuji [Fri, 22 Jun 2001 02:32:56 +0000 (02:32 +0000)] 
Add VSTa filesystem support.

24 years agoAdd `--with-configfile' into the commands "bootp" and "dhcp".
okuji [Thu, 21 Jun 2001 23:15:02 +0000 (23:15 +0000)] 
Add `--with-configfile' into the commands "bootp" and "dhcp".

24 years agoupdate the location of the CVS repository.
okuji [Wed, 20 Jun 2001 21:02:46 +0000 (21:02 +0000)] 
update the location of the CVS repository.

24 years agoAlways jump to the physical entry address of a Multiboot OS image, even
okuji [Tue, 19 Jun 2001 11:31:15 +0000 (11:31 +0000)] 
Always jump to the physical entry address of a Multiboot OS image, even
when the physical one differs from the virtual one.

24 years agoRemove Stefan Ondrejicka from the file AUTHORS, because he didn't assign
okuji [Sun, 17 Jun 2001 09:09:33 +0000 (09:09 +0000)] 
Remove Stefan Ondrejicka from the file AUTHORS, because he didn't assign
his copyright to the FSF and the code was rewritten by okuji, so there is
no point where he should be in the list.

24 years agofix some typos in the manual.
okuji [Wed, 30 May 2001 07:56:33 +0000 (07:56 +0000)] 
fix some typos in the manual.

24 years ago* configure.in (AC_OUTPUT): Remove debian/Makefile.
proski [Tue, 29 May 2001 13:55:20 +0000 (13:55 +0000)] 
* configure.in (AC_OUTPUT): Remove debian/Makefile.

24 years agoRemove .cvsignore
proski [Tue, 29 May 2001 13:39:52 +0000 (13:39 +0000)] 
Remove .cvsignore

24 years agoDelete directory contents.
gord [Tue, 29 May 2001 04:44:24 +0000 (04:44 +0000)] 
Delete directory contents.

24 years agoMake NT magic explicit.
gord [Tue, 29 May 2001 04:38:21 +0000 (04:38 +0000)] 
Make NT magic explicit.

24 years agoRemove debian directory.
gord [Tue, 29 May 2001 04:36:50 +0000 (04:36 +0000)] 
Remove debian directory.

24 years agoImplement menu & command-list on dumb terminals.
kr [Fri, 25 May 2001 07:58:54 +0000 (07:58 +0000)] 
Implement menu & command-list on dumb terminals.

24 years agoAdd all products of "configure" and "make" to .cvsignore
proski [Tue, 15 May 2001 15:46:37 +0000 (15:46 +0000)] 
Add all products of "configure" and "make" to .cvsignore

24 years ago* stage2/shared.h (ENTRY): Remove unnecessary `##'.
proski [Tue, 15 May 2001 03:54:39 +0000 (03:54 +0000)] 
* stage2/shared.h (ENTRY): Remove unnecessary `##'.

24 years ago* grub/asmstub.c (biosdisk): Work around a bug in linux's ez
jochen [Thu, 3 May 2001 08:34:56 +0000 (08:34 +0000)] 
* grub/asmstub.c (biosdisk): Work around a bug in linux's ez
remapping.  Problem reported by Ben Byer <bbyer@rice.edu>.

24 years agoDon't cast entry_addr to an int.
gord [Wed, 28 Mar 2001 17:22:34 +0000 (17:22 +0000)] 
Don't cast entry_addr to an int.

24 years agoavoid Linux 2.2.x memory range check bug.
okuji [Fri, 16 Mar 2001 09:10:44 +0000 (09:10 +0000)] 
avoid Linux 2.2.x memory range check bug.

24 years agowrite the chapter History in Multiboot Specification.
okuji [Fri, 2 Mar 2001 20:42:36 +0000 (20:42 +0000)] 
write the chapter History in Multiboot Specification.

24 years agoI forgot to thank Hasegawa-san.
okuji [Wed, 28 Feb 2001 11:23:26 +0000 (11:23 +0000)] 
I forgot to thank Hasegawa-san.

24 years agoadd freebsd 4.x support into the grub shell and grub-install.
okuji [Wed, 28 Feb 2001 11:19:39 +0000 (11:19 +0000)] 
add freebsd 4.x support into the grub shell and grub-install.

24 years agoIf the default entry is wrong, use the fallback entry rather than the first, if possible.
okuji [Wed, 28 Feb 2001 10:14:54 +0000 (10:14 +0000)] 
If the default entry is wrong, use the fallback entry rather than the first, if possible.

24 years agoadd a new option, --disable-auto-linux-mem-opt, into configure.
okuji [Tue, 27 Feb 2001 15:24:48 +0000 (15:24 +0000)] 
add a new option, --disable-auto-linux-mem-opt, into configure.

24 years agochange the check for a Windows partition in chainloader_func, to fix the problem...
okuji [Tue, 27 Feb 2001 13:17:40 +0000 (13:17 +0000)] 
change the check for a Windows partition in chainloader_func, to fix the problem that GRUB cannot be compiled, if FAT support is disabled.

24 years agoadd hercules support.
okuji [Tue, 27 Feb 2001 12:59:00 +0000 (12:59 +0000)] 
add hercules support.

24 years agoupdate the GRUB manual.
okuji [Sat, 17 Feb 2001 08:14:10 +0000 (08:14 +0000)] 
update the GRUB manual.

24 years agoupdate the GRUB manual.
okuji [Sat, 10 Feb 2001 17:50:11 +0000 (17:50 +0000)] 
update the GRUB manual.

24 years agofix a bug in chain_stage2.
okuji [Wed, 7 Feb 2001 23:47:40 +0000 (23:47 +0000)] 
fix a bug in chain_stage2.

24 years agoThe new grub manual is made official.
okuji [Wed, 7 Feb 2001 20:26:29 +0000 (20:26 +0000)] 
The new grub manual is made official.

24 years agolower the maximum address of initrd.
okuji [Sat, 3 Feb 2001 04:56:13 +0000 (04:56 +0000)] 
lower the maximum address of initrd.

24 years agoadd one more check into savedefault.
okuji [Sat, 3 Feb 2001 04:21:21 +0000 (04:21 +0000)] 
add one more check into savedefault.

24 years agoimprove the robustness of savedefault and default.
okuji [Fri, 2 Feb 2001 13:39:59 +0000 (13:39 +0000)] 
improve the robustness of savedefault and default.

24 years agofix the problem that savedefault doesn't work with Stage 1.5.
okuji [Fri, 2 Feb 2001 13:31:03 +0000 (13:31 +0000)] 
fix the problem that savedefault doesn't work with Stage 1.5.

24 years agoprobe the first PCI NIC candidate with a non-zero ioaddr, before probing everything.
okuji [Fri, 2 Feb 2001 12:21:18 +0000 (12:21 +0000)] 
probe the first PCI NIC candidate with a non-zero ioaddr, before probing everything.

24 years agoadd linux software raid-1 support.
okuji [Sat, 27 Jan 2001 04:13:39 +0000 (04:13 +0000)] 
add linux software raid-1 support.

24 years agodoc update.
okuji [Sat, 27 Jan 2001 04:06:41 +0000 (04:06 +0000)] 
doc update.

24 years agoStart reorganizing the Multiboot Specification. The current status is far from complete.
okuji [Sat, 27 Jan 2001 03:02:36 +0000 (03:02 +0000)] 
Start reorganizing the Multiboot Specification. The current status is far from complete.

24 years agostart the second attempt to rewrite the manual.
okuji [Tue, 16 Jan 2001 07:27:44 +0000 (07:27 +0000)] 
start the second attempt to rewrite the manual.

24 years agofix typos in setkey_func.
okuji [Mon, 15 Jan 2001 05:54:09 +0000 (05:54 +0000)] 
fix typos in setkey_func.

24 years agoadd some missing variables replaced by configure into grub-md5-crypt.
okuji [Sat, 13 Jan 2001 04:07:37 +0000 (04:07 +0000)] 
add some missing variables replaced by configure into grub-md5-crypt.

24 years agofix some bugs in the example kernel and the Makefile entries.
okuji [Thu, 11 Jan 2001 23:33:09 +0000 (23:33 +0000)] 
fix some bugs in the example kernel and the Makefile entries.

24 years agoadd a new command, ifconfig.
okuji [Thu, 11 Jan 2001 08:08:15 +0000 (08:08 +0000)] 
add a new command, ifconfig.

24 years agoadd an option to build the example kernel.
okuji [Thu, 11 Jan 2001 07:28:16 +0000 (07:28 +0000)] 
add an option to build the example kernel.

24 years agoadd a workaround to boot Windows from a logical partition.
okuji [Wed, 10 Jan 2001 20:48:50 +0000 (20:48 +0000)] 
add a workaround to boot Windows from a logical partition.

24 years ago * stage2/builtins.c (boot_func): In the chain-loading mode,
okuji [Sat, 6 Jan 2001 22:14:59 +0000 (22:14 +0000)] 
* stage2/builtins.c (boot_func): In the chain-loading mode,
clear the active flag of each of the loaded partition entries,
and then set the active flag of the booted partition image.
VS: ----------------------------------------------------------------------

24 years agoCall open_partition() even for MBR, so that part_start is correct.
jochen [Thu, 4 Jan 2001 13:38:24 +0000 (13:38 +0000)] 
Call open_partition() even for MBR, so that part_start is correct.
This fixes a bug reported by Matthias Granberry <matthias@slurpee.org>.

24 years agoupdate NEWS and fix a sentense inconsistent against GNU coding style.
okuji [Thu, 21 Dec 2000 22:42:33 +0000 (22:42 +0000)] 
update NEWS and fix a sentense inconsistent against GNU coding style.

24 years agouse lower case for the variable name MBR.
okuji [Thu, 21 Dec 2000 22:35:01 +0000 (22:35 +0000)] 
use lower case for the variable name MBR.

24 years agoFrom Cedric Ware <ware@com.enst.fr>:
jochen [Wed, 20 Dec 2000 08:56:39 +0000 (08:56 +0000)] 
From Cedric Ware <ware@com.enst.fr>:
Detect ext2 partitions in a OpenBSD/NetBSD FS_EXT2FS slice.

24 years agoAdded EZ-BIOS support.
jochen [Sun, 17 Dec 2000 19:25:50 +0000 (19:25 +0000)] 
Added EZ-BIOS support.
Cleaned up the write code.
Added support for automatically embedding to file systems in setup_func.

24 years agofix a problem that chainloader doesn't report any error, even if it failed.
okuji [Sat, 16 Dec 2000 20:25:15 +0000 (20:25 +0000)] 
fix a problem that chainloader doesn't report any error, even if it failed.

24 years agoupdate prog-ref.texi.
okuji [Wed, 13 Dec 2000 23:10:26 +0000 (23:10 +0000)] 
update prog-ref.texi.

24 years agorevise the fix for floppy device handling in grub-install.
okuji [Wed, 13 Dec 2000 17:15:30 +0000 (17:15 +0000)] 
revise the fix for floppy device handling in grub-install.

24 years agoadd a workaround for Thinkpad X20.
okuji [Wed, 13 Dec 2000 17:11:19 +0000 (17:11 +0000)] 
add a workaround for Thinkpad X20.

24 years ago* stage2/disk_io.c (next_partition): Mask out bsd partition sub
jochen [Sat, 9 Dec 2000 15:50:39 +0000 (15:50 +0000)] 
* stage2/disk_io.c (next_partition):  Mask out bsd partition sub
type when checking if last partition was a bsd partition.
Reported by Heikki Vatiainen <hessu@cs.tut.fi>.

24 years agofix a floppy handling bug in grub-install.
okuji [Sat, 9 Dec 2000 10:14:09 +0000 (10:14 +0000)] 
fix a floppy handling bug in grub-install.

24 years agofix a bug in linux devfs support.
okuji [Sat, 9 Dec 2000 01:19:26 +0000 (01:19 +0000)] 
fix a bug in linux devfs support.

24 years agoCorrected the check for IS_PC_SLICE_TYPE_MINIX; minix was only working
jochen [Tue, 5 Dec 2000 15:02:10 +0000 (15:02 +0000)] 
Corrected the check for IS_PC_SLICE_TYPE_MINIX; minix was only working
if slice type was wrong! Reported by Ralf Medow <ralf.medow@t-online.de>.

24 years agoHandle items with old version key on new version reiserfs partition.
jochen [Mon, 27 Nov 2000 12:06:25 +0000 (12:06 +0000)] 
Handle items with old version key on new version reiserfs partition.

24 years agorevise TODO.
okuji [Sun, 26 Nov 2000 18:39:50 +0000 (18:39 +0000)] 
revise TODO.

24 years agodisable to probe I/O ports temporarily.
okuji [Sun, 26 Nov 2000 18:31:30 +0000 (18:31 +0000)] 
disable to probe I/O ports temporarily.

24 years agouse O_FSYNC instead of O_SYNC in FreeBSD.
okuji [Sun, 26 Nov 2000 18:27:29 +0000 (18:27 +0000)] 
use O_FSYNC instead of O_SYNC in FreeBSD.

24 years agosimplify track_int13 and some related code, and fix a few bugs in VBE support code.
okuji [Tue, 21 Nov 2000 16:36:21 +0000 (16:36 +0000)] 
simplify track_int13 and some related code, and fix a few bugs in VBE support code.

24 years agoadd support for a preset menu file.
okuji [Wed, 15 Nov 2000 04:30:23 +0000 (04:30 +0000)] 
add support for a preset menu file.

25 years agofix a missing prefix problem in set_vbe_mode.
okuji [Fri, 10 Nov 2000 16:24:18 +0000 (16:24 +0000)] 
fix a missing prefix problem in set_vbe_mode.

25 years agoadd another workaround for buggy BIOSes into get_diskinfo.
okuji [Fri, 10 Nov 2000 15:33:10 +0000 (15:33 +0000)] 
add another workaround for buggy BIOSes into get_diskinfo.

25 years agochange the error number to a more appropriate one in make_saved_active.
okuji [Wed, 8 Nov 2000 17:33:41 +0000 (17:33 +0000)] 
change the error number to a more appropriate one in make_saved_active.

25 years agoupdate the URL of grub/98.
okuji [Sun, 5 Nov 2000 05:37:40 +0000 (05:37 +0000)] 
update the URL of grub/98.

25 years agoVBE support is partially added.
okuji [Sat, 4 Nov 2000 16:15:26 +0000 (16:15 +0000)] 
VBE support is partially added.

25 years agoadd a problem on ez-bios into BUGS.
okuji [Fri, 3 Nov 2000 10:28:37 +0000 (10:28 +0000)] 
add a problem on ez-bios into BUGS.

25 years agoupdate help2man to 1.23.
okuji [Wed, 1 Nov 2000 12:38:23 +0000 (12:38 +0000)] 
update help2man to 1.23.

25 years agoGRUB cannot boot recent NetBSD or OpenBSD directly.
okuji [Tue, 31 Oct 2000 08:23:57 +0000 (08:23 +0000)] 
GRUB cannot boot recent NetBSD or OpenBSD directly.

25 years agodon't include setjmp.S or apm.S in stage1.5.
okuji [Sun, 29 Oct 2000 07:37:48 +0000 (07:37 +0000)] 
don't include setjmp.S or apm.S in stage1.5.

25 years agoskip empty lines in a device map file.
okuji [Fri, 27 Oct 2000 10:28:54 +0000 (10:28 +0000)] 
skip empty lines in a device map file.

25 years agomd5crypt: seed should be unsigned.
jochen [Wed, 25 Oct 2000 14:35:49 +0000 (14:35 +0000)] 
md5crypt: seed should be unsigned.

25 years agomd5crypt: Use all bits of currticks () to generate the salt.
jochen [Wed, 25 Oct 2000 14:28:20 +0000 (14:28 +0000)] 
md5crypt: Use all bits of currticks () to generate the salt.

25 years agofix a quite bogus mistake in apm.S.
okuji [Wed, 25 Oct 2000 06:16:16 +0000 (06:16 +0000)] 
fix a quite bogus mistake in apm.S.

25 years ago* stage2/builtins.c (setup_func): When invoking install with an
jochen [Tue, 24 Oct 2000 14:57:24 +0000 (14:57 +0000)] 
* stage2/builtins.c (setup_func): When invoking install with an
embedded stage1_5 give the path to menu.lst as real_config_file.

25 years agore-design the graphics table in the Multiboot spec.
okuji [Sun, 22 Oct 2000 20:14:14 +0000 (20:14 +0000)] 
re-design the graphics table in the Multiboot spec.

25 years agoupdate docs.
okuji [Sun, 22 Oct 2000 04:02:05 +0000 (04:02 +0000)] 
update docs.

25 years agoupdate the list info in README.
okuji [Sun, 22 Oct 2000 03:16:32 +0000 (03:16 +0000)] 
update the list info in README.

25 years agoadd a new utility, grub-md5-crypt.
okuji [Sat, 21 Oct 2000 21:58:46 +0000 (21:58 +0000)] 
add a new utility, grub-md5-crypt.

25 years agoadd backslashes into continuous lines in grub-install.
okuji [Sat, 21 Oct 2000 20:46:06 +0000 (20:46 +0000)] 
add backslashes into continuous lines in grub-install.

25 years agoadd a new command, md5crypt.
okuji [Sat, 21 Oct 2000 00:13:55 +0000 (00:13 +0000)] 
add a new command, md5crypt.

25 years agoupdate command descriptions.
okuji [Fri, 20 Oct 2000 19:42:54 +0000 (19:42 +0000)] 
update command descriptions.

25 years agoadd a new command, displayapm.
okuji [Thu, 19 Oct 2000 22:32:52 +0000 (22:32 +0000)] 
add a new command, displayapm.

25 years agoadd apm support.
okuji [Thu, 19 Oct 2000 21:10:42 +0000 (21:10 +0000)] 
add apm support.

25 years agoI forgot to add stage2/setjmp.S.
okuji [Thu, 19 Oct 2000 18:53:11 +0000 (18:53 +0000)] 
I forgot to add stage2/setjmp.S.

25 years agosegregate grub_setjmp and grub_longjmp to another file.
okuji [Thu, 19 Oct 2000 18:24:28 +0000 (18:24 +0000)] 
segregate grub_setjmp and grub_longjmp to another file.

25 years agoupdate docs.
okuji [Thu, 19 Oct 2000 12:43:19 +0000 (12:43 +0000)] 
update docs.

25 years agoadd stage2/md5.h into the distribution.
okuji [Tue, 17 Oct 2000 20:10:16 +0000 (20:10 +0000)] 
add stage2/md5.h into the distribution.

25 years ago--disable-md5password -> --disable-md5-password
okuji [Tue, 17 Oct 2000 14:39:15 +0000 (14:39 +0000)] 
--disable-md5password -> --disable-md5-password

25 years agoAdded MD5 passwords and extended the password command.
jochen [Tue, 17 Oct 2000 13:37:27 +0000 (13:37 +0000)] 
Added MD5 passwords and extended the password command.

25 years agofix a potential bug in setkey.
okuji [Tue, 17 Oct 2000 02:15:25 +0000 (02:15 +0000)] 
fix a potential bug in setkey.

25 years agofix a bug in the Linux cmdline handling code.
okuji [Mon, 16 Oct 2000 04:27:56 +0000 (04:27 +0000)] 
fix a bug in the Linux cmdline handling code.