1. 8d3a5e7 fix a serious bug in the Linux zImage support. by okuji · 24 years ago
  2. 77219c6 * stage2/fsys_reiserfs.c (block_read): Changed the variable "len" by jochen · 24 years ago
  3. 952982d fix shadowed variable bugs and undefined cpp macro bugs. by okuji · 24 years ago
  4. 1e40272 Fixed the effect of the --force-lba switch in stage2/stage1_5. by jochen · 24 years ago
  5. eef046d Fixed another num_clust related bug: The boundary between FAT12 / FAT16 by jochen · 24 years ago
  6. 436fb5c fsys_fat: Fixed calculation of FAT_SUPER->num_clust. by jochen · 24 years ago
  7. 529a2dc fix some bugs in the linux boot code. by okuji · 24 years ago
  8. c786d86 comply with the linux/i386 boot protocol version 2.02. by okuji · 24 years ago
  9. e01f0b9 fix a big linux problem. by okuji · 24 years ago
  10. 1b9e348 rename console input/output functions to more distinguishable names. by okuji · 24 years ago
  11. fa00376 fix a gcc warning in builtins.c. by okuji · 24 years ago
  12. 05581f3 segreate os-specific helper functions from asmstub.c. by okuji · 24 years ago
  13. f0ae3c9 add a new option --no-mem-option into the command kernel. by okuji · 24 years ago
  14. 21236a8 add a new command hiddenmenu. by okuji · 24 years ago
  15. c67be0d recoginize >4gb memory. by okuji · 24 years ago
  16. edb9c0d add a mem option into Linux automatically only if the user doesn't specify it explicitly. by okuji · 24 years ago
  17. 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
  18. 1a651ec fix a bug in grub_halt. by okuji · 24 years ago
  19. 9b91c55 add two new commands, reboot and halt. by okuji · 24 years ago
  20. cbda4d4 Don't display the menu if the timeout is zero. by gord · 24 years ago
  21. e4f6307 Added journaling to fsys_reiserfs. by jochen · 24 years ago
  22. 72bae78 fix a bug about a LBA check in stage2. by okuji · 24 years ago
  23. 07f1a28 fix a bug in setup, show network configuration in the command-line interface. by okuji · 24 years ago
  24. bec9050 add a prefix * into each ljmp/lcall operand only if GAS supports it. by okuji · 25 years ago
  25. c7b6b37 Change grub_memmove to use void * by gord · 25 years ago
  26. bbc286b Minor cosmetic changes to GRUB command line. by gord · 25 years ago
  27. 7ca6bf9 add a new command tftpserver. by okuji · 25 years ago
  28. 83038ff fix some bugs in netboot. now the diskless support is working. by okuji · 25 years ago
  29. f85b90a add diskless support. by okuji · 25 years ago
  30. a87a341 improve some memory functions. by okuji · 25 years ago
  31. 81850d7 recognize the Linux extended partition and add a sanity check into grub-install. by okuji · 25 years ago
  32. 84f224a fix a bug in init_bios_info. by okuji · 25 years ago
  33. 5aef9e7 perhaps fix the bug that Linux cannot get a correct memory size. by okuji · 25 years ago
  34. 2b8c514 update setup_func so that it uses SECTOR_BITS for the performance (is this better really?). by okuji · 25 years ago
  35. ce7c6fd add new features into the password system. by okuji · 25 years ago
  36. 26fef18 Added Jochen's sector alignment checking patch. by gord · 25 years ago
  37. 92fca67 make the LBA support bitmap checks configurable at the installation time. by okuji · 25 years ago
  38. 32f9590 I forgot to add stage2/fsys_reiserfs.c. by okuji · 25 years ago
  39. 3792b0a add reiserfs support. by okuji · 25 years ago
  40. 0a1cbcf remove stage1/depcomp and fix a bug in the menu entry editor. by okuji · 25 years ago
  41. 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
  42. ba86939 add NetBSD ELF support using a dirty solution. by okuji · 25 years ago
  43. eb321e7 fix many bugs. see ChangeLog. by okuji · 25 years ago
  44. 4e418f4 Update the build environment. You need the latest CVS version of Automake. by okuji · 25 years ago
  45. b56d735 merge prepare_0_5_94. by okuji · 25 years ago
  46. 098d98d doc updates. by okuji · 25 years ago
  47. b9ff0c2 print only a partition type in print_fsys_type, don't call HDIO_GETGEO for a floppy in check_device. by okuji · 25 years ago
  48. a936d03 change the location of the boot partition table. by okuji · 25 years ago
  49. c62dcb6 upgraded to etherboot-4.4.3, rewrite a part of the document, print a message in check_BSD_parts if the label is invalid. by okuji · 25 years ago
  50. b0574de add a new command, cmp, and fix a bug in fat_mount. by okuji · 25 years ago
  51. 07996ed add some checks into make_saved_active and remove 3c59x.c. by okuji · 25 years ago
  52. 85c66cb add long filename support into FAT, fix a typo in configure. by okuji · 25 years ago
  53. 7c4acb2 pass the boot partition information to a chain-loader, in the partition table area of the loader. by okuji · 25 years ago
  54. 687f54b fix several bugs in netboot and one bug in the command geometry. by okuji · 25 years ago
  55. bfbcbe1 fix some bugs in netboot, print out the network configuration if bootp or arp succeeds. by okuji · 25 years ago
  56. 899a275 add some new commands to the stage2 for the network support. by okuji · 25 years ago
  57. 1bb9439 fix a fat32 bug and some netboot bugs. by okuji · 25 years ago
  58. 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
  59. 9fe0449 heavily rewrite the netboot support. by okuji · 25 years ago
  60. a2018f2 undo the previous changes in asm.S because of the incompatibility against older binutils. by okuji · 25 years ago
  61. 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
  62. 18c2360 add --force into the command chainloader. by okuji · 25 years ago
  63. 68b1a3d enable the fallback in bios.c, add new options into grub-install. by okuji · 25 years ago
  64. 4ca2160 use grub_{setjmp,longjmp} to restart stage2. by okuji · 25 years ago
  65. 13d0ca1 always specify the option d in setup_func, fix some doc bugs. by okuji · 25 years ago
  66. 372831b add a new command, blocklist. by okuji · 25 years ago
  67. 161b9f4 new function grub_seek, fix a bug in the doc. by okuji · 25 years ago
  68. 2745c43 skip CD-ROMs, avoid an automake bug, make sure that LBA read/write are supported, increase the number of devices to be probed. by okuji · 25 years ago
  69. 5343bda fix a bug in partition search. by okuji · 25 years ago
  70. 9f3e0b8 Minor cleanups by gord · 25 years ago
  71. 1f9a7e6 fix many bugs in grub-install. by okuji · 25 years ago
  72. ca0ad14 add grub-install. by okuji · 25 years ago
  73. a40c317 do not embed the drive where a Stage 2 resides when using a Stage 1.5 if possible. by okuji · 25 years ago
  74. c95941d fix several bugs. by okuji · 25 years ago
  75. a3d2f9b Merge back Debian changes. by gord · 25 years ago
  76. ee4e0d4 fix serious bugs in embed_func and find_func. by okuji · 25 years ago
  77. 7b326e1 fix a bug in the command device, and fix an incompatibility with the new version of ext2fs. by okuji · 25 years ago
  78. c6ec012 add an extra option into the command install, and allow to mount extended partitions. by okuji · 25 years ago
  79. 8fb66b3 add OpenBSD support, add some explanations into the manual. by okuji · 25 years ago
  80. 0612bf1 fix a completion buf, add floppy devices into the device map file unconditionally. by okuji · 25 years ago
  81. d7c7eb7 add the command ioprobe. by okuji · 25 years ago
  82. d0f94a1 add the command setkey, remove the command keycode, fix the IBM special characters handling in the grub shell, and fix a bug in print_error. by okuji · 25 years ago
  83. 3195af5 remove the preliminary Mach device name support, upgrade help2man, fix many bugs in the keyboard configuration support. by okuji · 25 years ago
  84. 482c5a1 fix many bugs in the BIOS drive remapping feature. by okuji · 25 years ago
  85. 821c053 fix some bugs in track_int13. by okuji · 25 years ago
  86. 7c1baa7 fix a typo and add the prototype for I/O port detection. by okuji · 25 years ago
  87. 8ae7fd5 fix some minor bugs and replace the old manual with the new one. by okuji · 25 years ago
  88. 4b1ec86 some bugfixes and documentation updates. by okuji · 25 years ago
  89. 24b486c add the command keycode. by okuji · 25 years ago
  90. 1f6d422 clear the bss at the startup and fix some netboot bugs. by okuji · 25 years ago
  91. c14ac03 add user-ref.texi. by okuji · 25 years ago
  92. 42afef1 add the command map. by okuji · 25 years ago
  93. 460515b minor cleanups. by okuji · 25 years ago
  94. 08ba682 fix the wrong checks in memcheck. by okuji · 25 years ago
  95. 19c9df8 fix some bugs in builtin commands and add the command find. by okuji · 25 years ago
  96. ded4da6 fix some potential problems. by okuji · 25 years ago
  97. fa2dd12 fix some minor problems in load_initrd. by okuji · 25 years ago
  98. f0932cb call embed from setup. by okuji · 25 years ago
  99. 8f83254 device map file support. by okuji · 25 years ago
  100. 4e769ee add symbolic color name syntax support into the command color. by okuji · 25 years ago