Commit graph

  • a1fafbfb0e print a carriage return as well as a newline, in grub_putchar instead of console_putchar. okuji 2000-08-27 16:02:08 +0000
  • 563b471fc7 don't include linux/fs.h. okuji 2000-08-27 11:21:25 +0000
  • e705c4bdf8 Undo previous changes on serial.h and serial.c. I'm sorry, that was my mistake. okuji 2000-08-26 17:36:07 +0000
  • f1c162c0c6 preserve a magic number used by Windows NT. okuji 2000-08-26 17:28:27 +0000
  • 16cbb2b422 handle special key codes in a serial terminal, and remove unnecessary push/pop operations in asm.S. okuji 2000-08-25 16:58:44 +0000
  • 3c5fa0cfe3 include stdio.h first in builtins.c. okuji 2000-08-24 07:26:03 +0000
  • d91146efac 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. okuji 2000-08-21 06:30:14 +0000
  • 2455b65f2e add console emulation into serial terminal support using vt100-compatible escape sequences, add --enable-serial into configure, and fix some bugs in the support. okuji 2000-08-20 12:14:14 +0000
  • 7d54a86a52 add more serial console support. two new commmands, serial and terminal, are added. okuji 2000-08-20 06:00:20 +0000
  • 211c9922c4 change the mail address of Matthias. okuji 2000-08-15 22:53:46 +0000
  • 4e0e3cc8af fix a violation against the network boot image proposal. okuji 2000-08-15 10:08:21 +0000
  • 443bdcb325 fix a minor bug in diskless, add a serial emulation into the grub shell, fix a cosmetic problem in the grub shell. okuji 2000-08-13 20:01:51 +0000
  • fbd0ada4bb add a serial device driver. serial console support is not implemented yet. okuji 2000-08-11 20:38:56 +0000
  • 9f8d97188c docs/tutorial.texi: minor fixes proski 2000-08-10 22:48:14 +0000
  • 8b4dd784f7 rewrite the chapter Installation in the tutorial. okuji 2000-08-10 02:23:04 +0000
  • 7ab4e9c240 add a workaround for the bug in Linux into the grub shell. okuji 2000-08-08 16:41:56 +0000
  • 028049bbd4 * stage2/fsys_fat.c (fat_superblock): clust_eof_marker added. (fat_mount): Initialize clust_eof_marker to 0xff8, 0xfff8, or 0xffffff8, depending on fat size. Support for single active FAT added (FAT32 extension). Changed the boundary between FAT12 and FAT16, again. The Microsoft KB article Q65541 seems to be wrong here, I go with mtools and the previous behaviour of grub: FAT12 iff number of clusters (without counting the two nonexisting clusters) is less or equal 4095. (fat_read): Report error if cluster number is too big, but not greater or equal clust_eof_marker. * stage2/fsys_reiserfs.c (journal_init): Fixed calculation of journal_transaction. jochen 2000-08-04 09:11:28 +0000
  • bef3d7d863 * stage2/fsys_reiserfs.c: Symlink support added. (S_ISLNK): New macro. (PATH_MAX): Likewise. (MAX_LINK_COUNT): Likewise. (reiserfs_dir): Check for symlink and handle them. (read_tree_node): Take a block number and check if tree node was already read in. If not update the INFO->blocks field. (next_key): Changed call of read_tree_node. (search_stat): Likewise. (journal_init): Fixed a small bug. Some debugging messages added. jochen 2000-08-01 08:46:17 +0000
  • b6092dd0ea The first argument for _llseek renamed from "seeked_fd" to "filedes" proski 2000-07-31 04:41:23 +0000
  • 520ec8572d add the answer for the separate boot partition problem into the faq. okuji 2000-07-30 09:18:46 +0000
  • 558f2f176e update the network support to etherboot-4.6.4. okuji 2000-07-29 19:22:54 +0000
  • 8d3a5e79b9 fix a serious bug in the Linux zImage support. okuji 2000-07-29 13:36:15 +0000
  • 77219c6e56 * stage2/fsys_reiserfs.c (block_read): Changed the variable "len" to "j_len" (it shadowed a parameter). jochen 2000-07-29 12:50:15 +0000
  • 952982deb9 fix shadowed variable bugs and undefined cpp macro bugs. okuji 2000-07-28 16:51:16 +0000
  • ca924e1180 2000-07-27 Gordon Matzigkeit <gord@fig.org> gord 2000-07-27 17:05:44 +0000
  • 1e402724c6 Fixed the effect of the --force-lba switch in stage2/stage1_5. jochen 2000-07-27 09:04:06 +0000
  • eef046d8a5 Fixed another num_clust related bug: The boundary between FAT12 / FAT16 See MS Knowledge Base Article Q65541 jochen 2000-07-25 15:31:49 +0000
  • 436fb5ce95 fsys_fat: Fixed calculation of FAT_SUPER->num_clust. jochen 2000-07-25 14:51:20 +0000
  • 529a2dc5e0 fix some bugs in the linux boot code. okuji 2000-07-25 12:08:14 +0000
  • c786d8603e comply with the linux/i386 boot protocol version 2.02. okuji 2000-07-23 21:21:37 +0000
  • a4a19300f1 improve the tutorial. okuji 2000-07-23 11:46:48 +0000
  • e01f0b9514 fix a big linux problem. okuji 2000-07-14 07:48:13 +0000
  • 72ca6286fb fix a bug in device.c. okuji 2000-07-13 08:32:55 +0000
  • 1b9e348ef6 rename console input/output functions to more distinguishable names. okuji 2000-07-12 12:17:47 +0000
  • fa003769c5 fix a gcc warning in builtins.c. okuji 2000-07-12 06:28:07 +0000
  • 05581f3233 segreate os-specific helper functions from asmstub.c. okuji 2000-07-11 16:13:46 +0000
  • c13d2ca24e fix my bad english... okuji 2000-07-02 05:21:20 +0000
  • 063d1c64f3 make the mail address produced by the grub shell consistent with the other programs. okuji 2000-07-02 04:58:43 +0000
  • bc61b4d21f update the docs. okuji 2000-07-02 04:03:25 +0000
  • 4056902921 merged updates for the docs in 0.5.95. okuji 2000-06-27 16:57:13 +0000
  • f0ae3c922f add a new option --no-mem-option into the command kernel. okuji 2000-06-23 08:53:27 +0000
  • 9a41c6b1d4 fix some bugs in the document. okuji 2000-06-22 09:11:06 +0000
  • 21236a8556 add a new command hiddenmenu. okuji 2000-06-21 07:35:37 +0000
  • 5ad5c7796a move mdate-sh and texinfo.tex to the top dir. okuji 2000-06-19 11:46:27 +0000
  • 7d6453ac9c I forgot to remove a conflict indicator. okuji 2000-06-18 13:59:32 +0000
  • c67be0dccd recoginize >4gb memory. okuji 2000-06-18 13:58:48 +0000
  • ada4cc670d add a new entry into the FAQ. okuji 2000-06-18 13:41:09 +0000
  • edb9c0d7b0 add a mem option into Linux automatically only if the user doesn't specify it explicitly. okuji 2000-06-17 08:48:28 +0000
  • 3899310dca leave the vga option for Linux, remove unnecessary compile scripts and add a really necessary compile script into the top dir. okuji 2000-06-17 03:44:43 +0000
  • 1a651ece2c fix a bug in grub_halt. okuji 2000-06-16 00:10:20 +0000
  • 9b91c55408 add two new commands, reboot and halt. okuji 2000-06-15 10:21:01 +0000
  • cbda4d4b31 Don't display the menu if the timeout is zero. gord 2000-06-12 14:01:28 +0000
  • 3c0de98670 forgot to write the ChangeLog entry for previous change. sorry. okuji 2000-06-11 03:35:20 +0000
  • 0eb234f7be add a caution about Linux's mem= option. okuji 2000-06-11 03:33:44 +0000
  • e92b021096 fix a floppy device name bug in grub-install. okuji 2000-06-11 03:24:38 +0000
  • 505fa5c440 update the docs. okuji 2000-06-07 22:43:38 +0000
  • bc0e0af007 eliminate trailing NULs in NVT strings. okuji 2000-06-07 15:35:18 +0000
  • e4f6307b46 Added journaling to fsys_reiserfs. jochen 2000-06-06 13:55:54 +0000
  • e326ae2ea3 update NEWS. okuji 2000-06-06 12:01:55 +0000
  • 55b7e8a890 add a grub-specific tag into bootp/dhcp. okuji 2000-06-06 11:04:01 +0000
  • 72bae78465 fix a bug about a LBA check in stage2. okuji 2000-06-03 06:08:05 +0000
  • 06663a489d add a caution about the grub shell. okuji 2000-06-01 17:15:59 +0000
  • d17cbe8f8f fix my poor english in ChangeLog... okuji 2000-06-01 13:34:49 +0000
  • 07f1a2818d fix a bug in setup, show network configuration in the command-line interface. okuji 2000-06-01 06:26:52 +0000
  • bec90507d7 add a prefix * into each ljmp/lcall operand only if GAS supports it. okuji 2000-05-31 02:15:13 +0000
  • c7b6b37e1d Change grub_memmove to use void * gord 2000-05-30 15:58:09 +0000
  • 0651145eca Updated error messages in manual. gord 2000-05-30 15:52:10 +0000
  • 1675300153 Add Pavel Roskin's improvements to grub-install.in. gord 2000-05-29 16:32:57 +0000
  • bbc286b007 Minor cosmetic changes to GRUB command line. gord 2000-05-29 16:11:08 +0000
  • 7ca6bf9d91 add a new command tftpserver. okuji 2000-05-29 08:59:38 +0000
  • 83038ffbbc fix some bugs in netboot. now the diskless support is working. okuji 2000-05-28 14:30:48 +0000
  • f85b90abd2 add diskless support. okuji 2000-05-27 07:40:53 +0000
  • 8ba5340fb8 fix the bug in RRQ completely! okuji 2000-05-25 04:54:05 +0000
  • f6e3c77ef1 fix a bug in tftp. okuji 2000-05-22 19:27:35 +0000
  • 3c5b1b14d9 sync the docs. okuji 2000-05-22 06:49:33 +0000
  • a87a341417 improve some memory functions. okuji 2000-05-20 21:35:20 +0000
  • 2d191cc4fb add information about the list archive into README. okuji 2000-05-20 18:29:15 +0000
  • fc73dcd7ac update the network support to etherboot-4.6.1. okuji 2000-05-17 13:55:18 +0000
  • 2a5087243f update docs. okuji 2000-05-13 04:31:57 +0000
  • 81850d7016 recognize the Linux extended partition and add a sanity check into grub-install. okuji 2000-05-13 04:13:00 +0000
  • 84f224a0d7 fix a bug in init_bios_info. okuji 2000-05-05 11:31:43 +0000
  • 5aef9e78a5 perhaps fix the bug that Linux cannot get a correct memory size. okuji 2000-05-04 22:15:20 +0000
  • d08bfbd094 shrink the code size of stage1. okuji 2000-04-30 05:42:41 +0000
  • 2b8c514095 update setup_func so that it uses SECTOR_BITS for the performance (is this better really?). okuji 2000-04-29 16:30:13 +0000
  • 310b41da89 updated to etherboot-4.6.0. okuji 2000-04-25 22:42:15 +0000
  • ce7c6fd0a9 add new features into the password system. okuji 2000-04-22 23:29:23 +0000
  • 5ff25f9b8f update the network support to etherboot-4.5.8. okuji 2000-04-22 01:17:09 +0000
  • 26fef18cb8 Added Jochen's sector alignment checking patch. gord 2000-04-19 20:34:28 +0000
  • 98ca2ba846 fix some portability problems (by pavel). okuji 2000-04-19 10:34:35 +0000
  • 92fca67cf5 make the LBA support bitmap checks configurable at the installation time. okuji 2000-04-18 11:22:07 +0000
  • 215f9012d5 Added ReiserFS note. gord 2000-04-17 19:27:20 +0000
  • 9337ad1a47 Increment version number. gord 2000-04-17 17:41:00 +0000
  • 1974a490d8 Update FTP location. gord 2000-04-17 17:26:24 +0000
  • 31f1004b74 fix a bug in grub-install. okuji 2000-04-15 14:00:33 +0000
  • 32f9590f2a I forgot to add stage2/fsys_reiserfs.c. okuji 2000-04-15 13:40:22 +0000
  • 3792b0a01e add reiserfs support. okuji 2000-04-15 13:39:38 +0000
  • cf37f79b94 don't use AC_PATH_TOOL so that the developer can use autoconf 2.13. okuji 2000-04-12 03:10:07 +0000
  • 0a1cbcf442 remove stage1/depcomp and fix a bug in the menu entry editor. okuji 2000-04-11 03:08:52 +0000
  • 456c1219ee I forgot to add Torsten into THANKS. okuji 2000-04-05 02:30:28 +0000
  • 4d452e493f 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. okuji 2000-04-05 02:29:50 +0000