1. a87a341 improve some memory functions. by okuji · 25 years ago
  2. 3792b0a add reiserfs support. by okuji · 25 years ago
  3. 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
  4. eb321e7 fix many bugs. see ChangeLog. by okuji · 25 years ago
  5. 4e418f4 Update the build environment. You need the latest CVS version of Automake. by okuji · 25 years ago
  6. b56d735 merge prepare_0_5_94. by okuji · 25 years ago
  7. 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
  8. a936d03 change the location of the boot partition table. by okuji · 25 years ago
  9. 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
  10. 9fe0449 heavily rewrite the netboot support. by okuji · 25 years ago
  11. 4ca2160 use grub_{setjmp,longjmp} to restart stage2. by okuji · 25 years ago
  12. 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
  13. 9f3e0b8 Minor cleanups by gord · 25 years ago
  14. ca0ad14 add grub-install. by okuji · 25 years ago
  15. 8bc82ce disable the device map file by default. by okuji · 25 years ago
  16. c95941d fix several bugs. by okuji · 25 years ago
  17. ee4e0d4 fix serious bugs in embed_func and find_func. by okuji · 25 years ago
  18. 7b326e1 fix a bug in the command device, and fix an incompatibility with the new version of ext2fs. by okuji · 25 years ago
  19. 8fb66b3 add OpenBSD support, add some explanations into the manual. by okuji · 25 years ago
  20. 0612bf1 fix a completion buf, add floppy devices into the device map file unconditionally. by okuji · 25 years ago
  21. 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
  22. 3195af5 remove the preliminary Mach device name support, upgrade help2man, fix many bugs in the keyboard configuration support. by okuji · 25 years ago
  23. 24b486c add the command keycode. by okuji · 25 years ago
  24. 42afef1 add the command map. by okuji · 25 years ago
  25. f0932cb call embed from setup. by okuji · 25 years ago
  26. 8f83254 device map file support. by okuji · 25 years ago
  27. bd47df8 add --with-binutils into configure. by okuji · 25 years ago
  28. 1863736 xxx by okuji · 25 years ago
  29. adadc62 move some source files in the directory grub into the new directory lib. by okuji · 25 years ago
  30. 47ba3d6 improve FreeBSD support in the grub shell. by okuji · 25 years ago
  31. be51499 add netboot support. by okuji · 25 years ago
  32. 694616c modify the implement of the maintainer mode. by okuji · 25 years ago
  33. 8d969f6 fix some curses problems and improve the configure script. by okuji · 25 years ago
  34. 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
  35. 95a60f6 add a new command device. now the command geometry can modify geometries of any disks. by okuji · 25 years ago
  36. 8288925 fix some bugs in biosdisk. by okuji · 25 years ago
  37. d409155 use setjmp/longjmp for the function stop. by okuji · 25 years ago
  38. 83b3d5e add hide and unhide commands. add additional minix fs support. some code cleanups. by okuji · 25 years ago
  39. 434d860 add minix fs support. use the name "the grub shell" instead of "the stage2 emulator". by okuji · 25 years ago
  40. 25de0c4 new options, --disable-ext2fs, --disable-fat and --disable-ffs by okuji · 25 years ago
  41. 7e9a079 fix potential bugs in some LBA code by okuji · 25 years ago
  42. c19c1a5 added getopt source files by okuji · 25 years ago
  43. cb6a267 some bug fixes by okuji · 25 years ago
  44. a7575f8 minor bug fixes. by okuji · 25 years ago
  45. 95dfefd fix a bug in stage1_lba, and move all the constants in stage1 to stage1.h by okuji · 25 years ago
  46. f6fb25a fix option handling inconsistency by okuji · 25 years ago
  47. 6336679 fix a potential problem in configure and fix the function chain_stage2 by okuji · 25 years ago
  48. 9350d46 build process is cleaned up by okuji · 25 years ago
  49. a0ca5d0 /sbin/grub is always built and grub.8 is produced automatically by okuji · 25 years ago
  50. d3b0391 fix a dist bug by okuji · 25 years ago
  51. 0d6c157 The debug version of Stage 2 is removed by okuji · 25 years ago
  52. 447e862 Add new options into /sbin/grub, and eliminate the completion code from Stage 1.5. by okuji · 26 years ago
  53. 8b55b16 improve the completion facility and fix some bugs. by okuji · 26 years ago
  54. cfd8752 Fix a memory leak in /sbin/grub. by okuji · 26 years ago
  55. b06ee73 Change the command-line options in /sbin/grub, and update the manual. by okuji · 26 years ago
  56. 9ad024e Change the location of some documents to the top directory. by okuji · 26 years ago
  57. 421dbce Update docs by okuji · 26 years ago
  58. d60914e bug fix by okuji · 26 years ago
  59. 22c4b56 some bug fixes by okuji · 26 years ago
  60. d654cfa Make menus work again. by gord · 26 years ago
  61. be70567 Preliminary non-interactive use support by okuji · 26 years ago
  62. 8c2e2a8 improve detection of BIOS drives by okuji · 26 years ago
  63. 0daef3e cleanups for low level disk I/O and a minor bug fix by okuji · 26 years ago
  64. 8a1b524 Fix brainos from misapplied patches. Add improved password checking. by gord · 26 years ago
  65. d61ce9f Make /sbin/grub use a config file. by gord · 26 years ago
  66. 4cf606a Fixes from Okuji by gord · 26 years ago
  67. 3688d87 /sbin/grub works by gord · 26 years ago
  68. ab6e283 Get /sbin/grub GUI working. by gord · 26 years ago
  69. b0016b8 Get basic /sbin/grub GUI working by gord · 26 years ago
  70. 90ed71c Big cleanups and code reduction. by gord · 26 years ago
  71. 791601f Autoconf/Automake jumbo patches by gord · 26 years ago
  72. 5cf05b3 Indented and started off the long journey to becoming an Automakified GNU package. by gord · 26 years ago
  73. 8b2e640 Add the Unix stage2 attempt by gord · 26 years ago