1. 19477b0 Add all products of "configure" and "make" to .cvsignore by proski · 24 years ago
  2. 7c0ea24 * stage2/shared.h (ENTRY): Remove unnecessary `##'. by proski · 24 years ago
  3. 9e3e10d Don't cast entry_addr to an int. by gord · 24 years ago
  4. c610524 avoid Linux 2.2.x memory range check bug. by okuji · 24 years ago
  5. 348785c If the default entry is wrong, use the fallback entry rather than the first, if possible. by okuji · 24 years ago
  6. 4b1637c add a new option, --disable-auto-linux-mem-opt, into configure. by okuji · 24 years ago
  7. 1372bfd change the check for a Windows partition in chainloader_func, to fix the problem that GRUB cannot be compiled, if FAT support is disabled. by okuji · 24 years ago
  8. e85272f add hercules support. by okuji · 24 years ago
  9. 2601d06 fix a bug in chain_stage2. by okuji · 24 years ago
  10. cf58c5c lower the maximum address of initrd. by okuji · 24 years ago
  11. 13aaba9 add one more check into savedefault. by okuji · 24 years ago
  12. dc1c0a6 improve the robustness of savedefault and default. by okuji · 24 years ago
  13. 00865a8 fix the problem that savedefault doesn't work with Stage 1.5. by okuji · 24 years ago
  14. 7b3aef4 add linux software raid-1 support. by okuji · 24 years ago
  15. c325ead fix typos in setkey_func. by okuji · 24 years ago
  16. acc6543 fix some bugs in the example kernel and the Makefile entries. by okuji · 24 years ago
  17. 7519621 add a new command, ifconfig. by okuji · 24 years ago
  18. ca6efbe add a workaround to boot Windows from a logical partition. by okuji · 24 years ago
  19. 3c8e992 * stage2/builtins.c (boot_func): In the chain-loading mode, by okuji · 24 years ago
  20. 71840f8 Call open_partition() even for MBR, so that part_start is correct. by jochen · 24 years ago
  21. 00deed4 update NEWS and fix a sentense inconsistent against GNU coding style. by okuji · 24 years ago
  22. d24002d use lower case for the variable name MBR. by okuji · 24 years ago
  23. 2f0dff2 From Cedric Ware <ware@com.enst.fr>: by jochen · 24 years ago
  24. 207a82b Added EZ-BIOS support. by jochen · 24 years ago
  25. 47148b6 fix a problem that chainloader doesn't report any error, even if it failed. by okuji · 24 years ago
  26. b1cdb09 add a workaround for Thinkpad X20. by okuji · 24 years ago
  27. f8e4561 * stage2/disk_io.c (next_partition): Mask out bsd partition sub by jochen · 24 years ago
  28. 8fe3b6d Corrected the check for IS_PC_SLICE_TYPE_MINIX; minix was only working by jochen · 24 years ago
  29. 8eff936 Handle items with old version key on new version reiserfs partition. by jochen · 24 years ago
  30. da863ed disable to probe I/O ports temporarily. by okuji · 24 years ago
  31. 65d6a08 simplify track_int13 and some related code, and fix a few bugs in VBE support code. by okuji · 24 years ago
  32. 4557958 add support for a preset menu file. by okuji · 24 years ago
  33. 002f8f7 fix a missing prefix problem in set_vbe_mode. by okuji · 24 years ago
  34. e3daf57 add another workaround for buggy BIOSes into get_diskinfo. by okuji · 24 years ago
  35. d917526 change the error number to a more appropriate one in make_saved_active. by okuji · 24 years ago
  36. ad50fc1 VBE support is partially added. by okuji · 24 years ago
  37. 582e55c don't include setjmp.S or apm.S in stage1.5. by okuji · 24 years ago
  38. b810c31 md5crypt: seed should be unsigned. by jochen · 24 years ago
  39. 8dd10ab md5crypt: Use all bits of currticks () to generate the salt. by jochen · 24 years ago
  40. b16aca6 fix a quite bogus mistake in apm.S. by okuji · 24 years ago
  41. 33c3b18 * stage2/builtins.c (setup_func): When invoking install with an by jochen · 24 years ago
  42. 4928cfd add a new command, md5crypt. by okuji · 24 years ago
  43. f5588d2 add a new command, displayapm. by okuji · 24 years ago
  44. 1f2d292 add apm support. by okuji · 24 years ago
  45. 13a32db I forgot to add stage2/setjmp.S. by okuji · 24 years ago
  46. 6664288 segregate grub_setjmp and grub_longjmp to another file. by okuji · 24 years ago
  47. 9790818 add stage2/md5.h into the distribution. by okuji · 24 years ago
  48. 2315cb4 Added MD5 passwords and extended the password command. by jochen · 24 years ago
  49. 19a2446 fix a potential bug in setkey. by okuji · 24 years ago
  50. 092f32f fix a bug in the Linux cmdline handling code. by okuji · 24 years ago
  51. 1123608 change the format of drive info in the Multiboot Specification, implement some of the new features. by okuji · 24 years ago
  52. 2a5ae10 reset key mappings, when the user specifies no argument to setkey. by okuji · 24 years ago
  53. 009bf82 Change "shit" to "mess". by okuji · 24 years ago
  54. 14b7a70 fix two bugs in the command setkey and start.S. by okuji · 24 years ago
  55. 261bf12 fix a bug in find_func, and fix an inconsistency between NEWS and INSTALL. by okuji · 24 years ago
  56. 324e93a fix a stupid bug in write_to_partition. by okuji · 24 years ago
  57. 5b956a8 merge the changes on the branch prepare_0_5_96 to the main trunk. by okuji · 24 years ago
  58. 225b464 add new commands, partnew and parttype, add one more sanity check for reiserfs. by okuji · 24 years ago
  59. 69e36bc rewrite the command find, update TODO. by okuji · 24 years ago
  60. b3ccacd new partition table scanning engine. by okuji · 24 years ago
  61. 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
  62. c6c1807 add --prefix into the command setup, and add separate boot partition support into grub-install. by okuji · 24 years ago
  63. 0bcf406 append a mem= option instead of prepending it. by okuji · 24 years ago
  64. bda2eea add an additional minix partition type. by okuji · 24 years ago
  65. b5381c0 change boot messages. by okuji · 24 years ago
  66. 5fb0adb just silence GCC warnings. by okuji · 24 years ago
  67. 6ee3c49 add auto fill mode into grub_putchar, to fix the ">80 characters in one line" problem. by okuji · 24 years ago
  68. 1b38e4d add support for saving a default entry number in your disk. by okuji · 24 years ago
  69. 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
  70. 3566247 print an error number even in Stage 2. by okuji · 24 years ago
  71. 3685413 improve the dumb terminal support and fix some bugs related to the support. by okuji · 24 years ago
  72. 9015cd0 fix a typo in grub-install, and fix open flags in install_func. by okuji · 24 years ago
  73. 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
  74. fa84568 add two new options, --dumb and --timeout, into the command terminal. by okuji · 24 years ago
  75. 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
  76. a1fafbf print a carriage return as well as a newline, in grub_putchar instead of console_putchar. by okuji · 24 years ago
  77. e705c4b Undo previous changes on serial.h and serial.c. I'm sorry, that was my mistake. by okuji · 24 years ago
  78. f1c162c preserve a magic number used by Windows NT. by okuji · 24 years ago
  79. 16cbb2b handle special key codes in a serial terminal, and remove unnecessary push/pop operations in asm.S. by okuji · 24 years ago
  80. 3c5fa0c include stdio.h first in builtins.c. by okuji · 24 years ago
  81. 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
  82. 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
  83. 7d54a86 add more serial console support. two new commmands, serial and terminal, are added. by okuji · 24 years ago
  84. 4e0e3cc fix a violation against the network boot image proposal. by okuji · 24 years ago
  85. 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
  86. fbd0ada add a serial device driver. serial console support is not implemented yet. by okuji · 24 years ago
  87. 7ab4e9c add a workaround for the bug in Linux into the grub shell. by okuji · 24 years ago
  88. 028049b * stage2/fsys_fat.c (fat_superblock): clust_eof_marker added. by jochen · 24 years ago
  89. bef3d7d * stage2/fsys_reiserfs.c: Symlink support added. by jochen · 24 years ago
  90. 8d3a5e7 fix a serious bug in the Linux zImage support. by okuji · 24 years ago
  91. 77219c6 * stage2/fsys_reiserfs.c (block_read): Changed the variable "len" by jochen · 24 years ago
  92. 952982d fix shadowed variable bugs and undefined cpp macro bugs. by okuji · 24 years ago
  93. 1e40272 Fixed the effect of the --force-lba switch in stage2/stage1_5. by jochen · 24 years ago
  94. eef046d Fixed another num_clust related bug: The boundary between FAT12 / FAT16 by jochen · 24 years ago
  95. 436fb5c fsys_fat: Fixed calculation of FAT_SUPER->num_clust. by jochen · 24 years ago
  96. 529a2dc fix some bugs in the linux boot code. by okuji · 24 years ago
  97. c786d86 comply with the linux/i386 boot protocol version 2.02. by okuji · 24 years ago
  98. e01f0b9 fix a big linux problem. by okuji · 24 years ago
  99. 1b9e348 rename console input/output functions to more distinguishable names. by okuji · 24 years ago
  100. fa00376 fix a gcc warning in builtins.c. by okuji · 24 years ago