- 55b7e8a add a grub-specific tag into bootp/dhcp. by okuji · 24 years ago
- 72bae78 fix a bug about a LBA check in stage2. by okuji · 24 years ago
- 06663a4 add a caution about the grub shell. by okuji · 24 years ago
- d17cbe8 fix my poor english in ChangeLog... by okuji · 24 years ago
- 07f1a28 fix a bug in setup, show network configuration in the command-line interface. by okuji · 24 years ago
- bec9050 add a prefix * into each ljmp/lcall operand only if GAS supports it. by okuji · 24 years ago
- c7b6b37 Change grub_memmove to use void * by gord · 24 years ago
- 0651145 Updated error messages in manual. by gord · 24 years ago
- 1675300 Add Pavel Roskin's improvements to grub-install.in. by gord · 24 years ago
- bbc286b Minor cosmetic changes to GRUB command line. by gord · 24 years ago
- 7ca6bf9 add a new command tftpserver. by okuji · 25 years ago
- 83038ff fix some bugs in netboot. now the diskless support is working. by okuji · 25 years ago
- f85b90a add diskless support. by okuji · 25 years ago
- 8ba5340 fix the bug in RRQ completely! by okuji · 25 years ago
- f6e3c77 fix a bug in tftp. by okuji · 25 years ago
- 3c5b1b1 sync the docs. by okuji · 25 years ago
- a87a341 improve some memory functions. by okuji · 25 years ago
- 2d191cc add information about the list archive into README. by okuji · 25 years ago
- fc73dcd update the network support to etherboot-4.6.1. by okuji · 25 years ago
- 2a50872 update docs. by okuji · 25 years ago
- 81850d7 recognize the Linux extended partition and add a sanity check into grub-install. by okuji · 25 years ago
- 84f224a fix a bug in init_bios_info. by okuji · 25 years ago
- 5aef9e7 perhaps fix the bug that Linux cannot get a correct memory size. by okuji · 25 years ago
- d08bfbd shrink the code size of stage1. by okuji · 25 years ago
- 2b8c514 update setup_func so that it uses SECTOR_BITS for the performance (is this better really?). by okuji · 25 years ago
- 310b41d updated to etherboot-4.6.0. by okuji · 25 years ago
- ce7c6fd add new features into the password system. by okuji · 25 years ago
- 5ff25f9 update the network support to etherboot-4.5.8. by okuji · 25 years ago
- 26fef18 Added Jochen's sector alignment checking patch. by gord · 25 years ago
- 98ca2ba fix some portability problems (by pavel). by okuji · 25 years ago
- 92fca67 make the LBA support bitmap checks configurable at the installation time. by okuji · 25 years ago
- 215f901 Added ReiserFS note. by gord · 25 years ago
- 9337ad1 Increment version number. by gord · 25 years ago
- 1974a49 Update FTP location. by gord · 25 years ago
- 31f1004 fix a bug in grub-install. by okuji · 25 years ago
- 32f9590 I forgot to add stage2/fsys_reiserfs.c. by okuji · 25 years ago
- 3792b0a add reiserfs support. by okuji · 25 years ago
- cf37f79 don't use AC_PATH_TOOL so that the developer can use autoconf 2.13. by okuji · 25 years ago
- 0a1cbcf remove stage1/depcomp and fix a bug in the menu entry editor. by okuji · 25 years ago
- 456c121 I forgot to add Torsten into THANKS. by okuji · 25 years ago
- 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
- ba86939 add NetBSD ELF support using a dirty solution. by okuji · 25 years ago
- 9cc70dc doc changes. by okuji · 25 years ago
- eb321e7 fix many bugs. see ChangeLog. by okuji · 25 years ago
- fa84577 I forgot to add depcomp to the CVS. by okuji · 25 years ago
- 4e418f4 Update the build environment. You need the latest CVS version of Automake. by okuji · 25 years ago
- b56d735 merge prepare_0_5_94. by okuji · 25 years ago
- 562b652 Added new authors by gord · 25 years ago
- 547c203 added a new chapter for the netboot. by okuji · 25 years ago
- 098d98d doc updates. by okuji · 25 years ago
- ab6cc80 fix and improve tftp_read. by okuji · 25 years ago
- 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
- a936d03 change the location of the boot partition table. by okuji · 25 years ago
- c62dcb6 upgraded to etherboot-4.4.3, rewrite a part of the document, print a message in check_BSD_parts if the label is invalid. by okuji · 25 years ago
- b0574de add a new command, cmp, and fix a bug in fat_mount. by okuji · 25 years ago
- 07996ed add some checks into make_saved_active and remove 3c59x.c. by okuji · 25 years ago
- 85c66cb add long filename support into FAT, fix a typo in configure. by okuji · 25 years ago
- 7c4acb2 pass the boot partition information to a chain-loader, in the partition table area of the loader. by okuji · 25 years ago
- 687f54b fix several bugs in netboot and one bug in the command geometry. by okuji · 25 years ago
- bfbcbe1 fix some bugs in netboot, print out the network configuration if bootp or arp succeeds. by okuji · 25 years ago
- b910459 add graphics support into the Multiboot Specification. by okuji · 25 years ago
- f328ddf downgrade the version number of the Multiboot Specification to 0.6.90. by okuji · 25 years ago
- 899a275 add some new commands to the stage2 for the network support. by okuji · 25 years ago
- 1bb9439 fix a fat32 bug and some netboot bugs. by okuji · 25 years ago
- 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
- d140ed6 add some notations to README and NEWS. by okuji · 25 years ago
- ef1679f add missing files. by okuji · 25 years ago
- 9fe0449 heavily rewrite the netboot support. by okuji · 25 years ago
- a2018f2 undo the previous changes in asm.S because of the incompatibility against older binutils. by okuji · 25 years ago
- 80d4c36 invalidate the cache before running any command and before completing any filename, add missing asterisks into asm.S, fix a cross-compilation problem in configure. by okuji · 25 years ago
- a92313f change the option name root to root-directory for grub-install, update the FAQ. by okuji · 25 years ago
- b92f3d5 update TODO. by okuji · 25 years ago
- 041bbca add an item into the file BUGS. by okuji · 25 years ago
- 18c2360 add --force into the command chainloader. by okuji · 25 years ago
- 7692b3e update the manual. by okuji · 25 years ago
- a033c6b don't check if AH=42h is supported in stage1. by okuji · 25 years ago
- 68b1a3d enable the fallback in bios.c, add new options into grub-install. by okuji · 25 years ago
- adcd200 make sure that the user does not have a separate partition for /boot in the script grub-install. by okuji · 25 years ago
- 4ca2160 use grub_{setjmp,longjmp} to restart stage2. by okuji · 25 years ago
- 817ae7f add the descriptions about config_table and boot_loader_name into the Multiboot Specification. by okuji · 25 years ago
- 13d0ca1 always specify the option d in setup_func, fix some doc bugs. by okuji · 25 years ago
- 372831b add a new command, blocklist. by okuji · 25 years ago
- 161b9f4 new function grub_seek, fix a bug in the doc. by okuji · 25 years ago
- 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
- 1a1f49c Moved to subversions. by gord · 25 years ago
- 5343bda fix a bug in partition search. by okuji · 25 years ago
- 9f3e0b8 Minor cleanups by gord · 25 years ago
- 1f9a7e6 fix many bugs in grub-install. by okuji · 25 years ago
- ca0ad14 add grub-install. by okuji · 25 years ago
- a6d7cb0 check for the support bitmap in stage1. by okuji · 25 years ago
- a40c317 do not embed the drive where a Stage 2 resides when using a Stage 1.5 if possible. by okuji · 25 years ago
- 9f88649 fallback to CHS if LBA fails in stage1. by okuji · 25 years ago
- 8bc82ce disable the device map file by default. by okuji · 25 years ago
- c95941d fix several bugs. by okuji · 25 years ago
- a3d2f9b Merge back Debian changes. by gord · 25 years ago
- ee4e0d4 fix serious bugs in embed_func and find_func. by okuji · 25 years ago
- f273c77 update multiboot.texi. by okuji · 25 years ago
- 61a9fc4 Merge changes from debian_version_0_5_93. by gord · 25 years ago
- 8ab768e doc fixes. by okuji · 25 years ago
- 7b326e1 fix a bug in the command device, and fix an incompatibility with the new version of ext2fs. by okuji · 25 years ago