1. 112c07f Don't change loaded kernel type when initializing graphics mode by WHR · 7 years ago grub4dos-solaris
  2. b806227 Add option '--keep' to builtin command splashimage to prevent the boot command from shutdown graphics terminal by WHR · 7 years ago
  3. 5e01c77 Fix backspace doesn't work in GRUB simulator with some terminals; remove a debug message in cat command that I forgot to remove in last commit by WHR · 7 years ago
  4. a7fd2a8 Merge the Sun provided ufs module into ufs1 module; remove old ffs module; add option '--no-decompress' to cat command by WHR · 7 years ago
  5. b4a342d Add file system module ufs1 that is based on ufs2; the Solaris ufs support is temporarily disabled to avoid conflict by WHR · 7 years ago
  6. 0db208d Support finding in file systems that using whole disk by WHR · 7 years ago
  7. f18fe7c Fixed some init commands not get run in some rare cases by WHR · 7 years ago
  8. 3d08379 findroot command fix by WHR · 7 years ago
  9. 7e4851a Re-add support of the terminal kill that previously removed in GRUB4DOS; currently the only supported action is kill to beginning (^U) by WHR · 7 years ago
  10. 6164c31 Don't print progress when loading multiboot kernel by WHR · 7 years ago
  11. da0bfe0 Add a 'dot' progress indicator when loading large file; Move graphics buffer to higher memory to avoid conflict with Linux by WHR · 7 years ago
  12. 54d9f6b Add Solaris hard disk scan support for the simulator by WHR · 7 years ago
  13. 088c01a Fixed a bug in findroot command; verbose command no longer shutdown graphics terminal; verbose by default by WHR · 7 years ago
  14. 1c8c5e8 Add .gitignore by WHR · 7 years ago
  15. b29a5dd Add greeting message in stage2; fixed missing stdint.h in grub/asmstub.c by WHR · 7 years ago
  16. 2169f1f Merge branch 'grub-0.97-solaris-portable' into 'grub4dos-solaris' by WHR · 7 years ago
  17. 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
  18. 1a4344d Fix warnings and related bugs; add support for ZFS vdevs that have ashift > 10 by WHR · 7 years ago
  19. 54ab5ee Fixed Makefile use spaces instead of tab by WHR · 7 years ago
  20. 17e9a40 Import from Solaris ON 151 by WHR · 7 years ago
  21. 4d249b2 Import from Solaris ON 147 by WHR · 7 years ago
  22. 017ec3f support (ud) device, other bug fixes. by Bean · 15 years ago
  23. c4ff904 resolved conflict between int10 stack and BIOS Data Area, fixed a bug in geometry_tune, etc. by Bean · 15 years ago
  24. 0c4ac01 0.4.4 official release by Bean · 16 years ago
  25. 58272d9 fixes on WRITE,INITRD,CHAINLOADER,ext4,COLOR,GFXMENU,GEOMETRY,CONFIGFILE,etc. by Tinybit · 16 years ago
  26. 43a31cf New commands dd and uuid. fixed a bug in disk emulation. Added gfxmenu support. by Bean · 16 years ago
  27. 79ec65c added badgrub.exe; fixes on bootlace and disk I/O; improvements on FIND, PXE, etc; MSYS/MinGW support. by Tinybit · 16 years ago
  28. 9437cdc removed FAT-first-entry check; avoid disabling CPU cache. by Tinybit · 16 years ago
  29. 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
  30. af12aaa fixes on probe_int, ext3 inode size, etc; A20 code change; version number upgrade. by Bean · 16 years ago
  31. 5b84c68 fixes on int vector probing, A20 control, configure, find, etc.add new command checktime. by Bean · 16 years ago
  32. 6bd0432 Commented out the geometry-tune code, support larger cluster size for ntfs filesystem, and other fixes. by Bean · 17 years ago
  33. fc76ed6 cdrom emulation support, bios chs parameter auto adjuestment, bug fixes, remove command upperman, ioprobe, impsprobe and displayapm. by Bean · 17 years ago
  34. 3fdbb24 isolinux chainloading, various workarounds and fixes. by Bean · 17 years ago
  35. de63d70 A20 code changed and relative path supported by Tinybit · 17 years ago
  36. 7f857b9 Fixed bugs on endless partition loop, probe_int, probe_mbr and compressed NTFS volume; Updated hmload. by Tinybit · 17 years ago
  37. 77d863b Added a new command OUTLINE, and a new option --duce for GRUB.EXE by Tinybit · 17 years ago
  38. a154e0c Changed PARTNEW syntax. Fixed a problem of OPEN_PARTITION by Tinybit · 17 years ago
  39. 3a24b84 Save space in ext2 boot sector, generate patch file in build script by Bean · 17 years ago
  40. 6ba28fc Fix grldr.mbr bug, display timeout counter by Bean · 17 years ago
  41. 9ee6b47 Fault-Recovery-Handler for PROBE_INT; Command syntax change of DEBUG and PARTTYPE by Tinybit · 17 years ago
  42. 344240b Fixed two problems on GRUB.EXE: preset_menu and FreeDOS related. by Tinybit · 17 years ago
  43. 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
  44. 0fc744f NTFS driver update: support non-resident $BITMAP by Bean · 17 years ago
  45. 108e635 new ntfs boot code, fix ntfs bug, improve pxe by Bean · 17 years ago
  46. 9230b22 Unload PXE stack before booting by Bean · 17 years ago
  47. 785a3d8 Fixed a bug in probe_int for GRUB.EXE running in VM86 mode. by Tinybit · 17 years ago
  48. edafa7d Rewrite fsys_ntfs.c by Bean · 17 years ago
  49. 547e7a3 Fixed probe_int and init_pic in GRUB.EXE. Reduced warnings in bios.c. by Tinybit · 17 years ago
  50. dd2c953 fix compile issue in ubuntu, fix currticks problem by Bean · 17 years ago
  51. c191705 imporve PXE code, add builtin command pxe by Bean · 17 years ago
  52. 9e194e5 added PXE support, fixed netboot driver compile problem, fixed timing functions by Bean · 17 years ago
  53. 37915ec fix a bug in get_diskinfo; protect the MBR of an in-situ-mapped drive by Tinybit · 18 years ago
  54. bbe9613 Insert-key to debug on startup; polish graphics. NTFS boot record fix by Tinybit · 18 years ago
  55. e84e589 Bugfixes on STAGE2_SIZE, arrow keys, and handling `&&\'/`||\' in menu by Tinybit · 18 years ago
  56. 5597b39 move preset menu to the end/tail of pre_stage2 by Tinybit · 18 years ago
  57. 162603d Numeric keys to select menu entry; fixed a bug of int13 harddrives by Tinybit · 18 years ago
  58. 01187e3 Code clean-ups on build script and keycode translation by Tinybit · 18 years ago
  59. 648f5f0 F11/F12 hotkey handling by Tinybit · 18 years ago
  60. b1cb44b fixed grldr.mbr problem by Bean · 18 years ago
  61. 126ac9b fixed menu display issue by Tinybit · 18 years ago
  62. 374e0f3 canceled grldr message when timeout=0 by Tinybit · 18 years ago
  63. ae617d0 fixed menu processing issue for the down-arrow key by Tinybit · 18 years ago
  64. 756e5ec added code to clear keyboard buffer by Tinybit · 18 years ago
  65. 1710fc1 enlarged menu window by Tinybit · 18 years ago
  66. a755dc6 fixed auto-probe messages by Tinybit · 18 years ago
  67. 5a5fedc fixed auto-probe problem of int 02,05,06 by Tinybit · 18 years ago
  68. f242a0f corrected total sectors of initrd by Tinybit · 18 years ago
  69. 877fc3d fixed --in-situ problem by Tinybit · 18 years ago
  70. 13cedce Fix problem in build script by Bean · 18 years ago
  71. babe120 Add grub4dos_version by Bean · 18 years ago
  72. 8a3dc31 Add build script by Bean · 18 years ago
  73. 75557bc Fix CDROM boot problem in buggy BIOS by Bean · 18 years ago
  74. 594ba3f Document update by Bean · 18 years ago
  75. 318b5eb grub4dos-0.4.3 07-03-02 by Bean · 18 years ago
  76. 05db372 grub4dos-0.4.2 by Bean · 18 years ago
  77. 4aa8c5f grub-0.4.2 by Bean · 18 years ago
  78. 6f98223 Fix file mode by WHR · 8 years ago
  79. 2b55611 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 19 years ago
  80. 1262b6e 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 19 years ago
  81. 6884fee 2005-03-28 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  82. 2b7a735 2005-03-19 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  83. f307cbf 2005-03-15 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  84. 257fff6 2005-02-16 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  85. 041e243 2005-02-15 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  86. fb908db 2005-02-03 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  87. 660e9c1 2005-02-02 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  88. ac1ef04 2005-02-01 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  89. eb5d4d6 2005-01-30 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  90. cce5686 * docs/kernel.c.texi (cmain): Incremement mod by one, instead of by jthomas · 20 years ago
  91. 4022b1b 2004-09-20 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  92. 8243a69 2004-08-17 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  93. 577b70d - patch from Michael Hohnbaum <hohnbaum@us.ibm.com> to handle sparse files. by jthomas · 20 years ago
  94. 16ca69f 2004-07-24 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  95. 255d375 by robertmh · 20 years ago
  96. 31831d9 * util/grub-install.in: Detect GNU/k*BSD systems as well. by robertmh · 20 years ago
  97. e92d461 2004-07-16 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  98. b929761 Fix minor syntax error (non-escaped characters). by robertmh · 20 years ago
  99. 01eb2cd * util/grub-install.in: Improve usage message. by robertmh · 20 years ago
  100. b84bec9 * stage1/Makefile.am: Move stage files to pkglibdir. by robertmh · 20 years ago