- 00865a8 fix the problem that savedefault doesn't work with Stage 1.5. by okuji · 24 years ago
- 9417ebb probe the first PCI NIC candidate with a non-zero ioaddr, before probing everything. by okuji · 24 years ago
- 7b3aef4 add linux software raid-1 support. by okuji · 24 years ago
- fb4f1e3 doc update. by okuji · 24 years ago
- f30b5c9 Start reorganizing the Multiboot Specification. The current status is far from complete. by okuji · 24 years ago
- 006737b start the second attempt to rewrite the manual. by okuji · 24 years ago
- c325ead fix typos in setkey_func. by okuji · 24 years ago
- cccfe78 add some missing variables replaced by configure into grub-md5-crypt. by okuji · 24 years ago
- acc6543 fix some bugs in the example kernel and the Makefile entries. by okuji · 24 years ago
- 7519621 add a new command, ifconfig. by okuji · 24 years ago
- 1b97631 add an option to build the example kernel. by okuji · 24 years ago
- ca6efbe add a workaround to boot Windows from a logical partition. by okuji · 24 years ago
- 3c8e992 * stage2/builtins.c (boot_func): In the chain-loading mode, by okuji · 24 years ago
- 71840f8 Call open_partition() even for MBR, so that part_start is correct. by jochen · 24 years ago
- 00deed4 update NEWS and fix a sentense inconsistent against GNU coding style. by okuji · 24 years ago
- d24002d use lower case for the variable name MBR. by okuji · 24 years ago
- 2f0dff2 From Cedric Ware <ware@com.enst.fr>: by jochen · 24 years ago
- 207a82b Added EZ-BIOS support. by jochen · 24 years ago
- 47148b6 fix a problem that chainloader doesn't report any error, even if it failed. by okuji · 24 years ago
- 9f4cb39 update prog-ref.texi. by okuji · 24 years ago
- fb01925 revise the fix for floppy device handling in grub-install. by okuji · 24 years ago
- b1cdb09 add a workaround for Thinkpad X20. by okuji · 24 years ago
- f8e4561 * stage2/disk_io.c (next_partition): Mask out bsd partition sub by jochen · 24 years ago
- 29aa359 fix a floppy handling bug in grub-install. by okuji · 24 years ago
- 8593e88 fix a bug in linux devfs support. by okuji · 24 years ago
- 8fe3b6d Corrected the check for IS_PC_SLICE_TYPE_MINIX; minix was only working by jochen · 24 years ago
- 8eff936 Handle items with old version key on new version reiserfs partition. by jochen · 24 years ago
- 110ade1 revise TODO. by okuji · 24 years ago
- da863ed disable to probe I/O ports temporarily. by okuji · 24 years ago
- 5c6112a use O_FSYNC instead of O_SYNC in FreeBSD. by okuji · 24 years ago
- 65d6a08 simplify track_int13 and some related code, and fix a few bugs in VBE support code. by okuji · 24 years ago
- 4557958 add support for a preset menu file. by okuji · 24 years ago
- 002f8f7 fix a missing prefix problem in set_vbe_mode. by okuji · 24 years ago
- e3daf57 add another workaround for buggy BIOSes into get_diskinfo. by okuji · 24 years ago
- d917526 change the error number to a more appropriate one in make_saved_active. by okuji · 24 years ago
- dac1ed5 update the URL of grub/98. by okuji · 24 years ago
- ad50fc1 VBE support is partially added. by okuji · 24 years ago
- 76b7a59 add a problem on ez-bios into BUGS. by okuji · 24 years ago
- 2d772c5 update help2man to 1.23. by okuji · 24 years ago
- 9e3eca6 GRUB cannot boot recent NetBSD or OpenBSD directly. by okuji · 24 years ago
- 582e55c don't include setjmp.S or apm.S in stage1.5. by okuji · 24 years ago
- 5ac0d65 skip empty lines in a device map file. by okuji · 24 years ago
- b810c31 md5crypt: seed should be unsigned. by jochen · 24 years ago
- 8dd10ab md5crypt: Use all bits of currticks () to generate the salt. by jochen · 24 years ago
- b16aca6 fix a quite bogus mistake in apm.S. by okuji · 24 years ago
- 33c3b18 * stage2/builtins.c (setup_func): When invoking install with an by jochen · 24 years ago
- e7a1ff1 re-design the graphics table in the Multiboot spec. by okuji · 24 years ago
- 81ec37d update docs. by okuji · 24 years ago
- ce0052d update the list info in README. by okuji · 24 years ago
- 7561bde add a new utility, grub-md5-crypt. by okuji · 24 years ago
- 728e74e add backslashes into continuous lines in grub-install. by okuji · 24 years ago
- 4928cfd add a new command, md5crypt. by okuji · 24 years ago
- 06adfc8 update command descriptions. by okuji · 24 years ago
- f5588d2 add a new command, displayapm. by okuji · 24 years ago
- 1f2d292 add apm support. by okuji · 24 years ago
- 13a32db I forgot to add stage2/setjmp.S. by okuji · 24 years ago
- 6664288 segregate grub_setjmp and grub_longjmp to another file. by okuji · 24 years ago
- 579f60a update docs. by okuji · 24 years ago
- 9790818 add stage2/md5.h into the distribution. 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
- 19a2446 fix a potential bug in setkey. by okuji · 24 years ago
- 092f32f fix a bug in the Linux cmdline handling code. by okuji · 24 years ago
- 1123608 change the format of drive info in the Multiboot Specification, implement some of the new features. by okuji · 24 years ago
- 636299c add a new option --recheck into grub-install, relieve the check of a device file in grub-install. by okuji · 24 years ago
- 84cd6e2 add linux devfs support into the grub shell. by okuji · 24 years ago
- 0f8fdcc added support for native devfs device names into grub-install. by okuji · 24 years ago
- f6a7cd3 update docs. by okuji · 24 years ago
- 2a5ae10 reset key mappings, when the user specifies no argument to setkey. by okuji · 24 years ago
- 9bbcd45 add a new chapter about security into the tutorial. by okuji · 24 years ago
- 009bf82 Change "shit" to "mess". by okuji · 24 years ago
- 1301164 don't assume that a device file name consists of only alphanums. by okuji · 24 years ago
- 14b7a70 fix two bugs in the command setkey and start.S. by okuji · 24 years ago
- aa71214 fix a bug in grub-install. by okuji · 24 years ago
- 261bf12 fix a bug in find_func, and fix an inconsistency between NEWS and INSTALL. by okuji · 24 years ago
- 324e93a fix a stupid bug in write_to_partition. by okuji · 24 years ago
- 5b956a8 merge the changes on the branch prepare_0_5_96 to the main trunk. by okuji · 24 years ago
- 98be6a0 increase the version number. by okuji · 24 years ago
- 62eafe8 call fstat to get a geometry on Hurd, don't include linux/cdrom.h any longer. by okuji · 24 years ago
- 504e540 fix a bug in grub-install, which affected only GNU/Hurd. by okuji · 24 years ago
- 225b464 add new commands, partnew and parttype, add one more sanity check for reiserfs. by okuji · 24 years ago
- 69e36bc rewrite the command find, update TODO. by okuji · 24 years ago
- b3ccacd new partition table scanning engine. 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
- c6c1807 add --prefix into the command setup, and add separate boot partition support into grub-install. by okuji · 24 years ago
- 0bcf406 append a mem= option instead of prepending it. by okuji · 24 years ago
- bda2eea add an additional minix partition type. by okuji · 24 years ago
- b5381c0 change boot messages. by okuji · 24 years ago
- 4a1f066 disable to align functions, loops and jumps. by okuji · 24 years ago
- a9509cd sorry, I forgot to add Hal into THANKS. by okuji · 24 years ago
- aa4e796 fix a bug in lib/device.c. by okuji · 24 years ago
- af670e4 fix typos and imprecisions in the docs. by okuji · 24 years ago
- 5fb0adb just silence GCC warnings. by okuji · 24 years ago
- 6ee3c49 add auto fill mode into grub_putchar, to fix the ">80 characters in one line" problem. by okuji · 24 years ago
- 1b38e4d add support for saving a default entry number in your disk. by okuji · 24 years ago
- abca3d8 don't check if a sector of a disk is outside the disk in LBA mode by default, because some BIOSes don't return correct geometries. by okuji · 24 years ago
- 3566247 print an error number even in Stage 2. by okuji · 24 years ago
- 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