1. 460515b minor cleanups. by okuji · 25 years ago
  2. 08ba682 fix the wrong checks in memcheck. by okuji · 25 years ago
  3. 19c9df8 fix some bugs in builtin commands and add the command find. by okuji · 25 years ago
  4. 28f2016 add a prelimary version of a new manual. by okuji · 25 years ago
  5. e865376 add the man page for mbchk. by okuji · 25 years ago
  6. 0f2f1a5 add mbchk. by okuji · 25 years ago
  7. ded4da6 fix some potential problems. by okuji · 25 years ago
  8. fa2dd12 fix some minor problems in load_initrd. by okuji · 25 years ago
  9. 2e5bb74 update some documents. by okuji · 25 years ago
  10. ec2469f add an example Multiboot kernel. by okuji · 25 years ago
  11. 0263e92 update the Multiboot Specification. by okuji · 25 years ago
  12. f0932cb call embed from setup. by okuji · 25 years ago
  13. 8f83254 device map file support. by okuji · 25 years ago
  14. 4e769ee add symbolic color name syntax support into the command color. by okuji · 25 years ago
  15. 191c0ee I forgot writing some entries in ChangeLog. by okuji · 25 years ago
  16. 8d19545 add an experimental version of setup and embed. by okuji · 25 years ago
  17. 41df320 fix the NetBSD and OpenBSD boot bug. by okuji · 25 years ago
  18. 45ec04e now stage1 supports both LBA and CHS. by okuji · 25 years ago
  19. 3764236 now stage1 supports both LBA and CHS. by okuji · 25 years ago
  20. bd47df8 add --with-binutils into configure. by okuji · 25 years ago
  21. c16ba0e fix a bug in freebsd boot, reformat TODO. by okuji · 25 years ago
  22. 5f9112c fix some doc bugs. by okuji · 25 years ago
  23. 1e67cbf Packaging fixes and Pavel's simple stage 1.5 patch. by gord · 25 years ago
  24. 5a0b144 fix a bug in boot_func. by okuji · 25 years ago
  25. 1a8f41b fix a bug in gunzip_test_header. by okuji · 25 years ago
  26. ce8fc4e cleanup the function cat and update the manual. by okuji · 25 years ago
  27. 07b947e define A_NORMAL and/or A_REVERSE if undefined. by okuji · 25 years ago
  28. c7b7ecb add --without-curses, fix up the installation. by okuji · 25 years ago
  29. d66e649 Getting ready for new release. by gord · 25 years ago
  30. 1863736 xxx by okuji · 25 years ago
  31. adadc62 move some source files in the directory grub into the new directory lib. by okuji · 25 years ago
  32. 43921a9 cleanup some code and fix some macros in acinclude.m4. by okuji · 25 years ago
  33. 3ccfc3b reduce the size of Stage 1.5, improve the completion, fix some bugs. by okuji · 25 years ago
  34. 55d36b7 fix a configure bug. by okuji · 25 years ago
  35. 9bfb72e Add labels for the default blocklist. by gord · 25 years ago
  36. 50016e0 fix a configure bug. by okuji · 25 years ago
  37. 88efa06 fix a install bug and rename debug_fs* to apropriate names. by okuji · 25 years ago
  38. ba8c5e1 fix a configure bug. by okuji · 25 years ago
  39. 073695f fix the command install, add some macros into netboot, fix the function set_partition_hidden_flag. by okuji · 25 years ago
  40. 133581f make the argument address for the command install optional. by okuji · 25 years ago
  41. dc73edd improve the completion code. by okuji · 25 years ago
  42. dc267a7 fix some bugs when COFF is used and some configure bugs. by okuji · 25 years ago
  43. c58d9a0 add a missing RAW_ADDR into gunzip.c. by okuji · 25 years ago
  44. 84bf7c7 fix the memcheck problem in the grub shell. by okuji · 25 years ago
  45. d627933 fix some bugs in the command-line. by okuji · 25 years ago
  46. dfe653f improve the command-line interface. by okuji · 25 years ago
  47. 4ea54f2 determine the size of Stage 2 automatically. by okuji · 25 years ago
  48. e8d6ef4 rename config.h to netboot_config.h in netboot. by okuji · 25 years ago
  49. 47ba3d6 improve FreeBSD support in the grub shell. by okuji · 25 years ago
  50. be51499 add netboot support. by okuji · 25 years ago
  51. 694616c modify the implement of the maintainer mode. by okuji · 25 years ago
  52. 7aca93d add the files config.h.in and stamp-h.in. by okuji · 25 years ago
  53. 8d969f6 fix some curses problems and improve the configure script. by okuji · 25 years ago
  54. 5ef3bd9 fix the interpretation of the boot drive in the multiboot. by okuji · 25 years ago
  55. e7e3093 add more check into set_device. by okuji · 25 years ago
  56. 3c77f34 add new options for the floppy probing into the grub shell. fix some bugs in the commands geometry and device. by okuji · 25 years ago
  57. 95a60f6 add a new command device. now the command geometry can modify geometries of any disks. by okuji · 25 years ago
  58. 99c5889 Help message changes, and a little fix for partition hiding. by gord · 25 years ago
  59. 8288925 fix some bugs in biosdisk. by okuji · 25 years ago
  60. f2151e4 fix a bug in run_menu. by okuji · 25 years ago
  61. 6ec8139 Eliminate unnecessary code and add the command configfile. by okuji · 25 years ago
  62. 2430aa0 fix out-of-date information in README. by okuji · 25 years ago
  63. f0ef290 fix an overrun bug in ffs and typos in testload. by okuji · 25 years ago
  64. cb14522 add more comments into shared.h by okuji · 25 years ago
  65. 6fdc01a improve the performance of find_command a bit, and capitalize the variable names in the short docs. by okuji · 25 years ago
  66. 3b34bb5 add some notes into README. by okuji · 25 years ago
  67. 6608e1b The internal of the command handling is heavily modified, and a new command help is added. by okuji · 25 years ago
  68. 20d2c3d improve the examples in menu.lst. fix a bug about password. add --disable-gunzip option. by okuji · 25 years ago
  69. e079197 fix the elf loading. by okuji · 25 years ago
  70. 04ed0a2 upgrade help2man. by okuji · 25 years ago
  71. c085904 fix a message string. by okuji · 25 years ago
  72. 9bf7494 the equal character after a command is now optional. by okuji · 25 years ago
  73. d409155 use setjmp/longjmp for the function stop. by okuji · 25 years ago
  74. 69be37a fix a bug in fat. fix bsd boot in the grub shell. by okuji · 25 years ago
  75. 83b3d5e add hide and unhide commands. add additional minix fs support. some code cleanups. by okuji · 25 years ago
  76. 434d860 add minix fs support. use the name "the grub shell" instead of "the stage2 emulator". by okuji · 25 years ago
  77. 29286d8 add fat32 support. fix some mount bugs. by okuji · 25 years ago
  78. 25de0c4 new options, --disable-ext2fs, --disable-fat and --disable-ffs by okuji · 25 years ago
  79. 7e9a079 fix potential bugs in some LBA code by okuji · 25 years ago
  80. 0f4f88a add NetBSD and OpenBSD partition slices support by okuji · 25 years ago
  81. d52edd8 add geometry command by okuji · 25 years ago
  82. 4d1186c fix password handling by okuji · 25 years ago
  83. 1043679 fix the sample config file by okuji · 25 years ago
  84. afd18d4 code cleanup by okuji · 25 years ago
  85. ce03b57 support both of binutils 2.9.1.0.x and 2.9.5.0.x by okuji · 25 years ago
  86. 0623b3f add missing RAW_ADDRs by okuji · 25 years ago
  87. 89b82dc fix warnings about addr32 and data32 by okuji · 25 years ago
  88. 50fa325 fix a stupid bug by okuji · 25 years ago
  89. 70ba31d freebsd-elf support by okuji · 25 years ago
  90. c19c1a5 added getopt source files by okuji · 25 years ago
  91. 1d4df69 avoid bogus BIOSes' bug in get_diskinfo_standard by okuji · 25 years ago
  92. cec4786 Final touches for release. by gord · 25 years ago
  93. cb6a267 some bug fixes by okuji · 25 years ago
  94. 5cbce8e do not include smp-imps.c but link smp-imps.o instead. by okuji · 25 years ago
  95. edec404 remove the entry that stage1.5 does not work in the file BUGS by okuji · 25 years ago
  96. a7575f8 minor bug fixes. by okuji · 25 years ago
  97. 9fac49f More doc fixes. by gord · 25 years ago
  98. 5b7c93c fix a bogus bug by okuji · 25 years ago
  99. 95dfefd fix a bug in stage1_lba, and move all the constants in stage1 to stage1.h by okuji · 25 years ago
  100. cb7e6d5 Bug fixes in the geometry detection. Linux video mode selection support. New Stage 1 stage1_lba is added. Stage 1.5 becomes much smaller. by okuji · 25 years ago