- 3685413 improve the dumb terminal support and fix some bugs related to the support. by okuji · 24 years ago
- 9015cd0 fix a typo in grub-install, and fix open flags in install_func. by okuji · 24 years ago
- 6728379 fix a bug in the option --speed for the command serial, fix the cursor position after displaying the menu, add the keys v and ^ to move the corsor in the menu. by okuji · 24 years ago
- fa84568 add two new options, --dumb and --timeout, into the command terminal. by okuji · 24 years ago
- 7f6d84c add a workaround for binutils-2.9.1.0.x into stage1.S. by okuji · 24 years ago
- 454e266 add a timeout to --hold for the grub shell, fix a compilation error with gcc-2.7.2.3, and the command-line interface is switched to single-line editing mode. by okuji · 24 years ago
- e8e3b99 emulate a new line by the grub shell itself instead of ncurses. by okuji · 24 years ago
- a1fafbf print a carriage return as well as a newline, in grub_putchar instead of console_putchar. by okuji · 24 years ago
- 563b471 don't include linux/fs.h. by okuji · 24 years ago
- f1c162c preserve a magic number used by Windows NT. by okuji · 24 years ago
- 16cbb2b handle special key codes in a serial terminal, and remove unnecessary push/pop operations in asm.S. by okuji · 24 years ago
- 3c5fa0c include stdio.h first in builtins.c. by okuji · 24 years ago
- d91146e add --enable-serial-speed-simulation into configure, fix a bug in setjmp/longjmp, add --speed into the command serial, restart the command-line interface when a serial terminal is enabled. by okuji · 24 years ago
- 2455b65 add console emulation into serial terminal support using vt100-compatible escape sequences, add --enable-serial into configure, and fix some bugs in the support. by okuji · 24 years ago
- 7d54a86 add more serial console support. two new commmands, serial and terminal, are added. by okuji · 24 years ago
- 4e0e3cc fix a violation against the network boot image proposal. by okuji · 24 years ago
- 443bdcb fix a minor bug in diskless, add a serial emulation into the grub shell, fix a cosmetic problem in the grub shell. by okuji · 24 years ago
- fbd0ada add a serial device driver. serial console support is not implemented yet. by okuji · 24 years ago
- 9f8d971 docs/tutorial.texi: minor fixes by proski · 24 years ago
- 8b4dd78 rewrite the chapter Installation in the tutorial. by okuji · 24 years ago
- 7ab4e9c add a workaround for the bug in Linux into the grub shell. by okuji · 24 years ago
- 028049b * stage2/fsys_fat.c (fat_superblock): clust_eof_marker added. by jochen · 24 years ago
- bef3d7d * stage2/fsys_reiserfs.c: Symlink support added. by jochen · 24 years ago
- b6092dd The first argument for _llseek renamed from "seeked_fd" to "filedes" by proski · 24 years ago
- 520ec85 add the answer for the separate boot partition problem into the faq. by okuji · 24 years ago
- 558f2f1 update the network support to etherboot-4.6.4. by okuji · 24 years ago
- 8d3a5e7 fix a serious bug in the Linux zImage support. by okuji · 24 years ago
- 77219c6 * stage2/fsys_reiserfs.c (block_read): Changed the variable "len" by jochen · 24 years ago
- 952982d fix shadowed variable bugs and undefined cpp macro bugs. by okuji · 24 years ago
- ca924e1 2000-07-27 Gordon Matzigkeit <gord@fig.org> by gord · 24 years ago
- 1e40272 Fixed the effect of the --force-lba switch in stage2/stage1_5. by jochen · 24 years ago
- eef046d Fixed another num_clust related bug: The boundary between FAT12 / FAT16 by jochen · 24 years ago
- 436fb5c fsys_fat: Fixed calculation of FAT_SUPER->num_clust. by jochen · 24 years ago
- 529a2dc fix some bugs in the linux boot code. by okuji · 24 years ago
- c786d86 comply with the linux/i386 boot protocol version 2.02. by okuji · 24 years ago
- a4a1930 improve the tutorial. by okuji · 24 years ago
- e01f0b9 fix a big linux problem. by okuji · 24 years ago
- 72ca628 fix a bug in device.c. by okuji · 24 years ago
- 1b9e348 rename console input/output functions to more distinguishable names. by okuji · 24 years ago
- fa00376 fix a gcc warning in builtins.c. by okuji · 24 years ago
- 05581f3 segreate os-specific helper functions from asmstub.c. by okuji · 24 years ago
- c13d2ca fix my bad english... by okuji · 24 years ago
- 063d1c6 make the mail address produced by the grub shell consistent with the other programs. by okuji · 24 years ago
- bc61b4d update the docs. by okuji · 24 years ago
- f0ae3c9 add a new option --no-mem-option into the command kernel. by okuji · 24 years ago
- 9a41c6b fix some bugs in the document. by okuji · 24 years ago
- 21236a8 add a new command hiddenmenu. by okuji · 24 years ago
- 5ad5c77 move mdate-sh and texinfo.tex to the top dir. by okuji · 24 years ago
- 7d6453a I forgot to remove a conflict indicator. by okuji · 24 years ago
- c67be0d recoginize >4gb memory. by okuji · 24 years ago
- ada4cc6 add a new entry into the FAQ. by okuji · 24 years ago
- edb9c0d add a mem option into Linux automatically only if the user doesn't specify it explicitly. by okuji · 24 years ago
- 3899310 leave the vga option for Linux, remove unnecessary compile scripts and add a really necessary compile script into the top dir. by okuji · 24 years ago
- 1a651ec fix a bug in grub_halt. by okuji · 24 years ago
- 9b91c55 add two new commands, reboot and halt. by okuji · 24 years ago
- cbda4d4 Don't display the menu if the timeout is zero. by gord · 24 years ago
- 3c0de98 forgot to write the ChangeLog entry for previous change. sorry. by okuji · 24 years ago
- e92b021 fix a floppy device name bug in grub-install. by okuji · 24 years ago
- 505fa5c update the docs. by okuji · 24 years ago
- bc0e0af eliminate trailing NULs in NVT strings. by okuji · 24 years ago
- e4f6307 Added journaling to fsys_reiserfs. by jochen · 24 years ago
- 55b7e8a add a grub-specific tag into bootp/dhcp. by okuji · 24 years ago
- 72bae78 fix a bug about a LBA check in stage2. by okuji · 24 years ago
- 06663a4 add a caution about the grub shell. by okuji · 24 years ago
- d17cbe8 fix my poor english in ChangeLog... by okuji · 24 years ago
- 07f1a28 fix a bug in setup, show network configuration in the command-line interface. by okuji · 24 years ago
- bec9050 add a prefix * into each ljmp/lcall operand only if GAS supports it. by okuji · 24 years ago
- c7b6b37 Change grub_memmove to use void * by gord · 24 years ago
- 0651145 Updated error messages in manual. by gord · 24 years ago
- 1675300 Add Pavel Roskin's improvements to grub-install.in. by gord · 25 years ago
- bbc286b Minor cosmetic changes to GRUB command line. by gord · 25 years ago
- 7ca6bf9 add a new command tftpserver. by okuji · 25 years ago
- 83038ff fix some bugs in netboot. now the diskless support is working. by okuji · 25 years ago
- f85b90a add diskless support. by okuji · 25 years ago
- 8ba5340 fix the bug in RRQ completely! by okuji · 25 years ago
- f6e3c77 fix a bug in tftp. by okuji · 25 years ago
- 3c5b1b1 sync the docs. by okuji · 25 years ago
- a87a341 improve some memory functions. by okuji · 25 years ago
- fc73dcd update the network support to etherboot-4.6.1. by okuji · 25 years ago
- 81850d7 recognize the Linux extended partition and add a sanity check into grub-install. by okuji · 25 years ago
- 84f224a fix a bug in init_bios_info. by okuji · 25 years ago
- 5aef9e7 perhaps fix the bug that Linux cannot get a correct memory size. by okuji · 25 years ago
- d08bfbd shrink the code size of stage1. by okuji · 25 years ago
- 2b8c514 update setup_func so that it uses SECTOR_BITS for the performance (is this better really?). by okuji · 25 years ago
- 310b41d updated to etherboot-4.6.0. by okuji · 25 years ago
- ce7c6fd add new features into the password system. by okuji · 25 years ago
- 5ff25f9 update the network support to etherboot-4.5.8. by okuji · 25 years ago
- 26fef18 Added Jochen's sector alignment checking patch. by gord · 25 years ago
- 98ca2ba fix some portability problems (by pavel). by okuji · 25 years ago
- 92fca67 make the LBA support bitmap checks configurable at the installation time. by okuji · 25 years ago
- 31f1004 fix a bug in grub-install. by okuji · 25 years ago
- 3792b0a add reiserfs support. by okuji · 25 years ago
- cf37f79 don't use AC_PATH_TOOL so that the developer can use autoconf 2.13. by okuji · 25 years ago
- 0a1cbcf remove stage1/depcomp and fix a bug in the menu entry editor. by okuji · 25 years ago
- 4d452e4 fix a bogus bug in kernel_func, load initrd below 1GB, append mem= option only if >64MB, add some CDROM detection code, don't use the last page for initrd to avoid a Linux's bug. by okuji · 25 years ago
- ba86939 add NetBSD ELF support using a dirty solution. by okuji · 25 years ago
- eb321e7 fix many bugs. see ChangeLog. by okuji · 25 years ago
- 4e418f4 Update the build environment. You need the latest CVS version of Automake. by okuji · 25 years ago
- b56d735 merge prepare_0_5_94. by okuji · 25 years ago
- 547c203 added a new chapter for the netboot. by okuji · 25 years ago