1. 8288925 fix some bugs in biosdisk. by okuji · 25 years ago
  2. f2151e4 fix a bug in run_menu. by okuji · 25 years ago
  3. 6ec8139 Eliminate unnecessary code and add the command configfile. by okuji · 25 years ago
  4. 2430aa0 fix out-of-date information in README. by okuji · 25 years ago
  5. f0ef290 fix an overrun bug in ffs and typos in testload. by okuji · 25 years ago
  6. cb14522 add more comments into shared.h by okuji · 25 years ago
  7. 6fdc01a improve the performance of find_command a bit, and capitalize the variable names in the short docs. by okuji · 25 years ago
  8. 3b34bb5 add some notes into README. by okuji · 25 years ago
  9. 6608e1b The internal of the command handling is heavily modified, and a new command help is added. by okuji · 25 years ago
  10. 20d2c3d improve the examples in menu.lst. fix a bug about password. add --disable-gunzip option. by okuji · 25 years ago
  11. e079197 fix the elf loading. by okuji · 25 years ago
  12. 04ed0a2 upgrade help2man. by okuji · 25 years ago
  13. c085904 fix a message string. by okuji · 25 years ago
  14. 9bf7494 the equal character after a command is now optional. by okuji · 25 years ago
  15. d409155 use setjmp/longjmp for the function stop. by okuji · 25 years ago
  16. 69be37a fix a bug in fat. fix bsd boot in the grub shell. by okuji · 25 years ago
  17. 83b3d5e add hide and unhide commands. add additional minix fs support. some code cleanups. by okuji · 25 years ago
  18. 434d860 add minix fs support. use the name "the grub shell" instead of "the stage2 emulator". by okuji · 25 years ago
  19. 29286d8 add fat32 support. fix some mount bugs. by okuji · 25 years ago
  20. 25de0c4 new options, --disable-ext2fs, --disable-fat and --disable-ffs by okuji · 25 years ago
  21. 7e9a079 fix potential bugs in some LBA code by okuji · 25 years ago
  22. 0f4f88a add NetBSD and OpenBSD partition slices support by okuji · 25 years ago
  23. d52edd8 add geometry command by okuji · 25 years ago
  24. 4d1186c fix password handling by okuji · 25 years ago
  25. 1043679 fix the sample config file by okuji · 25 years ago
  26. afd18d4 code cleanup by okuji · 25 years ago
  27. ce03b57 support both of binutils 2.9.1.0.x and 2.9.5.0.x by okuji · 25 years ago
  28. 0623b3f add missing RAW_ADDRs by okuji · 25 years ago
  29. 89b82dc fix warnings about addr32 and data32 by okuji · 25 years ago
  30. 50fa325 fix a stupid bug by okuji · 25 years ago
  31. 70ba31d freebsd-elf support by okuji · 25 years ago
  32. c19c1a5 added getopt source files by okuji · 25 years ago
  33. 1d4df69 avoid bogus BIOSes' bug in get_diskinfo_standard by okuji · 25 years ago
  34. cec4786 Final touches for release. by gord · 25 years ago
  35. cb6a267 some bug fixes by okuji · 25 years ago
  36. 5cbce8e do not include smp-imps.c but link smp-imps.o instead. by okuji · 25 years ago
  37. edec404 remove the entry that stage1.5 does not work in the file BUGS by okuji · 25 years ago
  38. a7575f8 minor bug fixes. by okuji · 25 years ago
  39. 9fac49f More doc fixes. by gord · 25 years ago
  40. 5b7c93c fix a bogus bug by okuji · 25 years ago
  41. 95dfefd fix a bug in stage1_lba, and move all the constants in stage1 to stage1.h by okuji · 25 years ago
  42. 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
  43. d66583f add one item into the task list by okuji · 25 years ago
  44. f6fb25a fix option handling inconsistency by okuji · 25 years ago
  45. fc6fa9d add stage2 id by okuji · 25 years ago
  46. 6336679 fix a potential problem in configure and fix the function chain_stage2 by okuji · 25 years ago
  47. bdd07e3 set CFLAGS to "-Os -g" if the optimization flag for size is available by okuji · 25 years ago
  48. 225bd16 doc fix by okuji · 25 years ago
  49. f561144 Doc fixes. by gord · 25 years ago
  50. ec20f58 fix the previous mistake in ChangeLog by okuji · 25 years ago
  51. f4d54f7 fix a serious bug in Stage 1.5 by okuji · 25 years ago
  52. efbf446 update help2man by okuji · 25 years ago
  53. 2465e9e doc updates by okuji · 25 years ago
  54. 1c5533a doc change by okuji · 25 years ago
  55. 9350d46 build process is cleaned up by okuji · 25 years ago
  56. bd6d015 fix a stage1 bug by okuji · 25 years ago
  57. 9819c1d doc update by okuji · 25 years ago
  58. 31ce1aa Fix typos in ChangeLog. Shit! by okuji · 25 years ago
  59. a0ca5d0 /sbin/grub is always built and grub.8 is produced automatically by okuji · 25 years ago
  60. 45d89b3 add quit command by okuji · 25 years ago
  61. d3b0391 fix a dist bug by okuji · 25 years ago
  62. a75a6ef remove old documents and fix some bugs by okuji · 25 years ago
  63. 0199740 color menu support by okuji · 25 years ago
  64. d2b9bc0 Change the limit size of stage 1.5 by okuji · 25 years ago
  65. 0d6c157 The debug version of Stage 2 is removed by okuji · 25 years ago
  66. 5f44ad8 doc update by okuji · 25 years ago
  67. 447e862 Add new options into /sbin/grub, and eliminate the completion code from Stage 1.5. by okuji · 25 years ago
  68. cc1aa59 Add two contributors into THANKS. by okuji · 25 years ago
  69. 8b55b16 improve the completion facility and fix some bugs. by okuji · 25 years ago
  70. b1c1211 doc update. by okuji · 25 years ago
  71. cfd8752 Fix a memory leak in /sbin/grub. by okuji · 26 years ago
  72. b06ee73 Change the command-line options in /sbin/grub, and update the manual. by okuji · 26 years ago
  73. adbb228 Fill the Low-level I/O section in grub.texi by okuji · 26 years ago
  74. dbcd1c2 Check the spells in grub.texi by ispell by okuji · 26 years ago
  75. 16d25af doc update by okuji · 26 years ago
  76. 7e54179 doc update by okuji · 26 years ago
  77. 9ad024e Change the location of some documents to the top directory. by okuji · 26 years ago
  78. 765c4a7 Fix the m4 macro grub_ASM_EXT_C by okuji · 26 years ago
  79. bef8f22 Add the Multiboot Standard manual by okuji · 26 years ago
  80. 421dbce Update docs by okuji · 26 years ago
  81. 05b7b72 Write more information by okuji · 26 years ago
  82. d60914e bug fix by okuji · 26 years ago
  83. 22c4b56 some bug fixes by okuji · 26 years ago
  84. d654cfa Make menus work again. by gord · 26 years ago
  85. 0efa523 Doc fixes. by gord · 26 years ago
  86. 05930f0 Move from /share to /lib by gord · 26 years ago
  87. be70567 Preliminary non-interactive use support by okuji · 26 years ago
  88. 8c2e2a8 improve detection of BIOS drives by okuji · 26 years ago
  89. 7920c78 fix a missing pop instruction. by okuji · 26 years ago
  90. 074ac26 doc fixes by okuji · 26 years ago
  91. 0daef3e cleanups for low level disk I/O and a minor bug fix by okuji · 26 years ago
  92. 08ca05f Change bcopy, bzero to memmove, memset. by gord · 26 years ago
  93. 8a1b524 Fix brainos from misapplied patches. Add improved password checking. by gord · 26 years ago
  94. d61ce9f Make /sbin/grub use a config file. by gord · 26 years ago
  95. 4cf606a Fixes from Okuji by gord · 26 years ago
  96. eea6c34 Finished basic loading support. by gord · 26 years ago
  97. 3688d87 /sbin/grub works by gord · 26 years ago
  98. db34e7d Fix up documentation rules. by gord · 26 years ago
  99. e269083 Updated news and changelog. by gord · 26 years ago
  100. ab6e283 Get /sbin/grub GUI working. by gord · 26 years ago