1. 694616c modify the implement of the maintainer mode. by okuji · 25 years ago
  2. 8d969f6 fix some curses problems and improve the configure script. by okuji · 25 years ago
  3. 5ef3bd9 fix the interpretation of the boot drive in the multiboot. by okuji · 25 years ago
  4. e7e3093 add more check into set_device. by okuji · 25 years ago
  5. 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
  6. 95a60f6 add a new command device. now the command geometry can modify geometries of any disks. by okuji · 25 years ago
  7. 99c5889 Help message changes, and a little fix for partition hiding. by gord · 25 years ago
  8. 8288925 fix some bugs in biosdisk. by okuji · 25 years ago
  9. f2151e4 fix a bug in run_menu. by okuji · 25 years ago
  10. 6ec8139 Eliminate unnecessary code and add the command configfile. by okuji · 25 years ago
  11. f0ef290 fix an overrun bug in ffs and typos in testload. by okuji · 25 years ago
  12. 6fdc01a improve the performance of find_command a bit, and capitalize the variable names in the short docs. by okuji · 25 years ago
  13. 6608e1b The internal of the command handling is heavily modified, and a new command help is added. by okuji · 25 years ago
  14. 20d2c3d improve the examples in menu.lst. fix a bug about password. add --disable-gunzip option. by okuji · 25 years ago
  15. e079197 fix the elf loading. by okuji · 25 years ago
  16. 04ed0a2 upgrade help2man. by okuji · 25 years ago
  17. c085904 fix a message string. by okuji · 25 years ago
  18. 9bf7494 the equal character after a command is now optional. by okuji · 25 years ago
  19. d409155 use setjmp/longjmp for the function stop. by okuji · 25 years ago
  20. 69be37a fix a bug in fat. fix bsd boot in the grub shell. by okuji · 25 years ago
  21. 83b3d5e add hide and unhide commands. add additional minix fs support. some code cleanups. by okuji · 25 years ago
  22. 434d860 add minix fs support. use the name "the grub shell" instead of "the stage2 emulator". by okuji · 25 years ago
  23. 29286d8 add fat32 support. fix some mount bugs. by okuji · 25 years ago
  24. 25de0c4 new options, --disable-ext2fs, --disable-fat and --disable-ffs by okuji · 25 years ago
  25. 7e9a079 fix potential bugs in some LBA code by okuji · 25 years ago
  26. 0f4f88a add NetBSD and OpenBSD partition slices support by okuji · 25 years ago
  27. d52edd8 add geometry command by okuji · 25 years ago
  28. 4d1186c fix password handling by okuji · 25 years ago
  29. afd18d4 code cleanup by okuji · 25 years ago
  30. ce03b57 support both of binutils 2.9.1.0.x and 2.9.5.0.x by okuji · 25 years ago
  31. 0623b3f add missing RAW_ADDRs by okuji · 25 years ago
  32. 89b82dc fix warnings about addr32 and data32 by okuji · 25 years ago
  33. 50fa325 fix a stupid bug by okuji · 25 years ago
  34. 70ba31d freebsd-elf support by okuji · 25 years ago
  35. c19c1a5 added getopt source files by okuji · 25 years ago
  36. 1d4df69 avoid bogus BIOSes' bug in get_diskinfo_standard by okuji · 25 years ago
  37. cec4786 Final touches for release. by gord · 25 years ago
  38. cb6a267 some bug fixes by okuji · 25 years ago
  39. 5cbce8e do not include smp-imps.c but link smp-imps.o instead. by okuji · 25 years ago
  40. a7575f8 minor bug fixes. by okuji · 25 years ago
  41. 5b7c93c fix a bogus bug by okuji · 25 years ago
  42. 95dfefd fix a bug in stage1_lba, and move all the constants in stage1 to stage1.h by okuji · 25 years ago
  43. 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
  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. ec20f58 fix the previous mistake in ChangeLog by okuji · 25 years ago
  49. f4d54f7 fix a serious bug in Stage 1.5 by okuji · 25 years ago
  50. efbf446 update help2man by okuji · 25 years ago
  51. 9350d46 build process is cleaned up by okuji · 25 years ago
  52. bd6d015 fix a stage1 bug by okuji · 25 years ago
  53. 31ce1aa Fix typos in ChangeLog. Shit! by okuji · 25 years ago
  54. a0ca5d0 /sbin/grub is always built and grub.8 is produced automatically by okuji · 25 years ago
  55. 45d89b3 add quit command by okuji · 25 years ago
  56. d3b0391 fix a dist bug by okuji · 25 years ago
  57. a75a6ef remove old documents and fix some bugs by okuji · 25 years ago
  58. 0199740 color menu support by okuji · 25 years ago
  59. d2b9bc0 Change the limit size of stage 1.5 by okuji · 25 years ago
  60. 0d6c157 The debug version of Stage 2 is removed by okuji · 25 years ago
  61. 447e862 Add new options into /sbin/grub, and eliminate the completion code from Stage 1.5. by okuji · 25 years ago
  62. 8b55b16 improve the completion facility and fix some bugs. by okuji · 25 years ago
  63. cfd8752 Fix a memory leak in /sbin/grub. by okuji · 26 years ago
  64. b06ee73 Change the command-line options in /sbin/grub, and update the manual. by okuji · 26 years ago
  65. 9ad024e Change the location of some documents to the top directory. by okuji · 26 years ago
  66. 765c4a7 Fix the m4 macro grub_ASM_EXT_C by okuji · 26 years ago
  67. 421dbce Update docs by okuji · 26 years ago
  68. d60914e bug fix by okuji · 26 years ago
  69. 22c4b56 some bug fixes by okuji · 26 years ago
  70. d654cfa Make menus work again. by gord · 26 years ago
  71. 05930f0 Move from /share to /lib by gord · 26 years ago
  72. be70567 Preliminary non-interactive use support by okuji · 26 years ago
  73. 8c2e2a8 improve detection of BIOS drives by okuji · 26 years ago
  74. 7920c78 fix a missing pop instruction. by okuji · 26 years ago
  75. 074ac26 doc fixes by okuji · 26 years ago
  76. 0daef3e cleanups for low level disk I/O and a minor bug fix by okuji · 26 years ago
  77. 08ca05f Change bcopy, bzero to memmove, memset. by gord · 26 years ago
  78. 8a1b524 Fix brainos from misapplied patches. Add improved password checking. by gord · 26 years ago
  79. d61ce9f Make /sbin/grub use a config file. by gord · 26 years ago
  80. 4cf606a Fixes from Okuji by gord · 26 years ago
  81. eea6c34 Finished basic loading support. by gord · 26 years ago
  82. 3688d87 /sbin/grub works by gord · 26 years ago
  83. ab6e283 Get /sbin/grub GUI working. by gord · 26 years ago
  84. b0016b8 Get basic /sbin/grub GUI working by gord · 26 years ago
  85. 651a5cb Get ready for 0.5.91 by gord · 26 years ago
  86. 3f99b1e Fix up LBA support. by gord · 26 years ago
  87. d34ac5a Initial stab at Mach-style partition names, LBA mode, and documentation. by gord · 26 years ago
  88. 90ed71c Big cleanups and code reduction. by gord · 26 years ago
  89. 5223272 Add LBA support by gord · 26 years ago
  90. 17b6dcd Don't forget README.debian. by gord · 26 years ago
  91. 5cb4326 Last few niggly configure details to fix for 0.5.90 by gord · 26 years ago
  92. 48b4b13 Minor doc fixes and packaging cleanups. by gord · 26 years ago
  93. 4b55a25 Add all macros to acinclude.m4, update Makefiles. by gord · 26 years ago
  94. 791601f Autoconf/Automake jumbo patches by gord · 26 years ago
  95. 5cf05b3 Indented and started off the long journey to becoming an Automakified GNU package. by gord · 26 years ago
  96. 553fec6 Getting ready for 0.5.1 by gord · 26 years ago
  97. b117211 Debian release 0.5-2. by gord · 26 years ago