1. b29a5dd Add greeting message in stage2; fixed missing stdint.h in grub/asmstub.c by WHR · 7 years ago
  2. 2169f1f Merge branch 'grub-0.97-solaris-portable' into 'grub4dos-solaris' by WHR · 7 years ago
  3. 4d249b2 Import from Solaris ON 147 by WHR · 7 years ago
  4. 58272d9 fixes on WRITE,INITRD,CHAINLOADER,ext4,COLOR,GFXMENU,GEOMETRY,CONFIGFILE,etc. by Tinybit · 16 years ago
  5. 43a31cf New commands dd and uuid. fixed a bug in disk emulation. Added gfxmenu support. by Bean · 16 years ago
  6. 79ec65c added badgrub.exe; fixes on bootlace and disk I/O; improvements on FIND, PXE, etc; MSYS/MinGW support. by Tinybit · 16 years ago
  7. 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
  8. af12aaa fixes on probe_int, ext3 inode size, etc; A20 code change; version number upgrade. by Bean · 16 years ago
  9. 5b84c68 fixes on int vector probing, A20 control, configure, find, etc.add new command checktime. by Bean · 16 years ago
  10. 01187e3 Code clean-ups on build script and keycode translation by Tinybit · 18 years ago
  11. 75557bc Fix CDROM boot problem in buggy BIOS by Bean · 18 years ago
  12. 4aa8c5f grub-0.4.2 by Bean · 18 years ago
  13. 2b55611 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 19 years ago
  14. 257fff6 2005-02-16 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  15. fb908db 2005-02-03 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  16. 660e9c1 2005-02-02 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  17. ac1ef04 2005-02-01 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  18. b84bec9 * stage1/Makefile.am: Move stage files to pkglibdir. by robertmh · 20 years ago
  19. 3a65add 2004-06-13 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  20. e43909c 2004-05-23 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  21. dc8bf1d 2004-05-14 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 20 years ago
  22. 3316fed Regenerated by jeroen · 20 years ago
  23. 0accb2c 2004-04-04 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 21 years ago
  24. 4f29a8a 2004-03-27 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 21 years ago
  25. 9b13924 2004-03-12 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 21 years ago
  26. dcf4389 2004-01-18 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 21 years ago
  27. 36ccd04 Revert all changes made by Rick van Rein. His patch is not approved at all, and the reason why he checked them in was a bug in Savannah. *sigh* by okuji · 21 years ago
  28. 6e7a81f Added support for remote booting: commands "expires" and "fallback" by vanrein · 21 years ago
  29. 7899a91 2003-10-19 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 21 years ago
  30. c18257e 2002-12-03 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 22 years ago
  31. 76deb4c 2002-10-28 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 22 years ago
  32. d932c07 Changed highlight state code for hercules, console and serial. by jthomas · 22 years ago
  33. 51955d5 2002-07-12 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 22 years ago
  34. 2369202 2002-06-12 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 22 years ago
  35. c34bb04 2002-02-08 Yoshinori K. Okuji <okuji@enbug.org> by okuji · 23 years ago
  36. 278681d 2002-01-20 Yoshinori K. Okuji <okuji@gnu.org> by okuji · 23 years ago
  37. ca6e068 (use_curses): Initialize to 0 if !HAVE_LIBCURSES by kr · 23 years ago
  38. 4ea83d7 2002-01-08 Yoshinori K. Okuji <okuji@gnu.org> by okuji · 23 years ago
  39. 4232395 Ignore the signal SIGWINCH in the grub shell. by okuji · 23 years ago
  40. e5fd53e Update to Automake 1.5 by gord · 23 years ago
  41. 61928d1 Ensure that a serial port is set up before used. by okuji · 23 years ago
  42. 60415d2 Use automake-1.4h instead of our own version. Some required changes are made. by okuji · 23 years ago
  43. 19477b0 Add all products of "configure" and "make" to .cvsignore by proski · 23 years ago
  44. 68c2bd1 * grub/asmstub.c (biosdisk): Work around a bug in linux's ez by jochen · 23 years ago
  45. e85272f add hercules support. by okuji · 24 years ago
  46. 00865a8 fix the problem that savedefault doesn't work with Stage 1.5. by okuji · 24 years ago
  47. 5c6112a use O_FSYNC instead of O_SYNC in FreeBSD. by okuji · 24 years ago
  48. ad50fc1 VBE support is partially added. by okuji · 24 years ago
  49. 1f2d292 add apm support. by okuji · 24 years ago
  50. 1123608 change the format of drive info in the Multiboot Specification, implement some of the new features. by okuji · 24 years ago
  51. 225b464 add new commands, partnew and parttype, add one more sanity check for reiserfs. by okuji · 24 years ago
  52. 5fb0adb just silence GCC warnings. by okuji · 24 years ago
  53. 1b38e4d add support for saving a default entry number in your disk. by okuji · 24 years ago
  54. 454e266 add a timeout to --hold for the grub shell, fix a compilation error with gcc-2.7.2.3, and the command-line interface is switched to single-line editing mode. by okuji · 24 years ago
  55. e8e3b99 emulate a new line by the grub shell itself instead of ncurses. by okuji · 24 years ago
  56. 563b471 don't include linux/fs.h. by okuji · 24 years ago
  57. 16cbb2b handle special key codes in a serial terminal, and remove unnecessary push/pop operations in asm.S. by okuji · 24 years ago
  58. d91146e add --enable-serial-speed-simulation into configure, fix a bug in setjmp/longjmp, add --speed into the command serial, restart the command-line interface when a serial terminal is enabled. by okuji · 24 years ago
  59. 2455b65 add console emulation into serial terminal support using vt100-compatible escape sequences, add --enable-serial into configure, and fix some bugs in the support. by okuji · 24 years ago
  60. 7d54a86 add more serial console support. two new commmands, serial and terminal, are added. by okuji · 24 years ago
  61. 443bdcb fix a minor bug in diskless, add a serial emulation into the grub shell, fix a cosmetic problem in the grub shell. by okuji · 24 years ago
  62. b6092dd The first argument for _llseek renamed from "seeked_fd" to "filedes" by proski · 24 years ago
  63. 952982d fix shadowed variable bugs and undefined cpp macro bugs. by okuji · 24 years ago
  64. 529a2dc fix some bugs in the linux boot code. by okuji · 24 years ago
  65. 1b9e348 rename console input/output functions to more distinguishable names. by okuji · 24 years ago
  66. 05581f3 segreate os-specific helper functions from asmstub.c. by okuji · 24 years ago
  67. 063d1c6 make the mail address produced by the grub shell consistent with the other programs. by okuji · 24 years ago
  68. 9b91c55 add two new commands, reboot and halt. by okuji · 24 years ago
  69. a87a341 improve some memory functions. by okuji · 24 years ago
  70. 3792b0a add reiserfs support. by okuji · 25 years ago
  71. 4d452e4 fix a bogus bug in kernel_func, load initrd below 1GB, append mem= option only if >64MB, add some CDROM detection code, don't use the last page for initrd to avoid a Linux's bug. by okuji · 25 years ago
  72. eb321e7 fix many bugs. see ChangeLog. by okuji · 25 years ago
  73. 4e418f4 Update the build environment. You need the latest CVS version of Automake. by okuji · 25 years ago
  74. b56d735 merge prepare_0_5_94. by okuji · 25 years ago
  75. b9ff0c2 print only a partition type in print_fsys_type, don't call HDIO_GETGEO for a floppy in check_device. by okuji · 25 years ago
  76. a936d03 change the location of the boot partition table. by okuji · 25 years ago
  77. 844cb6f use _llseek even if glibc2.0 under Linux, add a new option --disable-lba-support-bitmap-check into configure. by okuji · 25 years ago
  78. 9fe0449 heavily rewrite the netboot support. by okuji · 25 years ago
  79. 4ca2160 use grub_{setjmp,longjmp} to restart stage2. by okuji · 25 years ago
  80. 2745c43 skip CD-ROMs, avoid an automake bug, make sure that LBA read/write are supported, increase the number of devices to be probed. by okuji · 25 years ago
  81. 9f3e0b8 Minor cleanups by gord · 25 years ago
  82. ca0ad14 add grub-install. by okuji · 25 years ago
  83. 8bc82ce disable the device map file by default. by okuji · 25 years ago
  84. c95941d fix several bugs. by okuji · 25 years ago
  85. ee4e0d4 fix serious bugs in embed_func and find_func. by okuji · 25 years ago
  86. 7b326e1 fix a bug in the command device, and fix an incompatibility with the new version of ext2fs. by okuji · 25 years ago
  87. 8fb66b3 add OpenBSD support, add some explanations into the manual. by okuji · 25 years ago
  88. 0612bf1 fix a completion buf, add floppy devices into the device map file unconditionally. by okuji · 25 years ago
  89. d0f94a1 add the command setkey, remove the command keycode, fix the IBM special characters handling in the grub shell, and fix a bug in print_error. by okuji · 25 years ago
  90. 3195af5 remove the preliminary Mach device name support, upgrade help2man, fix many bugs in the keyboard configuration support. by okuji · 25 years ago
  91. 24b486c add the command keycode. by okuji · 25 years ago
  92. 42afef1 add the command map. by okuji · 25 years ago
  93. f0932cb call embed from setup. by okuji · 25 years ago
  94. 8f83254 device map file support. by okuji · 25 years ago
  95. bd47df8 add --with-binutils into configure. by okuji · 25 years ago
  96. 1863736 xxx by okuji · 25 years ago
  97. adadc62 move some source files in the directory grub into the new directory lib. by okuji · 25 years ago
  98. 47ba3d6 improve FreeBSD support in the grub shell. by okuji · 25 years ago
  99. be51499 add netboot support. by okuji · 25 years ago
  100. 694616c modify the implement of the maintainer mode. by okuji · 25 years ago