- 5e01c77 Fix backspace doesn't work in GRUB simulator with some terminals; remove a debug message in cat command that I forgot to remove in last commit by WHR · 7 years ago
- a7fd2a8 Merge the Sun provided ufs module into ufs1 module; remove old ffs module; add option '--no-decompress' to cat command by WHR · 7 years ago
- b4a342d Add file system module ufs1 that is based on ufs2; the Solaris ufs support is temporarily disabled to avoid conflict by WHR · 7 years ago
- 2169f1f Merge branch 'grub-0.97-solaris-portable' into 'grub4dos-solaris' by WHR · 7 years ago
- 54793ea Change 'echo -n -e' to printf(1) for better portability. Add option --divide to as(1) get the code to build on System-V by WHR · 7 years ago
- 1a4344d Fix warnings and related bugs; add support for ZFS vdevs that have ashift > 10 by WHR · 7 years ago
- 4d249b2 Import from Solaris ON 147 by WHR · 7 years ago
- 017ec3f support (ud) device, other bug fixes. by Bean · 15 years ago
- 43a31cf New commands dd and uuid. fixed a bug in disk emulation. Added gfxmenu support. by Bean · 16 years ago
- 79ec65c added badgrub.exe; fixes on bootlace and disk I/O; improvements on FIND, PXE, etc; MSYS/MinGW support. by Tinybit · 16 years ago
- 7f857b9 Fixed bugs on endless partition loop, probe_int, probe_mbr and compressed NTFS volume; Updated hmload. by Tinybit · 17 years ago
- c191705 imporve PXE code, add builtin command pxe by Bean · 18 years ago
- 9e194e5 added PXE support, fixed netboot driver compile problem, fixed timing functions by Bean · 18 years ago
- 5597b39 move preset menu to the end/tail of pre_stage2 by Tinybit · 18 years ago
- 8a3dc31 Add build script by Bean · 18 years ago
- 75557bc Fix CDROM boot problem in buggy BIOS by Bean · 18 years ago
- 6f98223 Fix file mode by WHR · 8 years ago
- 2b55611 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
- eb5d4d6 2005-01-30 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
- 5b5f6dc 2004-06-20 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
- 3a65add 2004-06-13 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
- dc8bf1d 2004-05-14 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 21 years ago
- 3316fed Regenerated by jeroen · 21 years ago
- 0accb2c 2004-04-04 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 21 years ago
- 4f29a8a 2004-03-27 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 21 years ago
- 7899a91 2003-10-19 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 21 years ago
- da7278f 2003-01-29 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 22 years ago
- e60b85f 2003-01-05 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 22 years ago
- 7c1993f 2003-01-02 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 22 years ago
- bf88d91 2002-11-30 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 22 years ago
- f891c6f 2002-10-06 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 22 years ago
- c97b7d2 2002-09-08 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 22 years ago
- 58a5878 2002-05-23 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 23 years ago
- 204a870 Update the link to binutils. by okuji · 23 years ago
- 0c8552c 2002-03-29 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 23 years ago
- f7eda12 It seems that I forgot to add natsemi.c to the CVS... by okuji · 23 years ago
- 973e6f4 2002-01-03 Yoshinori K. Okuji <okuji@gnu.org> by okuji · 23 years ago
- d619861 JFS and XFS support is added. by okuji · 23 years ago
- e5fd53e Update to Automake 1.5 by gord · 23 years ago
- 40c293d Merge changes in 0.90. by okuji · 23 years ago
- 62cba90 Add a missing file and increase the version number. by okuji · 23 years ago
- 60415d2 Use automake-1.4h instead of our own version. Some required changes are made. by okuji · 23 years ago
- 2f97c78 Add VSTa filesystem support. by okuji · 23 years ago
- fc528f1 * configure.in (AC_OUTPUT): Remove debian/Makefile. by proski · 23 years ago
- 4b1637c add a new option, --disable-auto-linux-mem-opt, into configure. by okuji · 24 years ago
- e85272f add hercules support. by okuji · 24 years ago
- 1b97631 add an option to build the example kernel. by okuji · 24 years ago
- 4557958 add support for a preset menu file. by okuji · 24 years ago
- 7561bde add a new utility, grub-md5-crypt. by okuji · 24 years ago
- a2622ee --disable-md5password -> --disable-md5-password by okuji · 24 years ago
- 2315cb4 Added MD5 passwords and extended the password command. by jochen · 24 years ago
- 98be6a0 increase the version number. by okuji · 24 years ago
- 11f52a0 don't define unusable commands, don't handle a dumb terminal if serial terminal support is disabled, enable serial terminal support by default. by okuji · 24 years ago
- 4a1f066 disable to align functions, loops and jumps. 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
- 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
- 558f2f1 update the network support to etherboot-4.6.4. by okuji · 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
- 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
- 9b91c55 add two new commands, reboot and halt. by okuji · 24 years ago
- bec9050 add a prefix * into each ljmp/lcall operand only if GAS supports it. by okuji · 24 years ago
- f85b90a add diskless support. by okuji · 25 years ago
- 84f224a fix a bug in init_bios_info. by okuji · 25 years ago
- 5ff25f9 update the network support to etherboot-4.5.8. by okuji · 25 years ago
- 92fca67 make the LBA support bitmap checks configurable at the installation time. 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
- 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
- 098d98d doc updates. by okuji · 25 years ago
- 07996ed add some checks into make_saved_active and remove 3c59x.c. by okuji · 25 years ago
- 85c66cb add long filename support into FAT, fix a typo in configure. by okuji · 25 years ago
- 687f54b fix several bugs in netboot and one bug in the command geometry. by okuji · 25 years ago
- 844cb6f use _llseek even if glibc2.0 under Linux, add a new option --disable-lba-support-bitmap-check into configure. by okuji · 25 years ago
- 9fe0449 heavily rewrite the netboot support. by okuji · 25 years ago
- 80d4c36 invalidate the cache before running any command and before completing any filename, add missing asterisks into asm.S, fix a cross-compilation problem in configure. by okuji · 25 years ago
- 68b1a3d enable the fallback in bios.c, add new options into grub-install. by okuji · 25 years ago
- 9f3e0b8 Minor cleanups by gord · 25 years ago
- ca0ad14 add grub-install. by okuji · 25 years ago
- a3d2f9b Merge back Debian changes. by gord · 25 years ago
- 1f6d422 clear the bss at the startup and fix some netboot bugs. by okuji · 25 years ago
- 0f2f1a5 add mbchk. by okuji · 25 years ago
- f0932cb call embed from setup. by okuji · 25 years ago
- 41df320 fix the NetBSD and OpenBSD boot bug. by okuji · 25 years ago
- 45ec04e now stage1 supports both LBA and CHS. by okuji · 25 years ago
- bd47df8 add --with-binutils into configure. by okuji · 25 years ago
- c7b7ecb add --without-curses, fix up the installation. by okuji · 25 years ago
- adadc62 move some source files in the directory grub into the new directory lib. by okuji · 25 years ago
- 43921a9 cleanup some code and fix some macros in acinclude.m4. by okuji · 25 years ago
- 3ccfc3b reduce the size of Stage 1.5, improve the completion, fix some bugs. by okuji · 25 years ago
- 55d36b7 fix a configure bug. by okuji · 25 years ago
- 50016e0 fix a configure bug. by okuji · 25 years ago
- ba8c5e1 fix a configure bug. by okuji · 25 years ago
- dc267a7 fix some bugs when COFF is used and some configure bugs. by okuji · 25 years ago
- 84bf7c7 fix the memcheck problem in the grub shell. by okuji · 25 years ago
- be51499 add netboot support. by okuji · 25 years ago