1. 1c8c5e8 Add .gitignore by WHR · 7 years ago
  2. b29a5dd Add greeting message in stage2; fixed missing stdint.h in grub/asmstub.c by WHR · 7 years ago
  3. 2169f1f Merge branch 'grub-0.97-solaris-portable' into 'grub4dos-solaris' by WHR · 7 years ago
  4. 54793ea Change 'echo -n -e' to printf(1) for better portability. Add option --divide to as(1) get the code to build on System-V by WHR · 7 years ago
  5. 1a4344d Fix warnings and related bugs; add support for ZFS vdevs that have ashift > 10 by WHR · 7 years ago
  6. 54ab5ee Fixed Makefile use spaces instead of tab by WHR · 7 years ago
  7. 17e9a40 Import from Solaris ON 151 by WHR · 7 years ago
  8. 4d249b2 Import from Solaris ON 147 by WHR · 7 years ago
  9. 017ec3f support (ud) device, other bug fixes. by Bean · 15 years ago
  10. c4ff904 resolved conflict between int10 stack and BIOS Data Area, fixed a bug in geometry_tune, etc. by Bean · 15 years ago
  11. 0c4ac01 0.4.4 official release by Bean · 16 years ago
  12. 58272d9 fixes on WRITE,INITRD,CHAINLOADER,ext4,COLOR,GFXMENU,GEOMETRY,CONFIGFILE,etc. by Tinybit · 16 years ago
  13. 43a31cf New commands dd and uuid. fixed a bug in disk emulation. Added gfxmenu support. by Bean · 16 years ago
  14. 79ec65c added badgrub.exe; fixes on bootlace and disk I/O; improvements on FIND, PXE, etc; MSYS/MinGW support. by Tinybit · 16 years ago
  15. 9437cdc removed FAT-first-entry check; avoid disabling CPU cache. by Tinybit · 16 years ago
  16. be84536 fixed problems on int13_handler, probe_int, stack, iso-emulation, FAT, NTFS, get_diskinfo, set_bootdev, pxe block size, preset-menu and bootlace. added new commands checkrange and tpm. added new options for find and bootlace. by Tinybit · 16 years ago
  17. af12aaa fixes on probe_int, ext3 inode size, etc; A20 code change; version number upgrade. by Bean · 16 years ago
  18. 5b84c68 fixes on int vector probing, A20 control, configure, find, etc.add new command checktime. by Bean · 16 years ago
  19. 6bd0432 Commented out the geometry-tune code, support larger cluster size for ntfs filesystem, and other fixes. by Bean · 17 years ago
  20. fc76ed6 cdrom emulation support, bios chs parameter auto adjuestment, bug fixes, remove command upperman, ioprobe, impsprobe and displayapm. by Bean · 17 years ago
  21. 3fdbb24 isolinux chainloading, various workarounds and fixes. by Bean · 17 years ago
  22. de63d70 A20 code changed and relative path supported by Tinybit · 17 years ago
  23. 7f857b9 Fixed bugs on endless partition loop, probe_int, probe_mbr and compressed NTFS volume; Updated hmload. by Tinybit · 17 years ago
  24. 77d863b Added a new command OUTLINE, and a new option --duce for GRUB.EXE by Tinybit · 17 years ago
  25. a154e0c Changed PARTNEW syntax. Fixed a problem of OPEN_PARTITION by Tinybit · 17 years ago
  26. 3a24b84 Save space in ext2 boot sector, generate patch file in build script by Bean · 17 years ago
  27. 6ba28fc Fix grldr.mbr bug, display timeout counter by Bean · 17 years ago
  28. 9ee6b47 Fault-Recovery-Handler for PROBE_INT; Command syntax change of DEBUG and PARTTYPE by Tinybit · 17 years ago
  29. 344240b Fixed two problems on GRUB.EXE: preset_menu and FreeDOS related. by Tinybit · 17 years ago
  30. fea2dee Added a new command HIDDENFLAG; Added BPB in GRLDR.MBR; Ignored partition-ID check in filesystem modules; other fixes. by Tinybit · 17 years ago
  31. 0fc744f NTFS driver update: support non-resident $BITMAP by Bean · 17 years ago
  32. 108e635 new ntfs boot code, fix ntfs bug, improve pxe by Bean · 17 years ago
  33. 9230b22 Unload PXE stack before booting by Bean · 17 years ago
  34. 785a3d8 Fixed a bug in probe_int for GRUB.EXE running in VM86 mode. by Tinybit · 17 years ago
  35. edafa7d Rewrite fsys_ntfs.c by Bean · 17 years ago
  36. 547e7a3 Fixed probe_int and init_pic in GRUB.EXE. Reduced warnings in bios.c. by Tinybit · 17 years ago
  37. dd2c953 fix compile issue in ubuntu, fix currticks problem by Bean · 17 years ago
  38. c191705 imporve PXE code, add builtin command pxe by Bean · 17 years ago
  39. 9e194e5 added PXE support, fixed netboot driver compile problem, fixed timing functions by Bean · 17 years ago
  40. 37915ec fix a bug in get_diskinfo; protect the MBR of an in-situ-mapped drive by Tinybit · 18 years ago
  41. bbe9613 Insert-key to debug on startup; polish graphics. NTFS boot record fix by Tinybit · 18 years ago
  42. e84e589 Bugfixes on STAGE2_SIZE, arrow keys, and handling `&&\'/`||\' in menu by Tinybit · 18 years ago
  43. 5597b39 move preset menu to the end/tail of pre_stage2 by Tinybit · 18 years ago
  44. 162603d Numeric keys to select menu entry; fixed a bug of int13 harddrives by Tinybit · 18 years ago
  45. 01187e3 Code clean-ups on build script and keycode translation by Tinybit · 18 years ago
  46. 648f5f0 F11/F12 hotkey handling by Tinybit · 18 years ago
  47. b1cb44b fixed grldr.mbr problem by Bean · 18 years ago
  48. 126ac9b fixed menu display issue by Tinybit · 18 years ago
  49. 374e0f3 canceled grldr message when timeout=0 by Tinybit · 18 years ago
  50. ae617d0 fixed menu processing issue for the down-arrow key by Tinybit · 18 years ago
  51. 756e5ec added code to clear keyboard buffer by Tinybit · 18 years ago
  52. 1710fc1 enlarged menu window by Tinybit · 18 years ago
  53. a755dc6 fixed auto-probe messages by Tinybit · 18 years ago
  54. 5a5fedc fixed auto-probe problem of int 02,05,06 by Tinybit · 18 years ago
  55. f242a0f corrected total sectors of initrd by Tinybit · 18 years ago
  56. 877fc3d fixed --in-situ problem by Tinybit · 18 years ago
  57. 13cedce Fix problem in build script by Bean · 18 years ago
  58. babe120 Add grub4dos_version by Bean · 18 years ago
  59. 8a3dc31 Add build script by Bean · 18 years ago
  60. 75557bc Fix CDROM boot problem in buggy BIOS by Bean · 18 years ago
  61. 594ba3f Document update by Bean · 18 years ago
  62. 318b5eb grub4dos-0.4.3 07-03-02 by Bean · 18 years ago
  63. 05db372 grub4dos-0.4.2 by Bean · 18 years ago
  64. 4aa8c5f grub-0.4.2 by Bean · 18 years ago
  65. 6f98223 Fix file mode by WHR · 8 years ago
  66. 2b55611 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 19 years ago
  67. 1262b6e 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 19 years ago
  68. 6884fee 2005-03-28 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  69. 2b7a735 2005-03-19 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  70. f307cbf 2005-03-15 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  71. 257fff6 2005-02-16 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  72. 041e243 2005-02-15 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  73. fb908db 2005-02-03 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  74. 660e9c1 2005-02-02 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  75. ac1ef04 2005-02-01 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  76. eb5d4d6 2005-01-30 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  77. cce5686 * docs/kernel.c.texi (cmain): Incremement mod by one, instead of by jthomas · 20 years ago
  78. 4022b1b 2004-09-20 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  79. 8243a69 2004-08-17 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  80. 577b70d - patch from Michael Hohnbaum <hohnbaum@us.ibm.com> to handle sparse files. by jthomas · 20 years ago
  81. 16ca69f 2004-07-24 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  82. 255d375 by robertmh · 20 years ago
  83. 31831d9 * util/grub-install.in: Detect GNU/k*BSD systems as well. by robertmh · 20 years ago
  84. e92d461 2004-07-16 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  85. b929761 Fix minor syntax error (non-escaped characters). by robertmh · 20 years ago
  86. 01eb2cd * util/grub-install.in: Improve usage message. by robertmh · 20 years ago
  87. b84bec9 * stage1/Makefile.am: Move stage files to pkglibdir. by robertmh · 20 years ago
  88. 5b5f6dc 2004-06-20 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  89. e15e075 2004-06-19 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  90. 5b00a4c 2004-06-14 Jeroen Dekkers <jeroen@dekkers.cx> by jeroen · 20 years ago
  91. 4d4f67b 2004-06-13 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  92. e86d845 Set the release date of 0.95. by okuji · 20 years ago
  93. 3a65add 2004-06-13 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  94. e43909c 2004-05-23 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  95. 31def84 2004-05-20 Damian Ivereigh <damian@cisco.com> by okuji · 20 years ago
  96. 12ce427 * stage2/char_io.c (safe_parse_maxint): Disable for stage 1.5. by proski · 20 years ago
  97. dc8bf1d 2004-05-14 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  98. 7b676b8 2004-05-10 Robert Millan <robertmh@gnu.org> by robertmh · 20 years ago
  99. 6355ac9 * stage2/char_io.c (convert_to_ascii): Remove "%b" support. by proski · 20 years ago
  100. 3fa2fbb Add stage2_eltorito and start_eltorito. by proski · 20 years ago