2009-11-01 Felix Zielcke <fzielcke@z-51.de>
[grub2/phcoder/solaris.git] / ChangeLog
blob2e5c7484d8010f330af44738912f60bfc7a45f46
1 2009-11-01  Felix Zielcke  <fzielcke@z-51.de>
3         * Makefile.in (TARGET_CPPFLAGS): Add `-I$(srcdir)/include'.
5 2009-10-30  Robert Millan  <rmh.grub@aybabtu.com>
7         Fix build problem.
9         * Makefile.in (TARGET_CPPFLAGS): Replace `-nostdinc' with
10         `-isystem=$(srcdir)/include'.
12 2009-10-30  Robert Millan  <rmh.grub@aybabtu.com>
14         * util/i386/pc/grub-install.in: Remove hint that device.map should be
15         checked (grub-install doesn't currently rely on it).
17 2009-10-29  Robert Millan  <rmh.grub@aybabtu.com>
19         Revert SVN r2660.
21         * conf/common.rmk (script/sh/lexer.c_DEPENDENCIES): Moved from here ...
22         * conf/i386-coreboot.rmk (script/sh/lexer.c_DEPENDENCIES): ... to here.
23         * conf/i386-efi.rmk (script/sh/lexer.c_DEPENDENCIES): ... and here.
24         * conf/i386-ieee1275.rmk: Likewise.
25         * conf/i386-pc.rmk: Likewise.
26         * conf/powerpc-ieee1275.rmk: Likewise.
27         * conf/sparc64-ieee1275.rmk: Likewise.
28         * conf/x86_64-efi.rmk: Likewise.
30 2009-10-28  Robert Millan  <rmh.grub@aybabtu.com>
32         * Makefile.in (TARGET_CPPFLAGS): Add `-nostdinc'.
34 2009-10-28  Robert Millan  <rmh.grub@aybabtu.com>
36         * include/grub/misc.h: Stop checking for APPLE_CC.
38 2009-10-28  Robert Millan  <rmh.grub@aybabtu.com>
40         * kern/i386/coreboot/init.c (grub_exit): Reimplement in a way that
41         doesn't cause an infinite call loop.
43 2009-10-28  Felix Zielcke  <fzielcke@z-51.de>
45         * commands/acpi.c (grub_cmd_acpi): Fix the out of memory error
46         strings.
48 2009-10-26  Robert Millan  <rmh.grub@aybabtu.com>
50         * autogen.sh: Support addition of external modules via `GRUB_CONTRIB'
51         variable.
52         * Makefile.in: Likewise.
54 2009-10-26  Robert Millan  <rmh.grub@aybabtu.com>
56         * gendistlist.sh: Simplify .svn check.  Skip .bzr as well.
58 2009-10-26  Robert Millan  <rmh.grub@aybabtu.com>
60         * Makefile.in (RMKFILES): Rewrite using $(wildcard).
62 2009-10-26  Robert Millan  <rmh.grub@aybabtu.com>
64         * disk/scsi.c: Remove `<grub/machine/kernel.h>' (not needed).
66 2009-10-26  Robert Millan  <rmh.grub@aybabtu.com>
68         * gensymlist.sh.in (COMPILE_TIME_ASSERT): Copy macro declaration
69         from here ...
70         * include/grub/misc.h (COMPILE_TIME_ASSERT): ... to here.
72 2009-10-26  Robert Millan  <rmh.grub@aybabtu.com>
74         * Makefile.in (docs/grub.info): Use make syntax to ignore errors
75         in $(MAKEINFO) invocation.  This makes it clear in output that
76         errors are being ignored.
78 2009-10-26  Robert Millan  <rmh.grub@aybabtu.com>
80         * conf/i386-coreboot.rmk (script/sh/lexer.c_DEPENDENCIES): Moved
81         from here ...
82         * conf/common.rmk (script/sh/lexer.c_DEPENDENCIES): ... to here.
83         * conf/i386-efi.rmk (script/sh/lexer.c_DEPENDENCIES): Remove.
84         * conf/i386-ieee1275.rmk: Likewise.
85         * conf/i386-pc.rmk: Likewise.
86         * conf/powerpc-ieee1275.rmk: Likewise.
87         * conf/sparc64-ieee1275.rmk: Likewise.
88         * conf/x86_64-efi.rmk: Likewise.
90 2009-10-26  Colin Watson  <cjwatson@ubuntu.com>
92         * util/grub-editenv.c (main): If only a command is given, use
93         DEFAULT_DIRECTORY "/" GRUB_ENVBLK_DEFCFG as a default file name.
94         (usage): FILENAME is now optional and has a default.
96 2009-10-26  Colin Watson  <cjwatson@ubuntu.com>
98         Improve grub-mkconfig performance when there are several menu
99         entries on a single filesystem.
101         * util/grub.d/10_linux.in (linux_entry): Cache the output of
102         prepare_grub_to_access_device.
103         * util/grub.d/10_kfreebsd.in (kfreebsd_entry): Likewise.
104         * util/grub.d/30_os-prober.in: Likewise.
106 2009-10-26  Robert Millan  <rmh.grub@aybabtu.com>
108         * util/grub.d/10_freebsd.in: Remove.
109         * util/grub.d/10_kfreebsd.in: New file (based on 10_linux.in).
110         * configure.ac: Set host_kernel=kfreebsd for FreeBSD and GNU/kFreeBSD.
112 2009-10-26  Robert Millan  <rmh.grub@aybabtu.com>
114         * docs/grub.cfg: Fix example usage of *BSD loaders.
116 2009-10-25  Robert Millan  <rmh.grub@aybabtu.com>
118         * util/i386/pc/grub-setup.c (setup): Add missing parameter to
119         grub_util_error() call.
121 2009-10-25  Robert Millan  <rmh.grub@aybabtu.com>
123         * include/grub/fs.h [GRUB_UTIL] (struct grub_fs): Add
124         `reserved_first_sector' member.
125         * fs/ext2.c [GRUB_UTIL] (grub_ext2_fs): Initialize
126         `reserved_first_sector' to 1.
127         * fs/fat.c [GRUB_UTIL] (grub_fat_fs): Likewise.
128         * fs/ntfs.c [GRUB_UTIL] (grub_ntfs_fs): Likewise.
129         * fs/hfsplus.c [GRUB_UTIL] (grub_hfsplus_fs): Likewise.
130         * util/i386/pc/grub-setup.c (setup): Add safety check that probes for
131         filesystems which begin at first sector.
132         (options): New option --skip-fs-probe.
133         (main): Handle --skip-fs-probe and pass it to setup().
135 2009-10-25  Robert Millan  <rmh.grub@aybabtu.com>
137         * include/grub/misc.h: Fix wrong evaluation of APPLE_CC.
138         (memset): Fix function prototype.
140 2009-10-25  Robert Millan  <rmh.grub@aybabtu.com>
141 2009-10-25  Vasily Averin  <vvs@parallels.com>
143         * fs/ext2.c (grub_ext2_iterate_dir): Avoid infinite loop when
144         `dirent.direntlen == 0'.
146 2009-10-25  Robert Millan  <rmh.grub@aybabtu.com>
148         * fs/cpio.c [MODE_USTAR]: Initialize `tar' module instead of
149         `cpio'.
150         [! MODE_USTAR]: Initialize `cpio' module instead of `tar'.
152 2009-10-25  Robert Millan  <rmh.grub@aybabtu.com>
154         * configure.ac: Check for `__ashldi3', `__ashrdi3', `__lshrdi3',
155         `__trampoline_setup' and `__ucmpdi2'.
156         * include/grub/powerpc/libgcc.h: Only export symbols for functions
157         that libgcc provides.
159 2009-10-25  Robert Millan  <rmh.grub@aybabtu.com>
161         * include/grub/powerpc/libgcc.h (memset): Remove function prototype.
162         * include/grub/sparc64/libgcc.h (memset): Likewise.
163         * include/grub/misc.h (memset, memcmp): New function prototypes.
165 2009-10-25  Robert Millan  <rmh.grub@aybabtu.com>
167         * fs/cpio.c [MODE_USTAR]: Finish `tar' module instead of
168         `cpio'.
169         [! MODE_USTAR]: Finish `cpio' module instead of `tar'.
171 2009-10-25  Robert Millan  <rmh.grub@aybabtu.com>
173         Patch from Samuel Thibault <samuel.thibault@ens-lyon.org>
174         * docs/grub.cfg: Compensate for recent change in multiboot
175         loader (since 2009-08-14 it won't pass filename to payload).
176         * util/grub.d/10_hurd.in: Likewise.
178 2009-10-21  Felix Zielcke  <fzielcke@z-51.de>
180         * config.guess: Update to latest version from config git
181         repository.
182         * config.sub: Likewise.
184 2009-10-20  Robert Millan  <rmh.grub@aybabtu.com>
186         Fix build on sparc64.
188         * configure.ac: Perform checks for libgcc symbols before
189         adding `-nostdlib' to LDFLAGS.
191 2009-10-16  Vladimir Serbinenko  <phcoder@gmail.com>
193         Let user specify OpenBSD root device.
195         * loader/i386/bsd.c (openbsd_root): New variable.
196         (openbsd_opts): New option 'root'.
197         (OPENBSD_ROOT_ARG): New macro.
198         (grub_openbsd_boot): Use 'openbsd_root'.
199         (grub_cmd_openbsd): Fill 'openbsd_root'.
201 2009-10-16  Robert Millan  <rmh.grub@aybabtu.com>
203         * NEWS: Misc adjustments.
205 2009-10-16  Vladimir Serbinenko  <phcoder@gmail.com>
207         * NEWS: Mentioned XNU, ACPI, gptsync, password and parttool.
209 2009-10-16  Robert Millan  <rmh.grub@aybabtu.com>
211         * configure.ac: Bump version to 1.97.
213 2009-10-16  Colin Watson  <cjwatson@ubuntu.com>
215         * configure.ac (TARGET_CFLAGS): Add -mno-mmx -mno-sse -mno-sse2
216         -mno-3dnow on x86 architectures.  Some toolchains enable these
217         features by default, but they rely on registers that aren't enabled
218         in GRUB.  Thanks to Vladimir Serbinenko for the suggestion.
220 2009-10-15  Robert Millan  <rmh.grub@aybabtu.com>
222         Make entry text a bit more readable.
224         * util/grub.d/10_linux.in: Add `with' before `Linux'.
226 2009-10-15  Vladimir Serbinenko  <phcoder@gmail.com>
228         * loader/i386/pc/xnu.c (grub_xnu_set_video): Fix loading splash image.
230 2009-10-15  Vladimir Serbinenko  <phcoder@gmail.com>
232         * commands/xnu_uuid.c (grub_cmd_xnu_uuid): Remove duplicated bitwise
233         operations.
235 2009-10-15  Vladimir Serbinenko  <phcoder@gmail.com>
237         * configure.ac: Add missing dollar.
239 2009-10-15  Vladimir Serbinenko  <phcoder@gmail.com>
241         Revert 2009-06-10  Pavel Roskin  <proski@gnu.org>
243         * configure.ac: Put checks for __bswapsi2 and __bswapdi2.
244         * include/grub/powerpc/libgcc.h: Don't use weak attribute for all
245         exports.
246         * include/grub/sparc64/libgcc.h: Likewise.  Use
247         preprocessor conditionals.
249 2009-10-14  Robert Millan  <rmh.grub@aybabtu.com>
251         * conf/common.rmk (grub-dumpbios): Remove rule.
252         (sbin_SCRIPTS, CLEANFILES): Remove `grub-dumpbios'.
253         * util/grub-dumpbios.in: Remove file.
255 2009-10-14  Robert Millan  <rmh.grub@aybabtu.com>
257         Refer to kernel of FreeBSD "kFreeBSD" to avoid confusion between
258         the Operating System (FreeBSD) and its kernel (kernel of FreeBSD).
260         * loader/i386/bsd.c (grub_freebsd_boot): Read kernel environment
261         from "kFreeBSD" namespace (rather than "FreeBSD").  Update all
262         users.
264         (GRUB_MOD_INIT (bsd)): Rename "freebsd" command to "kfreebsd",
265         "openbsd" to "kopenbsd", "netbsd" to "knetbsd", "freebsd_loadenv"
266         to "kfreebsd_loadenv", "freebsd_module" to "kfreebsd_module",
267         and "freebsd_module_elf" to "kfreebsd_module_elf".  Update all
268         users.
270 2009-10-12  Robert Millan  <rmh.grub@aybabtu.com>
272         * term/tparm.c: Switch to GPLv3.
274 2009-10-09  Robert Millan  <rmh.grub@aybabtu.com>
276         * include/grub/i386/cpuid.h: Add header protection.
278 2009-10-09  Robert Millan  <rmh.grub@aybabtu.com>
280         Fail gracefuly when attempting to load 64-bit kFreeBSD on IA32 CPU.
282         * include/grub/i386/cpuid.h: New file.
283         * commands/i386/cpuid.c: Include `<grub/i386/cpuid.h>'.
284         (has_longmode): Rename to ...
285         (grub_cpuid_has_longmode): ... this.  Update all users.  Remove
286         `static' attribute.
287         * loader/i386/bsd.c: Include `<grub/i386/cpuid.h>'.
288         (grub_bsd_load_elf): Fail if load of 64-bit kernel was requested
289         on a CPU that doesn't implement AMD64 instruction set.
291 2009-10-06  Colin Watson  <cjwatson@ubuntu.com>
293         * Makefile.in (docs/stamp-vti): Depend on configure.ac as well, so
294         that version.texi is rebuilt on version number changes.
296 2009-10-06  Colin Watson  <cjwatson@ubuntu.com>
298         * Makefile.in: Don't set info_INFOS unless makeinfo was found.
299         Fixes bug #27602.
301 2009-10-06  Colin Watson  <cjwatson@ubuntu.com>
303         * util/i386/pc/grub-install.in: Source
304         ${libdir}/grub/grub-mkconfig_lib before option processing, in order
305         that the --grub-probe option will work.
306         * util/sparc64/ieee1275/grub-install.in: Likewise.
308 2009-10-05  Robert Millan  <rmh.grub@aybabtu.com>
310         * configure.ac: Bump version to 1.97~beta4.
312 2009-10-03  Robert Millan  <rmh.grub@aybabtu.com>
314         Resync grub-mkdevicemap in x86_64-efi.
316         * conf/x86_64-efi.rmk (sbin_UTILITIES): Enable `grub-mkdevicemap'.
317         (grub_mkdevicemap_SOURCES): Add missing `util/deviceiter.c' and
318         `util/devicemap.c'.
320 2009-10-01  Colin Watson  <cjwatson@ubuntu.com>
322         * util/grub-editenv.c (create_envblk_file): Write new block with a
323         .new suffix and then rename it into place, to ensure atomic
324         creation.
326 2009-09-28  Robert Millan  <rmh.grub@aybabtu.com>
328         Do not automatically install headers.
330         * Makefile.in (include_DATA): Remove.  Update all users.
332 2009-09-26  Robert Millan  <rmh.grub@aybabtu.com>
334         * conf/common.rmk (pkglib_MODULES): Remove `lua.mod'.
335         (lua_mod_SOURCES, lua_mod_CFLAGS, lua_mod_LDFLAGS): Remove.
337         * util/osdetect.lua: Remove.
338         * script/lua/lauxlib.c: Likewise.
339         * script/lua/ldebug.c: Likewise.
340         * script/lua/grub_main.c: Likewise.
341         * script/lua/lauxlib.h: Likewise.
342         * script/lua/ldebug.h: Likewise.
343         * script/lua/ltablib.c: Likewise.
344         * script/lua/liolib.c: Likewise.
345         * script/lua/lstrlib.c: Likewise.
346         * script/lua/lualib.h: Likewise.
347         * script/lua/ldo.c: Likewise.
348         * script/lua/ldump.c: Likewise.
349         * script/lua/ldo.h: Likewise.
350         * script/lua/loslib.c: Likewise.
351         * script/lua/lundump.c: Likewise.
352         * script/lua/grub_lib.c: Likewise.
353         * script/lua/ldblib.c: Likewise.
354         * script/lua/lundump.h: Likewise.
355         * script/lua/lmem.c: Likewise.
356         * script/lua/grub_lib.h: Likewise.
357         * script/lua/lmathlib.c: Likewise.
358         * script/lua/lstate.c: Likewise.
359         * script/lua/ltm.c: Likewise.
360         * script/lua/lvm.c: Likewise.
361         * script/lua/lmem.h: Likewise.
362         * script/lua/lstate.h: Likewise.
363         * script/lua/ltm.h: Likewise.
364         * script/lua/ltable.c: Likewise.
365         * script/lua/lvm.h: Likewise.
366         * script/lua/llex.c: Likewise.
367         * script/lua/lgc.c: Likewise.
368         * script/lua/grub_lua.h: Likewise.
369         * script/lua/loadlib.c: Likewise.
370         * script/lua/lfunc.c: Likewise.
371         * script/lua/lopcodes.c: Likewise.
372         * script/lua/lparser.c: Likewise.
373         * script/lua/ltable.h: Likewise.
374         * script/lua/llex.h: Likewise.
375         * script/lua/lgc.h: Likewise.
376         * script/lua/lfunc.h: Likewise.
377         * script/lua/lbaselib.c: Likewise.
378         * script/lua/lopcodes.h: Likewise.
379         * script/lua/lparser.h: Likewise.
380         * script/lua/lzio.c: Likewise.
381         * script/lua/linit.c: Likewise.
382         * script/lua/lobject.c: Likewise.
383         * script/lua/llimits.h: Likewise.
384         * script/lua/lstring.c: Likewise.
385         * script/lua/lzio.h: Likewise.
386         * script/lua/lapi.c: Likewise.
387         * script/lua/lcode.c: Likewise.
388         * script/lua/lua.h: Likewise.
389         * script/lua/lobject.h: Likewise.
390         * script/lua/lstring.h: Likewise.
391         * script/lua/lapi.h: Likewise.
392         * script/lua/lcode.h: Likewise.
393         * script/lua/luaconf.h: Likewise.
395 2009-09-26  Colin Watson  <cjwatson@ubuntu.com>
397         * docs/grub.texi (Command-line and menu entry commands): Document
398         date and echo commands.
400 2009-09-24  Pavel Roskin  <proski@gnu.org>
402         * include/grub/kernel.h (struct grub_module_header): Remove
403         `grub_module_header_types'.  Make `type' unsigned.  Make `size'
404         32-bit on all platforms.
405         * util/elf/grub-mkimage.c (load_modules): Treat `type' as an
406         8-bit field.  Use grub_host_to_target32() for `size'.
407         * util/i386/efi/grub-mkimage.c (make_mods_section): Likewise.
408         * util/i386/pc/grub-mkimage.c (generate_image): Likewise.
409         * util/sparc64/ieee1275/grub-mkimage.c (generate_image): Likewise.
411 2009-09-24  Robert Millan  <rmh.grub@aybabtu.com>
413         Fix "lost keypress" bug in at_keyboard.
415         * term/i386/pc/at_keyboard.c (grub_at_keyboard_checkkey): New function.
416         Checks for readyness of input buffer (without flushing it).
417         (grub_at_keyboard_term): Use grub_at_keyboard_checkkey() rather
418         than grub_at_keyboard_getkey_noblock() for `checkkey' struct member.
420 2009-09-24  Robert Millan  <rmh.grub@aybabtu.com>
422         * util/i386/pc/grub-mkimage.c (generate_image): Enclose BIOS-specific
423         size check within GRUB_MACHINE_PCBIOS section.
425 2009-09-24  Robert Millan  <rmh.grub@aybabtu.com>
427         * include/grub/i386/at_keyboard.h (KEYBOARD_ISREADY): Negate
428         return value.
429         * term/i386/pc/at_keyboard.c (grub_keyboard_getkey): Negate
430         KEYBOARD_ISREADY check.
431         (grub_at_keyboard_checkkey): Rename to ...
432         (grub_at_keyboard_getkey_noblock): ... this.  Update all users.
433         Remove gratuitous cast.
435 2009-09-23  Colin Watson  <cjwatson@ubuntu.com>
437         * configure.ac: Call AC_PROG_MKDIR_P.
438         * Makefile.in (docs/stamp-vti): Create docs directory.  Create
439         version.texi in $(builddir) rather than $(srcdir).
440         (docs/grub.info): Create docs directory.  Prepend $(builddir)/docs
441         to makeinfo's @include search path.
443 2009-09-23  Felix Zielcke  <fzielcke@z-51.de>
445         * util/grub-mkconfig_lib.in (grub_file_is_not_garbage): Cope with `*.dpkg-*'
447 2009-09-23  Felix Zielcke  <fzielcke@z-51.de>
449         * util/grub-mkconfig_lib.in (grub_file_is_not_garbage): Add support
450         for `*.dpkg-new'.
452 2009-09-21  Colin Watson  <cjwatson@ubuntu.com>
454         Build info documentation.  Some code borrowed from Automake.
456         * configure.ac: Check for makeinfo.
457         * Makefile.in (MAKEINFO, INFOS, info_INFOS): New variables.
458         (MAINTAINER_CLEANFILES): Add $(INFOS), docs/stamp-vti, and
459         docs/version.texi.
460         (MOSTLYCLEANFILES): Add vti.tmp.
461         (docs/version.texi, docs/stamp-vti): Update automatically.
462         (docs/grub.info): Build info documentation.  Use --force and ignore
463         errors for now.
464         (all-local): Add $(INFOS).
465         (install-local): Install info files.
466         (uninstall): Uninstall info files.
467         * docs/version.texi: Remove from revision control.  This file is
468         automatically generated on build now.
469         * gendistlist.sh: Add `*.info'.
471 2009-09-21  Felix Zielcke  <fzielcke@z-51.de>
473         * kern/term.c: Fix indentation.
475 2009-09-21  Felix Zielcke  <fzielcke@z-51.de>
477         * util/hostdisk.c: Fix a comment.
479 2009-09-20  Robert Millan  <rmh.grub@aybabtu.com>
481         Fix regression introduced in r2539.
483         * term/usb_keyboard.c (USB_HID_DEVICE_TO_HOST): Change from 0x61
484         to 0xA1.
486 2009-09-19  Colin Watson  <cjwatson@ubuntu.com>
488         * util/grub.d/30_os-prober.in: Don't throw away stderr from
489         os-prober. Under normal operation, it does not print anything to
490         stderr; if it does, we need to debug it, and throwing away stderr
491         makes that excessively difficult.
493 2009-09-16  Vladimir Serbinenko  <phcoder@gmail.com>
495         * mmap/mmap.c (grub_cmd_badram): Fix off-by-one error.
497 2009-09-16  Robert Millan  <rmh.grub@aybabtu.com>
499         * aclocal.m4 (AC_LANG_PROGRAM): New macro.  Overrides stock
500         AC_LANG_PROGRAM from autoconf.
501         (grub_ASM_USCORE, grub_PROG_OBJCOPY_ABSOLUTE): Add missing
502         prototypes (fixes warning).
504         * configure.ac: Add `-Werror' to TARGET_CFLAGS unless
505         `--disable-werror' was used.
507 2009-09-16  Robert Millan  <rmh.grub@aybabtu.com>
509         * partmap/msdos.c (pc_partition_map_iterate): Fix possible use of
510         uninitialized `lastaddr'.
512 2009-09-15  Vladimir Serbinenko  <phcoder@gmail.com>
514         * partmap/msdos.c (pc_partition_map_iterate): Detect and break loops.
516 2009-09-14  Colin Watson  <cjwatson@ubuntu.com>
518         * commands/test.c (get_fileinfo): Return immediately if
519         grub_fs_probe fails.
521 2009-09-14  José Martínez  <xosemp@gmail.com>
523         * commands/acpi.c (grub_cmd_acpi): Fix loading ACPI tables from file.
525 2009-09-14  Colin Watson  <cjwatson@ubuntu.com>
527         * util/grub.d/30_os-prober.in: Cope with Windows 7 in os-prober
528         output.
530 2009-09-13  Robert Millan  <rmh.grub@aybabtu.com>
532         * configure.ac: Remove --enable-grub-pe2elf.  Only build
533         grub-pe2elf when needed by the build system itself.
534         * conf/common.rmk: Remove $(enable_grub_pe2elf) check.
536 2009-09-12  Robert Millan  <rmh.grub@aybabtu.com>
538         * configure.ac: Bump version to 1.97~beta3.
539         * docs/version.texi: Likewise.
541 2009-09-12  Robert Millan  <rmh.grub@aybabtu.com>
543         * video/i386/pc/vbe.c (grub_vbe_get_video_mode_info): Move packed
544         mode special handling (grub_vbe_bios_set_dac_palette_width() call)
545         from here ...
546         * loader/i386/linux.c [GRUB_MACHINE_PCBIOS]
547         (grub_linux_setup_video): ... to here (with some adjustments).
549 2009-09-12  Robert Millan  <rmh.grub@aybabtu.com>
551         Fix memory corruption issue (spotted by Colin Watson).
553         * kern/i386/pc/startup.S (grub_vbe_bios_getset_dac_palette): Fix bug
554         causing returned size to be stored in an incorrect memory location.
555         Fix use of uninitialized value when storing the returned size.
557 2009-09-12  Yves Blusseau  <blusseau@zetam.org>
559         Change clean rules to properly remove files
561         * genmk.rb: add new clean rules
562         * Makefile.in (clean): add the new targets
563         (mostlyclean): likewise
565 2009-09-11  Colin Watson  <cjwatson@ubuntu.com>
567         * include/grub/ntfs.h (struct grub_fshelp_node): Change `size'
568         to grub_uint64_t.
569         * fs/ntfs.c (init_file): Understand 64-bit sizes for
570         non-resident files.
572 2009-09-11  Colin Watson  <cjwatson@ubuntu.com>
574         * configure.ac: Don't look for help2man when cross-compiling.  Fixes
575         part of bug #27349.
577 2009-09-10  Felix Zielcke  <fzielcke@z-51.de>
579         * util/grub-mkconfig.in: Make the created config mode 400 and
580         print a warning if it fails.
582 2009-09-10  Robert Millan  <rmh.grub@aybabtu.com>
584         * util/grub.d/40_custom.in: Ask user to type custom entries below
585         comment, rather than below 'exec tail' line.
587 2009-09-10  Colin Watson  <cjwatson@ubuntu.com>
589         * util/grub.d/40_custom.in: Make sure that the explanatory text is
590         visible in grub.cfg.
592 2009-09-10  Colin Watson  <cjwatson@ubuntu.com>
594         * util/grub.d/40_custom.in: Make it a little clearer how to use this
595         file.
597 2009-09-10  Felix Zielcke  <fzielcke@z-51.de>
599         * docs/grub.cfg: Add an example menu entry for memtest86+.
601 2009-09-09  Felix Zielcke  <fzielcke@z-51.de>
603         * config.guess: Update to latest version from config git.
604         * config.sub: Likewise.
606 2009-09-08  Colin Watson  <cjwatson@ubuntu.com>
608         * script/sh/execute.c (grub_script_execute_cmdline): Set "?" in
609         unknown-command case.  Fixes bug #27320.
611 2009-09-08  Felix Zielcke  <fzielcke@z-51.de>
613         * kern/rescue_parser.c (grub_rescue_parse_line): Only suggest to try
614         `help' if the command exists.
616 2009-09-06  Robert Millan  <rmh.grub@aybabtu.com>
618         * INSTALL: Require GCC 4.1.3 or later.
620 2009-09-06  Yves Blusseau  <blusseau@zetam.org>
622         * Makefile.in (RMKFILES): add i386-qemu.rmk
623         (MAINTAINER_CLEANFILES): add $(srcdir)/DISTLIST $(srcdir)/config.h.in
624         $(srcdir)/stamp-h.in
626 2009-09-05  Robert Millan  <rmh.grub@aybabtu.com>
628         * util/grub-probe.c (probe): Comment out buggy codepath, which
629         was unexpectedly enabled by Colin Watson's 2009-09-02 fix.  This
630         should be re-enabled after 1.97.
632 2009-09-05  Felix Zielcke  <fzielcke@z-51.de>
634         * gendistlist.sh: Add `grub-dumpdevtree' and `*.lua' to the list
635         find searches for.
637 2009-09-04  Vladimir Serbinenko  <phcoder@gmail.com>
639         * loader/i386/xnu.c (grub_cpu_xnu_fill_devicetree): Remove
640         unnecessary calls to grub_error.
642 2009-09-04  Colin Watson  <cjwatson@ubuntu.com>
644         * NEWS: Mention `keystatus' and Unicode fonts.
646 2009-09-04  Robert Millan  <rmh.grub@aybabtu.com>
648         * configure.ac: Bump version to 1.97~beta2.
649         * docs/version.texi: Likewise.
651 2009-09-03  Colin Watson  <cjwatson@ubuntu.com>
653         * configure.ac: By default, GCC 4.4 generates .eh_frame sections
654         containing unwind information in some cases where it previously did
655         not. Use -fno-dwarf2-cfi-asm if available to restore the old
656         behaviour. See http://patchwork.kernel.org/patch/8555/ for related
657         discussion.
659 2009-09-02  Yves BLUSSEAU  <blusseau@zetam.org>
661         Embedding loadenv module into grub-emu
663         * conf/i386-pc.rmk (grub_emu_SOURCES): add lib/envblk.c and
664         commands/loadenv.c
665         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise
666         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise
667         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise
668         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise
669         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise
670         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise
672 2009-09-03  Magnus Granberg  <zorry@ume.nu>
674         * aclocal.m4: Add grub_CHECK_PIE. It check if the compiler
675         include -fPIE in the default specs.
676         * configure.ac: Check if pie_possible is yes and add -fno-PIE
677         to TARGET_CFLAGS.
679 2009-09-03  Felix Zielcke  <fzielcke@z-51.de>
681         * INSTALL: Note that GNU Bison 2.3 or later is required.
683 2009-09-03  Colin Watson  <cjwatson@ubuntu.com>
685         * kern/i386/pc/startup.S: Fix typo.
687 2009-09-02  Vladimir Serbinenko  <phcoder@gmail.com>
689         * efiemu/loadcore.c (SUFFIX (grub_efiemu_loadcore_load)): Fix style
690         according to GCS.
692 2009-09-02  Colin Watson  <cjwatson@ubuntu.com>
694         * docs/grub.texi (Naming convention): Describe one-based partition
695         numbering.
696         (Device syntax): Likewise.
697         (File name syntax): Likewise.
698         (Block list syntax): Likewise.
699         (Making a GRUB bootable CD-ROM): Talk about grub.cfg rather than
700         menu.lst.
701         (File name syntax): Likewise.
702         (Command-line and menu entry commands): Document acpi, blocklist,
703         crc, export, insmod, keystatus, ls, set, and unset commands.
705 2009-09-02  Colin Watson  <cjwatson@ubuntu.com>
707         * commands/keystatus.c (GRUB_MOD_INIT (keystatus)): Adjust summary
708         to avoid implying that only one of --shift, --ctrl, or --alt may be
709         used.
711 2009-09-02  Colin Watson  <cjwatson@ubuntu.com>
713         * util/grub-probe.c (probe): Test st.st_mode using S_ISREG macro
714         rather than comparing against S_IFREG, which will almost never work.
716 2009-09-01  Vladimir Serbinenko  <phcoder@gmail.com>
718         * commands/loadenv.c (check_blocklists): Fix off-by-one error.
719         (write_blocklists): Likewise.
721 2009-09-01  Colin Watson  <cjwatson@ubuntu.com>
723         * script/lua/grub_lua.h (fputs): Supply a format string as the first
724         argument to grub_printf.
726 2009-09-01  Felix Zielcke  <fzielcke@z-51.de>
728         * genmk.rb: Add quotes around $(TARGET_OBJ2ELF) to cope with
729          non GNU test.
731 2009-08-30  Vladimir Serbinenko  <phcoder@gmail.com>
733         * kern/file.c (grub_file_read): Spelling fix
735 2009-08-30  Vladimir Serbinenko  <phcoder@gmail.com>
737         * loader/i386/bsdXX.c (SUFFIX (grub_freebsd_load_elfmodule)): Fix
738         loading of headers in some cases.
740 2009-08-30  Robert Millan  <rmh.grub@aybabtu.com>
742         * configure.ac: Bump version to 1.97~beta1.
743         * docs/version.texi: Likewise.
745 2009-08-29  Vladimir Serbinenko  <phcoder@gmail.com>
747         * include/grub/i386/xnu.h: Add license header.
748         include grub/err.h explicitly.
750 2009-08-29  Robert Millan  <rmh.grub@aybabtu.com>
752         * util/grub.d/10_freebsd.in: Detect `ufs1' and `ufs2' and map them
753         to `ufs' in the vfs.root.mountfrom kernel parameter.
755 2009-08-29  Robert Millan  <rmh.grub@aybabtu.com>
757         * term/i386/pc/serial.c: Include `<grub/machine/memory.h>'.
759         [GRUB_MACHINE_PCBIOS] (serial_hw_io_addr): Macroify initialization
760         value (0x0400 -> GRUB_MEMORY_MACHINE_BIOS_DATA_AREA_ADDR).
762         [! GRUB_MACHINE_PCBIOS] (GRUB_SERIAL_PORT_NUM): Calculate using
763         `ARRAY_SIZE' macro.
765 2009-08-28  Vladimir Serbinenko  <phcoder@gmail.com>
767         * kern/file.c (grub_file_read): Check offset.
768         * fs/hfs.c (grub_hfs_read_file): Remove unnecessary offset check.
769         * fs/jfs.c (grub_jfs_read_file): Likewise.
770         * fs/ntfs.c (grub_ntfs_read): Likewise.
771         * fs/reiserfs.c (grub_reiserfs_read): Likewise.
772         * fs/minix.c (grub_minix_read_file): Correct offset check.
773         * fs/ufs.c (grub_ufs_read_file): Likewise.
775 2009-08-28  Colin Watson  <cjwatson@ubuntu.com>
777         * term/i386/pc/console.c (bios_data_area): Cast
778         GRUB_MEMORY_MACHINE_BIOS_DATA_AREA_ADDR explicitly.
780 2009-08-28  Vladimir Serbinenko  <phcoder@gmail.com>
782         1-bit optimised blitters.
784         * include/grub/fbblit.h (grub_video_fbblit_replace_32bit_1bit): New
785         prototype.
786         (grub_video_fbblit_replace_24bit_1bit): Likewise.
787         (grub_video_fbblit_replace_16bit_1bit): Likewise.
788         (grub_video_fbblit_replace_8bit_1bit): Likewise.
789         (grub_video_fbblit_blend_XXXA8888_1bit): Likewise.
790         (grub_video_fbblit_blend_XXX888_1bit): Likewise.
791         (grub_video_fbblit_blend_XXX565_1bit): Likewise.
792         * video/fb/fbblit.c (grub_video_fbblit_replace_32bit_1bit): New
793         function.
794         (grub_video_fbblit_replace_24bit_1bit): Likewise.
795         (grub_video_fbblit_replace_16bit_1bit): Likewise.
796         (grub_video_fbblit_replace_8bit_1bit): Likewise.
797         (grub_video_fbblit_blend_XXXA8888_1bit): Likewise.
798         (grub_video_fbblit_blend_XXX888_1bit): Likewise.
799         (grub_video_fbblit_blend_XXX565_1bit): Likewise.
800         * video/fb/video_fb.c (common_blitter): Use 1-bit optimised blitters
801         when possible.
802         * video/video.c (grub_video_get_blit_format): Return
803         GRUB_VIDEO_BLIT_FORMAT_1BIT_PACKED if bpp = 1.
805 2009-08-28  Colin Watson  <cjwatson@ubuntu.com>
807         * normal/cmdline.c (grub_cmdline_get): Supply a format string as
808         the first argument to grub_printf.
810 2009-08-28  Colin Watson  <cjwatson@ubuntu.com>
811 2009-08-28  Robert Millan  <rmh.grub@aybabtu.com>
813         Add `getkeystatus' terminal method.  Add a new `keystatus' command
814         to query it.
816         * include/grub/term.h (GRUB_TERM_STATUS_SHIFT,
817         GRUB_TERM_STATUS_CTRL, GRUB_TERM_STATUS_ALT): Definitions for
818         modifier key bitmasks.
819         (struct grub_term_input): Add `getkeystatus' member.
820         (grub_getkeystatus): Add prototype.
821         * kern/term.c (grub_getkeystatus): New function.
823         * include/grub/i386/pc/memory.h
824         (GRUB_MEMORY_MACHINE_BIOS_DATA_AREA_ADDR): New macro.
825         (struct grub_machine_bios_data_area): Define necessary parts of BIOS
826         Data Area layout.
827         * term/i386/pc/console.c (grub_console_getkeystatus): New function.
828         (grub_console_term_input): Set `getkeystatus' member.
829         * term/usb_keyboard.c (grub_usb_hid): Macroify HID protocol
830         constants.
831         (grub_usb_keyboard_getreport): Likewise.
832         (grub_usb_keyboard_checkkey): Likewise.
833         (grub_usb_keyboard_getkeystatus): New function.
834         (grub_usb_keyboard_term): Set `getkeystatus' member.
836         * commands/keystatus.c: New file.
837         * conf/common.rmk (pkglib_MODULES): Add keystatus.mod.
838         (keystatus_mod_SOURCES): New variable.
839         (keystatus_mod_CFLAGS): Likewise.
840         (keystatus_mod_LDFLAGS): Likewise.
841         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Add
842         commands/keystatus.c.
843         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
844         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
845         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
846         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
847         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
848         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
850 2009-08-28  Vladimir Serbinenko  <phcoder@gmail.com>
852         Split befs.mod and afs.mod into *_be.mod and *.mod
854         * conf/common.rmk (grub_probe_SOURCES): Add afs_be.c and befs_be.c.
855         (grub_fstest_SOURCES): Likewise.
856         (pkglib_MODULES): Add afs_be.mod and befs_be.mod.
857         (afs_be_mod_SOURCES): New variable.
858         (afs_be_mod_CFLAGS): Likewise.
859         (afs_be_mod_LDFLAGS): Likewise.
860         (befs_be_mod_SOURCES): Likewise.
861         (befs_be_mod_CFLAGS): Likewise.
862         (befs_be_mod_LDFLAGS): Likewise.
863         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Add afs_be.c and befs_be.c.
864         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
865         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
866         * conf/i386-pc.rmk (grub_setup_SOURCES): Likewise.
867         (grub_emu_SOURCES): Likewise.
868         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
869         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
870         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
871         * fs/afs_be.c: New file.
872         * fs/befs_be.c: New file.
873         * fs/afs.c (GRUB_AFS_FSNAME_SUFFIX): New definition.
874         (GRUB_AFS_FSNAME): Use GRUB_AFS_FSNAME_SUFFIX.
875         (U16): Replaced with ...
876         (grub_afs_to_cpu16): ...this. All users updated.
877         (U32): Replaced with ...
878         (grub_afs_to_cpu32): ...this. All users updated.
879         (U64): Replaced with ...
880         (grub_afs_to_cpu64): ...this. All users updated.
881         (GRUB_AFS_BO_LITTLE_ENDIAN): Remove.
882         (GRUB_AFS_BO_BIG_ENDIAN): Likewise.
883         (grub_afs_validate_sblock): Check only one endianness.
884         (GRUB_MOD_INIT (befs)) [MODE_BIGENDIAN && MODE_BFS]: Rename to ..
885         (GRUB_MOD_INIT (befs_be)) [MODE_BIGENDIAN && MODE_BFS]: ... this.
886         (GRUB_MOD_INIT (afs)) [MODE_BIGENDIAN && !MODE_BFS]: Rename to ..
887         (GRUB_MOD_INIT (afs_be)) [MODE_BIGENDIAN && !MODE_BFS]: ... this.
888         (GRUB_MOD_FINI (befs)) [MODE_BIGENDIAN && MODE_BFS]: Rename to ..
889         (GRUB_MOD_FINI (befs_be)) [MODE_BIGENDIAN && MODE_BFS]: ... this.
890         (GRUB_MOD_FINI (afs)) [MODE_BIGENDIAN && !MODE_BFS]: Rename to ..
891         (GRUB_MOD_FINI (afs_be)) [MODE_BIGENDIAN && !MODE_BFS]: ... this.
893 2009-08-26  Bean  <bean123ch@gmail.com>
895         * fs/xfs.c (GRUB_XFS_INO_INOINAG): Replace 1L with 1LL to support
896         64-bit number.
897         (GRUB_XFS_FSB_TO_BLOCK): Likewise.
898         (grub_xfs_inode_block): Change return type to grub_uint64_t.
899         (grub_xfs_read_inode): Change type of block to grub_uint64_t.
901 2009-08-25  Vladimir Serbinenko  <phcoder@gmail.com>
903         NetBSD memory map support.
905         * include/grub/i386/bsd.h (NETBSD_BTINFO_MEMMAP): New definition.
906         (grub_netbsd_btinfo_mmap_header): New structure.
907         (grub_netbsd_btinfo_mmap_entry): Likewise.
908         * loader/i386/bsd.c (grub_netbsd_boot): Pass memory map.
910 2009-08-25  Vladimir Serbinenko  <phcoder@gmail.com>
912         Enable bsd.mod on coreboot.
914         * conf/i386-coreboot.rmk (pkglib_MODULES): Add bsd.mod.
915         (bsd_mod_SOURCES): New variable.
916         (bsd_mod_CFLAGS): Likewise.
917         (bsd_mod_LDFLAGS): Likewise.
918         (bsd_mod_ASFLAGS): Likewise.
919         * loader/i386/bsd.c [!GRUB_MACHINE_PCBIOS]: Fix includes.
920         (grub_bsd_get_device) [!GRUB_MACHINE_PCBIOS]: Set *biosdev to 0xff.
922 2009-08-25  Vladimir Serbinenko  <phcoder@gmail.com>
924         Cleanup NetBSD root support.
926         * loader/i386/bsd.c (grub_netbsd_boot): Remove call to
927         grub_bsd_get_device.
928         Fix typo.
930 2009-08-25  Felix Zielcke  <fzielcke@z-51.de>
932         * util/grub.d/00_header.in: Move check for the video backend of
933         gfxterm from here ...
934         * util/grub-mkconfig.in: ... to here.  Enable gfxterm if there's
935         a suitable video backend.
937 2009-08-25  Vladimir Serbinenko  <phcoder@gmail.com>
939         Fix breakage in grub-setup.
941         * util/i386/pc/grub-setup.c (setup): Use "part_msdos" instead of
942         "msdos_partition_map".
944 2009-08-25  Vladimir Serbinenko  <phcoder@gmail.com>
946         Fix breakage in normal/auth.c.
948         * normal/auth.c (grub_iswordseparator): New function.
950 2009-08-25  Vladimir Serbinenko  <phcoder@gmail.com>
952         Authentication support.
954         * commands/password.c: New file.
955         * conf/common.rmk (pkglib_MODULES): Add password.mod.
956         (password_mod_SOURCES): New variable.
957         (password_mod_CFLAGS): Likewise.
958         (password_mod_LDFLAGS): Likewise.
959         (normal_mod_SOURCES): Add normal/auth.c.
960         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Add commands/password.c and
961         normal/auth.c.
962         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
963         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
964         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
965         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
966         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
967         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
968         * include/grub/auth.h: New file.
969         * include/grub/err.h (grub_err_t): New enum value
970         GRUB_ERR_ACCESS_DENIED.
971         * include/grub/menu.h (grub_menu_entry): New fields 'restricted' and
972         'users'.
973         * include/grub/normal.h (grub_cmdline_get): New argument 'history'.
974         * normal/cmdline.c (grub_cmdline_get): New argument 'history'. All
975         users updated.
976         * normal/auth.c: New file.
977         * normal/main.c (grub_normal_add_menu_entry): Handle --users option.
978         (grub_cmdline_run): Don't allow to go to command line without
979         authentication.
980         * normal/menu.c (grub_menu_execute_entry): Handle restricted entries.
981         * normal/menu_entry.c (grub_menu_entry_run): Don't allow editing
982         menuentry without superuser rights.
983         * normal/menu_viewer.c (grub_menu_viewer_show_menu): Don't exit if
984         user isn't a superuser.
986 2009-08-24  Vladimir Serbinenko  <phcoder@gmail.com>
988         Save space by inlining misc.c functions.
990         * kern/misc.c (grub_iswordseparator): Made static.
991         * kern/misc.c (grub_strcat): Moved from here ...
992         * include/grub/misc.h (grub_strcat): ... here. Inlined.
993         * kern/misc.c (grub_strncat): Moved from here ...
994         * include/grub/misc.h (grub_strncat): ... here. Inlined.
995         * kern/misc.c (grub_strcasecmp): Moved from here ...
996         * include/grub/misc.h (grub_strcasecmp): ... here. Inlined.
997         * kern/misc.c (grub_strncasecmp): Moved from here ...
998         * include/grub/misc.h (grub_strncasecmp): ... here. Inlined.
999         * kern/misc.c (grub_isalpha): Moved from here ...
1000         * include/grub/misc.h (grub_isalpha): ... here. Inlined.
1001         * kern/misc.c (grub_isdigit): Moved from here ...
1002         * include/grub/misc.h (grub_isdigit): ... here. Inlined.
1003         * kern/misc.c (grub_isgraph): Moved from here ...
1004         * include/grub/misc.h (grub_isgraph): ... here. Inlined.
1005         * kern/misc.c (grub_tolower): Moved from here ...
1006         * include/grub/misc.h (grub_tolower): ... here. Inlined.
1008 2009-08-24  Vladimir Serbinenko  <phcoder@gmail.com>
1010         * script/sh/function.c (grub_script_function_find): Cut error message
1011         not to flood terminal.
1012         * script/sh/lexer.c (grub_script_yylex): Remove command line length
1013         limit.
1014         * script/sh/script.c (grub_script_arg_add): Duplicate string.
1016 2009-08-24  Colin Watson  <cjwatson@ubuntu.com>
1018         * term/usb_keyboard.c (grub_usb_keyboard_getreport): Make
1019         `report' grub_uint8_t *.
1020         (grub_usb_keyboard_checkkey): Make `data' elements grub_uint8_t.
1021         Use a 50-millisecond timeout rather than just repeating
1022         grub_usb_keyboard_getreport 50 times.
1023         (grub_usb_keyboard_getkey): Make `data' elements grub_uint8_t.
1025 2009-08-24  Vladimir Serbinenko  <phcoder@gmail.com>
1027         Rename *_partition_map to part_*
1029         * partmap/acorn.c (grub_acorn_partition_map): Set name to 'part_acorn'.
1030         * partmap/amiga.c (grub_amiga_partition_map): Set name to 'part_amiga'.
1031         * partmap/apple.c (grub_apple_partition_map): Set name to 'part_apple'.
1032         * partmap/gpt.c (grub_gpt_partition_map): Set name to 'part_gpt'.
1033         All users updated.
1034         * partmap/msdos.c (grub_msdos_partition_map): Set name to 'part_msdos'.
1035         All users updated.
1036         * partmap/sun.c (grub_sun_partition_map): Set name to 'part_sun'.
1037         * util/grub-probe.c (probe_partmap): Don't transform partition name
1038         to get module name.
1040 2009-08-24  Vladimir Serbinenko  <phcoder@gmail.com>
1042         Fix OpenBSD and NetBSD support.
1044         * include/grub/i386/bsd.h (GRUB_BSD_TEMP_BUFFER): Change to resolve
1045         memory address conflict.
1046         (OPENBSD_MMAP_ACPI): New definition.
1047         (OPENBSD_MMAP_NVS): Likewise.
1048         * loader/i386/bsd.c (grub_openbsd_boot): Support OPENBSD_MMAP_ACPI
1049         and OPENBSD_MMAP_NVS.
1050         Add memory map terminator
1051         Explicit cast when calling grub_unix_real_boot.
1052         (grub_netbsd_boot): Explicit cast when calling grub_unix_real_boot.
1054 2009-08-24  Vladimir Serbinenko  <phcoder@gmail.com>
1056         Let user specify NetBSD root device.
1058         * loader/i386/bsd.c (netbsd_root): New variable.
1059         (netbsd_opts): New option 'root'.
1060         (NETBSD_ROOT_ARG): New macro.
1061         (grub_netbsd_boot): Use 'netbsd_root'.
1062         (grub_bsd_unload): Free 'netbsd_root'.
1063         (grub_cmd_netbsd): Fill 'netbsd_root'.
1065 2009-08-24  Vladimir Serbinenko  <phcoder@gmail.com>
1067         Support for 64-bit NetBSD.
1069         * loader/i386/bsd.c (grub_bsd_load_elf): Apply correct mask to entry
1070         point when booting non-FreeBSD.
1072 2009-08-24  Vladimir Serbinenko  <phcoder@gmail.com>
1074         Support --no-smp and --no-acpi for NetBSD.
1076         * include/grub/i386/bsd.h (NETBSD_AB_NOSMP): New definition.
1077         (NETBSD_AB_NOACPI): Likewise.
1078         * loader/i386/bsd.c (netbsd_opts): New entries no-smp and no-acpi.
1079         (netbsd_flags): Add NETBSD_AB_NOSMP, NETBSD_AB_NOACPI.
1081 2009-08-23  Vladimir Serbinenko  <phcoder@gmail.com>
1083         * fs/hfsplus.c (grub_hfsplus_mount): Don't ignore grub_hfsplus_read_file
1084         errors.
1085         (grub_hfsplus_btree_iterate_node): Don't ignore grub_hfsplus_read_file
1086         errors. Call grub_error when needed.
1088 2009-08-23  Vladimir Serbinenko  <phcoder@gmail.com>
1090         * commands/search.c (search_fs): Try searching without autoload first.
1091         * util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Load
1092         filesystem module explicitly for faster booting.
1094 2009-08-23  Colin Watson  <cjwatson@ubuntu.com>
1096         * util/grub-mkconfig.in: Export GRUB_DISABLE_OS_PROBER.
1098 2009-08-23  Colin Watson  <cjwatson@ubuntu.com>
1100         * util/grub.d/30_os-prober.in: Disable os-prober if
1101         `GRUB_DISABLE_OS_PROBER' was set to true.
1103 2009-08-23  Robert Millan  <rmh.grub@aybabtu.com>
1105         * partmap/pc.c: Rename to ...
1106         * partmap/msdos.c: ... this.  Update all users.
1107         (grub_pc_partition_map): Rename to ...
1108         (grub_msdos_partition_map): ... this.  Update all users.
1110         * parttool/pcpart.c: Rename to ...
1111         * parttool/msdospart.c: ... this.  Update all users.
1113         * include/grub/pc_partition.h: Rename to ...
1114         * include/grub/msdos_partition.h: ... this.  Update all users.
1115         (grub_pc_partition_bsd_entry): Rename to ...
1116         (grub_msdos_partition_bsd_entry): ... this.  Update all users.
1117         (grub_pc_partition_disk_label): Rename to ...
1118         (grub_msdos_partition_disk_label): ... this.  Update all users.
1119         (grub_pc_partition_entry): Rename to ...
1120         (grub_msdos_partition_entry): ... this.  Update all users.
1121         (grub_pc_partition_mbr): Rename to ...
1122         (grub_msdos_partition_mbr): ... this.  Update all users.
1123         (grub_pc_partition): Rename to ...
1124         (grub_msdos_partition): ... this.  Update all users.
1125         (grub_pc_partition_is_empty): Rename to ...
1126         (grub_msdos_partition_is_empty): ... this.  Update all users.
1127         (grub_pc_partition_is_extended): Rename to ...
1128         (grub_msdos_partition_is_extended): ... this.  Update all users.
1129         (grub_pc_partition_is_bsd): Rename to ...
1130         (grub_msdos_partition_is_bsd): ... this.  Update all users.
1132         * conf/common.rmk (amiga_mod_SOURCES, amiga_mod_CFLAGS)
1133         (amiga_mod_LDFLAGS, apple_mod_SOURCES, apple_mod_CFLAGS)
1134         (apple_mod_LDFLAGS, msdos_mod_SOURCES, msdos_mod_CFLAGS)
1135         (msdos_mod_LDFLAGS, sun_mod_SOURCES, sun_mod_CFLAGS)
1136         (sun_mod_LDFLAGS, acorn_mod_SOURCES, acorn_mod_CFLAGS)
1137         (acorn_mod_LDFLAGS, gpt_mod_SOURCES, gpt_mod_CFLAGS)
1138         (gpt_mod_LDFLAGS): Rename to ...
1139         (part_amiga_mod_SOURCES, part_amiga_mod_CFLAGS, part_amiga_mod_LDFLAGS)
1140         (part_apple_mod_SOURCES, part_apple_mod_CFLAGS, part_apple_mod_LDFLAGS)
1141         (part_msdos_mod_SOURCES, part_msdos_mod_CFLAGS, part_msdos_mod_LDFLAGS)
1142         (part_sun_mod_SOURCES, part_sun_mod_CFLAGS, part_sun_mod_LDFLAGS)
1143         (part_acorn_mod_SOURCES, part_acorn_mod_CFLAGS, part_acorn_mod_LDFLAGS)
1144         (part_gpt_mod_SOURCES, part_gpt_mod_CFLAGS)
1145         (part_gpt_mod_LDFLAGS): ... this.
1146         (pkglib_MODULES): Prefix partition modules with `part_'.  Rename
1147         `pcpart.mod' to `msdospart.mod'.
1148         (pcpart_mod_SOURCES, pcpart_mod_CFLAGS, pcpart_mod_LDFLAGS): Rename
1149         to ...
1150         (msdospart_mod_SOURCES, msdospart_mod_CFLAGS)
1151         (msdospart_mod_LDFLAGS): ... this.
1153 2009-08-23  Vladimir Serbinenko  <phcoder@gmail.com>
1155         * loader/i386/bsd.c (freebsd_opts): Rewritten to use extcmd.
1156         (openbsd_opts): Likewise.
1157         (netbsd_opts): Likewise.
1158         (freebsd_flags): Added 0 terminator.
1159         (openbsd_flags): Likewise.
1160         (netbsd_flags): Likewise.
1161         (grub_bsd_parse_flags): Rewritten to use extcmd. All users updated.
1162         (grub_cmd_freebsd): Transformed into extended command.
1163         (grub_cmd_openbsd): Likewise.
1164         (grub_cmd_netbsd): Likewise.
1165         (cmd_freebsd): Changed type to grub_extcmd_t.
1166         (cmd_openbsd): Likewise.
1167         (cmd_netbsd): Likewise.
1168         (GRUB_MOD_INIT (bsd)): Register grub_cmd_freebsd, grub_cmd_netbsd and
1169         grub_cmd_openbsd as extended commands.
1170         (GRUB_MOD_FINI (bsd)): Use grub_unregister_extcmd for cmd_freebsd,
1171         cmd_netbsd and cmd_openbsd
1173 2009-08-22  Vladimir Serbinenko  <phcoder@gmail.com>
1175         * commands/xnu_uuid.c (transform): Use grub_memcpy instead of memcpy.
1177 2009-08-21  Pavel Roskin  <proski@gnu.org>
1179         * Makefile.in (install-local): When checking if a file is in the
1180         build directory, use "test -e" to detect symlinks.
1182         * Makefile.in (install-local): Remove all files in
1183         $(DESTDIR)$(pkglibdir) before installing new files there.
1185 2009-08-18  Felix Zielcke  <fzielcke@z-51.de>
1187         * util/powerpc/ieee1275/grub-mkrescue.in (grub_mkimage): Use
1188         grub-mkelfimage.
1190 2009-08-18  Felix Zielcke  <fzielcke@z-51.de>
1192         * util/grub-mkconfig.in: Don't use gfxterm by default if not
1193         explicitly specified by the user.
1195 2009-08-18  Pavel Roskin  <proski@gnu.org>
1197         * include/grub/fbfill.h (struct grub_video_fbrender_target): Use
1198         grub_uint8_t pointer for data.
1199         * include/grub/fbutil.h (struct grub_video_fbblit_info):
1200         Likewise.
1201         * video/fb/fbutil.c: Remove unnecessary casts.
1203 2009-08-17  Michal Suchanek  <hramrach@centrum.cz>
1205         VBE cleanup.
1207         * video/i386/pc/vbe.c (vbe_mode_in_use): Removed (duplicate).
1208         (grub_vbe_set_video_mode): Save active mode info
1209         only after setting the mode.
1210         (grub_video_vbe_setup): Call 'grub_vbe_set_video_mode' with NULL as
1211         second argument.
1213 2009-08-17  Michal Suchanek  <hramrach@centrum.cz>
1215         Rename variables for clarity.
1217         * video/i386/pc/vbe.c (active_mode_info): Renamed to ...
1218         (active_vbe_mode_info): ... this. All users updated.
1219         (framebuffer): Rename 'active_mode' to 'active_vbe_mode'.
1220         All users updated.
1221         (initial_mode): Rename to ...
1222         (initial_vbe_mode): ... this. All users updated.
1223         (mode_in_use): Rename to ..
1224         (vbe_mode_in_use): ... this. All users updated.
1225         (mode_list): Rename to ..
1226         (vbe_mode_list): ... this. All users updated.
1227         (grub_vbe_set_video_mode): Rename 'mode' to 'vbe_mode', 'mode_info' to
1228         'vbe_mode_info' and 'old_mode' to 'old_vbe_mode'.
1229         (grub_video_vbe_init): Rename 'rm_mode_list' to 'rm_vbe_mode_list' and
1230         'mode_list_size' to 'vbe_mode_list_size'.
1231         (grub_video_vbe_setup): Rename 'mode_info' to 'vbe_mode_info',
1232         'best_mode_info' to 'best_vbe_mode_info' and
1233         'best_mode' to 'best_vbe_mode'
1235 2009-08-17  Michal Suchanek  <hramrach@centrum.cz>
1237         Remove duplicate grub_video_fb_get_video_ptr.
1239         * include/grub/fbutil.h (get_data_ptr): Rename to ...
1240         (grub_video_fb_get_video_ptr): ... this.
1241         * include/grub/video_fb.h (grub_video_fb_get_video_ptr): Removed.
1242         * video/fb/fbutil.c: Add comment about addressing.
1243         (get_data_ptr): Rename to ...
1244         (grub_video_fb_get_video_ptr): ... this. All users updated.
1245         * video/fb/video_fb.c (grub_video_fb_get_video_ptr): Remove.
1247 2009-08-17  Robert Millan  <rmh.grub@aybabtu.com>
1249         * fs/fat.c (grub_fat_read_data): Remove `#if 0' braces around the
1250         grub_dprintf() that was just added.
1252 2009-08-17  Robert Millan  <rmh.grub@aybabtu.com>
1254         * loader/i386/linux.c (GRUB_ASSUME_LINUX_HAS_FB_SUPPORT)
1255         (DEFAULT_VIDEO_MODE): Remove macros.
1256         (grub_linux_boot): Remove assumption that Linux has FB support,
1257         and use "text" as default video mode.
1259 2009-08-15  Vladimir Serbinenko  <phcoder@gmail.com>
1261         * fs/affs.c (grub_affs_read_symlink): Change leftover grub_printf into
1262         grub_dprintf.
1263         * fs/fat.c (grub_fat_read_data): Likewise.
1265 2009-08-14  Vladimir Serbinenko  <phcoder@gmail.com>
1267         * loader/i386/multiboot.c (grub_multiboot): Don't pass filename to
1268         payload.
1269         (grub_module): Likewise.
1271 2009-08-14  Vladimir Serbinenko  <phcoder@gmail.com>
1273         * loader/i386/multiboot.c (grub_multiboot_unload): Don't free mbi and
1274         mbi->cmdline but free playground.
1276 2009-08-14  Vladimir Serbinenko  <phcoder@gmail.com>
1278         Handle group offset on UFS1.
1280         * fs/ufs.c (grub_ufs_sblock): New field 'cylg_mask'.
1281         (grub_ufs_read_inode) [!MODE_UFS2]: handle cylg_offset and cylg_mask.
1283 2009-08-14  Vladimir Serbinenko  <phcoder@gmail.com>
1285         Split ufs.mod into ufs1.mod and ufs2.mod.
1287         * conf/common.rmk (grub_probe_SOURCES): Add fs/ufs2.c.
1288         (grub_fstest_SOURCES): Likewise.
1289         (pkglib_MODULES): Remove ufs.mod. Add ufs1.mod and ufs2.mod.
1290         (ufs_mod_SOURCES): Remove.
1291         (ufs_mod_CFLAGS): Likewise.
1292         (ufs_mod_LDFLAGS): Likewise.
1293         (ufs1_mod_SOURCES): New variable.
1294         (ufs1_mod_CFLAGS): Likewise.
1295         (ufs1_mod_LDFLAGS): Likewise.
1296         (ufs2_mod_SOURCES): New variable.
1297         (ufs2_mod_CFLAGS): Likewise.
1298         (ufs2_mod_LDFLAGS): Likewise.
1299         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Add fs/ufs2.c.
1300         * conf/i386-efi.rmk (util/i386/efi/grub-mkimage.c_DEPENDENCIES):
1301         Likewise.
1302         (grub_emu_SOURCES): Likewise.
1303         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
1304         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
1305         (grub_setup_SOURCES): Likewise.
1306         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
1307         * conf/sparc64.rmk (grub_emu_SOURCES): Likewise.
1308         (grub_setup_SOURCES): Likewise.
1309         * conf/x86_64-efi.rmk (util/i386/efi/grub-mkimage.c_DEPENDENCIES):
1310         Likewise.
1311         * fs/ufs2.c: New file.
1312         * fs/ufs.c: Separate UFS1 from UFS2 by using preprocessor.
1314 2009-08-14  Vladimir Serbinenko  <phcoder@gmail.com>
1316         Framebuffer split.
1318         * commands/i386/pc/vbetest.c (grub_cmd_vbetest): Restore video
1319         subsystem at the end.
1320         * conf/common.rmk (pkglib_MODULES): Add video_fb.mod.
1321         (video_fb_mod_SOURCES): New variable.
1322         (video_fb_mod_CFLAGS): Likewise.
1323         (video_fb_mod_LDFLAGS): Likewise.
1324         * conf/i386-pc.rmk (vbe_mod_SOURCES): Remove video/i386/pc/vbeblit.c,
1325         video/i386/pc/vbefill.c and video/i386/pc/vbeutil.c.
1326         * video/i386/pc/vbeblit.c: Moved from here ...
1327         * video/fb/fbblit.c: ..here. Replaced 'vbe' with 'fb'.
1328         * video/i386/pc/vbefill.c: Moved from here ...
1329         * video/fb/fbfill.c: ..here. Replaced 'vbe' with 'fb'.
1330         * video/i386/pc/vbeutil.c: Moved from here ...
1331         * video/fb/fbutil.c: ..here. Replaced 'vbe' with 'fb'.
1332         * include/grub/i386/pc/vbeblit.h: Moved from here ...
1333         * include/grub/fbblit.h: ... here. Replaced 'vbe' with 'fb'.
1334         * include/grub/i386/pc/vbefill.h: Moved from here ...
1335         * include/grub/fbfill.h: ... here. Replaced 'vbe' with 'fb'.
1336         * include/grub/i386/pc/vbeutil.h: Moved from here ...
1337         * include/grub/fbutil.h: ... here. Replaced 'vbe' with 'fb'.
1338         * include/grub/i386/pc/vbe.h: Moved framebuffer part ...
1339         * include/grub/video_fb.h: ... here. Replaced 'vbe' with 'fb'.
1340         * include/grub/video.h (GRUB_VIDEO_RENDER_TARGET_FRONT_BUFFER): Removed.
1341         (GRUB_VIDEO_RENDER_TARGET_BACK_BUFFER): Likewise.
1342         (grub_video_adapter): Added 'get_info_and_fini'.
1343         (grub_video_get_info_and_fini): New prototype.
1344         (grub_video_set_mode): make modestring const char *.
1345         * loader/i386/linux.c (grub_linux_setup_video): Use
1346         grub_video_get_info_and_fini.
1347         (grub_linux_boot): Move modesetting just before booting.
1348         * loader/i386/pc/xnu.c (grub_xnu_set_video): Use
1349         grub_video_get_info_and_fini.
1350         * video/i386/pc/vbe.c: Moved framebuffer part ...
1351         * video/fb/video_fb.c: ... here. Replaced 'vbe' with 'fb'.
1352         * video/i386/pc/vbe.c (grub_vbe_set_video_mode): Use
1353         grub_video_fbstd_colors and grub_video_fb_set_palette.
1354         (grub_video_vbe_init): Clear 'framebuffer' variable and use
1355         grub_video_fb_init.
1356         (grub_video_vbe_fini): Use grub_video_fb_fini.
1357         (grub_video_vbe_setup): Use framebuffer.render_target instead of
1358         render_target and use grub_video_fb_set_active_render_target and
1359         grub_video_fb_set_palette.
1360         (grub_video_vbe_set_palette): Use grub_video_fb_set_palette.
1361         (grub_video_vbe_set_viewport): Use grub_video_fb_set_viewport.
1362         (grub_video_vbe_adapter): Use framebuffer.
1363         * video/video.c (grub_video_get_info_and_fini): New function.
1364         (grub_video_set_mode): Make modestring const char *.
1365         (GRUB_MOD_INIT(video_video)): Don't set variables to 0 since these
1366         values are already initialised.
1368 2009-08-14  Pavel Roskin  <proski@gnu.org>
1370         * boot/i386/pc/cdboot.S: Use LOCAL for local labels.  Eliminate
1371         ABS and APPLE_CC.
1372         * boot/i386/pc/diskboot.S: Likewise.
1373         * boot/i386/pc/lnxboot.S: Likewise.  Hardcode the number of code
1374         sectors allow compilation on MacOSX.
1375         * conf/i386-pc.rmk: Enable unconditional compilation of
1376         lnxboot.img.
1378 2009-08-13  Colin Watson  <cjwatson@ubuntu.com>
1380         * util/grub-mkconfig.in: Export GRUB_HIDDEN_TIMEOUT.
1381         * util/grub.d/00_header.in: Enter interruptible sleep if
1382         GRUB_HIDDEN_TIMEOUT is set.
1384 2009-08-13  Yves Blusseau  <blusseau@zetam.org>
1386         * include/grub/symbol.h: Add the LOCAL macro.
1387         * boot/i386/pc/boot.S: Use the LOCAL macro for all labels
1388         starting with "L_".
1390 2009-08-13  Pavel Roskin  <proski@gnu.org>
1392         * boot/i386/pc/boot.S: Remove ABS macro, it's not required by
1393         any modern compilers we support.
1395         * boot/i386/pc/boot.S: Remove all code dependent on APPLE_CC.
1396         Use local labels starting with "L_" so that Apple assembler
1397         knows they are local.
1399 2009-08-10  Robert Millan  <rmh.grub@aybabtu.com>
1401         * include/grub/i386/bsd.h (KERNEL_TYPE_NONE, KERNEL_TYPE_FREEBSD)
1402         (KERNEL_TYPE_OPENBSD, KERNEL_TYPE_NETBSD): Convert to ...
1403         (bsd_kernel_types): ... this enum.
1405         * loader/i386/bsd.c (grub_cmd_freebsd_loadenv, grub_cmd_freebsd_module)
1406         (grub_cmd_freebsd_module_elf): Abort with "You need to load the
1407         kernel first." when `kernel_type' is set to KERNEL_TYPE_NONE.
1409         (grub_bsd_load_aout, grub_bsd_load, grub_cmd_freebsd_loadenv)
1410         (grub_cmd_freebsd_module, grub_cmd_freebsd_module_elf)
1411         (GRUB_MOD_INIT (bsd)): Fix capitalization in a few error
1412         messages.
1414 2009-08-08  Robert Millan  <rmh.grub@aybabtu.com>
1416         * util/grub-dumpdevtree: Moved from here ...
1417         * util/i386/efi/grub-dumpdevtree: ... to here.
1418         (hexify): New function.  Converts a string to its hex version.
1419         Generate hex versions of "efi" and "device-properties" by calling
1420         hexify() on the ASCII strings rather than by hardcoding numbers.
1422 2009-08-08  Robert Millan  <rmh.grub@aybabtu.com>
1424         * fs/jfs.c: Update copyright year.
1426 2009-08-08  Felix Zielcke  <fzielcke@z-51.de>
1428         * util/grub.d/00_header.in: Fix a comment.
1429         * util/grub.d/10_linux.in: Likewise.
1430         * util/grub.d/10_windows.in: Likewise.
1431         * util/grub.d/10_hurd.in: Likewise.
1433 2009-08-08  Felix Zielcke  <fzielcke@z-51.de>
1435         * util/grub-mkconfig.in: Allow the user to specify the used font
1436         with GRUB_FONT.
1438 2009-08-08  Pavel Roskin  <proski@gnu.org>
1440         * include/grub/powerpc/libgcc.h: Export __ashrdi3() if
1441         available, xfs.mod needs it now.
1443         * util/grub-mkconfig_lib.in (version_test_numeric): Don't use
1444         the "g" modifier in sed when the intention is to strip something
1445         once.  This fixes comparison of kernels with multiple dashes.
1447         * util/grub-mkconfig.in: Define datarootdir, datadir may depend
1448         on it.  Add missing space before closing bracket.  Fix
1449         misleading formatting.
1451 2009-08-07  Robert Millan  <rmh.grub@aybabtu.com>
1453         * docs/grub.texi: Major overhaul.  Remove all sections that are
1454         specific to GRUB Legacy, or mostly composed of Legacy-specific
1455         information.
1457 2009-08-07  Robert Millan  <rmh.grub@aybabtu.com>
1459         * docs/version.texi: New file.  Provides version information for
1460         grub.texi.
1462 2009-08-07  Robert Millan  <rmh.grub@aybabtu.com>
1464         * docs/grub.texi: Update CVS information to SVN.
1465         Replace outdated "GRUB 2 will include" phrase with "GRUB 2 includes".
1467 2009-08-07  Felix Zielcke  <fzielcke@z-51.de>
1469         * util/grub-mkconfig.in: Remove a wrong `fi'.
1471 2009-08-07  Felix Zielcke  <fzielcke@z-51.de>
1473         * fs/uuid.c (grub_jfs_superblock): New fields unused2 and uuid.
1474         (grub_jfs_uuid): New function.
1475         (grub_jfs_fs): Set uuid field to grub_jfs_uuid.
1477 2009-08-07  Felix Zielcke  <fzielcke@z-51.de>
1479         * util/grub-mkconfig_lib.in (font_path): Move the functionality
1480         of it to ...
1481         * util/grub-mkconfig.in: ... here.  Prefer unicode.pf2 and
1482         unifont.pf2 over ascii.pf2.  Export LANG=C in case ascii.pf2 gets used.
1484 2009-08-07  Robert Millan  <rmh.grub@aybabtu.com>
1486         * util/grub.d/10_linux.in (test_numeric): Moved from here ...
1487         * util/grub-mkconfig_lib.in (version_test_numeric): ... to here.
1488         Update all users.
1490         * util/grub.d/10_linux.in (test_gt): Strip any basename prefix,
1491         not just "vmlinu[zx]".
1492         Moved from here ...
1493         * util/grub-mkconfig_lib.in (version_test_gt): ... to here.  Update
1494         all users.
1496         * util/grub.d/10_linux.in (find_latest): Moved from here ...
1497         * util/grub-mkconfig_lib.in (version_find_latest): ... to here.  Update
1498         all users.
1500 2009-08-07  Robert Millan  <rmh.grub@aybabtu.com>
1502         * util/grub.d/10_freebsd.in: Use an absolute device path for
1503         `vfs.root.mountfrom'.  Set `vfs.root.mountfrom.options=rw'.
1505 2009-08-06  Felix Zielcke  <fzielcke@z-51.de>
1507         * util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Fix
1508         handling of multiple abstraction modules.
1510 2009-08-04  Robert Millan  <rmh.grub@aybabtu.com>
1512         Fix a bug resulting in black screen when loading Linux using a
1513         packed video mode.
1515         * kern/i386/pc/startup.S (grub_vbe_bios_getset_dac_palette_width): New
1516         function.
1518         * include/grub/i386/pc/vbe.h (GRUB_VBE_CAPABILITY_DACWIDTH): New macro.
1519         (grub_vbe_bios_getset_dac_palette_width): New function.
1520         (grub_vbe_bios_get_dac_palette_width)
1521         (grub_vbe_bios_set_dac_palette_width): New macros (act as wrappers for
1522         grub_vbe_bios_getset_dac_palette_width()).
1524         * video/i386/pc/vbe.c (grub_vbe_probe): Use `GRUB_VBE_STATUS_OK' to
1525         check for return status.
1526         (grub_vbe_get_video_mode_info): When getting information for a packed
1527         mode (<= 8 bpp), obtain DAC palette width using
1528         grub_vbe_bios_getset_dac_palette_width(), and use that for initializing
1529         {red,green,blue}_mark_size.
1531 2009-08-04  Felix Zielcke  <fzielcke@z-51.de>
1533         * commands/search.c (options): Fix help output to match actual code.
1535 2009-08-02  Vladimir Serbinenko  <phcoder@gmail.com>
1537         * commands/hexdump.c (grub_cmd_hexdump): Use grub_disk_read instead
1538         of homegrown code.
1540 2009-08-01  Vladimir Serbinenko  <phcoder@gmail.com>
1542         * util/hostfs.c (grub_hostfs_dir): Don't use DT_DIR: It doesn't work
1543         on XFS or ReiserFS.
1545 2009-08-01  Vladimir Serbinenko  <phcoder@gmail.com>
1547         Support Apple partition map with sector size different from 512 bytes.
1549         * partmap/apple.c (grub_apple_header): New field 'blocksize'.
1550         (apple_partition_map_iterate): Respect 'aheader.blocksize'
1551         and 'apart.partmap_size'.
1553 2009-08-01  Vladimir Serbinenko  <phcoder@gmail.com>
1554 2009-08-01  Robert Millan  <rmh.grub@aybabtu.com>
1556         Fix cpuid command.
1558         * commands/i386/cpuid.c (options): New variable.
1559         (grub_cmd_cpuid): Return real error.
1560         (GRUB_MOD_INIT(cpuid)): Declare options.
1562 2009-07-31  Vladimir Serbinenko  <phcoder@gmail.com>
1564         * partmap/pc.c (pc_partition_map_iterate): Check that boot flags are
1565         valid.
1567 2009-07-31  Bean  <bean123ch@gmail.com>
1569         * fs/xfs.c (grub_xfs_sblock): Change unused5 field to log2_sect and
1570         log2_inode.
1571         (grub_fshelp_node): Move inode field to the end.
1572         (grub_xfs_data): Remove inode field.
1573         (grub_xfs_inode_block): Calculate inode size using sblock.
1574         (grub_xfs_inode_offset): Likewise.
1575         (grub_xfs_read_inode): Calculate inode size using sblock.
1576         (grub_xfs_read_block): Replace XFS_INODE_EXTENTS with nrec.
1577         (grub_xfs_iterate_dir): Calculate inode size using sblock.
1578         (grub_xfs_mount): Use grub_zalloc instead of grub_malloc. Realloc data
1579         to match inode size.
1580         (grub_xfs_dir): goto mount_fail when mount fails, as data->diropen is
1581         not accessible when data is null.
1582         (grub_xfs_open): Likewise.
1584 2009-07-31  Bean  <bean123ch@gmail.com>
1586         * disk/lvm.c (grub_lvm_scan_device): Ignore extra copy of metadata.
1587         Don't change pv->disk if it's already set.
1589         * disk/raid.c (grub_raid_scan_device): Merge this function into ...
1590         (grub_raid_register): ... here.
1591         (grub_raid_rescan): Removed.
1593         * include/grub/raid.h (grub_raid_rescan): Removed.
1595         * util/grub-fstest.c: Remove include file <grub/raid.h>.
1596         (fstest): Replace grub_raid_rescan with module fini function followed
1597         by init function.
1599         * util/grub-probe.c: Add include file <grub/raid.h>.
1600         (probe_raid_level): New function.
1601         (probe): Detect abstraction by walking the disk device, support two
1602         level of abstraction (LVM on RAID) when detecting partition map.
1604 2009-07-31  Pavel Roskin  <proski@gnu.org>
1606         * disk/raid5_recover.c (grub_raid5_recover): Revert conversion
1607         to grub_zalloc(), it was erroneous.
1608         Reported by Bean <bean123ch@gmail.com>
1610 2009-07-30  Vladimir Serbinenko  <phcoder@gmail.com>
1612         * util/i386/pc/grub-setup.c (setup): Check that no partition is in
1613         embedding zone, not only the first one.
1615 2009-07-29  Joe Auricchio  <jauricchio@gmail.com>
1617         * term/gfxterm.c (clear_char): New function.
1618         (grub_virtual_screen_setup): Use clear_char.
1619         (scroll_up): Likewise.
1620         (grub_virtual_screen_cls): Likewise.
1622 2009-07-29  Felix Zielcke  <fzielcke@z-51.de>
1624         * util/deviceiter.c (get_acceleraid_disk_name): New static
1625         function.
1626         (grub_util_iterate_devices): Handle Accelraid devices.
1627         * util/hostdisk.c (convert_system_partition_to_system_disk): Likewise.
1629 2009-07-28  Robert Millan  <rmh.grub@aybabtu.com>
1631         * loader/i386/linux.c (grub_cmd_linux): Use ',' rather than ';' as
1632         separator for the suggested gfxpayload string (';' collides with the
1633         parser and needs escaping).
1635 2009-07-28  Vladimir Serbinenko  <phcoder@gmail.com>
1637         * loader/i386/multiboot_helper.S (grub_multiboot_backward_relocator):
1638         Clear direction flag before jumping to OS.
1639         (grub_multiboot2_real_boot): Likewise.
1641 2009-07-28  Felix Zielcke  <fzielcke@z-51.de>
1643         * util/i386/pc/grub-install: Fix parsing of --disk-module
1644         option.
1646 2009-07-28  Felix Zielcke  <fzielcke@z-51.de>
1648         * util/i386/pc/grub-setup.c (setup): Fix 2 incorrect checks
1649         when embedding.
1651 2009-07-26  Felix Zielcke  <fzielcke@z-51.de>
1653         * util/grub-mkconfig.in (package_version): New variable.
1654         Use it do display the version.
1656 2009-07-25  Felix Zielcke  <fzielcke@z-51.de>
1658         * kern/file.c (grub_file_open): Revert to previous check with
1659         grub_errno.
1661 2009-07-25  Vladimir Serbinenko  <phcoder@gmail.com>
1663         * commands/probe.c (GRUB_MOD_INIT (probe)): Remove "[--target=target]"
1664         from help line. It's out of sync with code.
1666 2009-07-25  Vladimir Serbinenko  <phcoder@gmail.com>
1668         * kern/parser.c (grub_parser_execute): Fix a bug causing truncated
1669         entries on failed boot.
1671 2009-07-25  Felix Zielcke  <fzielcke@z-51.de>
1673         * kern/file.c (grub_file_open): Fix an error check.
1675 2009-07-24  Vladimir Serbinenko  <phcoder@gmail.com>
1677         * util/i386/pc/grub-setup.c (setup): Fix segmentation fault when
1678         partition map couldn't be identified.
1680 2009-07-23  Pavel Roskin  <proski@gnu.org>
1682         * commands/xnu_uuid.c (transform): Use GRUB_CPU_WORDS_BIGENDIAN
1683         instead of WORDS_BIGENDIAN.  Use grub_le_to_cpu32(), so that the
1684         case of little endian words becomes just an optimization.
1685         Respect const modifier.
1686         (md5_final): Use code that doesn't depend on endianness.
1688         * include/grub/misc.h (ALIGN_UP): Cast align to the type of addr
1689         to avoid loss of upper bits if align is unsigned and shorter
1690         than addr.
1692 2009-07-21  Vladimir Serbinenko  <phcoder@gmail.com>
1694         UUID support for UFS
1696         * fs/ufs.c (grub_ufs_sblock): Add uuidhi and uuidlow.
1697         (grub_ufs_uuid): New function.
1698         (grub_ufs_fs): add .uuid
1700 2009-07-21  Pavel Roskin  <proski@gnu.org>
1702         * kern/dl.c (grub_dl_check_header): Make static.
1704 2009-07-21  Felix Zielcke  <fzielcke@z-51.de>
1706         * util/grub.d/30_os-prober.in: Remove unused CHAINROOT.  Don't
1707         add drivemap for Vista.  It breaks Windows 7.
1709 2009-07-21  Vladimir Serbinenko  <phcoder@gmail.com>
1711         * fs/ufs.c (grub_ufs_sblock): Fix offset of mtime2 which was off by
1712         128 bytes
1714 2009-07-20  Vladimir Serbinenko  <phcoder@gmail.com>
1716         Add BFS support
1718         * conf/common.rmk (grub_probe_SOURCES): Add fs/befs.c.
1719         (grub_fstest_SOURCES): Likewise.
1720         (pkglib_MODULES): Add befs.mod.
1721         (befs_mod_SOURCES): New variable.
1722         (befs_mod_CFLAGS): Likewise.
1723         (befs_mod_LDFLAGS): Likewise.
1724         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
1725         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
1726         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
1727         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
1728         (grub_setup_SOURCES): Likewise.
1729         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
1730         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
1731         (grub_setup_SOURCES): Likewise.
1732         * fs/befs.c: New file.
1733         * fs/afs.c (GRUB_AFS_FSNAME): New declaration.
1734         (GRUB_AFS_SBLOCK_SECTOR): Likewise.
1735         (GRUB_AFS_SBLOCK_MAGIC1) [MODE_BFS]: New conditional declaration.
1736         (GRUB_AFS_BTREE_MAGIC) [MODE_BFS]: Likewise
1737         (B_KEY_INDEX_ALIGN): New declaration.
1738         (B_KEY_INDEX_OFFSET): Use B_KEY_INDEX_ALIGN.
1739         (grub_afs_bnode) [MODE_BFS]: Make key_count and key_size 16-bit
1740         (grub_afs_btree) [MODE_BFS]: New conditional declaration.
1741         (grub_afs_sblock) [MODE_BFS]: Remove link_count.
1742         (grub_afs_validate_sblock) [MODE_BFS]: Support BFS
1743         (grub_afs_mount) [MODE_BFS]: Likewise.
1744         (grub_afs_dir) [MODE_BFS]: Divide mtime by 65536 and not 1000000.
1745         (grub_afs_fs): Use GRUB_AFS_FSNAME
1746         (GRUB_MOD_INIT (afs)) [MODE_BFS]: Rename to ...
1747         (GRUB_MOD_INIT (befs)) [MODE_BFS]: ... this
1748         (GRUB_MOD_FINI (afs)) [MODE_BFS]: Rename to ...
1749         (GRUB_MOD_FINI (befs)) [MODE_BFS]: ... this
1751 2009-07-19  Yves BLUSSEAU  <yves.grub-devel@zetam.org>
1753         * util/getroot.c (find_root_device): Add support for MacOSX.
1754         * util/hostdisk.c: Likewise.
1756 2009-07-20  Vladimir Serbinenko  <phcoder@gmail.com>
1758         * font/font.c (find_glyph): Check whether a font is present to avoid
1759         segmentation fault.
1761 2009-07-20  Joe Auricchio  <jauricchio@gmail.com>
1763         * term/gfxterm.c (grub_virtual_screen_setup): Clear virtual_screen.
1765 2009-07-20  Pavel Roskin  <proski@gnu.org>
1767         * configure.ac: Trim excessively wordy excuses.
1769 2009-07-20  Vladimir Serbinenko  <phcoder@gmail.com>
1771         Add symlink, mtime and label support to AtheFS.
1773         * fs/afs.c (grub_afs_sblock): Declare `name' as char.
1774         (grub_afs_iterate_dir): Handle symlinks.
1775         (grub_afs_open): Use grub_afs_read_symlink.
1776         (grub_afs_dir): Likewise.
1777         Pass mtime.
1778         (grub_afs_label): New function.
1779         (grub_afs_fs): Add grub_afs_label.
1780         (grub_afs_read_symlink): New function.
1782 2009-07-20  Vladimir Serbinenko  <phcoder@gmail.com>
1784         Fix AtheFS support.
1786         * fs/afs.c: Fix comments style.
1787         (grub_afs_blockrun): Declare as packed.
1788         (grub_afs_datastream): Likewise.
1789         (grub_afs_bnode): Likewise.
1790         (grub_afs_btree): Likewise.
1791         (grub_afs_sblock): Likewise.
1792         Declare `name' as char.
1793         (grub_afs_inode): Declare as packed.
1794         Change void *vnode to grub_uint32_t unused.
1795         (grub_afs_iterate_dir): Check that key_size is positive.
1796         (grub_afs_mount): Don't read superblock twice.
1797         (grub_afs_dir): Don't free node in case of error,
1798         grub_fshelp_find_file already handles this.
1799         (grub_afs_open): Likewise.
1801 2009-07-19  Pavel Roskin  <proski@gnu.org>
1803         * Makefile.in: Remove LIBLZO and enable_lzo.
1804         * conf/i386-pc.rmk: Remove lzo support.
1805         * configure.ac: Remove checks for lzo, don't define ENABLE_LZMA.
1806         * include/grub/i386/pc/kernel.h: Define ENABLE_LZMA.  Remove lzo
1807         support.
1808         * kern/i386/pc/lzo1x.S: Remove.
1809         * kern/i386/pc/startup.S: Remove lzo support.
1810         * util/i386/pc/grub-mkimage.c: Likewise.
1812 2009-07-19  Vladimir Serbinenko  <phcoder@gmail.com>
1814         * disk/usbms.c (grub_usbms_transfer): Fix double semicolon.
1815         * fs/xfs.c (grub_xfs_dir): Likewise.
1816         * fs/afs.c (grub_afs_dir): Likewise.
1817         * fs/iso9660.c (grub_iso9660_iterate_dir): Likewise.
1818         (grub_iso9660_open): Likewise.
1819         * fs/jfs.c (grub_jfs_open): Likewise.
1820         * fs/ext2.c (grub_ext2_dir): Likewise.
1821         * include/grub/macho.h (grub_macho_fat_arch): Likewise.
1822         * script/sh/lexer.c (grub_script_yylex): Likewise.
1824 2009-07-16  Pavel Roskin  <proski@gnu.org>
1826         * configure.ac: Never add "-c" to CFLAGS.
1828         * configure.ac: Fix incorrect comparison for grub_cv_cc_efiemu.
1830         * configure.ac: Fix wrong use of grub_cv_cc_no_red_zone where
1831         grub_cv_cc_efiemu should be used.
1833         * configure.ac: Typo fixes.
1835         * kern/mm.c (grub_zalloc): New function.
1836         (grub_debug_zalloc): Likewise.
1837         * include/grub/mm.h: Declare grub_zalloc() and
1838         grub_debug_zalloc().
1839         * util/misc.c (grub_zalloc): New function.
1840         * bus/usb/uhci.c (grub_uhci_pci_iter): Use grub_zalloc()
1841         instead of grub_malloc(), remove unneeded initializations.
1842         * bus/usb/usbhub.c (grub_usb_hub_add_dev): Likewise.
1843         * commands/extcmd.c (grub_extcmd_dispatcher): Likewise.
1844         * commands/parttool.c (grub_cmd_parttool): Likewise.
1845         * disk/i386/pc/biosdisk.c (grub_biosdisk_open): Likewise.
1846         * disk/raid5_recover.c (grub_raid5_recover): Likewise.
1847         * disk/raid6_recover.c (grub_raid6_recover): Likewise.
1848         * disk/usbms.c (grub_usbms_finddevs): Likewise.
1849         * efiemu/mm.c (grub_efiemu_request_memalign): Likewise.
1850         * efiemu/pnvram.c (grub_efiemu_pnvram): Likewise.
1851         (grub_cmd_efiemu_pnvram): Likewise.
1852         * fs/i386/pc/pxe.c (grub_pxefs_open): Likewise.
1853         * fs/iso9660.c (grub_iso9660_mount): Likewise.
1854         (grub_iso9660_iterate_dir): Likewise.
1855         * fs/jfs.c (grub_jfs_opendir): Likewise.
1856         * fs/ntfs.c (list_file): Likewise.
1857         (grub_ntfs_mount): Likewise.
1858         * kern/disk.c (grub_disk_open): Likewise.
1859         * kern/dl.c (grub_dl_load_core): Likewise.
1860         * kern/elf.c (grub_elf_file): Likewise.
1861         * kern/env.c (grub_env_context_open): Likewise.
1862         (grub_env_set): Likewise.
1863         (grub_env_set_data_slot): Likewise.
1864         * kern/file.c (grub_file_open): Likewise.
1865         * kern/fs.c (grub_fs_blocklist_open): Likewise.
1866         * loader/i386/multiboot.c (grub_module): Likewise.
1867         * loader/xnu.c (grub_xnu_create_key): Likewise.
1868         (grub_xnu_create_value): Likewise.
1869         * normal/main.c (grub_normal_add_menu_entry): Likewise.
1870         (read_config_file): Likewise.
1871         * normal/menu_entry.c (make_screen): Likewise.
1872         * partmap/sun.c (sun_partition_map_iterate): Likewise.
1873         * script/sh/lexer.c (grub_script_lexer_init): Likewise.
1874         * script/sh/script.c (grub_script_parse): Likewise.
1875         * video/bitmap.c (grub_video_bitmap_create): Likewise.
1876         * video/readers/jpeg.c (grub_video_reader_jpeg): Likewise.
1877         * video/readers/png.c (grub_png_output_byte): Likewise.
1878         (grub_video_reader_png): Likewise.
1880 2009-07-16  Vladimir Serbinenko  <phcoder@gmail.com>
1882         Enable all targets that can be built by default
1884         * configure.ac: enable efiemu runtime, grub-emu, grub-emu-usb,
1885         grub-mkfont and grub-fstest if they can be built
1887 2009-07-16  Vladimir Serbinenko  <phcoder@gmail.com>
1889         Fix hang and segmentation fault in grub-emu-usb
1891         * disk/scsi.c (grub_scsi_open): return err and not grub_errno
1892         * util/usb.c (grub_libusb_devices): likewise
1893         (grub_libusb_init): rename to ...
1894         (GRUB_MOD_INIT (libusb)):...this
1895         (grub_libusb_fini): rename to ..
1896         (GRUB_MOD_FINI (libusb)):...this
1897         * disk/usbms.c (grub_usbms_transfer): fix retry logic
1898         * include/grub/disk.h (grub_raid_init): removed, it's useless
1899         (grub_raid_fini): likewise
1900         (grub_lvm_init): likewise
1901         (grub_lvm_fini): likewise
1902         * util/grub-emu.c (main): don't call grub_libusb_init, it's done
1903         by grub_init_all
1905 2009-07-16  Vladimir Serbinenko  <phcoder@gmail.com>
1907         Fix libusb
1909         * Makefile.in (LIBUSB): new macro
1910         * genmk.rb (Utility/print_tail): new method
1911         (Utility/rule): use intermediary variable #{prefix}_OBJECTS
1912         (top level): call util.print_tail at the end.
1914 2009-07-16  Vladimir Serbinenko  <phcoder@gmail.com>
1916         Make FreeBSD accept zpool.cache
1918         * loader/i386/bsd.c (grub_freebsd_add_meta_module): spoof filename if
1919         type is /boot/zfs/zpool.cache
1921 2009-07-16  Vladimir Serbinenko  <phcoder@gmail.com>
1923         Fix 64-bit efiemu
1925         * include/grub/efiemu/efiemu.h (grub_efiemu_configuration_table64_t):
1926         correct wrong typedef
1927         * efiemu/prepare.c (SUFFIX (grub_efiemu_prepare)): minor style fixes
1929 2009-07-15  Pavel Roskin  <proski@gnu.org>
1931         * include/grub/disk.h (struct grub_disk_dev): Use enum for id.
1932         * kern/disk.c (struct grub_disk_cache): Likewise.
1934         * commands/probe.c (options): Typo fix.
1936         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_BPB_END):
1937         Increase to 0x5a to accommodate FAT32.  Adjust other offsets
1938         accordingly.
1939         Original patch by Yves Blusseau <yves.grub-devel@zetam.org>
1941         * boot/i386/pc/boot.S (general_error_string): Add DOS newline at
1942         the end of "Error" to make the message more readable.
1944         * boot/i386/pc/boot.S (kernel_segment): Remove.
1945         (copy_buffer): Use GRUB_BOOT_MACHINE_KERNEL_ADDR in segment 0
1946         for destination.
1948         * boot/i386/pc/boot.S (boot_version): Remove.
1949         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_VER_MAJ):
1950         Remove.
1952         * include/grub/i386/pc/boot.h: Sort all offsets.
1953         (GRUB_BOOT_MACHINE_KERNEL_ADDRESS): Remove, it's unused.
1954         (GRUB_BOOT_MACHINE_KERNEL_SEGMENT): Likewise.
1955         * boot/i386/pc/boot.S: Assert location of every offset listed in
1956         include/grub/i386/pc/boot.h.
1958 2009-07-13  Pavel Roskin  <proski@gnu.org>
1960         * include/grub/i386/coreboot/machine.h: Rename
1961         GRUB_MACHINE_LINUXBIOS to GRUB_MACHINE_COREBOOT.
1962         * loader/multiboot_loader.c (grub_cmd_multiboot_loader): Allow
1963         multiboot 1 for GRUB_MACHINE_COREBOOT and GRUB_MACHINE_QEMU.
1965         * kern/dl.c: Force native word size to suppress warnings when
1966         compiling grub-emu.
1968         * kern/device.c (grub_device_iterate): Change struct part_ent to
1969         hold the name, not a pointer to it.  Use one grub_malloc() per
1970         partition, not two.  Free partition_name if grub_malloc() fails.
1971         Set ents to NULL only before grub_partition_iterate() is called.
1973 2009-07-11  Bean  <bean123ch@gmail.com>
1975         * kern/ieee1275/openfw.c (grub_children_iterate): Fix size of
1976         childname.
1978 2009-07-10  Bean  <bean123ch@gmail.com>
1979 2009-07-10  Robert Millan  <rmh.grub@aybabtu.com>
1981         * kern/ieee1275/openfw.c (grub_children_iterate)
1982         (grub_devalias_iterate): Fix size evaluation for property or path
1983         strings, which was broken since r2132.
1985 2009-07-07  Pavel Roskin  <proski@gnu.org>
1987         * commands/search.c (search_file): Merge into ...
1988         (search_fs): ... this.  Accept search type as argument.
1989         (grub_cmd_search): Pass search type to search_fs().
1991         * include/grub/util/console.h: New file.
1992         * util/console.c: Use it instead of grub/machine/console.h.
1993         * util/grub-emu.c: Likewise.
1995         * lib/arg.c (find_long_option): Remove.
1996         (find_long): Add `len' argument, make `s' const char *.
1997         (grub_arg_parse): Parse long options in place, not in a
1998         temporary buffer.
2000 2009-07-06  Pavel Roskin  <proski@gnu.org>
2002         * commands/search.c (search_fs): Fix potential NULL pointer
2003         dereference.
2005         * commands/search.c (search_fs): Replace QUID macro with quid_fn
2006         function pointer.
2008 2009-07-06  Daniel Mierswa  <impulze@impulze.org>
2010         * commands/search.c (search_fs): Use grub_strcasecmp() for UUID
2011         comparison.
2013 2009-07-05  Pavel Roskin  <proski@gnu.org>
2015         * include/grub/i386/linux.h (struct linux_kernel_params):
2016         Restore padding3, it's still needed.
2018         * util/grub.d/10_freebsd.in: Fix spelling of `device.hints' on
2019         FreeBSD.
2020         * util/osdetect.lua: Likewise.
2022 2009-07-05  Bean  <bean123ch@gmail.com>
2024         * conf/common.rmk (lua_mode_SOURCES): Add script/lua/lstrlib.c.
2026         * script/lua/grub_lib.c (grub_lua_run): Check input parameter.
2027         (grub_lua_getenv): Likewise.
2028         (grub_lua_setenv): Likewise.
2029         (save_errno): New function.
2030         (push_result): Likewise.
2031         (grub_lua_enum_device): Likewise.
2032         (grub_lua_enum_file): Likewise.
2033         (grub_lua_file_open): Likewise.
2034         (grub_lua_file_close): Likewise.
2035         (grub_lua_file_seek): Likewise.
2036         (grub_lua_file_read): Likewise.
2037         (grub_lua_file_getline): Likewise.
2038         (grub_lua_file_getsize): Likewise.
2039         (grub_lua_file_getpos): Likewise.
2040         (grub_lua_file_eof): Likewise.
2041         (grub_lua_file_exist): Likewise.
2042         (grub_lua_add_menu): Likewise.
2044         * script/lua/grub_lua.h (isupper): New inline function.
2045         (islower): Likewise.
2046         (ispunct): Likewise.
2047         (isxdigit): Likewise.
2048         (strcspn): Change to normal function.
2049         (strpbkr): New function declaration.
2050         (memchr): Likewise.
2052         * script/lua/grub_main.c (scan_str): New function.
2053         (strcspn): Likewise.
2054         (strpbrk): Likewise.
2055         (memchr): Likewise.
2057         * script/lua/linit.c (lualibs): Enable the string library.
2059         * util/osdetect.lua: New file.
2061 2009-07-04  Robert Millan  <rmh.grub@aybabtu.com>
2063         * include/grub/i386/linux.h (struct linux_kernel_params): Add
2064         `capabilities' member.
2066 2009-07-02  Pavel Roskin  <proski@gnu.org>
2068         * genparttoollist.sh: Add missing newline at the end.
2070 2009-07-01  Pavel Roskin  <proski@gnu.org>
2072         * kern/x86_64/efi/callwrap.S: Add missing newline at the end.
2074         * util/hostdisk.c (open_device): Remove `const' from
2075         `sysctl_size', as sysctlbyname() can change it (in this case it
2076         doesn't actually happen).
2078         * include/grub/types.h: Define GRUB_LONG_MAX and GRUB_LONG_MIN
2079         using signed long int constants.
2081         * util/hostdisk.c (grub_util_biosdisk_get_grub_dev): Make `p'
2082         constant to avoid a warning on FreeBSD.
2084         * util/hostdisk.c (device_is_wholedisk): Compile only on systems
2085         where it's needed.
2087         * Makefile.in: Install include/grub/machine symlink.
2089         * Makefile.in: When installing symlinks, use "cp -fR", which
2090         works on FreeBSD and MacOSX.
2091         From Yves Blusseau <cl7m42e02@sneakemail.com>
2093         * kern/dl.c (grub_dl_resolve_symbol): Make static.
2094         * include/grub/dl.h: Remove grub_dl_resolve_symbol().
2096         * util/misc.c: Move grub_reboot() and grub_halt() ...
2097         * util/grub-emu.c: ... here.  Make main_env static.
2098         * include/grub/util/misc.h: Remove main_env.
2100         * kern/mm.c: Use correct format to print size_t.
2102         * include/grub/elf.h: Define Elf_Sword and Elf_Xword.
2103         * kern/i386/dl.c: Use ELF symbols without "32" or "64".
2104         * kern/powerpc/dl.c: Likewise.
2105         * kern/sparc64/dl.c: Likewise.
2106         * kern/x86_64/dl.c: Likewise.
2108 2009-07-01  Robert Millan  <rmh.grub@aybabtu.com>
2110         Fix grub-emu build on sparc64-ieee1275.
2112         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Synchronize with ...
2113         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): ... this.
2115 2009-07-01  Robert Millan  <rmh.grub@aybabtu.com>
2117         * util/misc.c: Include `<setjmp.h>' and `<grub/machine/machine.h>'.
2118         (grub_reboot, grub_halt): New functions.
2120         * util/i386/pc/misc.c: Delete.  Update all users.
2121         * util/sparc64/ieee1275/misc.c: Likewise.
2122         * util/powerpc/ieee1275/misc.c: Likewise.
2124 2009-07-01  Robert Millan  <rmh.grub@aybabtu.com>
2126         * conf/i386.rmk (setjmp_mod_SOURCES)
2127         (setjmp_mod_ASFLAGS, setjmp_mod_LDFLAGS): Move to ...
2128         * conf/common.rmk (setjmp_mod_SOURCES)
2129         (setjmp_mod_ASFLAGS, setjmp_mod_LDFLAGS): ... here, and modify
2130         to use $(target_cpu).
2131         * conf/x86_64-efi.rmk (setjmp_mod_SOURCES)
2132         (setjmp_mod_ASFLAGS, setjmp_mod_LDFLAGS): Remove.
2133         * conf/powerpc-ieee1275.rmk: Likewise.
2134         * conf/sparc64-ieee1275.rmk: Likewise.
2136         * conf/i386-pc.rmk (kernel_img_SOURCES): Use
2137         $(target_cpu) for kern/$(target_cpu)/dl.c.
2138         * conf/i386-efi.rmk: Likewise.
2139         * conf/i386-ieee1275.rmk: Likewise.
2140         * conf/x86_64-efi.rmk: Likewise.
2141         * conf/i386-coreboot.rmk: Likewise.
2142         * conf/powerpc-ieee1275.rmk (kernel_img_SOURCES): Use
2143         $(target_cpu) for kern/$(target_cpu)/dl.c and for
2144         kern/$(target_cpu)/cache.S.
2145         * conf/sparc64-ieee1275.rmk: Likewise.
2147 2009-07-01  Robert Millan  <rmh.grub@aybabtu.com>
2149         * include/grub/i386/linux.h (linux_kernel_params): Change `mmap_size'
2150         type to `grub_uint8_t', and adjust `padding9' accordingly.
2152 2009-06-29  Robert Millan  <rmh.grub@aybabtu.com>
2154         * include/grub/i386/linux.h (GRUB_VIDEO_TYPE_TEXT): New macro.
2156         * loader/i386/linux.c [__i386__] (grub_linux_boot): Simplify inline
2157         assembly in final jump, using register constraints.
2159         (grub_linux_boot): For text mode, initialize `have_vga' using
2160         GRUB_VIDEO_TYPE_TEXT rather than 0 (this changes its value to 1).
2162         Initialize `video_cursor_x' and `video_cursor_y' as late as possible,
2163         right before the final jump.
2165         Set `video_mode' to 0x3.
2167         Document initialization of `video_page', `video_mode' and
2168         `video_ega_bx'.
2170 2009-06-29  Robert Millan  <rmh.grub@aybabtu.com>
2172         * include/grub/i386/linux.h (GRUB_LINUX_FLAG_QUIET): New macro.
2173         * loader/i386/linux.c (grub_cmd_linux): Recognize "quiet" option,
2174         and set GRUB_LINUX_FLAG_QUIET appropriately.
2176 2009-06-29  Robert Millan  <rmh.grub@aybabtu.com>
2178         Fix build on Debian / sparc.
2180         * configure.ac: Recognize `sparc' target_cpu (as sparc64).
2182 2009-06-28  Pavel Roskin  <proski@gnu.org>
2184         * kern/i386/qemu/mmap.c (grub_machine_mmap_iterate): Use cast to
2185         fix a warning.
2187         * util/grub.d/10_linux.in: Match SUSE style initrd names.
2189 2009-06-27  Robert Millan  <rmh.grub@aybabtu.com>
2191         * loader/i386/linux.c (grub_linux_boot): Fix uninitialized use of
2192         `err'.
2194 2009-06-27  Robert Millan  <rmh.grub@aybabtu.com>
2196         Revert r2338.
2198         * loader/i386/linux.c (grub_cmd_linux): Don't call grub_error when
2199         file can't be opened.  grub_file_open() is already supposed to set
2200         grub_errno / grub_errmsg appropriately.
2201         * loader/i386/pc/linux.c (grub_cmd_linux): Likewise.
2203 2009-06-27  Pavel Roskin  <proski@gnu.org>
2204 2009-06-27  Robert Millan  <rmh.grub@aybabtu.com>
2206         * include/grub/dl.h: Include grub/elf.h.
2207         (struct grub_dl): Add symtab field.
2208         * kern/dl.c [GRUB_MACHINE_QEMU]: Define
2209         GRUB_MODULES_MACHINE_READONLY.
2210         (grub_dl_resolve_symbols): Populate mod->symtab, making a copy
2211         of the header for read-only modules.
2212         (grub_dl_unload): Free mod->symtab for read-only modules.
2213         * kern/i386/dl.c: Use mod->symtab.
2214         * kern/powerpc/dl.c: Likewise.
2215         * kern/sparc64/dl.c: Likewise.
2216         * kern/x86_64/dl.c: Likewise.
2218         * conf/i386-qemu.rmk: New file.
2219         * kern/i386/qemu/startup.S: Likewise.
2220         * kern/i386/qemu/mmap.c: Likewise.
2221         * boot/i386/qemu/boot.S: Likewise.
2222         * include/grub/i386/qemu/time.h: Likewise.
2223         * include/grub/i386/qemu/serial.h: Likewise.
2224         * include/grub/i386/qemu/kernel.h: Likewise.
2225         * include/grub/i386/qemu/console.h: Likewise.
2226         * include/grub/i386/qemu/boot.h: Likewise.
2227         * include/grub/i386/qemu/init.h: Likewise.
2228         * include/grub/i386/qemu/machine.h: Likewise.
2229         * include/grub/i386/qemu/loader.h: Likewise.
2230         * include/grub/i386/qemu/memory.h: Likewise.
2232         * conf/i386-coreboot.rmk (GRUB_BOOT_MACHINE_LINK_ADDR)
2233         (GRUB_KERNEL_MACHINE_LINK_ADDR): New variables.
2234         [qemu] (pkglib_IMAGES): Add `boot.img'.
2235         [qemu] (boot_img_SOURCES, boot_img_ASFLAGS, boot_img_LDFLAGS)
2236         [qemu] (boot_img_FORMAT): New variables.
2237         [qemu] (bin_UTILITIES): Add `grub-mkimage'.
2238         [qemu] (grub_mkimage_SOURCES, grub_mkimage_CFLAGS): New variables.
2239         [qemu] (kernel_img_SOURCES, kernel_img_HEADERS, kernel_img_CFLAGS)
2240         [qemu] (kernel_img_ASFLAGS, kernel_img_LDFLAGS)
2241         [qemu] (kernel_img_FORMAT): New variables.
2243         * configure.ac: Recognise `i386-qemu'.
2245         * util/i386/pc/grub-mkimage.c (compress_kernel): Add dummy variant
2246         (for no compression).
2247         [GRUB_MACHINE_QEMU] (generate_image): Misc adjustments to produce
2248         a valid i386 ROM image.  Make `GRUB_KERNEL_MACHINE_COMPRESSED_SIZE',
2249         `GRUB_KERNEL_MACHINE_INSTALL_DOS_PART' and
2250         `GRUB_KERNEL_MACHINE_INSTALL_BSD_PART' optional features (with
2251         ifdefs).
2253 2009-06-27  Pavel Roskin  <proski@gnu.org>
2255         * efiemu/prepare.c: Eliminate TYPE macro, it makes code hard to
2256         read.
2257         * efiemu/prepare32.c: Likewise.
2258         * efiemu/prepare64.c: Likewise.
2260 2009-06-26  Pavel Roskin  <proski@gnu.org>
2262         * include/grub/types.h: Define GRUB_TARGET_WORDSIZE.
2263         * include/grub/elf.h: Define symbols without "32" or "64" based
2264         on GRUB_TARGET_WORDSIZE.
2265         * include/grub/multiboot2.h: Use GRUB_TARGET_WORDSIZE.
2266         * efiemu/loadcore32.c: Redefine GRUB_TARGET_WORDSIZE, remove own
2267         ELF definitions.
2268         * efiemu/loadcore64.c: Likewise.
2269         * loader/i386/bsd32.c: Likewise.
2270         * loader/i386/bsd64.c: Likewise.
2271         * kern/dl.c: Remove own ELF definitions.
2272         * util/i386/efi/grub-mkimage.c: Likewise.
2274 2009-06-23  Robert Millan  <rmh.grub@aybabtu.com>
2276         * kern/i386/pc/startup.S (real_to_prot): Access `gdtdesc' using
2277         segment 0x0 unconditionally, because the reference generated by
2278         GAS is an absolute address.
2280 2009-06-22  Robert Millan  <rmh.grub@aybabtu.com>
2282         * include/grub/i386/kernel.h: Include `<grub/machine/machine.h>'.
2283         [! GRUB_MACHINE_IEEE1275]: Set `GRUB_MOD_ALIGN' to 0x1.
2285 2009-06-22  Robert Millan  <rmh.grub@aybabtu.com>
2287         * commands/search.c (grub_cmd_search): Macroify hardcoded args[]
2288         indexes.  Check for -f explicitly.
2289         (search_file): Improve error message.
2290         (GRUB_MOD_INIT(search)): Add missing `-n' to help output.
2292 2009-06-22  Robert Millan  <rmh.grub@aybabtu.com>
2294         * conf/i386-pc.rmk (GRUB_MEMORY_MACHINE_LINK_ADDR): Rename to ...
2295         (GRUB_KERNEL_MACHINE_LINK_ADDR): ... this.  Update all users.
2297 2009-06-22  Robert Millan  <rmh.grub@aybabtu.com>
2299         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/i386/misc.S'.
2300         * conf/i386-ieee1275.rmk: Likewise.
2301         * conf/i386-coreboot.rmk: Likewise.
2303         * kern/i386/pc/startup.S (grub_stop): Remove function.
2304         * kern/i386/ieee1275/startup.S: Likewise.
2305         * kern/i386/coreboot/startup.S: Likewise.
2306         * kern/i386/misc.S (grub_stop): New function.
2308 2009-06-22  Robert Millan  <rmh.grub@aybabtu.com>
2310         * kern/i386/pc/startup.S (real_to_prot): Move from here ...
2311         * kern/i386/realmode.S (real_to_prot): ... to here.
2313 2009-06-22  Robert Millan  <rmh.grub@aybabtu.com>
2315         * conf/i386-ieee1275.rmk (pkglib_PROGRAMS): Replace `kernel.elf'
2316         with `kernel.img'.
2317         (kernel_elf_SOURCES): Rename to ...
2318         (kernel_img_SOURCES): ... this.
2319         (kernel_elf_HEADERS): Rename to ...
2320         (kernel_img_HEADERS): ... this.  Update all users.
2321         (kernel_elf_ASFLAGS): Rename to ...
2322         (kernel_img_ASFLAGS): ... this.
2323         (kernel_elf_CFLAGS): Rename to ...
2324         (kernel_img_CFLAGS): ... this.
2325         (kernel_elf_LDFLAGS): Rename to ...
2326         (kernel_img_LDFLAGS): ... this.
2327         * conf/i386-coreboot.rmk: Likewise.
2328         * conf/powerpc-ieee1275.rmk: Likewise.
2330         * util/elf/grub-mkimage.c (add_segments): Replace "kernel.elf"
2331         with "kernel.img".
2333 2009-06-21  Pavel Roskin  <proski@gnu.org>
2335         * loader/powerpc/ieee1275/linux.c (offset_phdr): Fix prototypes
2336         to match nested functions.
2337         * loader/sparc64/ieee1275/linux.c: Likewise.
2339         * conf/i386-ieee1275.rmk: Define kernel_elf_ASFLAGS.
2341 2009-06-21  Robert Millan  <rmh.grub@aybabtu.com>
2343         * configure.ac: Enable `END_SYMBOL' / `BSS_START_SYMBOL' test on
2344         all i386 platforms.
2346 2009-06-21  Robert Millan  <rmh.grub@aybabtu.com>
2348         Fix asm file handling on ELF, and remove workarounds.
2350         * genmk.rb (class Programs): Detect assembly files, and set ASFLAGS
2351         and -DASM_FILE=1 appropriately (copied from `class Images' stanza).
2352         * kern/i386/ieee1275/startup.S (ASM_FILE): Remove macro.
2353         * kern/i386/coreboot/startup.S (ASM_FILE): Likewise.
2355 2009-06-21  Vladimir Serbinenko  <phcoder@gmail.com>
2357         Load BSD ELF modules
2359         * conf/i386-pc.rmk (bsd_mod_SOURCES): Add loader/i386/bsd32.c
2360         and loader/i386/bsd64.c
2361         * include/grub/i386/bsd.h (FREEBSD_MODTYPE_MODULE): Remove
2362         (FREEBSD_MODTYPE_ELF_MODULE): New definition
2363         (FREEBSD_MODTYPE_ELF_MODULE_OBJ): Likewise
2364         (grub_freebsd_load_elfmodule32): New declaration
2365         (grub_freebsd_load_elfmoduleobj64): Likewise
2366         (grub_freebsd_load_elf_meta32): Likewise
2367         (grub_freebsd_load_elf_meta64): Likewise
2368         (grub_freebsd_add_meta): Likewise
2369         (grub_freebsd_add_meta_module): Likewise
2370         * loader/i386/bsd.c (grub_freebsd_add_meta): Make global
2371         (grub_freebsd_add_meta_module): Likewise and move module-specific
2372         parts to grub_cmd_freebsd and grub_cmd_freebsd_module
2373         (grub_cmd_freebsd): Add elf-kernel specific parts
2374         based on grub_freebsd_add_meta_module
2375         (grub_cmd_freebsd_module): Add type parsing moved from
2376         grub_freebsd_add_meta_module
2377         (grub_cmd_freebsd_module_elf): New function
2378         (cmd_freebsd_module_elf): New variable
2379         (GRUB_MOD_INIT): Register freebsd_module_elf
2380         * loader/i386/bsd32.c: New file
2381         * loader/i386/bsd64.c: Likewise
2382         * loader/i386/bsdXX.c: Likewise
2383         * kern/elf.c (grub_elf32_load): Let hook decide which pheaders to load
2384         (grub_elf64_load): Likewise
2385         * include/grub/elfload.h (grub_elf32_load_hook_t): New parameter do_load
2386         All users updated
2387         (grub_elf64_load_hook_t): Likewise
2389 2009-06-21  Colin Watson  <cjwatson@ubuntu.com>
2391         * util/grub-mkconfig.in (GRUB_DISABLE_LINUX_RECOVERY): Export
2392         variable.
2393         * util/grub.d/10_linux.in: If GRUB_DISABLE_LINUX_RECOVERY is true,
2394         don't write a menu entry for recovery mode.
2396 2009-06-20  Robert Millan  <rmh.grub@aybabtu.com>
2398         * util/i386/pc/grub-mkimage.c (main): Oops, free `output' only
2399         after it's no longer needed.
2401 2009-06-20  Robert Millan  <rmh.grub@aybabtu.com>
2403         * include/grub/i386/loader.h (grub_linux_prot_size)
2404         (grub_linux_tmp_addr, grub_linux_real_addr)
2405         (grub_linux_is_bzimage, grub_linux16_boot): Declare only on
2406         GRUB_MACHINE_PCBIOS.
2407         * util/i386/pc/grub-mkimage.c (compress_kernel): Move
2408         common grub_util_info() call to ...
2409         (generate_image): ... here.
2410         Fix use of uninitialized memory, comparison of signed with
2411         unsigned integers and memory leak.
2412         Remove bogus module address message.
2414 2009-06-20  Vladimir Serbinenko  <phcoder@gmail.com>
2416         * disk/mdraid_linux.c (GRUB_MOD_FINI): use grub_raid_unregister and not
2417         grub_raid_register
2418         * disk/dmraid_nvidia.c (GRUB_MOD_FINI): likewise
2420 2009-06-19  Pavel Roskin  <proski@gnu.org>
2422         * configure.ac: Remove stray AC_MSG_CHECKING.
2424 2009-06-19  Vladimir Serbinenko  <phcoder@gmail.com>
2426         * disk/scsi.c (grub_scsi_open): use continue instead of big if
2428 2009-06-18  Pavel Roskin  <proski@gnu.org>
2430         * conf/common.rmk: Add fs_file.mod.
2431         * disk/fs_file.c: New file.
2432         * include/grub/disk.h (enum grub_disk_dev_id): Add
2433         GRUB_DISK_DEVICE_FILE_ID.
2435 2009-06-18  Vladimir Serbinenko  <phcoder@gmail.com>
2437         Fix build with Apple's toolchain. Part 2
2439         * aclocal.m4 (grub_PROG_TARGET_CC): add missing prototype for main and
2440         a fake start
2442 2009-06-18  Vladimir Serbinenko  <phcoder@gmail.com>
2444         Fix build with Apple's toolchain. Part 1
2446         * commands/i386/pc/drivemap_int13h.S: use assembly-time constants
2447         for long calls
2448         * configure.ac: remove a leftover AC_MSG_RESULT
2449         (CFLAGS): don't add -Wl,--defsym,___main=0x8100 when building with
2450         Apple's toolchain
2452 2009-06-18  Vladimir Serbinenko  <phcoder@gmail.com>
2454         Fix warnings
2456         * fs/ntfscomp.c (decomp_get16): initialize c1 and c2
2457         (decomp_block): initialize ch
2458         use grub_memcpy instead of memcpy
2460 2009-06-17  Pavel Roskin  <proski@gnu.org>
2462         * include/grub/i386/coreboot/console.h: Don't use the i386-pc
2463         version, use declarations needed to use vga_text as the startup
2464         console.
2466         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Remove
2467         term/i386/pc/at_keyboard.c, it doesn't need to be compiled into
2468         the kernel.
2469         * kern/i386/coreboot/init.c: Don't call grub_at_keyboard_init()
2470         and grub_at_keyboard_fini(), it's done on module load and
2471         unload.
2473 2009-06-17  Felix Zielcke  <fzielcke@z-51.de>
2475         * loader/i386/linux.c (grub_cmd_linux): Set grub_error if the
2476         file can't be found.
2477         * loader/i386/pc/linux.c (grub_cmd_linux): Likewise.
2479 2009-06-17  Vladimir Serbinenko  <phcoder@gmail.com>
2481         Fix newline handling
2483         * include/grub/script_sh.h (grub_lexer_param): new field was_newline
2484         * script/sh/lexer.c (grub_script_lexer_init): initialize was_newline
2485         (grub_script_yylex): don't segfault on unterminated script
2486         newline terminates command and variable
2488 2009-06-17  Vladimir Serbinenko  <phcoder@gmail.com>
2490         avoid double grub_adjust_range call. Bug reported by David Simner
2492         * kern/disk.c (grub_disk_write): change to raw disk access before
2493         calling disk_read
2495 2009-06-17  Colin Watson  <cjwatson@ubuntu.com>
2497         * util/elf/grub-mkimage.c (usage): Prefix each option line with two
2498         spaces, for the benefit of help2man.
2499         * util/i386/efi/grub-mkimage.c (usage): Likewise.
2501 2009-06-16  Pavel Roskin  <proski@gnu.org>
2503         * kern/i386/halt.c: Include grub/machine/init.h.
2504         * kern/i386/reboot.c: Include grub/cpu/reboot.h.
2506 2009-06-16  Felix Zielcke  <fzielcke@z-51.de>
2508         * util/grub.d/30_os-prober.in: Use ${root} in the generated
2509         drivemap menuentry.
2511 2009-06-16  James Jarvis  <James.Jarvis@ed.ac.uk>
2513         * commands/help.c GRUB_MOD_INIT(echo): Fix the help output of
2514         `echo' command.
2516 2009-06-16  Pavel Roskin  <proski@gnu.org>
2518         * boot/i386/pc/boot.S: Remove root_drive.  Assert offset of
2519         boot_drive_check by using GRUB_BOOT_MACHINE_DRIVE_CHECK.  Don't
2520         save %dx, we only need %dl and we never change it.
2521         * boot/i386/pc/cdboot.S: Don't set the root drive.
2522         * boot/i386/pc/pxeboot.S: Likewise.
2523         * include/grub/i386/pc/boot.h: Remove
2524         GRUB_BOOT_MACHINE_ROOT_DRIVE, adjust
2525         GRUB_BOOT_MACHINE_DRIVE_CHECK.
2526         * include/grub/i386/pc/kernel.h: Remove grub_root_drive.
2527         * kern/i386/pc/init.c (make_install_device): Remove references
2528         to grub_root_drive.
2529         * kern/i386/pc/startup.S: Likewise.
2530         * util/i386/pc/grub-setup.c (setup): Don't set root_drive.
2532 2009-06-16  Vladimir Serbinenko  <phcoder@gmail.com>
2534         xnu_uuid command
2536         * commands/xnu_uuid.c: new file
2537         * conf/common.rmk (pkglib_MODULES): add xnu_uuid.mod
2538         (xnu_uuid_mod_SOURCES): new variable
2539         (xnu_uuid_mod_CFLAGS): likewise
2540         (xnu_uuid_mod_LDFLAGS): likewise
2541         * conf/i386-coreboot.rmk (grub_emu_SOURCES): add commands/probe.c
2542         * conf/i386-ieee1275.rmk: likewise
2543         * conf/i386-pc.rmk: likewise
2544         * conf/powerpc-ieee1275.rmk: likewise
2545         * conf/sparc64-ieee1275.rmk: likewise
2546         * util/grub.d/30_os-prober.in: use UUID for Mac OS X/Darwin
2548 2009-06-16  Pavel Roskin  <proski@gnu.org>
2550         * configure.ac: Avoid '==' in test command, it's not portable.
2552 2009-06-16  Vladimir Serbinenko  <phcoder@gmail.com>
2554         Probe command
2556         * commands/probe.c: new file
2557         * conf/common.rmk (pkglib_MODULES): add probe.mod
2558         (probe_mod_SOURCES): new variable
2559         (probe_mod_CFLAGS): likewise
2560         (probe_mod_LDFLAGS): likewise
2561         * conf/i386-coreboot.rmk (grub_emu_SOURCES): add commands/probe.c
2562         * conf/i386-ieee1275.rmk: likewise
2563         * conf/i386-pc.rmk: likewise
2564         * conf/powerpc-ieee1275.rmk: likewise
2565         * conf/sparc64-ieee1275.rmk: likewise
2567 2009-06-15  Vladimir Serbinenko  <phcoder@gmail.com>
2569         Fix handling of string like \"hello\" and "a
2570         b"
2572         * script/sh/lexer.c (check_textstate): accept GRUB_PARSER_STATE_ESC
2573         (grub_script_yylex): fix parsing of quoting, escaping and newline
2575 2009-06-13  Vladimir Serbinenko  <phcoder@gmail.com>
2577         * loader/i386/multiboot.c (grub_multiboot_get_bootdev): fix partition
2578         handling
2580 2009-06-13  Jun Inoue  <jun.lambda@gmail.com>
2582         * util/grub-mkconfig.in: Fix parsing of --output option.
2584 2009-06-12  Pavel Roskin  <proski@gnu.org>
2586         * Makefile.in (pkgdata_SRCDIR): Remove.  genmodsrc.sh and
2587         genmk.rb don't need to be generated or installed.
2589 2009-06-12  Vladimir Serbinenko  <phcoder@gmail.com>
2591         * commands/i386/pc/drivemap_int13h.S: add more comments
2593 2009-06-11  Pavel Roskin  <proski@gnu.org>
2595         * Makefile.in (uninstall): Uninstall manuals.
2597         * Makefile.in: Rename lib_DATA to lib_SCRIPTS, move it from
2598         PKGLIB to SCRIPTS.  This fixes installation of grub-mkconfig_lib
2599         and update-grub_lib in two places.
2600         * conf/common.rmk: Rename lib_DATA to lib_SCRIPTS.
2602         * disk/usbms.c (grub_usbms_transfer): Initialize `err' to fix
2603         a compiler warning.
2605         * loader/i386/bsd.c (grub_freebsd_boot): Rename `entry' to
2606         `entry_lo' to fix variable shadowing.
2608 2009-06-11  Christian Franke  <franke@computer.org>
2610         * kern/misc.c (__enable_execute_stack): Add missing return type
2611         to prevent gcc warning.
2613 2009-06-11  Felix Zielcke  <fzielcke@z-51.de>
2615         * conf/i386-ieee1275.rmk (COMMON_LDFLAGS): Remove `-static -lgcc'.
2617 2009-06-11  Pavel Roskin  <proski@gnu.org>
2619         * Makefile.in: Don't rely on any scripts being executable.
2620         Always use $(SHELL) to run shell scripts.
2622         * configure.ac: Always define ___main if using -nostdlib.  This
2623         fixes tests on Cygwin.
2625 2009-06-11  Giuseppe Caizzone  <acaizzo@gmail.com>
2627         UDF fix
2629         * fs/udf.c (grub_udf_read_block): handle the fact that ad->length
2630         is in bytes and not in blocks
2632 2009-06-11  Pavel Roskin  <proski@gnu.org>
2634         * kern/i386/halt.c (grub_halt): Make `i' unsigned to fix a
2635         warning.
2637 2009-06-11  Felix Zielcke  <fzielcke@z-51.de>
2639         * util/grub.d/30_os-prober.in: Fix a comment. Source
2640         ${libdir}/grub/grub-mkconfig_lib.  Use prepare_grub_to_access_device
2641         to set the root device.  Place drivemap command in the generated
2642         chain entry.
2644 2009-06-11  Pavel Roskin  <proski@gnu.org>
2646         * configure.ac: Remove host_m32.  Issues with 64-bit utilities
2647         have long been resolved.
2649 2009-06-11  Colin Watson  <cjwatson@ubuntu.com>
2651         * util/grub.d/10_linux.in: Capitalise "Linux".
2653         * util/grub-pe2elf.c (usage): Fix references to grub-editenv.
2655 2009-06-11  Pavel Roskin  <proski@gnu.org>
2657         * kern/efi/efi.c (grub_exit): Add infinite loop at the end to
2658         fix a gcc warning and ensure that the function won't ever exit.
2660         * kern/i386/ieee1275/init.c: Add missing prototype for
2661         grub_stop_floppy().
2663         * loader/ieee1275/multiboot2.c [__i386__]: Include
2664         grub/cpu/multiboot.h.
2666         * term/i386/pc/serial.c (serial_translate_key_sequence): Avoid
2667         casts to short - they are not portable and cause warnings.  Fix
2668         use of uninitialized values in input_buf.  Use ARRAY_SIZE.
2670 2009-06-11  Vladimir Serbinenko  <phcoder@gmail.com>
2672         Drivemap fixes
2674         * commands/i386/pc/drivemap.c (grub_get_root_biosnumber_drivemap):
2675         new function
2676         (grub_get_root_biosnumber_saved): new variable
2677         (GRUB_MOD_INIT): register grub_get_root_biosnumber_drivemap
2678         (GRUB_MOD_FINI): unregister grub_get_root_biosnumber_drivemap
2679         * commands/i386/pc/drivemap_int13h.S (grub_drivemap_handler): restore
2680         %dx after the call if necessary
2681         * conf/common.rmk (pkglib_MODULES): remove boot.mod
2682         (boot_mod_SOURCES): remove
2683         (boot_mod_CFLAGS): remove
2684         (boot_mod_LDFLAGS): remove
2685         * conf/i386-coreboot.rmk (pkglib_MODULES): add boot.mod
2686         (boot_mod_SOURCES): new variable
2687         (boot_mod_CFLAGS): likewise
2688         (boot_mod_LDFLAGS): likewise
2689         * conf/i386-efi.rmk: likewise
2690         * conf/i386-ieee1275.rmk: likewise
2691         * conf/i386-pc.rmk: likewise
2692         * conf/powerpc-ieee1275.rmk: likewise
2693         * conf/sparc64-ieee1275.rmk: likewise
2694         * conf/x86_64-efi.rmk: likewise
2695         * include/grub/i386/pc/biosnum.h: new file
2696         * lib/i386/pc/biosnum.c: likewise
2697         * loader/i386/bsd.c (grub_bsd_get_device): use grub_get_root_biosnumber
2698         * loader/i386/multiboot.c (grub_multiboot_get_bootdev): likewise
2699         * loader/i386/pc/chainloader.c (grub_chainloader_cmd): likewise
2701 2009-06-10  Pavel Roskin  <proski@gnu.org>
2703         * io/gzio.c (test_header): Don't reuse one buffer for all data.
2704         Use separate variables.  Read only the file size at the end, but
2705         not the checksum that we don't use.
2707         * kern/file.c (grub_file_read): Use void pointer for the buffer.
2708         Adjust all callers.
2710         * kern/ieee1275/openfw.c: Remove libc includes.
2711         * kern/ieee1275/cmain.c: Likewise.
2712         * include/grub/ieee1275/ieee1275.h: Likewise.
2714         * kern/i386/coreboot/init.c: Include grub/cpu/tsc.h to fix
2715         compiler warnings.
2717 2009-06-10  Felix Zielcke  <fzielcke@z-51.de>
2719         * Makefile.in: Remove all trailing whitespace.
2720         * conf/i386-pc.rmk: Likewise.
2721         * conf/powerpc-ieee1275.rmk: Likewise.
2722         * conf/sparc64-ieee1275.rmk: Likewise.
2723         * docs/grub.texi: Likewise.
2724         * docs/texinfo.tex: Likewise.
2725         * disk/fs_uuid.c: Likewise.
2726         * disk/lvm.c: Likewise.
2727         * disk/scsi.c: Likewise.
2728         * disk/ata.c: Likewise.
2729         * disk/ieee1275/ofdisk.c: Likewise.
2730         * disk/i386/pc/biosdisk.c: Likewise.
2731         * disk/host.c: Likewise.
2732         * disk/raid.c: Likewise.
2733         * disk/efi/efidisk.c: Likewise.
2734         * disk/usbms.c: Likewise.
2735         * disk/memdisk.c: Likewise.
2736         * disk/loopback.c: Likewise.
2737         * kern/powerpc/dl.c: Likewise.
2738         * kern/device.c: Likewise.
2739         * kern/dl.c: Likewise.
2740         * kern/sparc64/dl.c: Likewise.
2741         * kern/ieee1275/ieee1275.c: Likewise.
2742         * kern/term.c: Likewise.
2743         * kern/fs.c: Likewise.
2744         * kern/i386/dl.c: Likewise.
2745         * kern/i386/pc/startup.S: Likewise.
2746         * kern/i386/pc/init.c: Likewise.
2747         * kern/i386/pc/mmap.c: Likewise.
2748         * kern/i386/pc/lzo1x.S: Likewise.
2749         * kern/i386/ieee1275/init.c: Likewise.
2750         * kern/i386/realmode.S: Likewise.
2751         * kern/i386/tsc.c: Likewise.
2752         * kern/partition.c: Likewise.
2753         * kern/corecmd.c: Likewise.
2754         * kern/file.c: Likewise.
2755         * kern/efi/efi.c: Likewise.
2756         * kern/efi/init.c: Likewise.
2757         * kern/efi/mm.c: Likewise.
2758         * kern/main.c: Likewise.
2759         * kern/err.c: Likewise.
2760         * kern/env.c: Likewise.
2761         * kern/disk.c: Likewise.
2762         * kern/generic/millisleep.c: Likewise.
2763         * kern/generic/rtc_get_time_ms.c: Likewise.
2764         * kern/misc.c: Likewise.
2765         * kern/parser.c: Likewise.
2766         * genmk.rb: Likewise.
2767         * configure.ac: Likewise.
2768         * boot/i386/pc/diskboot.S: Likewise.
2769         * boot/i386/pc/pxeboot.S: Likewise.
2770         * boot/i386/pc/boot.S: Likewise.
2771         * boot/i386/pc/lnxboot.S: Likewise.
2772         * boot/i386/pc/cdboot.S: Likewise.
2773         * parttool/pcpart.c: Likewise.
2774         * video/readers/tga.c: Likewise.
2775         * video/video.c: Likewise.
2776         * video/bitmap.c: Likewise.
2777         * lib/envblk.c: Likewise.
2778         * lib/i386/setjmp.S: Likewise.
2779         * fs/xfs.c: Likewise.
2780         * fs/afs.c: Likewise.
2781         * fs/fat.c: Likewise.
2782         * fs/ntfs.c: Likewise.
2783         * fs/udf.c: Likewise.
2784         * fs/affs.c: Likewise.
2785         * fs/iso9660.c: Likewise.
2786         * fs/hfs.c: Likewise.
2787         * fs/fshelp.c: Likewise.
2788         * fs/ext2.c: Likewise.
2789         * fs/jfs.c: Likewise.
2790         * fs/reiserfs.c: Likewise.
2791         * fs/hfsplus.c: Likewise.
2792         * fs/minix.c: Likewise.
2793         * fs/cpio.c: Likewise.
2794         * fs/sfs.c: Likewise.
2795         * fs/ufs.c: Likewise.
2796         * efiemu/prepare.c: Likewise.
2797         * efiemu/loadcore_common.c: Likewise.
2798         * efiemu/runtime/efiemu.sh: Likewise.
2799         * efiemu/runtime/efiemu.S: Likewise.
2800         * efiemu/runtime/efiemu.c: Likewise.
2801         * efiemu/pnvram.c: Likewise.
2802         * efiemu/main.c: Likewise.
2803         * efiemu/i386/pc/cfgtables.c: Likewise.
2804         * efiemu/i386/loadcore64.c: Likewise.
2805         * efiemu/i386/loadcore32.c: Likewise.
2806         * efiemu/loadcore.c: Likewise.
2807         * efiemu/symbols.c: Likewise.
2808         * efiemu/mm.c: Likewise.
2809         * include/grub/autoefi.h: Likewise.
2810         * include/grub/datetime.h: Likewise.
2811         * include/grub/term.h: Likewise.
2812         * include/grub/hfs.h: Likewise.
2813         * include/grub/lvm.h: Likewise.
2814         * include/grub/i386/tsc.h: Likewise.
2815         * include/grub/i386/linux.h: Likewise.
2816         * include/grub/i386/xnu.h: Likewise.
2817         * include/grub/i386/efiemu.h: Likewise.
2818         * include/grub/i386/pc/biosdisk.h: Likewise.
2819         * include/grub/i386/pc/memory.h: Likewise.
2820         * include/grub/i386/pc/vbe.h: Likewise.
2821         * include/grub/parttool.h: Likewise.
2822         * include/grub/video.h: Likewise.
2823         * include/grub/memory.h: Likewise.
2824         * include/grub/fs.h: Likewise.
2825         * include/grub/partition.h: Likewise.
2826         * include/grub/xnu.h: Likewise.
2827         * include/grub/efi/api.h: Likewise.
2828         * include/grub/efi/pe32.h: Likewise.
2829         * include/grub/efi/memory.h: Likewise.
2830         * include/grub/multiboot.h: Likewise.
2831         * include/grub/usbdesc.h: Likewise.
2832         * include/grub/multiboot2.h: Likewise.
2833         * include/grub/acpi.h: Likewise.
2834         * include/grub/efiemu/efiemu.h: Likewise.
2835         * include/grub/disk.h: Likewise.
2836         * include/grub/ieee1275/ieee1275.h: Likewise.
2837         * include/grub/net.h: Likewise.
2838         * include/grub/machoload.h: Likewise.
2839         * include/grub/macho.h: Likewise.
2840         * include/multiboot.h: Likewise.
2841         * genmoddep.awk: Likewise.
2842         * normal/main.c: Likewise.
2843         * normal/menu_entry.c: Likewise.
2844         * normal/menu_viewer.c: Likewise.
2845         * normal/completion.c: Likewise.
2846         * normal/cmdline.c: Likewise.
2847         * normal/misc.c: Likewise.
2848         * normal/datetime.c: Likewise.
2849         * bus/usb/usbtrans.c: Likewise.
2850         * bus/usb/ohci.c: Likewise.
2851         * bus/usb/uhci.c: Likewise.
2852         * bus/usb/usb.c: Likewise.
2853         * mmap/efi/mmap.c: Likewise.
2854         * mmap/i386/pc/mmap_helper.S: Likewise.
2855         * mmap/i386/pc/mmap.c: Likewise.
2856         * mmap/i386/mmap.c: Likewise.
2857         * mmap/i386/uppermem.c: Likewise.
2858         * mmap/mmap.c: Likewise.
2859         * commands/acpi.c: Likewise.
2860         * commands/echo.c: Likewise.
2861         * commands/blocklist.c: Likewise.
2862         * commands/loadenv.c: Likewise.
2863         * commands/usbtest.c: Likewise.
2864         * commands/boot.c: Likewise.
2865         * commands/parttool.c: Likewise.
2866         * commands/search.c: Likewise.
2867         * commands/cat.c: Likewise.
2868         * commands/i386/pc/play.c: Likewise.
2869         * commands/i386/pc/drivemap.c: Likewise.
2870         * commands/i386/pc/vbeinfo.c: Likewise.
2871         * commands/i386/pc/acpi.c: Likewise.
2872         * commands/i386/pc/vbetest.c: Likewise.
2873         * commands/ls.c: Likewise.
2874         * commands/cmp.c: Likewise.
2875         * commands/test.c: Likewise.
2876         * commands/efi/acpi.c: Likewise.
2877         * commands/gptsync.c: Likewise.
2878         * commands/help.c: Likewise.
2879         * partmap/amiga.c: Likewise.
2880         * partmap/apple.c: Likewise.
2881         * partmap/acorn.c: Likewise.
2882         * partmap/pc.c: Likewise.
2883         * partmap/sun.c: Likewise.
2884         * partmap/gpt.c: Likewise.
2885         * script/sh/lexer.c: Likewise.
2886         * script/sh/function.c: Likewise.
2887         * font/font.c: Likewise.
2888         * font/font_cmd.c: Likewise.
2889         * loader/powerpc/ieee1275/linux.c: Likewise.
2890         * loader/efi/chainloader.c: Likewise.
2891         * loader/multiboot_loader.c: Likewise.
2892         * loader/macho.c: Likewise.
2893         * loader/i386/multiboot.c: Likewise.
2894         * loader/i386/linux.c: Likewise.
2895         * loader/i386/pc/linux.c: Likewise.
2896         * loader/i386/pc/multiboot2.c: Likewise.
2897         * loader/i386/pc/chainloader.c: Likewise.
2898         * loader/i386/pc/xnu.c: Likewise.
2899         * loader/i386/bsd_trampoline.S: Likewise.
2900         * loader/i386/efi/linux.c: Likewise.
2901         * loader/i386/multiboot_elfxx.c: Likewise.
2902         * loader/i386/bsd_helper.S: Likewise.
2903         * loader/i386/bsd.c: Likewise.
2904         * loader/i386/linux_trampoline.S: Likewise.
2905         * loader/i386/xnu_helper.S: Likewise.
2906         * loader/i386/xnu.c: Likewise.
2907         * loader/i386/bsd_pagetable.c: Likewise.
2908         * loader/i386/multiboot_helper.S: Likewise.
2909         * loader/xnu.c: Likewise.
2910         * loader/xnu_resume.c: Likewise.
2911         * io/gzio.c: Likewise.
2912         * term/efi/console.c: Likewise.
2913         * term/terminfo.c: Likewise.
2914         * term/ieee1275/ofconsole.c: Likewise.
2915         * term/i386/pc/serial.c: Likewise.
2916         * term/i386/pc/vesafb.c: Likewise.
2917         * term/i386/pc/vga.c: Likewise.
2918         * term/usb_keyboard.c: Likewise.
2919         * term/gfxterm.c: Likewise.
2920         * aclocal.m4: Likewise.
2921         * util/lvm.c: Likewise.
2922         * util/grub.d/30_os-prober.in: Likewise.
2923         * util/grub.d/10_hurd.in: Likewise.
2924         * util/console.c: Likewise.
2925         * util/grub-macho2img.c: Likewise.
2926         * util/grub-probe.c: Likewise.
2927         * util/hostfs.c: Likewise.
2928         * util/i386/pc/grub-mkimage.c: Likewise.
2929         * util/i386/pc/grub-setup.c: Likewise.
2930         * util/i386/efi/grub-mkimage.c: Likewise.
2931         * util/grub-mkconfig.in: Likewise.
2932         * util/raid.c: Likewise.
2933         * util/resolve.c: Likewise.
2934         * util/grub-mkdevicemap.c: Likewise.
2935         * util/grub-emu.c: Likewise.
2936         * util/getroot.c: Likewise.
2937         * util/hostdisk.c: Likewise.
2938         * util/usb.c: Likewise.
2939         * util/grub-editenv.c: Likewise.
2940         * util/misc.c: Likewise.
2942 2009-06-10  Felix Zielcke  <fzielcke@z-51.de>
2944         * gendistlist.sh (EXTRA_DISTFILES): Add `genhandlerlist.sh' and
2945         `genparttoollist.sh'.
2946         (DISTDIRS): Add `efiemu', `mmap', `parttool' and `script'.
2947         Add `*.sh' to the list find searches for and change `mdate.sh'
2948         to `mdate-sh'.
2950 2009-06-10  Pavel Roskin  <proski@gnu.org>
2952         * include/grub/multiboot2.h: Provide compatibility defines for
2953         multiboot2.h.
2954         * include/multiboot2.h: Include stdint.h only if needed, using
2955         angle brackets.
2956         * loader/i386/pc/multiboot2.c: Include multiboot2.h after
2957         grub/multiboot2.h.
2958         * loader/ieee1275/multiboot2.c: Likewise.
2959         * loader/multiboot2.c: Likewise.
2960         * loader/multiboot_loader.c: Likewise.
2962         * configure.ac: Use -nostdlib when probing for the target.  It
2963         should not be required to have libc for the target.
2965         * configure.ac: Remove checks for __bswapsi2 and __bswapdi2,
2966         they fail without libc headers for the target.
2967         * include/grub/powerpc/libgcc.h: Use weak attribute for all
2968         exports.
2969         * include/grub/sparc64/libgcc.h: Likewise.  Don't use
2970         preprocessor conditionals.
2972         * conf/common.rmk: Compile tar.mod from tar.c, not cpio.c.  The
2973         build system doesn't need to be aware of the tar.c internals.
2975 2009-06-09  Michel Hermier  <michel.hermier@gmail.com>
2977         * fs/i386/pc/pxe.c (grub_pxefs_read): Fix returned values.
2979 2009-06-09  Robert Millan  <rmh.grub@aybabtu.com>
2981         * util/deviceiter.c (grub_util_iterate_devices): Increase number of
2982         disk limit to 26 for IDE, Virtio, Xen and SCSI.
2984 2009-06-09  Felix Zielcke  <fzielcke@z-51.de>
2986         * util/i386/pc/grub-install.in: Change the error message if UUIDs
2987         aren't available if ata.mod gets used.
2989 2009-06-09  Oliver Henshaw  <oliver.henshaw@gmail.com>
2991         * bus/usb/ohci.c (grub_ohci_pci_iter): Link struct only after
2992         initialising controller.
2993         * bus/usb/uhci.c (grub_uhci_pci_iter): Likewise.
2995 2009-06-08  Felix Zielcke  <fzielcke@z-51.de>
2997         * util/i386/pc/grub-install.in: Add a parameter --disk-module
2998         to choose between ata and biosdisk module on i386-pc.
3000 2009-06-08  Oliver Henshaw  <oliver.henshaw@gmail.com>
3002         * bus/usb/ohci.c (grub_ohci_pci_iter): Define the Class,
3003         Subclass and Programming Interface fields in terms of the 3 byte
3004         Class Code register.
3005         * bus/usb/uhci.c (grub_uhci_pci_iter): Likewise.
3007         * bus/usb/ohci.c (grub_ohci_pci_iter): Check that programming
3008         interface is OHCI.  Add grub_dprintf for symmetry with
3009         bus/usb/uhci.c.
3010         * bus/usb/uhci.c (grub_uhci_pci_iter): Check that programming
3011         interface is UHCI.  Add interf variable for programming
3012         interface.  Print interface with class/subclass.
3014         * bus/usb/ohci.c: Set interf with correct field.
3016         * bus/usb/uhci.c: Remove unneeded doubled lines.
3017         * bus/usb/ohci.c: Likewise. Change interf to grub_uint32_t.
3018         Remove whitespace inside comment.
3020 2009-06-08  Robert Millan  <rmh.grub@aybabtu.com>
3022         * loader/i386/linux.c (grub_cmd_linux): When processing `vga=', use
3023         as fallback an equivalent option without depth.
3025 2009-06-08  Vladimir Serbinenko  <phcoder@gmail.com>
3027         Not fail if unable to retrieve C/H/S on LBA disks
3029         * disk/i386/pc/biosdisk.c (grub_biosdisk_open): behave gracefully
3030         if unable to retrieve C/H/S on LBA disks
3032 2009-06-08  Pavel Roskin  <proski@gnu.org>
3034         * fs/hfs.c (grub_hfs_find_dir): Use union to avoid a warning
3035         about aliasing.
3037 2009-06-08  Felix Zielcke  <fzielcke@z-51.de>
3039         * Makefile.in (uninstall): Remove all $lib_DATA files.
3041 2009-06-08  Vladimir Serbinenko  <phcoder@gmail.com>
3043         Bugfix: install on partitionless device
3045         * util/hostdisk.c (grub_util_biosdisk_get_grub_dev): check if os_dev
3046         is a whole disk
3048 2009-06-08  Felix Zielcke  <fzielcke@z-51.de>
3050         * Makefile.in (uninstall): Remove all $include_DATA files.
3052 2009-06-08  Felix Zielcke  <fzielcke@z-51.de>
3054         * commands/true.c: New file.  Implement the true and false commands.
3055         * conf/common.rmk.c (pkglib_MODULES): Add `true.mod'.
3056         (true_mod_SOURCES): New variable.
3057         (true_mod_CFLAGS): Likewise.
3058         (true_mod_LDFLAGS): Likewise.
3060 2009-06-05  Colin D Bennett  <colin@gibibit.com>
3062         Optimized font character lookup using binary search instead of linear
3063         search.  Fonts now are required to have the character index ordered by
3064         code point.
3066         * font/font.c (load_font_index): Verify that fonts have ordered
3067         character indices.
3068         (find_glyph): Use binary search instead of linear search to find a
3069         character in a font.
3071 2009-06-05  Michael Scherer  <misc@mandriva.org>
3073         * fs/hfsplus.c (grub_hfsplus_mount): Determine if the filesystem
3074         uses case sensitive btree.
3075         (grub_hfsplus_iterate_dir): Use GRUB_FSHELP_CASE_INSENSITIVE
3076         only for case insensitive filesystems.
3078 2009-06-05  Vladimir Serbinenko  <phcoder@gmail.com>
3080         * conf/i386-pc.rmk (efiemu_mod_CFLAGS): remove -Werror -Wall
3081         * conf/common.rmk (search_mod_CFLAGS): likewise
3083 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3085         * kern/i386/pc/startup.S [APPLE_CC]: block of nops to
3086         compensate a compiler bug
3088 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3090         * include/grub/term.h (GRUB_TERM_BACKSPACE): explicitly define as 8
3091         instead of '\b'
3093 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3095         Definitions for creating asm symbols with Apple's CC
3097         * include/grub/symbol.h [APPLE_CC] (FUNCTION): new macro
3098         [APPLE_CC] (VARIABLE): likewise
3100 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3102         Disable lnxboot.img when compiled
3103         with Apple's CC
3105         * conf/i386-pc.rmk (pkglib_IMAGES): remove lnxboot.img
3106         pkglib_IMAGES [! TARGET_APPLE_CC] (pkglib_IMAGES): add lnxboot.img
3107         * boot/i386/pc/lnxboot.S [APPLE_CC]: define an #error
3108         [! APPLE_CC] (CODE_LENG): skip
3109         [! APPLE_CC] (setup_sects): likewise
3110         [! APPLE_CC]: skip filling
3112 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3114         Address in trampolines based on 32-bit registers when compiled
3115         with Apple's CC
3117         * loader/i386/xnu_helper.S [APPLE_CC]: use 32-bit registers
3118         for addresses
3119         * loader/i386/linux_trampoline.S [APPLE_CC]: likewise
3121 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3123         Avoid aliases when compiling with Apple's CC for PCBIOS machine
3125         * kern/misc.c [APPLE_CC] (memcpy): new function
3126         [APPLE_CC] (memmove): likewise
3127         [APPLE_CC && !GRUB_UTIL] (grub_err_printf): likewise
3128         (memcpy): define alias conditionally on !APPLE_CC
3129         (memset): likewise
3130         (abort): likewise
3131         * include/grub/misc.h (memove): don't define when both GRUB_UTIL and
3132         APPLE_CC are defined
3133         * include/grub/list.h [APPLE_CC] (grub_assert_fail): new function
3134         (grub_assert_fail): make prototype conditional
3136 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3138         Use grub-macho2img when compiling with Apple's CC for PCBIOS machine
3140         * conf/common.rmk (bin_UTILITIES): add (on false on condition)
3141         grub-macho2img
3142         (CLEANFILES): add grub-macho2img
3143         (grub_macho2img_SOURCES): new variable
3144         * kern/i386/pc/startup.S (bss_start): new variable
3145         (bss_end): likewise
3146         * genmk.rb: use grub-macho2img for *.img when compiled with Apple's CC
3147         * util/grub-macho2img.c: new file
3149 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3151         Use objconv when compiling with Apple's CC
3153         * conf/i386-pc.rmk (efiemu32.o): use OBJCONV if defined
3154         (efiemu64.o): likewise
3155         (efiemu64_c.o): omit -mcmodel=large and add -DAPPLE_CC=1
3156         when compiling with Apple's CC
3157         (efiemu64_s.o): likewise
3158         * configure.ac: check for objconv when compiling with Apple's CC
3159         * genmk.rb: use objconv for modules when compiled with Apple's CC
3161 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3163         Define segment as well as section when compiling with
3164         Apple's CC
3166         * efiemu/runtime/efiemu.c (PHYSICAL_ATTRIBUTE): new definition
3167         (efiemu_set_virtual_address_map): declare with PHYSICAL_ATTRIBUTE
3168         (efiemu_convert_pointer): likewise
3169         (efiemu_set_virtual_address_map): likewise
3170         (efiemu_convert_pointer): likewise
3171         (efiemu_getcrc32): likewise
3172         (init_crc32_table): likewise
3173         (reflect): likewise
3174         * include/grub/dl.h (GRUB_MOD_NAME): define segment with Apple's CC
3175         (GRUB_MOD_DEP): likewise
3177 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3179         Allow a compilation without -mcmodel=large
3181         * kern/efi/mm.c (grub_efi_allocate_pages): don't allocate >4GiB
3182         when compiled without -mcmodel=large
3183         (filter_memory_map): remove memory post 4 GiB when compiled
3184         without -mcmodel=large
3185         * configure.ac: fail gracefully and add -DMCMODEL_SMALL=1 to
3186         TARGET_CFLAGS when -mcmodel=large isn't supported
3188 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3190         Remove nested functions in efiemu core
3192         * efiemu/runtime/efiemu.c (reflect): make static instead of nested
3194 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3196         Avoid clobbering %ebx/%rbx in inline assembly with Apple's CC
3198         * efiemu/runtime/efiemu.c (write_cmos): use %cl instead of %bl as
3199         temporary storage
3200         * include/grub/i386/tsc.h (grub_get_tsc): restore %rbx/%ebx when
3201         using Apple's CC
3202         (grub_cpu_is_tsc_supported): likewise
3203         * loader/i386/xnu.c (guessfsb): restore %rbx/%ebx in inline assembly
3205 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3207         Absolute addressing through constant with Apple's cc
3209         * kern/i386/pc/startup.S: Define necessary constants
3210         and address through it when using ABS with Apple's CC
3211         * boot/i386/pc/diskboot.S: likewise
3212         * boot/i386/pc/boot.S: likewise
3213         * boot/i386/pc/lnxboot.S: likewise
3214         * boot/i386/pc/cdboot.S: likewise
3215         * mmap/i386/pc/mmap_helper.S: likewise
3216         * commands/i386/pc/drivemap_int13h.S: likewise
3218 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3220         Check if compiler is apple cc
3222         * Makefile.in (ASFLAGS): new variable
3223         (TARGET_ASFLAGS): likewise
3224         (TARGET_MODULE_FORMAT): likewise
3225         (TARGET_APPLE_CC): likewise
3226         (OBJCONV): likewise
3227         (TARGET_IMG_CFLAGS): likewise
3228         (TARGET_CPPFLAGS): add includedir
3229         * configure.ac: call grub_apple_cc and grub_apple_target_cc
3230         (TARGET_IMG_LDFLAGS): Add -Wl,-Ttext,. All users updated
3231         Check for linker script only if compiler isn't Apple's CC
3232         (TARGET_MODULE_FORMAT): set
3233         (TARGET_APPLE_CC): likewise
3234         (TARGET_ASFLAGS): likewise
3235         (ASFLAGS): likewise
3236         Check for objcopy only if compiler isn't Apple's CC
3237         Check for BSS symbol only if compiler isn't Apple's CC
3238         * genmk.rb: adapt nm options if we use Apple's utils
3239         * aclocal.m4 (grub_apple_cc): new test
3240         (grub_apple_target_cc): likewise
3242 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3244         Simplify sed expressions and improve awk
3246         * Makefile.in (install-local): simplify sed expression
3247         * gencmdlist.sh: likewise
3248         * genmoddep.awk: avoid adding module as a dependency of itself
3250 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3252         Add missing start symbols
3254         * boot/i386/pc/boot.S: add start
3255         * boot/i386/pc/pxeboot.S: likewise
3257 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3259         Fix wrong assumptions with grub-mkimage on EFI
3261         * i386/efi/grub-mkimage.c (read_kernel_module): don't write prefix here
3262         (relocate_addresses): consider both r_addend and value at offset
3263         (make_mods_section): zerofill modinfo and header
3264         (convert_elf): write prefix here
3266 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3268         Use .asciz instead of .string
3270         * i386/pc/diskboot.S: use .asciz instead of .string
3271         * i386/pc/boot.S: likewise
3272         * include/grub/dl.h (GRUB_MOD_DEP): likewise
3273         (GRUB_MOD_NAME): likewise
3275 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3277         gfxpayload support
3279         * commands/videotest.c (grub_cmd_videotest): use grub_video_set_mode
3280         * include/grub/video.h (GRUB_VIDEO_MODE_TYPE_PURE_TEXT): new definition
3281         (grub_video_setup): remove
3282         (grub_video_set_mode): new prototype
3283         * loader/i386/linux.c (DEFAULT_VIDEO_MODE): new definition
3284         (vid_mode): remove
3285         (linux_vesafb_res): compile only on PCBIOS
3286         (grub_linux_boot): support gfxpayload
3287         * loader/i386/pc/xnu.c (video_hook): new function
3288         (grub_xnu_set_video): support gfxpayload
3289         * term/gfxterm.c (DEFAULT_VIDEO_WIDTH): removed
3290         (DEFAULT_VIDEO_HEIGHT): likewise
3291         (DEFAULT_VIDEO_FLAGS): likewise
3292         (DEFAULT_VIDEO_MODE): new definition
3293         (video_hook): new function
3294         (grub_gfxterm_init): use grub_video_set_mode
3295         * util/grub.d/30_os-prober.in: remove explicit modesetting before
3296         loading xnu
3297         * video/video.c (grub_video_setup): removed
3298         (grub_video_set_mode): new function based on grub_gfxterm_init and
3299         grub_video_setup
3301 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3303         Avoid calling biosdisk in drivemap
3305         * commands/i386/pc/drivemap.c (parse_biosdisk): remove
3306         (revparse_biosdisk): likewise
3307         (list_mappings): derive name from id directly
3308         (grub_cmd_drivemap): use tryparse_diskstring
3310 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
3312         Script fixes
3314         * include/grub/script_sh.h (grub_script_cmdline): remove cmdline
3315         (grub_lexer_param): add tokenonhold
3316         (grub_script_create_cmdline): remove cmdline. All callers updated
3317         (grub_script_function_create): make functionname
3318         grub_script_arg. All callers updated
3319         (grub_script_execute_argument_to_string): new prototype
3320         * kern/parser.c (state_transitions): reorder
3321         (grub_parser_cmdline_state): fix a bug and make more compact
3322         * script/sh/execute.c (grub_script_execute_argument_to_string):
3323         make global
3324         (grub_script_execute_cmdline): use new format
3325         * script/sh/function.c (grub_script_function_create): make functionname
3326         grub_script_arg. All callers updated
3327         * script/sh/lexer.c (grub_script_lexer_init): initialize tokenonhold
3328         (grub_script_yylex): remove
3329         (grub_script_yylex2): renamed to ...
3330         (grub_script_yylex): ...renamed
3331         parse the expressions like a${b}c
3332         * script/sh/parser.y (GRUB_PARSER_TOKEN_ARG): new typed terminal
3333         (GRUB_PARSER_TOKEN_VAR): remove
3334         (GRUB_PARSER_TOKEN_NAME): likewise
3335         ("if"): declare as typeless
3336         ("while"): likewise
3337         ("function"): likewise
3338         ("else"): likewise
3339         ("then"): likewise
3340         ("fi"): likewise
3341         (text): remove
3342         (argument): likewise
3343         (script): accept empty scripts and make exit on error
3344         (arguments): use GRUB_PARSER_TOKEN_ARG
3345         (function): likewise
3346         (command): move error handling to script
3347         (menuentry): move grub_script_lexer_ref before
3348         * script/sh/script.c (grub_script_create_cmdline): remove cmdline
3349         argument. All callers updated
3351 2009-06-04  Robert Millan  <rmh.grub@aybabtu.com>
3353         Prevent GRUB from probing floppies during boot.
3355         * conf/common.rmk (search_mod_CFLAGS): Use `-Werror -Wall'.
3356         * commands/search.c (options): Add --no-floppy.
3357         (search_fs, search_file, grub_cmd_search): Support --no-floppy.
3358         * util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Use
3359         --no-floppy when searching for UUIDs.
3361 2009-06-04  Robert Millan  <rmh.grub@aybabtu.com>
3363         Simplify the code duplication in commands/search.c.
3365         * commands/search.c (search_label, search_fs_uuid): Merge into ...
3366         (search_fs): ... this.  Update all users.
3368 2009-06-03  Felix Zielcke  <fzielcke@z-51.de>
3370         * util/grub-mkconfig.in (update_grub_dir): Rename to grub_mkconfig_dir.
3372 2009-05-28  Pavel Roskin  <proski@gnu.org>
3374         * Makefile.in: Don't use "cp -d", it doesn't work on FreeBSD.
3375         Remove the original symlink explicitly.
3377         * fs/hfs.c (grub_hfs_find_dir): Skip sequences of slashes, not
3378         just one slash.  That's how grub_fshelp_find_file() does it.
3380 2009-05-26  Pavel Roskin  <proski@gnu.org>
3382         * genmk.rb: Avoid shadowing variable `s', rename the outer `s'
3383         to `str'.
3385         * util/getroot.c (grub_util_get_dev_abstraction): Mark os_dev as
3386         possibly unused.
3388 2009-05-25  Christian Franke  <franke@computer.org>
3390         * disk/ata.c (grub_ata_wait_not_busy): Add debug output of status
3391         register.
3392         (grub_atapi_identify): Add wait after drive select.
3393         (grub_ata_identify): Do more strict status register check before
3394         calling grub_atapi_identify ().  Suppress error message if status
3395         register is 0x00 after command failure.  Add status register
3396         check after PIO read to avoid bogus identify due to stuck DRQ.
3397         Thanks to Pavel Roskin for testing.
3398         (grub_device_initialize): Remove unsafe status register check.
3399         Thanks to 'phcoder' for problem report and patch.
3400         Prevent sign extension in debug message.
3402 2009-05-23  Colin D Bennett  <colin@gibibit.com>
3404         Cleaned up `include/grub/normal.h'.  Grouped prototypes by
3405         definition file, and functions defined in `normal/menu.c' have had
3406         their prototypes moved to `include/grub/menu.h' for consistency.
3408         * include/grub/menu.h (grub_menu_execute_callback): Added; moved
3409         from normal.h.
3410         (grub_menu_get_entry): Likewise.
3411         (grub_menu_get_timeout): Likewise.
3412         (grub_menu_set_timeout): Likewise.
3413         (grub_menu_execute_entry): Likewise.
3414         (grub_menu_execute_with_fallback): Likewise.
3415         (grub_menu_entry_run): Likewise.
3417         * include/grub/normal.h: Re-ordered and grouped function
3418         prototypes by file that the function is defined in.
3419         (grub_menu_execute_callback): Removed; moved to menu.h.
3420         (grub_menu_get_entry): Likewise.
3421         (grub_menu_get_timeout): Likewise.
3422         (grub_menu_set_timeout): Likewise.
3423         (grub_menu_execute_entry): Likewise.
3424         (grub_menu_execute_with_fallback): Likewise.
3425         (grub_menu_entry_run): Likewise.
3426         (grub_menu_addentry): Renamed from this ...
3427         (grub_normal_add_menu_entry): ... to this.
3429         * normal/main.c (grub_menu_addentry): Renamed from this ...
3430         (grub_normal_add_menu_entry): ... to this.
3432         * script/sh/execute.c (grub_script_execute_menuentry): Update
3433         reference to renamed grub_menu_addentry function.
3435 2009-05-23  Felix Zielcke  <fzielcke@z-51.de>
3437         * commands/i386/pc/drivemap.c (MODNAME): Remove. Update all users.
3439 2009-05-22  Pavel Roskin  <proski@gnu.org>
3441         * aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): Remove.
3442         * configure.ac: Don't call grub_I386_CHECK_REGPARM_BUG.  Define
3443         NESTED_FUNC_ATTR using AH_BOTTOM.  Use regparm(1) only when
3444         compiling for the i386 targets, but not for the utilities.
3446         * include/grub/i386/pc/kernel.h (grub_boot_drive): Change type
3447         to grub_uint8_t.
3448         (grub_root_drive): Likewise.
3449         * kern/i386/pc/startup.S (grub_boot_drive): Change size to byte,
3450         remove alignment.
3451         (grub_root_drive): Change size to byte.
3452         (grub_start_addr): Remove.
3453         (grub_end_addr): Likewise.
3454         (grub_apm_bios_info): Likewise.
3456 2009-05-21  Felix Zielcke  <fzielcke@z-51.de>
3458         * normal/i386: Remove.
3459         * normal/powerpc: Likewise.
3460         * normal/sparc64: Likewise.
3461         * normal/x86_64: Likewise.
3463 2009-05-19  Vladimir Serbinenko  <phcoder@gmail.com>
3465         * conf/x86_64-efi.rmk (linux_mod_ASFLAGS): Add missing variable
3466         * loader/i386/linux_trampoline.S: Fix indentation
3467         * loader/i386/xnu_helper.S: Likewise
3469 2009-05-18  Colin D Bennett  <colin@gibibit.com>
3471         Display error messages when parsing a Lua statement fails.
3472         Previously, executing a syntactically invalid statement like
3473         ")foo" or "bar;" would silently fail.
3475         * script/lua/grub_main.c (handle_lua_error): New function.
3476         (grub_lua_parse_line): Improved reporting of Lua parser and
3477         execution errors.
3479 2009-05-17  Vladimir Serbinenko  <phcoder@gmail.com>
3481         Remove -Werror which causes build to fail on some systems
3483         * conf/i386-pc.rmk (xnu_mod_CFLAGS): Remove -Werror -Wall
3484         * conf/i386-efi.rmk (xnu_mod_CFLAGS): Likewise
3485         * conf/x86_64-efi.rmk (xnu_mod_CFLAGS): Likewise
3487 2009-05-17  Vladimir Serbinenko  <phcoder@gmail.com>
3489         trampoline for linux on 64-bit platform
3491         * conf/x86_64-efi.rmk (linux_mod_SOURCES): added
3492         loader/i386/efi/linux_trampoline.S
3493         * include/grub/x86_64/efi/loader.h (grub_linux_real_boot): removed
3494         declaration
3495         * kern/x86_64/efi/startup.S (grub_linux_real_boot): moved from
3496         here
3497         * loader/i386/linux_trampoline.S: moved here
3498         * loader/i386/efi/linux.c (allocate_pages): reserve space for
3499         trampoline
3500         (jumpvector): removed
3501         (grub_linux_trampoline_start): new declaration
3502         (grub_linux_trampoline_end): likewise
3503         (grub_linux_boot): use trampoline when on 64-bit platform
3504         * loader/i386/linux.c: likewise
3506 2009-05-16  Pavel Roskin  <proski@gnu.org>
3508         * script/lua/grub_lib.c (grub_lua_getenv): Make name and value
3509         const to avoid a warning.
3510         (grub_lua_setenv): Likewise.
3511         * script/lua/grub_main.c (grub_lua_parse_line): Use size_t for
3512         lmsg to fix a warning.
3514 2009-05-16  Felix Zielcke  <fzielcke@z-51.de>
3516         * conf/i386.rmk (setjmp_mod_CFLAGS): Rename to ...
3517         (setjmp_mod_ASFLAGS): ... this. Set to $(COMMON_ASFLAGS).
3518         * conf/x86_64-efi.rmk (setjmp_mod_CFLAGS): Rename to ...
3519         (setjmp_mod_ASFLAGS): ... this. Set to $(COMMON_ASFLAGS).
3520         * conf/powerpc-ieee1275.rmk (setjmp_mod_CFLAGS): Rename to ...
3521         (setjmp_mod_ASFLAGS): ... this. Set to $(COMMON_ASFLAGS).
3522         * conf/sparc64-ieee1275.rmk (setjmp_mod_CFLAGS): Rename to ...
3523         (setjmp_mod_ASFLAGS): ... this. Set to $(COMMON_ASFLAGS).
3525 2009-05-16  Felix Zielcke  <fzielcke@z-51.de>
3527         * util/grub-mkconfig.in: Export GRUB_TERMINAL_INPUT.
3529 2009-05-16  Bean  <bean123ch@gmail.com>
3531         * conf/common.rmk (pkglib_MODULES): Add lua.mod.
3532         (lua_mod_SOURCES): New variable.
3533         (lua_mod_CFLAGS): Likewise.
3534         (lua_mod_LDFLAGS): Likewise.
3536         * conf/i386.rmk (pkglib_MODULES): Add setjmp.mod.
3537         (setjmp_mod_SOURCES): New variable.
3538         (setjmp_mod_CFLAGS): Likewise.
3539         (setjmp_LDFLAGS): Likewise.
3541         * conf/x86_64-efi.rmk (pkglib_MODULES): Add setjmp.mod.
3542         (setjmp_mod_SOURCES): New variable.
3543         (setjmp_mod_CFLAGS): Likewise.
3544         (setjmp_LDFLAGS): Likewise.
3546         * conf/powerpc-ieee1275.rmk (pkglib_MODULES): Add setjmp.mod.
3547         (setjmp_mod_SOURCES): New variable.
3548         (setjmp_mod_CFLAGS): Likewise.
3549         (setjmp_LDFLAGS): Likewise.
3551         * conf/sparc64-ieee1275.rmk (pkglib_MODULES): Add setjmp.mod.
3552         (setjmp_mod_SOURCES): New variable.
3553         (setjmp_mod_CFLAGS): Likewise.
3554         (setjmp_LDFLAGS): Likewise.
3556         * normal/i386/setjmp.S: Moved from here ...
3557         * lib/i386/setjmp.S: ... Moved here
3558         * normal/x86_64/setjmp.S: Moved from here ...
3559         * lib/x86_64/setjmp.S: ... Moved here
3560         * normal/powerpc/setjmp.S: Moved from here ...
3561         * lib/powerpc/setjmp.S: ... Moved here
3562         * normal/sparc64/setjmp.S: Moved from here ...
3563         * lib/sparc64/setjmp.S: ... Moved here
3565         * include/grub/i386/setjmp.h (grub_setjmp): Don't use attribute
3566         returns_twice in mingw.
3568         * script/lua/grub_lib.c: New file.
3569         * script/lua/grub_lib.h: Likewise.
3570         * script/lua/grub_lua.h: Likewise.
3571         * script/lua/grub_main.c: Likewise.
3572         * script/lua/lapi.c: Likewise.
3573         * script/lua/lapi.h: Likewise.
3574         * script/lua/lauxlib.c: Likewise.
3575         * script/lua/lauxlib.h: Likewise.
3576         * script/lua/lbaselib.c: Likewise.
3577         * script/lua/lcode.c: Likewise.
3578         * script/lua/lcode.h: Likewise.
3579         * script/lua/ldblib.c: Likewise.
3580         * script/lua/ldebug.c: Likewise.
3581         * script/lua/ldebug.h: Likewise.
3582         * script/lua/ldo.c: Likewise.
3583         * script/lua/ldo.h: Likewise.
3584         * script/lua/ldump.c: Likewise.
3585         * script/lua/lfunc.c: Likewise.
3586         * script/lua/lfunc.h: Likewise.
3587         * script/lua/lgc.c: Likewise.
3588         * script/lua/lgc.h: Likewise.
3589         * script/lua/linit.c: Likewise.
3590         * script/lua/liolib.c: Likewise.
3591         * script/lua/llex.c: Likewise.
3592         * script/lua/llex.h: Likewise.
3593         * script/lua/llimits.h: Likewise.
3594         * script/lua/lmathlib.c: Likewise.
3595         * script/lua/lmem.c: Likewise.
3596         * script/lua/lmem.h: Likewise.
3597         * script/lua/loadlib.c: Likewise.
3598         * script/lua/lobject.c: Likewise.
3599         * script/lua/lobject.h: Likewise.
3600         * script/lua/lopcodes.c: Likewise.
3601         * script/lua/lopcodes.h: Likewise.
3602         * script/lua/loslib.c: Likewise.
3603         * script/lua/lparser.c: Likewise.
3604         * script/lua/lparser.h: Likewise.
3605         * script/lua/lstate.c: Likewise.
3606         * script/lua/lstate.h: Likewise.
3607         * script/lua/lstring.c: Likewise.
3608         * script/lua/lstring.h: Likewise.
3609         * script/lua/lstrlib.c: Likewise.
3610         * script/lua/ltable.c: Likewise.
3611         * script/lua/ltable.h: Likewise.
3612         * script/lua/ltablib.c: Likewise.
3613         * script/lua/ltm.c: Likewise.
3614         * script/lua/ltm.h: Likewise.
3615         * script/lua/lua.h: Likewise.
3616         * script/lua/luaconf.h: Likewise.
3617         * script/lua/lualib.h: Likewise.
3618         * script/lua/lundump.c: Likewise.
3619         * script/lua/lundump.h: Likewise.
3620         * script/lua/lvm.c: Likewise.
3621         * script/lua/lvm.h: Likewise.
3622         * script/lua/lzio.c: Likewise.
3623         * script/lua/lzio.h: Likewise.
3625 2009-05-16  Bean  <bean123ch@gmail.com>
3627         * include/grub/kernel.h (grub_module_header_types): Add type
3628         OBJ_TYPE_CONFIG.
3630         * kern/main.c (grub_load_config): New function.
3631         (grub_main): Call grub_load_config to read boot config.
3633         * grub-mkimage (generate_image): New parameter config_path.
3634         (options): New option --config.
3635         (main): Parse --config option, and pass it to generate_image.
3637 2009-05-14  Christian Franke  <franke@computer.org>
3639         * commands/i386/pc/drivemap_int13h.S: Add missing EXT_C for symbols.
3640         This fixes build on Cygwin.
3642 2009-05-14  Pavel Roskin  <proski@gnu.org>
3644         * commands/i386/pc/drivemap_int13h.S: Eliminate unconditional
3645         jump.  This saves two bytes, so the typical case of 2 swapped
3646         drives would fit 32 bytes.
3648 2009-05-13  Pavel Roskin  <proski@gnu.org>
3650         * loader/i386/multiboot.c (grub_multiboot): Cast mmap_addr to
3651         grub_uint32_t to avoid a warning.
3653         * loader/i386/linux.c (allocate_pages): When assigning
3654         real_mode_mem, cast through grub_size_t to fix a warning.  The
3655         code already makes sure that the value would fit a pointer.
3656         (grub_linux_setup_video): Cast render_target->data to
3657         grub_size_t to fix a warning.
3659 2009-05-13  Javier Martín  <lordhabbit@gmail.com>
3661         * commands/i386/pc/drivemap.c: New file - implement drivemap
3662         command.
3663         * commands/i386/pc/drivemap_int13h.S: New file - int13 handler.
3664         * conf/i386-pc.rmk: Add drivemap.c and drivemap_int13h.S.
3666 2009-05-13  Pavel Roskin  <proski@gnu.org>
3668         * util/i386/pc/grub-setup.c (setup): Remove unused variable
3669         embedding_area_exists.
3671 2009-05-13  Robert Millan  <rmh.grub@aybabtu.com>
3673         * util/i386/pc/grub-setup.c (setup): Restructure code flow to make
3674         it easier to understand / work with.
3675         Improve warning messages for cases where there's no embedding area,
3676         or when it is too small (or core.img too large).
3678 2009-05-13  Pavel Roskin  <proski@gnu.org>
3680         * loader/i386/pc/multiboot2.c: Add necessary includes for
3681         grub_multiboot2_real_boot().
3683         * fs/iso9660.c (grub_iso9660_iterate_dir): The file mode in the
3684         PX record is always little-endian.  We only need the lower 2
3685         bytes of the mode.
3687         * fs/cpio.c: Use the same name "struct head" for tar and cpio to
3688         facilitate code reuse.
3689         (grub_cpio_mount): Use "struct head", not a char buffer.  This
3690         fixes a warning reported by gcc 4.4.
3692         * kernel/disk.c (grub_disk_read): Use void pointer for the
3693         buffer.
3694         (grub_disk_write): Use const void pointer for the buffer.
3695         Adjust all callers.  Remove unnecessary casts.
3697 2009-05-10  Robert Millan  <rmh.grub@aybabtu.com>
3699         * util/i386/pc/grub-install.in: Update copyright year.
3701 2009-05-09  Vladimir Serbinenko  <phcoder@gmail.com>
3703         gptsync
3705         * commands/gptsync.c: new file
3706         * conf/common.rmk (pkglib_MODULES): add gptsync.mod
3707         (gptsync_mod_SOURCES): new variable
3708         (gptsync_mod_CFLAGS): likewise
3709         (gptsync_mod_LDFLAGS): likewise
3710         * include/grub/pc_partition.h (GRUB_PC_PARTITION_TYPE_NTFS):
3711         new definition
3712         (GRUB_PC_PARTITION_TYPE_HFS): likewise
3713         * conf/i386-coreboot.rmk (grub_emu_SOURCES): add commands/gptsync.c
3714         * conf/i386-ieee1275.rmk: likewise
3715         * conf/i386-pc.rmk: likewise
3716         * conf/powerpc-ieee1275.rmk: likewise
3718 2009-05-09  Vladimir Serbinenko  <phcoder@gmail.com>
3720         Fixed grub-emu
3722         * kern/dl.c (grub_dl_ref): omit when compiling grub-emu
3723         (grub_dl_ref): likewise
3725 2009-05-08  Robert Millan  <rmh.grub@aybabtu.com>
3727         * util/i386/pc/grub-setup.c (setup): Factorize find_usable_region(),
3728         split in two functions (one for msdos and one for gpt).
3730 2009-05-08  Pavel Roskin  <proski@gnu.org>
3732         * disk/raid.c (grub_raid_block_xor): Make buf2 constant, it's
3733         not modified.
3735         * disk/raid6_recover.c (grub_raid6_recover): Fix warnings about
3736         uninitialized err[0] and err[1].  Rename them to bad1 and bad2.
3737         Initialize them with -1.  Add sanity check for bad1.  Eliminate
3738         nerr variable.
3740 2009-05-08  David S. Miller  <davem@davemloft.net>
3742         * util/sparc64/ieee1275/grub-ofpathname.c (main): Set progname.
3744 2009-05-06  Robert Millan  <rmh.grub@aybabtu.com>
3746         * util/i386/pc/grub-setup.c (setup): Fix check for embed region
3747         existence.
3749 2009-05-05  Felix Zielcke  <fzielcke@z-51.de>
3751         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
3752         `kern/rescue_reader.c', `kern/rescue_parser.c' and `normal/autofs.c'.
3754 2009-05-05  David S. Miller  <davem@davemloft.net>
3756         * util/sparc64/ieee1275/grub-install.in: Fix sed arg quoting.
3758 2009-05-05  Pavel Roskin  <proski@gnu.org>
3760         * include/grub/dl.h [GRUB_UTIL]: Provide inline implementations
3761         of grub_dl_ref() and grub_dl_unref().
3762         * commands/parttool.c: Remove preprocessor conditionals around
3763         grub_dl_ref() and grub_dl_unref().
3764         * fs/affs.c: Likewise.
3765         * fs/afs.c: Likewise.
3766         * fs/cpio.c: Likewise.
3767         * fs/ext2.c: Likewise.
3768         * fs/fat.c: Likewise.
3769         * fs/hfs.c: Likewise.
3770         * fs/hfsplus.c: Likewise.
3771         * fs/iso9660.c: Likewise.
3772         * fs/jfs.c: Likewise.
3773         * fs/minix.c: Likewise.
3774         * fs/ntfs.c: Likewise.
3775         * fs/reiserfs.c: Likewise.
3776         * fs/sfs.c: Likewise.
3777         * fs/udf.c: Likewise.
3778         * fs/ufs.c: Likewise.
3779         * fs/xfs.c: Likewise.
3780         * include/grub/dl.h: Likewise.
3781         * loader/xnu.c: Likewise.
3783 2009-05-04  Pavel Roskin  <proski@gnu.org>
3785         * commands/acpi.c: Remove unused variable my_mod.
3786         * partmap/amiga.c: Likewise.
3787         * partmap/apple.c: Likewise.
3788         * partmap/gpt.c: Likewise.
3789         * partmap/pc.c: Likewise.
3790         * partmap/sun.c: Likewise.
3791         * term/gfxterm.c: Likewise.
3792         * term/i386/pc/vesafb.c: Likewise.
3793         * term/i386/pc/vga.c: Likewise.
3795 2009-05-04  David S. Miller  <davem@davemloft.net>
3797         * kern/ieee1275/openfw.c (grub_children_iterate): Fix string
3798         pointer args to grub_ieee1275_get_property().
3800         * conf/sparc64-ieee1275.rmk: Fix build due to missing '\'.
3802         * disk/ieee1275/ofdisk.c (grub_ofdisk_iterate): Bypass cdrom
3803         devices, and do not traverse down under controller nodes.
3805         * disk/ieee1275/ofdisk.c (compute_dev_path): New.
3806         (grub_ofdisk_open): Use it to un-escape "," characters.
3807         * kern/disk.c (find_part_sep): New.
3808         (grub_disk_open): Use it to find the first non-escaped ','
3809         character in the disk name.
3810         * util/ieee1275/devicemap.c (escape_of_path): New.
3811         (grub_util_emit_devicemap_entry): Use it.
3812         * util/sparc64/ieee1275/grub-install.in: Update script to
3813         strip partition specifiers properly by not triggering on
3814         '\' escaped ',' characters.
3816 2009-05-04  Robert Millan  <rmh.grub@aybabtu.com>
3818         * include/grub/i386/linux.h (GRUB_LINUX_VID_MODE_VESA_START): Set
3819         to 0x300.
3820         * loader/i386/linux.c (vga_modes, linux_vesafb_res): Add a few
3821         resolutions.
3822         (linux_vesafb_modes): Add a lot of additional modes to the list (based
3823         on documentation from Wikipedia).
3825 2009-05-04  Pavel Roskin  <proski@gnu.org>
3827         * disk/ata.c: Spelling fixes.
3828         * disk/raid.c: Likewise.
3829         * disk/usbms.c: Likewise.
3830         * disk/dmraid_nvidia.c: Likewise.
3831         * kern/ieee1275/openfw.c: Likewise.
3832         * kern/ieee1275/init.c: Likewise.
3833         * kern/ieee1275/cmain.c: Likewise.
3834         * boot/i386/pc/cdboot.S: Likewise.
3835         * video/readers/png.c: Likewise.
3836         * video/i386/pc/vbe.c: Likewise.
3837         * fs/udf.c: Likewise.
3838         * fs/hfs.c: Likewise.
3839         * fs/reiserfs.c: Likewise.
3840         * efiemu/runtime/efiemu.c: Likewise.
3841         * efiemu/main.c: Likewise.
3842         * efiemu/mm.c: Likewise.
3843         * include/grub/elf.h: Likewise.
3844         * include/grub/xnu.h: Likewise.
3845         * include/grub/usbdesc.h: Likewise.
3846         * include/grub/usb.h: Likewise.
3847         * include/grub/script_sh.h: Likewise.
3848         * include/grub/lib/LzmaEnc.h: Likewise.
3849         * include/grub/efiemu/efiemu.h: Likewise.
3850         * include/grub/command.h: Likewise.
3851         * normal/menu.c: Likewise.
3852         * normal/main.c: Likewise.
3853         * normal/datetime.c: Likewise.
3854         * bus/usb/uhci.c: Likewise.
3855         * mmap/i386/uppermem.c: Likewise.
3856         * mmap/mmap.c: Likewise.
3857         * commands/acpi.c: Likewise.
3858         * commands/test.c: Likewise.
3859         * partmap/apple.c: Likewise.
3860         * font/font.c: Likewise.
3861         * loader/sparc64/ieee1275/linux.c: Likewise.
3862         * loader/macho.c: Likewise.
3863         * loader/i386/bsd_trampoline.S: Likewise.
3864         * loader/i386/bsd.c: Likewise.
3865         * loader/xnu.c: Likewise.
3866         * term/i386/pc/vesafb.c: Likewise.
3867         * term/usb_keyboard.c: Likewise.
3868         * util/resolve.c: Likewise.
3869         * util/getroot.c: Likewise.
3871 2009-05-04  Felix Zielcke  <fzielcke@z-51.de>
3873         * conf/i386-pc.rmk (libpkg_DATA): Rename to pkglib_DATA.
3875 2009-05-04  Robert Millan  <rmh.grub@aybabtu.com>
3877         * loader/i386/linux.c [GRUB_MACHINE_PCBIOS] (grub_cmd_linux): Fix
3878         build error.
3880 2009-05-04  Robert Millan  <rmh.grub@aybabtu.com>
3882         * loader/i386/linux.c (grub_cmd_linux): Make "vga=" compatibility
3883         parameter only available on BIOS.
3885 2009-05-04  Vladimir Serbinenko  <phcoder@gmail.com>
3887         Removed wrong semicolon in declaration
3889         * grub/misc.h (grub_dprintf): remove semicolon
3891 2009-05-04  Robert Millan  <rmh.grub@aybabtu.com>
3893         * loader/i386/linux.c (GRUB_ASSUME_LINUX_HAS_FB_SUPPORT): New macro.
3894         (grub_linux_boot): Don't check for `linux_vesafb_modes' bounds (this
3895         is done by grub_cmd_linux() now).
3896         [! GRUB_ASSUME_LINUX_HAS_FB_SUPPORT]: If "vga=" parameter wasn't set,
3897         restore video to text mode.
3898         (grub_cmd_linux): Default `vid_mode' initialization to 0, which
3899         indicates lack of "vga=" parameter.  "vga=0" is mapped to
3900         `GRUB_LINUX_VID_MODE_NORMAL'.
3902 2009-05-04  Felix Zielcke  <fzielcke@z-51.de>
3904         * conf/i386-efi.rmk (grub_emu_SOURCES): Remove `normal/execute.c',
3905         `normal/lexer.c', `kern/rescue.c', `normal/function.c', `normal/misc.c'
3906         and `normal/script.c'.  Add `kern/rescue_reader.c',
3907         `kern/rescue_parser.c', `script/sh/main.c', `script/sh/execute.c',
3908         `script/sh/function.c', `script/sh/lexer.c', `script/sh/script.c' and
3909         `grub_script.tab.c'.
3911         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3912         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
3913         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3914         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
3915         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3917         * Makefile.in: Remove duplicated 2008 in Copyright line.
3919 2009-05-04  Robert Millan  <rmh.grub@aybabtu.com>
3921         * util/misc.c (grub_util_warn): New function.  Emits a warning
3922         unconditionally.
3923         * include/grub/util/misc.h (grub_util_warn): New declaration.
3925         * util/i386/pc/grub-install.in: Understand --force and pass it down
3926         to grub-setup.
3928         * util/i386/pc/grub-setup.c (main): Understand --force and pass it
3929         down to setup().
3930         (setup): Improve error messages and add warnings when requested to
3931         install in odd layouts.  Refuse to install using blocklists unless
3932         --force was set.
3934 2009-05-04  martin f. krafft  <madduck@madduck.net>
3936         * disk/raid.c (grub_raid_scan_device): Improve debug message.
3938 2009-05-04  Vladimir Serbinenko  <phcoder@gmail.com>
3940         Updated copyright year
3942         * fs/hfsplus.c: updated copyright year
3944 2009-05-04  Vladimir Serbinenko  <phcoder@gmail.com>
3946         HFS+ UUID
3948         * fs/hfsplus.c (grub_hfsplus_volheader): added num_serial field
3949         in the space previously used by unused3
3950         (grub_hfsplus_uuid): new function
3951         (grub_hfsplus_fs): added uuid field
3953 2009-05-03  Pavel Roskin  <proski@gnu.org>
3955         * disk/ata.c: Don't cast mod to void in GRUB_MOD_INIT to
3956         suppress warnings.  It's no longer needed.
3957         * disk/host.c: Likewise.
3958         * disk/ata_pthru.c: Likewise.
3959         * disk/loopback.c: Likewise.
3960         * hook/datehook.c: Likewise.
3961         * parttool/pcpart.c: Likewise.
3962         * fs/i386/pc/pxe.c: Likewise.
3963         * fs/ntfscomp.c: Likewise.
3964         * efiemu/main.c: Likewise.
3965         * mmap/mmap.c: Likewise.
3966         * commands/crc.c: Likewise.
3967         * commands/hexdump.c: Likewise.
3968         * commands/hdparm.c: Likewise.
3969         * commands/acpi.c: Likewise.
3970         * commands/echo.c: Likewise.
3971         * commands/minicmd.c: Likewise.
3972         * commands/blocklist.c: Likewise.
3973         * commands/memrw.c: Likewise.
3974         * commands/loadenv.c: Likewise.
3975         * commands/usbtest.c: Likewise.
3976         * commands/lsmmap.c: Likewise.
3977         * commands/boot.c: Likewise.
3978         * commands/parttool.c: Likewise.
3979         * commands/configfile.c: Likewise.
3980         * commands/search.c: Likewise.
3981         * commands/ieee1275/suspend.c: Likewise.
3982         * commands/cat.c: Likewise.
3983         * commands/i386/pc/pxecmd.c: Likewise.
3984         * commands/i386/pc/play.c: Likewise.
3985         * commands/i386/pc/halt.c: Likewise.
3986         * commands/i386/pc/vbeinfo.c: Likewise.
3987         * commands/i386/pc/vbetest.c: Likewise.
3988         * commands/lspci.c: Likewise.
3989         * commands/date.c: Likewise.
3990         * commands/handler.c: Likewise.
3991         * commands/ls.c: Likewise.
3992         * commands/test.c: Likewise.
3993         * commands/cmp.c: Likewise.
3994         * commands/efi/loadbios.c: Likewise.
3995         * commands/efi/fixvideo.c: Likewise.
3996         * commands/halt.c: Likewise.
3997         * commands/help.c: Likewise.
3998         * commands/reboot.c: Likewise.
3999         * hello/hello.c: Likewise.
4000         * script/sh/main.c: Likewise.
4001         * loader/xnu.c: Likewise.
4002         * term/terminfo.c: Likewise.
4003         * term/i386/pc/serial.c: Likewise.
4004         * term/usb_keyboard.c: Likewise.
4006 2009-05-03  David S. Miller  <davem@davemloft.net>
4008         * normal/menu.c: Include grub/parser.h
4010 2009-05-03  Pavel Roskin  <proski@gnu.org>
4012         * mmap/efi/mmap.c (grub_mmap_malign_and_register): Return void*,
4013         not char*.
4014         * mmap/i386/mmap.c (grub_mmap_malign_and_register): Likewise.
4015         Suggested by Javier Martín <lordhabbit@gmail.com>
4017         * util/i386/pc/grub-mkrescue.in: Allow for the case when
4018         efiemu??.o doesn't exist.
4019         * util/i386/pc/grub-install.in: Likewise.  Use "cp -f" for
4020         copying.
4022 2009-05-03  Bean  <bean123ch@gmail.com> Vladimir Serbinenko  <phcoder@gmail.com>
4024         FreeBSD 64-bit support
4026         * conf/i386-pc.rmk (bsd_mod_SOURCES): add loader/i386/bsd_helper.S
4027         and loader/i386/bsd_trampoline.S
4028         (bsd_mod_ASFLAGS): new variable
4029         * include/grub/i386/bsd.h (FREEBSD_MODINFOMD_SMAP): new definition
4030         (FREEBSD_MODTYPE_KERNEL64): likewise
4031         (grub_bsd64_trampoline_start): likewise
4032         (grub_bsd64_trampoline_end): likewise
4033         (grub_bsd64_trampoline_selfjump): likewise
4034         (grub_bsd64_trampoline_gdt): likewise
4035         * include/grub/i386/loader.h (grub_unix_real_boot): moved from here ...
4036         * include/grub/i386/bsd.h (grub_unix_real_boot): ... moved here
4037         * kern/i386/loader.S (grub_unix_real_boot): moved from here ...
4038         * loader/i386/bsd_helper.S (grub_unix_real_boot): moved here
4039         * include/grub/gpt_partition.h (grub_gpt_partentry): Corrected the type
4040         of "attrib" member
4041         * loader/i386/bsd_pagetable.c: new file
4042         * loader/i386/bsd_trampoline.S: likewise
4043         * loader/i386/bsd.c (ALIGN_QWORD): new macro
4044         (ALIGN_VAR): likewise
4045         (entry_hi): new variable
4046         (kern_end_mdofs): likewise
4047         (is_64bit): likewise
4048         (grub_freebsd_add_meta): use ALIGN_VAR
4049         (grub_e820_mmap): new declaration
4050         (grub_freebsd_add_mmap): new function
4051         (grub_freebsd_add_meta_module): support 64 bit kernels
4052         (grub_freebsd_list_modules): use ALIGN_VAR
4053         (gdt_descriptor): new declaration
4054         (grub_freebsd_boot): support 64 bit kernels
4055         (grub_bsd_elf64_hook): new function
4056         (grub_bsd_load_elf): support elf64
4058 2009-05-03  Bean  <bean123ch@gmail.com>
4060         * script/sh/execute.c (grub_script_execute_cmdif): Reset grub_errno
4061         after we get the result of if statement.
4063 2009-05-03  Bean  <bean123ch@gmail.com>
4065         * Makefile.in (enable_efiemu): New variable.
4067         * conf/i386-pc.rmk: Only compile efiemu runtimes when enable_efiemu is
4068         set.
4069         (efiemu32.o): Use macro $< for source file, add $(srcdir) to include
4070         path.
4071         (efi64_c.o): Use macro $< for source file, add $(srcdir) to include
4072         path, add -mno-red-zone option.
4073         (efiemu64_s.o): Likewise.
4074         (efiemu64.o): Use macro $^ for source file.
4076         * configure.ac (--enable-efiemu): New option.
4078 2009-05-03  Vladimir Serbinenko  <phcoder@gmail.com>
4080         xnu support
4082         * conf/i386-efi.rmk (kernel_mod_HEADERS): added i386/pit.h
4083         (pkglib_MODULES): add xnu.mod
4084         (xnu_mod_SOURCES): new variable
4085         (xnu_mod_CFLAGS): likewise
4086         (xnu_mod_LDFLAGS): likewise
4087         (xnu_mod_ASFLAGS): likewise
4088         * conf/i386-pc.rmk: likewise
4089         * conf/x86_64-efi.rmk: likewise
4090         * include/grub/efi/efi.h (grub_efi_finish_boot_services):
4091         new declaration
4092         * include/grub/i386/macho.h: new file
4093         * include/grub/i386/xnu.h: likewise
4094         * include/grub/macho.h: likewise
4095         * include/grub/machoload.h: likewise
4096         * include/grub/x86_64/macho.h: likewise
4097         * include/grub/x86_64/xnu.h: likewise
4098         * include/grub/xnu.h: likewise
4099         * kern/efi/efi.c (grub_efi_finish_boot_services): new function
4100         * kern/efi/mm.c (MAX_HEAP_SIZE): increase
4101         * loader/i386/efi/xnu.c: new file
4102         * loader/i386/pc/xnu.c: likewise
4103         * loader/i386/xnu.c: likewise
4104         * loader/i386/xnu_helper.S: likewise
4105         * loader/macho.c: likewise
4106         * loader/xnu.c: likewise
4107         * loader/xnu_resume.c: likewise
4108         * util/grub-dumpdevtree: likewise
4109         * include/grub/i386/pit.h: include grub/err.h
4110         (grub_pit_wait): export
4111         * util/grub.d/30_os-prober.in: support Darwin/Mac OS X
4113 2009-05-02  Vladimir Serbinenko  <phcoder@gmail.com>
4115         Efiemu
4117         * conf/i386-pc.rmk: new modules efiemu, efiemu_acpi, efiemu_pnvram,
4118         _linux_efi, linux_efi.
4119         new files in grub-emu
4120         new targets efiemu32.o and efiemu64.o
4121         * loader/linux_normal_efiemu.c: likewise
4122         * loader/i386/efi/linux.c: added preliminary efiemu support
4123         * util/i386/pc/grub-install.in: add efiemu??.o to the list of
4124         files to copy
4125         * include/grub/autoefi.h: new file
4126         * include/grub/i386/efiemu.h: likewise
4127         * include/grub/i386/pc/efiemu.h: likewise
4128         * include/grub/efi/api.h: add LL suffix when necessary
4129         new definitions relating to tables
4130         * include/grub/efiemu/efiemu.h: new file
4131         * include/grub/efiemu/runtime.h: likewise
4132         * efiemu/prepare.c: likewise
4133         * efiemu/loadcore_common.c: likewise
4134         * efiemu/loadcore64.c: likewise
4135         * efiemu/runtime/efiemu.sh: likewise
4136         * efiemu/runtime/efiemu.S: likewise
4137         * efiemu/runtime/efiemu.c: likewise
4138         * efiemu/runtime/config.h: likewise
4139         * efiemu/prepare32.c: likewise
4140         * efiemu/main.c: likewise
4141         * efiemu/modules/pnvram.c: likewise
4142         * efiemu/modules/i386: likewise
4143         * efiemu/modules/i386/pc: likewise
4144         * efiemu/modules/acpi.c: likewise
4145         * efiemu/i386/pc/cfgtables.c: likewise
4146         * efiemu/i386/loadcore64.c: likewise
4147         * efiemu/i386/loadcore32.c: likewise
4148         * efiemu/prepare64.c: likewise
4149         * efiemu/loadcore.c: likewise
4150         * efiemu/symbols.c: likewise
4151         * efiemu/mm.c: likewise
4152         * efiemu/loadcore32.c: likewise
4154 2009-05-02  Vladimir Serbinenko  <phcoder@gmail.com>
4156         ACPI spoofing
4158         * commands/acpi.c: new file
4159         * commands/i386/pc/acpi.c: likewise
4160         * commands/efi/acpi.c: likewise
4161         * include/grub/acpi.h: likewise
4162         * conf/i386-pc.rmk (pkglib_MODULES): added acpi.mod
4163         (acpi_mod_SOURCES): new variable
4164         (acpi_mod_CFLAGS): likewise
4165         (acpi_mod_LDFLAGS): likewise
4166         * conf/i386-efi.rmk: likewise
4167         * conf/x86_64-efi.rmk: likewise
4169 2009-05-02  Vladimir Serbinenko  <phcoder@gmail.com>
4171         Missing part from mmap patch
4173         * mmap/efi/mmap.c (grub_machine_mmap_unregister): renamed to
4174         (grub_mmap_unregister)
4175         (grub_mmap_free_and_unregister): use grub_mmap_register
4177 2009-05-02  Vladimir Serbinenko  <phcoder@gmail.com>
4179         Mmap services
4181         * loader/i386/efi/linux.c (grub_linux_boot): use grub_mmap_iterate
4182         * loader/i386/linux.c (find_mmap_size): likewise
4183         (allocate_pages): likewise
4184         * loader/i386/multiboot.c (grub_get_multiboot_mmap_len): likewise
4185         (grub_fill_multiboot_mmap): likewise
4186         (grub_multiboot): use grub_mmap_get_lower and grub_mmap_get_upper
4187         * loader/i386/pc/linux.c (grub_cmd_linux): use grub_mmap_get_lower
4188         * include/grub/i386/bsd.h (OPENBSD_MMAP_AVAILABLE): new definition
4189         (OPENBSD_MMAP_RESERVED): likewise
4190         * include/grub/i386/pc/memory.h: include grub/memory.h
4191         (grub_lower_mem): removed
4192         (grub_upper_mem): likewise
4193         (GRUB_MACHINE_MEMORY_ACPI): new definition
4194         (GRUB_MACHINE_MEMORY_NVS): likewise
4195         (GRUB_MACHINE_MEMORY_MAX_TYPE): likewise
4196         (GRUB_MACHINE_MEMORY_HOLE): likewise
4197         (grub_machine_mmap_register): likewise
4198         (grub_machine_mmap_unregister): likewise
4199         (grub_machine_get_upper): likewise
4200         (grub_machine_get_lower): likewise
4201         (grub_machine_get_post64): likewise
4202         * include/grub/i386/efi/memory.h: new file
4203         * include/grub/x86_64/efi/memory.h: likewise
4204         * include/grub/efi/memory.h: likewise
4205         * conf/i386-pc.rmk (pkglib_MODULES): added mmap.mod
4206         (mmap_mod_SOURCES): new variable
4207         (mmap_mod_LDFLAGS): likewise
4208         (mmap_mod_ASFLAGS): likewise
4209         * conf/i386-coreboot.rmk: likewise
4210         * conf/i386-ieee1275.rmk: likewise
4211         * conf/i386-efi.rmk: likewise
4212         * conf/x86_64-efi.rmk: likewise
4213         * include/grub/types.h (UINT_TO_PTR): new macro
4214         (PTR_TO_UINT32): likewise
4215         (PTR_TO_UINT64): likewise
4216         * include/grub/memory.h: new file
4217         * mmap/i386/pc/mmap.c: likewise
4218         * mmap/i386/pc/mmap_helper.S: likewise
4219         * mmap/i386/uppermem.c: likewise
4220         * mmap/mmap.c: likewise
4221         * mmap/efi/mmap.c: likewise
4222         * kern/i386/coreboot/init.c (grub_machine_init): don't use
4223         grub_upper_mem
4224         * kern/i386/pc/init.c (grub_lower_mem): removed variable
4225         (grub_upper_mem): likewise
4226         (grub_machine_init): don't use grub_upper_mem,
4227         make grub_lower_mem local
4228         * loader/i386/bsd.c (grub_openbsd_boot): use grub_mmap_get_lower,
4229         grub_mmap_iterate and grub_mmap_get_upper
4230         (grub_netbsd_boot): use grub_mmap_get_lower and grub_mmap_get_upper
4232 2009-05-02  Bean  <bean123ch@gmail.com>
4234         * conf/common.rmk (grub_script.tab.c): Change normal/parser.y to
4235         script/sh/parser.y.
4236         (pkglib_MODULES): Add normal.mod and sh.mod.
4237         (normal_SOURCES): New variable.
4238         (normal_mod_CFLAGS): Likewise.
4239         (normal_mod_LDFLAGS): Likewise.
4240         (sh_mod_SOURCES): Likewise.
4241         (sh_mod_CFLAGS): Likewise.
4242         (sh_mod_LDFLAGS): Likewise.
4244         * conf/i386-pc.rmk (normal/lexer.c_DEPENDENCIES): Changed to
4245         script/sh/lexer.c_DEPENDENCIES.
4246         (kernel_img_SOURCES): Remove kern/rescue.c, and kern/reader.c,
4247         kern/rescue_reader.c and kern/rescue_parser.c.
4248         (kernel_img_HEADERS): Remove rescue.h, add reader.h.
4249         (grub_emu_SOURCES): Change source files.
4250         (pkglib_MODULES): Remove normal.mod.
4251         (normal_SOURCES): Removed.
4252         (normal_mod_CFLAGS): Likewise.
4253         (normal_mod_LDFLAGS): Likewise.
4254         * conf/i386-coreboot.rmk: Likewise.
4255         * conf/i386-efi.rmk: Likewise.
4256         * conf/i386-ieee1276.rmk: Likewise.
4257         * conf/powerpc-ieee1275.rmk: Likewise.
4258         * conf/sparc64-ieee1275.rmk: Likewise.
4259         * conf/x86_64-efi.rmk: Likewise.
4261         * include/grub/command.h (grub_command_execute): New inline function.
4263         * include/grub/menu.h (grub_menu_entry): Removed commands field.
4265         * include/grub/normal.h: Remove <grub/setjmp.h>.
4266         (grub_fs_module_list): Moved to normal/autofs.c.
4267         (grub_exit_env): Removed.
4268         (grub_command_execute): Likewise.
4269         (grub_normal_menu_addentry): Renamed to grub_menu_addentry, removed
4270         parameter script.
4271         (read_command_list): New function declaration.
4272         (read_fs_list): Likewise.
4274         * include/parser.h: Include <grub/reader.h>.
4275         (grub_parser_split_cmdline): Change type of getline parameter.
4276         (grub_parser): New structure.
4277         (grub_parser_class): New variable.
4278         (grub_parser_execute): New function declaration.
4279         (grub_register_rescue_parser): Likewise.
4280         (grub_parser_register): New inline function.
4281         (grub_parser_unregister): Likewise.
4282         (grub_parser_get_current): Likewise.
4283         (grub_parser_set_current): Likewise.
4285         * include/grub/reader.h: New file.
4286         * kern/reader.c: Likewise.
4287         * kern/rescue_parser.c: Likewise.
4288         * kern/rescue_reader.c: Likewise.
4289         * normal/autofs.c: Likewise.
4290         * normal/dyncmd.c: Likewise.
4292         * include/grub/rescue.h: Removed.
4293         * normal/command.h: Likewise.
4295         * include/grub/script.h: Moved to ...
4296         * include/grub/script_sh.h: ... Moved here.
4297         * normal/execute.c: Moved to ...
4298         * script/sh/execute.c: ... Moved here.
4299         * normal/function.c: Moved to ...
4300         * script/sh/function.c: ... Moved here.
4301         * normal/lexer.c: Moved to ...
4302         * script/sh/lexer.c: ... Moved here.
4303         * normal/parser.y: Moved to ...
4304         * script/sh/parser.y: ... Moved here.
4305         * normal/script.c: Moved to ...
4306         * script/sh/script.c: ... Moved here.
4308         * normal/main.c: Remove <grub/rescue.h> and <grub/script.h>, include
4309         <grub/reader.h>.
4310         (grub_exit_env): Removed.
4311         (fs_module_list): Moved to normal/autofs.c.
4312         (grub_file_getline): Don't handle comment here.
4313         (free_menu): Skip removed field entry->commands.
4314         (grub_normal_menu_addentry): Removed as grub_menu_entry, removed
4315         script parameter.
4316         (read_config_file): Removed nested parameter, change getline function.
4317         (grub_enter_normal_mode): Removed.
4318         (grub_dyncmd_dispatcher): Moved to normal/dyncmd.c.
4319         (read_command_list): Likewise.
4320         (autoload_fs_module): Moved to normal/autofs.c.
4321         (read_fs_list): Likewise.
4322         (reader_nested): New variable.
4323         (grub_normal_execute): Run parser.sh to switch to sh parser.
4324         (grub_cmd_rescue): Removed.
4325         (cmd_normal): Removed.
4326         (grub_cmd_normal): Unregister itself at the beginning. Don't register
4327         rescue command.
4328         (grub_cmdline_run): New function.
4329         (grub_normal_reader_init): Likewise.
4330         (grub_normal_read_line): Likewise.
4331         (grub_env_write_pager): Likewise.
4332         (cmdline): New variable.
4333         (grub_normal_reader): Likewise.
4334         (GRUB_MOD_INIT): Register normal reader and set as current, register
4335         pager hook, register normal command with grub_register_command_prio,
4336         so that it won't show up in command.lst.
4337         (GRUB_MOD_FINI): Unregister normal reader, unhook pager, clear
4338         grub_fs_autoload_hook.
4340         * normal/menu.c: Remove <grub/script.h>, add <grub/command.h>.
4341         (grub_menu_execute_entry): Replace grub_script_execute with
4342         grub_parser_execute, change parameter to grub_command_execute.
4344         * normal/menu_text.c: Remove <grub/script.h>.
4346         * normal/menu_entry.c: Remove <grub/script.h>, add <grub/command.h>
4347         and <grub/parser.h>.
4348         (run): Change editor_getline to use new parser interface. Change
4349         parameter to grub_command_execute.
4351         * kern/main.c: Remove <grub/rescue.h>, include <grub/command.h>,
4352         <grub/reader.h> and <grub/parser.h>.
4353         (grub_load_normal_mode): Execute normal command.
4354         (grub_main): Call grub_register_core_commands,
4355         grub_register_rescue_parser and grub_register_rescue_reader, use
4356         grub_reader_loop to enter input loop.
4358         * kern/parser.c (grub_parser_split_cmdline): Change type of
4359         getline parameter.
4360         (grub_parser_class): New variable.
4361         (grub_parser_execute): New function.
4363         * loader/i386/multiboot.c: Remove <grub/rescue.h>.
4364         * loader/multiboot2.c: Likewise.
4365         * loader/sparc64/ieee1275/linux.c: Likewise.
4367         * util/grub-emu.c (read_command_list): New dummy function.
4369 2009-05-02  Robert Millan  <rmh.grub@aybabtu.com>
4371         * util/deviceiter.c (grub_util_iterate_devices): Increase max drive
4372         count to 16 for CCISS and IDA.
4374 2009-05-02  Robert Millan  <rmh.grub@aybabtu.com>
4376         * normal/menu_text.c  (grub_wait_after_message): Print a newline
4377         after waiting for user input.
4379         * loader/i386/linux.c: Include `<grub/normal.h>'.
4380         (grub_cmd_linux): Improve the error message about `ask' mode, by
4381         waiting for user input so it's not missed (we can do this, since
4382         user requested interaction).
4384 2009-05-02  Vladimir Serbinenko  <phcoder@gmail.com>
4386         Added missing lst to grub-mkrescue
4388         * util/i386/pc/grub-mkrescue.in: added ${input_dir}/handler.lst
4389         and ${input_dir}/parttool.lst
4391 2009-04-30  David S. Miller  <davem@davemloft.net>
4393         * util/hostdisk.c (device_is_wholedisk): New function.
4394         (grub_util_biosdisk_get_grub_dev): Shortcut when hdg.start is
4395         zero only if device_is_wholedisk() returns true.
4397         * util/hostdisk.c (convert_system_partition_to_system_disk):
4398         Handle virtual disk devices named /dev/vdiskX as found on sparc
4399         and powerpc.
4401         * kern/sparc64/ieee1275/init.c (grub_machine_set_prefix): If
4402         lettered partition specifier is found, convert to numbered.
4404 2009-04-29  David S. Miller  <davem@davemloft.net>
4406         * include/grub/powerpc/ieee1275/memory.h: Include ieee1275.h.
4407         * include/grub/sparc64/ieee1275/memory.h: Likewise.
4409         * normal/command.c: Add missing newline at end of file.
4411         * commands/lsmmap.c (grub_cmd_lsmmap): Add casts to avoid printf
4412         warnings.
4413         * kern/ieee1275/openfw.c (grub_claimmap): Likewise.
4414         * disk/ieee1275/ofdisk.c (grub_ofdisk_open, grub_ofdisk_close,
4415         grub_ofdisk_read): Likewise, and deal similarly with the fact that
4416         ihandles have a 32-bit type but need to be stored in a "void *".
4418 2009-04-28  Pavel Roskin  <proski@gnu.org>
4420         * disk/fs_uuid.c (grub_fs_uuid_open): Use parent->data for dev,
4421         not disk.  Adjust all dependencies.
4422         (grub_fs_uuid_close): Use grub_device_close(), not
4423         grub_disk_close().
4425         * disk/fs_uuid.c (grub_fs_uuid_open): Allocate memory to copy
4426         parent's partition, don't copy it by reference, as it gets freed
4427         on close.
4429 2009-04-27  Vladimir Serbinenko  <phcoder@gmail.com>
4431         Preboot hooks support
4433         * commands/boot.c (struct grub_preboot_t): new declaration
4434         (preboots_head): new variable
4435         (preboots_tail): likewise
4436         (grub_loader_register_preboot_hook): new function
4437         (grub_loader_unregister_preboot_hook): likewise
4438         (grub_loader_set): launch preboot hooks
4439         * include/grub/loader.h (grub_loader_preboot_hook_prio_t): new type
4440         (grub_loader_register_preboot_hook): new declaration
4441         (grub_loader_unregister_preboot_hook): likewise
4443 2009-04-27  Vladimir Serbinenko  <phcoder@gmail.com>
4445         Warning fix
4447         * disk/scsi.c (grub_scsi_open): added missing cast when
4448         calling grub_dprintf
4450 2009-04-26  Vladimir Serbinenko  <phcoder@gmail.com>
4452         Bug and warning fixes
4454         * include/grub/i386/pc/init.h (grub_stop_floppy): added missing
4455         declaration
4456         * commands/test.c (test_parse): fixed bug with file tests and corrected
4457         declaration of find_file
4459 2009-04-26  Pavel Roskin  <proski@gnu.org>
4461         * Makefile.in: Don't install empty manual pages if help2man is
4462         missing.  Use help2man option for output, not shell redirection.
4464 2009-04-26  David S. Miller  <davem@davemloft.net>
4466         * util/grub-mkdevicemap.c (make_device_map): Add missing
4467         NESTED_FUNC_ATTR to process_device().
4469 2009-04-25  Vladimir Serbinenko  <phcoder@gmail.com>
4471         Test command
4473         * commands/test.c: rewritten to use bash-like test
4475 2009-04-25  Vladimir Serbinenko  <phcoder@gmail.com>
4477         Parttool autoloading and improvements
4479         * Makefile.in (pkglib_DATA): add parttool.lst
4480         (parttool.lst): new target
4481         * genmk.rb: generate parttool-*
4482         (CLEANFILES): add #{parttool}
4483         (PARTTOOLFILES): new variable
4484         * genparttoollist.sh: new file
4485         * parttool/pcpart.c (grub_pcpart_boot): more feedback
4486         (grub_pcpart_type): likewise
4487         * commands/parttool.c (helpmsg): new variable
4488         (grub_cmd_parttool): output help if not enough arguments are supplied
4489         autoload modules
4490         (GRUB_MOD_INIT(parttool)): use helpmsg
4492 2009-04-24  David S. Miller  <davem@davemloft.net>
4494         Avoiding opening same device multiple times in device iterator.
4496         * kern/device.c: (grub_device_iterate): Define struct part_ent,
4497         and use it to build a list of partitions in iterate_disk() and
4498         iterate_partition().
4500         * disk/fs_uuid.c (grub_fs_uuid_close): Call grub_disk_close()
4501         on disk->data.
4503         * disk/ieee1275/nand.c (grub_nand_iterate): Return
4504         grub_devalias_iterate() result instead of unconditional 0.
4505         * disk/ieee1275/ofdisk.c (grub_ofdisk_iterate): Likewise.
4506         Also, capture hook return value, either directly or via
4507         grub_children_iterate(), and propagate to caller.
4508         * include/grub/ieee1275/ieee1275.h (grub_devalias_iterate,
4509         grub_children_iterate): Return value is now 'int' instead of
4510         'grub_err_t'.
4511         * kern/ieee1275/openfw.c (grub_children_iterate): Fix to behave
4512         like a proper iterator, stopping when hooks return non-zero.
4513         (grub_devalias_iterate): Likewise.
4515 2009-04-23  David S. Miller  <davem@davemloft.net>
4517         * kern/sparc64/ieee1275/openfw.c: Unused, delete.
4519 2009-04-22  David S. Miller  <davem@davemloft.net>
4521         * kern/ieee1275/mmap.c (grub_machine_mmap_iterate): If size_cells
4522         is larger than address_cells, use that value for address_cells too.
4524         * include/grub/ieee1275/ieee1275.h (IEEE1275_MAX_PROP_LEN,
4525         IEEE1275_MAX_PATH_LEN): Define.
4526         * kern/ieee1275/openfw.c (grub_children_iterate): Dynamically
4527         allocate 'childtype', 'childpath', 'childname', and 'fullname'.
4528         (grub_devalias_iterate): Dynamically allocate 'aliasname' and
4529         'devtype'.  Explicitly NULL terminate devalias expansion.
4531         * util/sparc64/ieee1275/misc.c: New file.
4532         * util/sparc64/ieee1275/grub-setup.c: New file.
4533         * util/sparc64/ieee1275/grub-ofpathname.c: New file.
4534         * util/sparc64/ieee1275/grub-mkimage.c: New file.
4535         * util/sparc64/ieee1275/grub-install.in: New file.
4536         * util/ieee1275/ofpath.c: New file.
4537         * util/ieee1275/devicemap.c: New file.
4538         * util/devicemap.c: New file.
4539         * util/deviceiter.c: New file.
4540         * kern/sparc64/ieee1275/init.c: New file.
4541         * include/grub/util/ofpath.h: New file.
4542         * include/grub/util/deviceiter.h: New file.
4543         * util/grub-mkdevicemap.c: Include deviceiter.h.
4544         Implement using grub_util_emit_devicemap_entry and
4545         grub_util_iterate_devices.
4546         * conf/i386-corebook.rmk: Build util/deviceiter.c and
4547         util/devicemap.c into grub-mkdevicemap
4548         * conf/i386-efi.rmk: Likewise.
4549         * conf/i386-ieee1275.rmk: Likewise.
4550         * conf/i386-pc.rmk: Likewise.
4551         * conf/powerpc-ieee1275.rmk: Likewise.
4552         * conf/sparc64-ieee1275.rmk: Add rules to build boot block
4553         images and installation utilities.  Build kernel as image
4554         instead of as elf binary.  Use common rules as much as possible.
4556 2009-04-19  Vladimir Serbinenko  <phcoder@gmail.com>
4558         Correct GPT definition
4560         * include/grub/gpt_partition.h (grub_gpt_partentry): Corrected the type
4561         of "attrib" member
4563 2009-04-19  Felix Zielcke  <fzielcke@z-51.de>
4565         * INSTALL: Replace `autogen.sh' with `./autogen.sh'.
4567 2009-04-19  David S. Miller  <davem@davemloft.net>
4569         * loader/sparc64/ieee1275/linux.c: Include grub/command.h
4570         (grub_rescue_cmd_linux): Rename to...
4571         (grub_cmd_linux): and fix prototype.
4572         (grub_rescue_cmd_initrd): Rename to...
4573         (grub_cmd_initrd): and fix prototype.
4574         (cmd_linux, cmd_initrd): New.
4575         (GRUB_MOD_INIT(linux)): Use grub_register_command().
4576         (GRUB_MOD_FINI(linux): Use grub_unregister_command().
4578 2009-04-17  Pavel Roskin  <proski@gnu.org>
4580         * bus/usb/ohci.c (grub_ohci_transaction): Fix incorrect printf
4581         format.
4582         (grub_ohci_transfer): Likewise.
4584         * bus/usb/usbtrans.c (grub_usb_control_msg): Warning fix.
4586         * loader/multiboot_loader.c (grub_cmd_multiboot_loader): Fix
4587         return without a value.  Fix inconsistent indentation.
4589         * fs/i386/pc/pxe.c (grub_pxefs_dir): Fix function prototype to
4590         match struct grub_fs.
4592         * disk/ata.c (grub_ata_pciinit): Use NESTED_FUNC_ATTR.
4593         * bus/usb/ohci.c (grub_ohci_pci_iter): Likewise.
4594         * bus/usb/uhci.c (grub_uhci_pci_iter): Likewise.
4595         * commands/lspci.c (grub_lspci_iter): Likewise.
4597 2009-04-16  Bean  <bean123ch@gmail.com>
4599         * commands/efi/loadbios.c (grub_cmd_fakebios): Add missing return
4600         value.
4602 2009-04-15  Pavel Roskin  <proski@gnu.org>
4604         * include/grub/types.h: Rename ULONG_MAX to GRUB_ULONG_MAX and
4605         LONG_MAX to GRUB_LONG_MAX.  Introduce GRUB_LONG_MIN.  Update all
4606         users of ULONG_MAX, LONG_MAX and LONG_MIN to use the new
4607         definitions.
4609 2009-04-15  Felix Zielcke  <fzielcke@z-51.de>
4611         * disk/lvm.c (grub_lvm_scan_device): Add `LVM' to the error messages,
4612         that no multiple data or metadata areas are supported and `Unknown
4613         metadata header'.
4615 2009-04-15  Vladimir Serbinenko  <phcoder@gmail.com>
4617         Move loader out of the kernel
4619         * kern/loader.c: moved to ...
4620         * commands/boot.c: ... moved here
4621         * commands/minicmd.c (grub_mini_cmd_boot): moved to ...
4622         * commands/boot.c (grub_cmd_boot): moved here. All users updated
4623         * include/grub/kernel.h (grub_machine_fini): export
4624         * include/grub/loader.h (grub_loader_is_loaded): update declaration
4625         (grub_loader_set): likewise
4626         (grub_loader_unset): likewise
4627         (grub_loader_boot): likewise
4628         * conf/common.rmk: new module boot.mod
4629         (pkglib_MODULES): add boot.mod
4630         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): remove kern/loader.c
4631         (grub_emu_SOURCES): likewise
4632         * conf/i386-efi.rmk (kernel_elf_SOURCES): likewise
4633         (grub_emu_SOURCES): likewise
4634         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): likewise
4635         (grub_emu_SOURCES): likewise
4636         * conf/i386-pc.rmk (kernel_elf_SOURCES): likewise
4637         (grub_emu_SOURCES): likewise
4638         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): likewise
4639         (grub_emu_SOURCES): likewise
4640         * conf/sparc64-ieee1275.rmk (kernel_elf_SOURCES): likewise
4641         (grub_emu_SOURCES): likewise
4642         * conf/x86_64-efi.rmk (kernel_elf_SOURCES): likewise
4643         (grub_emu_SOURCES): likewise
4645 2009-04-15  Vladimir Serbinenko  <phcoder@gmail.com>
4647         use grub_lltoa instead of grub_itoa and grub_ltoa for all purposes
4649         * kern/misc.c (grub_itoa): Removed function
4650         (grub_ltoa): likewise
4651         (grub_vsprintf): use grub_lltoa
4653 2009-04-15  Vladimir Serbinenko  <phcoder@gmail.com>
4655         Restore grub-emu
4657         * conf/i386-pc.rmk (grub_emu_SOURCES): add normal/handler.c
4658         * conf/i386-coreboot.rmk: likewise
4659         * conf/i386-ieee1275.rmk: likewise
4660         * conf/powerpc-ieee1275.rmk: likewise
4662 2009-04-15  Felix Zielcke  <fzielcke@z-51.de>
4664         * INSTALL: Add that `./autogen.sh' needs to be run before
4665         `./configure.'.
4667 2009-04-14  Bean  <bean123ch@gmail.com>
4669         * Makefile.in (pkglib_DATA): Add handler.lst.
4670         (handler.lst): New rule.
4672         * conf/i386-pc.rmk (normal_mod_SOURCES): Add normal/handler.c.
4673         * conf/i386-coreboot.rmk: Likewise.
4674         * conf/i386-ieee1275.rmk: Likewise.
4675         * conf/i386-efi.rmk: Likewise.
4676         * conf/x86_64-efi.rmk: Likewise.
4677         * conf/powerpc-ieee1275.rmk: Likewise.
4678         * conf/sparc64-ieee1275.rmk: Likewise.
4680         * genhandlerlist.sh: New file.
4682         * genmk.rb: Add rules to generate handler.lst.
4684         * include/grub/normal.h (grub_file_getline): New function definition.
4685         (read_handler_list): Likewise.
4686         (free_handler_list): Likewise.
4688         * include/grub/term.h (grub_term_register_input): Add name parameter
4689         for auto generation of handler.lst.
4690         (grub_term_register_output): Likewise.
4692         * normal/handler.c: New file.
4694         * normal/main.c (get_line): Renamed to grub_file_getline.
4695         (read_config_file): Use the newly renamed grub_file_getline.
4696         (read_command_list): Likewise.
4697         (read_fs_list): Likewise.
4698         (grub_normal_execute): Call read_handler_list to parse handler.lst.
4699         (GRUB_MOD_FINI): Call free_handler_list to free handler list.
4701         * term/efi/console.c (grub_console_init): Add name parameter for auto
4702         generation of handler.lst.
4703         * term/gfxterm.c: Likewise.
4704         * term/i386/pc/at_keyboard.c: Likewise.
4705         * term/i386/pc/console.c: Likewise.
4706         * term/i386/pc/serial.c: Likewise.
4707         * term/i386/pc/vesafb.c: Likewise.
4708         * term/i386/pc/vga.c: Likewise.
4709         * term/i386/pc/vga_text.c: Likewise.
4710         * term/ieee1275/ofconsole.c: Likewise.
4711         * term/usb_keyboard.c: Likewise.
4713 2009-04-14  Bean  <bean123ch@gmail.com>
4715         * util/grub-pe2elf.c (write_symbol_table): Terminate short name symbol
4716         properly with null character.
4718 2009-04-14  Felix Zielcke  <fzielcke@z-51.de>
4720         * configure: Remove.
4721         * config.h.in: Likewise.
4722         * stamp-h.in: Likewise.
4723         * DISTLIST: Likewise.
4724         * conf/common.mk: Likewise.
4725         * conf/i386-coreboot.mk: Likewise.
4726         * conf/i386-efi.mk: Likewise.
4727         * conf/i386-ieee1275.mk: Likewise.
4728         * conf/i386.mk: Likewise.
4729         * conf/i386-pc.mk: Likewise.
4730         * conf/powerpc-ieee1275.mk: Likewise.
4731         * conf/sparc64-ieee1275.mk: Likewise.
4732         * conf/x86_64-efi.mk: Likewise.
4734         * INSTALL: Remove the sentence that Ruby and autoconf are only required if you
4735         develop on GRUB.
4737 2009-04-14  John Stanley  <jpsinthemix@verizon.net>
4738             David S. Miller  <davem@davemloft.net>
4740         * util/hostdisk.c (make_device_name): Fix buffer length
4741         calculations.
4743 2009-04-14  Felix Zielcke  <fzielcke@z-51.de>
4745         * util/hostdisk.c [__FreeBSD__ || __FreeBSD_kernel__]: Include
4746         <sys/param.h> and <sys/sysctl.h>.
4747         (open_device) [__FreeBSD__ || __FreeBSD_kernel_]: Use sysctlgetbyname()
4748         to add 0x10 to `kern.geom.debugflags' if it's not already set, before
4749         opening the device and reset them afterwards.
4751 2009-04-13  Pavel Roskin  <proski@gnu.org>
4753         * conf/common.rmk (grub_fstest_SOURCES): Add normal/datetime.c.
4754         Reported by John Stanley <jpsinthemix@verizon.net>
4756 2009-04-13  Robert Millan  <rmh@aybabtu.com>
4758         * util/grub.d/10_freebsd.in: Detect Debian GNU/kFreeBSD and use
4759         that name for menuentries when appropriate.
4761 2009-04-13  Felix Zielcke  <fzielcke@z-51.de>
4763         * util/grub.d/10_freebsd.in: Add a missing `fi'.
4765 2009-04-13  Robert Millan  <rmh@aybabtu.com>
4767         * loader/i386/linux.c (grub_cmd_linux): Don't pass `vga=ask' parameter
4768         to Linux, simply abort telling the user it's no longer supported.
4770 2009-04-13  Felix Zielcke  <fzielcke@z-51.de>
4772         * util/grub.d/10_freebsd.in: Don't exit if /boot/devices.hints
4773         doesn't exist.  Check also for /boot/kernel/kernel.gz.  Print
4774         `freebsd_loadenv' only when devices.hints exist.
4776 2009-04-13  Pavel Roskin  <proski@gnu.org>
4778         * term/usb_keyboard.c (grub_usb_keyboard_getkey): Warning fixes.
4780 2009-04-13  Felix Zielcke  <fzielcke@z-51.de>
4782         * util/i386/pc/grub-install.in (install_drive): Remove the BSD
4783         partition number.
4784         (grub_drive): Likewise.
4786 2009-04-13  David S. Miller  <davem@davemloft.net>
4788         * kern/sparc64/ieee1275/ieee1275.c: New file.
4789         * include/grub/sparc64/ieee1275/ieee1275.h (IEEE1275_MAP_WRITE,
4790         IEEE1275_MAP_READ, IEEE1275_MAP_EXEC, IEEE1275_MAP_LOCKED,
4791         IEEE1275_MAP_CACHED, IEEE1275_MAP_SE, IEEE1275_MAP_GLOBAL,
4792         IEEE1275_MAP_IE, IEEE1275_MAP_DEFAULT): Define.
4793         (grub_ieee1275_map_physical, grub_ieee1275_claim_vaddr,
4794         grub_ieee1275_alloc_physmem): Declare new exported functions.
4796         * include/grub/sparc64/ieee1275/loader.h: New file.
4797         * include/grub/sparc64/ieee1275/memory.h: Likewise.
4798         * include/grub/sparc64/kernel.h: Likewise.
4799         * loader/sparc64/ieee1275/linux.c: Likewise.
4801         * conf/common.rmk (grub_probe_SOURCES): Add Sun partition module.
4802         (grub_fstest_SOURCES): Likewise.
4804         * util/hostdisk.c (make_device_name): Do not make any assumptions
4805         about the length of drive names.
4807         * kern/dl.c (grub_dl_load_file): Close file immediately when
4808         we are done using it.
4810 2009-04-12  David S. Miller  <davem@davemloft.net>
4812         * kern/misc.c (grub_ltoa): Fix cast when handling negative
4813         values.  Noticed by Pavel Roskin.
4815         * configure.ac: Check for __bswapsi2 and__bswapdi2 using
4816         target compiler.
4818         * genmk.rb: Add more flexible image type specification, also
4819         pass --strip-unneeded to objcopy.
4820         * conf/i386-pc.rmk: Use *_FORMAT.
4821         * conf/i386-pc.mk: Rebuilt.
4823         * disk/ieee1275/ofdisk.c (struct ofdisk_hash_ent): New struct.
4824         (OFDISK_HASH_SZ): Define.
4825         (ofdisk_hash): New hash table.
4826         (ofdisk_hash_fn, ofdisk_hash_find, ofdisk_hash_add): New functions.
4827         (grub_ofdisk_open): Use ofdisk_hash_ent address as disk->id
4828         instead of device phandle which is not unique.
4830         * kern/sparc64/ieee1275/init.c: Delete, replace with...
4831         * kern/sparc64/ieee1275/crt0.S: assembler implementation.
4832         * include/grub/sparc64/ieee1275/kernel.h: Declare grub_prefix[].
4833         (GRUB_MOD_ALIGN, GRUB_MOD_GAP, GRUB_KERNEL_MACHINE_TOTAL_MODULE_SIZE,
4834         GRUB_KERNEL_MACHINE_KERNEL_IMAGE_SIZE,
4835         GRUB_KERNEL_MACHINE_COMPRESSED_SIZE, GRUB_KERNEL_MACHINE_PREFIX,
4836         GRUB_KERNEL_MACHINE_DATA_END): Define.
4837         (grub_kernel_image_size, grub_total_module_size): Declare.
4839 2009-04-12  Pavel Roskin  <proski@gnu.org>
4841          * configure.ac: Change the logic when we check for target tools.
4842          Do it when the target is specified and it's different from the
4843          specified value of the host.
4845 2009-04-11  Felix Zielcke  <fzielcke@z-51.de>
4847         * util/hostdisk.c [__FreeBSD_kernel__]: Include sys/disk.h.
4848         (grub_util_biosdisk_open) [__FreeBSD_kernel__]: Add support for
4849         GNU/kFreeBSD. Check if a device is a character device. Use
4850         DIOCGMEDIASIZE to get the size.
4851         (convert_system_partition_to_system_disk) [__FreeBSD_kernel__]: Add
4852         support for GNU/kFreeBSD.
4853         (grub_util_biosdisk_get_grub_dev) [__FreeBSD_kernel__]: Check if OS_DEV
4854         is a character device instead of a block device. Add support for
4855         FreeBSD device names.
4857         * util/getroot.c (find_root_device) [__FreeBSD_kernel__]: Check if ENT
4858         is a character device instead of a block device.
4860         * util/grub-probe.c (probe) [__FreeBSD_kernel__]: Check if DEVICE_NAME
4861         is a character device instead of a block device.
4863 2009-04-11  Andrey Shuvikov  <mr_hyro@yahoo.com>
4865         * util/hostdisk.c [__FreeBSD__]: Include sys/disk.h.
4866         (grub_util_biosdisk_open) [__FreeBSD__]: Add support for
4867         FreeBSD. Check if a device is a character device. Use
4868         DIOCGMEDIASIZE to get the size.
4869         (convert_system_partition_to_system_disk) [__FreeBSD__]: Add
4870         support for FreeBSD.
4871         (grub_util_biosdisk_get_grub_dev) [__FreeBSD__]: Check if OS_DEV
4872         is a character device instead of a block device. Add support for
4873         FreeBSD device names.
4875         * util/getroot.c (find_root_device) [__FreeBSD__]: Check if ENT is
4876         a character device instead of a block device.
4877         (grub_util_check_char_device): New function.
4879         * util/grub-probe.c (probe) [__FreeBSD__]: Check if DEVICE_NAME is
4880         a character device instead of a block device.
4882         * include/grub/util/getroot.h (grub_util_check_char_device): New
4883         prototype.
4885 2009-04-11  David S. Miller  <davem@davemloft.net>
4887         * conf/sparc64-ieee1275.rmk (kernel_img_LDFLAGS): Link with
4888         static libgcc.
4889         * configure.ac: Check for __bswapsi2 and __bswapdi2 presence.
4890         * include/grub/sparc64/libgcc.h (__bswapsi2): Export libgcc
4891         function, if present.
4892         (__bswapdi2): Likewise.
4894         * include/grub/sparc64/ieee1275/boot.h: New file.
4895         * boot/sparc64/ieee1275/boot.S: Likewise.
4896         * boot/sparc64/ieee1275/diskboot.S: Likewise.
4898         * kern/misc.c (grub_ltoa): New function.
4899         (grub_vsprintf): Use it to format 'long' integers.
4901 2009-04-10  David S. Miller  <davem@davemloft.net>
4903         * disk/ieee1275/nand.c (grub_nand_open): All ieee1275 call arg
4904         slots are of type grub_ieee1275_cell_t.
4905         (grub_nand_read): Likewise.
4906         * kern/ieee1275/ieee1275.c (IEEE1275_PHANDLE_INVALID,
4907         IEEE1275_IHANDLE_INVALID): Use grub_ieee1275_cell_t since these
4908         macros are used to compare values in arg/ret block of the call.
4909         (grub_ieee1275_finddevice, grub_ieee1275_get_property,
4910         grub_ieee1275_next_property, grub_ieee1275_get_property_length,
4911         grub_ieee1275_instance_to_package, grub_ieee1275_package_to_path,
4912         grub_ieee1275_instance_to_path, grub_ieee1275_write,
4913         grub_ieee1275_read, grub_ieee1275_seek, grub_ieee1275_peer,
4914         grub_ieee1275_child, grub_ieee1275_parent, grub_ieee1275_open,
4915         grub_ieee1275_close, grub_ieee1275_set_property,
4916         grub_ieee1275_set_color): All ieee1275 call arg slots are of type
4917         grub_ieee1275_cell_t.
4918         * kern/ieee1275/openfw.c (grub_map): Likewise.
4919         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_ihandle_t,
4920         grub_ieee1275_phandle_t): Define as grub_unit32_t type.
4922         * kern/ieee1275/init.c (grub_machine_init): Make 'actual' grub_ssize_t.
4923         * kern/ieee1275/openfw.c (grub_children_iterate): Likewise.
4924         (grub_devalias_iterate): Likewise.
4926 2009-04-10  Vladimir Serbinenko  <phcoder@gmail.com>
4928         UFS improvements
4930         * fs/ufs.c (INODE_NBLOCKS): new definition
4931         (struct grub_ufs_dirent): added fields for non-BSD dirents
4932         (grub_ufs_get_file_block): fixed double indirect handling
4933         (grub_ufs_lookup_symlink): use more robust way to determine whether
4934         symlink is inline
4935         (grub_ufs_find_file): support for non-BSD dirents
4936         (grub_ufs_dir): support for non-BSD dirents
4938 2009-04-10  Bean  <bean123ch@gnail.com>
4940         * include/grub/efi/api.h (grub_efi_configuration_table): Add packed
4941         attribute, otherwise the size would be wrong for i386 platform.
4943         * include/grub/pci.h (grub_pci_read_word): New inline function.
4944         (grub_pci_read_byte): Likewise.
4945         (grub_pci_write): Likewise.
4946         (grub_pci_write_word): Likewise.
4947         (grub_pci_write_byte): Likewise.
4949         * include/grub/pci.h (grub_pci_iteratefunc_t): Add NESTED_FUNC_ATTR.
4951         * loader/i386/efi/linux.c (fake_bios_data): Moved to loadbios module.
4952         (find_framebuf): Scan pci to locate the frame buffer address.
4954         * commands/efi/fixvideo.c: New file.
4956         * commands/efi/loadbios.c: Likewise.
4958         * commands/memrw.c: Likewise.
4960         * util/grub-dumpbios.in: Likewise.
4962         * conf/common.rmk (grub-dumpbios): New utility.
4963         (pkglib_MODULES): New module memrw.mod.
4964         (memrw_mod_SOURCE): New macro.
4965         (memrw_mod_CFLAGS): Likewise.
4966         (memrw_mod_LDFLAGS): Likewise.
4968         * conf/i386-efi.rmk (pkglib_MODULES): New module loadbios.mod and
4969         fixvideo.mod.
4970         (loadbios_mod_SOURCE): New macro.
4971         (loadbios_mod_CFLAGS): Likewise.
4972         (loadbios_mod_LDFLAGS): Likewise.
4973         (fixvideo_mod_SOURCE): Likewise.
4974         (fixvideo_mod_CFLAGS): Likewise.
4975         (fixvideo_mod_LDFLAGS): Likewise.
4977         * conf/x86_64.rmk (pkglib_MODULES): New module loadbios.mod and
4978         fixvideo.mod.
4979         (loadbios_mod_SOURCE): New macro.
4980         (loadbios_mod_CFLAGS): Likewise.
4981         (loadbios_mod_LDFLAGS): Likewise.
4982         (fixvideo_mod_SOURCE): Likewise.
4983         (fixvideo_mod_CFLAGS): Likewise.
4984         (fixvideo_mod_LDFLAGS): Likewise.
4986 2009-04-08  Felix Zielcke  <fzielcke@z-51.de>
4988         * disk/lvm.c (grub_lvm_scan_device): Add a missing NULL check.
4990 2009-04-07  David S. Miller  <davem@davemloft.net>
4992         * kern/sparc64/dl.c (grub_arch_dl_relocate_symbols): Add
4993         support for R_SPARC_OLO10 relocations.  Fix compile warning for
4994         R_SPARC_WDISP30 case.
4995         * kern/sparc64/cache.S: Fix grub_arch_sync_caches implementation.
4997 2009-04-06  Pavel Roskin  <proski@gnu.org>
4999         * include/grub/misc.h (ARRAY_SIZE): New macro.
5000         * include/grub/i386/linux.h (GRUB_LINUX_VID_MODE_VESA_START):
5001         New macro.
5002         * loader/i386/linux.c (allocate_pages): Use free_pages().
5003         (grub_linux_unload): Don't use free_pages().
5004         (grub_linux_boot): Prevent accessing linux_vesafb_modes with a
5005         wrong index.  Treat all other modes as text modes.
5006         (grub_cmd_linux): Initialize vid_mode unconditionally to
5007         GRUB_LINUX_VID_MODE_NORMAL.  Recognize and support "vga=ask".
5009         * commands/help.c (print_command_help): Use cmd->prio, not
5010         cmd->flags to check for GRUB_PRIO_LIST_FLAG_ACTIVE.
5012 2009-04-06  Vladimir Serbinenko  <phcoder@gmail.com>
5014         Parttool
5016         * parttool/pcpart.c: new file
5017         * commands/parttool.c: likewise
5018         * conf/common.rmk (pkglib_MODULES): Added parttool.mod and pcpart.mod
5019         (parttool_mod_SOURCES): new variable
5020         (parttool_mod_CFLAGS): likewise
5021         (parttool_mod_LDFLAGS): likewise
5022         (pcpart_mod_SOURCES): likewise
5023         (pcpart_mod_CFLAGS): likewise
5024         (pcpart_mod_LDFLAGS): likewise
5025         * conf/i386-coreboot.rmk (grub_emu_SOURCES): added commands/parttool.c
5026         and parttool/pcpart.c
5027         * conf/i386-efi.rmk: likewise
5028         * conf/i386-ieee1275.rmk: likewise
5029         * conf/i386-pc.rmk: likewise
5030         * conf/powerpc-ieee1275.rmk: likewise
5031         * conf/sparc64-ieee1275.rmk: likewise
5032         * conf/x86_64-ieee1275.rmk: likewise
5034 2009-04-05  Vladimir Serbinenko  <phcoder@gmail.com>
5036         Support for mtime and further expandability of dir command
5038         * include/grub/lib/datetime.h: moved to ...
5039         * include/grub/datetime.h: ... moved here and added
5040         declaration of grub_unixtime2datetime. All users updated
5041         * include/grub/fs.h: new syntax for dir and mtime functions in
5042         struct grub_fs
5043         * include/grub/fshelp.h: new declarations of GRUB_FSHELP_TYPE_MASK
5044         and GRUB_FSHELP_FLAGS_MASK
5045         * commands/ls.c (grub_ls_list_files): Write mtime in long format
5046         * fs/ext2.c (grub_ext2_dir): use new dir syntax and supply mtime
5047         (grub_ext2_mtime): new function
5048         * fs/hfsplus.c (grub_hfsplus_dir): use new dir syntax and supply mtime
5049         (grub_hfsplus_mtime): new function
5050         * fs/ufs.c (GRUB_UFS_ATTR_TYPE): new definition
5051         (GRUB_UFS_ATTR_FILE): likewise
5052         (GRUB_UFS_ATTR_LNK): likewise
5053         (struct grub_ufs_sblock): new fields mtime
5054         (grub_ufs_read_inode): new parameter to read inode to a separate buffer
5055         all users updated
5056         (grub_ufs_dir): mtime support
5057         (grub_ufs_mtime): new function
5058         * fs/affs.c (grub_affs_dir): use new dir syntax
5059         * fs/afs.c (grub_afs_dir): likewise
5060         * fs/cpio.c (grub_cpio_dir): likewise
5061         * fs/fat.c (grub_fat_find_dir): likewise
5062         * fs/hfs.c (grub_hfs_dir): likewise
5063         * fs/iso9660.c (grub_iso9660_dir): likewise
5064         * fs/jfs.c (grub_jfs_dir): likewise
5065         * fs/minix.c (grub_minix_dir): likewise
5066         * fs/ntfs.c (grub_ntfs_dir): likewise
5067         * fs/reiserfs.c (grub_reiserfs_dir): likewise
5068         * fs/sfs.c (grub_sfs_dir): likewise
5069         * fs/xfs.c (grub_xfs_dir): likewise
5070         * util/hostfs.c (grub_hostfs_dir): likewise
5071         * lib/datetime.c: moved to ...
5072         * normal/datetime.c: ... moved here
5073         (grub_unixtime2datetime): new function
5074         * kern/rescue.c (grub_rescue_print_files): use new dir syntax
5075         * normal/completion.c (iterate_dir): use new dir syntax
5076         * normal/misc.c (grub_normal_print_device_info): tell the
5077         last modification time of a volume
5078         * kern/fs.c (grub_fs_probe): updated dummy function to use new syntax
5079         * conf/common.rmk: added lib/datetime.c to ls.mod
5080         * conf/i386-coreboot.rmk (grub_emu_SOURCES): add normal/datetime.c
5081         (normal_mod_SOURCES): likewise
5082         (datetime_mod_SOURCES): Removed lib/datetime.c
5083         * conf/i386-efi.rmk: likewise
5084         * conf/i386-ieee1275.rmk: likewise
5085         * conf/i386-pc.rmk: likewise
5086         * conf/powerpc-ieee1275.rmk: likewise
5087         * conf/sparc64-ieee1275.rmk: likewise
5088         * conf/x86_64-efi.rmk: likewise
5090 2009-04-05  Vladimir Serbinenko  <phcoder@gmail.com>
5092         Trim trailing spaces in FAT label and support mtools-like labels
5094         * fs/fat.c (grub_fat_iterate_dir): New function based
5095         on grub_fat_find_dir
5096         (grub_fat_find_dir): use grub_fat_iterate_dir
5097         (grub_fat_label): likewise
5099 2009-04-04  Vladimir Serbinenko  <phcoder@gmail.com>
5101         * conf/powerpc-ieee1275.rmk (kernel_elf_HEADERS): add list.h
5102         and command.h
5103         remove extraneous kernel_elf_HEADERS
5105 2009-04-04  Bean  <bean123ch@gnail.com>
5107         * include/grub/util/misc.h: Add dummy function fsync for mingw.
5109         * util/misc.c: Likewise.
5111 2009-04-04  Yoshinori K. Okuji  <okuji@enbug.org>
5113         * loader/i386/efi/linux.c (fake_bios_data): Use grub_dprintf
5114         instead of grub_printf.
5116 2009-04-03  Robert Millan  <rmh@aybabtu.com>
5118         * loader/i386/linux.c (grub_linux_setup_video): Fill
5119         `params->{red,green,blue,reserved}_{mask_size,field_pos}' with
5120         values from `mode info' structure instead of hardcoded
5121         values.
5123 2009-04-01  Pavel Roskin  <proski@gnu.org>
5125         * Makefile.in: Remove all references to MODULE_LDFLAGS, it's
5126         unused now.
5127         * genmk.rb: Likewise.
5128         * configure.ac: Likewise.
5130 2009-04-01  Manoel Abranches  <mrabran@linux.vnet.ibm.com>
5132         * aclocal.m4: Move --build-id=none from MODULE_LDFLAGS to
5133         TARGET_LDFLAGS.  This corrects a problem with grub-mkelfimage.
5135 2009-04-01  David S. Miller  <davem@davemloft.net>
5137         * normal/sparc64/setjmp.S: Fix setjmp implementation.
5138         * include/grub/sparc64/setjmp.h (grub_jmp_buf): Update.
5139         (grub_setjmp): Mark with 'returns_twice' attribute.
5140         * include/grub/i386/setjmp.h (grub_setjmp): Likewise
5141         * include/grub/powerpc/setjmp.h (grub_setjmp): Likewise.
5142         * include/grub/x86_64/setjmp.h (grub_setjmp): Likewise.
5144 2009-04-01  Robert Millan  <rmh@aybabtu.com>
5146         Reapply fix from 2008-07-28 which was accidentally reverted; also
5147         perform the same fix to a similar check in same function.
5149         * disk/raid.c (grub_raid_scan_device): Do not abort when two disks
5150         with the same number are found, just use issue a warning with
5151         grub_dprintf(), as this error has been reported to be non-fatal.
5153 2009-03-31  Pavel Roskin  <proski@gnu.org>
5155         * aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): Provide safe default
5156         for cross-compilation.
5158 2009-03-30  Robert Millan  <rmh@aybabtu.com>
5160         Fix i386-ieee1275 build.
5162         * include/grub/i386/ieee1275/loader.h (grub_multiboot2_real_boot):
5163         Remove declaration.
5165 2009-03-30  Pavel Roskin  <proski@gnu.org>
5167         * fs/hfs.c (grub_hfs_strncasecmp): Integrate into ...
5168         (grub_hfs_cmp_catkeys): ... this.  Don't assume strings to be
5169         zero-terminated, rely only on the strlen value.  Fix comparison
5170         of strings differing in length.
5172 2009-03-30  Robert Millan  <rmh@aybabtu.com>
5174         * loader/i386/linux.c (grub_cmd_linux): Check for zImage before
5175         checking for abi version.  Improve error messages on BIOS to notify
5176         user about `linux16' command.
5178 2009-03-29  Vladimir Serbinenko  <phcoder@gmail.com>
5180         Leak fixes
5182         * kern/disk.c (grub_disk_cache_store): Invalidate previous cache
5183         in case of collision
5184         * disk/scsi.c (grub_scsi_open): free scsi in case of error
5186 2009-03-29  Robert Millan  <rmh@aybabtu.com>
5188         * loader/i386/linux.c (grub_cmd_linux): Parse "vga=" parameter and
5189         set `vid_mode' accordingly.
5190         (grub_linux_boot): Process `vid_mode' and set video mode.
5192 2009-03-29  Robert Millan  <rmh@aybabtu.com>
5194         * util/grub.d/10_linux.in (linux_entry): New function.
5195         Factorize generation of Linux boot entries.
5197 2009-03-29  Yoshinori K. Okuji  <okuji@enbug.org>
5199         Make the format of Environment Block plain text. The boot loader
5200         part is not tested well yet.
5202         * util/grub-editenv.c (DEFAULT_ENVBLK_SIZE): New macro.
5203         (buffer): Removed.
5204         (envblk): Likewise.
5205         (usage): Remove "info" and "clear". Add "unset". Update the
5206         description of "set", as this does not delete variables any
5207         longer.
5208         (create_envblk_file): Complete rewrite.
5209         (open_envblk_file): Likewise.
5210         (cmd_info): Removed.
5211         (cmd_list): Likewise.
5212         (cmd_set): Likewise.
5213         (cmd_clear): Likewise.
5214         (list_variables): New function.
5215         (write_envblk): Likewise.
5216         (set_variables): Likewise.
5217         (unset_variables): Likewise.
5218         (main): Complete rewrite.
5220         * commands/loadenv.c (buffer): Removed.
5221         (envblk): Likewise.
5222         (open_envblk_file): New function.
5223         (read_envblk_file): Complete rewrite.
5224         (grub_cmd_load_env): Likewise.
5225         (grub_cmd_list_env): Likewise.
5226         (struct blocklist): New struct.
5227         (free_blocklists): New function.
5228         (check_blocklists): Likewise.
5229         (write_blocklists): Likewise.
5230         (grub_cmd_save_env): Complete rewrite.
5232         * include/grub/lib/envblk.h (GRUB_ENVBLK_SIGNATURE): Replaced with
5233         a plain text signature.
5234         (GRUB_ENVBLK_MAXLEN): Removed.
5235         (struct grub_envblk): Complete rewrite.
5236         (grub_envblk_find): Removed.
5237         (grub_envblk_insert): Likewise.
5238         (grub_envblk_open): New prototype.
5239         (grub_envblk_set): Likewise.
5240         (grub_envblk_delete): Put const to VALUE.
5241         (grub_envblk_iterate): Put const to NAME and VALUE.
5242         (grub_envblk_close): New prototype.
5243         (grub_envblk_buffer): New inline function.
5244         (grub_envblk_size): Likewise.
5246         * lib/envblk.c: Include grub/mm.h.
5247         (grub_env_find): Removed.
5248         (grub_envblk_open): New function.
5249         (grub_envblk_close): Likewise.
5250         (escaped_value_len): Likewise.
5251         (find_next_line): Likewise.
5252         (grub_envblk_insert): Removed.
5253         (grub_envblk_set): New function.
5254         (grub_envblk_delete): Complete rewrite.
5255         (grub_envblk_iterate): Likewise.
5257 2009-03-28  Robert Millan  <rmh@aybabtu.com>
5259         * conf/i386-pc.rmk (pkglib_MODULES): Add `linux16.mod'.
5260         (linux16_mod_SOURCES, linux16_mod_CFLAGS, linux16_mod_LDFLAGS): New
5261         variables.  Use 16-bit loader.
5262         (linux_mod_SOURCES, linux_mod_CFLAGS, linux_mod_LDFLAGS): Use 32-bit
5263         loader.
5264         * kern/i386/loader.S (grub_linux_boot): Rename to ...
5265         (grub_linux16_boot): ... this.  Update all users.
5266         * loader/i386/linux.c (grub_linux32_boot): Rename to ...
5267         (grub_linux_boot): ... this.  Update all users.
5269         * loader/i386/pc/linux.c (GRUB_MOD_INIT(linux)): Rename to ...
5270         (GRUB_MOD_INIT(linux16)): ... this.  Rename `linux' and `initrd'
5271         commands to `linux16' and `initrd16'.
5272         (GRUB_MOD_FINI(linux)): Rename to ...
5273         (GRUB_MOD_FINI(linux16)): ... this.
5275 2009-03-24  Pavel Roskin  <proski@gnu.org>
5277         * genmk.rb: Define ASM_FILE for *.S files for *.lst generation,
5278         not just for compilation.
5280 2009-03-22  Vladimir Serbinenko  <phcoder@gmail.com>
5282         Move multiboot helper out of kernel
5284         * conf/i386-pc.rmk (multiboot_mod_SOURCES): Add
5285         `loader/i386/multiboot_helper.S'.
5286         * conf/i386-coreboot.rmk: Likewise
5287         * conf/i386-ieee1275.rmk: Likewise
5289         * kern/i386/loader.S: Move multiboot helpers from here...
5290         * loader/i386/multiboot_helper.S: ...moved here
5291         * include/grub/i386/loader.h: Move declarations of multiboot
5292         helpers from here...
5293         * include/grub/i386/multiboot.h: ...moved here
5294         * loader/i386/multiboot.c: Added include of grub/cpu/multiboot.h
5296 2009-03-22  Yoshinori K. Okuji  <okuji@enbug.org>
5298         * kern/env.c (grub_env_context_open): Added an argument to specify
5299         whether a new context inherits exported variables from current
5300         one. This is useful when making a sandbox to interpret a config
5301         file.
5302         All callers updated.
5304         * include/grub/env.h (grub_env_context_open): Updated the prototype.
5306 2009-03-22  Yoshinori K. Okuji  <okuji@enbug.org>
5308         * kern/env.c (grub_env_context_close): Fix memory leaks.
5310 2009-03-22  Yoshinori K. Okuji  <okuji@enbug.org>
5312         * normal/main.c (grub_normal_execute): Added an argument
5313         BATCH to specify if an interactive interface should be provided
5314         after reading a config file.
5315         All callers updated.
5316         (read_command_list): Prevent being executed twice.
5317         (read_fs_list): Likewise.
5319         * include/grub/normal.h (grub_normal_execute): Updated the
5320         prototype.
5322 2009-03-22  Pavel Roskin  <proski@gno.org>
5324         * kern/powerpc/ieee1275/startup.S: Replace EXT_C(start) with
5325         _start.
5326         * kern/i386/pc/startup.S: Likewise.
5327         * kern/i386/efi/startup.S: Likewise.
5328         * kern/i386/ieee1275/startup.S: Likewise.
5329         * kern/i386/coreboot/startup.S: Likewise.
5330         * kern/x86_64/efi/startup.S: Likewise.
5332         * aclocal.m4 (grub_CHECK_START_SYMBOL): Remove.
5333         * configure.ac: Don't call grub_CHECK_START_SYMBOL.
5334         * kern/i386/pc/startup.S: Use _start instead of START_SYMBOL.
5336 2009-03-21  Vladimir Serbinenko  <phcoder@gmail.com>
5338         Bugfixes in multiboot for bugs uncovered by solaris kernel.
5340         * loader/i386/multiboot_elfxx.c (grub_multiboot_load_elf): Corrected
5341         limit detection.
5342         Use vaddr of correct segment for entry_point.
5344 2009-03-21  Bean  <bean123ch@gmail.com>
5346         * commands/blocklist.c: Add include file <grub/command.h>, remove
5347         <grub/normal.h> and <grub/arg.h>.
5348         (grub_cmd_blocklist): Use the new command interface.
5349         (GRUB_MOD_INIT): Likewise.
5350         (GRUB_MOD_FINI): Likewise.
5351         * commands/boot.c: Likewise.
5352         * commands/cat.c: Likewise.
5353         * commands/cmp.c: Likewise.
5354         * commands/configfile.c: Likewise.
5355         * commands/crc.c: Likewise.
5356         * commands/echo.c: Likewise.
5357         * commands/halt.c: Likewise.
5358         * commands/handler.c: Likewise.
5359         * commands/hdparm.c: Likewise.
5360         * commands/help.c: Likewise.
5361         * commands/hexdump.c: Likewise.
5362         * commands/loadenv.c: Likewise.
5363         * commands/ls.c: Likewise.
5364         * commands/lsmmap.c: Likewise.
5365         * commands/lspci.c: Likewise.
5366         * commands/loadenv.c: Likewise.
5367         * commands/read.c: Likewise.
5368         * commands/reboot.c: Likewise.
5369         * commands/search.c: Likewise.
5370         * commands/sleep.c: Likewise.
5371         * commands/test.c: Likewise.
5372         * commands/usbtest.c: Likewise.
5373         * commands/videotest.c: Likewise.
5374         * commands/i386/cpuid.c: Likewise.
5375         * commands/i386/pc/halt.c: Likewise.
5376         * commands/i386/pc/play.c: Likewise.
5377         * commands/i386/pc/pxecmd.c: Likewise.
5378         * commands/i386/pc/vbeinfo.c: Likewise.
5379         * commands/i386/pc/vbetest.c: Likewise.
5380         * commands/ieee1275/suspend.c: Likewise.
5381         * disk/loopback.c: Likewise.
5382         * font/font_cmd.c: Likewise.
5383         * hello/hello.c: Likewise.
5384         * loader/efi/appleloader.c: Likewise.
5385         * loader/efi/chainloader.c: Likewise.
5386         * loader/i386/bsd.c: Likewise.
5387         * loader/i386/efi/linux.c: Likewise.
5388         * loader/i386/ieee1275/linux.c: Likewise.
5389         * loader/i386/linux.c: Likewise.
5390         * loader/i386/pc/chainloader.c: Likewise.
5391         * loader/i386/pc/linux.c: Likewise.
5392         * loader/powerpc/ieee1275/linux.c: Likewise.
5393         * loader/multiboot_loader.c: Likewise.
5394         * term/gfxterm.c: Likewise.
5395         * term/i386/pc/serial.c: Likewise.
5396         * term/terminfo.c: Likewise.
5398         * term/i386/pc/vesafb.c: Removed <grub/arg.h>.
5399         * term/i386/pc/vga.c: Likewise.
5400         * video/readers/jpeg.c: Likewise.
5401         * video/readers/png.c: Likewise.
5402         * video/readers/tga.c: Likewise.
5404         * util/grub-fstest (cmd_loopback): Removed.
5405         (cmd_blocklist): Likewise.
5406         (cmd_ls): Likewise.
5407         (grub_register_command): Likewise.
5408         (grub_unregister_command): Likewise.
5409         (execute_command): Use grub_command_find to locate command and execute
5410         it.
5412         * include/grub/efi/chainloader.h: Removed.
5413         * loader/efi/chainloader_normal.c: Likewise.
5414         * loader/i386/bsd_normal.c: Likewise.
5415         * loader/i386/pc/chainloader_normal.c: Likewise.
5416         * loader/i386/pc/multiboot_normal.c: Likewise.
5417         * loader/linux_normal.c: Likewise.
5418         * loader/multiboot_loader_normal.c: Likewise.
5419         * loader/powerpc/ieee1275/linux_normal.c: Likewise.
5421         * gencmdlist.sh: Scan new registration command grub_register_extcmd
5422         and grub_register_command_p1.
5424         * conf/common.rmk (grub_fstest_SOURCES): Add kern/list.c,
5425         kern/command.c, lib/arg.c and commands/extcmd.c.
5426         (pkglib_MODULES): Remove boot.mod, and minicmd.mod and extcmd.mod.
5427         (minicmd_mod_SOURCES): New variable.
5428         (minicmd_mod_CFLAGS): Likewise.
5429         (minicmd_mod_LDFLAGS): Likewise.
5430         (extcmd_mod_SOURCES): Likewise.
5431         (extcmd_mod_CFLAGS): Likewise.
5432         (extcmd_mod_LDFLAGS): Likewise.
5433         (boot_mod_SOURCES): Removed.
5434         (boot_mod_CFLAGS): Likewise.
5435         (boot_mod_LDFLAGS): Likewise.
5437         * conf/i386-pc.rmk (kernel_img_SOURCES): Add kern/command.c and
5438         kern/corecmd.c.
5439         (kernel_img_HEADERS): Add command.h.
5440         (grub_emu_SOURCES): Remove commands/boot.c and normal/arg.c, add
5441         commands/minicmd.c, kern/command.c, kern/corecmd.c, commands/extcmd.c
5442         and lib/arg.c.
5443         (pkglib_MODULES): Change _linux.mod, _chain.mod, _bsd.mod and
5444         _multiboot.mod as linux.mod, chain.mod, bsd.mod and multiboot.mod,
5445         remove the corresponding normal mode command.
5446         (normal_mod_SOURCES): Remove normal/arg.c.
5447         * conf/i386-coreboot.rmk: Likewise.
5448         * conf/i386-efi.rmk: Likewise.
5449         * conf/i386-ieee1275.rmk: Likewise.
5450         * conf/powerpc-ieee1275.rmk: Likewise.
5451         * conf/x86_64-efi.rmk: Likewise.
5453         * include/grub/arg.h: Move from here ...
5454         * include/grub/lib/arg.h: ... to here.
5456         * normal/arg.c: Move from here ...
5457         * lib/arg.c: ... to here.
5459         * commands/extcmd.c: New file.
5460         * commands/minicmd.c: Likewise.
5461         * include/grub/command.h: Likewise.
5462         * include/grub/extcmd.h: Likewise.
5463         * kern/command.c: Likewise.
5464         * kern/corecmd.c: Likewise.
5466         * kern/list.c (grub_list_iterate): Return int instead of void.
5467         (grub_list_insert): New function.
5468         (grub_prio_list_insert): Likewise.
5470         * kern/rescue.c (grub_rescue_command): Removed.
5471         (grub_rescue_command_list): Likewise.
5472         (grub_rescue_register_command): Likewise.
5473         (grub_rescue_unregister_command): Likewise.
5474         (grub_rescue_cmd_boot): Move to minicmd.c
5475         (grub_rescue_cmd_help): Likewise.
5476         (grub_rescue_cmd_info): Likewise.
5477         (grub_rescue_cmd_boot): Likewise.
5478         (grub_rescue_cmd_testload): Likewise.
5479         (grub_rescue_cmd_dump): Likewise.
5480         (grub_rescue_cmd_rmmod): Likewise.
5481         (grub_rescue_cmd_lsmod): Likewise.
5482         (grub_rescue_cmd_exit): Likewise.
5483         (grub_rescue_print_devices): Moved to corecmd.c.
5484         (grub_rescue_print_files): Likewise.
5485         (grub_rescue_cmd_ls): Likewise.
5486         (grub_rescue_cmd_insmod): Likewise.
5487         (grub_rescue_cmd_set): Likewise.
5488         (grub_rescue_cmd_unset): Likewise.
5489         (attempt_normal_mode): Use grub_command_find to get normal module.
5490         (grub_enter_rescue_mode): Use grub_register_core_commands to register
5491         commands, remove grub_rescue_register_command calls.
5493         * normal/command.c (grub_register_command): Removed.
5494         (grub_unregister_command): Likewise.
5495         (grub_command_find): Likewise.
5496         (grub_iterate_commands): Likewise.
5497         (rescue_command): Likewise.
5498         (export_command): Moved to corecmd.c.
5499         (set_command): Removed.
5500         (unset_command): Likewise.
5501         (insmod_command): Likewise.
5502         (rmmod_command): Likewise.
5503         (lsmod_command): Likewise.
5504         (grub_command_init): Likewise.
5506         * normal/completion.c (iterate_command): Use cmd->prio to check for
5507         active command.
5508         (complete_arguments): Use grub_extcmd_t structure to find options.
5509         (grub_normal_do_completion): Change function grub_iterate_commands to
5510         grub_command_iterate.
5512         * normal/execute.c (grub_script_execute_cmd): No need to parse
5513         argument here.
5515         * normal/main.c (grub_dyncmd_dispatcher): New function.
5516         (read_command_list): Register unload commands as dyncmd.
5517         (grub_cmd_normal): Use new command interface, register rescue,
5518         unregister normal at entry, register normal, unregister rescue at exit.
5520         * include/grub/list.h (grub_list_test_t): New type.
5521         (grub_list_iterate): Return int instead of void.
5522         (grub_list_insert): New function.
5523         (GRUB_AS_NAMED_LIST_P): New macro.
5524         (GRUB_AS_PRIO_LIST): Likewise.
5525         (GRUB_AS_PRIO_LIST_P): Likewise.
5526         (GRUB_PRIO_LIST_PRIO_MASK): New constant.
5527         (GRUB_PRIO_LIST_FLAG_ACTIVE): Likewise.
5528         (grub_prio_list): New structure.
5529         (grub_prio_list_insert): New function.
5530         (grub_prio_list_remove): New inline function.
5532         * include/grub/normal.h: Remove <grub/arg.h>, add <grub/command.h>.
5533         (GRUB_COMMAND_FLAG_CMDLINE): Moved to command.h.
5534         (GRUB_COMMAND_FLAG_MENU): Likewise.
5535         (GRUB_COMMAND_FLAG_BOTH): Likewise.
5536         (GRUB_COMMAND_FLAG_TITLE): Likewise.
5537         (GRUB_COMMAND_FLAG_NO_ECHO): Likewise.
5538         (GRUB_COMMAND_FLAG_NO_ARG_PARSE): Removed.
5539         (GRUB_COMMAND_FLAG_NOT_LOADED): Likewise.
5540         (grub_command): Likewise.
5541         (grub_register_command): Likewise.
5542         (grub_command_find): Likewise.
5543         (grub_iterate_commands): Likewise.
5544         (grub_command_init): Likewise.
5545         (grub_arg_parse): Likewise.
5546         (grub_arg_show_help): Likewise.
5548         * include/grub/rescue.h (grub_rescue_register_command): Removed.
5549         (grub_rescue_unregister_command): Likewise.
5551         * include/grub/i386/bsd.h: Remove grub_rescue_cmd_freebsd,
5552         grub_rescue_cmd_openbsd, grub_rescue_cmd_netbsd,
5553         grub_rescue_cmd_freebsd_loadenv and grub_rescue_cmd_freebsd_module.
5555         * include/grub/i386/efi/loader.h: Remove grub_rescue_cmd_linux and
5556         grub_rescue_cmd_initrd.
5557         * include/grub/i386/loader.h: Likewise.
5558         * include/grub/x86_64/loader.h: Likewise.
5560         * include/grub/i386/pc/chainloader.h: Remove grub_chainloader_cmd.
5562 2009-03-21  Bean  <bean123ch@gmail.com>
5564         * util/hostdisk.c (read_device_map): Use grub_util_get_disk_size
5565         instead of stat in mingw environment.
5567         * util/misc.c (grub_millisleep): Use Sleep in mingw environment.
5569         * aclocal.m4 (grub_CHECK_LINK_DIR): New function.
5571         * configure.ac: Use grub_CHECK_LINK_DIR to determine whether to use
5572         AC_CONFIG_LINKS.
5574 2009-03-21  Bean  <bean123ch@gmail.com>
5576         * fs/ext2.c (grub_ext2_mount): Change errno to GRUB_ERR_BAD_FS for
5577         out of range error.
5579 2009-03-18  Michel Dänzer  <michel@daenzer.net>
5581         * fs/ext2.c (grub_ext2_read_block): Take endianness into account when
5582         checking inode flags for EXT4_EXTENTS_FLAG.
5584 2009-03-18  Robert Millan  <rmh@aybabtu.com>
5586         * loader/i386/linux.c: Include `<grub/video.h>' and
5587         `<grub/i386/pc/vbe.h>'..
5588         (grub_linux_setup_video): New function.  Loosely based on the EFI one.
5589         (grub_linux32_boot): Attempt to configure video settings with
5590         grub_linux_setup_video().
5591         (grub_rescue_cmd_linux): Set noreturn=0 in grub_loader_set, in order
5592         to avoid grub_console_fini() which would step out of graphical mode
5593         unconditionally.
5595 2009-03-14  Robert Millan  <rmh@aybabtu.com>
5597         Fix build on powerpc.
5598         * conf/powerpc-ieee1275.rmk (kernel_elf_HEADERS): Add `handler.h'.
5600 2009-03-12  Vladimir Serbinenko  <phcoder@gmail.com>
5602         * term/gfxterm.c (GRUB_MOD_FINI(term_gfxterm)): Correct name of
5603         background image command.
5605 2009-03-12  Colin D Bennett  <colin@gibibit.com>
5607         * term/gfxterm.c (draw_cursor): Ensure character is redrawn.
5608         (grub_gfxterm_putchar): Extract pairs of identical calls to
5609         draw_cursor out of conditional blocks.
5611 2009-03-11  Pavel Roskin  <proski@gnu.org>
5613         * fs/hfs.c (grub_hfs_strncasecmp): New function.
5614         (grub_hfs_cmp_catkeys): Use HFS specific string comparison.
5616 2009-03-11  Robert Millan  <rmh@aybabtu.com>
5618         * loader/i386/multiboot_elfxx.c
5619         (CONCAT(grub_multiboot_load_elf, XX)): Do not reject ET_DYN files.
5621 2009-03-11  Felix Zielcke  <fzielcke@z-51.de>
5623         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Add `kern/list.c' and
5624         `kern/handler.c'.
5626 2009-03-11  Robert Millan  <rmh@aybabtu.com>
5628         * loader/i386/multiboot.c (code_size): New variable.
5629         (grub_multiboot): Define offsets by adding to `code_size' rather
5630         than subtracting from `grub_multiboot_payload_size'.  Provide
5631         4-byte alignment to MBI and others by increasing
5632         `boot_loader_name_length' appropriately.
5634         * loader/i386/multiboot_elfxx.c
5635         (CONCAT(grub_multiboot_load_elf, XX)): Initialize `code_size'.
5637 2009-03-09  Felix Zielcke  <fzielcke@z-51.de>
5639         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Remove duplicated
5640         `fs/ext2.c'.
5642 2009-03-08  Robert Millan  <rmh@aybabtu.com>
5644         Make loader/i386/linux.c usable on i386-pc again.
5646         * kern/i386/pc/init.c (grub_machine_init): Disable addition of low
5647         memory to heap.
5648         * loader/i386/linux.c [GRUB_MACHINE_PCBIOS] (allocate_pages): Remove
5649         `#error' stanza.
5651 2009-03-07  Bean  <bean123ch@gmail.com>
5653         * loader/i386/efi/linux.c (grub_rescue_cmd_initrd): Fix a bug in initrd
5654         allocation.
5656 2009-03-06  Robert Millan  <rmh@aybabtu.com>
5658         Fix display issue on terminals with screen size other than 80x25
5659         (e.g. gfxterm with resolution higher than 640x480).
5661         * normal/main.c (grub_normal_init_page): Display title text in a
5662         position relative to the center of the terminal instead of relying
5663         on a hardcoded offset.
5665 2009-03-04  Robert Millan  <rmh@aybabtu.com>
5667         Filter /etc/grub.d/10_* so that only add-ons for native kernels are
5668         installed.
5670         * Makefile.in (host_kernel): New variable.
5671         * conf/common.rmk (grub-mkconfig_SCRIPTS): Conditionalize all 10_*.in
5672         scripts instead of just the windows one.
5673         * configure.ac: Initialize and AC_SUBST `host_kernel'.
5675 2009-03-04  Felix Zielcke  <fzielcke@z-51.de>
5677         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `kern/list.c' and
5678         `kern/handler.c'.
5679         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
5680         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
5681         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
5682         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
5683         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
5684         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
5686 2009-03-04  Felix Zielcke  <fzielcke@z-51.de>
5688         * partmap/pc.c (pc_partition_map_iterate): Skip over invalid BSD partitions
5689         or if there's no space for the disk label and print the partition number on a
5690         invalid magic.
5692 2009-03-04  Felix Zielcke  <fzielcke@z-51.de>
5694         * util/misc.c: Include <time.h>.
5695         (grub_millisleep): New function.
5697 2009-03-04  Bean  <bean123ch@gmail.com>
5699         * configure.ac: Only test -mcmodel=large option in x86_64-efi, also add
5700         another option -mno-red-zone.
5702         * commands/handler.c: Change module description.
5704         * kern/handler.c: Add missing space at the end of description line.
5706         * kern/list.c: Likewise.
5708 2009-03-03  Robert Millan  <rmh@aybabtu.com>
5710         Move more components to the relocation area, and fix mbi pointer
5711         handling to use the destination rather than the origin (thanks to
5712         Vladimir Serbinenko for spotting).
5714         * loader/i386/multiboot.c (mbi_dest): New variable.
5715         (grub_multiboot_boot): Use `mbi_dest' instead of `mbi'.
5716         (grub_multiboot): Put cmdline, boot_loader_name and mbi in the
5717         relocation area.
5719 2009-03-01  Bean  <bean123ch@gmail.com>
5721         * include/grub/efi/api.h (GRUB_EFI_MPS_TABLE_GUID): New constant.
5722         (GRUB_EFI_ACPI_TABLE_GUID): Likewise.
5723         (GRUB_EFI_ACPI_20_TABLE_GUID): Likewise.
5724         (GRUB_EFI_SMBIOS_TABLE_GUID): Likewise.
5726         * loader/i386/efi/linux.c (acpi_guid): New variable.
5727         (acpi_guid): Likewise.
5728         (EBDA_SEG_ADDR): New constant.
5729         (LOW_MEM_ADDR): Likewise.
5730         (FAKE_EBDA_SEG): Likewise.
5731         (fake_bios_data): New function.
5732         (grub_linux_boot): Call fake_bios_data.
5734 2009-03-01  Bean  <bean123ch@gmail.com>
5736         * commands/terminal.c: Removed.
5738         * commands/handler.c: New file.
5740         * include/grub/list.h: Likewise.
5742         * include/grub/handler.h: Likewise.
5744         * kern/list.c: Likewise.
5746         * kern/handler.c: Likewise.
5748         * kern/term.h: Include header file <grub/handler.h>.
5749         (grub_term_input): Move next field to the beginning.
5750         (grub_term_output): Likewise.
5751         (grub_term_input_class): New variable.
5752         (grub_term_output_class): Likewise.
5753         (grub_term_register_input): Changed to inline function.
5754         (grub_term_register_output): Likewise.
5755         (grub_term_unregister_input): Likewise.
5756         (grub_term_unregister_output): Likewise.
5757         (grub_term_set_current_input): Likewise.
5758         (grub_term_set_current_output): Likewise.
5759         (grub_term_get_current_input): Likewise.
5760         (grub_term_get_current_output): Likewise.
5761         (grub_term_iterate_input): Removed.
5762         (grub_term_iterate_output): Likewise.
5764         * kern/term.c (grub_term_list_input): Removed.
5765         (grub_term_list_output): Likewise.
5766         (grub_term_input_class): New variable.
5767         (grub_term_output_class): Likewise.
5768         (grub_cur_term_input): Change variable as macro.
5769         (grub_cur_term_output): Likewise.
5770         (grub_term_register_input): Removed.
5771         (grub_term_register_output): Likewise.
5772         (grub_term_unregister_input): Likewise.
5773         (grub_term_unregister_output): Likewise.
5774         (grub_term_set_current_input): Likewise.
5775         (grub_term_set_current_output): Likewise.
5776         (grub_term_iterate_input): Likewise.
5777         (grub_term_iterate_output): Likewise.
5778         (grub_term_get_current_input): Likewise.
5779         (grub_term_get_current_output): Likewise.
5781         * util/grub-editenv.c: Include header file <grub/handler.h>.
5782         (grub_term_get_current_input): Removed.
5783         (grub_term_get_current_output): Likewise.
5784         (grub_term_input_class): New variable.
5785         (grub_term_output_class): Likewise.
5787         * util/grub-fstest.c (grub_term_get_current_input): Removed.
5788         (grub_term_get_current_output): Likewise.
5789         (grub_term_input_class): New variable.
5790         (grub_term_output_class): Likewise.
5792         * util/grub-probe.c (grub_term_get_current_input): Removed.
5793         (grub_term_get_current_output): Likewise.
5794         (grub_term_input_class): New variable.
5795         (grub_term_output_class): Likewise.
5797         * util/i386/pc/grub-setup.c (grub_term_get_current_input): Removed.
5798         (grub_term_get_current_output): Likewise.
5799         (grub_term_input_class): New variable.
5800         (grub_term_output_class): Likewise.
5802         * conf/common.rmk (pkglib_MODULES): Replace terminal with handler.
5803         (terminal_mod_SOURCES): Likewise.
5804         (terminal_mod_CFLAGS): Likewise.
5805         (terminal_mod_LDFLAGS): Likewise.
5807         * conf/i386-pc.rmk (grub_emu_SOURCES): Replace terminal.c with
5808         handler.c.
5809         (kernel_img_SOURCES): Add list.c and handler.c.
5810         (kernel_img_HEADERS): Add list.h and handler.h.
5812         * conf/i386-efi.rmk (grub_emu_SOURCES): Replace terminal.c with
5813         handler.c.
5814         (kernel_mod_SOURCES): Add list.c and handler.c.
5815         (kernel_mod_HEADERS): Add list.h and handler.h.
5817         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Replace terminal.c with
5818         handler.c.
5819         (kernel_elf_SOURCES): Add list.c and handler.c.
5820         (kernel_elf_HEADERS): Add list.h and handler.h.
5822         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Replace terminal.c with
5823         handler.c.
5824         (kernel_elf_SOURCES): Add list.c and handler.c.
5825         (kernel_elf_HEADERS): Add list.h and handler.h.
5827         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Replace terminal.c with
5828         handler.c.
5829         (kernel_mod_SOURCES): Add list.c and handler.c.
5830         (kernel_mod_HEADERS): Add list.h and handler.h.
5832         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Replace terminal.c with
5833         handler.c.
5834         (kernel_elf_SOURCES): Add list.c and handler.c.
5835         (kernel_elf_HEADERS): Add list.h and handler.h.
5837 2009-02-27  Robert Millan  <rmh@aybabtu.com>
5839         Factorize elf32 / elf64 code in Multiboot loader.  This will
5840         prevent it from getting out of sync again.
5842         * loader/i386/multiboot.c (grub_multiboot_is_elf32,
5843         grub_multiboot_load_elf32, grub_multiboot_is_elf64,
5844         grub_multiboot_load_elf64): Move from here ...
5845         * loader/i386/multiboot_elfxx.c (grub_multiboot_is_elf,
5846         grub_multiboot_load_elf): ... to here (new file).
5848 2009-02-27  Robert Millan  <rmh@aybabtu.com>
5850         * util/grub.d/10_linux.in: Rename "single-user mode" to
5851         "recovery mode".
5853 2009-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
5855         Don't leak in SCSI code.
5856         * disk/scsi.c (grub_scsi_close): free `scsi'.
5858 2009-02-27  Robert Millan  <rmh@aybabtu.com>
5860         * loader/i386/pc/multiboot.c: Move from here ...
5861         * loader/i386/multiboot.c: ... to here.  Update all users.
5863 2009-02-27  Robert Millan  <rmh@aybabtu.com>
5865         Patch from Alexandre Bique <bique.alexandre@gmail.com>
5866         * util/i386/pc/grub-setup.c (setup): Fix directory path.
5868 2009-02-27  Krzysztof Smiechowicz  <deadwood@wp.pl>
5870         * fs/sfs.c (grub_sfs_read_extent): Correction to traversing extent
5871         b-tree.
5873 2009-02-27  Robert Millan  <rmh@aybabtu.com>
5875         * kern/misc.c (grub_strtoull): Fix bug (it mistakenly parsed the
5876         `0x' qualifier as 0 when base is specified as parameter).
5878 2009-02-24  Bean  <bean123ch@gmail.com>
5880         * configure.ac: Check for -mcmodel=large in x86_64 target.
5882         * include/grub/efi/api.h (efi_call_10): New macro.
5883         (efi_wrap_10): New function.
5885         * include/grub/efi/pe32.h (GRUB_PE32_REL_BASE_HIGH): New macro.
5886         (GRUB_PE32_REL_BASED_HIGH): Likewise.
5887         (GRUB_PE32_REL_BASED_LOW): Likewise.
5888         (GRUB_PE32_REL_BASED_HIGHLOW): Likewise.
5889         (GRUB_PE32_REL_BASED_HIGHADJ): Likewise.
5890         (GRUB_PE32_REL_BASED_MIPS_JMPADDR): Likewise.
5891         (GRUB_PE32_REL_BASED_SECTION): Likewise.
5892         (GRUB_PE32_REL_BASED_REL): Likewise.
5893         (GRUB_PE32_REL_BASED_IA64_IMM64): Likewise.
5894         (GRUB_PE32_REL_BASED_DIR64): Likewise.
5895         (GRUB_PE32_REL_BASED_HIGH3ADJ): Likewise.
5897         * kern/x86_64/dl.c (grub_arch_dl_relocate_symbols): Fixed relocation
5898         issue.
5900         * kern/x86_64/efi/callwrap.S (efi_wrap_6): Bug fix.
5901         (efi_wrap_10): New function.
5903         * kern/x86_64/efi/startup.S (codestart): Use relative addressing.
5905         * loader/efi/appleloader.c (devpath_5): Add support for late 2008
5906         MB/MBP model (NV chipset).
5907         (devdata_devs): Add devpath_5 to the list.
5909         * load/i386/efi/linux.c (video_base): Remove variable.
5910         (RGB_MASK): New macro.
5911         (RGB_MAGIC): Likewise.
5912         (LINE_MIN): Likewise.
5913         (LINE_MAX): Likewise.
5914         (FBTEST_STEP): Likewise.
5915         (FBTEST_COUNT): Likewise.
5916         (fb_list): New variable.
5917         (grub_find_video_card): Remove function.
5918         (find_framebuf): New function.
5919         (grub_linux_setup_video): Use find_framebuf to get frame buffer and
5920         line length.
5922         * util/i386/efi/grub-mkimage.c (grub_reloc_section): Fix relocation
5923         problem for x86_64.
5925 2009-02-22  Vesa Jääskeläinen  <chaac@nic.fi>
5927         Patch #25624 by Kevin Lacquement <kevin@lacqui>.
5929         * util/grub-mkconfig.in: Use ${grub_mkdevicemap} instead of hard
5930         coding tool name.
5932 2009-02-22  Robert Millan  <rmh@aybabtu.com>
5934         * include/multiboot.h (MULTIBOOT_INFO_ALIGN): New macro.
5935         * loader/i386/pc/multiboot.c (grub_multiboot): Include the MBI
5936         in our relocation, instead of using it directly from heap.  Also
5937         use `MULTIBOOT_INFO_ALIGN' to ensure it is aligned.
5939 2009-02-21  Robert Millan  <rmh@aybabtu.com>
5941         Implement USB keyboard support (based on patch by Marco Gerards)
5943         * conf/i386-pc.rmk (pkglib_MODULES): Add `usb_keyboard.mod'.
5944         (usb_keyboard_mod_SOURCES, usb_keyboard_mod_CFLAGS)
5945         (usb_keyboard_mod_LDFLAGS): New variables.
5947         * term/usb_keyboard.c: New file.
5949 2009-02-14  Vladimir Serbinenko  <phcoder@gmail.com>
5951         Corrected wrong declaration
5953         * kern/disk.c: corrected declaration of grub_disk_ata_pass_through.
5955 2009-02-14  Christian Franke  <franke@computer.org>
5957         * commands/lspci.c (grub_pci_classes): Add `SATA Controller'.
5958         (grub_lspci_iter): Print class code and programming interface byte.
5960 2009-02-14  Christian Franke  <franke@computer.org>
5962         * gendistlist.sh: Ignore `.svn' directories.
5964 2009-02-14  Felix Zielcke  <fzielcke@z-51.de>
5966         * fs/fat.c: Add 2009 to Copyright line.
5968 2009-02-14  Christian Franke  <franke@computer.org>
5970         * commands/hdparm.c: New file.  Provides `hdparm' command
5971         which sends ATA commands via grub_disk_ata_pass_through ().
5973         * conf/i386-pc.rmk: Add ata_pthru.mod and hdparm.mod.
5975         * disk/ata.c: Include <grub/ata.h>.  Move <grub/misc.h>
5976         and <grub/cpu/io.h> to include/grub/ata.h.
5977         (enum grub_ata_addressing_t): Move to include/grub/ata.h.
5978         (GRUB_CDROM_SECTOR_SIZE): Remove.
5979         (GRUB_ATA_*): Move to include/grub/ata.h.
5980         (GRUB_ATAPI_*): Likewise.
5981         (enum grub_ata_commands): Likewise.
5982         (enum grub_ata_timeout_milliseconds): Likewise.
5983         (struct grub_ata_device): Likewise.
5984         (grub_ata_regset): Likewise.
5985         (grub_ata_regget): Likewise.
5986         (grub_ata_regset2): Likewise.
5987         (grub_ata_regget2): Likewise.
5988         (grub_ata_check_ready): Likewise.
5989         (grub_ata_wait_not_busy): Remove static, exported in
5990         include/grub/ata.h.
5991         (grub_ata_wait_drq): Likewise.
5992         (grub_ata_pio_read): Likewise.
5994         * disk/ata_pthru.c: New file.  Provides grub_ata_pass_through ()
5995         function for hdparm.mod.
5997         * include/grub/ata.h: New file, contains declarations from
5998         disk/ata.c.
5999         (enum grub_ata_commands): Add new commands for commands/hdparm.c.
6001         * include/grub/disk.h (grub_disk_ata_pass_through_parms): New struct.
6002         (grub_disk_ata_pass_through): New exported variable.
6004         * kern/disk.c (grub_disk_ata_pass_through): New variable.
6006 2009-02-13  Colin D Bennett  <colin@gibibit.com>
6008         Support multiple fallback entries, and provide an API to support
6009         executing default+fallback menu entries.  Renamed the `terminal' menu
6010         viewer to `text'.
6012         * include/grub/normal.h (grub_normal_text_menu_viewer): New global
6013         variable declaration.
6014         (grub_menu_execute_callback): New structure declaration.
6015         (grub_menu_execute_callback_t): New typedef.
6016         (grub_menu_execute_with_fallback): New function declaration.
6017         (grub_menu_get_entry): Likewise.
6018         (grub_menu_get_timeout): Likewise.
6019         (grub_menu_set_timeout): Likewise.
6021         * normal/main.c (GRUB_MOD_INIT(normal)): Refer to new variable name.
6023         * normal/menu.c (grub_wait_after_message): Moved to
6024         `normal/menu_text.c'.
6025         (draw_border): Likewise.
6026         (print_message): Likewise.
6027         (print_entry): Likewise.
6028         (print_entries): Likewise.
6029         (grub_menu_init_page): Likewise.
6030         (get_entry_number): Likewise.
6031         (print_timeout): Likewise.
6032         (run_menu): Likewise.
6033         (grub_menu_execute_entry): Likewise.
6034         (show_text_menu): Likewise.
6035         (get_and_remove_first_entry_number): New function.
6036         (grub_menu_execute_with_fallback): Likewise.
6037         (get_entry): Renamed to ...
6038         (grub_menu_get_entry): .. this and made it global.
6039         (get_timeout): Renamed to ...
6040         (grub_menu_get_timeout): ... this and made it global.
6041         (set_timeout): Renamed to ...
6042         (grub_menu_set_timeout): ... this and made it global.
6043         (grub_normal_terminal_menu_viewer): Renamed to ...
6044         (grub_normal_text_menu_viewer): ... this.
6046         * normal/menu_text.c: New file.  Extracted text-menu-specific code
6047         from normal/menu.c.
6049         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Add `normal/menu_text.c'.
6050         (normal_mod_SOURCES): Likewise.
6052         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
6053         (normal_mod_SOURCES): Likewise.
6055         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
6056         (normal_mod_SOURCES): Likewise.
6058         * conf/i386-pc.rmk, (grub_emu_SOURCES): Likewise.
6059         (normal_mod_SOURCES): Likewise.
6061         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
6062         (normal_mod_SOURCES): Likewise.
6064         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
6065         (normal_mod_SOURCES): Likewise.
6067         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
6068         (normal_mod_SOURCES): Likewise.
6070 2009-02-11  Robert Millan  <rmh@aybabtu.com>
6072         * util/grub.d/00_header.in: Update old reference to `font' command.
6074 2009-02-10  Felix Zielcke  <fzielcke@z-51.de>
6076         * fs/fat.c (grub_fat_mount): Fix wrong comparison.
6078         Based on patch from Javier Martín.
6080 2009-02-09  Felix Zielcke  <fzielcke@z-51.de>
6082         * conf/common.rmk (grub_probe_SOURCES): Move fs/ext2.c before fs/fat.c
6083         to avoid false positives with FAT.
6084         (grub_fstest_SOURCES): Likewise.
6085         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
6086         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
6087         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
6088         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
6089         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
6090         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
6092 2009-02-09  Felix Zielcke  <fzielcke@z-51.de>
6094         * fs/fat.c (grub_fat_mount): Try to avoid false positives by checking
6095         bpb.version_specific.fat12_or_fat16.fstype and
6096         bpb.version_specific.fat32.fstype.
6098 2009-02-08  Robert Millan  <rmh@aybabtu.com>
6100         * fs/tar.c: Replace "fs/cpio.c" with "cpio.c".
6102 2009-02-08  Robert Millan  <rmh@aybabtu.com>
6104         * Makefile.in (host_os, host_cpu): New variables.
6105         (target_os): Remove.  Update all users.
6107 2009-02-08  Marco Gerards  <marco@gnu.org>
6109         * Makefile.in (enable_grub_emu_usb): New variable.
6110         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `disk/scsi.c'.
6111         (grub_emu_SOURCES) [grub_emu_SOURCES]: Add `disk/usbms.c',
6112         `util/usb.c', `bus/usb/usb.c' and `commands/usbtest.c'.
6113         (grub_emu_LDFLAGS): Add `$(LIBUSB)'.
6114         (pkglib_MODULES): Add `usb.mod', `uhci.mod', `ohci.mod',
6115         `usbtest.mod' and `usbms.mod'.
6116         (usb_mod_SOURCES, usb_mod_CFLAGS, usb_mod_LDFLAGS)
6117         (usbtest_mod_SOURCES, usbtest_mod_CFLAGS, usbtest_mod_LDFLAGS)
6118         (uhci_mod_SOURCES, uhci_mod_CFLAGS, uhci_mod_LDFLAGS,
6119         (ohci_mod_SOURCES, ohci_mod_CFLAGS, ohci_mod_LDFLAGS)
6120         (usbms_mod_SOURCES, usbms_mod_CFLAGS, usbms_mod_LDFLAGS): New
6121         variables.
6123         * disk/usbms.c: New file.
6125         * include/grub/usb.h: Likewise.
6127         * include/grub/usbtrans.h: Likewise.
6129         * include/grub/usbdesc.h: Likewise.
6131         * bus/usb/usbtrans.c: Likewise.
6133         * bus/usb/ohci.c: Likewise.
6135         * bus/usb/uhci.c: Likewise.
6137         * bus/usb/usbhub.c: Likewise.
6139         * bus/usb/usb.c: Likewise.
6141         * commands/usbtest.c: Likewise.
6143         * util/usb.c: Likewise.
6145         * include/grub/err.h (grub_err_t): Add `GRUB_ERR_IO'.
6147         * configure.ac: Test for libusb presence.
6149         * util/grub-emu.c (main) [HAVE_LIBUSB_H]: Call `grub_libusb_init'.
6151 2009-02-08  Vesa Jääskeläinen  <chaac@nic.fi>
6153         * kern/mm.c: Add more comments.
6155 2009-02-08  Robert Millan  <rmh@aybabtu.com>
6157         Patch from Javier Martín.
6158         * fs/ext2.c (EXT2_DRIVER_SUPPORTED_INCOMPAT): Add
6159         `EXT4_FEATURE_INCOMPAT_FLEX_BG'.
6161 2009-02-08  Robert Millan  <rmh@aybabtu.com>
6163         * fs/cpio.c: Split tar functionality to ...
6164         * fs/tar.c: ... here (new file).  Update all users.
6166 2009-02-07  Robert Millan  <rmh@aybabtu.com>
6168         * fs/ext2.c (grub_ext2_mount): Avoid mounting filesystems with
6169         backward-incompatible features.
6171         Based on patch from Javier Martín, with some adjustments.
6173 2009-02-07  Michael Scherer  <misc@mandriva.org>
6175         * fs/hfs.c (grub_hfsplus_iterate_dir): Treat hfs+ as case insensitive.
6177 2009-02-07  Robert Millan  <rmh@aybabtu.com>
6179         * conf/common.rmk (grub_probe_SOURCES, grub_fstest_SOURCES): Move
6180         position of `disk/lvm.c' to ensure grub_init_all() always picks it
6181         after the RAID stuff.
6183 2009-02-05  Vesa Jääskeläinen  <chaac@nic.fi>
6185         Fixes problem when running vbetest command as reported by
6186         Vladimir Serbinenko <phcoder@gmail.com>.
6188         * (grub_vbe_set_video_mode): Fixed problem with text modes.
6190 2009-02-04  Felix Zielcke  <fzielcke@z-51.de>
6192         util/getroot.c (grub_util_get_grub_dev): Add support for /dev/mdNpN and
6193         /dev/md/NpN style mdraid devices.
6195 2009-02-03  Felix Zielcke  <fzielcke@z-51.de>
6197         * util/unifont2pff.rb: Remove.
6199 2009-02-03  Felix Zielcke  <fzielcke@z-51.de>
6201         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Add a missing trailing
6202         `#'.
6204 2009-02-03  Felix Zielcke  <fzielcke@z-51.de>
6206         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `normal/menu_viewer.c'.
6207         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
6208         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
6209         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
6210         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
6211         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
6212         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
6214 2009-02-02  Christian Franke  <franke@computer.org>
6216         * lib/hexdump.c (hexdump): Print at most 3 lines if data is identical.
6218 2009-02-01  Felix Zielcke  <fzielcke@z-51.de>
6220         * INSTALL: Note that we now require at least autoconf 2.59 and
6221         that LZO is optional.
6223 2009-02-01  Vesa Jääskeläinen  <chaac@nic.fi>
6225         Base on patch on bug #24154 created by Tomas Tintera
6226         <trosos@seznam.cz>.
6228         * video/i386/pc/vbe.c (grub_video_vbe_scroll): Fix downward scrolling.
6230 2009-02-01  Vesa Jääskeläinen  <chaac@nic.fi>
6232         Based on patch on bug #25318 created by Bernhard Rosenkraenzer
6233         <bero@arklinux.org>.
6235         * normal/parser.y (script_init): Add missing semicolon.
6237 2009-01-31  Colin D Bennett  <colin@gibibit.com>
6239         * normal/main.c: Add include to grub/menu_viewer.h.
6240         (free_menu_entry_classes): Added.
6241         (grub_normal_menu_addentry): Added class property handling.
6242         (grub_normal_execute): Changed to use new menu viewer for menu viewing.
6243         (GRUB_MOD_INIT(normal)): Added register for text based menu viewer.
6245         * normal/menu_viewer.c: New file.
6247         * normal/menu.c (run_menu_entry): Renamed to ...
6248         (grub_menu_execute_entry): ... this and made it as global.
6249         (grub_menu_run): Renamed to ...
6250         (show_text_menu): ... this and made it local.
6251         (show_text_menu): Adapt to new function names.
6252         (grub_normal_terminal_menu_viewer): New global variable.
6254         * include/grub/menu.h: New file.
6256         * include/grub/menu_viewer.h: New file.
6258         * include/grub/normal.h: Added include to grub/menu.h.
6259         (grub_menu_entry): Moved to include/grub/menu.h.
6260         (grub_menu_entry_t): Likewise.
6261         (grub_menu): Likewise.
6262         (grub_menu_t): Likewise.
6263         (grub_normal_terminal_menu_viewer): Added.
6264         (grub_menu_execute_entry): Likewise.
6265         (grub_menu_run): Removed.
6267         * DISTLIST: Added include/grub/menu.h.
6268         Added include/grub/menu_viewer.h.
6269         Added normal/menu_viewer.c.
6271 2009-01-31  Vesa Jääskeläinen  <chaac@nic.fi>
6273         * normal/execute.c (grub_script_execute_menuentry): Changed to use
6274         arglist for menutitle arguments.
6276         * normal/main.c (grub_normal_menu_addentry): Likewise.
6278         * normal/parser.y (menuentry): Likewise.
6280         * normal/script.c (grub_script_create_cmdmenu): Likewise.
6282         * include/grub/script.h (grub_script_cmd_menuentry): Likewise.
6283         (grub_script_create_cmdmenu): Likewise.
6285         * include/grub/normal.h (grub_normal_menu_addentry): Likewise.
6287         * conf/i386-pc.rmk (normal_mod_SOURCES): Adapt Colin D Bennett's
6288         changes.
6290         * conf/x86_64-efi.rmk (normal_mod_SOURCES): Likewise.
6292         * conf/i386-coreboot.rmk (normal_mod_SOURCES): Likewise.
6294         * conf/i386-efi.rmk (normal_mod_SOURCES): Likewise.
6296         * conf/i386-ieee1275.rmk (normal_mod_SOURCES): Likewise.
6298         * conf/powerpc-ieee1275.rmk (normal_mod_SOURCES): Likewise.
6300         * conf/sparc64-ieee1275.rmk (normal_mod_SOURCES): Likewise.
6302 2009-01-30  Christian Franke  <franke@computer.org>
6304         * normal/arg.c (grub_arg_show_help): Add indentation if '\n' appears
6305         in option help text.
6307 2009-01-27  Pavel Roskin  <proski@gnu.org>
6309         * disk/fs_uuid.c (search_fs_uuid): Ignore case of the UUID.
6311 2009-01-27  Vesa Jääskeläinen  <chaac@nic.fi>
6313         * commands/lsmmap.c: Add include to grub/machine/memory.h.
6315         * fs/i386/pc/pxe.c (grub_pxefs_open): Fix sign problem.
6317         * term/i386/pc/at_keyboard.c (GRUB_MOD_FINI(at_keyboard)): Use proper
6318         unregister function.
6320 2009-01-27  Vesa Jääskeläinen  <chaac@nic.fi>
6322         * disk/scsi.c (grub_scsi_read): Fix sign problem.
6324         * term/i386/pc/vga_text.c (grub_vga_text_init_fini). Fix declaration.
6326         * util/grub-mkfont.c (usage): Fix typo.
6328         * util/elf/grub-mkimage.c (load_modules): Fix warning.
6330 2009-01-26  Daniel Mierswa  <impulze@impulze.org>
6332         * fs/fat.c (grub_fat_uuid): Fix shift of the first two bytes.
6334         * commands/search.c (search_fs_uuid): Ignore case of the UUID.
6336         * kern/misc.c (grub_strcasecmp): New function.
6337         (grub_strcasecmp): Use grub_size_t instead of int for length.
6338         Fix return value.
6339         * include/grub/misc.h: Update function prototypes.
6341 2009-01-26  Robert Millan  <rmh@aybabtu.com>
6343         * configure.ac: Fix cross-compilation check.
6345 2009-01-22  Christian Franke  <franke@computer.org>
6347         * kern/misc.c (grub_vsprintf): Fix size and termination of `format2'
6348         (precision) digit string.  Allow `.format2' without `format1' (width).
6349         Limit input chars for `%s' output to `format2' if specified.  This is
6350         compatible with standard printf ().
6352 2009-01-22  Christian Franke  <franke@computer.org>
6354         * disk/ata.c (grub_ata_wait_status): Replace by ...
6355         (grub_ata_wait_not_busy): ... this function.  Checks only BSY bit,
6356         other status bits may be invalid while BSY is asserted.
6357         (grub_ata_check_ready): New function.
6358         (grub_ata_cmd): Removed.
6359         (grub_ata_wait_drq): New function.
6360         (grub_ata_strncpy): Remove inline.
6361         (grub_ata_pio_read): Reduce to actual block transfer.  BSY wait
6362         and error check now done by grub_ata_wait_drq ().
6363         (grub_ata_pio_write): Likewise.
6364         (grub_atapi_identify): Set DEV before check for !BSY.  Use
6365         grub_ata_wait_drq () to wait for data.
6366         (grub_ata_device_initialize): Add status register check to
6367         detect missing SATA slave devices.  Add debug messages.
6368         (grub_atapi_wait_drq): Use grub_ata_wait_not_busy ().
6369         (grub_atapi_packet): Set DEV before check for !BSY.  Replace
6370         transfer loop by grub_ata_pio_write ().
6371         (grub_ata_identify): Set DEV before check for !BSY. Use
6372         grub_ata_wait_drq () to wait for data.
6373         (grub_ata_setaddress): Set DEV before check for !BSY.
6374         (grub_ata_readwrite): Remove duplicate code, handle batch/rest and
6375         read/write in one loop.  Fix invalid command on write.  Fix incomplete
6376         command on (size % batch) == 0.  Add missing error check after write of
6377         last block.  Add debug messages.
6378         (grub_atapi_read):  Replace transfer loop by grub_ata_pio_read ().
6380 2009-01-19  Christian Franke  <franke@computer.org>
6382         * disk/ata.c (GRUB_ATAPI_REG_*): New defines.
6383         (GRUB_ATAPI_IREASON_*): Likewise.
6384         (grub_ata_pio_write): Fix timeout error return.
6385         (grub_atapi_identify): Add grub_ata_wait () after cmd.
6386         (grub_atapi_wait_drq): New function.
6387         (grub_atapi_packet): New parameter `size'.
6388         Use grub_atapi_wait_drq () and direct write instead of
6389         grub_ata_pio_write ().
6390         (grub_atapi_read): Replace grub_ata_pio_read () by a loop which
6391         reads the number of bytes requested by the device for each DRQ
6392         assertion.
6393         (grub_atapi_write): Remove old implementation, return not
6394         implemented instead.
6396 2009-01-19  Christian Franke  <franke@computer.org>
6398         * disk/scsi.c (grub_scsi_read10): Use scsi->blocksize instead
6399         of 512 to calculate data size.
6400         (grub_scsi_read12): Likewise.
6401         (grub_scsi_write10): Likewise.
6402         (grub_scsi_write12): Likewise.
6403         (grub_scsi_read): Adjust size according to blocksize.
6404         Add checks for invalid blocksize and unaligned transfer.
6406 2009-01-19  Vesa Jääskeläinen  <chaac@nic.fi>
6408         * font/font.c (grub_font_loader_init): Re-position unknown glyph.
6410         * term/gfxterm.c (write_char): Fix background rendering for wide
6411         width glyphs.
6413 2009-01-19  Robert Millan  <rmh@aybabtu.com>
6415         * config.guess: Update to latest version from config git.
6416         * config.sub: Likewise.
6418 2009-01-17  Felix Zielcke  <fzielcke@z-51.de>
6420         * Makefile.in: Change font compilation to use new grub-mkfont instead
6421         of java version.
6423         * util/fonttool/src/org/gnu/grub/fonttool/BDFLoader.java: Remove.
6424         * util/fonttool/src/org/gnu/grub/fonttool/CharDefs.java: Likewise.
6425         * util/fonttool/src/org/gnu/grub/fonttool/CharacterRange.java: Likewise.
6426         * util/fonttool/src/org/gnu/grub/fonttool/CharacterRange.java: Likewise.
6427         * util/fonttool/src/org/gnu/grub/fonttool/Converter.java: Likewise.
6428         * util/fonttool/src/org/gnu/grub/fonttool/Font.java: Likewise.
6429         * util/fonttool/src/org/gnu/grub/fonttool/Glyph.java: Likewise.
6430         * util/fonttool/src/org/gnu/grub/fonttool/PFF2Sections.java: Likewise.
6431         * util/fonttool/src/org/gnu/grub/fonttool/PFF2Writer.java: Likewise.
6433 2009-01-16  Christian Franke  <franke@computer.org>
6435         * disk/ata.c (enum grub_ata_commands): Remove EXEC_DEV_DIAGNOSTICS.
6436         (enum grub_ata_timeout_milliseconds): New enum.
6437         (grub_ata_wait_status): Add parameter milliseconds.
6438         (grub_ata_cmd): Remove variable `err'.  Remove wait for !DRQ to allow
6439         recovery from timed-out commands.
6440         (grub_ata_pio_read): Add parameter milliseconds.  Fix error return,
6441         return grub_errno instead of REG_ERROR.
6442         (grub_ata_pio_write): Add parameter milliseconds.
6443         (grub_atapi_identify): Fix size of ATAPI IDENTIFY sector.
6444         Pass milliseconds to grub_ata_wait_status () and
6445         grub_ata_pio_read ().
6446         (grub_atapi_packet): Pass milliseconds to grub_ata_pio_write ().
6447         (grub_ata_identify): Remove variable `ataerr'.  Pass milliseconds to
6448         grub_ata_wait_status ().  Fix IDENTIFY timeout check.
6449         (grub_ata_device_initialize): Remove EXECUTE DEVICE DIAGNOSTICS.
6450         It is not suitable for device detection, because DEV bit is ignored,
6451         the command may run too long, and not all devices set the signature
6452         properly.
6453         (grub_ata_pciinit): Clear grub_errno before grub_ata_device_initialize ().
6454         (grub_ata_setaddress): Pass milliseconds to grub_ata_wait_status ().
6455         Fix device selection, DEV bit must be set first to address the registers
6456         of the correct device.
6457         (grub_ata_readwrite): Pass milliseconds to grub_ata_wait_status () and
6458         grub_ata_pio_read/write ().
6459         (grub_atapi_read): Pass milliseconds to grub_ata_pio_read ().
6460         (grub_atapi_write): Pass milliseconds to grub_ata_pio_write ().
6462 2009-01-13  Carles Pina i Estany  <carles@pina.cat>
6464         * util/grub-editenv.c (main): Use fseeko(), not fseek().
6466 2009-01-13  Bean  <bean123ch@gmail.com>
6468         * util/grub-mkfont.c (write_font): forget to remove some debug code.
6470 2009-01-13  Bean  <bean123ch@gmail.com>
6472         * Makefile.in: (enable_grub_mkfont): New variable.
6473         (freetype_cflags): Likewise.
6474         (freetype_libs): Likewise.
6476         * common.rmk (bin_UTILITIES): Add `grub-mkfont' if requested.
6477         (grub_mkfont_SOURCES): New variable.
6478         (grub_mkfont_CFLAGS): Likewise.
6479         (grub_mkfont_LDFLAGS): Likewise.
6481         * configure.ac (--enable-grub-mkfont): New option. Check for freetype2
6482         library if `--enable-grub-mkfont' is requested.
6483         (enable_grub_mkfont): New variable.
6484         (freetype_cflags): Likewise.
6485         (freetype_libs): Likewise.
6487         * util/grub-mkfont.c: New file.
6489 2009-01-12  Christian Franke  <franke@computer.org>
6491         * disk/ata.c (grub_ata_pciinit): Fix bit numbers of compatibility
6492         mode check.  Fix setting of compat_use[].
6494 2009-01-10  Robert Millan  <rmh@aybabtu.com>
6496         Update a few copyright years which we forgot to do in 2008 (only for
6497         files whose changes made in 2008 were copyright-significant)
6499         * Makefile.in: Add 2008 to Copyright line.
6500         * disk/ieee1275/ofdisk.c: Likewise.
6501         * disk/efi/efidisk.c: Likewise.
6502         * kern/dl.c: Likewise.
6503         * kern/sparc64/ieee1275/init.c: Likewise.
6504         * kern/mm.c: Likewise.
6505         * kern/efi/mm.c: Likewise.
6506         * boot/i386/pc/boot.S: Likewise.
6507         * genfslist.sh: Likewise.
6508         * fs/iso9660.c: Likewise.
6509         * fs/hfs.c: Likewise.
6510         * fs/jfs.c: Likewise.
6511         * fs/minix.c: Likewise.
6512         * fs/ufs.c: Likewise.
6513         * gensymlist.sh.in: Likewise.
6514         * genkernsyms.sh.in: Likewise.
6515         * include/grub/misc.h: Likewise.
6516         * include/grub/types.h: Likewise.
6517         * include/grub/symbol.h: Likewise.
6518         * include/grub/elf.h: Likewise.
6519         * include/grub/kernel.h: Likewise.
6520         * include/grub/disk.h: Likewise.
6521         * include/grub/dl.h: Likewise.
6522         * include/grub/i386/linux.h: Likewise.
6523         * include/grub/i386/pc/biosdisk.h: Likewise.
6524         * include/grub/efi/api.h: Likewise.
6525         * include/grub/efi/pe32.h: Likewise.
6526         * include/grub/util/misc.h: Likewise.
6527         * normal/execute.c: Likewise.
6528         * normal/arg.c: Likewise.
6529         * normal/completion.c: Likewise.
6530         * normal/lexer.c: Likewise.
6531         * normal/parser.y: Likewise.
6532         * normal/misc.c: Likewise.
6533         * commands/i386/pc/vbeinfo.c: Likewise.
6534         * commands/hexdump.c: Likewise.
6535         * commands/terminal.c: Likewise.
6536         * commands/ls.c: Likewise.
6537         * commands/help.c: Likewise.
6538         * partmap/pc.c: Likewise.
6539         * loader/efi/chainloader.c: Likewise.
6540         * loader/multiboot_loader.c: Likewise.
6541         * loader/i386/pc/multiboot2.c: Likewise.
6542         * term/efi/console.c: Likewise.
6543         * term/i386/pc/serial.c: Likewise.
6544         * util/lvm.c: Likewise.
6545         * util/console.c: Likewise.
6546         * util/i386/efi/grub-mkimage.c: Likewise.
6547         * util/raid.c: Likewise.
6549 2009-01-06  Vesa Jääskeläinen  <chaac@nic.fi>
6551         * commands/videotest.c: Removed include to grub/machine/memory.h.
6553         * conf/i386-pc.rmk (pkglib_MODULES): Removed video.mod, gfxterm.mod,
6554         videotest.mod, bitmap.mod, tga.mod, jpeg.mod, png.mod.
6555         (video_mod_SOURCES): Removed.
6556         (video_mod_CFLAGS): Likewise.
6557         (video_mod_LDFLAGS): Likewise.
6558         (gfxterm_mod_SOURCES): Likewise.
6559         (gfxterm_mod_CFLAGS): Likewise.
6560         (gfxterm_mod_LDFLAGS): Likewise.
6561         (videotest_mod_SOURCES): Likewise.
6562         (videotest_mod_CFLAGS): Likewise.
6563         (videotest_mod_LDFLAGS): Likewise.
6564         (bitmap_mod_SOURCES): Likewise.
6565         (bitmap_mod_CFLAGS): Likewise.
6566         (bitmap_mod_LDFLAGS): Likewise.
6567         (tga_mod_SOURCES): Likewise.
6568         (tga_mod_CFLAGS): Likewise.
6569         (tga_mod_LDFLAGS): Likewise.
6570         (jpeg_mod_SOURCES): Likewise.
6571         (jpeg_mod_CFLAGS): Likewise.
6572         (jpeg_mod_LDFLAGS): Likewise.
6573         (png_mod_SOURCES): Likewise.
6574         (png_mod_CFLAGS): Likewise.
6575         (png_mod_LDFLAGS): Likewise.
6577         * conf/common.rmk (pkglib_MODULES): Added video.mod, videotest.mod,
6578         bitmap.mod, tga.mod, jpeg.mod, png.mod, font.mod, gfxterm.mod
6579         (video_mod_SOURCES): Added.
6580         (video_mod_CFLAGS): Likewise.
6581         (video_mod_LDFLAGS): Likewise.
6582         (videotest_mod_SOURCES): Likewise.
6583         (videotest_mod_CFLAGS): Likewise.
6584         (videotest_mod_LDFLAGS): Likewise.
6585         (bitmap_mod_SOURCES): Likewise.
6586         (bitmap_mod_CFLAGS): Likewise.
6587         (bitmap_mod_LDFLAGS): Likewise.
6588         (tga_mod_SOURCES): Likewise.
6589         (tga_mod_CFLAGS): Likewise.
6590         (tga_mod_LDFLAGS): Likewise.
6591         (jpeg_mod_SOURCES): Likewise.
6592         (jpeg_mod_CFLAGS): Likewise.
6593         (jpeg_mod_LDFLAGS): Likewise.
6594         (png_mod_SOURCES): Likewise.
6595         (png_mod_CFLAGS): Likewise.
6596         (png_mod_LDFLAGS): Likewise.
6597         (gfxterm_mod_SOURCES): Likewise.
6598         (gfxterm_mod_CFLAGS): Likewise.
6599         (gfxterm_mod_LDFLAGS): Likewise.
6601         * term/gfxterm.c: Removed include to grub/machine/memory.h,
6602         grub/machine/console.h.
6604 2009-01-04  Jerone Young  <jerone@gmail.com>
6606         Make on screen instructions clearer
6608         Based on patch created by Jidanni <jidanni@jidanni.org>
6610         * normal/menu.c: print clearer instructions on the screen
6612 2009-01-02  Colin D Bennett  <colin@gibibit.com>
6614         New font engine.
6616         Additional changes by Vesa Jääskeläinen <chaac@nic.fi> to adapt to
6617         build system and fixed gfxterm.c to work with different sized fonts.
6619         * configure.ac: Changed UNIFONT_HEX to UNIFONT_BDF.
6621         * configure: Re-generated.
6623         * DISTLIST: Removed font/manager.c.
6624         Added font/font.c.
6625         Added font/font_cmd.c.
6627         * Makefile.in: Changed UNIFONT_HEX to UNIFONT_BDF.  Added Font tool
6628         compilation.
6630         * include/grub/misc.h (grub_utf8_to_ucs4): Changed prototype.  Changed users.
6632         * kern/misc.c (grub_utf8_to_ucs4): Changed prototype.
6634         * kern/term.c: Changed users of grub_utf8_to_ucs4.
6636         * normal/menu.c: Likewise.
6638         * conf/common.rmk (font_mod_SOURCES): Removed font/manager.c.
6639         (font_mod_SOURCES): Added font/font_cmd.c, font/font.c.
6641         * include/grub/font.h: Replaced with new file.
6643         * include/grub/video.h (GRUB_VIDEO_MODE_TYPE_ALPHA): Changed value.
6644         (GRUB_VIDEO_MODE_TYPE_DOUBLE_BUFFERED): Likewise.
6645         (GRUB_VIDEO_MODE_TYPE_COLOR_MASK): Likewise.
6646         (GRUB_VIDEO_MODE_TYPE_1BIT_BITMAP): Added.
6647         (grub_video_blit_format): Added GRUB_VIDEO_BLIT_FORMAT_1BIT_PACKED.
6648         (grub_video_mode_info): Added bg_red, bg_green, bg_blue, bg_alpha,
6649         fg_red, fg_green, fg_blue, fg_alpha.
6650         (grub_video_adapter): Removed blit_glyph.
6651         (grub_video_blit_glyph): Removed.
6653         * font/manager.c: Removed file.
6655         * font/font.c: New file.
6657         * font/font_cmd.c: Likewise.
6659         * video/video.c (grub_video_blit_glyph): Removed.
6661         * video/i386/pc/vbe.c (grub_video_vbe_map_rgb): Added 1-bit support.
6662         (grub_video_vbe_map_rgba): Likewise.
6663         (grub_video_vbe_unmap_color_int): Likewise.
6664         (grub_video_vbe_blit_glyph): Removed.
6665         (grub_video_vbe_adapter): Removed blit_glyph.
6667         * video/i386/pc/vbeutil.c (get_data_ptr): Added 1-bit support.
6668         (get_pixel): Likewise.
6669         (set_pixel): Likewise.
6671         * commands/videotest.c (grub_cmd_videotest): Added more tests for fonts.
6673         * term/gfxterm.c: Adapted to new font engine.
6675         * term/i386/pc/vesafb.c: Marked as deprecated.  Made it compile.
6677         * term/i386/pc/vga.c: Likewise.
6679         * util/fonttool/src/org/gnu/grub/fonttool/BDFLoader.java: New file.
6681         * util/fonttool/src/org/gnu/grub/fonttool/CharDefs.java: Likewise.
6683         * util/fonttool/src/org/gnu/grub/fonttool/CharacterRange.java: Likewise.
6685         * util/fonttool/src/org/gnu/grub/fonttool/CharacterRange.java: Likewise.
6687         * util/fonttool/src/org/gnu/grub/fonttool/Converter.java: Likewise.
6689         * util/fonttool/src/org/gnu/grub/fonttool/Font.java: Likewise.
6691         * util/fonttool/src/org/gnu/grub/fonttool/Glyph.java: Likewise.
6693         * util/fonttool/src/org/gnu/grub/fonttool/PFF2Sections.java: Likewise.
6695         * util/fonttool/src/org/gnu/grub/fonttool/PFF2Writer.java: Likewise.
6697         * util/grub.d/00_header.in: Changed to use new loadfont command.
6699         * util/grub-mkconfig_lib.in: Changed font extension.
6701 2008-12-28  Felix Zielcke  <fzielcke@z-51.de>
6703         * util/getroot.c (grub_util_get_grub_dev): Add support for
6704         /dev/md/dNNpNN style partitionable mdraid devices.
6706 2008-12-12  Alex Smith  <alex@alex-smith.me.uk>
6708         * fs/i386/pc/pxe.c (grub_pxefs_open): Handle the one open connection
6709         at a time limit of the PXE TFTP API correctly.
6710         (grub_pxefs_close): Likewise.
6712 2008-11-29  Robert Millan  <rmh@aybabtu.com>
6714         * disk/ata.c (grub_ata_pciinit): Handle errors raised by
6715         grub_ata_device_initialize() calls.
6717 2008-11-28  Krzysztof Smiechowicz  <deadwood@wp.pl>
6719         * fs/affs.c (grub_affs_iterate_dir): Return failure when directory
6720         iteration failed.
6721         * fs/sfs.c (grub_sfs_iterate_dir): Likewise.
6723 2008-11-28  Robert Millan  <rmh@aybabtu.com>
6725         Fix build on powerpc-ieee1275.  Based on patch created by
6726         Manoel Abranches <mrabran@linux.vnet.ibm.com>.
6727         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Add
6728         `kern/ieee1275/mmap.c'.
6729         * include/grub/powerpc/ieee1275/memory.h: New file.
6731         Provide grub-install on coreboot.
6732         * conf/i386-coreboot.rmk (sbin_SCRIPTS): Add `grub-install'.
6733         (grub_install_SOURCES): New variable.
6734         * util/i386/pc/grub-install.in: Add a few condition checks to make it
6735         usable on coreboot.
6737 2008-11-25  Felix Zielcke  <fzielcke@z-51.de>
6739         * util/grub-fstest.c (grub_term_get_current_input): Change return type
6740         to `grub_term_input_t'.
6741         (grub_term_get_current_output): Change return type to
6742         `grub_term_output_t'.
6744 2008-11-22  Robert Millan  <rmh@aybabtu.com>
6746         Fix breakage on coreboot due to declaration mismatch.
6747         * term/i386/pc/vga_text.c (grub_vga_text_init_fini): New function.
6748         (grub_vga_text_term): Use grub_vga_text_init_fini() instead of
6749         grub_vga_text_cls().
6751         * kern/i386/loader.S (grub_multiboot_backward_relocator): Improve
6752         comments.  Avoid copying one more byte than necessary (just in case).
6754         * conf/powerpc-ieee1275.rmk (kernel_elf_LDFLAGS): Change link address
6755         to 0x200000 (avoids trouble with some OFW implementations, and matches
6756         with the one in Yaboot).
6757         Reported by Manoel Abranches
6759 2008-11-20  Robert Millan  <rmh@aybabtu.com>
6761         * kern/i386/coreboot/init.c (grub_time_tics): Remove variable.
6762         (grub_get_rtc, grub_exit): Abort with grub_fatal() if called.
6764         * util/grub-mkconfig_lib.in (grub_warn): New function.
6765         (convert_system_path_to_grub_path): Use grub_warn() when issuing
6766         warnings, to obtain consistent formatting.
6767         * util/grub.d/00_header.in: Likewise.
6768         * util/update-grub_lib.in: Likewise.
6770         * loader/i386/linux.c (allocate_pages): Fix a warning.
6771         Move comment text to `#error' stanza.
6773         Harmonize ieee1275's grub_available_iterate() with the generic
6774         grub_machine_mmap_iterate() interface (fixes a recently-introduced
6775         build problem on i386-ieee1275):
6776         * kern/ieee1275/openfw.c (grub_available_iterate): Moved from here ...
6777         * kern/ieee1275/mmap.c (grub_machine_mmap_iterate): ... here.  Add third
6778         parameter `type'.  Update all users of this function.
6779         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add
6780         `kern/ieee1275/mmap.c'.
6781         * kern/ieee1275/init.c
6782         * include/grub/ieee1275/ieee1275.h (grub_available_iterate): Replace
6783         with ...
6784         (grub_machine_mmap_iterate): ... this.
6785         * include/grub/i386/pc/memory.h (grub_machine_mmap_iterate): Change
6786         return type to `grub_err_t'.  Update all implementations of this
6787         function prototype.
6788         * include/grub/i386/coreboot/memory.h (grub_machine_mmap_iterate):
6789         Likewise.
6791         Add `lsmmap' command (lists firmware-provided memory map):
6792         * commands/lsmmap.c: New file.
6793         * conf/i386-pc.rmk (pkglib_MODULES): Add `lsmmap.mod'.
6794         (lsmmap_mod_SOURCES, lsmmap_mod_CFLAGS, lsmmap_mod_LDFLAGS): New
6795         variables.
6796         * conf/powerpc-ieee1275.rmk: Likewise.
6797         * conf/i386-coreboot.rmk: Likewise.
6798         * conf/i386-ieee1275.rmk: Likewise.
6800 2008-11-19  Robert Millan  <rmh@aybabtu.com>
6802         * loader/i386/pc/linux.c (grub_rescue_cmd_initrd): Fix a typo.
6803         * loader/i386/linux.c (grub_rescue_cmd_initrd): Implement a few needed
6804         constraints to initrd allocation (based on code from
6805         loader/i386/pc/linux.c).  Without them, initrd was allocated too high
6806         for Linux to find it.
6808 2008-11-14  Robert Millan  <rmh@aybabtu.com>
6810         * fs/cpio.c (grub_cpio_open): Compare `name' and `fn' by hand in
6811         order to cope with duplicate slashes.
6813 2008-11-14  Robert Millan  <rmh@aybabtu.com>
6815         * include/grub/i386/coreboot/memory.h (GRUB_MEMORY_MACHINE_LOWER_SIZE):
6816         Redefine to match with GRUB_MEMORY_MACHINE_UPPER_START (0x100000).  We
6817         don't want to mess with lower memory, because it is used in the Linux
6818         loader.
6820         * loader/i386/linux.c (allocate_pages): Allocate `real_mode_mem' in
6821         an appropriate place in lower memory, between 0x10000 and 0x90000,
6822         like loader/i386/efi/linux.c does.  Linux often panics if real_mode_mem
6823         is in our heap (probably as a result of it being corrupted during
6824         decompression).  Add #error instance with comment to explain why this
6825         loader isn't currently usable on PC/BIOS.
6827 2008-11-14  Robert Millan  <rmh@aybabtu.com>
6829         * term/i386/pc/serial.c [! GRUB_MACHINE_PCBIOS]
6830         (GRUB_SERIAL_PORT_NUM): Fix miscalculation.
6832 2008-11-12  Robert Millan  <rmh@aybabtu.com>
6834         Make loader/i386/linux.c buildable on i386-pc (although disabled).
6836         * include/grub/i386/pc/init.h: Include `<grub/machine/memory.h>'.
6837         (struct grub_machine_mmap_entry, grub_machine_mmap_iterate): Move
6838         from here ...
6839         * include/grub/i386/pc/memory.h: ... to here.
6841 2008-11-12  Robert Millan  <rmh@aybabtu.com>
6843         Fix build problems on i386-ieee1275 and *-efi (introduced by vga_text
6844         split).
6846         * include/grub/i386/pc/console.h: Include `<grub/i386/vga_common.h>'.
6847         (grub_console_cur_color, grub_console_real_putchar)
6848         (grub_console_putchar, grub_console_getcharwidth, grub_console_getwh)
6849         (grub_console_setcolorstate, grub_console_setcolor)
6850         (grub_console_getcolor): Move from here ...
6851         * include/grub/i386/vga_common.h: ... to here (new file).
6853         * term/i386/pc/vga_text.c: Replace `<grub/machine/console.h>' with
6854         `<grub/i386/vga_common.h>' and `<grub/cpu/io.h>' with
6855         `<grub/i386/io.h>'.
6856         * term/i386/vga_common.c: Replace `<grub/machine/console.h>' with
6857         `<grub/i386/vga_common.h>'.
6859 2008-11-12  Robert Millan  <rmh@aybabtu.com>
6861         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `term/i386/vga_common.c'.
6862         * conf/i386.rmk (pkglib_MODULES): Add `vga_text.mod'.
6863         (vga_text_mod_SOURCES, vga_text_mod_CFLAGS, vga_text_mod_LDFLAGS): New
6864         variables.
6865         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Replace
6866         `term/i386/pc/console.c' with `term/i386/vga_common.c'.
6868         * kern/i386/coreboot/init.c (grub_machine_init): Replace call to
6869         grub_console_init() with call to grub_vga_text_init().
6870         (grub_machine_fini): Replace call to
6871         grub_console_fini() with call to grub_vga_text_fini() and
6872         grub_at_keyboard_fini().
6874         * include/grub/i386/pc/console.h: Include `<grub/term.h>'.
6875         (grub_console_putchar, grub_console_getcharwidth, grub_console_getwh)
6876         (grub_console_setcolorstate, grub_console_setcolor)
6877         (grub_console_getcolor): New function prototypes.
6879         * term/i386/pc/vga_text.c: Include `<grub/dl.h>'.
6880         (grub_vga_text_getxy, grub_vga_text_gotoxy, grub_vga_text_cls)
6881         (grub_vga_text_setcursor): Static-ize.
6882         (grub_vga_text_term): New structure.
6883         (GRUB_MOD_INIT(vga_text), GRUB_MOD_FINI(vga_text)): New functions.
6885         * term/i386/pc/console.c: Remove `<grub/machine/machine.h>'.
6886         (grub_console_cur_color, grub_console_standard_color)
6887         (grub_console_normal_color, grub_console_highlight_color)
6888         (map_char, grub_console_putchar, grub_console_getcharwidth)
6889         (grub_console_getwh, grub_console_setcolorstate, grub_console_setcolor)
6890         (grub_console_getcolor): Move from here ...
6891         * term/i386/vga_common.c: ... to here (same function names).
6893 2008-11-12  Robert Millan  <rmh@aybabtu.com>
6895         Use newly-added Multiboot support in coreboot.
6897         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Replace
6898         `kern/i386/coreboot/mmap.c' with `kern/i386/multiboot_mmap.c'.
6900         * kern/i386/coreboot/startup.S: Enable Multiboot header, fix its
6901         alignment, set `MULTIBOOT_MEMORY_INFO' flag.
6902         (codestart): Store the MBI in `startup_multiboot_info' when we're
6903         being loaded using Multiboot.
6905         * kern/i386/coreboot/init.c (grub_machine_init): Move
6906         grub_at_keyboard_init() call to beginning of function (useful for
6907         debugging).  Call grub_machine_mmap_init() before attempting to use
6908         grub_machine_mmap_iterate().
6909         (grub_lower_mem, grub_upper_mem): Move from here ...
6910         * kern/i386/multiboot_mmap.c (grub_lower_mem, grub_upper_mem): ... to
6911         here (new file).
6913         * include/grub/i386/coreboot/memory.h (grub_machine_mmap_init): New
6914         function prototype.
6916 2008-11-12  Robert Millan  <rmh@aybabtu.com>
6918         Fix a regression introduced by the at_keyboard.mod split.  Because
6919         some terminals are default on some platforms and non-default on
6920         others, the first terminal being registered determines which is
6921         going to be default.
6923         * kern/term.c (grub_term_register_input): If this is the first
6924         terminal being registered, set it as the current one.
6925         (grub_term_register_output): Likewise.
6927         * term/efi/console.c (grub_console_init): Do not call
6928         grub_term_set_current_output() or grub_term_set_current_input().
6929         * term/ieee1275/ofconsole.c (grub_console_init): Likewise.
6930         * term/i386/pc/console.c (grub_console_init): Likewise.
6931         (grub_console_fini): Do not call grub_term_set_current_input()
6932         (but leave grub_term_set_current_output() to restore text mode).
6934 2008-11-10  Robert Millan  <rmh@aybabtu.com>
6936         * util/grub.d/00_header.in: Add backward compatibility check for
6937         versions of terminal.mod that don't understand `terminal_input' or
6938         `terminal_output'.
6940 2008-11-09  Robert Millan  <rmh@aybabtu.com>
6942         * commands/terminal.c (GRUB_MOD_FINI(terminal)): Unregister
6943         `terminal_input' / `terminal_output', not `terminal'.
6945 2008-11-08  Robert Millan  <rmh@aybabtu.com>
6947         * Makefile.in (include_DATA): Fix srcdir=. assumption.
6948         (DISTCLEANFILES): Add `build_env.mk'.
6950 2008-11-08  Robert Millan  <rmh@aybabtu.com>
6952         * term/i386/pc/vesafb.c (grub_vesafb_term): Change type to
6953         `struct grub_term_output'.  Remove `.checkkey' and `.getkey'
6954         members.  Update all users.
6955         * util/console.c (grub_ncurses_term): Split in ...
6956         (grub_ncurses_term_input): ... this, and ...
6957         (grub_ncurses_term_output): ... this.  Update all users.
6958         * term/ieee1275/ofconsole.c: Remove stale `#endif'.
6960 2008-11-08  Robert Millan  <rmh@aybabtu.com>
6962         * Makefile.in (PKGLIB): Add $(pkglib_BUILDDIR).
6963         (PKGDATA): Add $(pkgdata_SRCDIR).
6964         (pkglib_BUILDDIR): New variable.
6965         (pkgdata_SRCDIR): New variable.
6966         (build_env.mk): New target.
6967         (include_DATA): New variable.
6968         (install-local): Install $(include_DATA) files in $(includedir).
6970 2008-11-07  Pavel Roskin  <proski@gnu.org>
6972         * gendistlist.sh: Use C locale for sorting to ensure consistent
6973         output on all systems.
6975         * util/grub.d/00_header.in: Remove incorrect space before
6976         "serial".
6978 2008-11-07  Robert Millan  <rmh@aybabtu.com>
6980         * include/multiboot2.h (struct multiboot_header): Add `flags' member as
6981         per specification.
6982         * loader/multiboot2.c (grub_multiboot2): Fix Multiboot2 header check.
6983         * loader/multiboot_loader.c (find_multi_boot2_header): New function
6984         (based on find_multi_boot1_header).
6985         (grub_rescue_cmd_multiboot_loader): Check for Multiboot2 header,
6986         using find_multi_boot2_header(), and abort if neither Multiboot or
6987         Multiboot headers were found.
6989 2008-11-07  Robert Millan  <rmh@aybabtu.com>
6991         Modularize at_keyboard.mod:
6993         * conf/i386.rmk (pkglib_MODULES): Add `at_keyboard.mod'.
6994         (at_keyboard_mod_SOURCES, at_keyboard_mod_CFLAGS)
6995         (at_keyboard_mod_LDFLAGS): New variables.
6997         Actual terminal split:
6999         * include/grub/term.h (struct grub_term): Split in ...
7000         (struct grub_term_input): ... this, and ...
7001         (struct grub_term_output): ... this.  Update all users.
7002         (grub_term_set_current): Split in ...
7003         (grub_term_set_current_input): ... this, and ...
7004         (grub_term_set_current_output): ... this.
7005         (grub_term_get_current): Split in ...
7006         (grub_term_get_current_input): ... this, and ...
7007         (grub_term_get_current_output): ... this.
7008         (grub_term_register): Split in ...
7009         (grub_term_register_input): ... this, and ...
7010         (grub_term_register_output): ... this.
7011         (grub_term_unregister): Split in ...
7012         (grub_term_unregister_input): ... this, and ...
7013         (grub_term_unregister_output): ... this.
7014         (grub_term_iterate): Split in ...
7015         (grub_term_iterate_input): ... this, and ...
7016         (grub_term_iterate_output): ... this.
7018         * kern/term.c (grub_term_list): Split in ...
7019         (grub_term_list_input): ... this, and ...
7020         (grub_term_list_output): ... this.  Update all users.
7021         (grub_cur_term): Split in ...
7022         (grub_cur_term_input): ... this, and ...
7023         (grub_cur_term_output): ... this.  Update all users.
7024         (grub_term_set_current): Split in ...
7025         (grub_term_set_current_input): ... this, and ...
7026         (grub_term_set_current_output): ... this.
7027         (grub_term_get_current): Split in ...
7028         (grub_term_get_current_input): ... this, and ...
7029         (grub_term_get_current_output): ... this.
7030         (grub_term_register): Split in ...
7031         (grub_term_register_input): ... this, and ...
7032         (grub_term_register_output): ... this.
7033         (grub_term_unregister): Split in ...
7034         (grub_term_unregister_input): ... this, and ...
7035         (grub_term_unregister_output): ... this.
7036         (grub_term_iterate): Split in ...
7037         (grub_term_iterate_input): ... this, and ...
7038         (grub_term_iterate_output): ... this.
7040         * kern/misc.c (grub_abort): Split use of grub_term_get_current() into
7041         a check for input and one for output (and only attempt to get keys
7042         from user when input works).
7044         * util/grub-probe.c (grub_term_get_current): Split in ...
7045         (grub_term_get_current_input): ... this, and ...
7046         (grub_term_get_current_output): ... this.
7047         * util/grub-fstest.c: Likewise.
7048         * util/i386/pc/grub-setup.c: Likewise.
7049         * util/grub-editenv.c: Likewise.
7051         Portability adjustments:
7053         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Remove
7054         `term/i386/pc/at_keyboard.c'.
7055         * kern/ieee1275/init.c [__i386__] (grub_machine_init): Remove call to
7056         grub_keyboard_controller_init() (now handled by terminal .init).
7057         * kern/i386/coreboot/init.c (grub_machine_init): Add call to
7058         grub_at_keyboard_init().
7059         * include/grub/i386/ieee1275/console.h (grub_keyboard_controller_init)
7060         (grub_console_checkkey, grub_console_getkey): Remove (now provided by
7061         at_keyboard.mod via input terminal interface).
7062         * include/grub/i386/coreboot/console.h: Convert into a stub for
7063         `<grub/i386/pc/console.h>'.
7065         Migrate full terminals to new API:
7067         * term/efi/console.c (grub_console_term): Split into ...
7068         (grub_console_term_input): ... this, and ...
7069         (grub_console_term_output): ... this.  Update all users.
7070         * term/ieee1275/ofconsole.c: Remove __i386__ hack.
7071         (grub_ofconsole_init): Split into ...
7072         (grub_ofconsole_init_input): ... this, and ...
7073         (grub_ofconsole_init_output): ... this.
7074         (grub_ofconsole_term): Split into ...
7075         (grub_ofconsole_term_input): ... this, and ...
7076         (grub_ofconsole_term_output): ... this.  Update all users.
7077         * term/i386/pc/serial.c (grub_serial_term): Split into ...
7078         (grub_serial_term_input): ... this, and ...
7079         (grub_serial_term_output): ... this.  Update all users.
7080         * term/i386/pc/console.c (grub_console_term): Split into ...
7081         (grub_console_term_input): ... this, and ...
7082         (grub_console_term_output): ... this.  Update all users.
7083         (grub_console_term_input): Only enable it on PC/BIOS platform.
7084         (grub_console_init): Remove grub_keyboard_controller_init() call.
7086         Migrate input terminals to new API:
7088         * term/i386/pc/at_keyboard.c: Replace `cpu' and `machine' with
7089         `i386' and `i386/pc' to enable build on x86_64 (this driver is
7090         i386-specific anyway).
7091         (grub_console_checkkey): Rename to ...
7092         (grub_at_keyboard_checkkey): ... this.  Static-ize.  Update all
7093         users.
7094         (grub_keyboard_controller_orig): New variable.
7095         (grub_console_getkey): Rename to ...
7096         (grub_at_keyboard_getkey): ... this.  Static-ize.  Update all
7097         users.
7098         (grub_keyboard_controller_init): Static-ize.  Save original
7099         controller value so that it can be restored ...
7100         (grub_keyboard_controller_fini): ... here (new function).
7101         (grub_at_keyboard_term): New structure.
7102         (GRUB_MOD_INIT(at_keyboard), GRUB_MOD_FINI(at_keyboard)): New
7103         functions.
7105         Migrate output terminals to new API:
7107         * term/i386/pc/vga.c (grub_vga_term): Change type to
7108         `struct  grub_term_output'.  Remove `.checkkey' and `.getkey'
7109         members.  Update all users.
7110         * term/gfxterm.c (grub_video_term): Change type to
7111         `struct  grub_term_output'.  Remove `.checkkey' and `.getkey'
7112         members.  Update all users.
7113         * include/grub/i386/pc/console.h (grub_console_checkkey)
7114         (grub_console_getkey): Do not export (no longer needed by gfxterm,
7115         etc).
7117         Migrate `terminal' command and userland tools to new API:
7119         * commands/terminal.c (grub_cmd_terminal): Split into ...
7120         (grub_cmd_terminal_input): ... this, and ...
7121         (grub_cmd_terminal_output): ... this.
7122         (GRUB_MOD_INIT(terminal)): Split `terminal' command in two commands:
7123         `terminal_input' and `terminal_output'.
7124         * util/grub.d/00_header.in: Adjust `terminal' calls to new
7125         `terminal_input' / `terminal_output' API.
7126         * util/grub-mkconfig.in: Export ${GRUB_TERMINAL_INPUT} and
7127         ${GRUB_TERMINAL_OUTPUT} instead of ${GRUB_TERMINAL} (and if user
7128         provided ${GRUB_TERMINAL}, convert it).
7130 2008-11-04  Robert Millan  <rmh@aybabtu.com>
7132         * util/grub.d/10_freebsd.in: New file.  Generate grub configuration
7133         for FreeBSD.
7134         * conf/common.rmk (grub-mkconfig_SCRIPTS): Add 10_freebsd.
7136 2008-11-03  Bean  <bean123ch@gmail.com>
7138         * kern/elf.c (grub_elf32_load): Revert to previous code.
7139         (grub_elf64_load): Likewise.
7141         * loader/i386/bsd.c (grub_bsd_elf32_hook): Change return address.
7143 2008-11-01  Robert Millan  <rmh@aybabtu.com>
7145         * Makefile.in (CPPFLAGS): Fix builddir=. assumption.
7146         (TARGET_CPPFLAGS): Likewise.
7147         * genmk.rb (mod_src): Fix builddir=. and srcdir=. assumptions.
7149 2008-11-01  Carles Pina i Estany  <carles@pina.cat>
7151         * normal/menu.c (run_menu): Add Previous and Next Page keys in menu.
7153 2008-10-29  Guillem Jover  <guillem.jover@nokia.com>
7155         * disk/lvm.c (grub_lvm_scan_device): Fix error recovery by delaying the
7156         addition of objects until the code is not going to be able to fail.
7158 2008-10-29  Guillem Jover  <guillem.jover@nokia.com>
7160         * disk/lvm.c (grub_lvm_scan_device): Fix possible NULL value handling
7161         (add a missing NULL check, and correct them by moving the pointer
7162         operations after the actual check).
7164 2008-10-29  Robert Millan  <rmh@aybabtu.com>
7166         * util/i386/pc/grub-install.in: Handle empty string as output from
7167         make_system_path_relative_to_its_root().
7169 2008-10-05  Hans Lambermont  <hans@lambermont.dyndns.org>
7171         * disk/lvm.c (grub_lvm_scan_device): Allocate buffer space for the
7172         circular metadata worst case scenario. If the metadata is circular
7173         then copy the wrap in place.
7174         * include/grub/lvm.h: Add GRUB_LVM_MDA_HEADER_SIZE, from the LVM2
7175         project lib/format_text/layout.h
7176         Circular metadata bug found and patch debugged by Jan Derk Gerlings.
7178 2008-10-03  Felix Zielcke  <fzielcke@z-51.de>
7180         * util/i386/pc/grub-install.in: Source grub-mkconfig_lib instead of update-grub_lib.
7182 2008-10-03  Felix Zielcke  <fzielcke@z-51.de>
7184         * util/update-grub_lib.in: Mention filename in warning message.
7186 2008-09-29  Felix Zielcke  <fzielcke@z-51.de>
7188         * NEWS: Update for rename of update-grub to grub-mkconfig.
7190 2008-09-29  Felix Zielcke  <fzielcke@z-51.de>
7192         * util/update-grub_lib.in: Copy to ...
7193         * util/grub-mkconfig_lib.in: ... this.  Update all users.
7194         * util/update-grub_lib.in: Make it a stub to `grub-mkconfig_lib.in'.
7195         * util/update-grub.in: Rename to ...
7196         * util/grub-mkconfig.in: ... this.  Update all users.  Remove `-y'
7197         option. Add `--output' option to allow users to specify the generated
7198         configuration file.  Default to stdout.
7199         (update_grub_dir): Rename to ...
7200         (grub_mkconfig_dir): ... this.
7201         (grub_cfg): Default to an empty string.
7202         * conf/common.rmk (update-grub): Rename to ...
7203         (grub-mkconfig): ... this.
7204         (update-grub_lib): Copy to ...
7205         (grub-mkconfig_lib): ... this.
7206         (update-grub_SCRIPTS): Copy to ...
7207         (grub-mkconfig_SCRIPTS): ... this. Update all users.
7208         (update-grub_DATA): Rename to ...
7209         (grub-mkconfig_DATA): ... this.
7211 2008-09-28  Robert Millan  <rmh@aybabtu.com>
7213         * fs/iso9660.c (struct grub_iso9660_primary_voldesc): Rename `created'
7214         to `modified'.  Add the real `created' field.
7215         (grub_iso9660_uuid): Use `modified' rather than `created' for
7216         constructing the UUID.
7218 2008-09-28  Felix Zielcke  <fzielcke@z-51.de>
7220         fs/jfs.c (grub_jfs_find_file): Treat multiple slashes like one.
7221         Based on code from Tomas Ebenlendr <ebik@ucw.cz>.
7223 2008-09-28  Bean  <bean123ch@gmail.com>
7225         * fs/ntfs.c (grub_ntfs_iterate_dir): Fix a bug in the previous patch.
7226         Thanks to Christian Franke for finding this bug.
7228 2008-09-25  Robert Millan  <rmh@aybabtu.com>
7230         * util/grub-mkdevicemap.c (make_device_map): Actually replace all
7231         instances of grub_util_get_disk_name() (see previous commit).
7233 2008-09-25  Robert Millan  <rmh@aybabtu.com>
7235         * conf/i386-pc.rmk (grub_mkdevicemap_SOURCES): Remove
7236         `util/i386/get_disk_name.c'.
7237         * conf/i386-efi.rmk: Likewise.
7238         * conf/x86_64-efi.rmk: Likewise.
7239         * conf/i386-coreboot.rmk: Likewise.
7240         * conf/i386-ieee1275.rmk: Likewise.
7241         * conf/powerpc-ieee1275.rmk (grub_mkdevicemap_SOURCES): Remove
7242         `util/ieee1275/get_disk_name.c'.
7243         * include/grub/util/misc.h (grub_util_get_disk_name): Remove.
7244         * util/ieee1275/get_disk_name.c: Remove file.
7245         * util/i386/get_disk_name.c: Remove file.
7246         * util/grub-mkdevicemap.c (make_device_map): Back to hardcoding
7247         "hd%d" for device.map entries, rather than using
7248         grub_util_get_disk_name().
7250 2008-09-24  Carles Pina i Estany  <carles@pina.cat>
7252         * disk/dmraid_nvidia.c (grub_dmraid_nv_detect): Fix `unused parameter'
7253         warning.
7254         * commands/i386/pc/pxecmd.c (dmraid_nvidia): Likewise.
7256 2008-09-24  Carles Pina i Estany  <carles@pina.cat>
7258         * include/grub/i386/pc/console.h (GRUB_TERM_NPAGE):
7259         Changed to 0x5100.
7260         (GRUB_TERM_PPAGE): Changed to 0x4900.
7262 2008-09-24  Robert Millan  <rmh@aybabtu.com>
7264         * include/grub/powerpc/ieee1275/console.h (GRUB_CONSOLE_KEY_*): Remove
7265         macros (they were i386-pc specific).
7266         * include/grub/sparc64/ieee1275/console.h: Likewise.
7267         * include/grub/efi/console.h: Likewise.
7269 2008-09-22  Bean  <bean123ch@gmail.com>
7271         * fs/ntfs.c (grub_ntfs_iterate_dir): Fix a rare case where $BITMAP is
7272         resident and in attribute list.
7274         * include/grub/ntfs.h (BMP_LEN): Removed.
7276 2008-09-22  Bean  <bean123ch@gmail.com>
7278         * disk/ata.c (grub_atapi_open): Initialize devfnd, no need to set
7279         scsi->name and scsi->luns, as they will be set in grub_scsi_open.
7281         * disk/scsi.c (grub_scsi_open): Don't call p->close (scsi) here when
7282         error occurs, as grub_disk_open will call grub_disk_close, which will
7283         call p->close (scsi).
7285 2008-09-21  Felix Zielcke  <fzielcke@z-51.de>
7287         * configure.ac (AC_INIT): Quote `GRUB' string and version number.
7288         (AC_PREREQ): Bumped to 2.59.
7289         (AC_TRY_COMPILE): Replace obsolete macro with ...
7290         (AC_COMPILE_IFELSE): ... this.
7291         * aclocal.m4 (AC_TRY_LINK): Replace obsolete macro with ...
7292         (AC_LINK_IFELSE): ... this.
7294 2008-09-21  Felix Zielcke  <fzielcke@z-51.de>
7296         * autogen.sh: Add a call to `gendistlist.sh'.
7298 2008-09-19  Christian Franke  <franke@computer.org>
7300         * aclocal.m4 (grub_CHECK_ENABLE_EXECUTE_STACK): New function.
7301         * configure.ac: Call grub_CHECK_ENABLE_EXECUTE_STACK.
7302         * include/grub/misc.h [NEED_ENABLE_EXECUTE_STACK]:
7303         Export __enable_execute_stack() to modules.
7304         * kern/misc.c [NEED_ENABLE_EXECUTE_STACK] (__enable_execute_stack):
7305         New function.
7307 2008-09-09  Felix Zielcke  <fzielcke@z-51.de>
7309         * Makefile.in (RMKFILES): Add `i386.rmk' and `x86_64-efi.rmk'.
7310         Sort the list.
7312 2008-09-09  Felix Zielcke  <fzielcke@z-51.de>
7314         * util/hostdisk.c: Replace #include <grub/util/biosdisk.h> with
7315         #include <grub/util/hostdisk.h>.
7317 2008-09-08  Robert Millan  <rmh@aybabtu.com>
7319         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Skip
7320         segments when their filesz is zero (grub_file_read() interprets
7321         zero-size as "read until EOF", which results in memory corruption).
7322         Use `lowest_segment' rather than 0 for calculating the current
7323         segment load address.
7325 2008-09-08  Robert Millan  <rmh@aybabtu.com>
7327         * util/hostdisk.c (open_device): Replace a grub_util_info() call
7328         with grub_dprintf("hostdisk", ...), as it was so verbose that it
7329         clobbered useful information.
7331 2008-09-08  Robert Millan  <rmh@aybabtu.com>
7333         * include/grub/util/biosdisk.h: Move to ...
7334         * include/grub/util/hostdisk.h: ... here.  Update all users.
7335         * util/biosdisk.c: Move to ...
7336         * util/hostdisk.c: ... here.  Update all users.
7338 2008-09-07  Robert Millan  <rmh@aybabtu.com>
7340         * loader/i386/pc/multiboot.c (mmap_addr, mmap_length): Remove
7341         variables.
7342         (grub_multiboot): Move `mbi' allocation upwards, so that mmap address
7343         and length can be stored directly in the `mbi->mmap_addr' and
7344         `mbi->mmap_length' struct fields.
7346 2008-09-07  Robert Millan  <rmh@aybabtu.com>
7348         * conf/i386.rmk: New file.  Provides declaration for building
7349         `cpuid.mod'.
7350         * conf/i386-pc.rmk (pkglib_MODULES): Remove `cpuid.mod'.
7351         (cpuid_mod_SOURCES, cpuid_mod_CFLAGS, cpuid_mod_LDFLAGS): Remove
7352         variables.
7353         Include `conf/i386.mk'.
7354         * conf/i386-efi.rmk: Likewise.
7355         * conf/x86_64-efi.rmk: Likewise.
7356         * conf/i386-coreboot.rmk: Likewise.
7357         * conf/i386-ieee1275.rmk: Likewise.
7359 2008-09-07  Vesa Jääskeläinen  <chaac@nic.fi>
7361         Based on patch created by Colin D Bennett <colin@gibibit.com>.
7362         Adds optimization support for BGR based modes.
7364         * include/grub/i386/pc/vbeblit.h (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8A8) Removed.
7365         (grub_video_i386_vbeblit_R8G8B8X8_R8G8B8X8): Likewise.
7366         (grub_video_i386_vbeblit_R8G8B8_R8G8B8A8): Likewise.
7367         (grub_video_i386_vbeblit_R8G8B8_R8G8B8X8): Likewise.
7368         (grub_video_i386_vbeblit_index_R8G8B8A8): Likewise.
7369         (grub_video_i386_vbeblit_index_R8G8B8X8): Likewise.
7370         (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8): Likewise.
7371         (grub_video_i386_vbeblit_R8G8B8_R8G8B8): Likewise.
7372         (grub_video_i386_vbeblit_index_R8G8B8): Likewise.
7373         (grub_video_i386_vbeblit_index_index): Likewise.
7374         (grub_video_i386_vbeblit_replace_directN): Added.
7375         (grub_video_i386_vbeblit_replace_BGRX8888_RGBX8888): Likewise.
7376         (grub_video_i386_vbeblit_replace_BGRX8888_RGB888): Likewise.
7377         (grub_video_i386_vbeblit_replace_BGR888_RGBX8888): Likewise.
7378         (grub_video_i386_vbeblit_replace_BGR888_RGB888): Likewise.
7379         (grub_video_i386_vbeblit_replace_RGBX8888_RGB888): Likewise.
7380         (grub_video_i386_vbeblit_replace_RGB888_RGBX8888): Likewise.
7381         (grub_video_i386_vbeblit_replace_index_RGBX8888): Likewise.
7382         (grub_video_i386_vbeblit_replace_index_RGB888): Likewise.
7383         (grub_video_i386_vbeblit_blend_BGRA8888_RGBA8888): Likewise.
7384         (grub_video_i386_vbeblit_blend_BGR888_RGBA8888): Likewise.
7385         (grub_video_i386_vbeblit_blend_RGBA8888_RGBA8888): Likewise.
7386         (grub_video_i386_vbeblit_blend_RGB888_RGBA8888): Likewise.
7387         (grub_video_i386_vbeblit_blend_index_RGBA8888): Likewise.
7389         * include/grub/i386/pc/vbefill.h (grub_video_i386_vbefill_R8G8B8A8) Removed.
7390         (grub_video_i386_vbefill_R8G8B8): Likewise.
7391         (grub_video_i386_vbefill_index): Likewise.
7392         (grub_video_i386_vbefill_direct32): Added.
7393         (grub_video_i386_vbefill_direct24): Likewise.
7394         (grub_video_i386_vbefill_direct16): Likewise.
7395         (grub_video_i386_vbefill_direct8): Likewise.
7397         * include/grub/video.h (grub_video_blit_format): Removed
7398         GRUB_VIDEO_BLIT_FORMAT_R8G8B8A8, GRUB_VIDEO_BLIT_FORMAT_R8G8B8.
7399         (grub_video_blit_format): Added GRUB_VIDEO_BLIT_FORMAT_RGBA_8888,
7400         GRUB_VIDEO_BLIT_FORMAT_BGRA_8888, GRUB_VIDEO_BLIT_FORMAT_RGB_888,
7401         GRUB_VIDEO_BLIT_FORMAT_BGR_888, GRUB_VIDEO_BLIT_FORMAT_RGB_565,
7402         GRUB_VIDEO_BLIT_FORMAT_BGR_565.
7404         * video/video.c (grub_video_get_blit_format): Updated to use new
7405         blit formats.  Added handling for 16 bit color modes.
7407         * video/i386/pc/vbe.c (grub_video_vbe_fill_rect): Updated to use new
7408         fillers.
7409         (common_blitter): Updated to use new blitters.
7411         * video/i386/pc/vbeblit.c (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8A8):
7412         Removed.
7413         (grub_video_i386_vbeblit_R8G8B8X8_R8G8B8X8): Likewise.
7414         (grub_video_i386_vbeblit_R8G8B8_R8G8B8A8): Likewise.
7415         (grub_video_i386_vbeblit_R8G8B8_R8G8B8X8): Likewise.
7416         (grub_video_i386_vbeblit_index_R8G8B8A8): Likewise.
7417         (grub_video_i386_vbeblit_index_R8G8B8X8): Likewise.
7418         (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8): Likewise.
7419         (grub_video_i386_vbeblit_R8G8B8_R8G8B8): Likewise.
7420         (grub_video_i386_vbeblit_index_R8G8B8): Likewise.
7421         (grub_video_i386_vbeblit_index_index): Likewise.
7422         (grub_video_i386_vbeblit_replace_directN): Added.
7423         (grub_video_i386_vbeblit_replace_BGRX8888_RGBX8888): Likewise.
7424         (grub_video_i386_vbeblit_replace_BGRX8888_RGB888): Likewise.
7425         (grub_video_i386_vbeblit_replace_BGR888_RGBX8888): Likewise.
7426         (grub_video_i386_vbeblit_replace_BGR888_RGB888): Likewise.
7427         (grub_video_i386_vbeblit_replace_RGBX8888_RGB888): Likewise.
7428         (grub_video_i386_vbeblit_replace_RGB888_RGBX8888): Likewise.
7429         (grub_video_i386_vbeblit_replace_index_RGBX8888): Likewise.
7430         (grub_video_i386_vbeblit_replace_index_RGB888): Likewise.
7431         (grub_video_i386_vbeblit_blend_BGRA8888_RGBA8888): Likewise.
7432         (grub_video_i386_vbeblit_blend_BGR888_RGBA8888): Likewise.
7433         (grub_video_i386_vbeblit_blend_RGBA8888_RGBA8888): Likewise.
7434         (grub_video_i386_vbeblit_blend_RGB888_RGBA8888): Likewise.
7435         (grub_video_i386_vbeblit_blend_index_RGBA8888): Likewise.
7437         * video/i386/pc/vbefill.c (grub_video_i386_vbefill_R8G8B8A8): Removed.
7438         (grub_video_i386_vbefill_R8G8B8): Likewise.
7439         (grub_video_i386_vbefill_index): Likewise.
7440         (grub_video_i386_vbefill_direct32): Added.
7441         (grub_video_i386_vbefill_direct24): Likewise.
7442         (grub_video_i386_vbefill_direct16): Likewise.
7443         (grub_video_i386_vbefill_direct8): Likewise.
7445         * video/readers/jpeg.c (grub_jpeg_decode_sos): Adapt to new blitter
7446         types.
7448         * video/readers/tga.c (grub_video_reader_tga): Adapt to new blitter
7449         types.
7451         * video/readers/png.c (grub_png_decode_image_header): Adapt to new
7452         blitter types.
7454         * video/bitmap.c (grub_video_bitmap_create): Adapt to new blitter
7455         types.
7457 2008-09-06  Felix Zielcke  <fzielcke@z-51.de>
7459         * disk/raid.c (insert_array): Set `array->chunk_size' to 64 for
7460         RAID level 1.
7462 2008-09-06  Felix Zielcke  <fzielcke@z-51.de>
7464         * fs/iso9660.c (grub_iso9660_date): New structure.
7465         (grub_iso9660_primary_voldesc): Add `grub_iso9660_date' member.
7466         (grub_iso9660_uuid): New function.
7468 2008-09-05  Bean  <bean123ch@gmail.com>
7470         * fs/fshelp.c (grub_fshelp_find_file): Handle case insensitive names.
7472         * fs/ntfs.c (list_file): Ignore names in DOS namespace, set the case
7473         insensitive bit for names in Win32 and Win32 & DOS namespace.
7475         * include/grub/fshelp.h (GRUB_FSHELP_CASE_INSENSITIVE): New macro.
7477         * include/grub/types.h (LONG_MAX): Likewise.
7479 2008-09-04  Felix Zielcke  <fzielcke@z-51.de>
7481         * util/getroot.c: Include <config.h>.
7482         (grub_util_get_grub_dev): Rewrite to use asprintf for mdraid devices,
7483         add support for /dev/md/N devices and handle LVM double dash escaping.
7485 2008-09-04  Felix Zielcke  <fzielcke@z-51.de>
7487         * config.guess: Update to latest version from config git.
7488         * config.sub: Likewise.
7490 2008-09-03  Robert Millan  <rmh@aybabtu.com>
7492         * disk/scsi.c (grub_scsi_open): Remove size limit when printing
7493         `disk->total_sectors'.
7495 2008-09-01  Colin D Bennett  <colin@gibibit.com>
7497         * include/grub/normal.h: Fixed incorrect comment for
7498         GRUB_COMMAND_FLAG_NO_ARG_PARSE.
7500 2008-09-01  Colin D Bennett  <colin@gibibit.com>
7502         * commands/i386/pc/vbeinfo.c (grub_cmd_vbeinfo): Replaced constant
7503         values with defines.
7505         * include/grub/i386/pc/vbe.h (GRUB_VBE_MODEATTR_SUPPORTED): Added.
7506         (GRUB_VBE_MODEATTR_RESERVED_1): Likewise.
7507         (GRUB_VBE_MODEATTR_BIOS_TTY_OUTPUT_SUPPORT): Likewise.
7508         (GRUB_VBE_MODEATTR_COLOR): Likewise.
7509         (GRUB_VBE_MODEATTR_GRAPHICS): Likewise.
7510         (GRUB_VBE_MODEATTR_VGA_COMPATIBLE): Likewise.
7511         (GRUB_VBE_MODEATTR_VGA_WINDOWED_AVAIL): Likewise.
7512         (GRUB_VBE_MODEATTR_LFB_AVAIL): Likewise.
7513         (GRUB_VBE_MODEATTR_DOUBLE_SCAN_AVAIL): Likewise.
7514         (GRUB_VBE_MODEATTR_INTERLACED_AVAIL): Likewise.
7515         (GRUB_VBE_MODEATTR_TRIPLE_BUF_AVAIL): Likewise.
7516         (GRUB_VBE_MODEATTR_STEREO_AVAIL): Likewise.
7517         (GRUB_VBE_MODEATTR_DUAL_DISPLAY_START): Likewise.
7518         (GRUB_VBE_MEMORY_MODEL_TEXT): Likewise.
7519         (GRUB_VBE_MEMORY_MODEL_CGA): Likewise.
7520         (GRUB_VBE_MEMORY_MODEL_HERCULES): Likewise.
7521         (GRUB_VBE_MEMORY_MODEL_PLANAR): Likewise.
7522         (GRUB_VBE_MEMORY_MODEL_NONCHAIN4_256): Likewise.
7523         (GRUB_VBE_MEMORY_MODEL_YUV): Likewise.
7525 2008-08-31  Robert Millan  <rmh@aybabtu.com>
7527         * loader/i386/pc/multiboot.c (grub_get_multiboot_mmap_len): Fix
7528         declaration.
7529         (grub_multiboot): Fix a few warnings.
7531 2008-08-31  Robert Millan  <rmh@aybabtu.com>
7533         * loader/i386/pc/multiboot.c: Update comment not to say that
7534         boot_device support is unimplemented.
7536 2008-08-31  Robert Millan  <rmh@aybabtu.com>
7538         * loader/i386/pc/multiboot.c: Update comment not to say that a.out
7539         or memory map support are unimplemented.
7541 2008-08-31  Colin D Bennett  <colin@gibibit.com>
7543         * util/i386/pc/grub-mkrescue.in: Support multiple overlay directories.
7545 2008-08-31  Colin D Bennett  <colin@gibibit.com>
7547         * commands/i386/pc/vbeinfo.c (grub_cmd_vbeinfo): Show VBE version and
7548         total video memory in 'vbeinfo' output; show color format details for
7549         each video mode.
7551 2008-08-30  Pavel Roskin  <proski@gnu.org>
7553         * util/genmoddep.c: Remove for real this time.
7554         * DISTLIST: Remove util/genmoddep.c.
7556 2008-08-30  Robert Millan  <rmh@aybabtu.com>
7558         * kern/i386/pc/startup.S (multiboot_header): Force 4-byte alignment
7559         as required by Multiboot spec (it was already 4-byte aligned, but
7560         only by chance).
7562 2008-08-29  Pavel Roskin  <proski@gnu.org>
7564         * kern/powerpc/ieee1275/crt0.S: Rename to ...
7565         * kern/powerpc/ieee1275/startup.S: ... this.
7566         * conf/powerpc-ieee1275.rmk: Adjust for the above.
7567         * DISTLIST: Likewise.
7569         * kern/powerpc/ieee1275/crt0.S: Include grub/symbol.h and
7570         grub/cpu/kernel.h.  Add start label for consistency with other
7571         platforms.  Add grub_prefix immediately after start.  Add jump
7572         to the code after grub_prefix.
7573         * include/grub/powerpc/kernel.h: Provide valid values for
7574         GRUB_KERNEL_CPU_PREFIX and GRUB_KERNEL_CPU_DATA_END.
7576 2008-08-29  Bean  <bean123ch@gmail.com>
7578         * configure.ac: Change host_os to cygwin for mingw.
7579         (asprintf): New check for function.
7581         * include/grub/symbol.h: Replace #ifndef __CYGWIN__ with
7582         #if ! defined (__CYGWIN__) && ! defined (__MINGW32__).
7584         * include/grub/util/misc.h: #include <config.h> and <grub/types.h>,
7585         declare asprintf if HAVE_ASPRINTF is not set, declare fseeko, ftello,
7586         sync, sleep and grub_util_get_disk_size for mingw.
7588         * util/biosdisk.c (grub_util_biosdisk_open): Use grub_util_get_disk_size
7589         to get size in mingw.
7590         (open_device): Use flag O_BINARY if it's defined.
7591         (find_root_device): Add dummy code for mingw.
7593         * util/grub-mkdevicemap.c (get_floppy_disk_name): Return 0 for mingw.
7594         (get_ide_disk_name): Return //./PHYSICALDRIVE%d for mingw.
7595         (get_scsi_disk_name): Return 0 for mingw.
7597         * util/hostfs.c: #include <grub/util/misc.h>.
7598         (grub_hostfs_open): Use "rb" flag to open file, use
7599         grub_util_get_disk_size to get disk size for mingw.
7601         * util/misc.c: #include <windows.h> and <winioctl.h> in mingw.
7602         (asprintf): New function if HAVE_ASPRINTF is not set.
7603         (sync): New function for mingw.
7604         (sleep): Likewise.
7605         (grub_util_get_disk_size): Likewise.
7607 2008-08-28  Pavel Roskin  <proski@gnu.org>
7609         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Add
7610         kern/time.c.
7612 2008-08-28  Robert Millan  <rmh@aybabtu.com>
7614         * util/biosdisk.c (find_grub_drive): Declare missing `i' variable.
7616 2008-08-28  Robert Millan  <rmh@aybabtu.com>
7618         Change find_grub_drive() syntax so it doesn't prevent it from
7619         detecting NULL names as errors.
7621         * util/biosdisk.c (find_grub_drive): Move free slot search code
7622         from here ...
7623         (find_free_slot): ... to here.
7624         (read_device_map): Use find_free_slot() to search for free slots.
7626 2008-08-27  Marco Gerards  <marco@gnu.org>
7628         * conf/common.rmk (pkglib_MODULES): Add scsi.mod.
7629         (scsi_mod_SOURCES): New variable.
7630         (scsi_mod_CFLAGS): Likewise
7631         (scsi_mod_LDFLAGS): Likewise.
7633         * disk/scsi.c: New file.
7635         * include/grub/scsi.h: Likewise.
7637         * include/grub/scsicmd.h: Likewise.
7639         * disk/ata.c: Include <grub/scsi.h>.
7640         (grub_atapi_packet): Do not use grub_ata_cmd, use registers
7641         instead.
7642         (grub_ata_iterate): Skip ATAPI devices.
7643         (grub_ata_open): Only handle ATAPI devices.
7644         (struct grub_atapi_read): Removed.
7645         (grub_atapi_readsector): Likewise.
7646         (grub_ata_read): No longer handle ATAPI devices.
7647         (grub_ata_write): Likewise.
7648         (grub_atapi_iterate): New function.
7649         (grub_atapi_read): Likewise.
7650         (grub_atapi_write): Likewise.
7651         (grub_atapi_open): Likewise.
7652         (grub_atapi_close): Likewise.
7653         (grub_atapi_dev): New variable.
7654         (GRUB_MOD_INIT(ata)): Register ATAPI as SCSI device.
7655         (GRUB_MOD_FINI(ata)): Unregister ATAPI.
7657         * include/grub/disk.h (enum grub_disk_dev_id): Add
7658         `GRUB_DISK_DEVICE_SCSI_ID'.
7660 2008-08-26  Robert Millan  <rmh@aybabtu.com>
7662         * util/biosdisk.c (grub_util_biosdisk_open, open_device)
7663         (grub_util_biosdisk_get_grub_dev): Make error messages a bit more
7664         descriptive.
7666 2008-08-23  Bean  <bean123ch@gmail.com>
7668         * conf/common.rmk (grub_probe_SOURCES): Add disk/mdraid_linux.c.
7669         (grub_fstest_SOURCES): Add disk/raid5_recover.c, disk/raid6_recover.c,
7670         disk/mdraid_linux.c and disk/dmraid_nvidia.c and lib/crc.c.
7671         (pkglib_MODULES): Add raid5rec.mod, raid6rec.mod, mdraid.mod and
7672         dm_nv.mod.
7673         (raid5rec_mod_SOURCES): New macro.
7674         (raid5rec_mod_CFLAGS): Likewise.
7675         (raid5rec_mod_LDFLAGS): Likewise.
7676         (raid6rec_mod_SOURCES): Likewise.
7677         (raid6rec_mod_CFLAGS): Likewise.
7678         (raid6rec_mod_LDFLAGS): Likewise.
7679         (mdraid_mod_SOURCES): Likewise.
7680         (mdraid_mod_CFLAGS): Likewise.
7681         (mdraid_mod_LDFLAGS): Likewise.
7682         (dm_nv_mod_SOURCES): Likewise.
7683         (dm_nv_mod_CFLAGS): Likewise.
7684         (dm_nv_mod_LDFLAGS): Likewise.
7686         * conf/i386-pc.rmk (grub_setup_SOURCES): Add disk/mdraid_linux.c.
7687         (grub_emu_SOURCES):  Add disk/raid5_recover.c, disk/raid6_recover.c,
7688         disk/mdraid_linux.c and disk/dmraid_nvidia.c.
7690         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Add disk/raid5_recover.c,
7691         disk/raid6_recover.c, disk/mdraid_linux.c and disk/dmraid_nvidia.c.
7693         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
7695         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
7697         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
7699         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
7701         * disk/raid5_recover.c: New file.
7703         * disk/raid6_recover.c: Likewise.
7705         * disk/mdraid_linux.c: Likewise.
7707         * disk/dmraid_nvidia.c: Likewise.
7709         * disk/i386/pc/biosdisk.c: Set total_sectors of cdrom device to
7710         ULONG_MAX.
7712         * disk/raid.c (grub_raid_open): Use the size of the smallest disk to
7713         calculate the size of raid device.
7714         (grub_raid_read): Simplify raid0 code. Support raid4, raid6 and four
7715         different layout of raid5.
7716         (grub_raid_scan_device): Remove code specific to mdraid.
7717         (grub_raid_list): New variable.
7718         (free_array): New function.
7719         (grub_raid_register): Likewise.
7720         (grub_raid_unregister): Likewise.
7721         (grub_raid_rescan): Likewise.
7722         (GRUB_MOD_INIT): Don't iterate device here.
7723         (GRUB_MOD_FINI): Use free_array to release resource.
7725         * include/grub/raid.h: Remove macro and structure specific to mdraid.
7726         (grub_raid5_recover_func_t): New function variable type.
7727         (grub_raid6_recover_func_t): Likewise.
7728         (grub_raid5_recover_func): New variable.
7729         (grub_raid6_recover_func): Likewise.
7730         (grub_raid_register): New function.
7731         (grub_raid_unregister): Likewise.
7732         (grub_raid_rescan): Likewise.
7733         (grub_raid_block_xor): Likewise.
7735         * util/grub-fstest.c: Add #include <grub/raid.h> and <grub/lib/crc.h>.
7736         (CMD_CRC): New macro.
7737         (part): Removed.
7738         (read_file): Handle device as well as file.
7739         (cmd_crc): New function.
7740         (fstest): Handle multiple disks.
7741         (options): Remove part, raw and long, add root and diskcount.
7742         (usage): Add crc, remove -p, -r, -l, add -r and -c.
7743         (main): Find the first non option entry and ignore subsequent options,
7744         add handling for the new options, support multiple disks.
7746         * util/grub-probe.c (probe): Add mdraid to abstraction_name.
7748 2008-08-23  Bean  <bean123ch@gmail.com>
7750         * normal/x86_64/setjmp.S (grub_longjmp): Return 1 when val = 0.
7752         * genfslist.sh: Ignore kernel.mod.
7754         * genpartmaplist.sh: Likewise.
7756 2008-08-23  Robert Millan  <rmh@aybabtu.com>
7758         * util/getroot.c (find_root_device): Skip anything that starts with
7759         a dot, not just directories.  This avoids things like /dev/.tmp.md0.
7761 2008-08-22  Felix Zielcke  <fzielcke@z-51.de>
7763         * util/update-grub.in (GRUB_GFXMODE): Export variable.
7764         * util/grub.d/00_header.in: Allow the administrator to change default
7765         gfxmode via ${GRUB_GFXMODE}.
7767 2008-08-21  Felix Zielcke  <fzielcke@z-51.de>
7769         * fs/ntfs.c (grub_ntfs_mount): Fix a memory leak.
7771 2008-08-21  Robert Millan  <rmh@aybabtu.com>
7773         * loader/i386/linux.c: New file.  Implements generic 32-bit Linux
7774         loader.
7775         * conf/i386-coreboot.rmk (_linux_mod_SOURCES): Replace
7776         `loader/i386/pc/linux.c' with `loader/i386/linux.c'.
7778 2008-08-20  Carles Pina i Estany  <carles@pina.cat>
7780         * menu/normal.c (run_menu): Replace hardcoded numbers with macros
7781         (16 for GRUB_TERM_UP and 14 for GRUB_TERM_DOWN)
7783 2008-08-19  Robert Millan  <rmh@aybabtu.com>
7785         * term/gfxterm.c (DEFAULT_CURSOR_COLOR): Remove.
7786         (struct grub_virtual_screen): Remove `cursor_color'.
7787         (grub_virtual_screen_setup): Remove `virtual_screen.cursor_color'
7788         initialization.
7789         (write_cursor): Use `virtual_screen.fg_color' to draw cursor.
7791 2008-08-18  Robert Millan  <rmh@aybabtu.com>
7793         Unify (identical) linux_normal.c files.
7794         * loader/i386/efi/linux_normal.c: Move from here ...
7795         * loader/linux_normal.c: ... to here.  Update all users.
7796         * loader/i386/pc/linux_normal.c: Delete.  Update all users.
7797         * loader/i386/ieee1275/linux_normal.c: Likewise.
7799 2008-08-18  Robert Millan  <rmh@aybabtu.com>
7801         * include/grub/i386/linux.h (LINUX_LOADER_ID_LILO)
7802         (LINUX_LOADER_ID_LOADLIN, LINUX_LOADER_ID_BOOTSECT)
7803         (LINUX_LOADER_ID_SYSLINUX, LINUX_LOADER_ID_ETHERBOOT)
7804         (LINUX_LOADER_ID_ELILO, LINUX_LOADER_ID_GRUB, LINUX_LOADER_ID_UBOOT)
7805         (LINUX_LOADER_ID_XEN, LINUX_LOADER_ID_GUJIN, LINUX_LOADER_ID_QEMU):
7806         New macros.
7807         (GRUB_LINUX_CL_OFFSET, GRUB_LINUX_CL_END_OFFSET): Move from here ...
7808         * loader/i386/pc/linux.c (GRUB_LINUX_CL_OFFSET)
7809         (GRUB_LINUX_CL_END_OFFSET): ... to here.
7810         * loader/i386/efi/linux.c (GRUB_EFI_CL_OFFSET): Rename to ...
7811         (GRUB_LINUX_CL_OFFSET): ... this.  Update all users.
7812         (GRUB_EFI_CL_END_OFFSET): Rename to ...
7813         (GRUB_LINUX_CL_END_OFFSET): ... this.  Update all users.
7814         (grub_rescue_cmd_linux): Macroify `type_of_loader' initialization.
7815         Initialize `params->video_cursor_x' and `params->video_cursor_y'
7816         portably using grub_getxy().
7817         Replace `-EFI' with `-bzImage' in boot message.
7819 2008-08-17  Robert Millan  <rmh@aybabtu.com>
7821         * include/grub/x86_64/kernel.h: New file (<grub/i386/kernel.h> stub).
7823 2008-08-17  Robert Millan  <rmh@aybabtu.com>
7825         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/i386/pc/mmap.c'.
7827         * include/grub/i386/pc/init.h (GRUB_MACHINE_MEMORY_AVAILABLE)
7828         (GRUB_MACHINE_MEMORY_RESERVED): New macros.
7829         (grub_machine_mmap_iterate): New function declaration.
7830         * include/grub/multiboot.h (struct grub_multiboot_mmap_entry): New
7831         structure.
7832         (GRUB_MMAP_MEMORY_AVAILABLE, GRUB_MMAP_MEMORY_RESERVED): New
7833         macros.
7835         * kern/i386/pc/init.c (grub_machine_init): Replace hardcoded region
7836         type check value with `GRUB_MACHINE_MEMORY_AVAILABLE'.
7837         Move e820 parsing from here ...
7838         * kern/i386/pc/mmap.c: New file.
7839         (grub_machine_mmap_iterate): ... to here.
7841         * include/grub/i386/coreboot/memory.h: Remove `<grub/err.h>'.
7842         (GRUB_LINUXBIOS_MEMORY_AVAILABLE): Rename (for consistency) to ...
7843         (GRUB_MACHINE_MEMORY_AVAILABLE): ... this.  Update all users.
7844         (grub_available_iterate): Redeclare to return `void', and redeclare
7845         its hook to use grub_uint64_t as addr and size parameters, and rename
7846         to ...
7847         (grub_machine_mmap_iterate): ... this.  Update all users.
7849         * kern/i386/coreboot/mmap.c (grub_mmap_iterate): Simplify parser loop
7850         to make it more readable.  Rename to ...
7851         (grub_machine_mmap_iterate): ... this.
7853         * loader/i386/pc/multiboot.c (mmap_addr, mmap_length): New variables.
7854         (grub_get_multiboot_mmap_len, grub_fill_multiboot_mmap): New functions.
7855         (grub_multiboot): Allocate an extra region after the payload, and fill
7856         it with a Multiboot memory map.  Adjust a.out loader to calculate size
7857         with the extra space.
7858         (grub_multiboot_load_elf32): Adjust elf32 loader to calculate size
7859         with the extra space.
7861 2008-08-17  Carles Pina i Estany  <carles@pina.cat>
7863         * menu/normal.c (run_menu): Add Home and End keys in grub-menu.
7865 2008-08-17  Felix Zielcke  <fzielcke@z-51.de>
7867         * gendistlist.sh: Add *.y, *.tex, *.texi, grub.cfg, README, *.sc,
7868         mdate-sh to the list `find' searches for.
7869         * DISTLIST: Regenerated.
7871 2008-08-16  Felix Zielcke  <fzielcke@z-51.de>
7873         * gendistlist.sh (EXTRA_DISTFILES): Remove gensymlist.sh,
7874         genkernsyms.sh.  Add geninit.sh, geninitheader.sh, genkernsyms.sh.in,
7875         genmoddep.awk, gensymlist.sh.in.
7876         (DISTDIRS): Add bus, docs, hook, lib.
7877         * DISTLIST: Regenerated.
7878         * NEWS: Add cygwin support and change the `os-prober' entry a bit.
7880 2008-08-16  Robert Millan  <rmh@aybabtu.com>
7882         * disk/raid.c (grub_raid_init): Handle/report errors set by
7883         grub_device_iterate().
7884         * disk/lvm.c (grub_lvm_init): Likewise.
7886 2008-08-15  Bean  <bean123ch@gmail.com>
7888         * conf/i386-pc.rmk (pkglib_MODULES): Add datetime.mod, date.mod
7889         and datehook.mod.
7890         (datetime_mod_SOURCES): New macro.
7891         (datetime_mod_CFLAGS): Likewise.
7892         (datetime_mod_LDFLAGS): Likewise.
7893         (date_mod_SOURCES): Likewise.
7894         (date_mod_CFLAGS): Likewise.
7895         (date_mod_LDFLAGS): Likewise.
7896         (datehook_mod_SOURCES): Likewise.
7897         (datehook_mod_CFLAGS): Likewise.
7898         (datehook_mod_LDFLAGS): Likewise.
7900         * conf/i386-coreboot.rmk (pkglib_MODULES): Add datetime.mod, date.mod
7901         and datehook.mod.
7902         (datetime_mod_SOURCES): New macro.
7903         (datetime_mod_CFLAGS): Likewise.
7904         (datetime_mod_LDFLAGS): Likewise.
7905         (date_mod_SOURCES): Likewise.
7906         (date_mod_CFLAGS): Likewise.
7907         (date_mod_LDFLAGS): Likewise.
7908         (datehook_mod_SOURCES): Likewise.
7909         (datehook_mod_CFLAGS): Likewise.
7910         (datehook_mod_LDFLAGS): Likewise.
7912         * conf/i386-ieee1275.rmk (pkglib_MODULES): Add datetime.mod, date.mod
7913         and datehook.mod.
7914         (datetime_mod_SOURCES): New macro.
7915         (datetime_mod_CFLAGS): Likewise.
7916         (datetime_mod_LDFLAGS): Likewise.
7917         (date_mod_SOURCES): Likewise.
7918         (date_mod_CFLAGS): Likewise.
7919         (date_mod_LDFLAGS): Likewise.
7920         (datehook_mod_SOURCES): Likewise.
7921         (datehook_mod_CFLAGS): Likewise.
7922         (datehook_mod_LDFLAGS): Likewise.
7924         * conf/i386-efi.rmk (pkglib_MODULES): Add datetime.mod, date.mod
7925         and datehook.mod.
7926         (datetime_mod_SOURCES): New macro.
7927         (datetime_mod_CFLAGS): Likewise.
7928         (datetime_mod_LDFLAGS): Likewise.
7929         (date_mod_SOURCES): Likewise.
7930         (date_mod_CFLAGS): Likewise.
7931         (date_mod_LDFLAGS): Likewise.
7932         (datehook_mod_SOURCES): Likewise.
7933         (datehook_mod_CFLAGS): Likewise.
7934         (datehook_mod_LDFLAGS): Likewise.
7936         * conf/x86_64-efi.rmk (pkglib_MODULES): Add datetime.mod, date.mod
7937         and datehook.mod.
7938         (datetime_mod_SOURCES): New macro.
7939         (datetime_mod_CFLAGS): Likewise.
7940         (datetime_mod_LDFLAGS): Likewise.
7941         (date_mod_SOURCES): Likewise.
7942         (date_mod_CFLAGS): Likewise.
7943         (date_mod_LDFLAGS): Likewise.
7944         (datehook_mod_SOURCES): Likewise.
7945         (datehook_mod_CFLAGS): Likewise.
7946         (datehook_mod_LDFLAGS): Likewise.
7948         * kern/env.c (grub_env_insert): Fix a bug in prevp pointer.
7950         * commands/date.c: New file.
7952         * hook/datehook.c: Likewise.
7954         * include/grub/lib/datetime.h: Likewise.
7956         * include/grub/i386/cmos.h: Likewise.
7958         * lib/datetime.c: Likewise.
7960         * lib/i386/datetime.c: Likewise.
7962         * lib/efi/datetime.c: Likewise.
7964 2008-08-14  Robert Millan  <rmh@aybabtu.com>
7966         * conf/common.rmk (bin_UTILITIES): Add `grub-mkelfimage'.
7967         (grub_mkelfimage_SOURCES): New variable.
7968         (util/elf/grub-mkimage.c_DEPENDENCIES): Likewise.
7970         * conf/i386-coreboot.rmk (bin_UTILITIES, grub_mkimage_SOURCES)
7971         (grub_mkimage_LDFLAGS, util/elf/grub-mkimage.c_DEPENDENCIES): Remove.
7972         * conf/powerpc-ieee1275.rmk: Likewise.
7973         * conf/i386-ieee1275.rmk: Likewise.
7975         * kern/ieee1275/init.c: Include `<grub/cpu/kernel.h>'.
7976         * kern/i386/coreboot/init.c: Likewise.
7978         * kern/i386/ieee1275/startup.S: Replace `<grub/machine/kernel.h>'
7979         with `<grub/cpu/kernel.h>'.
7980         (GRUB_KERNEL_MACHINE_PREFIX, GRUB_KERNEL_MACHINE_DATA_END): Renamed
7981         to ...
7982         (GRUB_KERNEL_CPU_PREFIX, GRUB_KERNEL_CPU_DATA_END): ... this.
7983         * kern/i386/coreboot/startup.S: Likewise.
7985         * include/grub/powerpc/ieee1275/kernel.h (GRUB_MOD_ALIGN)
7986         (GRUB_MOD_GAP): Remove.
7987         * include/grub/powerpc/kernel.h: New file.
7988         * include/grub/i386/ieee1275/kernel.h (GRUB_KERNEL_MACHINE_PREFIX)
7989         (GRUB_KERNEL_MACHINE_DATA_END): Remove.
7990         * include/grub/i386/kernel.h: New file.
7991         * include/grub/i386/coreboot/kernel.h (GRUB_MOD_ALIGN)
7992         (GRUB_MOD_GAP, GRUB_KERNEL_MACHINE_PREFIX)
7993         (GRUB_KERNEL_MACHINE_DATA_END): Remove.
7995         * util/ieee1275/grub-install.in (grub_mkimage): Initialize to use
7996         `grub-mkelfimage'.
7997         Use --directory when invoking grub_mkimage.
7999         * util/elf/grub-mkimage.c: Include `<grub/cpu/kernel.h>'.
8000         (add_segments): Replace GRUB_KERNEL_MACHINE_DATA_END and
8001         GRUB_KERNEL_MACHINE_PREFIX with GRUB_KERNEL_CPU_DATA_END
8002         and GRUB_KERNEL_CPU_PREFIX.
8004 2008-08-14  Felix Zielcke  <fzielcke@z-51.de>
8006         * include/grub/err.h (grub_err_printf): New function prototype.
8007         * util/misc.c (grub_err_printf): New function.
8008         * kern/misc.c [! GRUB_UTIL] (grub_err_printf): New alias for
8009         grub_printf.
8010         * kern/err.c (grub_print_error): Use grub_err_printf.
8012 2008-08-13  Robert Millan  <rmh@aybabtu.com>
8014         * docs/grub.cfg: Remove `/dev/' prefix in GNU/Hurd boot entry.
8016 2008-08-13  Robert Millan  <rmh@aybabtu.com>
8018         * docs/grub.cfg: Use the native device name for the example GNU/Hurd
8019         boot entry.
8021 2008-08-12  Robert Millan  <rmh@aybabtu.com>
8023         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Move part
8024         of the relocation code from here ...
8025         (grub_multiboot): ... to here.
8026         (forward_relocator, backward_relocator): Move from here ...
8027         * kern/i386/loader.S (grub_multiboot_forward_relocator)
8028         (grub_multiboot_backward_relocator): ... to here.
8029         (grub_multiboot_real_boot): Use %edx for entry offset.  Put Multiboot
8030         magic in %eax.  Use %ebp for jumping (so %edx is not trashed).
8031         * include/grub/i386/loader.h (grub_multiboot_forward_relocator)
8032         (grub_multiboot_forward_relocator_end)
8033         (grub_multiboot_backward_relocator)
8034         (grub_multiboot_backward_relocator_end): New variables.
8036 2008-08-12  Bean  <bean123ch@gmail.com>
8038         * disk/raid.c (grub_raid_read): Fix a bug in raid0 code.
8040 2008-08-11  Robert Millan  <rmh@aybabtu.com>
8042         * kern/i386/linuxbios/startup.S: Move from here ...
8043         * kern/i386/coreboot/startup.S: ... to here.
8045         * kern/i386/linuxbios/init.c: Move from here ...
8046         * kern/i386/coreboot/init.c: ... to here.
8048         * kern/i386/linuxbios/table.c: Move from here ...
8049         * kern/i386/coreboot/mmap.c: ... to here.
8051         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Update moved files.
8053 2008-08-11  Robert Millan  <rmh@aybabtu.com>
8055         * kern/device.c (grub_device_open): Do not handle grub_disk_open()
8056         errors.  Leave it to the upper layer to handle them.
8058 2008-08-09  Christian Franke  <franke@computer.org>
8060         * Makefile.in: Add `target_os' and `enable_grub_pe2elf'.
8061         * conf/common.rmk: Install `grub-pe2elf' only if requested.
8062         Install `grub.d/10_windows' only on Cygwin.
8063         * configure.ac: Add subst of `target_os'.
8064         Check `target_os' also before setting TARGET_OBJ2ELF.
8065         Add `--enable-grub-pe2elf'.
8067 2008-08-08  Robert Millan  <rmh@aybabtu.com>
8069         * kern/disk.c: Replace `<grub/machine/time.h>' with `<grub/time.h>'.
8070         (grub_last_time): Change type to grub_uint64_t.
8071         (grub_disk_open): Migrate code from to using grub_get_time_ms().
8072         (grub_disk_close): Likewise.
8074         * normal/menu.c: Replace `<grub/machine/time.h>' with `<grub/time.h>'.
8075         (run_menu): Migrate code from to using grub_get_time_ms().
8077         * util/misc.c (grub_get_time_ms): New function.
8079 2008-08-08  Marco Gerards  <marco@gnu.org>
8081         * disk/ata.c (grub_ata_regget): Change return type to
8082         `grub_uint8_t'.
8083         (grub_ata_regget2): Likewise.
8084         (grub_ata_wait_status): New function.
8085         (grub_ata_wait_busy): Removed function, updated all users to use
8086         `grub_ata_wait_status'.
8087         (grub_ata_wait_drq): Likewise.
8088         (grub_ata_cmd): New function.
8089         (grub_ata_pio_read): Change return type to `grub_uint8_t'.  Add
8090         error handling.
8091         (grub_ata_pio_write): Add error handling.
8092         (grub_atapi_identify): Likewise.
8093         (grub_atapi_packet): Use `grub_ata_cmd' and improve error
8094         handling.
8095         (grub_ata_identify): Use `grub_ata_cmd' and improve error
8096         handling.  Actually use the detected registers.  Reorder the
8097         detection logic such that it is easier to read.
8098         (grub_ata_pciinit): Do not assign the same ID to each controller.
8099         (grub_ata_setaddress): Use `grub_ata_cmd' and improve error
8100         handling.
8101         (grub_atapi_readsector): Check the result of `grub_ata_pio_read'.
8103         * include/grub/err.h (grub_err_t): Add `GRUB_ERR_TIMEOUT'.
8105 2008-08-08  Marco Gerards  <marco@gnu.org>
8107         * NEWS: Update.
8109 2008-08-07  Bean  <bean123ch@gmail.com>
8111         * include/grub/x86_64/pci.h: New file.
8113 2008-08-07  Christian Franke  <franke@computer.org>
8115         * kern/i386/pit.c (TIMER2_SPEAKER): New define.
8116         (TIMER2_GATE): Likewise.
8117         (grub_pit_wait): Add enable/disable of the timer2 gate
8118         bit of port 0x61.  This fixes a possible infinite loop.
8120 2008-08-07  Bean  <bean123ch@gmail.com>
8122         * conf/x86_64-efi.rmk (kernel_mod_SOURCES): Add kern/time.c,
8123         kern/i386/tsc.c and kern/i386/pit.c.
8125         * include/grub/i386/tsc.h (grub_cpu_is_cpuid_supported): Handle
8126         x86_64 platform.
8128         * kern/i386/efi/init.c: Replace <grub/cpu/tsc.h> with
8129         <grub/i386/tsc.h>.
8131         * kern/i386/pit.c: Replace <grub/cpu/io.h> with <grub/i386/io.h>.
8133 2008-08-07  Bean  <bean123ch@gmail.com>
8135         * conf/i386-efi.rmk (kernel_mod_SOURCES): Add kern/time.c.
8137         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add kern/time.c,
8139         * include/grub/i386/pit.h: Use macro KERNEL_CPU_PIT_HEADER to avoid
8140         multiple inclusion. Add #include <grub/types.h>.
8142 2008-08-06  Christian Franke  <franke@computer.org>
8144         * conf/common.rmk: Build and install `10_windows'.
8145         * util/grub.d/10_windows.in: New script.
8147 2008-08-06  Pavel Roskin  <proski@gnu.org>
8149         * kern/i386/pit.c: Include `<grub/i386/pit.h>'.
8151 2008-08-06  Robert Millan  <rmh@aybabtu.com>
8153         * conf/i386-coreboot.rmk (kernel_elf_ASFLAGS): New variable.
8154         * kern/i386/tsc.c: Include `<grub/i386/pit.h>'.
8156 2008-08-06  Bean  <bean123ch@gmail.com>
8158         * fs/i386/pc/pxe.c (grub_pxe_data): New member block_size.
8159         (grub_pxefs_fs_int): Remove dummy definition.
8160         (grub_pxefs_open): Use data->block_size to store the current block
8161         size setting.
8162         (grub_pxefs_read): Use block size stored in data->block_size. As the
8163         value of grub_pxe_blksize can be changed after the file is opened.
8165 2008-08-06  Bean  <bean123ch@gmail.com>
8167         * fs/i386/pc/pxe.c (curr_file): new variable.
8168         (grub_pxefs_open): Simply the handling of pxe file system. Don't
8169         require the dummy internal file system anymore.
8170         (grub_pxefs_read): Removed.
8171         (grub_pxefs_close): Likewise.
8172         (grub_pxefs_fs_int): Likewise.
8173         (grub_pxefs_read_int): Renamed to grub_pxefs_read. Reinitialize tftp
8174         connection when we switch file.
8175         (grub_pxefs_close_int): Renamed to grub_pxefs_close.
8177 2008-08-06  Robert Millan  <rmh@aybabtu.com>
8179         * conf/i386-coreboot.rmk (pkglib_MODULES): Add `reboot.mod' and
8180         `halt.mod'.
8181         (reboot_mod_SOURCES, reboot_mod_CFLAGS, reboot_mod_LDFLAGS)
8182         (halt_mod_SOURCES, halt_mod_CFLAGS, halt_mod_LDFLAGS): New variables.
8184         * kern/i386/halt.c: New file.
8185         * kern/i386/reboot.c: Likewise.
8186         * include/grub/i386/reboot.h: Likewise.
8187         * include/grub/i386/halt.h: Likewise.
8189         * commands/halt.c [! GRUB_MACHINE_IEEE1275 ! GRUB_MACHINE_EFI]:
8190         Include `<grub/cpu/halt.h>'.
8191         * commands/reboot.c [! GRUB_MACHINE_IEEE1275 ! GRUB_MACHINE_EFI]
8192         [! GRUB_MACHINE_PCBIOS]: Include `<grub/cpu/reboot.h>'.
8194         * term/i386/pc/at_keyboard.c: Include `<grub/cpu/at_keyboard.h>'.
8195         (SHIFT_L, SHIFT_R, CTRL, ALT, CAPS_LOCK, KEYBOARD_REG_DATA)
8196         (KEYBOARD_REG_STATUS, KEYBOARD_COMMAND_ISREADY, KEYBOARD_COMMAND_READ)
8197         (KEYBOARD_COMMAND_WRITE, KEYBOARD_COMMAND_REBOOT)
8198         (KEYBOARD_SCANCODE_SET1, KEYBOARD_ISMAKE, KEYBOARD_ISREADY)
8199         (KEYBOARD_SCANCODE, OLPC_UP, OLPC_DOWN, OLPC_LEFT, OLPC_RIGHT): Move
8200         from here ...
8201         * include/grub/i386/at_keyboard.h: ... to here.
8203 2008-08-05  Robert Millan  <rmh@aybabtu.com>
8205         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/i386/pit.c'.
8206         * conf/i386-efi.rmk (kernel_mod_SOURCES): Likewise.
8207         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Likewise. Also add
8208         `kern/i386/tsc.c', `kern/generic/rtc_get_time_ms.c' and
8209         `kern/generic/millisleep.c'.
8211         * kern/i386/tsc.c (calibrate_tsc): Rewrite using grub_pit_wait()
8212         instead of grub_get_rtc().
8213         (grub_tsc_init): Initialize `tsc_boot_time'.
8215         * kern/i386/linuxbios/init.c (grub_millisleep): Remove stub.
8216         (grub_machine_init): Use grub_tsc_init() rather than
8217         installing an RTC-based handler via grub_install_get_time_ms().
8219         * kern/i386/pit.c: New file.
8220         * include/grub/i386/pit.h: Likewise.
8222 2008-08-05  Bean  <bean123ch@gmail.com>
8224         * boot/i386/pc/pxeboot.S (_start): Use drive number 0x7F for pxe.
8226         * conf/i386-pc.rmk (kernel_img_HEADERS): Add machine/pxe.h.
8227         (pkglib_MODULES): Add pxe.mod and pxecmd.mod.
8228         (pxe_mod_SOURCES): New macro.
8229         (pxe_mod_CFLAGS): Likewise.
8230         (pxe_mod_LDFLAGS): Likewise.
8231         (pxecmd_mod_SOURCES): Likewise.
8232         (pxecmd_mod_CFLAGS): Likewise.
8233         (pxecmd_mod_LDFLAGS): Likewise.
8235         * kern/i386/pc/startup.S (grub_pxe_scan): New function.
8236         (grub_pxe_call): Likewise.
8238         * include/grub/disk.h (grub_disk_dev_id): Add GRUB_DISK_DEVICE_PXE_ID.
8240         * commands/i386/pc/pxecmd.c: New file.
8242         * fs/i386/pc/pxe.c: Likewise.
8244         * include/grub/i386/pc/pxe.h: Likewise.
8246 2008-08-05  Bean  <bean123ch@gmail.com>
8248         * util/console.c (grub_console_cur_color): New variable.
8249         (grub_console_standard_color): Likewise.
8250         (grub_console_normal_color): Likewise.
8251         (grub_console_highlight_color): Likewise.
8252         (color_map): Likewise.
8253         (use_color): Likewise.
8254         (NUM_COLORS): New macro.
8255         (grub_ncurses_setcolorstate): Handle color properly.
8256         (grub_ncurses_setcolor): Don't change color here, just remember the
8257         settings, color will be set in grub_ncurses_setcolorstate.
8258         (grub_ncurses_getcolor): New function.
8259         (grub_ncurses_init): Initialize color pairs.
8260         (grub_ncurses_term): New member grub_ncurses_getcolor.
8262 2008-08-05  Colin D Bennett  <colin@gibibit.com>
8264         High resolution timer support.  Implemented for x86 CPUs using TSC.
8265         Extracted generic grub_millisleep() so it's linked in only as needed.
8266         This requires a Pentium compatible CPU; if the RDTSC instruction is
8267         not supported, then it falls back on the generic grub_get_time_ms()
8268         implementation that uses the machine's RTC.
8270         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/time.c',
8271         `kern/i386/tsc.c', `kern/generic/rtc_get_time_ms.c' and
8272         `kern/generic/millisleep.c'.
8274         * conf/i386-efi.rmk (kernel_mod_SOURCES): Add `kern/i386/tsc.c',
8275         `kern/generic/rtc_get_time_ms.c' and `kern/generic/millisleep.c'.
8277         * conf/x86_64-efi.rml (kernel_mod_SOURCES): Add
8278         `kern/generic/millisleep.c' and `kern/generic/rtc_get_time_ms.c'.
8280         * conf/sparc64-ieee1275.rmk (kernel_elf_SOURCES): Likewise.
8282         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Add
8283         `kern/generic/millisleep.c'.
8285         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Likewise.
8287         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Add `kern/time.c'.
8289         * kern/generic/rtc_get_time_ms.c: New file.
8291         * kern/generic/millisleep.c: New file.
8293         * kern/misc.c: Don't include
8294         <kern/time.h> anymore.
8295         (grub_millisleep_generic): Removed.
8297         * commands/sleep.c (grub_interruptible_millisleep): Uses
8298         grub_get_time_ms() instead of grub_get_rtc().
8300         * include/grub/i386/tsc.h (grub_get_tsc): New file.  New inline
8301         function.
8302         (grub_cpu_is_cpuid_supported): New inline function.
8303         (grub_cpu_is_tsc_supported): New inline function.
8304         (grub_tsc_init): New function prototype.
8305         (grub_tsc_get_time_ms): New function prototype.
8307         * kern/i386/tsc.c (grub_get_time_ms): New file.
8309         * include/grub/time.h: Include <grub/types.h.
8310         (grub_millisleep_generic): Removed.
8311         (grub_get_time_ms): New prototype.
8312         (grub_install_get_time_ms): New prototype.
8313         (grub_rtc_get_time_ms): New prototype.
8315         * kern/time.c (grub_get_time_ms): New function.
8316         (grub_install_get_time_ms): New function.
8318         * kern/i386/efi/init.c: Include <grub/cpu/tsc.h>.  Don't include
8319         <grub/time.h> anymore.
8320         (grub_millisleep): Removed.
8321         (grub_machine_init): Call grub_tsc_init.
8323         * kern/i386/linuxbios/init.c (grub_machine_init): Install the RTC
8324         get_time_ms() implementation.
8326         * kern/sparc64/ieee1275/init.c (grub_millisleep): Removed.
8327         (ieee1275_get_time_ms): New function.
8328         (grub_machine_init): Install get_time_ms() implementation.
8330         * kern/i386/pc/init.c: Include <grub/cpu/tsc.h>.
8331         (grub_machine_init): Call grub_tsc_init().
8332         (grub_millisleep): Removed.
8334         * kern/ieee1275/init.c (grub_millisleep): Removed.
8335         (grub_machine_init): Install ieee1275_get_time_ms()
8336         implementation.
8337         (ieee1275_get_time_ms): New function.
8338         (grub_get_rtc): Now calls ieee1275_get_time_ms(), which does the
8339         real work.
8341 2008-08-05  Marco Gerards  <marco@gnu.org>
8343         * disk/ata.c: Include <grub/pci.h>.
8344         (enum grub_ata_commands): Add `GRUB_ATA_CMD_EXEC_DEV_DIAGNOSTICS'.
8345         (grub_ata_initialize): Rewritten.
8346         (grub_ata_device_initialize): New function.
8348 2008-08-04  Pavel Roskin  <proski@gnu.org>
8350         * kern/main.c: Include grub/mm.h.
8352 2008-08-04  Robert Millan  <rmh@aybabtu.com>
8354         * conf/i386-coreboot.rmk (COMMON_ASFLAGS, COMMON_CFLAGS)
8355         (COMMON_LDFLAGS): Harmonize with i386-pc version (fixes a code
8356         corruption problem).
8358 2008-08-04  Robert Millan  <rmh@aybabtu.com>
8360         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Fix misc
8361         warnings introduced in my last commit.
8363 2008-08-03  Robert Millan  <rmh@aybabtu.com>
8365         Make PCI available on all i386 architectures.
8367         * include/grub/i386/pc/pci.h: Move from here ...
8368         * include/grub/i386/pci.h: ... to here.
8370         * include/grub/i386/pc/pci.h: Remove.
8371         * include/grub/i386/efi/pci.h: Remove.
8372         * include/grub/x86_64/efi/pci.h: Remove.
8374         * include/grub/pci.h: Replace `<grub/machine/pci.h>' with
8375         `<grub/cpu/pci.h>'.
8377         * conf/i386-coreboot.rmk (pkglib_MODULES): Add `pci' and `lspci'.
8378         (pci_mod_SOURCES, pci_mod_CFLAGS, pci_mod_LDFLAGS, lspci_mod_SOURCES)
8379         (lspci_mod_CFLAGS, lspci_mod_LDFLAGS): New variables.
8381         * conf/i386-ieee1275.rmk: Likewise.
8383 2008-08-03  Robert Millan  <rmh@aybabtu.com>
8385         * term/i386/pc/vga_text.c (CRTC_CURSOR_DISABLE): New macro.
8386         (grub_console_setcursor): Make it possible to set cursor off.
8388 2008-08-03  Robert Millan  <rmh@aybabtu.com>
8390         * util/grub.d/00_header.in: Be platform-agnostic.  Probe for existence
8391         of modules instead of assuming which platform provides what.
8392         * util/update-grub.in: Likewise.
8394 2008-08-03  Robert Millan  <rmh@aybabtu.com>
8396         * kern/i386/pc/init.c (make_install_device): Check for `grub_prefix'
8397         instead of `grub_install_dos_part' to determine whether a drive needs
8398         to be prepended to prefix (`grub_install_dos_part' is not reliable,
8399         because it can be overridden when loading GRUB via Multiboot).
8401 2008-08-02  Robert Millan  <rmh@aybabtu.com>
8403         * util/i386/pc/grub-install.in: Remove trailing slash from prefix.
8405 2008-08-02  Robert Millan  <rmh@aybabtu.com>
8407         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Add a pair
8408         of informational grub_dprintf() calls.
8410 2008-08-02  Robert Millan  <rmh@aybabtu.com>
8412         * disk/memdisk.c (memdisk_size): Don't initialize.
8413         (GRUB_MOD_INIT(memdisk)): Find memdisk using grub_module_iterate().
8415         * include/grub/i386/pc/kernel.h
8416         (GRUB_KERNEL_MACHINE_MEMDISK_IMAGE_SIZE): Remove macro.
8417         (GRUB_KERNEL_MACHINE_PREFIX, GRUB_KERNEL_MACHINE_DATA_END): Shift.
8418         (grub_memdisk_image_size, grub_arch_memdisk_addr)
8419         (grub_arch_memdisk_size): Remove.
8421         * include/grub/kernel.h (struct grub_module_header): Remove `offset'
8422         field (was only used to transfer a constant).  Add `type' field to
8423         support multiple module types.
8424         (grub_module_iterate): New function.
8426         * kern/device.c (grub_device_open): Do not hide error messages
8427         when grub_disk_open() fails.  Use grub_print_error() instead.
8429         * kern/i386/pc/init.c (grub_arch_modules_addr)
8430         (grub_arch_memdisk_size): Remove functions.
8431         (grub_arch_modules_addr): Return the module address in high memory
8432         (now that it isn't copied anymore).
8434         * kern/i386/pc/startup.S (grub_memdisk_image_size): Remove variable.
8435         (codestart): Don't add grub_memdisk_image_size to %ecx in LZMA
8436         decompression routine (grub_total_module_size already includes that
8437         now).  Don't copy modules back to low memory.
8439         * kern/main.c: Include `<grub/mm.h>'.
8440         (grub_load_modules): Split out (and use) ...
8441         (grub_module_iterate): ... this function, which iterates through
8442         module objects and runs a hook.
8443         Comment out grub_mm_init_region() call, as it would cause non-ELF
8444         modules to be overwritten.
8446         * util/i386/pc/grub-mkimage.c (generate_image): Instead of appending
8447         the memdisk image in its own region, make it part of the module list.
8448         * util/elf/grub-mkimage.c (options): Add "memdisk"|'m' option.
8449         (main): Parse --memdisk|-m option, and pass user-provided path as
8450         parameter to generate_image().
8451         (add_segments): Pass `memdisk_path' down to load_modules().
8452         (load_modules): Embed memdisk image in module section when requested.
8453         * util/i386/efi/grub-mkimage.c (make_mods_section): Initialize
8454         `header.type' instead of `header.offset'.
8456         * conf/powerpc-ieee1275.rmk (pkglib_MODULES): Add `memdisk.mod'.
8457         (memdisk_mod_SOURCES, memdisk_mod_CFLAGS)
8458         (memdisk_mod_LDFLAGS): New variables.
8459         * conf/i386-coreboot.rmk: Likewise.
8460         * conf/i386-ieee1275.rmk: Likewise.
8462 2008-08-02  Robert Millan  <rmh@aybabtu.com>
8464         * loader/i386/pc/multiboot.c (playground, forward_relocator)
8465         (backward_relocator): New variables.  Used to allocate and relocate
8466         the payload, respectively.
8467         (grub_multiboot_load_elf32): Load into heap instead of requested
8468         address, install the appropriate relocator code in each bound of
8469         the payload, and set the entry point such that
8470         grub_multiboot_real_boot() will jump to one of them.
8472         * kern/i386/loader.S (grub_multiboot_payload_size)
8473         (grub_multiboot_payload_orig, grub_multiboot_payload_dest)
8474         (grub_multiboot_payload_entry_offset): New variables.
8475         (grub_multiboot_real_boot): Set cpu context to what the relocator
8476         expects, and jump to the relocator instead of the payload.
8478         * include/grub/i386/loader.h (grub_multiboot_payload_size)
8479         (grub_multiboot_payload_orig, grub_multiboot_payload_dest)
8480         (grub_multiboot_payload_entry_offset): Export.
8482 2008-08-01  Bean  <bean123ch@gmail.com>
8484         * normal/menu_entry.c (editor_getline): Don't return the original
8485         string as result, as it will be released by lexer once it has done
8486         using it.
8488 2008-08-01  Robert Millan  <rmh@aybabtu.com>
8490         * util/grub.d/10_linux.in: Use prepare_grub_to_access_device() from
8491         within menuentries, not before them.
8492         util/grub.d/10_hurd.in: Likewise.
8494 2008-08-01  Bean  <bean123ch@gmail.com>
8496         * conf/common.rmk (pkglib_MODULES): Add bufio.mod.
8497         (bufio_mod_SOURCES): New macro.
8498         (bufio_mod_CFLAGS): Likewise.
8499         (bufio_mod_LDFLAGS): Likewise.
8501         * include/grub/bufio.h: New file.
8503         * io/bufio.c: Likewise.
8505         * video/png.c: Replace <grub/file.h> with <grub/bufio.h>.
8506         (grub_video_reader_png): Use grub_buffile_open to open file.
8508         * video/jpeg.c: Replace <grub/file.h> with <grub/bufio.h>.
8509         (grub_video_reader_jpeg): Use grub_buffile_open to open file.
8511         * video/tga.c: Replace <grub/file.h> with <grub/bufio.h>.
8512         (grub_video_reader_tga): Use grub_buffile_open to open file.
8514         * font/manager.c: Include <grub/bufio.h>.
8515         (add_font): Use grub_buffile_open to open file.
8517 2008-07-31  Robert Millan  <rmh@aybabtu.com>
8519         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): When loading
8520         ELF segments, use a macro for arbitrarily accessing any of them instead
8521         of preparing a pointer that allows access to one at a time.
8522         (grub_multiboot_load_elf64): Likewise.
8524 2008-07-31  Bean  <bean123ch@gmail.com>
8526         * boot/i386/pc/lnxboot.S (real_code_2): Replace 0x50 with
8527         GRUB_KERNEL_MACHINE_DATA_END.
8529 2008-07-30  Robert Millan  <rmh@aybabtu.com>
8531         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_DATA_END):
8532         Increase from 0x50 to 0x60.
8533         * util/i386/pc/grub-install.in: Detect cross-disk installs, and
8534         use UUIDs to identify the root drive for them.  If that's not
8535         possible, abort.
8536         * util/i386/pc/grub-setup.c (setup): Do not special-case, or even
8537         check, for cross-disk installs.
8539 2008-07-30  Robert Millan  <rmh@aybabtu.com>
8541         * kern/ieee1275/init.c (grub_machine_set_prefix): If `grub_prefix'
8542         is non-empty, use it to set the `prefix' environment variable instead
8543         of the usual approach.
8544         * kern/i386/linuxbios/init.c (make_install_device): Remove function.
8545         (grub_machine_set_prefix): Use `grub_prefix' to set the `prefix'
8546         environment variable instead of dummy make_install_device().
8548         * kern/i386/ieee1275/startup.S: Include `<grub/machine/kernel.h>'.
8549         (start): Insert a data section, with `grub_prefix' variable.
8550         * kern/i386/linuxbios/startup.S: Likewise.
8552         * include/grub/powerpc/ieee1275/kernel.h [!ASM_FILE] (grub_prefix):
8553         New variable reference.
8554         * include/grub/i386/ieee1275/kernel.h (GRUB_KERNEL_MACHINE_PREFIX):
8555         New macro.  Defines offset of `grub_prefix' within startup.S (relative
8556         to `start').
8557         (GRUB_KERNEL_MACHINE_DATA_END): New macro.  Defines the end of data
8558         section within startup.S (relative to `start').
8559         * include/grub/i386/coreboot/kernel.h: Likewise.
8561         * util/elf/grub-mkimage.c (add_segments): Receive `prefix' parameter.
8562         Overwrite grub_prefix with its contents, at the beginning of the
8563         first segment.
8564         (main): Understand -p|--prefix.
8566 2008-07-30  Robert Millan  <rmh@aybabtu.com>
8568         * util/grub.d/10_hurd.in: Source ${libdir}/grub/update-grub_lib.
8570 2008-07-30  Robert Millan  <rmh@aybabtu.com>
8572         * term/i386/pc/vga_text.c (grub_console_cls): Use
8573         grub_console_gotoxy() to go back to beginning of the screen.
8574         Found by Patrick Georgi <patrick.georgi@coresystems.de>
8576 2008-07-29  Christian Franke  <franke@computer.org>
8578         * util/update-grub_lib.in (make_system_path_relative_to_its_root):
8579         Add conversion of emulated mount points on Cygwin.
8581 2008-07-29  Christian Franke  <franke@computer.org>
8583         * util/update-grub.in: Add a check for admin
8584         group on Cygwin.
8585         Remove old `grub.cfg.new' before creation.
8586         Add `-f' to `mv' to handle the different filesystem
8587         semantics of Windows.
8589 2008-07-29  Bean  <bean123ch@gmail.com>
8591         * normal/main.c (get_line): Fix buffer overflow bug.
8593 2008-07-28  Robert Millan  <rmh@aybabtu.com>
8595         * partmap/apple.c (GRUB_APPLE_HEADER_MAGIC): New macro.
8596         (struct grub_apple_header): New struct.  Describes the layout of
8597         the partmap header.
8598         (apple_partition_map_iterate): Check the header magic as well as the
8599         partition magic (which was already being checked).
8601 2008-07-28  Pavel Roskin  <proski@gnu.org>
8603         * genmk.rb: Add a warning to the beginning of the output that
8604         it's a generated file and should not be edited.
8606 2008-07-28  Robert Millan  <rmh@aybabtu.com>
8608         * disk/raid.c (grub_raid_scan_device): Do not abort when two disks
8609         with the same number are found, just use issue a warning with
8610         grub_dprintf(), as this error has been reported to be non-fatal.
8612 2008-07-27  Robert Millan  <rmh@aybabtu.com>
8614         * disk/ata.c (grub_ata_dumpinfo): Use grub_dprintf() for debugging
8615         information.
8617 2008-07-27  Bean  <bean123ch@gmail.com>
8619         * fs/fat.c (GRUB_FAT_MAXFILE): New constant.
8620         (grub_fat_find_dir): Ignore case when comparing filename.
8622 2008-07-27  Bean  <bean123ch@gmail.com>
8624         * fs/xfs.c (grub_xfs_dir_header): Change field i8count back to
8625         smallino, as it's more descriptive, and i8count can be confused with
8626         the other field count.
8627         (grub_xfs_iterate_dir): Adjust grub_xfs_dir_entry pointer for small
8628         inode type.
8630 2008-07-27  Bean  <bean123ch@gmail.com>
8632         * commands/crc.c: New file.
8634         * lib/crc.c: Likewise.
8636         * include/grub/lib/crc.h: Likewise.
8638         * util/grub-fstest.c: grub/hexdump.h => grub/lib/hexdump.h.
8640         * commands/hexdump.c: grub/hexdump.h => grub/lib/hexdump.h.
8641         (hexdump): Move this function to ...
8643         * lib/hexdump.c: ... here.
8645         * include/grub/hexdump.h: Renamed to ...
8647         * include/grub/lib/hexdump.h: ... this.
8649         * commands/loadenv.c: grub/envblk.h => grub/lib/envblk.h
8651         * util/grub-editenv.c: Likewise.
8653         * include/envblk.h: Renamed to ...
8655         * include/lib/envblk.h: ... this.
8657         * util/envblk.c: Renamed to ...
8659         * lib/envblk.c: ... this.
8661         * conf/common.rmk (grub_fstest_SOURCES): commands/hexdump.c =>
8662         lib/hexdump.c.
8663         (grub_editenv_SOURCES): util/envblk.c => lib/envblk.c
8664         (pkglib_MODULES): Add crc.mod.
8665         (hexdump_mod_SOURCES): Add lib/hexdump.c.
8666         (loadenv_mod_SOURCES): util/envblk.c => lib/envblk.c.
8667         (crc_mod_SOURCES): New macro.
8668         (crc_mod_CFLAGS): Likewise.
8669         (crc_mod_LDFLAGS): Likewise.
8671         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Add lib/hexdump.c.
8673         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
8675         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
8677         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
8679         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
8681 2008-07-27  Felix Zielcke  <fzielcke@z-51.de>
8683         * commands/help.c: Include <grub/term.h>.
8684         (TERM_WIDTH): Removed.  Updated all users.
8686 2008-07-27  Pavel Roskin  <proski@gnu.org>
8688         * util/getroot.c (find_root_device): Rephrase a comment to avoid
8689         spurious warnings about a comment within a comment.
8691 2008-07-25  Robert Millan  <rmh@aybabtu.com>
8693         * util/getroot.c (find_root_device): Skip devices that match
8694         /dev/dm-[0-9].  This lets the real device be found for any type of
8695         abstraction (LVM, EVMS, RAID..).
8696         (grub_guess_root_device): Do not traverse /dev/mapper (for LVM)
8697         and /dev/evms (for EVMS) before traversing /dev.  If a /dev/dm-[0-9]
8698         device is found first, find_root_device() will now skip it.
8700 2008-07-24  Pavel Roskin  <proski@gnu.org>
8702         * include/grub/types.h: Use __builtin_bswap32() and
8703         __builtin_bswap64() with gcc 4.3 and newer.
8705 2008-07-24  Christian Franke  <franke@computer.org>
8707         * util/i386/pc/grub-install.in: If `--debug' is specified,
8708         pass `--verbose' to grub-setup.
8709         Abort script if make_system_path_relative_to_its_root() fails.
8711 2008-07-24  Bean  <bean123ch@gmail.com>
8713         * configure.ac: Fixed a bug caused by the previous cygwin patch,
8714         variable `target_platform' should be `platform'.
8716 2008-07-24  Bean  <bean123ch@gmail.com>
8718         * video/reader/png.c (DEFLATE_HLIT_MAX): Change value.
8719         (grub_png_init_fixed_block): New function.
8720         (grub_png_decode_image_data): Handle fixed huffman code compression.
8722 2008-07-24  Bean  <bean123ch@gmail.com>
8724         * common.rmk (bin_UTILITIES): Add grub-pe2elf.
8725         (grub_pe2elf_SOURCES): New macro.
8726         (CLEANFILES): Add grub-pe2elf.
8728         * include/grub/efi/pe32.h (GRUB_PE32_SCN_ALIGN_1BYTES): New constant.
8729         (GRUB_PE32_SCN_ALIGN_2BYTES): Likewise.
8730         (GRUB_PE32_SCN_ALIGN_4BYTES): Likewise.
8731         (GRUB_PE32_SCN_ALIGN_8BYTES): Likewise.
8732         (GRUB_PE32_SCN_ALIGN_16BYTES): Likewise.
8733         (GRUB_PE32_SCN_ALIGN_32BYTES): Likewise.
8734         (GRUB_PE32_SCN_ALIGN_64BYTES): Likewise.
8735         (GRUB_PE32_SCN_ALIGN_SHIFT): Likewise.
8736         (GRUB_PE32_SCN_ALIGN_MASK): Likewise.
8737         (GRUB_PE32_SYM_CLASS_EXTERNAL): Likewise.
8738         (GRUB_PE32_SYM_CLASS_STATIC): Likewise.
8739         (GRUB_PE32_SYM_CLASS_FILE): Likewise.
8740         (GRUB_PE32_DT_FUNCTION): Likewise.
8741         (GRUB_PE32_REL_I386_DIR32): Likewise.
8742         (GRUB_PE32_REL_I386_REL32): Likewise.
8743         (grub_pe32_symbol): New structure.
8744         (grub_pe32_reloc): Likewise.
8746         * util/grub-pe2elf.c: New file.
8748         * configure.ac: Set TARGET_OBJ2ELF if host os is cygwin. Don't test for
8749         start symbol in non pc platform.
8751         * genmk.rb: Use TARGET_OBJ2ELF to convert native object format to elf.
8753         The following patches are from Christian Franke.
8755         * include/grub/dl.h: Remove .previous, gas supports this only
8756         for ELF format.
8758         * include/grub/symbol.h [__CYGWIN__] (#define FUNCTION/VARIABLE):
8759         Remove .type, gas supports this only for ELF format.
8761         * kern/dl.c (grub_dl_resolve_dependencies): Add check for trailing
8762         nullbytes in symbol table. This fixes an infinite loop if table is
8763         zero filled.
8765         * Makefile.in: Add autoconf replacements TARGET_IMG_LDSCRIPT,
8766         TARGET_IMG_LDFLAGS and EXEEXT.
8768         * aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): Replace -Wl,-N by
8769         TARGET_IMG_LDFLAGS_AC.
8770         (grub_CHECK_STACK_ARG_PROBE): New function.
8772         * conf/i386-pc.rmk: Replace -Wl,-N by TARGET_IMG_LDFLAGS.
8774         * conf/i386-pc-cygwin-ld-img.sc: New linker script.
8776         * configure.ac: Add check for linker script "conf/${target}-img-ld.c"
8777         to set TARGET_IMG_LD* accordingly.
8778         Add check for Cygwin to set TARGET_MOD_OBJCOPY accordingly.
8779         Add call to grub_CHECK_STACK_ARG_PROBE.
8780         Use TARGET_IMG_LDFLAGS to check start, bss_start, end symbols.
8782         * genkernsyms.sh.in: Handle HAVE_ASM_USCORE case.
8784         * genmk.rb: Add EXEEXT to CLEANFILES.
8786 2008-07-23  Robert Millan  <rmh@aybabtu.com>
8788         * Makefile.in (UNICODE_ARROWS, UNICODE_LINES): New variables (they
8789         define the codes for arrows and lines used for the menu).
8790         (ascii.pff): Generate fonts for $(UNICODE_ARROWS) and $(UNICODE_LINES)
8791         as well.
8793         * util/update-grub_lib.in (font_path): Prefer ascii.pff over complete
8794         fonts, because the latter are too slow.
8796 2008-07-21  Bean  <bean123ch@gmail.com>
8798         * kern/i386/pc/startup.S (gate_a20_try_bios): Change test order for
8799         a20. Run keyboard test last, as it will cause macbook to halt.
8801 2008-07-18  Pavel Roskin  <proski@gnu.org>
8803         * kern/dl.c: Go back to using GRUB_CPU_SIZEOF_VOID_P.  We cannot
8804         load foreign architecture modules correctly anyway.  Keep
8805         support for loading host architecture modules, whether we
8806         compile them or not.
8808 2008-07-17  Pavel Roskin  <proski@gnu.org>
8810         * configure.ac: Use -m32 or -m64 regardless of whether we had to
8811         change target_cpu.  The compiler default can mismatch target_cpu
8812         in any case.
8814         * disk/efi/efidisk.c: Fix format warnings on x86_64.
8815         * kern/efi/efi.c: Likewise.
8817         * aclocal.m4 (grub_PROG_TARGET_CC): New macro.  Check if the
8818         target compiler is functional.
8819         * configure.ac: Call grub_PROG_TARGET_CC once all target flags
8820         are set up.
8822         * configure.ac: Default to efi platform for x86_64-apple.  Allow
8823         powerpc64 CPU, default to ieee1275 platform for it.  Split CPU
8824         adjustments from the rest, only do them if target is not
8825         explicitly given.  Merge other adjustments with the final sanity
8826         check.  Remove an extraneous check for supported CPU.  Be
8827         specific which CPU and which platform is not supported.
8829         * configure.ac: Default to pc platform for x86_64.
8831 2008-07-17  Robert Millan  <rmh@aybabtu.com>
8833         Partial LinuxBIOS -> Coreboot rename.
8835         * conf/i386-linuxbios.rmk: Renamed to ...
8836         * conf/i386-coreboot.rmk: ... this.
8837         * Makefile.in (RMKFILES): s/i386-linuxbios.rmk/i386-coreboot.rmk/g.
8838         * configure.ac: Accept "coreboot" as input platform (but maintain
8839         compatibility with "linuxbios").
8840         * include/grub/i386/linuxbios: Renamed to ...
8841         * include/grub/i386/coreboot: ... this.
8843 2008-07-17  Bean  <bean123ch@gmail.com>
8845         * conf/i386/efi.rmk (pkglib_MODULES): add pci.mod and lspci.mod.
8846         (appleldr_mod_SOURCE): New variable.
8847         (appleldr_mod_CFLAGS): Likewise.
8848         (appleldr_mod_LDFLAGS): Likewise.
8849         (pci_mod_SOURCES): Likewise.
8850         (pci_mod_CFLAGS): Likewise.
8851         (pci_mod_LDFLAGS): Likewise.
8852         (lspci_mod_SOURCES): Likewise.
8853         (lspci_mod_CFLAGS): Likewise.
8854         (lspci_mod_LDFLAGS): Likewise.
8856         * conf/x86_64-efi.rmk: New file.
8858         * disk/efi/efidisk.c (grub_efidisk_read): Wrap efi calls with efi_call_N
8859         macro.
8860         (grub_efidisk_write): Likewise.
8862         * include/efi/api.h (efi_call_0): New macro.
8863         (efi_call_1): Likewise.
8864         (efi_call_2): Likewise.
8865         (efi_call_3): Likewise.
8866         (efi_call_4): Likewise.
8867         (efi_call_5): Likewise.
8868         (efi_call_6): Likewise.
8870         * include/grub/efi/chainloader.h (grub_chainloader_cmd): Rename to
8871         grub_rescue_cmd_chainloader.
8873         * include/grub/efi/pe32.h (GRUB_PE32_MACHINE_X86_64): New macro.
8874         (grub_pe32_optional_header): Change some fields based on i386 or
8875         x86_64 platform.
8876         (GRUB_PE32_PE32_MAGIC): Likewise.
8878         * include/grub/efi/uga_draw.h: New file.
8880         * include/grub/elf.h (STN_ABS): New constant.
8881         (R_X86_64_NONE): Relocation constant for x86_64.
8882         (R_X86_64_64): Likewise.
8883         (R_X86_64_PC32): Likewise.
8884         (R_X86_64_GOT32): Likewise.
8885         (R_X86_64_PLT32): Likewise.
8886         (R_X86_64_COPY): Likewise.
8887         (R_X86_64_GLOB_DAT): Likewise.
8888         (R_X86_64_JUMP_SLOT): Likewise.
8889         (R_X86_64_RELATIVE): Likewise.
8890         (R_X86_64_GOTPCREL): Likewise.
8891         (R_X86_64_32): Likewise.
8892         (R_X86_64_32S): Likewise.
8893         (R_X86_64_16): Likewise.
8894         (R_X86_64_PC16): Likewise.
8895         (R_X86_64_8): Likewise.
8896         (R_X86_64_PC8): Likewise.
8898         * include/grub/i386/efi/pci.h: New file.
8900         * include/grub/i386/linux.h (GRUB_LINUX_EFI_SIGNATURE):
8901         Change it value based on platform.
8902         (GRUB_LINUX_EFI_SIGNATURE_0204): New constant.
8903         (GRUB_E820_RAM): Likewise.
8904         (GRUB_E820_RESERVED): Likewise.
8905         (GRUB_E820_ACPI): Likewise.
8906         (GRUB_E820_NVS): Likewise.
8907         (GRUB_E820_EXEC_CODE): Likewise.
8908         (GRUB_E820_MAX_ENTRY): Likewise.
8909         (grub_e820_mmap): New structure.
8910         (linux_kernel_header): Change the efi field according to different
8911         kernel version, also field from linux_kernel_header.
8913         * include/grub/kernel.h (grub_module_info): Add padding for x86_64.
8915         * include/grub/pci.h (GRUB_PCI_ADDR_SPACE_MASK): New constant.
8916         (GRUB_PCI_ADDR_SPACE_MEMORY): Likewise.
8917         (GRUB_PCI_ADDR_SPACE_IO): Likewise.
8918         (GRUB_PCI_ADDR_MEM_TYPE_MASK): Likewise.
8919         (GRUB_PCI_ADDR_MEM_TYPE_32): Likewise.
8920         (GRUB_PCI_ADDR_MEM_TYPE_1M): Likewise.
8921         (GRUB_PCI_ADDR_MEM_TYPE_64): Likewise.
8922         (GRUB_PCI_ADDR_MEM_PREFETCH): Likewise.
8923         (GRUB_PCI_ADDR_MEM_MASK): Likewise.
8924         (GRUB_PCI_ADDR_IO_MASK): Likewise.
8926         * include/grub/x86_64/efi/kernel.h: New file.
8928         * include/grub/x86_64/efi/loader.h: Likewise.
8930         * include/grub/x86_64/efi/machine.h: Likewise.
8932         * include/grub/x86_64/efi/pci.h: Likewise.
8934         * include/grub/x86_64/efi/time.h: Likewise.
8936         * include/grub/x86_64/linux.h: Likewise.
8938         * include/grub/x86_64/setjmp.h: Likewise.
8940         * include/grub/x86_64/time.h: Likewise.
8942         * include/grub/x86_64/types.h: Likewise.
8944         * kern/dl.c (GRUB_CPU_SIZEOF_VOID_P): Changed to
8945          GRUB_TARGET_SIZEOF_VOID_P.
8947         * kern/efi/efi.c (grub_efi_locate_protocol): Wrap efi calls.
8948         (grub_efi_locate_handle): Likewise.
8949         (grub_efi_open_protocol): Likewise.
8950         (grub_efi_set_text_mode): Likewise.
8951         (grub_efi_stall): Likewise.
8952         (grub_exit): Likewise.
8953         (grub_reboot): Likewise.
8954         (grub_halt): Likewise.
8955         (grub_efi_exit_boot_services): Likewise.
8956         (grub_get_rtc): Likewise.
8958         * kern/efi/mm.c (MEMORY_MAP_SIZE): Change to 0x3000 for new models.
8959         (GRUB_CPU_SIZEOF_VOID_P): Changed to GRUB_TARGET_SIZEOF_VOID_P.
8960         (grub_efi_allocate_pages): Wrap efi calls.
8961         (grub_efi_free_pages): Wrap efi calls.
8962         (grub_efi_get_memory_map): Wrap efi calls.
8964         * kern/x86_64/dl.c: New file.
8966         * kern/x86_64/efi/callwrap.S: Likewise.
8968         * kern/x86_64/efi/startup.S: Likewise.
8970         * loader/efi/appleloader.c: Likewise.
8972         * loader/efi/chainloader.c (cmdline): New variable.
8973         (grub_chainloader_unload): Wrap efi calls.
8974         (grub_chainloader_boot): Likewise.
8975         (grub_rescue_cmd_chainloader): Wrap efi calls, handle
8976         command line.
8978         * loader/efi/chainloader_normal.c (chainloader_command):
8979         Change grub_chainloader_cmd to grub_rescue_cmd_chainloader, pass
8980         command line.
8982         * loader/i386/efi/linux.c (allocate_pages): Change allocation
8983         method.
8984         (grub_e820_add_region): New function.
8985         (grub_linux_boot): Construct e820 map from efi map, handle x86_64
8986         booting.
8987         (grub_find_video_card): New function.
8988         (grub_linux_setup_video): New function.
8989         (grub_rescue_cmd_linux): Probe for video information.
8991         * normal/x86_64/setjmp.S: New file.
8993         * term/efi/console.c (map_char): New function.
8994         (grub_console_putchar): Map unicode char.
8995         (grub_console_checkkey): Wrap efi calls.
8996         (grub_console_getkey): Likewise.
8997         (grub_console_getwh): Likewise.
8998         (grub_console_gotoxy): Likewise.
8999         (grub_console_cls): Likewise.
9000         (grub_console_setcolorstate): Likewise.
9001         (grub_console_setcursor): Likewise.
9003         * util/i386/efi/grub-mkimage.c: Add support for x86_64.
9005 2008-07-16  Pavel Roskin  <proski@gnu.org>
9007         * loader/i386/efi/linux.c (allocate_pages): Fix warnings in
9008         format strings.
9010         * util/i386/efi/grub-mkimage.c (get_target_address): Return a
9011         pointer, not an integer.  This fixes a warning and prevents
9012         precision loss on 64-bit systems.
9013         (relocate_addresses): Remove unneeded cast.
9015 2008-07-15  Pavel Roskin  <proski@gnu.org>
9017         * kern/i386/ieee1275/init.c: Include grub/cache.h.
9019         * term/ieee1275/ofconsole.c: Disable code unused on i386.
9021         * kern/ieee1275/ieee1275.c (grub_ieee1275_get_integer_property):
9022         Fix comparison between signed and unsigned.
9024         * include/grub/i386/ieee1275/console.h: Declare
9025         grub_console_init() and grub_console_fini().
9027         * loader/i386/ieee1275/linux.c (grub_set_bootpath): Remove.
9028         It's empty and unused.
9030         * fs/ext2.c (grub_ext2_read_block): Initialize blknr in the
9031         beginning to avoid warnings with some compilers.
9033         * loader/ieee1275/multiboot2.c: Include grub/machine/loader.h.
9034         [__i386__] (grub_mb2_arch_boot): Avoid unnecessary cast.
9036 2008-07-14  Pavel Roskin  <proski@gnu.org>
9038         * kern/env.c (grub_register_variable_hook): Don't copy empty
9039         string, it leaks memory.  Pass "" to grub_env_set(), it should
9040         handle constant strings.
9042         * commands/blocklist.c (grub_cmd_blocklist): Fix format warning.
9043         * commands/cmp.c (grub_cmd_cmp): Likewise.
9044         * kern/dl.c (grub_dl_flush_cache): Likewise.
9045         (grub_dl_load_core): Likewise.
9046         * kern/elf.c (grub_elf32_load_phdrs): Likewise.
9047         (grub_elf64_load_phdrs): Likewise.
9049 2008-07-13  Pavel Roskin  <proski@gnu.org>
9051         * lib/LzmaEnc.c (LzmaEnc_SetProps): Fix warning about comparison
9052         between signed and unsigned.
9053         (LzmaEnc_Finish): Fix warning about an unused parameter.
9055 2008-07-13  Bean  <bean123ch@gmail.com>
9057         * Makefile.in (enable_lzo): New rule.
9059         * conf/i386-pc.rmk (grub_mkimage_SOURCES): New test with enable_lzo.
9061         * configure.ac (ENABLE_LZO): New option --enable-lzo.
9063         * boot/i386/pc/lnxboot.S: #include <config.h>.
9065         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE): Change
9066         its value according to the compression algorithm used, lzo or lzma.
9068         * util/i386/pc/grub-mkimage.c (compress_kernel): Use different
9069         compression algorithm according to configure macro.
9071         * kern/i386/pc/startup.S (codestart): Likewise.
9073         * kern/i386/pc/lzma_decode.S: New file.
9075         * include/grub/lib/LzFind.h: Likewise.
9077         * include/grub/lib/LzHash.h: Likewise.
9079         * include/grub/lib/LzmaDec.h: Likewise.
9081         * include/grub/lib/LzmaEnc.h: Likewise.
9083         * include/grub/lib/LzmaTypes.h: Likewise.
9085         * lib/LzFind.c: Likewise.
9087         * lib/LzmaDec.c: Likewise.
9089         * lib/LzmaEnc.c: Likewise.
9091 2008-07-13  Bean  <bean123ch@gmail.com>
9093         * fs/ext2.c (EXT4_EXTENTS_FLAG): New macro.
9094         (grub_ext4_extent_header): New structure.
9095         (grub_ext4_extent): Likewise.
9096         (grub_ext4_extent_idx): Likewise.
9097         (grub_ext4_find_leaf): New function.
9098         (grub_ext2_read_block): Handle extents.
9100 2008-07-12  Robert Millan  <rmh@aybabtu.com>
9102         * util/i386/pc/grub-mkrescue.in: s/grub-install/grub-mkrescue/g.
9104 2008-07-11  Robert Millan  <rmh@aybabtu.com>
9106         * util/grub.d/40_custom.in: New file. Example on how to add custom
9107         entries to /etc/grub.d.
9108         * conf/common.rmk (%, update-grub_SCRIPTS, CLEANFILES): Install
9109         40_custom (implicitly, by merging all the grub.d rules).
9111 2008-07-11  Pavel Roskin  <proski@gnu.org>
9113         * commands/read.c (grub_getline): Fix invalid memory access.
9114         Don't add newline to the variable value.
9116         * term/i386/pc/serial.c (GRUB_SERIAL_PORT_NUM): New constant.
9117         [!GRUB_MACHINE_PCBIOS] (serial_hw_io_addr): Add COM2 and COM3.
9118         (serial_hw_get_port): Check validity of the port number.
9119         (grub_cmd_serial): Check return value of serial_hw_get_port().
9121 2008-07-07  Pavel Roskin  <proski@gnu.org>
9123         * boot/i386/pc/diskboot.S (notification_string): Replace
9124         "Loading kernel" with just "loading".  This is shorter, less
9125         confusing and saves a few bytes for possible future changes.
9127 2008-07-05  Pavel Roskin  <proski@gnu.org>
9129         * disk/ata.c (grub_ata_dumpinfo): Don't output addressing and
9130         size for ATAPI devices, they are undefined.  Output sector
9131         number in decimal form.
9133         * disk/ata.c: Use named constants for status bits.
9135 2008-07-04  Pavel Roskin  <proski@gnu.org>
9137         * kern/i386/linuxbios/init.c (grub_machine_init): Cast addr to
9138         grub_addr_t before casting it to the void pointer to fix a
9139         warning.  Non-addressable regions are discarded earlier.
9140         (grub_arch_modules_addr): Cast _end to grub_addr_t.
9141         * kern/i386/linuxbios/table.c: Include grub/misc.h.
9142         (check_signature): Don't shadow table_header.
9143         (grub_linuxbios_table_iterate): Cast numeric constants to
9144         grub_linuxbios_table_header_t.
9145         * include/grub/i386/linuxbios/init.h: Add noreturn attribute to
9146         grub_stop().
9148         * kern/ieee1275/init.c: Cast _start and _end to grub_addr_t to
9149         prevent warnings.
9151         * include/grub/misc.h (ALIGN_UP): Avoid unnecessary cast to a
9152         pointer, which can cause warnings.  Support 64-bit addresses.
9154         * util/elf/grub-mkimage.c: Use GRUB_TARGET_SIZEOF_LONG instead
9155         of sizeof(long).  This fixes PowerPC image generation on x86_64.
9157 2008-07-04  Robert Millan  <rmh@aybabtu.com>
9159         This fixes a performance issue when pc & gpt partmap iterators
9160         didn't abort iteration even after our hook found what it was
9161         looking for (often causing expensive probes of non-existent drives).
9163         Some callers relied on previous buggy behaviour, since they would
9164         raise an error when their own hooks caused early abortion of its
9165         iteration.
9167         * kern/device.c (grub_device_open): Improve error message.
9168         * disk/lvm.c (grub_lvm_open): Likewise.
9169         * disk/raid.c (grub_raid_open): Likewise.
9171         * partmap/pc.c (pc_partition_map_iterate): Abort parent iteration
9172         when hook requests it, independently of grub_errno.
9173         (pc_partition_map_probe): Do not fail when find_func() caused
9174         early abortion of pc_partition_map_iterate().
9176         * partmap/gpt.c (gpt_partition_map_iterate): Abort parent iteration
9177         when hook requests it, independently of grub_errno.
9178         (gpt_partition_map_probe): Do not fail when find_func() caused
9179         early abortion of gpt_partition_map_iterate().
9181         * kern/partition.c (grub_partition_iterate): Abort parent iteration
9182         when hook requests it, independently of grub_errno.  Do not fail when
9183         part_map_iterate_hook() caused early abortion of p->iterate().
9185         * util/biosdisk.c (grub_util_biosdisk_get_grub_dev): Do not fail
9186         when grub_partition_iterate() returned with non-zero.
9188 2008-07-03  Pavel Roskin  <proski@gnu.org>
9190         * disk/ata.c (grub_ata_pio_write): Check status before writing,
9191         like we do in grub_ata_pio_read().
9192         (grub_ata_readwrite): Always write individual sectors.  Fix the
9193         sector count for the remainder.
9194         (grub_ata_write): Enable writing to ATA devices.  Correctly
9195         report error for ATAPI devices.
9197 2008-07-02  Pavel Roskin  <proski@gnu.org>
9199         * boot/i386/pc/cdboot.S: Add _start entry to fix a linker
9200         warning.
9202         * disk/ata.c (grub_ata_readwrite): Don't increment sector number
9203         for every read sector, we already increment it for the whole
9204         batch.  This fixes reading more than 256 sectors at once.
9206         * util/grub-editenv.c (cmd_info): Cast argument to long
9207         explicitly.  ptrdiff_t reduces to int on i386.
9209         * util/grub-editenv.c (main): Be specific which parameter is
9210         missing.
9212         * disk/memdisk.c (memdisk_addr): Make a pointer to fix warnings.
9213         (memdisk): Make memdisk_orig_addr a pointer.
9215         * fs/reiserfs.c (grub_reiserfs_read): Fix misuse of grub_size_t
9216         for file offsets, use grub_off_t instead.  Fix printf format
9217         warnings.
9219         * fs/reiserfs.c: Remove #warning, TODO list items don't belong
9220         there.  Real unexpected warnings should not drown in the noise
9221         about known problems.
9223         * commands/hexdump.c (grub_cmd_hexdump): Fix misuse of
9224         grub_disk_addr_t for memory addresses.
9226         * loader/aout.c (grub_aout_load): Cast load_addr to pointer
9227         explicitly to fix a warning.
9229         * util/grub-editenv.c (cmd_info): Fix warning in printf format.
9231         * Makefile.in (MODULE_LDFLAGS): New variable.
9232         * aclocal.m4 (grub_PROG_LD_BUILD_ID_NONE): New macro.  Check if
9233         the linker accepts --build-id=none.
9234         * configure.ac: Call grub_PROG_LD_BUILD_ID_NONE.  Substitute
9235         MODULE_LDFLAGS.
9236         * genmk.rb: Use MODULE_LDFLAGS when linking modules.
9238         * fs/xfs.c (struct grub_xfs_dir_header): Use names similar to
9239         those in Linux XFS code.  Provide a way to access 64-bit parent
9240         inode.
9241         (grub_xfs_iterate_dir): Use the new names.  Avoid reading past
9242         the end of struct grub_xfs_dir_header.
9244 2008-07-02  Bean  <bean123ch@gmail.com>
9246         * include/grub/ieee1275.h (grub_ieee1275_flag): New constant
9247         GRUB_IEEE1275_FLAG_CANNOT_INTERPRET, GRUB_IEEE1275_FLAG_FORCE_CLAIM
9248         and GRUB_IEEE1275_FLAG_NO_ANSI.
9250         * kern/ieee1275/cmain.c (grub_ieee1275_find_options): Set flag
9251         GRUB_IEEE1275_FLAG_CANNOT_INTERPRET, GRUB_IEEE1275_FLAG_FORCE_CLAIM
9252         and GRUB_IEEE1275_FLAG_NO_ANSI for Open Hackware.
9254         * kern/ieee1275/ieee1275.c (grub_ieee1275_interpret): Return
9255         immediately if GRUB_IEEE1275_FLAG_CANNOT_INTERPRET is set.
9257         * kern/ieee1275/init.c (grub_claim_heap): Claim memory directly if
9258         GRUB_IEEE1275_FLAG_FORCE_CLAIM is set.
9260         * term/ieee1275/ofconsole.c (grub_ofconsole_writeesc): Don't output
9261         esc sequence on non ANSI terminal.
9262         (grub_ofconsole_gotoxy): Emulate backspace key on non ANSI terminal.
9264         * util/elf/grub-mkimage.c (add_segments): Move ELF header to the
9265         beginning of file.
9267 2008-07-02  Bean  <bean123ch@gmail.com>
9269         * conf/common.rmk (bin_UTILITIES): Add grub-editenv.
9270         (grub_editenv_SOURCES): New variable.
9271         (pkglib_MODULES): Add loadenv.mod.
9272         (loadenv_mod_SOURCES): New variable.
9273         (loadenv_mod_CFLAGS): Likewise.
9274         (loadenv_mod_LDFLAGS): Likewise.
9276         * include/grub/envblk.h: New file.
9278         * util/envblk.c: New file.
9280         * util/grub-editenv.c: New file.
9282         * commands/loadenv.c: New file.
9284 2008-07-01  Pavel Roskin  <proski@gnu.org>
9286         * include/multiboot2.h (struct multiboot_tag_module): Use char,
9287         not unsigned char.  This fixes warnings and is consistent with
9288         other tags.
9290         * disk/fs_uuid.c (search_fs_uuid): Correctly increment count.
9292         * normal/parser.y: Define YYENABLE_NLS as 0 to fix warnings.
9294         * term/tparm.c (analyze): Always set *popcount.
9296         * loader/i386/pc/linux.c (grub_rescue_cmd_linux): Remove useless
9297         cast to fix a warning.
9299         * loader/i386/pc/multiboot2.c (grub_mb2_arch_module_alloc): Use
9300         cast to suppress a warning.
9302         * fs/afs.c (grub_afs_read_block): Return grub_disk_addr_t, as
9303         grub_fshelp_read_file() expects.
9305         * fs/fat.c: Fix UUID calculation on big-endian systems.  We
9306         write uuid as a 32-bit value in CPU byte order, so declare and
9307         use it as such.
9309         * disk/raid.c: Cast grub_dprintf() arguments to unsigned long
9310         long if the format specifier expects it.
9311         * partmap/gpt.c (gpt_partition_map_iterate): Likewise.
9312         * partmap/pc.c (pc_partition_map_iterate): Likewise.
9313         * fs/ntfs.c (grub_ntfs_uuid): Cast data->uuid to unsigned long
9314         long to fix a warning.
9315         * fs/reiserfs.c (grub_reiserfs_read): Change casts in
9316         grub_dprintf() arguments to fix warnings.
9318 2008-06-30  Pavel Roskin  <proski@gnu.org>
9320         * util/i386/pc/grub-setup.c (setup): Write install_dos_part and
9321         install_bsd_part immediately before core.img is embedded or
9322         modified on disk.  This fixes core.img verification if core.img
9323         cannot be embedded.
9325         * util/i386/pc/grub-setup.c (setup): Use core_path_dev, not
9326         core_path to calculate the blocklist.
9327         Patch from Javier Martín <lordhabbit@gmail.com>
9329 2008-06-29  Robert Millan  <rmh@aybabtu.com>
9331         * fs/xfs.c (GRUB_XFS_FSB_TO_BLOCK): New macro.  Maps filesystem
9332         block to disk block.
9333         (grub_xfs_read_block): Use GRUB_XFS_FSB_TO_BLOCK() on result.
9334         Patch from Niels Böhm <bitbucket@arcor.de>
9336 2008-06-29  Robert Millan  <rmh@aybabtu.com>
9338         * util/update-grub_lib.in (font_path): Search for fonts in
9339         /boot/grub first, which is more likely to be readable (we aren't
9340         deciding where fonts live, just looking for them).
9342 2008-06-26  Pavel Roskin  <proski@gnu.org>
9344         * util/biosdisk.c (read_device_map): Don't leave dead map
9345         entries for devices failing stat() check.
9347         * util/i386/pc/grub-setup.c (setup): Don't reuse core_path, use
9348         core_path_dev for the core.img path on the target device.
9350 2008-06-26  Robert Millan  <rmh@aybabtu.com>
9352         * disk/fs_uuid.c: New file.
9353         * conf/common.rmk (pkglib_MODULES): Add `fs_uuid.mod'.
9354         (fs_uuid_mod_SOURCES, fs_uuid_mod_CFLAGS)
9355         (fs_uuid_mod_LDFLAGS): New variables.
9356         * include/grub/disk.h (grub_disk_dev_id): Add
9357         `GRUB_DISK_DEVICE_UUID_ID'.
9358         * kern/disk.c (grub_disk_dev_iterate): Allow disk devices not to
9359         implement iterate().
9361 2008-06-26  Robert Millan  <rmh@aybabtu.com>
9363         * util/grub.d/10_linux.in: Avoid passing UUIDs to Linux when either
9364         "/dev/disk/by-uuid/${GRUB_DEVICE_UUID}" does not exist, or when a
9365         Linux image includes no initrd.
9367 2008-06-21  Javier Martín  <lordhabbit@gmail.com>
9369         * util/i386/pc/grub-setup.c (setup): Remove literal "core.img" in a
9370         call to resolve the core image location that effectively appended the
9371         name twice.
9373 2008-06-21  Robert Millan  <rmh@aybabtu.com>
9375         * util/grub.d/00_header.in: Move last prepare_grub_to_access_device()
9376         call from here ...
9378         * util/grub.d/10_hurd.in: ... to here ...
9379         * util/grub.d/10_linux.in: ... and here.
9381 2008-06-19  Robert Millan  <rmh@aybabtu.com>
9383         * kern/main.c (grub_main): Export `prefix' variable immediately
9384         after it has been set by grub_machine_set_prefix().
9386 2008-06-19  Robert Millan  <rmh@aybabtu.com>
9388         * commands/search.c (search_label, search_fs_uuid, search_file): Print
9389         search result when not saving to variable, not the other way around.
9390         When saving to variable, abort iteration as soon as a match is found.
9392 2008-06-19  Robert Millan  <rmh@aybabtu.com>
9394         * util/update-grub_lib.in (prepare_grub_to_access_device): Remove
9395         check for partition that provides /boot/grub.  Its logic is flawed,
9396         as it prevents prepare_grub_to_access_device() from being called
9397         multiple times.
9399 2008-06-19  Robert Millan  <rmh@aybabtu.com>
9401         * util/update-grub_lib.in (prepare_grub_to_access_device): Issue
9402         "insmod" command directly when abstraction modules are needed,
9403         instead of relying on GRUB_PRELOAD_MODULES (which had no effect
9404         since it had already been processed).
9406 2008-06-19  Pavel Roskin  <proski@gnu.org>
9408         * conf/i386-efi.rmk: Recompile grub-mkimage.c if Makefile has
9409         changed.  This is needed in case GRUB_LIBDIR changes.
9410         * conf/i386-ieee1275.rmk: Likewise.
9411         * conf/i386-linuxbios.rmk: Likewise.
9412         * conf/i386-pc.rmk: Likewise.
9413         * conf/powerpc-ieee1275.rmk: Likewise.
9415 2008-06-18  Pavel Roskin  <proski@gnu.org>
9417         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Rename
9418         kernel_elf_symlist.c to symlist.c for consistency with other
9419         architectures.  Update all users.
9420         * conf/sparc64-ieee1275.rmk (kernel_elf_SOURCES): Likewise.
9422 2008-06-18  Robert Millan  <rmh@aybabtu.com>
9424         * util/i386/pc/grub-install.in: If the drive is LVM or RAID, prepend
9425         it in prefix.
9427         * util/i386/pc/grub-setup.c (main): Don't handle prefix at all.  Set
9428         `must_embed' to 1 when root_dev is a RAID device.  When dest_dev is
9429         a RAID device, run setup() for all members independently on whether
9430         LVM abstraction is being used.
9431         (setup): Don't handle prefix at all; let grub-mkimage take care of it.
9432         If grub-mkimage has set `*install_dos_part == -2', don't override this
9433         value.
9434         Perform *install_dos_part adjustments independently on whether
9435         we're embedding or not.
9436         Clarify error message when image is too big for embedding.
9437         Remove duplicate *install_dos_part stanza.
9439 2008-06-17  Robert Millan  <rmh@aybabtu.com>
9441         * term/ieee1275/ofconsole.c (fgcolor, bgcolor): Remove variables.
9442         (grub_ofconsole_normal_color, grub_ofconsole_highlight_color): New
9443         variables.
9444         (grub_ofconsole_setcolor, grub_ofconsole_getcolor): Load/store
9445         values in grub_ofconsole_normal_color and
9446         grub_ofconsole_highlight_color (they're not directly related to
9447         background and foreground).
9448         (grub_ofconsole_setcolorstate): Extract background and foreground
9449         from grub_ofconsole_normal_color and grub_ofconsole_highlight_color.
9451 2008-06-17  Robert Millan  <rmh@aybabtu.com>
9453         * util/update-grub_lib.in (prepare_grub_to_access_device): Use
9454         /boot/grub for the check in last commit, not /boot (they could be
9455         different partitions).
9457 2008-06-16  Robert Millan  <rmh@aybabtu.com>
9459         * util/update-grub_lib.in (prepare_grub_to_access_device): If we were
9460         asked to setup access for the same partition that provides /boot,
9461         don't bother using UUIDs since our root already has the value we
9462         want.
9464 2008-06-16  Robert Millan  <rmh@aybabtu.com>
9466         * util/biosdisk.c (convert_system_partition_to_system_disk): Detect
9467         I2O devices.
9468         Patch from Sven Mueller <sven@debian.org>.
9470 2008-06-16  Robert Millan  <rmh@aybabtu.com>
9472         * util/update-grub.in: Check for $EUID instead of $UID.
9473         Reported by Vincent Zweije.
9475 2008-06-16  Bean  <bean123ch@gmail.com>
9477         * fs/ext2.c (grub_ext2_blockgroup): Revert to pre-journal state.
9478         (grub_ext2_read_block): Likewise.
9479         (grub_ext2_read_inode): Likewise.
9480         (grub_ext2_mount): Likewise.
9481         (grub_ext2_close): Likewise.
9482         (grub_ext3_get_journal): Removed.
9484         * fs/reiserfs.c (grub_reiserfs_get_item): Revert to pre-journal state.
9485         (grub_reiserfs_read_symlink): Likewise.
9486         (grub_reiserfs_mount): Likewise.
9487         (grub_reiserfs_open): Likewise.
9488         (grub_reiserfs_read): Likewise.
9489         (grub_reiserfs_close): Likewise.
9490         (grub_reiserfs_get_journal): Removed.
9492         * fs/fshelp.c (grub_fshelp_read): Removed.
9493         (grub_fshelp_map_block): Likewise.
9495         * include/grub/fshelp.h (grub_fshelp_journal_type): Removed.
9496         (grub_fshelp_journal): Likewise.
9497         (grub_fshelp_read): Likewise.
9498         (grub_fshelp_map_block): Likewise.
9500 2008-06-16  Pavel Roskin  <proski@gnu.org>
9502         * conf/powerpc-ieee1275.rmk: Remove -msoft-float, we don't use
9503         floating point anymore.
9504         * include/grub/powerpc/libgcc.h: Leave only necessary exports.
9506 2008-06-15  Pavel Roskin  <proski@gnu.org>
9508         * commands/ls.c (grub_ls_list_files): Use integer calculations
9509         for human readable format, avoid floating point use.
9510         * kern/misc.c (grub_ftoa): Remove.
9511         (grub_vsprintf): Remove floating point support.
9513 2008-06-15  Robert Millan  <rmh@aybabtu.com>
9515         * util/grub.d/10_linux.in: Use the underlying device for loop-AES
9516         devices.
9517         Reported by Max Vozeler.
9519 2008-06-15  Robert Millan  <rmh@aybabtu.com>
9521         * util/i386/pc/grub-mkimage.c (generate_image): If we included a drive
9522         in our prefix, set install_{dos,bsd}_part = -2 to indicate this can be
9523         skipped later.
9524         (main): If a memdisk was requested, add "(memdisk)" drive explicitly to
9525         the beginning of the prefix.
9527         * kern/i386/pc/init.c (make_install_device): Remove memdisk check.
9528         It is assumed that if we have a memdisk, grub-mkimage has set
9529         grub_prefix to include the "(memdisk)" drive in it.
9531 2008-06-15  Robert Millan  <rmh@aybabtu.com>
9533         * term/i386/pc/console.c [GRUB_MACHINE_LINUXBIOS] (grub_console_init):
9534         Initialize keyboard controller after registering the terminal, so that
9535         grub_printf() can be called from grub_keyboard_controller_init().
9537 2008-06-15  Robert Millan  <rmh@aybabtu.com>
9539         * fs/sfs.c (grub_sfs_read_extent): Fix the count of nodes in
9540         extent-btree which is written as big endian on disk.
9541         Reported by Alain Greppin  <al@chilibi.org>.
9543 2008-06-14  Robert Millan  <rmh@aybabtu.com>
9545         * util/i386/efi/grub-install.in (modules): Remove `_chain'.
9546         * util/i386/pc/grub-install.in (modules): Likewise.
9548 2008-06-13  Pavel Roskin  <proski@gnu.org>
9550         * commands/ls.c (grub_ls_list_files): Fix format warnings.
9552 2008-06-13  Bean  <bean123ch@gmail.com>
9554         * commands/hexdump.c (grub_cmd_hexdump): Adjust offset for partition.
9556         * fs/ext2.c (grub_ext3_get_journal): Fix revoke block handling.
9558         * fs/fshelp.c (grub_fshelp_map_block): Don't map block 0 as it's used
9559         to indicate sparse block.
9561 2008-06-12  Pavel Roskin  <proski@gnu.org>
9563         * fs/ext2.c (grub_ext2_read_inode): Don't normalize block
9564         number, grub_fshelp_read() does it for us.
9566         * fs/fshelp.c (grub_fshelp_read): New function.  Implement
9567         linear disk read with journal translation.
9568         * fs/ext2.c: Use grub_fshelp_read() instead of grub_disk_read().
9569         * include/grub/fshelp.h: Declare grub_fshelp_read().
9571 2008-06-09  Pavel Roskin  <proski@gnu.org>
9573         * fs/minix.c (grub_minix_mount): Handle error reading
9574         superblock.
9576 2008-06-08  Robert Millan  <rmh@aybabtu.com>
9578         * util/i386/pc/grub-setup.c (main): If install drive is an LVM,
9579         don't append the RAID prefix afterwards.
9580         Reported by Clint Adams.
9582 2008-06-08  Robert Millan  <rmh@aybabtu.com>
9584         Based on description from Pavel:
9585         * kern/disk.c (grub_disk_check_range): Rename to ...
9586         (grub_disk_adjust_range): ... this.  Add a comment explaining the
9587         tasks performed by this function.
9589 2008-06-08  Robert Millan  <rmh@aybabtu.com>
9591         * include/grub/ntfs.h (struct grub_ntfs_bpb): Rename `serial_number' to
9592         `num_serial' (for consistency with other variables).
9593         (struct grub_ntfs_data): Add `uuid' member.
9594         * fs/ntfs.c (grub_ntfs_mount): Initialize `data->uuid'.
9595         (grub_ntfs_uuid): New function.
9596         (grub_ntfs_fs): Reference grub_ntfs_uuid() in `uuid' struct member.
9598 2008-06-07  Pavel Roskin  <proski@gnu.org>
9600         * util/biosdisk.c (open_device): Revert last change to the
9601         function, it broke installation.  The sector needs to be
9602         different dependent on which device is opened.
9604 2008-06-06  Robert Millan  <rmh@aybabtu.com>
9606         Ensure GRUB_KERNEL_MACHINE_DATA_END is always consistent with the
9607         rest of GRUB, and breakage doesn't happen if its value were modified.
9609         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE):
9610         Redefine as an offset from `GRUB_KERNEL_MACHINE_DATA_END' instead of
9611         a constant (same value).
9612         * kern/i386/pc/startup.S: Replace hardcoded `0x50' with
9613         `GRUB_KERNEL_MACHINE_DATA_END' (same value).
9615 2008-06-06  Robert Millan  <rmh@aybabtu.com>
9617         * util/biosdisk.c (open_device): Do not modify sector offset when
9618         accessing a partition.  kern/disk.c already handles this for us.
9620 2008-06-06  Robert Millan  <rmh@aybabtu.com>
9622         * util/grub-emu.c (grub_machine_init): Move code in this function from
9623         here ...
9624         (main): ... to here (before grub_util_biosdisk_init() call, to prevent
9625         segfault in case grub_printf() is called).
9627         * util/i386/pc/grub-install.in: Append `--device-map=${device_map}' to
9628         grub_probe.  Update all users not to explicitly add it again.
9629         (grub_device): New variable; contains corresponding device for grubdir.
9630         (fs_module, partmap_module, devabstraction_module): Pass
9631         `--device ${grub_device}' to grub_probe to avoid traversing /dev
9632         every time.
9634 2008-06-05  Robert Millan  <rmh@aybabtu.com>
9636         * normal/misc.c (grub_normal_print_device_info): When a filesystem UUID
9637         is found, print it (same layout as with labels).
9639 2008-06-04  Robert Millan  <rmh@aybabtu.com>
9641         * util/biosdisk.c (get_drive): Rename to ...
9642         (find_grub_drive): ... this.  Update all users.
9644         (get_os_disk): Rename to ...
9645         (convert_system_partition_to_system_disk): ... this.  Update all users.
9647         (find_drive): Rename to ...
9648         (find_system_device): ... this.  Update all users.
9650 2008-06-04  Robert Millan  <rmh@aybabtu.com>
9652         * util/biosdisk.c (get_os_disk): Handle IDA devices.
9653         * util/grub-mkdevicemap.c (get_mmc_disk_name)
9654         (make_device_map): Likewise.
9656 2008-06-01  Robert Millan  <rmh@aybabtu.com>
9658         *  util/biosdisk.c (get_drive): Verify that `map[i].drive' is non-NULL
9659         before dereferencing it.
9661         * fs/fat.c (struct grub_fat_bpb): Move fat32-specific fields into a
9662         union with fat12/fat16-specific ones.  Add some new fields, including
9663         `num_serial' for both versions.
9664         (struct grub_fat_data): Add `uuid' member.
9665         (grub_fat_mount): Refer to fat32-specific fields in `bpb' by their new
9666         names.  Initialize `data->uuid' using `num_serial'.
9667         (grub_fat_uuid): New function.
9668         (grub_fat_fs): Reference grub_fat_uuid() in `uuid' struct member.
9670         * fs/reiserfs.c (grub_reiserfs_superblock): Add `uuid' field.
9671         (grub_reiserfs_uuid): New function.
9672         (grub_reiserfs_fs): Reference grub_reiserfs_uuid() in `uuid' struct
9673         member.
9675         * fs/xfs.c (grub_xfs_sblock): Add `uuid' field.
9676         (grub_xfs_uuid): New function.
9677         (grub_xfs_fs): Reference grub_reiserfs_uuid() in `uuid' struct member.
9679 2008-06-01  Robert Millan  <rmh@aybabtu.com>
9681         * util/update-grub_lib.in (prepare_grub_to_access_device): Generate
9682         code that is backward compatible with pre-uuid search command.
9684 2008-05-31  Robert Millan  <rmh@aybabtu.com>
9686         * disk/i386/pc/biosdisk.c (grub_biosdisk_iterate): Iterate through
9687         floppies after everything else, to ensure floppy drive isn't accessed
9688         unnecessarily (patch from Bean).
9690 2008-05-31  Robert Millan  <rmh@aybabtu.com>
9692         * commands/search.c (search_label, search_fs_uuid, search_file): Do
9693         not print device names when we were asked to set a variable.
9695 2008-05-31  Robert Millan  <rmh@aybabtu.com>
9697         * term/ieee1275/ofconsole.c (grub_ofconsole_setcursor): Implement
9698         using "cursor-on" and "cursor-off" commands (understood at least by
9699         the Open Firmware flavour on OLPC).
9701 2008-05-31  Michael Gorven  <michael@gorven.za.net>
9703         * term/terminfo.c (grub_terminfo_set_current): Correct vt100 cursor
9704         on and off sequences.
9706 2008-05-31  Robert Millan  <rmh@aybabtu.com>
9708         * util/update-grub_lib.in: Replace `grub-probe' with `${grub_probe}'.
9709         * util/update-grub.in: Likewise.
9711 2008-05-30  Pavel Roskin  <proski@gnu.org>
9713         * util/biosdisk.c (linux_find_partition): Simplify logic and
9714         make the code more universal.  Keep special processing for
9715         devfs, but use a simple rule for all other devices.  If the
9716         device ends with a number, append 'p' and the partition number.
9717         Otherwise, append only the partition number.
9719 2008-05-30  Robert Millan  <rmh@aybabtu.com>
9721         * util/update-grub.in (GRUB_DISABLE_LINUX_UUID): Export variable.
9722         * util/grub.d/10_linux.in: If GRUB_DEVICE_UUID is set, and
9723         GRUB_DISABLE_LINUX_UUID isn't true, use the filesystem UUIDs as
9724         the `root' parameter to Linux.
9726 2008-05-30  Robert Millan  <rmh@aybabtu.com>
9728         * commands/search.c (options): Rename --fs_uuid to --fs-uuid.
9729         * util/update-grub_lib.in (prepare_grub_to_access_device): Replace
9730         --fs_uuid with --fs-uuid.
9731         * util/update-grub.in: Allow filesystem UUID probes to fail (since not
9732         all filesystems support them).
9734 2008-05-30  Robert Millan  <rmh@aybabtu.com>
9736         * fs/ext2.c (grub_ext2_uuid): Use `04x' instead of '02x' as
9737         grub_printf() flags, since we're printing in units of 2 bytes.
9739 2008-05-30  Robert Millan  <rmh@aybabtu.com>
9741         * util/grub.d/00_header.in: Remove obsolete comment referencing
9742         convert_system_path_to_grub_path().
9743         * util/update-grub.in: Likewise.
9744         * util/update-grub_lib.in (is_path_readable_by_grub): New function.
9745         (convert_system_path_to_grub_path): Add a warning message explaining
9746         that this function is deprecated.  Rely on is_path_readable_by_grub()
9747         for the readability checks.
9748         (font_path): Use is_path_readable_by_grub() for the readability
9749         check rather than convert_system_path_to_grub_path().
9751 2008-05-30  Robert Millan  <rmh@aybabtu.com>
9753         * util/update-grub_lib.in (prepare_grub_to_access_device): New function.
9754         * util/update-grub.in: Set `GRUB_FONT_PATH' to the system path, without
9755         converting it first.
9756         * util/grub.d/00_header.in: Use prepare_grub_to_access_device() to setup
9757         grub.cfg for access to font file, and afterwards call it again to set
9758         the root device.
9760 2008-05-30  Robert Millan  <rmh@aybabtu.com>
9762         * commands/search.c (options): Add --fs_uuid option.
9763         (search_fs_uuid): New function.
9764         (grub_cmd_search): Fix --set argument passing.
9765         Use search_fs_uuid() when requested via --fs_uuid.
9766         (grub_search_init): Update help message.
9767         * fs/ext2.c (struct grub_ext2_sblock): Rename `unique_id' to `uuid'
9768         and redeclare it as an array of 16-bit words.
9769         (grub_ext2_uuid): New function.
9770         (grub_ext2_fs): Reference grub_ext2_uuid() in `uuid' struct member.
9771         * include/grub/fs.h (struct grub_fs): Add `uuid' struct member.
9772         * util/update-grub.in (GRUB_DEVICE_UUID, GRUB_DEVICE_BOOT)
9773         (GRUB_DEVICE_BOOT_UUID): New variables.
9774         (GRUB_DRIVE. GRUB_DRIVE_BOOT. GRUB_DRIVE_BOOT_GRUB): Remove.
9775         * util/grub.d/00_header.in: Set root using `search --fs_uuid' command
9776         whenever possible.
9777         * util/grub.d/10_hurd.in: Avoid explicit use of root drive.  Instead,
9778         just assume `root' variable has the right value.
9779         * util/grub.d/10_linux.in: Likewise.
9780         * util/grub-probe.c (probe): Probe for filesystem UUID when requested
9781         via PRINT_FS_UUID.
9782         (main): Recognise `-t fs_uuid' argument.
9784 2008-05-30  Robert Millan  <rmh@aybabtu.com>
9786         * util/biosdisk.c (map): Redefine structure to hold information
9787         about GRUB drive name.
9788         (get_drive): Reimplement without assuming (and verifying) BIOS-like
9789         drive names.
9790         (call_hook): Remove.
9791         (grub_util_biosdisk_iterate): Access drive names via `.drive' struct
9792         member.  Assume drive has partitions.
9793         (grub_util_biosdisk_open): Access device names via `.device' struct
9794         member.
9795         (open_device): Likewise.
9796         (find_drive): Likewise.
9797         (read_device_map): Adjust map[] usage to match the new struct
9798         definition.  Don't check for duplicates (still possible, but not cheap
9799         anymore).
9800         (grub_util_biosdisk_fini): Free malloced buffers referenced by map[].
9801         (make_device_name): Remove assumption of BIOS-like drive names.
9803 2008-05-30  Pavel Roskin  <proski@gnu.org>
9805         * conf/i386-efi.rmk (normal/execute.c_DEPENDENCIES): Remove, as
9806         compiling execute.c doesn't need grub_script.tab.h anymore.
9807         (normal/command.c_DEPENDENCIES): Likewise.
9808         (normal/function.c_DEPENDENCIES): Likewise.
9809         * conf/i386-ieee1275.rmk: Likewise.
9810         * conf/i386-linuxbios.rmk: Likewise.
9811         * conf/i386-pc.rmk: Likewise.
9812         * conf/powerpc-ieee1275.rmk: Likewise.
9813         * conf/sparc64-ieee1275.rmk: Likewise.
9815 2008-05-29  Pavel Roskin  <proski@gnu.org>
9817         * disk/lvm.c (grub_lvm_scan_device): Check for the buffer end
9818         when scanning metadata for volume group name.
9820         * include/grub/script.h: Don't include grub_script.tab.h.  It's
9821         a generated file, which may only be included from the files with
9822         DEPENDENCIES rules in the makefile.  Don't use typedef YYSTYPE,
9823         use union YYSTYPE, as the later allows forward declaration.
9824         * normal/lexer.c: Don't use typedef YYSTYPE, use union YYSTYPE.
9826 2008-05-29  Robert Millan  <rmh@aybabtu.com>
9828         * term/i386/pc/at_keyboard.c: Include `grub/machine/machine.h'.
9829         (OLPC_UP, OLPC_DOWN, OLPC_LEFT, OLPC_RIGHT): New macros.
9830         [GRUB_MACHINE_IEEE1275] (keyboard_map): Add OLPC scan codes
9831         (grub_console_checkkey): Add grub_dprintf() call to report unknown
9832         scan codes.
9834 2008-05-29  Robert Millan  <rmh@aybabtu.com>
9836         * term/i386/pc/at_keyboard.c (grub_console_checkkey): Add support for
9837         control key combinations.
9839 2008-05-29  Robert Millan  <rmh@aybabtu.com>
9841         * util/powerpc/ieee1275/grub-install.in: Move from here ...
9842         * util/ieee1275/grub-install.in: ... to here.
9843         * powerpc-ieee1275.rmk (grub_install_SOURCES): Update location.
9844         * i386-ieee1275.rmk (sbin_SCRIPTS): New variable.
9845         (grub_install_SOURCES): Likewise.
9847 2008-05-29  Robert Millan  <rmh@aybabtu.com>
9849         * fs/affs.c: Update copyright year.
9850         * fs/ext2.c: Likewise.
9851         * fs/fshelp.c: Likewise.
9852         * fs/hfsplus.c: Likewise.
9853         * fs/ntfs.c: Likewise.
9854         * fs/xfs.c: Likewise.
9855         * include/grub/fshelp.h: Likewise.
9856         * util/grub-mkdevicemap.c: Likewise.
9858 2008-05-28  Robert Millan  <rmh@aybabtu.com>
9860         * util/update-grub.in: Allow chmod call to fail, since /boot/grub/
9861         might need to be fatfs to support some firmware implementations
9862         (e.g. OFW or EFI).
9864 2008-05-28  Robert Millan  <rmh@aybabtu.com>
9866         * util/biosdisk.c (linux_find_partition, get_os_disk): Handle MMC
9867         devices.
9868         * util/grub-mkdevicemap.c (get_mmc_disk_name)
9869         (make_device_map): Likewise.
9871 2008-05-20  Bean  <bean123ch@gmail.com>
9873         * fs/fshelp.c (grub_fshelp_map_block): New function.
9874         (grub_fshelp_find_file): Use 64-bit type for pos and block address.
9875         Use `>>' and `&' operator to avoid 64-bit divide and modulo.
9877         * include/grub/fshelp.h (grub_fshelp_journal_type): New enum.
9878         (GRUB_FSHELP_JOURNAL_UNUSED_MAPPING): New macro.
9879         (grub_fshelp_journal): New structure.
9880         (grub_fshelp_map_block): New function prototype.
9881         (grub_fshelp_read_file): Use grub_disk_addr_t as block type.
9882         (grub_fshelp_map_block): Likewise.
9884         * fs/ext2.c (EXT3_FEATURE_COMPAT_HAS_JOURNAL): New macro.
9885         (EXT3_JOURNAL_MAGIC_NUMBER): Likewise.
9886         (EXT3_JOURNAL_DESCRIPTOR_BLOCK): Likewise.
9887         (EXT3_JOURNAL_COMMIT_BLOCK): Likewise.
9888         (EXT3_JOURNAL_SUPERBLOCK_V1): Likewise.
9889         (EXT3_JOURNAL_SUPERBLOCK_V2): Likewise.
9890         (EXT3_JOURNAL_REVOKE_BLOCK): Likewise.
9891         (EXT3_JOURNAL_FLAG_ESCAPE): Likewise.
9892         (EXT3_JOURNAL_FLAG_SAME_UUID): Likewise.
9893         (EXT3_JOURNAL_FLAG_DELETED): Likewise.
9894         (EXT3_JOURNAL_FLAG_LAST_TAG): Likewise.
9895         (grub_ext2_sblock): New members for journal support.
9896         (grub_ext3_journal_header): New structure.
9897         (grub_ext3_journal_revoke_header): Likewise.
9898         (grub_ext3_journal_block_tag): Likewise.
9899         (grub_ext3_journal_sblock): Likewise.
9900         (grub_fshelp_node): New members logfile and journal.
9901         (grub_ext2_read_block): Change block type to grub_disk_addr_t. Use
9902         grub_fshelp_map_block to get real block number.
9903         (grub_ext2_blockgroup): Use grub_fshelp_map_block to get real block
9904         number.
9905         (grub_ext2_read_inode): Likewise.
9906         (grub_ext3_get_journal): New function.
9907         (grub_read_inode): Initialize journal using grub_ext3_get_journal.
9908         (grub_ext2_close): Release memory used by journal.
9910         * fs/reiserfs.c (REISERFS_MAGIC_STRING): Changed to "ReIsEr".
9911         (REISERFS_MAGIC_DESC_BLOCK): New macro.
9912         (grub_reiserfs_transaction_header): Renamed to
9913         grub_reiserfs_description_block, replace field data with real_blocks.
9914         (grub_reiserfs_commit_block): New structure.
9915         (grub_reiserfs_data): New member journal.
9916         (grub_reiserfs_get_item): Use grub_fshelp_map_block to get real block
9917         number.
9918         (grub_reiserfs_read_symlink): Likewise.
9919         (grub_reiserfs_iterate_dir): Likewise.
9920         (grub_reiserfs_open): Likewise.
9921         (grub_reiserfs_read): Likewise.
9922         (grub_reiserfs_get_journal): New function.
9923         (grub_reiserfs_mount): Use "ReIsEr" as super block magic, as there are
9924         three varieties ReIsErFs, ReIsEr2Fs and ReIsEr3Fs. Initialize journal
9925         using grub_reiserfs_get_journal.
9926         (grub_reiserfs_close): Release memory used by journal.
9928         * fs/affs.c (grub_affs_read_block): Change block type to
9929         grub_disk_addr_t. Use grub_divmod64 to do 64-bit division.
9931         * fs/afs.c (grub_afs_read_block): Change block type to grub_disk_addr_t.
9933         * fs/hfsplus.c (grub_hfsplus_read_block): Likewise.
9935         * fs/ntfs.c (grub_ntfs_read_block): Likewise.
9937         * fs/udf.c (grub_udf_read_block): Change block type to
9938         grub_disk_addr_t. Use type cast to avoid warning.
9940         * fs/xfs.c (grub_xfs_read_block): Likewise.
9942 2008-05-16  Christian Franke  <franke@computer.org>
9944         * commands/cat.c (grub_cmd_cat): Remove non-ESC keys from keyboard queue
9945         to ensure that break with ESC will always work.
9946         * commands/sleep.c (grub_interruptible_millisleep): Likewise.
9947         Remove ESC from keyboard queue.
9949 2008-05-16  Christian Franke  <franke@computer.org>
9951         * util/biosdisk.c: [__CYGWIN__] Add includes.
9952         (grub_util_biosdisk_open): Use Linux code also for Cygwin.
9953         (get_os_disk): Move variable declarations to OS specific
9954         parts to avoid warning.
9955         [__GNU__] (get_os_disk): Fix /dev/sdXsN case.
9956         [__CYGWIN__] (get_os_disk): Add Cygwin /dev/sdXN device names.
9957         (grub_util_biosdisk_get_grub_dev): Use Linux code also for
9958         Cygwin.
9959         * util/getroot.c: [__CYGWIN__] Add includes.
9960         (strip_extra_slashes): Fix "/" case.
9961         [__CYGWIN__] (get_win32_path): New function.
9962         [__CYGWIN__] (grub_get_prefix): Add conversion to win32 path.
9963         [__CYGWIN__] (find_root_device): Disable.
9964         [__CYGWIN__] (get_bootsec_serial): New function.
9965         [__CYGWIN__] (find_cygwin_root_device): Likewise.
9966         [__linux__] (grub_guess_root_device): Add early returns to simplify
9967         structure.
9968         [__CYGWIN__] (grub_guess_root_device): Call find_cygwin_root_device.
9969         [__linux__] (grub_util_get_dev_abstraction): Enable LVM and RAID
9970         check for Linux only.
9972 2008-05-15  Bean  <bean123ch@gmail.com>
9974         * kern/i386/pc/startup.S (grub_console_getkey): Workaround for the
9975         keyboard hang problem in apple's intel mac.
9977 2008-05-09  Robert Millan  <rmh@aybabtu.com>
9979         * util/biosdisk.c (linux_find_partition, get_os_disk): Handle Virtio
9980         devices.
9981         * util/grub-mkdevicemap.c (get_virtio_disk_name)
9982         (make_device_map): Likewise.
9983         Reported by Aurelien Jarno <aurel32@debian.org>
9985 2008-05-07  Ian Campbell  <ijc@hellion.org.uk>
9987         * util/biosdisk.c (get_os_disk): Recognise xvd type disks.
9988         * util/grub-mkdevicemap.c (get_xvd_disk_name): New function.
9989         (make_device_map): Output entries for xvd type disks.
9991 2008-05-07  Robert Millan  <rmh@aybabtu.com>
9993         * util/biosdisk.c (linux_find_partition, get_os_disk): Handle CCISS
9994         devices.
9995         * util/grub-mkdevicemap.c (get_cciss_disk_name)
9996         (make_device_map): Likewise.
9997         Reported by Roland Dreier <rdreier@cisco.com>
9999 2008-05-07  Robert Millan  <rmh@aybabtu.com>
10001         * disk/lvm.c (grub_lvm_scan_device): Detect errors in an additional
10002         grub_strstr() call.  Correct a few mistakes in failure path handling.
10004 2008-05-06  Robert Millan  <rmh@aybabtu.com>
10006         * util/update-grub_lib.in (make_system_path_relative_to_its_root):
10007         Do not print a trailing slash (therefore, the root directory is an
10008         empty string).
10009         (convert_system_path_to_grub_path): Do not remove trailing slash
10010         from make_system_path_relative_to_its_root() output.
10012         * util/i386/pc/grub-install.in: Add trailing slash to output from
10013         make_system_path_relative_to_its_root().
10015 2008-05-06  Robert Millan  <rmh@aybabtu.com>
10017         * util/grub-fstest.c (grub_refresh): Call `fflush (stdout)'.  This
10018         ensures that output lines aren't intermangled with those sent to
10019         stderr (via grub_util_info()).
10020         * util/grub-probe.c (grub_refresh): Likewise.
10021         * util/i386/pc/grub-setup.c (grub_refresh): Likewise.
10023 2008-05-05  Christian Franke  <franke@computer.org>
10025         * util/grub-mkdevicemap.c (get_floppy_disk_name) [__CYGWIN__]:
10026         Add Cygwin device names.
10027         (get_ide_disk_name) [__CYGWIN__]: Likewise.
10028         (get_scsi_disk_name) [__CYGWIN__]: Likewise.
10029         (check_device): Return error instead of success on empty name.
10030         (make_device_map): Move label inside linux specific code to
10031         prevent compiler warning.
10033 2008-04-30  Robert Millan  <rmh@aybabtu.com>
10035         Based on patch from Fabian Greffrath <greffrath@leat.rub.de>
10036         * util/grub.d/10_linux.in: Add ${GRUB_CMDLINE_LINUX_DEFAULT} to the
10037         first boot option.
10038         * util/update-grub.in: Export GRUB_CMDLINE_LINUX_DEFAULT.
10040 2008-04-29  Robert Millan  <rmh@aybabtu.com>
10042         * docs/grub.cfg: New file (example GRUB configuration).
10044 2008-04-26  Robert Millan  <rmh@aybabtu.com>
10046         * DISTLIST: Sort (sort -u < DISTLIST | sponge DISTLIST).  Add
10047         `loader/i386/ieee1275/linux.c', `loader/i386/ieee1275/linux_normal.c'
10048         and `disk/ieee1275/nand.c'.
10050 2008-04-25  Bean  <bean123ch@gmail.com>
10052         * Makefile.in (RMKFILES): Add missing arch i386-ieee1275 and
10053         i386-linuxbios.
10055         * commands/hexdump.c (grub_cmd_hexdump): Support dumping of device,
10056         change the buffer size to 4096 for cdrom device.
10058         * conf/i386-ieee1275.rmk (pkglib_MODULES): Add _linux.mod, linux.mod
10059         and nand.mod.
10060         (_linux_mod_SOURCES): New variable.
10061         (_linux_mod_CFLAGS): Likewise.
10062         (_linux_mod_LDFLAGS): Likewise.
10063         (linux_mod_SOURCES): Likewise.
10064         (linux_mod_CFLAGS): Likewise.
10065         (linux_mod_LDFLAGS): Likewise.
10066         (nand_mod_SOURCES): Likewise.
10067         (nand_mod_CFLAGS): Likewise.
10068         (nand_mod_LDFLAGS): Likewise.
10070         * disk/ieee1275/ofdisk.c (grub_ofdisk_open): Return
10071         GRUB_ERR_UNKNOWN_DEVICE instead of GRUB_ERR_BAD_DEVICE if no device
10072         type property. (nand device in olpc don't have this property)
10074         * include/grub/disk.h (grub_disk_dev_id): New macro
10075         GRUB_DISK_DEVICE_NAND_ID.
10077         * include/grub/i386/ieee1275/loader.h (grub_rescue_cmd_linux): New
10078         function prototype.
10079         (grub_rescue_cmd_initrd): Likewise.
10081         * include/grub/i386/linux.h (GRUB_LINUX_OFW_SIGNATURE): New macro.
10082         (linux_kernel_params): Add new member ofw_signature, ofw_num_items,
10083         ofw_cif_handler and ofw_idt, adjust padding number.
10085         * include/grub/i386/pc/memory.h (grub_upper_mem): Export it if
10086         GRUB_MACHINE_IEEE1275 is defined.
10088         * include/grub/ieee1275/ieee1275.h (grub_available_iterate):
10089         Use NESTED_FUNC_ATTR attribute on the hook parameter.
10091         * kern/powerpc/ieee1275/init.c (grub_claim_heap): Use NESTED_FUNC_ATTR
10092         on nested function heap_init.
10093         (grub_upper_mem): New variable for i386-ieee1275.
10094         (grub_get_extended_memory): New function for i386-ieee1275.
10095         (grub_machine_init): Call grub_get_extended_memory for i386-ieee1275.
10097         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Use
10098         NESTED_FUNC_ATTR on the hook parameter. Don't quit if no device type
10099         property.
10101         * loader/i386/ieee1275/linux.c: New file.
10103         * loader/i386/ieee1275/linux_normal.c: New file.
10105         * disk/ieee1275/nand.c: New file.
10107 2008-04-18  Thomas Schwinge  <tschwinge@gnu.org>
10109         * util/i386/pc/grub-mkrescue.in (grub_mkimage): Don't overwrite correct
10110         value.
10111         * util/powerpc/ieee1275/grub-mkrescue.in (grub_mkimage): Likewise.
10113 2008-04-18  Robert Millan  <rmh@aybabtu.com>
10115         Restructures early code path on ieee1275 to unify grub_main() as
10116         the first C function that is executed in every platform.
10118         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_init): New prototype.
10119         * kern/i386/ieee1275/startup.S (_start): Jump to grub_main() instead of
10120         cmain().
10121         * kern/powerpc/ieee1275/crt0.S (_start): Likewise.
10122         * kern/ieee1275/cmain.c (cmain): Rename to ...
10123         * kern/ieee1275/cmain.c (grub_ieee1275_init): ... this.
10124         * kern/ieee1275/init.c (grub_machine_init): Call grub_ieee1275_init()
10125         at the beginning.
10127 2008-04-18  Robert Millan  <rmh@aybabtu.com>
10129         * util/update-grub.in: Fix syntax error when setting
10130         `GRUB_PRELOAD_MODULES'.
10131         Reported by Stephane Chazelas <stephane@artesyncp.com>
10133 2008-04-17  Lubomir Kundrak  <lkundrak@redhat.com>
10135         * aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): take only .text
10136         section into account, newer toolchains generate unique build ids
10137         * configure.ac: remove the test for --build-id=none acceptance,
10138         we want build ids to be preserved
10139         * genmk.rb: add -R .note.gnu.build-id to objcopy, so build id
10140         far from other sections don't cause the raw binary images grow
10141         size
10143 2008-04-15  Robert Millan  <rmh@aybabtu.com>
10145         * disk/lvm.c: Update copyright year.
10146         * kern/misc.c: Likewise.
10148 2008-04-14  Vesa Jaaskelainen  <chaac@nic.fi>
10150         * disk/lvm.c (grub_lvm_scan_device): Add forgotten failure path when
10151         there is no memory left for physical volume name.
10153 2008-04-14  Vesa Jaaskelainen  <chaac@nic.fi>
10155         * disk/lvm.c (grub_lvm_scan_device): Fix logical volume's physical
10156         volume name mapping to support bigger than 9 character names properly.
10158 2008-04-13  Robert Millan  <rmh@aybabtu.com>
10160         * disk/i386/pc/biosdisk.c (grub_biosdisk_rw): Fix CHS limit check,
10161         as per http://www.allensmith.net/Storage/HDDlimit/Int13h.htm
10163 2008-04-13  Christian Franke  <franke@computer.org>
10165         * util/i386/pc/grub-mkrescue.in: Add --emulation=floppy
10166         to create a floppy emulation boot CD when non emulation mode
10167         does not work.
10168         Enable Joliet CD filesystem extension.
10170 2008-04-13  Robert Millan  <rmh@aybabtu.com>
10172         * kern/misc.c (grub_strncat): Fix off-by-one error.
10173         Reported by Zhang Huan <zhanghuan@nrchpc.ac.cn>
10175         * kern/env.c (grub_env_context_close): Clear current context, not
10176         previous one.
10177         Patch from Zhang Huan <zhanghuan@nrchpc.ac.cn>
10179         * kern/misc.c (grub_strcat): Minor speed optimization (same code size).
10181 2008-04-13  Robert Millan  <rmh@aybabtu.com>
10183         Improve robustness when handling LVM.
10185         * disk/lvm.c (grub_lvm_getvalue): Return 0 when `*p' is NULL
10186         (and leave `*p' unmodified).
10187         (grub_lvm_iterate): Don't assume `vg->lvs != NULL' when iterating
10188         through it.
10189         (grub_lvm_memberlist): Don't assume `lv->vg->pvs != NULL' when
10190         iterating through it.
10191         (grub_lvm_open): Don't assume `vg->lvs != NULL' when iterating
10192         through it.
10193         (grub_lvm_scan_device): Check the return value (and fail gracefully
10194         when due) on each grub_lvm_getvalue() or grub_strstr() call.
10195         Don't assume `vg->pvs != NULL' when iterating through it.
10197 2008-04-13  Robert Millan  <rmh@aybabtu.com>
10199         * gendistlist.sh (EXTRA_DISTFILES): Add `genpartmaplist.sh'.
10200         * genmk.rb (partmap): New variable.
10201         (CLEANFILES, PARTMAPFILES): Add #{partmap}.
10202         (#{partmap}): New target rule.
10203         * genpartmaplist.sh: New file.
10204         * Makefile.in (pkglib_DATA): Add partmap.lst.
10205         (partmap.lst): New target rule.
10206         * util/i386/pc/grub-mkrescue.in: Generate grub.cfg that loads needed
10207         modules (including all partition maps), instead of preloading them.
10209 2007-04-13  Fabian Greffrath  <fabian.greffrath@web.de>
10211         * util/grub.d/30_os-prober.in: New script. Use `os-prober' and
10212         `linux-boot-prober' (if installed) to detect other operating
10213         systems which are installed on the computer and add them to
10214         the boot menu.
10215         * conf/common.rmk: Build and install 30_os-prober.
10217 2008-04-12  Robert Millan  <rmh@aybabtu.com>
10219         * kern/powerpc/ieee1275/init.c: Move from here ...
10220         * kern/ieee1275/init.c: ... to here.  Update all users.
10222         * kern/powerpc/ieee1275/cmain.c: Move from here ...
10223         * kern/ieee1275/cmain.c: ... to here.  Update all users.
10225         * kern/powerpc/ieee1275/openfw.c: Move from here ...
10226         * kern/ieee1275/openfw.c: ... to here.  Update all users.
10228         * loader/powerpc/ieee1275/multiboot2.c: Move from here ...
10229         * loader/ieee1275/multiboot2.c: ... to here.  Update all users.
10231 2008-04-10  Pavel Roskin  <proski@gnu.org>
10233         * configure.ac: Always use "_cv_" in cache variables for
10234         compatibility with Autoconf 2.62.
10236 2008-04-07  Robert Millan  <rmh@aybabtu.com>
10238         Revert grub/machine/init.h addition by Pavel (since it breaks on
10239         i386-ieee1275 and others):
10240         * util/i386/pc/misc.c: Remove grub/machine/init.h.
10241         * util/powerpc/ieee1275/misc.c: Likewise.
10243 2008-04-07  Robert Millan  <rmh@aybabtu.com>
10245         * util/grub-probe.c (probe): Improve error message.
10247 2008-04-07  Robert Millan  <rmh@aybabtu.com>
10249         * util/biosdisk.c (read_device_map): Skip devices that don't exist
10250         (this prevents the presence of a bogus entry from ruining the whole
10251         thing).
10253 2008-04-06  Pavel Roskin  <proski@gnu.org>
10255         * util/biosdisk.c: Include grub/util/biosdisk.h.
10256         * util/grub-fstest.c (execute_command): Make static.
10257         * util/grub-mkdevicemap.c (check_device): Likewise.
10258         * util/i386/pc/misc.c: Include grub/machine/init.h.
10259         * util/powerpc/ieee1275/misc.c: Likewise.
10260         * util/lvm.c: Include grub/util/lvm.h.
10261         * util/misc.c: Include grub/kernel.h, grub/misc.h and
10262         grub/cache.h.
10263         * util/raid.c: Include grub/util/raid.h.
10264         (grub_util_getdiskname): Make static.
10266         * util/grub-emu.c (main): Remove calls to grub_hostfs_init() and
10267         grub_hostfs_fini(), as they are called from grub_init_all() and
10268         grub_fini_all() respectively.  This fixes an infinite loop in
10269         grub-fstest due to double registration of hostfs.
10270         Reported by Christian Franke <Christian.Franke@t-online.de>
10272 2008-04-05  Pavel Roskin  <proski@gnu.org>
10274         * bus/pci.c (grub_pci_iterate): For multifunction devices, probe
10275         all 8 functions.  Otherwise, probe function 0 only.
10277 2008-04-04  Pavel Roskin  <proski@gnu.org>
10279         * commands/lspci.c (grub_lspci_iter): Print the bus number
10280         correctly.
10282         * commands/lspci.c (grub_pci_classes): Fix typos.
10283         (grub_lspci_iter): Don't print func twice.  Print vendor ID
10284         before device ID, as it's normally done.
10286         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options):
10287         Fix signedness warnings.
10288         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate):
10289         Likewise.
10290         * util/ieee1275/get_disk_name.c: Include config.h so that
10291         _GNU_SOURCE is defined and getline() is declared.  Mark an
10292         unused argument as such.  Fix a signedness warning.
10294 2008-04-02  Pavel Roskin  <proski@gnu.org>
10296         * genkernsyms.sh.in: Use more robust assignments for CC and
10297         srcdir.  Quote srcdir.
10298         * gensymlist.sh.in: Likewise.  Assert at the compile time that
10299         the symbol table is not empty.
10301         * disk/raid.c (grub_raid_memberlist): Fix a signedness warning.
10302         * fs/cpio.c (grub_cpio_read): Likewise.
10304 2008-04-01  Pavel Roskin  <proski@gnu.org>
10306         * disk/ata.c (grub_ata_open): Don't lose precision in disk->id.
10307         * disk/host.c (grub_host_open): Likewise.
10308         * disk/loopback.c (grub_loopback_open): Likewise.
10309         * disk/memdisk.c (grub_memdisk_open): Use a string pointer for
10310         disk->id as in disk/host.c, not a multi-character constant.
10312         * util/grub-fstest.c (cmd_cmp): Use fseeko(), not fseek().  The
10313         later is obsolete, potentially dangerous and sets a bad example.
10314         * util/i386/efi/grub-mkimage.c (make_header): Likewise.
10315         * util/misc.c (grub_util_get_image_size): Likewise.
10317         * disk/loopback.c (options): Improve help for "--partitions".
10319         * normal/arg.c (grub_arg_show_help): Fix spacing of the long
10320         options to align them with the short options, e.g. "echo -e".
10322 2008-03-31  Bean  <bean123ch@gmail.com>
10324         * video/reader/png.c (grub_png_data): New member is_16bit and
10325         image_data.
10326         (grub_png_decode_image_header): Detect 16 bit png image.
10327         (grub_png_convert_image): New function to convert 16 bit image to 8 bit.
10328         (grub_png_decode_png): Call grub_png_convert_image for 16 bit image.
10329         (grub_video_reader_png): Release memory occupied by image_data.
10331         * fs/ntfs.c (find_attr): Handle non-resident attribute list larger than
10332         4096 bytes.
10333         (grub_nfs_mount): Skip the test for sector per cluster.
10335         * include/grub/ntfs.h (MAX_SPC): Removed.
10337 2008-03-31  Bean  <bean123ch@gmail.com>
10339         * conf/common.rmk (pkgdata_MODULES): Add afs.mod.
10340         (grub_probe_SOURCES): Add fs/afs.c.
10341         (grub_fstest_SOURCES): Likewise.
10342         (afs_mod_SOURCES): New variable.
10343         (afs_mod_CFLAGS): Likewise.
10344         (afs_mod_LDFLAGS): Likewise.
10346         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/afs.c.
10347         (grub_emu_SOURCES): Likewise.
10349         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
10351         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
10353         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
10355         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
10357         * fs/afs.c: New file.
10359 2008-03-30  Pavel Roskin  <proski@gnu.org>
10361         * disk/host.c: Include grub/misc.h to fix a warning.
10362         * util/hostfs.c: Use GRUB_MOD_INIT and GRUB_MOD_FINI to fix
10363         warnings about implicit declarations.
10365         * fs/udf.c (grub_udf_mount): Fix warning about a shadowing a
10366         variable.
10367         * include/grub/i386/loader.h: Change declaration of
10368         grub_linux_boot() to match what grub_loader_set() expects.
10369         * util/getroot.c (grub_guess_root_device): Return const char* to
10370         fix a warning.
10371         * util/grub-probe.c (probe): Fix a warning about uninitialized
10372         abstraction_name variable.
10373         * util/i386/get_disk_name.c (grub_util_get_disk_name): Mark
10374         second argument as unused to fix a warning.
10376         * loader/i386/pc/multiboot2.c (grub_mb2_arch_elf64_hook): Add
10377         missing grub_error() call.
10379         * util/update-grub_lib.in: Define datarootdir, since Autoconf
10380         2.60 and newer uses it to define datadir.
10382         * commands/sleep.c: Fix warning about implicit declaration.
10383         * disk/memdisk.c: Likewise.
10384         * loader/aout.c: Likewise.
10385         * loader/i386/bsd_normal.c: Likewise.
10386         * util/grub-probe.c: Likewise.
10388         * commands/i386/cpuid.c (has_longmode): Make static.
10389         * disk/i386/pc/biosdisk.c (cd_drive): Likewise.
10390         * include/grub/i386/bsd.h (bios_memmap_t): Remove, it's unused.
10392         * kern/i386/pc/startup.S (real_to_prot): Use %cs prefix to load
10393         GDT.  This is more robust, as %ds can change.
10394         (grub_biosdisk_rw_int13_extensions): Don't clear %ds before
10395         calling real_to_prot().
10396         (grub_biosdisk_get_diskinfo_int13_extensions): Likewise.
10398 2008-03-28  Pavel Roskin  <proski@gnu.org>
10400         * kern/i386/pc/startup.S: Assert that uncompressed functions
10401         don't spill beyond GRUB_KERNEL_MACHINE_RAW_SIZE.
10402         * kern/i386/pc/lzo1x.S: Remove all .align directives in the
10403         code, as they push parts of the code (error handlers) beyond
10404         GRUB_KERNEL_MACHINE_RAW_SIZE.  Speed is not as important in this
10405         code as correctness and size.
10407 2008-03-28  Pavel Roskin  <proski@gnu.org>
10409         * kern/i386/pc/startup.S
10410         (grub_biosdisk_get_diskinfo_int13_extensions): When converting
10411         data block address to the real mode, keep offset minimal.  This
10412         works around a bug in AWARD BIOS on old Athlon systems, which
10413         makes CD detection hang.
10415 2008-03-26  Pavel Roskin  <proski@gnu.org>
10417         * normal/color.c (grub_parse_color_name_pair): Make `name' a
10418         const.
10419         * include/grub/normal.h: Add grub_parse_color_name_pair()
10420         declaration.
10422 2008-03-24  Bean  <bean123ch@gmail.com>
10424         * disk/i386/pc/biosdisk.c (cd_start): Removed.
10425         (cd_count): Removed.
10426         (cd_drive): New variable.
10427         (grub_biosdisk_get_drive): Don't check for (cdN) device.
10428         (grub_biosdisk_call_hook): Likewise.
10429         (grub_biosdisk_iterate): Change cdrom detection method.
10430         (grub_biosdisk_open): Replace cd_start with cd_drive.
10431         (GRUB_MOD_INIT): Use grub_biosdisk_get_cdinfo_int13_extension to
10432         detect cdrom device.
10434         * include/grub/i386/pc/biosdisk.h (GRUB_BIOSDISK_MACHINE_CDROM_START):
10435         Removed.
10436         (GRUB_BIOSDISK_MACHINE_CDROM_END): Removed.
10437         (GRUB_BIOSDISK_CDTYPE_NO_EMUL): New macro.
10438         (GRUB_BIOSDISK_CDTYPE_1_2_M): Likewise.
10439         (GRUB_BIOSDISK_CDTYPE_1_44_M): Likewise.
10440         (GRUB_BIOSDISK_CDTYPE_2_88_M): Likewise.
10441         (GRUB_BIOSDISK_CDTYPE_HARDDISK): Likewise.
10442         (GRUB_BIOSDISK_CDTYPE_MASK): Likewise.
10443         (grub_biosdisk_cdrp): New structure.
10444         (grub_biosdisk_get_cdinfo_int13_extensions): New function.
10446         * include/grub/i386/pc/kernel.h (grub_boot_drive): Export this variable.
10448         * kern/i386/pc/init.c (make_install_device): Don't use (cdN) as root
10449         device.
10451         * kern/i386/pc/startup.S (grub_biosdisk_get_cdinfo_int13_extensions):
10452         New function.
10454 2008-03-20  Robert Millan  <rmh@aybabtu.com>
10456         Remove 2 TiB limit in ata.mod.
10457         * disk/ata.c (grub_ata_device): Promote `size' to grub_uint64_t.
10458         (grub_ata_dumpinfo): Print sector count with 0x%llx.
10459         (grub_ata_identify): Interpret `&info16[100]' as a pointer to
10460         grub_uint64_t instead of grub_uint32_t.
10462 2008-03-05  Bean  <bean123ch@gmail.com>
10464         * loader/i386/pc/multiboot.c (grub_multiboot_get_bootdev): New function.
10465         (grub_multiboot): Set boot device.
10467         * boot/i386/pc/lnxboot.S (real_code_2): Set %dh to 0xFF.
10469 2008-03-02  Bean  <bean123ch@gmail.com>
10471         * fs/reiserfs.c (grub_reiserfs_read_symlink): Add 0 at the end of
10472         symlink_buffer.
10474 2008-03-01  Yoshinori K. Okuji  <okuji@enbug.org>
10476         * DISTLIST: Added docs/fdl.texi, docs/grub.texi, docs/mdate-sh and
10477         texinfo.tex.
10479         * docs/grub.texi: New file. Copied from GRUB Legacy, and slightly
10480         modified.
10482         * docs/fdl.texi: New file.
10484         * docs/mdate-sh: New file. Copied from gnulib.
10485         * docs/texinfo.tex: Likewise.
10487         * config.guess: Updated from gnulib.
10488         * install-sh: Likewise.
10490 2008-02-28  Robert Millan  <rmh@aybabtu.com>
10492         * conf/i386-linuxbios.rmk (pkglib_MODULES): Add aout.mod.
10493         (aout_mod_SOURCES): New variable.
10494         (aout_mod_CFLAGS): Likewise.
10495         (aout_mod_LDFLAGS): Likewise.
10497         * conf/i386-ieee1275.rmk: Likewise.
10499 2008-02-28  Robert Millan  <rmh@aybabtu.com>
10501         * util/update-grub.in: Reorganise terminal validity check.  Accept
10502         `ieee1275:console' (OLPC) and `*:gfxterm' as valid too.
10503         Based on suggestion by Franklin PIAT.
10505 2008-02-28  Fabian Greffrath  <greffrath@leat.rub.de>
10507         * include/grub/util/getroot.h (grub_util_check_block_device): Export new
10508         function.
10509         * util/getroot.c (grub_util_check_block_device): New function that
10510         returns the given argument if it is a block device and returns NULL else.
10511         * util/grub-probe.c (argument_is_device): New variable.
10512         (probe): Promote device_name from a variable to an argument. Receive
10513         device_name from grub_util_check_block_device() if path is NULL and from
10514         grub_guess_root_device() else. Do not free() device_name anymore.
10515         (options): Introduce new parameter '-d, --device'.
10516         (main): Add description of the new parameter to the help screen.
10517         Rename path variable to argument. Set argument_is_device if the '-d'
10518         option is given. Pass argument to probe() depending on
10519         argument_is_device.
10521 2008-02-24  Bean  <bean123ch@gmail.com>
10523         * fs/iso9660.c (GRUB_ISO9660_VOLDESC_BOOT): New macro.
10524         (GRUB_ISO9660_VOLDESC_PRIMARY): Likewise.
10525         (GRUB_ISO9660_VOLDESC_SUPP): Likewise.
10526         (GRUB_ISO9660_VOLDESC_PART): Likewise.
10527         (GRUB_ISO9660_VOLDESC_END): Likewise.
10528         (grub_iso9660_primary_voldesc): New member escape.
10529         (grub_iso9660_data): New member joliet.
10530         (grub_iso9660_convert_string): New function.
10531         (grub_iso9660_mount): Detect joliet extension.
10532         (grub_iso9660_iterate_dir): Convert filename when joliet is detected.
10533         (grub_iso9660_iso9660_label): Likewise.
10535         * conf/common.rmk (pkgdata_MODULES): Add udf.mod.
10536         (grub_setup_SOURCES): Add fs/udf.c.
10537         (grub_fstest_SOURCES): Likewise.
10538         (udf_mod_SOURCES): New variable.
10539         (udf_mod_CFLAGS): Likewise.
10540         (udf_mod_LDFLAGS): Likewise.
10542         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/udf.c.
10543         (grub_emu_SOURCES): Likewise.
10545         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
10547         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
10549         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
10551         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
10553         * fs/udf.c: New file.
10555 2008-02-24  Robert Millan  <rmh@aybabtu.com>
10557         * conf/i386-efi.rmk (normal/function.c_DEPENDENCIES)
10558         (normal/lexer.c_DEPENDENCIES): New variables.
10559         * conf/i386-ieee1275.rmk (normal/function.c_DEPENDENCIES)
10560         (normal/lexer.c_DEPENDENCIES): Likewise.
10561         * conf/i386-linuxbios.rmk (normal/function.c_DEPENDENCIES)
10562         (normal/lexer.c_DEPENDENCIES): Likewise.
10563         * conf/i386-pc.rmk (normal/function.c_DEPENDENCIES)
10564         (normal/lexer.c_DEPENDENCIES): Likewise.
10565         * conf/powerpc-ieee1275.rmk (normal/function.c_DEPENDENCIES)
10566         (normal/lexer.c_DEPENDENCIES): Likewise.
10567         * conf/sparc64-ieee1275.rmk (normal/function.c_DEPENDENCIES)
10568         (normal/lexer.c_DEPENDENCIES): Likewise.
10570 2008-02-23  Robert Millan  <rmh@aybabtu.com>
10572         * partmap/gpt.c (grub_gpt_magic): Add `0x' qualifier to each member,
10573         since they were intended to be in hex.  This didn't break previously
10574         because of a bug in gpt_partition_map_iterate() (see below).
10576         (gpt_partition_map_iterate): Replace `grub_memcmp' with `! grub_memcmp'
10577         when checking the validity of GPT header.
10578         Remove `partno', since it always provides the same information as `i'.
10580 2008-02-21  Yoshinori K. Okuji  <okuji@enbug.org>
10582         * include/grub/efi/time.h: Fix a wrong comment.
10584 2008-02-19  Pavel Roskin  <proski@gnu.org>
10586         * kern/rescue.c (grub_enter_rescue_mode): Improve initial
10587         message.
10589 2008-02-19  Bean  <bean123ch@gmail.com>
10591         * conf/i386-pc.rmk (pkglib_MODULES): Add aout.mod _bsd.mod and bsd.mod.
10592         (aout_mod_SOURCES): New variable.
10593         (aout_mod_CFLAGS): Likewise.
10594         (aout_mod_LDFLAGS): Likewise.
10595         (_bsd_mod_SOURCES): New variable.
10596         (_bsd_mod_CFLAGS): Likewise.
10597         (_bsd_mod_LDFLAGS): Likewise.
10598         (bsd_mod_SOURCES): New variable.
10599         (bsd_mod_CFLAGS): Likewise.
10600         (bsd_mod_LDFLAGS): Likewise.
10602         * include/grub/aout.h: New file.
10604         * include/grub/i386/loader.h (grub_unix_real_boot): New function.
10606         * include/grub/i386/bsd.h: New file.
10608         * include/grub/i386/pc/init.h (grub_get_mmap_entry): Use EXPORT_FUNC
10609         to make it public.
10611         * kern/elf.c (grub_elf32_load): Get the physical address after the hook
10612         function is called, so that it's possible to change it inside the hook.
10613         (grub_elf64_load): Likewise.
10614         (grub_elf_file): Don't close the file if elf header is not found.
10615         (grub_elf_close): Close the file if grub_elf_file fails (The new
10616         grub_elf_file won't close it).
10617         (grub_elf32_size): Use NESTED_FUNC_ATTR for nested function calcsize.
10618         (grub_elf64_size): Likewise.
10620         * kern/i386/loader.S (grub_unix_real_boot): New function.
10622         * loader/aout.c: New file.
10624         * loader/i386/bsd.c: New file.
10626         * loader/i386/bsd_normal.c: New file.
10628         * loader/i386/pc/multiboot.c (grub_multiboot): Handle a.out format.
10630         * loader/multiboot2.c (grub_multiboot2): Reset grub_errno so that it
10631         can test other formats.
10633 2008-02-19  Robert Millan  <rmh@aybabtu.com>
10635         * partmap/gpt.c: Include `<grub/gpt_partition.h>'.
10636         (grub_gpt_partition_type_empty): Redefine with macro from
10637         `<grub/gpt_partition.h>'.
10638         (gpt_partition_map_iterate): Adjust partition type comparison.
10640         Export `entry' as partmap-specific `part.data' struct.
10641         (grub_gpt_header, grub_gpt_partentry): Move from here ...
10643         * include/grub/gpt_partition.h (grub_gpt_header)
10644         (grub_gpt_partentry): ... to here (new file).
10646         * util/i386/pc/grub-setup.c: Include `<grub/gpt_partition.h>'.
10648         (grub_gpt_partition_type_bios_boot): New const variable, defined
10649         with macro from `<grub/gpt_partition.h>'.
10651         (setup): Replace `first_start' with `embed_region', which keeps
10652         track of the embed region (and is partmap-agnostic).
10654         Replace find_first_partition_start() with find_usable_region(),
10655         which finds a usable region for embedding using partmap-specific
10656         knowledge (supports PC/MSDOS and GPT).
10658         Fix all assumptions that the embed region start at sector 1, using
10659         `embed_region.start' from now on.  Similarly, use `embed_region.end'
10660         rather than `first_start' to calculate available size.
10662         In grub_util_info() message, replace "into after the MBR" with an
10663         indication of the specific sector our embed region starts at.
10665 2008-02-19  Robert Millan  <rmh@aybabtu.com>
10667         * DISTLIST: Replace `commands/ieee1275/halt.c' and
10668         `commands/ieee1275/reboot.c' with `commands/halt.c' and
10669         `commands/reboot.c'.
10670         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES, reboot_mod_SOURCES)
10671         (halt_mod_SOURCES): Likewise.
10672         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES, reboot_mod_SOURCES)
10673         (halt_mod_SOURCES): Likewise.
10675 2008-02-17  Christian Franke  <franke@computer.org>
10677         * commands/cat.c (grub_cmd_cat): Add break on GRUB_TERM_ESC key.
10679 2008-02-17  Robert Millan  <rmh@aybabtu.com>
10681         * util/i386/pc/grub-setup.c (setup): In find_first_partition_start(),
10682         set `first_start' to 0 for non-PC/MSDOS partition maps.
10684 2008-02-16  Robert Millan  <rmh@aybabtu.com>
10686         * util/i386/pc/grub-setup.c (setup): In find_first_partition_start(),
10687         do not assume partition map is PC/MSDOS before performing checks that
10688         are specific to that layout.
10690 2008-02-13  Robert Millan  <rmh@aybabtu.com>
10692         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Remove
10693         `commands/i386/pc/halt.c' and `commands/i386/pc/reboot.c'.
10694         * kern/i386/linuxbios/init.c (grub_halt, grub_reboot): Remove stubs.
10696 2008-02-13  Yoshinori K. Okuji  <okuji@enbug.org>
10698         * configure.ac: Only a cosmetic change on the handling of
10699         -fno-stack-protector.
10701 2008-02-12  Alexandre Boeglin  <alex@boeglin.org>
10703         * conf/i386-efi.rmk (grub_emu_SOURCES): Replace
10704         commands/i386/pc/halt.c and reboot.c by commands/halt.c and
10705         reboot.c.
10706         (grub_install_SOURCES): Add halt.mod and reboot.mod.
10707         (halt_mod_SOURCES): New variable.
10708         (halt_mod_CFLAGS): Likewise.
10709         (halt_mod_LDFLAGS): Likewise.
10710         (reboot_mod_SOURCES): Likewise.
10711         (reboot_mod_CFLAGS): Likewise.
10712         (reboot_mod_LDFLAGS): Likewise.
10714         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Replace
10715         commands/ieee1275/halt.c and reboot.c by commands/halt.c and
10716         reboot.c.
10717         (halt_mod_SOURCES): Likewise.
10718         (reboot_mod_SOURCES): Likewise.
10720         * conf/i386-pc.rmk (grub_emu_SOURCES): Replace
10721         commands/i386/pc/reboot.c by commands/reboot.c.
10722         (reboot_mod_SOURCES): Likewise.
10724         * commands/i386/pc/reboot.c: merge this file ...
10726         * commands/ieee1275/reboot.c: ... and this file ...
10728         * commands/reboot.c: ... to this file.
10729         Add some precompiler directive to include the correct header for
10730         each machine.
10732         * commands/ieee1275/halt.c: move this file ...
10734         * commands/halt.c: ... to here.
10735         Add some precompiler directive to include the correct header for
10736         each machine.
10738         * include/grub/efi/efi.h (grub_reboot): New function declaration.
10739         (grub_halt): Likewise.
10741         * kern/efi/efi.c (grub_reboot): New function.
10742         (grub_halt): Likewise.
10744 2008-02-12  Robert Millan  <rmh@aybabtu.com>
10746         * util/getroot.c (grub_guess_root_device): Inspect /dev/evms before
10747         /dev (like it is done for /dev/mapper).  This doesn't provide support
10748         for EVMS, but at least it is now easy to identify the problem when it
10749         arises.
10751 2008-02-11  Robert Millan  <rmh@aybabtu.com>
10753         * util/biosdisk.c (grub_util_biosdisk_open, linux_find_partition)
10754         (grub_util_biosdisk_get_grub_dev): Check open() exit status by
10755         comparing it with -1, not 0.
10757 2008-02-10  Robert Millan  <rmh@aybabtu.com>
10759         * conf/i386-efi.rmk (grub_emu_SOURCES): Add `disk/raid.c' and
10760         `disk/lvm.c'.
10761         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
10762         * conf/i386-pc.rmk (grub_setup_SOURCES): Likewise.
10764         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Move `disk/raid.c' and
10765         `disk/lvm.c' to the end of the list.
10766         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
10767         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
10769 2008-02-10  Robert Millan  <rmh@aybabtu.com>
10771         * kern/main.c (grub_load_normal_mode): Do not reset `grub_errno'.  Call
10772         grub_print_error() instead.  This will let user know why we're entering
10773         rescue mode.
10774         Based on suggestions from Sam Morris.
10776 2008-02-10  Alexandre Boeglin  <alex@boeglin.org>
10778         * normal/arg.c (grub_arg_parse): If one of the args is "--", call add_arg()
10779         on remaining N args, instead of "--" arg N times.
10781 2008-02-09  Vesa Jaaskelainen  <chaac@nic.fi>
10783         * font/manager.c (unknown_glyph): Added variable for unknown glyph.
10784         (fill_with_default_glyph): Changed to use unknown_glyph for fill
10785         pattern for unknown glyphs.
10787 2008-02-09  Robert Millan  <rmh@aybabtu.com>
10789         * configure.ac: Probe for `help2man'.
10790         * Makefile.in (builddir): New variable.
10791         (HELP2MAN): Likewise.  Set to `true' when @HELP2MAN@ doesn't provide it,
10792         or otherwise add a few flags/options to it.
10793         (install-local): For every executable utility or script that is
10794         installed, invoke $(HELP2MAN) to install a manpage based on --help
10795         output.
10797         * util/i386/pc/grub-install.in: Move down `update-grub_lib' sourcing, so
10798         that it doesn't prevent --help from working in build tree.
10800         * util/i386/pc/grub-mkrescue.in (usage): Replace `grub-devel@gnu.org'
10801         with `bug-grub@gnu.org'.
10802         * util/powerpc/ieee1275/grub-mkrescue.in (usage): Likewise.
10803         * util/update-grub.in (usage): New function.
10804         Implement proper argument check, with support for --help and --version
10805         (as well as existing -y).
10807 2008-02-09  Christian Franke  <franke@computer.org>
10809         * commands/cat.c (grub_cmd_cat): Print '\r' as hex to
10810         avoid overwriting previous output.
10811         * kern/rescue.c (grub_rescue_cmd_cat): Likewise.
10813 2008-02-09  Robert Millan  <rmh@aybabtu.com>
10815         * normal/menu.c (run_menu): If timeout is set to zero, don't bother
10816         drawing the menu.
10818 2008-02-09  Robert Millan  <rmh@aybabtu.com>
10820         * commands/sleep.c: New file.
10821         * conf/common.rmk (pkglib_MODULES): Add `commands/sleep.c'.
10822         (sleep_mod_SOURCES): New variable.
10823         (sleep_mod_CFLAGS): Likewise.
10824         (sleep_mod_LDFLAGS): Likewise.
10826 2008-02-09  Robert Millan  <rmh@aybabtu.com>
10828         * disk/raid.c (grub_raid_scan_device): Add a pair of sanity checks for
10829         situations in which we can deduce the RAID size and the superblock
10830         doesn't match it.
10832 2008-02-09  Robert Millan  <rmh@aybabtu.com>
10834         * disk/lvm.c [GRUB_UTIL] (grub_lvm_memberlist): New function.  Construct
10835         and return a grub_diskmemberlist_t composed of LVM physical volumes.
10836         [GRUB_UTIL] (grub_lvm_dev): Add `memberlist' member.
10838         * disk/raid.c [GRUB_UTIL] (grub_raid_memberlist): New function.  Construct
10839         and return a grub_diskmemberlist_t composed of physical array members.
10840         [GRUB_UTIL] (grub_raid_dev): Add `memberlist' member.
10842         * include/grub/disk.h [GRUB_UTIL] (grub_disk_memberlist): New struct
10843         prototype.
10844         [GRUB_UTIL] (struct grub_disk_dev): Add `memberlist' function pointer.
10845         [GRUB_UTIL] (struct grub_disk_memberlist): New struct declaration.
10846         [GRUB_UTIL] (grub_disk_memberlist_t): New typedef.
10848         * util/grub-probe.c (probe): Move partmap probing code from here ...
10849         (probe_partmap): ... to here.
10850         (probe): Use probe_partmap() once for the disk we're probing, and
10851         additionally, when such disk contains a memberlist() struct member,
10852         once for each disk that is contained in the structure returned by
10853         memberlist().
10855 2008-02-09  Robert Millan  <rmh@aybabtu.com>
10857         * util/grub-probe.c (main): When `verbosity > 1', set `debug'
10858         environment variable to 'all' in order to obtain debug output from
10859         non-util/ code.
10860         * util/i386/pc/grub-setup.c (main): Likewise.
10862 2008-02-08  Robert Millan  <rmh@aybabtu.com>
10864         * disk/raid.c (grub_raid_scan_device): Check for
10865         `array->device[sb.this_disk.number]' rather than for
10866         `array->device[sb.this_disk.number]->name', since the latter is not
10867         guaranteed to be accessible.
10869 2008-02-08  Robert Millan  <rmh@aybabtu.com>
10871         * disk/raid.c: Update copyright.
10872         * fs/cpio.c: Likewise.
10873         * include/grub/raid.h: Likewise.
10874         * loader/i386/pc/multiboot.c: Likewise.
10875         * util/hostfs.c: Likewise.
10877 2008-02-08  Robert Millan  <rmh@aybabtu.com>
10879         * include/grub/raid.h (struct grub_raid_array): Change type of `device'
10880         to a grub_disk_t array.
10881         * disk/raid.c (grub_raid_read): Replace `device[x].disk' accesses with
10882         `device[x]'.
10883         (grub_raid_scan_device): Replace `device[x].name' accesses with
10884         `device[x]->name'.  Simplify initialization of `array->device[x]'.
10886 2008-02-08  Robert Millan  <rmh@aybabtu.com>
10888         * disk/raid.c (grub_raid_open, grub_raid_scan_device): Add a few
10889         grub_dprintf() calls.
10890         * kern/disk.c (grub_disk_read): Include grub_errmsg in out of range
10891         error message.
10893 2008-02-07  Christian Franke  <franke@computer.org>
10895         * util/hostfs.c (grub_hostfs_open): Use fseeko and ftello
10896         instead of fseek and ftell to support large files.
10897         (grub_hostfs_read): Likewise.
10899 2008-02-07  Robert Millan  <rmh@aybabtu.com>
10901         Patch from Jeroen Dekkers.
10902         * disk/raid.c (grub_raid_scan_device): Reset `grub_errno' on disk
10903         failure, since successfully reading all array members might not be
10904         required.
10906 2008-02-06  Robert Millan  <rmh@aybabtu.com>
10908         * util/grub-probe.c (probe): Simplify partmap probing (with the
10909         assumption that the first word up to the underscore equals to
10910         the module name).
10912 2008-02-06  Christian Franke  <franke@computer.org>
10914         * fs/cpio.c (grub_cpio_find_file): Return GRUB_ERR_NONE
10915         (and set *ofs = 0) instead of GRUB_ERR_FILE_NOT_FOUND on
10916         last block of a cpio or tar stream.
10917         Check for "TRAILER!!!" instead of any empty data
10918         block to detect last block of a cpio stream.
10919         (grub_cpio_dir): Fix constness of variable np.
10920         (grub_cpio_open): Return GRUB_ERR_FILE_NOT_FOUND if
10921         cpio or tar trailer is detected.  This fixes a crash
10922         on open of a non existing file.
10924 2008-02-05  Bean  <bean123ch@gmail.com>
10926         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Get physical
10927         address of entry.
10928         (grub_multiboot_load_elf64): Likewise.
10929         (grub_multiboot): Initialize mbi structure.
10931         * util/grub-fstest.c: Don't include unused header file script.h.
10933         * conf/common.rmk (grub-fstest.c_DEPENDENCIES): Move to the beginning
10934         of file.
10935         (grub_fstest_SOURCES): Likewise.
10937 2008-02-05  Robert Millan  <rmh@aybabtu.com>
10939         * include/grub/term.h (GRUB_TERM_LEFT, GRUB_TERM_RIGHT)
10940         (GRUB_TERM_UP, GRUB_TERM_DOWN, GRUB_TERM_HOME, GRUB_TERM_END)
10941         (GRUB_TERM_DC, GRUB_TERM_PPAGE, GRUB_TERM_NPAGE, GRUB_TERM_ESC)
10942         (GRUB_TERM_TAB, GRUB_TERM_BACKSPACE): New macros.
10944         * kern/i386/pc/startup.S: Include `<grub/term.h>'.
10945         (translation_table): Replace hardcoded values with macros
10946         provided by `<grub/term.h>'.
10948         * term/i386/pc/at_keyboard.c: Include `<grub/term.h>'.
10949         (keyboard_map): Correct/add a few values, with macros provided
10950         by `<grub/term.h>'.
10951         (keyboard_map_shift): Zero values that don't differ from their
10952         `keyboard_map' equivalents.
10953         (grub_console_checkkey): Optimize KEYBOARD_STATUS_CAPS_LOCK toggling.
10954         Discard the second scan code that is always sent by Caps lock.
10955         Only use `keyboard_map_shift' when it provides a non-zero value,
10956         otherwise fallback to `keyboard_map'.
10958 2008-02-04  Bean  <bean123ch@gmail.com>
10960         * Makefile.in (enable_grub_fstest): New variable.
10962         * conf/common.rmk (grub_fstest_init.lst): New rule.
10963         (grub_fstest_init.h): Likewise.
10964         (grub_fstest_init.c): Likewise.
10965         (util/grub-fstest.c_DEPENDENCIES): New variable.
10966         (grub_fstest_SOURCES): Likewise.
10968         * configure.ac (enable_grub_fstest): Check for --enable-grub-fstest.
10970         * util/grub-fstest.c: New file.
10972 2008-02-03  Yoshinori K. Okuji  <okuji@enbug.org>
10974         Make grub-setup handle a separate root device.
10976         * util/i386/pc/grub-setup.c (setup): Always open the root device,
10977         so that the root device can be compared with the destination
10978         device.
10979         When embedding the core image, if the root and destination devices
10980         are different, set ROOT_DRIVE to ROOT_DEV->DISK->ID. Otherwise, to
10981         0xFF.
10982         When not embedding, set ROOT_DRIVE to 0xFF.
10984 2008-02-03  Yoshinori K. Okuji  <okuji@enbug.org>
10986         Add support for having a grub directory in a different drive. This
10987         is still only the data handling part.
10989         * kern/i386/pc/startup.S (multiboot_trampoline): Set %dh to 0xFF.
10990         (codestart): Save %dh in GRUB_ROOT_DRIVE.
10991         (grub_root_drive): New variable.
10993         * kern/i386/pc/init.c (make_install_device): Use GRUB_ROOT_DRIVE
10994         instead of GRUB_BOOT_DRIVE to construct a device name. Set
10995         GRUB_ROOT_DRIVE to GRUB_BOOT_DRIVE if it is 0xFF, otherwise use it
10996         as it was.
10998         * include/grub/i386/pc/kernel.h (grub_root_drive): New prototype.
11000         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_ROOT_DRIVE): New
11001         macro.
11002         (GRUB_BOOT_MACHINE_DRIVE_CHECK): Set to 0x4f.
11004         * boot/i386/pc/pxeboot.S (_start): Set %dh to 0xFF. For now, this
11005         is bogus, because PXE booting does not specify any drive
11006         correctly.
11008         * boot/i386/pc/lnxboot.S (reg_edx): Set the second byte to 0xFF. I
11009         am not sure if this is really correct.
11011         * boot/i386/pc/cdboot.S: Set %dh to 0xFF, because the root drive
11012         is always identical to the boot drive when booting from a CD.
11014         * boot/i386/pc/boot.S (MOV_MEM_TO_AL): Removed. Not needed any
11015         longer.
11016         (root_drive): New variable.
11017         (real_start): Unconditionally set %dh to ROOT_DRIVE.
11018         (setup_sectors): Push %dx right after popping it, because %dh will
11019         be modified later.
11020         (copy_buffer): Restore %dx.
11022 2008-02-03  Robert Millan  <rmh@aybabtu.com>
11024         * util/i386/pc/grub-mkrescue.in: Rewrite most of image generation to
11025         use `cdboot.img' for cdrom images.
11027 2008-02-03  Robert Millan  <rmh@aybabtu.com>
11029         * util/grub.d/00_header.in: Issue scripting commands for GRUB to
11030         only setup gfxterm when `font' command has succeeded.
11032 2008-02-03  Robert Millan  <rmh@aybabtu.com>
11034         * loader/multiboot_loader.c [GRUB_MACHINE_LINUXBIOS]
11035         (grub_rescue_cmd_multiboot_loader)
11036         (grub_rescue_cmd_module_loader): Enable multiboot1 calls.
11038 2008-02-03  Pavel Roskin  <proski@gnu.org>
11040         * kern/i386/pc/startup.S (grub_chainloader_real_boot): Pop
11041         %edx and %esi from stack only after grub_gate_a20() is called.
11042         grub_gate_a20() clobbers %edx.
11044 2008-02-03  Yoshinori K. Okuji  <okuji@enbug.org>
11046         * configure.ac (AC_INIT): Bumped to 1.96.
11048         * DISTLIST: Added boot/i386/pc/cdboot.S, bus/pci.c,
11049         commands/lspci.c,disk/memdisk.c, include/grub/pci.h,
11050         include/grub/i386/pc/pci.h, video/readers/jpeg.c, and
11051         video/readers/png.c.
11053 2008-02-03  Bean  <bean123ch@gmail.com>
11055         * conf/i386-pc.rmk (pkglib_IMAGES): Add cdboot.img.
11056         (cdboot_img_SOURCES): New variable.
11057         (cdboot_img_ASFLAGS): New variable.
11058         (cdboot_img_LDFLAGS): New variable.
11060         * boot/i386/pc/cdboot.S: New file.
11062         * disk/i386/pc/biosdisk.c (cd_start): New variable.
11063         (cd_count): Likewise.
11064         (grub_biosdisk_get_drive): Add support for cd device.
11065         (grub_biosdisk_call_hook): Likewise.
11066         (grub_biosdisk_iterate): Likewise.
11067         (grub_biosdisk_open): Likewise.
11068         (GRUB_BIOSDISK_CDROM_RETRY_COUNT): New macro.
11069         (grub_biosdisk_rw): Support reading from cd device.
11070         (GRUB_MOD_INIT): Iterate cd devices.
11072         * include/grub/i386/pc/biosdisk.h (GRUB_BIOSDISK_FLAG_CDROM): New macro.
11073         (GRUB_BIOSDISK_MACHINE_CDROM_START): Likewise.
11074         (GRUB_BIOSDISK_MACHINE_CDROM_END): Likewise.
11076         * kern/i386/pc/init.c (make_install_device): Check for cd device.
11078 2008-02-02  Robert Millan  <rmh@aybabtu.com>
11080         * commands/read.c: New file.
11081         * conf/common.rmk (pkglib_MODULES): Add `commands/read.c'.
11082         (read_mod_SOURCES): New variable.
11083         (read_mod_CFLAGS): Likewise.
11084         (read_mod_LDFLAGS): Likewise.
11086 2008-02-02  Robert Millan  <rmh@aybabtu.com>
11088         * normal/main.c (grub_normal_execute): Check for `menu->size' when
11089         determining whether menu has to be displayed.
11091 2008-02-02  Marco Gerards  <marco@gnu.org>
11093         * bus/pci.c: New file.
11095         * include/grub/pci.h: Likewise.
11097         * include/grub/i386/pc/pci.h: Likewise.
11099         * commands/lspci.c: Likewise.
11101         * conf/i386-pc.rmk (pkglib_MODULES): Add `pci.mod' and
11102         `lspci.mod'.
11103         (pci_mod_SOURCES): New variable.
11104         (pci_mod_CFLAGS): Likewise.
11105         (pci_mod_LDFLAGS): Likewise.
11106         (lspci_mod_SOURCES): Likewise.
11107         (lspci_mod_CFLAGS): Likewise.
11108         (lspci_mod_LDFLAGS): Likewise.
11110 2008-02-02  Bean  <bean123ch@gmail.com>
11112         * fs/ufs.c (INODE_BLKSZ): Fix incorrect value.
11113         (grub_ufs_get_file_block): Fix indirect block calculation problem.
11115         * fs/xfs.c (grub_xfs_sblock): New member log2_dirblk.
11116         (grub_xfs_btree_node): New structure.
11117         (grub_xfs_btree_root): New structure.
11118         (grub_xfs_inode): New members nblocks, extsize, nextents and btree.
11119         (GRUB_XFS_EXTENT_OFFSET): Use exts instead of inode->data.extents.
11120         (GRUB_XFS_EXTENT_BLOCK): Likewise.
11121         (GRUB_XFS_EXTENT_SIZE): Likewise.
11122         (grub_xfs_read_block): Support btree format type.
11123         (grub_xfs_iterate_dir): Use NESTED_FUNC_ATTR in call_hook.
11124         Use directory block as basic unit.
11126         * fs/fshelp.c (grub_fshelp_read_file): Bug fix for sparse block.
11128         * aclocal.m4 (grub_i386_CHECK_REGPARM_BUG): Define NESTED_FUNC_ATTR as
11129         __attribute__ ((__regparm__ (1))).
11131 2008-02-01  Robert Millan  <rmh@aybabtu.com>
11133         Correct a mistake in previous commit.
11135         * conf/i386-pc.rmk (normal/execute.c_DEPENDENCIES): Move to the
11136         top.
11137         (normal/command.c_DEPENDENCIES): New variable.
11139 2008-02-01  Robert Millan  <rmh@aybabtu.com>
11141         * conf/i386-efi.rmk (normal/execute.c_DEPENDENCIES): Move to the
11142         top.
11143         (normal/command.c_DEPENDENCIES): New variable.
11144         (grub-emu_DEPENDENCIES, normal_mod_DEPENDENCIES): Remove variables.
11145         * conf/i386-ieee1275.rmk: Likewise.
11146         * conf/i386-linuxbios.rmk: Likewise.
11147         * conf/i386-pc.rmk: Likewise.
11148         * conf/sparc64-ieee1275.rmk: Likewise.
11149         * conf/powerpc-ieee1275.rmk: Likewise.
11150         (grub_emu_SOURCES): Add `fs/fshelp.c'.
11152         * genmk.rb: Add `$(#{src}_DEPENDENCIES)' in targets that require it.
11154 2008-02-01  Robert Millan  <rmh@aybabtu.com>
11156         * kern/disk.c (grub_disk_read, grub_disk_write): Add grub_dprintf()
11157         call at beginning of function.
11159 2008-01-31  Pavel Roskin  <proski@gnu.org>
11161         * util/powerpc/ieee1275/grub-mkrescue.in: New file.
11162         * conf/powerpc-ieee1275.rmk (bin_SCRIPTS): New variable.
11163         (grub_mkrescue_SOURCES): Likewise.
11164         * DISTLIST: Add util/powerpc/ieee1275/grub-mkrescue.in.
11166 2008-01-30  Robert Millan  <rmh@aybabtu.com>
11168         * conf/i386-pc.rmk (sbin_UTILITIES): Remove `grub-probe'.
11169         (util/grub-probe.c_DEPENDENCIES, grub_probe_SOURCES): Moved from here ...
11170         * conf/common.rmk (util/grub-probe.c_DEPENDENCIES)
11171         (grub_probe_SOURCES): ... to here.
11173         * conf/i386-efi.rmk (sbin_UTILITIES): Remove `grub-probe'.
11174         (util/grub-probe.c_DEPENDENCIES, grub_probe_SOURCES): Remove.
11175         * conf/i386-ieee1275.rmk: Likewise.
11176         * conf/i386-linuxbios.rmk: Likewise.
11177         * conf/powerpc-ieee1275.rmk: Likewise.
11179 2008-01-30  Tristan Gingold  <gingold@free.fr>
11181         * kern/rescue.c: Silently accept empty lines.
11183 2008-01-29  Bean  <bean123ch@gmail.com>
11185         * boot/i386/pc/lnxboot.S (data_start): Code cleanup.
11186         (real_code_2): Code cleanup and change comment style.
11187         (move_memory): Avoid using 32-bit address mode.
11189 2008-01-29  Bean  <bean123ch@gmail.com>
11191         * conf/i386-pc.rmk (pkglib_MODULES): Add `png.mod'.
11192         (png_mod_SOURCES): New variable.
11193         (png_mod_CFLAGS): Likewise.
11194         (png_mod_LDFLAGS): Likewise.
11196         * video/readers/png.c: New file.
11198 2008-01-28  Robert Millan  <rmh@aybabtu.com>
11200         * include/grub/i386/linuxbios/kernel.h (GRUB_MOD_GAP): New macro.
11201         * kern/powerpc/ieee1275/init.c (grub_arch_modules_addr): Remove
11202         `ifndef GRUB_MOD_GAP' hack.
11203         * util/elf/grub-mkimage.c (add_segments): Likewise.
11205 2008-01-27  Robert Millan  <rmh@aybabtu.com>
11207         * kern/powerpc/ieee1275/init.c (grub_arch_modules_addr): Skip
11208         `GRUB_MOD_GAP' for platforms in which it's not defined.
11209         * util/elf/grub-mkimage.c (add_segments): Likewise.
11211 2008-01-27  Robert Millan  <rmh@aybabtu.com>
11213         Get grub-emu to build again (including parallel builds).
11215         * conf/i386-pc.rmk (util/grub-emu.c_DEPENDENCIES): Remove variable.
11216         Split into ...
11217         (util/grub-emu.c_DEPENDENCIES): ... this, ...
11218         (normal/execute.c_DEPENDENCIES): ... this, ...
11219         (grub-emu_DEPENDENCIES): ... and this.
11221         * conf/i386-efi.rmk: Likewise.
11222         * conf/i386-linuxbios.rmk: Likewise.
11223         * conf/i386-ieee1275.rmk: Likewise.
11224         * conf/powerpc-ieee1275.rmk: Likewise.
11225         (grub_emu_SOURCES): Remove duplicated `kern/file.c'.
11227 2008-01-27  Robert Millan  <rmh@aybabtu.com>
11229         * NEWS: Add a few items.
11231 2008-01-27  Robert Millan  <rmh@aybabtu.com>
11233         Fix parallel builds with grub-emu.  Based on earlier commit for
11234         grub-probe and grub-setup.
11236         * conf/i386-pc.rmk (grub-emu_DEPENDENCIES): Renamed to ...
11237         (util/grub-emu.c_DEPENDENCIES): ... this.
11238         * conf/i386-efi.rmk (grub-emu_DEPENDENCIES): Renamed to ...
11239         (util/grub-emu.c_DEPENDENCIES): ... this.
11240         * conf/i386-linuxbios.rmk (grub-emu_DEPENDENCIES): Renamed to ...
11241         (util/grub-emu.c_DEPENDENCIES): ... this.
11242         * conf/i386-ieee1275.rmk (grub-emu_DEPENDENCIES): Renamed to ...
11243         (util/grub-emu.c_DEPENDENCIES): ... this.
11244         * conf/powerpc-ieee1275.rmk (grub-emu_DEPENDENCIES): Renamed to ...
11245         (util/grub-emu.c_DEPENDENCIES): ... this.
11247 2008-01-27  Pavel Roskin  <proski@gnu.org>
11249         * include/grub/powerpc/ieee1275/kernel.h: Introduce GRUB_MOD_GAP
11250         to create a gap between _end and the modules added to the image
11251         with grub-mkrescue.  That fixes "CLAIM failed" on PowerMAC.
11252         * kern/powerpc/ieee1275/init.c: Use GRUB_MOD_GAP.
11253         * util/elf/grub-mkimage.c (add_segments): Likewise.
11255 2008-01-26  Pavel Roskin  <proski@gnu.org>
11257         * kern/dl.c (grub_dl_load): Don't abort if prefix is not set,
11258         just return an error.
11260 2008-01-26  Bean  <bean123ch@gmail.com>
11262         * fs/reiserfs.c (grub_fshelp_node): New member next_offset.
11263         (grub_reiserfs_get_item): Save offset of the next item.
11264         (grub_reiserfs_iterate_dir): Use next_offset to find next item.
11266 2008-01-25  Robert Millan  <rmh@aybabtu.com>
11268         * conf/i386-pc.rmk (grub_setup_SOURCES, grub_emu_SOURCES): Regroup to
11269         make all filesystem sources appear together (possibly fixing omissions
11270         while at it).
11271         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
11272         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
11273         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
11274         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
11276         * conf/i386-pc.rmk (grub_probe_SOURCES): Likewise.  Additionally,
11277         add `kern/file.c'.
11278         * conf/i386-efi.rmk (grub_probe_SOURCES): Likewise.
11279         * conf/i386-ieee1275.rmk (grub_probe_SOURCES): Likewise.
11280         * conf/i386-linuxbios.rmk (grub_probe_SOURCES): Likewise.
11281         * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Likewise.
11283         * util/grub-probe.c: Include `<grub/file.h>' and `<sys/stat.h>'.
11284         (probe): Add a sanity check to make sure of our ability to read
11285         requested files when probing for filesystem type.
11287         * genmk.rb: Update copyright year (2007).
11289         * include/grub/fs.h (grub_fat_init, grub_fat_fini, grub_ext2_init)
11290         (grub_ext2_fini, grub_ufs_init, grub_ufs_fini, grub_minix_init)
11291         (grub_minix_fini, grub_hfs_init, grub_hfs_fini, grub_jfs_init)
11292         (grub_jfs_fini, grub_xfs_init, grub_xfs_fini, grub_affs_init)
11293         (grub_affs_fini, grub_sfs_init, grub_sfs_fini, grub_iso9660_init)
11294         : Remove function prototypes.
11296 2008-01-25  Robert Millan  <rmh@aybabtu.com>
11298         Revert my previous commits (based on wrong assumption of how grub_errno
11299         works).
11301         * kern/disk.c (grub_disk_open): Stop resetting grub_errno.
11302         * kern/file.c (grub_file_open): Likewise.
11304 2008-01-24  Pavel Roskin  <proski@gnu.org>
11306         * include/grub/ieee1275/ieee1275.h: Introduce flag for firmwares
11307         that hang if GRUB tries to setup colors.
11308         * term/ieee1275/ofconsole.c (grub_ofconsole_init): Don't set
11309         colors for firmwares that don't support it.
11310         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_set_flag):
11311         Recognize Open Hack'Ware, set flags to work around its
11312         limitations.
11314 2008-01-24  Robert Millan  <rmh@aybabtu.com>
11316         * kern/file.c (grub_file_open): Do not account previous failures of
11317         unrelated functions when grub_errno is checked for.
11318         Reported by Oleg Strikov.
11320 2008-01-24  Bean  <bean123ch@gmail.com>
11322         * fs/ufs.c (GRUB_UFS_VOLNAME_LEN): New macro.
11323         (grub_ufs_sblock): New member volume name.
11324         (grub_ufs_find_file): Fix string copy bug.
11325         (grub_ufs_label): Implement this function properly.
11327         * fs/hfs.c (grub_hfs_cnid_type): New enum.
11328         (grub_hfs_iterate_records): Use the correct file number for extents
11329         and catalog file. Fix problem in next index calculation.
11330         (grub_hfs_find_node): Replace recursive function call with loop.
11331         (grub_hfs_iterate_dir): Replace recursive function call with loop.
11333 2008-01-23  Robert Millan  <rmh@aybabtu.com>
11335         * include/grub/i386/ieee1275/loader.h: Include `<grub/types.h>',
11336         `<grub/symbol.h>' and `<grub/multiboot.h>'.
11337         (grub_multiboot2_real_boot): New function prototype.
11339         * include/grub/i386/pc/memory.h: Include `<grub/machine/machine.h>'.
11340         [!GRUB_MACHINE_IEEE1275] (grub_lower_mem, grub_upper_mem): Disable.
11342         * kern/i386/ieee1275/init.c (grub_os_area_addr)
11343         (grub_os_area_size, grub_lower_mem, grub_upper_mem): Remove variables.
11345 2008-01-23  Robert Millan  <rmh@aybabtu.com>
11347         * kern/mm.c (grub_mm_init_region): Replace grub_dprintf() call with
11348         #ifdef'ed out grub_printf().
11350 2008-01-23  Robert Millan  <rmh@aybabtu.com>
11352         * term/i386/pc/at_keyboard.c (grub_keyboard_isr): #ifdef out
11353         grub_dprintf calls, since they make "debug=all" mode unusable.
11354         (grub_console_checkkey): Likewise.
11356 2008-01-23  Robert Millan  <rmh@aybabtu.com>
11358         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add
11359         `term/i386/pc/at_keyboard.c'.
11360         (pkglib_MODULES): Add `serial.mod'.
11361         (serial_mod_SOURCES): New variable.
11362         (serial_mod_CFLAGS): Likewise.
11363         (serial_mod_LDFLAGS): Likewise.
11365         * include/grub/i386/ieee1275/console.h: Add `<grub/symbol.h>'.  Remove
11366         `<grub/powerpc/ieee1275/console.h>'.
11367         (grub_keyboard_controller_init): New function prototype.
11368         (grub_console_checkkey): Likewise.
11369         (grub_console_getkey): Likewise.
11371         * kern/powerpc/ieee1275/init.c (grub_machine_init): Initialize AT
11372         keyboard on i386.
11374         * term/ieee1275/ofconsole.c (grub_ofconsole_term): On i386, use
11375         grub_ofconsole_checkkey() and grub_ofconsole_getkey() for input.
11377 2008-01-23  Robert Millan  <rmh@aybabtu.com>
11379         * kern/i386/pc/init.c (make_install_device): When memdisk image is
11380         present, "(memdisk)/boot/grub" becomes the default prefix.
11382         * util/i386/pc/grub-mkrescue.in: Switch to a minimal core.img plus
11383         a memdisk tarball with all the modules.  Add --overlay=DIR option that
11384         allows users to overlay additional files into the image.
11386 2008-01-23  Robert Millan  <rmh@aybabtu.com>
11388         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add `machine/loader.h'
11389         and `machine/memory.h'.
11390         (pkglib_MODULES): Add `multiboot.mod' and `_multiboot.mod'.
11391         (_multiboot_mod_SOURCES): New variable.
11392         (_multiboot_mod_CFLAGS): Likewise.
11393         (_multiboot_mod_LDFLAGS): Likewise.
11394         (multiboot_mod_SOURCES): Likewise.
11395         (multiboot_mod_CFLAGS): Likewise.
11396         (multiboot_mod_LDFLAGS): Likewise.
11398         * include/grub/i386/ieee1275/loader.h: New file.
11400         * include/grub/i386/ieee1275/machine.h: Likewise.
11402         * include/grub/i386/ieee1275/memory.h: Likewise.
11404         * include/grub/i386/pc/init.h (grub_os_area_addr): Remove (redundant)
11405         variable declaration.
11406         (grub_os_area_size): Likewise.
11408         * kern/i386/ieee1275/init.c (grub_os_area_addr, grub_os_area_size)
11409         (grub_lower_mem, grub_upper_mem): New variables.
11410         (grub_stop_floppy): New function (just to make
11411         grub_multiboot2_real_boot() happy).
11413         * kern/i386/ieee1275/startup.S: Include `<grub/machine/memory.h>',
11414         `<grub/cpu/linux.h>', `<multiboot.h>' and `<multiboot2.h>'.
11415         (grub_stop): New function.
11416         Include `"../realmode.S"' and `"../loader.S"'.
11418         * loader/multiboot_loader.c: Include `<grub/machine/machine.h>'.
11419         Replace `__i386__' #ifdefs with `GRUB_MACHINE_PCBIOS'.
11421         * loader/powerpc/ieee1275/multiboot2.c (grub_mb2_arch_boot): On i386,
11422         rely on grub_multiboot2_real_boot() for final boot.
11424 2008-01-22  Robert Millan  <rmh@aybabtu.com>
11426         * disk/ieee1275/ofdisk.c (grub_ofdisk_iterate): When
11427         `GRUB_IEEE1275_FLAG_OFDISK_SDCARD_ONLY' flag is set, skip any
11428         device that doesn't look like an SD card.
11429         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_flag): Add
11430         `GRUB_IEEE1275_FLAG_OFDISK_SDCARD_ONLY' flag.
11431         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_set_flag): Detect
11432         OLPC laptop, and set `GRUB_IEEE1275_FLAG_OFDISK_SDCARD_ONLY' when
11433         found.
11435 2008-01-22  Robert Millan  <rmh@aybabtu.com>
11437         * kern/powerpc/ieee1275/init.c (grub_claim_heap): Add sanity check to
11438         avoid claiming over our own code.
11440 2008-01-22  Bean  <bean123ch@gmail.com>
11442         * conf/i386-pc.rmk (pkglib_MODULES): Add `jpeg.mod'.
11443         (jpeg_mod_SOURCES): New variable.
11444         (jpeg_mod_CFLAGS): Likewise.
11445         (jpeg_mod_LDFLAGS): Likewise.
11447         * video/readers/jpeg.c : New file.
11449 2008-01-22  Bean  <bean123ch@gmail.com>
11451         * fs/cpio.c (grub_cpio_find_file): Return GRUB_ERR_FILE_NOT_FOUND when
11452         there are no more items.
11454 2008-01-21  Robert Millan  <rmh@aybabtu.com>
11456         * kern/mm.c (grub_mm_init_region): Improve debug message.
11458 2008-01-21  Robert Millan  <rmh@aybabtu.com>
11460         * conf/i386-pc.rmk (GRUB_MEMORY_MACHINE_LINK_ADDR): New variable.
11461         (kernel_img_LDFLAGS): Use `GRUB_MEMORY_MACHINE_LINK_ADDR' as link
11462         address.
11463         (grub_mkimage_CFLAGS): Propagate `GRUB_MEMORY_MACHINE_LINK_ADDR' as
11464         a C macro.
11465         * include/grub/i386/pc/memory.h (GRUB_MEMORY_MACHINE_UPPER): New macro.
11466         Indicates start of upper memory.
11467         * util/i386/pc/grub-mkimage.c: Include `<grub/machine/memory.h>'.
11468         (generate_image): Abort when image size is big enough to corrupt
11469         upper memory.
11471         * include/grub/i386/pc/vga.h: Include `<grub/machine/memory.h>'.
11472         (GRUB_MEMORY_MACHINE_VGA_ADDR): Alias for `GRUB_MEMORY_MACHINE_UPPER'.
11473         * term/i386/pc/vga.c (VGA_MEM): Use `GRUB_MEMORY_MACHINE_VGA_ADDR'
11474         instead of hardcoding 0xA0000.
11475         * video/i386/pc/vbe.c: Include `<grub/machine/vga.h>'.
11476         (grub_vbe_set_video_mode): Use `GRUB_MEMORY_MACHINE_VGA_ADDR'
11477         instead of hardcoding 0xA0000.
11479 2008-01-21  Robert Millan  <rmh@aybabtu.com>
11481         * disk/memdisk.c (memdisk_size): New variable.
11482         (grub_memdisk_open): Replace grub_arch_memdisk_size() call with
11483         `memdisk_size'.
11484         (grub_memdisk_init): Initialize `memdisk_size'.  Reallocate memdisk
11485         image to dynamic memory.
11486         (grub_memdisk_fini): Replace grub_arch_memdisk_size() call with
11487         `memdisk_size'.  Free memdisk block.
11489 2008-01-21  Robert Millan  <rmh@aybabtu.com>
11491         Fix detection of very small filesystems (like tar).
11493         * fs/reiserfs.c (grub_reiserfs_mount): When disk is too small to
11494         contain a ReiserFS, abort with GRUB_ERR_BAD_FS rather than
11495         GRUB_ERR_OUT_OF_RANGE (which made the upper layer think there's
11496         a problem with this disk).
11498 2008-01-21  Robert Millan  <rmh@aybabtu.com>
11500         * disk/i386/pc/biosdisk.c (grub_biosdisk_iterate): Add debug message
11501         on grub_biosdisk_rw_standard() error.
11503 2008-01-21  Robert Millan  <rmh@aybabtu.com>
11505         * include/grub/ieee1275/ieee1275.h: Add 2008 to Copyright line for
11506         recent changes.
11507         * kern/elf.c: Likewise.
11508         * kern/ieee1275/ieee1275.c: Likewise.
11509         * kern/powerpc/ieee1275/openfw.c: Likewise.
11510         * term/ieee1275/ofconsole.c: Likewise.
11512 2008-01-21  Robert Millan  <rmh@aybabtu.com>
11514         * include/grub/i386/pc/kernel.h: Include `<grub/symbol.h>'.
11516         * include/grub/kernel.h (grub_arch_memdisk_addr)
11517         (grub_arch_memdisk_size): Moved from here ...
11519         * include/grub/i386/pc/kernel.h (grub_arch_memdisk_addr)
11520         (grub_arch_memdisk_size): ... to here.
11522 2008-01-21  Robert Millan  <rmh@aybabtu.com>
11524         Mostly based on bugfix from Bean.
11526         * kern/elf.c (grub_elf32_phdr_iterate): Use `NESTED_FUNC_ATTR'
11527         attribute with hook() parameter.
11528         (grub_elf32_load): Use `NESTED_FUNC_ATTR' with grub_elf32_load_segment()
11529         declaration.
11530         (grub_elf64_phdr_iterate): Use `NESTED_FUNC_ATTR'
11531         attribute with hook() parameter.
11532         (grub_elf64_load): Use `NESTED_FUNC_ATTR' with grub_elf64_load_segment()
11533         declaration.
11535 2008-01-21  Robert Millan  <rmh@aybabtu.com>
11537         * conf/i386-pc.rmk (kernel_img_HEADERS): Add `machine/kernel.h'.
11538         (pkglib_MODULES): Add `memdisk.mod'.
11539         (memdisk_mod_SOURCES): New variable.
11540         (memdisk_mod_CFLAGS): Likewise.
11541         (memdisk_mod_LDFLAGS): Likewise.
11543         * disk/memdisk.c: New file.
11545         * include/grub/disk.h (grub_disk_dev_id): Add
11546         `GRUB_DISK_DEVICE_MEMDISK_ID'.
11548         * include/grub/i386/pc/kernel.h
11549         (GRUB_KERNEL_MACHINE_MEMDISK_IMAGE_SIZE): New macro.
11550         (GRUB_KERNEL_MACHINE_PREFIX): Increment by 4.
11551         (grub_kernel_image_size): New variable declaration.
11552         (grub_total_module_size): Likewise.
11553         (grub_memdisk_image_size): Likewise.
11555         * include/grub/i386/pc/memory.h
11556         (GRUB_MEMORY_MACHINE_DECOMPRESSION_ADDR): New macro.
11558         * include/grub/kernel.h: Include `<grub/symbol.h>'.
11559         (grub_arch_memdisk_addr): New variable declaration.
11560         (grub_arch_memdisk_size): Likewise.
11562         * kern/i386/pc/init.c (grub_arch_memdisk_addr): New function.
11563         (grub_arch_memdisk_size): Likewise.
11565         * kern/i386/pc/startup.S (grub_memdisk_image_size): New variable.
11566         (codestart): Replace hardcoded `0x100000' with
11567         `GRUB_MEMORY_MACHINE_DECOMPRESSION_ADDR' macro.
11569         * util/i386/pc/grub-mkimage.c: Include `<grub/misc.h>'.
11570         (generate_image): Add `memdisk_path' parameter.  When `memdisk_path' is
11571         not NULL, append the contents of the file it refers to, at the end of
11572         the compressed kernel image.  Initialize `grub_memdisk_image_size'
11573         variable (at `GRUB_KERNEL_MACHINE_MEMDISK_IMAGE_SIZE' offset).
11574         (options): Add "memdisk"|'m' option.
11575         (main): Parse --memdisk|-m option, and pass user-provided path as
11576         parameter to generate_image().
11578 2008-01-20  Robert Millan  <rmh@aybabtu.com>
11580         * kern/sparc64/ieee1275/openfw.c (grub_devalias_iterate): Copy debug
11581         grub_dprintf() calls from here ...
11582         * kern/powerpc/ieee1275/openfw.c (grub_devalias_iterate): ... to here.
11584 2008-01-20  Robert Millan  <rmh@aybabtu.com>
11586         Fix detection of "real mode" when /options/real-mode? doesn't exist.
11588         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_mmu): New variable
11589         declaration.
11590         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_mmu): New variable.
11591         (grub_ieee1275_find_options): If `grub_ieee1275_mmu' is 0, set
11592         `GRUB_IEEE1275_FLAG_REAL_MODE'.
11593         (cmain): Initialize `grub_ieee1275_mmu' (using /chosen/mmu integer
11594         property).
11595         * kern/powerpc/ieee1275/openfw.c (grub_map): Rely on pre-initialized
11596         `grub_ieee1275_mmu' rather than obtaining a handler on every call.
11598 2008-01-19  Robert Millan  <rmh@aybabtu.com>
11600         Get rid of confusing function (superseded by
11601         `grub_ieee1275_get_integer_property')
11602         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_decode_int_4): Remove
11603         prototype.
11604         * kern/ieee1275/ieee1275.c (grub_ieee1275_decode_int_4): Remove
11605         function.
11606         * term/ieee1275/ofconsole.c (grub_ofconsole_init): Avoid use of
11607         grub_ieee1275_decode_int_4(), by obtaining integer properties directly
11608         in native endianness from grub_ieee1275_get_integer_property().
11610 2008-01-19  Robert Millan  <rmh@aybabtu.com>
11612         * kern/powerpc/ieee1275/openfw.c (grub_halt): Issue "power-off"
11613         command after "shut-down", since implementations differ on which
11614         the command for halt is.
11616 2008-01-19  Robert Millan  <rmh@aybabtu.com>
11618         * include/grub/i386/linuxbios/console.h: Add header protection.
11619         (grub_keyboard_controller_init): New function prototype.
11620         * term/i386/pc/at_keyboard.c (KEYBOARD_COMMAND_ISREADY): New macro.
11621         (KEYBOARD_COMMAND_READ): Likewise.
11622         (KEYBOARD_COMMAND_WRITE): Likewise.
11623         (KEYBOARD_SCANCODE_SET1): Likewise.
11624         (grub_keyboard_controller_write): New function.
11625         (grub_keyboard_controller_read): Likewise.
11626         (grub_keyboard_controller_init): Likewise.
11628         * term/i386/pc/console.c: Include `<grub/machine/machine.h>'.
11629         (grub_console_init): On coreboot/LinuxBIOS, call
11630         grub_keyboard_controller_init().
11632 2008-01-19  Robert Millan  <rmh@aybabtu.com>
11634         PowerPC changes provided by Pavel Roskin.
11636         * kern/powerpc/ieee1275/cmain.c (cmain): Don't take any arguments.
11637         * kern/powerpc/ieee1275/crt0.S: Store r5 in grub_ieee1275_entry_fn,
11638         don't rely on cmain() doing it.
11639         * kern/i386/ieee1275/startup.S (_start): Store %eax in
11640         grub_ieee1275_entry_fn, don't rely on cmain() doing it.
11642 2008-01-16  Robert Millan  <rmh@aybabtu.com>
11644         * include/grub/i386/linuxbios/memory.h
11645         (GRUB_MEMORY_MACHINE_LINUXBIOS_TABLE_ADDR): Remove macro.
11646         * kern/i386/linuxbios/table.c (grub_linuxbios_table_iterate): Do not
11647         receive `table_header' as argument.  Instead, probe for it in the
11648         known memory ranges where it can be present.
11649         (grub_available_iterate): Do not pass a fixed `table_header' address
11650         to grub_linuxbios_table_iterate().
11652 2008-01-15  Robert Millan  <rmh@aybabtu.com>
11654         * configure.ac: Add `i386-ieee1275' to the list of supported targets.
11655         * conf/i386-ieee1275.rmk: New file.
11656         * include/grub/i386/ieee1275/console.h: Likewise.
11657         * include/grub/i386/ieee1275/ieee1275.h: Likewise.
11658         * include/grub/i386/ieee1275/kernel.h: Likewise.
11659         * include/grub/i386/ieee1275/time.h: Likewise.
11660         * kern/i386/ieee1275/init.c: Likewise.
11661         * kern/i386/ieee1275/startup.S: Likewise.
11663 2008-01-15  Robert Millan  <rmh@aybabtu.com>
11665         * kern/misc.c (grub_vsprintf): Do not reset `longlongfmt' to zero
11666         when pointers are 32-bit (but still do set it to one when they are
11667         64-bit).
11669 2008-01-15  Robert Millan  <rmh@aybabtu.com>
11671         * include/grub/ieee1275/ieee1275.h
11672         (grub_ieee1275_get_integer_property): New function prototype.
11674         * kern/ieee1275/ieee1275.c: Include `<grub/types.h>'.
11675         (grub_ieee1275_get_integer_property): New function.  Wraps around
11676         grub_ieee1275_get_property() to handle endianness.
11678         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options): Replace
11679         grub_ieee1275_get_property() with grub_ieee1275_get_integer_property()
11680         where appropriate.
11681         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Likewise.
11682         (grub_map): Likewise.
11683         * kern/sparc64/ieee1275/openfw.c (grub_map): Likewise.
11685 2008-01-15  Bean  <bean123ch@gmail.com>
11687         * normal/execute.c (grub_script_exec_argument_to_string): Check for undefined variable.
11688         (grub_script_execute_cmdline): Reset grub_errno.
11690         * normal/main.c (read_config_file): Reset grub_errno.
11692         * normal/parse.y (script_init): New.
11693         (script): Move function and menuentry here.
11694         (delimiter): New.
11695         (command): Add delimiter at the end of command.
11696         (commands): Adjust to match the new command.
11697         (commandblock): Remove grub_script_lexer_record_start.
11698         (menuentry): Add grub_script_lexer_record_start, use the new commands.
11699         (if): Use the new commands.
11701         * conf/common.rmk (pkgdata_MODULES): Add echo.mod.
11703 2008-01-15  Robert Millan  <rmh@aybabtu.com>
11705         * normal/menu.c (run_menu): Move timeout message from here ...
11706         (print_timeout): ... to here.
11707         (run_menu): Use print_timeout() once during initial draw to print
11708         the whole message, and again in every clock tick to update only
11709         the number of seconds.
11711 2008-01-15  Robert Millan  <rmh@aybabtu.com>
11713         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Obtain
11714         actual size of `available' from grub_ieee1275_get_property(), and
11715         restrict parsing to that bound.
11717 2008-01-15  Christian Franke  <franke@computer.org>
11719         * util/grub-emu.c: Replace <argp.h> by <getopt.h>.
11720         (argp_program_version): Remove variable.
11721         (argp_program_bug_address): Likewise.
11722         (options): Convert from struct argp_option to struct option.
11723         (struct arguments): Remove.
11724         (parse_opt): Remove.
11725         (usage): New function.
11726         (main): Replace struct args members by simple variables.
11727         Replace argp_parse() by getopt_long().
11728         Add switch to evaluate options.
11729         Add missing "(...)" around root_dev in prefix string.
11731 2008-01-14  Robert Millan  <rmh@aybabtu.com>
11733         * kern/powerpc/ieee1275/init.c (grub_exit): Reimplement as a wrapper
11734         for grub_ieee1275_exit(), in order to improve portability.
11736 2008-01-14  Robert Millan  <rmh@aybabtu.com>
11738         * util/grub.d/10_linux.in (prefix): Define.
11739         (exec_prefix): Likewise.  Both definitions are later used by `libdir'.
11741 2008-01-13  Pavel Roskin  <proski@gnu.org>
11743         * disk/ieee1275/ofdisk.c (grub_ofdisk_open): Don't use
11744         grub_errno if no errors have been detected.
11746 2008-01-12  Robert Millan  <rmh@aybabtu.com>
11748         * include/grub/util/getroot.h (grub_dev_abstraction_types): New enum.
11749         (grub_util_get_dev_abstraction): New function prototype.
11751         * util/getroot.c: Include `<grub/util/getroot.h>'
11752         (grub_util_get_grub_dev): Move detection of abstraction type to ...
11753         (grub_util_get_dev_abstraction): ... here (new function).
11755         * util/grub-probe.c: Convert PRINT_* to an enum.  Add
11756         `PRINT_ABSTRACTION'.
11757         (probe): Probe for abstraction type when requested.
11758         (main): Understand `--target=abstraction'.
11760         * util/i386/efi/grub-install.in: Add abstraction module to core
11761         image when it is found to be necessary.
11762         * util/i386/pc/grub-install.in: Likewise.
11763         * util/powerpc/ieee1275/grub-install.in: Likewise.
11765         * util/update-grub_lib.in (font_path): Return system path without
11766         converting to GRUB path.
11767         * util/update-grub.in: Convert system path returned by font_path()
11768         to a GRUB path.  Use `grub-probe -t abstraction' to determine what
11769         abstraction module is needed for loading fonts (if any).  Export
11770         that as `GRUB_PRELOAD_MODULES'.
11771         * util/grub.d/00_header.in: Process `GRUB_PRELOAD_MODULES' (print
11772         insmod commands).
11774 2008-01-12  Yoshinori K. Okuji  <okuji@enbug.org>
11776         Remove some unused code from reiserfs.
11778         * fs/reiserfs.c (struct grub_reiserfs_key)
11779         [GRUB_REISERFS_KEYV2_BITFIELD]: Removed offset and type.
11780         (struct grub_reiserfs_node_body): Removed.
11781         (grub_reiserfs_get_key_v2_type) [GRUB_REISERFS_KEYV2_BITFIELD]:
11782         Likewise.
11783         (grub_reiserfs_get_key_offset) [GRUB_REISERFS_KEYV2_BITFIELD]:
11784         Likewise.
11785         (grub_reiserfs_set_key_offset) [GRUB_REISERFS_KEYV2_BITFIELD]:
11786         Likewise.
11787         (grub_reiserfs_set_key_offset) [GRUB_REISERFS_KEYV2_BITFIELD]:
11788         Likewise.
11789         (grub_reiserfs_set_key_type) [GRUB_REISERFS_KEYV2_BITFIELD]:
11790         Likewise.
11791         (grub_reiserfs_iterate_dir) [GRUB_REISERFS_KEYV2_BITFIELD]:
11792         Likewise.
11793         (grub_reiserfs_open) [GRUB_REISERFS_KEYV2_BITFIELD]: Likewise.
11794         (grub_reiserfs_read) [GRUB_REISERFS_KEYV2_BITFIELD]: Likewise.
11795         (grub_reiserfs_dir) [GRUB_REISERFS_KEYV2_BITFIELD]: Likewise.
11797 2008-01-10  Robert Millan  <rmh@aybabtu.com>
11799         * util/update-grub_lib.in (grub_file_is_not_garbage): New function.
11800         Determines if a file is garbage left by packaging systems, etc.
11801         * util/update-grub.in: Use grub_file_is_not_garbage() as a condition
11802         for processing /etc/grub.d scripts.
11803         * util/grub.d/10_hurd.in: Fix `GRUB_DISTRIBUTOR' comparison.
11804         * util/grub.d/10_linux.in: Likewise.  Use grub_file_is_not_garbage()
11805         as a condition for processing Linux images.
11807 2008-01-10  Pavel Roskin  <proski@gnu.org>
11809         * include/grub/powerpc/libgcc.h (__ucmpdi2): New export.  Needed
11810         to compile reiserfs.c on PowerPC.
11812 2008-01-10  Robert Millan  <rmh@aybabtu.com>
11814         * kern/device.c (grub_device_iterate): Do not abort device iteration
11815         when one of the devices cannot be opened.
11816         * kern/disk.c (grub_disk_open): Do not account previous failures of
11817         unrelated functions when grub_errno is checked for.
11819 2008-01-08  Robert Millan  <rmh@aybabtu.com>
11821         * loader/i386/pc/linux.c (grub_rescue_cmd_linux): For
11822         `! grub_linux_is_bzimage', change order of address comparison to make
11823         it more intuitive, and improve "too big zImage" error message.
11825 2008-01-08  Robert Millan  <rmh@aybabtu.com>
11827         * Makefile.in (uninstall): Handle `$(update-grub_SCRIPTS)' and
11828         `$(update-grub_DATA)'.
11829         (distcheck): Fix race condition when invoking `$(MAKE)' on multiple
11830         targets.
11832 2008-01-07  Robert Millan  <rmh@aybabtu.com>
11834         * boot/i386/pc/boot.S (boot_drive_check): Add a comment indicating
11835         which instruction is modified by grub-setup during installation
11836         (since it wasn't obvious by only looking at this file).
11838 2008-01-07  Robert Millan  <rmh@aybabtu.com>
11840         * TODO: Rewrite.  Just refer to the wiki and the BTS instead of
11841         listing actual TODO items.
11843 2008-01-06  Yoshinori K. Okuji  <okuji@enbug.org>
11845         * fs/reiserfs.c (grub_reiserfs_get_key_v2_type): Handle endianness
11846         correctly.
11847         (grub_reiserfs_get_key_offset): Likewise.
11848         (grub_reiserfs_set_key_offset): Likewise.
11849         (grub_reiserfs_set_key_type): Likewise.
11850         (grub_reiserfs_iterate_dir): Return 1 if found, otherwise 0.
11852         (GRUB_REISERFS_KEYV2_BITFIELD): Undefined. Probably it would be
11853         better to remove the bitfield version completely.
11855 2008-01-06  Yoshinori K. Okuji  <okuji@enbug.org>
11857         * fs/reiserfs.c (grub_reiserfs_iterate_dir): ENTRY_ITEM must be
11858         allocated from the heap, due to the fshelp implementation.
11859         (grub_reiserfs_dir): Free NODE, due to the same reason.
11861 2008-01-06  Yoshinori K. Okuji  <okuji@enbug.org>
11863         Mostly from Vincent Pelletier:
11865         * fs/reiserfs.c: New file.
11867         * conf/common.rmk (pkglib_MODULES): Added reiserfs.mod.
11868         (reiserfs_mod_SOURCES): New variable.
11869         (reiserfs_mod_CFLAGS): Likewise.
11870         (reiserfs_mod_LDFLAGS): Likewise.
11872         * DISTLIST: Added boot/i386/pc/lnxboot.S, commands/hexdump.c,
11873         disk/ata.c, fs/cpio.c, fs/ntfscomp.c, fs/reiserfs.c,
11874         include/grub/ntfs.h, include/grub/i386/pc/machine.h, and
11875         normal/color.c.
11877 2008-01-06  Robert Millan  <rmh@aybabtu.com>
11879         * normal/color.c: Remove `<grub/env.h>'.
11881 2008-01-05  Jeroen Dekkers  <jeroen@dekkers.cx>
11883         * include/grub/normal.h: Include <grub/env.h>.
11885 2008-01-05  Robert Millan  <rmh@aybabtu.com>
11887         * util/i386/pc/grub-setup.c (usage): Replace obsolete `(hd0,0)' in
11888         usage example with `(hd0,1)'.
11889         Reported by Samuel Thibault.
11891 2008-01-05  Robert Millan  <rmh@aybabtu.com>
11893         * kern/i386/loader.S (grub_linux_is_bzimage): New variable.
11894         (grub_linux_boot_zimage): Rename to ...
11895         (grub_linux_boot): ... this.
11896         (grub_linux_boot_bzimage): Merge with `grub_linux_boot_zimage'.
11897         (grub_linux_boot_zimage): Conditionalize zImage copy.
11899         * include/grub/i386/loader.h (grub_linux_is_bzimage): Add prototype.
11900         (grub_linux_boot_bzimage): Remove prototype.
11901         (grub_linux_boot_zimage): Rename to ...
11902         (grub_linux_boot): ... this.
11904         * loader/i386/pc/linux.c (big_linux): Replace with `grub_linux_is_bzimage'.
11905         (grub_linux_boot): Remove function.
11907 2008-01-05  Robert Millan  <rmh@aybabtu.com>
11909         * include/grub/normal.h (grub_env_write_color_normal): New prototype.
11910         (grub_env_write_color_highlight): Likewise.
11911         (grub_wait_after_message): Likewise.
11913         * normal/color.c: New file.
11915         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `normal/color.c'.
11916         (normal_mod_DEPENDENCIES): Likewise.
11918         * conf/i386-efi.rmk (grub_emu_SOURCES): Add `normal/color.c'.
11919         (normal_mod_DEPENDENCIES): Likewise.
11921         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Add `normal/color.c'.
11922         (normal_mod_DEPENDENCIES): Likewise.
11924         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `normal/color.c'.
11925         (normal_mod_DEPENDENCIES): Likewise.
11927         * normal/menu_entry.c (run): Rely on grub_wait_after_message()
11928         for waiting after a message is printed.
11929         * normal/main.c (read_config_file): Likewise.
11930         (grub_normal_init): Register grub_env_write_color_normal() and
11931         grub_env_write_color_highlight() hooks.  Mark `color_normal' and
11932         `color_highlight' variables as global.
11934         * normal/menu.c (grub_wait_after_message): New function.
11935         (grub_color_menu_normal): New variable.  Replaces ...
11936         (GRUB_COLOR_MENU_NORMAL): ... this macro.
11937         (grub_color_menu_highlight): New variable.  Replaces ...
11938         (GRUB_COLOR_MENU_HIGHLIGHT): ... this macro.
11939         (draw_border): Set color state to `GRUB_TERM_COLOR_NORMAL' instead of
11940         `GRUB_TERM_COLOR_STANDARD'.
11941         (print_message): Use `grub_setcolorstate' to reload colors.  Rename
11942         `normal_code' and `highlight_code' to `old_color_normal' and
11943         `old_color_highlight', respectively.
11944         (grub_menu_init_page): Update colors when drawing the menu, based on
11945         `menu_color_normal' and `menu_color_highlight' variables.
11946         (grub_menu_run): Rely on grub_wait_after_message() for waiting after
11947         a message is printed.
11949 2008-01-05  Robert Millan  <rmh@aybabtu.com>
11951         * kern/env.c (grub_env_context_open): Propagate hooks for global
11952         variables to new context.
11954         * kern/main.c (grub_set_root_dev): Export `root' variable.
11956 2008-01-05  Robert Millan  <rmh@aybabtu.com>
11958         * util/biosdisk.c (get_os_disk): Check for devfs-style IDE and SCSI
11959         discs unconditionally, since udev and others have options to provide
11960         them.
11962 2008-01-05  Robert Millan  <rmh@aybabtu.com>
11964         * normal/completion.c (iterate_dir): Skip `.' and `..' directories.
11966 2008-01-04  Christian Franke  <franke@computer.org>
11968         * kern/i386/pc/init.c (grub_machine_init): Fix evaluation
11969         of eisa_mmap.
11971 2008-01-03  Pavel Roskin  <proski@gnu.org>
11973         * kern/i386/linuxbios/init.c: Put "void" to all function
11974         declarations with no arguments.
11975         * kern/powerpc/ieee1275/init.c: Likewise.
11976         * term/i386/pc/at_keyboard.c: Likewise.
11977         * term/i386/pc/vga_text.c: Likewise.
11978         * util/grub-mkdevicemap.c: Likewise.
11980 2008-01-02  Robert Millan  <rmh@aybabtu.com>
11982         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Improve error
11983         message when loaded image is out of bounds.
11984         (grub_multiboot_load_elf64): Likewise.
11986 2008-01-02  Pavel Roskin  <proski@gnu.org>
11988         * util/grub.d/10_linux.in: Try version without ".old" when
11989         looking for initrd.  It's better to use initrd from the newer
11990         kernel of the same version than no initrd at all.
11992 2008-01-01  Robert Millan  <rmh@aybabtu.com>
11994         * util/biosdisk.c (get_os_disk): Fix check for IDE or SCSI discs.
11996 2008-01-01  Vesa Jaaskelainen  <chaac@nic.fi>
11998         * include/grub/video.h: Added grub_video_unmap_color and
11999         grub_video_get_active_render_target.
12000         (grub_video_adapter): Added unmap_color and get_active_render_target.
12002         * video/video.c: Added grub_video_unmap_color and
12003         grub_video_get_active_render_target.
12004         (grub_video_get_info): Changed method to accept NULL pointer as an
12005         argument to allow detection of active video adapter.
12007         * video/i386/pc/vbe.c: Renamed grub_video_vbe_unmap_color as
12008         grub_video_vbe_unmap_color_int.
12009         Added grub_video_vbe_unmap_color and
12010         grub_video_vbe_get_active_render_target.
12011         (grub_video_vbe_adapter): Added unmap_color and
12012         get_active_render_target.
12014         * video/i386/pc/vbeblit.c: Replaced grub_video_vbe_unmap_color usage
12015         with grub_video_vbe_unmap_color_int.
12017         * term/gfxterm.c (DEFAULT_STANDARD_COLOR): Added.
12018         (DEFAULT_NORMAL_COLOR): Likewise.
12019         (DEFAULT_HIGHLIGHT_COLOR) Likewise.
12020         (DEFAULT_FG_COLOR): Removed.
12021         (DEFAULT_BG_COLOR): Likewise.
12022         (DEFAULT_CURSOR_COLOR): Changed value.
12023         (grub_virtual_screen): Added standard_color_setting,
12024         normal_color_setting, highlight_color_setting and term_color.
12025         (grub_virtual_screen): Removed fg_color_setting and bg_color_setting.
12026         (bitmap_width): Added.
12027         (bitmap_height): Likewise.
12028         (bitmap): Likewise.
12029         (set_term_color): Likewise.
12030         (grub_virtual_screen_setup): Changed to use new terminal coloring
12031         settings.
12032         (grub_gfxterm_init): Added init for bitmap.
12033         (grub_gfxterm_fini): Added destroy for bitmap.
12034         (redraw_screen_rect): Updated to use background bitmap and new
12035         terminal coloring.
12036         (scroll_up): Added optimization for case when there is no bitmap.
12037         (grub_gfxterm_cls): Fixed to use correct background color.
12038         (grub_virtual_screen_setcolorstate): Changed to use new terminal
12039         coloring.
12040         (grub_virtual_screen_setcolor): Likewise.
12041         (grub_virtual_screen_getcolor): Added.
12042         (grub_gfxterm_background_image_cmd): Likewise.
12043         (grub_video_term): Added setcolor and getcolor.
12044         (MOD_INIT): Added registration of background_image command.
12045         (MOD_TERM): Added unregistration for background_image command.
12047 2007-12-30  Pavel Roskin  <proski@gnu.org>
12049         * loader/multiboot_loader.c: Fix multiboot command
12050         unregistration.  Fix all typos in the word "multiboot".
12052 2007-12-29  Pavel Roskin  <proski@gnu.org>
12054         * util/grub.d/10_linux.in: Refactor search for initrd.  Add
12055         support for initrd names used in Fedora.
12057 2007-12-26  Bean  <bean123ch@gmail.com>
12059         * conf/common.rmk (pkgdata_MODULES): Add cpio.mod.
12060         (cpio_mod_SOURCES): New variable.
12061         (cpio_mod_CFLAGS): Likewise.
12062         (cpio_mod_LDFLAGS): Likewise.
12064         * fs/cpio.c: New file.
12066         * conf/i386-pc.rmk (grub_emu_SOURCES): Add cpio.c.
12068         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
12070         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
12072         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
12074 2007-12-25  Robert Millan  <rmh@aybabtu.com>
12076         * include/grub/term.h (struct grub_term): Add `getcolor' function.
12077         (grub_getcolor): New function.
12079         * kern/term.c (grub_getcolor): New function.
12080         * normal/menu.c (GRUB_COLOR_MENU_NORMAL): New macro.
12081         (GRUB_COLOR_MENU_HIGHLIGHT): New macro.
12082         (print_entry): Set normal and highlight colors to
12083         `GRUB_COLOR_MENU_NORMAL' and `GRUB_COLOR_MENU_HIGHLIGHT',
12084         respectively, before printing and restore them to old
12085         values afterwards.
12086         (grub_menu_init_page): Likewise.  Fill an additional colored space
12087         that would otherwise be left blank.
12089         * term/efi/console.c (grub_console_getcolor): New function.
12090         (struct grub_console_term.getcolor): New variable.
12091         * term/i386/pc/console.c (grub_console_getcolor): New function.
12092         (struct grub_console_term.getcolor): New variable.
12093         * term/ieee1275/ofconsole.c (grub_ofconsole_getcolor): New function.
12094         (struct grub_console_term.getcolor): New variable.
12096         * term/i386/pc/serial.c (grub_serial_setcolor): Remove function.
12097         (struct grub_console_term.setcolor): Remove variable.
12098         * term/i386/pc/vesafb.c (grub_virtual_screen_setcolor): Remove function.
12099         (struct grub_console_term.setcolor): Remove variable.
12100         * term/i386/pc/vga.c (grub_vga_setcolor): Remove function.
12101         (struct grub_console_term.setcolor): Remove variable.
12102         * term/gfxterm.c (grub_virtual_screen_setcolor): Remove function.
12103         (struct grub_console_term.setcolor): Remove variable.
12105 2007-12-25  Robert Millan  <rmh@aybabtu.com>
12107         * configure.ac: Search for possible unifont.hex locations, and
12108         define UNIFONT_HEX if found.
12110         * Makefile.in (UNIFONT_HEX): Define variable.
12111         (DATA): Rename to ...
12112         (PKGLIB): ... this.  Update all users.
12113         (PKGDATA): New variable.
12114         (pkgdata_IMAGES): Rename to ...
12115         (pkglib_IMAGES): ... this. Update all users.
12116         (pkgdata_MODULES): Rename to ...
12117         (pkglib_MODULES): ... this. Update all users.
12118         (pkgdata_PROGRAMS): Rename to ...
12119         (pkglib_PROGRAMS): ... this. Update all users.
12120         (pkgdata_DATA): Rename to ...
12121         (pkglib_DATA): ... this. Update all users.
12122         (CLEANFILES): Redefine to `$(pkglib_DATA) $(pkgdata_DATA)'.
12123         (unicode.pff, ascii.pff): New rules.
12124         (all-local): Add `$(PKGDATA)' dependency.
12125         (install-local): Process `$(PKGDATA)'.
12127         * util/update-grub_lib.in (font_path): Search for *.pff files in
12128         a few more locations, including `${pkgdata}'.
12130 2007-12-23  Robert Millan  <rmh@aybabtu.com>
12132         Patch from Bean  <bean123ch@gmail.com>:
12133         * disk/loopback.c (grub_loopback_read): Add missing bit shift to
12134         `size'.
12136 2007-12-21  Bean  <bean123ch@gmail.com>
12138         * conf/common.rmk (pkgdata_MODULES): Add ntfscomp.mod.
12139         (ntfscomp_mod_SOURCES): New variable.
12140         (ntfscomp_mod_CFLAGS): Likewise.
12141         (ntfscomp_mod_LDFLAGS): Likewise.
12143         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/ntfscomp.c.
12144         (grub_probe_SOURCES): Likewise.
12145         (grub_emu_SOURCES): Likewise.
12147         * conf/i386-efi.rmk (grub_probe_SOURCES): Add fs/ntfscomp.c.
12148         (grub_emu_SOURCES): Likewise.
12150         * conf/i386-linuxbios.rmk (grub_probe_SOURCES): Add fs/ntfscomp.c.
12151         (grub_emu_SOURCES): Likewise.
12153         * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Add fs/ntfscomp.c.
12154         (grub_emu_SOURCES): Likewise.
12156         * fs/ntfs.c (grub_ntfscomp_func): New variable.
12157         (read_run_list): Renamed to grub_ntfs_read_run_list.
12158         (decomp_nextvcn): Moved to ntfscomp.c.
12159         (decomp_getch): Likewise.
12160         (decomp_get16): Likewise.
12161         (decomp_block): Likewise.
12162         (read_block): Likewise.
12163         (read_data): Partially moved to ntfscomp.c.
12164         (fixup): Change unsigned to grub_uint16_t.
12165         (read_mft): Change unsigned long to grub_uint32_t.
12166         (read_attr): Likewise.
12167         (read_data): Likewise.
12168         (read_run_data): Likewise.
12169         (read_run_list): Likewise.
12170         (read_mft): Likewise.
12172         * fs/ntfscomp.c: New file.
12174         * include/grub/ntfs.h: New file.
12176 2007-12-16  Robert Millan  <rmh@aybabtu.com>
12178         * util/grub-mkdevicemap.c (make_device_map): Iterate up to 20 for
12179         IDE disk check, since Linux is known to support 20 IDE disks.
12180         Reported by Colin Watson.
12182 2007-12-15  Bean  <bean123ch@gmail.com>
12184         * conf/i386-pc.rmk (pkgdata_IMAGES): Add lnxboot.img.
12185         (lnxboot_img_SOURCES): New variable.
12186         (lnxboot_img_ASFLAGS): Likewise.
12187         (lnxboot_img_LDFLAGS): Likewise.
12189         * boot/i386/pc/lnxboot.S: New file.
12191 2007-11-24  Pavel Roskin  <proski@gnu.org>
12193         * configure.ac: Test if '--build-id=none' is supported by the
12194         linker.  If yes, add it to TARGET_LDFLAGS.  Build ID causes
12195         objcopy to generate incorrect binary files (binutils
12196         2.17.50.0.18-1 as shipped by Fedora 8).
12197         * aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): Use LDFLAGS when
12198         linking, so that build ID doesn't break the test.
12200 2007-11-24  Pavel Roskin  <proski@gnu.org>
12202         * include/grub/i386/time.h: use "void" in the argument list
12203         of grub_cpu_idle().
12204         * include/grub/powerpc/time.h: Likewise.
12205         * include/grub/sparc64/time.h: Likewise.
12207 2007-11-18  Christian Franke  <franke@computer.org>
12209         * util/console.c (grub_ncurses_getkey): Change curses KEY_* mapping,
12210         now return control chars instead of GRUB_CONSOLE_KEY_* constants.
12211         This fixes the problem that function keys did not work in grub-emu.
12213 2007-11-18  Christian Franke  <franke@computer.org>
12215         * disk/host.c (grub_host_open): Remove attribute unused from
12216         name parameter. Add check for "host". This fixes the problem
12217         that grub-emu does not find partitions.
12219 2007-11-18  Christian Franke  <franke@computer.org>
12221         * util/hostfs.c (is_dir): New function.
12222         (grub_hostfs_dir):  Handle missing dirent.d_type case.
12223         (grub_hostfs_read): Add missing fseek().
12224         (grub_hostfs_label): Clear label pointer.  This fixes a crash
12225         of grub-emu on "ls (host)".
12227 2007-11-18  Christian Franke  <franke@computer.org>
12229         * include/grub/i386/pc/init.h (struct grub_machine_mmap_entry):
12230         Add attribute packed, gcc 3.4.4 on Cygwin aligns this
12231         to 64 bit boundary by default.
12233 2007-11-18  Bean  <bean123ch@gmail.com>
12235         * conf/common.rmk (pkgdata_MODULES): Add hexdump.mod.
12236         (hexdump_mod_SOURCES): New variable.
12237         (hexdump_mod_CFLAGS): Likewise.
12238         (hexdump_mod_LDFLAGS): Likewise.
12240         * conf/i386-pc.rmk (grub_emu_SOURCES): Add command/hexdump.c.
12242         * conf/i386-efi.rmk (grub_emu_SOURCES): Add command/hexdump.c.
12244         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Add command/hexdump.c.
12246         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add command/hexdump.c.
12248         * include/grub/hexdump.h: New file.
12250         * commands/hexdump.c: New file.
12252 2007-11-10  Robert Millan  <rmh@aybabtu.com>
12254         * commands/i386/pc/play.c (beep_off): Switch order of arguments
12255         in grub_outb() calls.
12256         (beep_on): Likewise.
12258 2007-11-10  Christian Franke  <franke@computer.org>
12260         * normal/menu.c (run_menu): Check for empty menu to avoid crash.
12261         (grub_menu_run): Likewise.
12263 2007-11-10  Robert Millan  <rmh@aybabtu.com>
12265         * include/grub/i386/efi/machine.h: New file.
12266         * include/grub/i386/linuxbios/machine.h: Likewise.
12267         * include/grub/i386/pc/machine.h: Likewise.
12268         * include/grub/powerpc/ieee1275/machine.h: Likewise.
12269         * include/grub/sparc64/ieee1275/machine.h: Likewise.
12271         * term/i386/pc/serial.c: Include <grub/machine/machine.h>.
12272         (serial_hw_io_addr): New variable.
12273         (serial_hw_get_port): Obtain port address from `serial_hw_io_addr'
12274         instead of `(unsigned short *) 0x400'.
12276 2007-11-10  Bean  <bean123ch@gmail.com>
12278         * fs/ntfs.c (read_block): Fix a bug caused by adjacent blocks.
12280 2007-11-10  Vesa Jaaskelainen  <chaac@nic.fi>
12282         * conf/i386-pc.rmk (pkgdata_MODULES): Added vga.mod.
12283         (vga_mod_SOURCES): Added.
12284         (vga_mod_CFLAGS): Likewise.
12285         (vga_mod_LDFLAGS): Likewise.
12287         * term/i386/pc/vga.c (get_map_mask): Switch order of arguments in
12288         grub_outb() calls.
12289         (set_map_mask): Likewise.
12290         (set_read_map): Likewise.
12291         (set_read_address): Likewise.
12292         (vga_font): Removed variable.
12293         (get_vga_glyph): Removed function.
12294         (invalidate_char): Likewise.
12295         (write_char): Changed to use grub_font_get_glyph() for font
12296         information.
12297         (grub_vga_putchar): Likewise.
12298         (grub_vga_getcharwidth): Likewise.
12300 2007-11-10  Vesa Jaaskelainen  <chaac@nic.fi>
12302         * conf/i386-pc.rmk (boot_img_LDFLAGS): Use COMMON_LDFLAGS for target
12303         flags.
12304         (pxeboot_img_LDFLAGS): Likewise.
12305         (diskboot_img_LDFLAGS): Likewise.
12306         (kernel_img_LDFLAGS): Likewise.
12308 2007-11-06  Robert Millan  <rmh@aybabtu.com>
12310         * term/i386/pc/serial.c (serial_hw_put): Switch order of arguments
12311         in grub_outb() calls.
12312         (serial_hw_init): Likewise.
12314 2007-11-05  Robert Millan  <rmh@aybabtu.com>
12316         * util/update-grub.in: Allow files in ${update_grub_dir} to contain
12317         spaces.  Skip non-regular files.
12319 2007-11-05  Robert Millan  <rmh@aybabtu.com>
12321         * kern/disk.c (grub_disk_firmware_fini)
12322         (grub_disk_firmware_is_tainted): New variables.
12324         * include/grub/disk.h (grub_disk_firmware_fini)
12325         (grub_disk_firmware_is_tainted): Likewise.
12327         * disk/i386/pc/biosdisk.c (GRUB_MOD_FINI(biosdisk)): Moved from here ...
12328         (grub_disk_biosdisk_fini): ... to here.
12329         (GRUB_MOD_FINI(biosdisk)): Implement using grub_disk_biosdisk_fini().
12330         (GRUB_MOD_INIT(biosdisk)): Abort when `grub_disk_firmware_is_tainted'
12331         is set.  Register grub_disk_biosdisk_fini() in
12332         `grub_disk_firmware_fini'.
12334         * disk/ata.c: Remove `<grub/machine/biosdisk.h>'.
12335         (GRUB_MOD_INIT(ata)): Remove grub_biosdisk_fini() call.
12336         Use `grub_disk_firmware_is_tainted' and `grub_disk_firmware_fini'
12337         to finish existing firmware disk interface.
12339         * conf/i386-linuxbios.rmk (pkgdata_MODULES): Add `ata.mod'.
12340         (ata_mod_SOURCES): New variable.
12341         (ata_mod_CFLAGS): Likewise.
12342         (ata_mod_LDFLAGS): Likewise.
12344 2007-11-05  Robert Millan  <rmh@aybabtu.com>
12346         * disk/ata.c: Remove `<grub/machine/time.h>'.  Include `<grub/time.h>'.
12347         (grub_ata_wait): Reimplement using grub_millisleep().
12349         * include/grub/misc.h (grub_div_roundup): Fix parenthesization.
12350         * include/grub/i386/time.h (grub_cpu_idle): Disable `hlt' instruction.
12352 2007-11-03  Marco Gerards  <marco@gnu.org>
12354         * term/i386/pc/vga_text.c: Include <grub/cpu/io.h>.
12355         (CRTC_ADDR_PORT): New macro.
12356         (CRTC_DATA_PORT): Likewise.
12357         (CRTC_CURSOR): Likewise.
12358         (CRTC_CURSOR_ADDR_HIGH): Likewise.
12359         (CRTC_CURSOR_ADDR_LOW): Likewise.
12360         (update_cursor): New function.
12361         (grub_console_real_putchar): Call `update_cursor'.
12362         (grub_console_gotoxy): Likewise.
12363         (grub_console_cls): Set the default color when clearing the
12364         screen.
12365         (grub_console_setcursor): Implemented.
12367 2007-11-03  Marco Gerards  <marco@gnu.org>
12369         * disk/ata.c (grub_ata_pio_read): Don't wait for the command to
12370         become activate.
12371         (grub_ata_pio_write): Likewise.
12373         (grub_atapi_identify): Wait after issuing an ATA command.
12374         (grub_atapi_packet): Likewise.
12375         (grub_ata_identify): Likewise.
12376         (grub_ata_readwrite): Likewise.
12378 2007-11-03  Marco Gerards  <marco@gnu.org>
12380         * disk/ata.c (grub_ata_pio_read): Detect and return the error code.
12381         (grub_ata_pio_write): Likewise.
12382         (grub_ata_readwrite): Use `grub_error', instead of
12383         returning `grub_errno'.
12385 2007-11-03  Marco Gerards  <marco@gnu.org>
12387         * disk/ata.c (grub_ata_readwrite): Call grub_ata_pio_read and
12388         grub_ata_pio_write once for every single sector, instead of for
12389         multiple sectors.
12391 2007-10-31  Robert Millan  <rmh@aybabtu.com>
12393         * configure.ac: Add `i386-linuxbios' to the list of supported targets.
12395         * conf/i386-linuxbios.rmk: New file.
12397         * kern/i386/pc/hardware.c: Likewise.
12398         * term/i386/pc/at_keyboard.c: Likewise.
12399         * term/i386/pc/vga_text.c: Likewise.
12401         * include/grub/i386/linuxbios/boot.h: Likewise.
12402         * include/grub/i386/linuxbios/console.h: Likewise.
12403         * include/grub/i386/linuxbios/init.h: Likewise.
12404         * include/grub/i386/linuxbios/kernel.h: Likewise.
12405         * include/grub/i386/linuxbios/loader.h: Likewise.
12406         * include/grub/i386/linuxbios/memory.h: Likewise.
12407         * include/grub/i386/linuxbios/serial.h: Likewise.
12408         * include/grub/i386/linuxbios/time.h: Likewise.
12410         * kern/i386/linuxbios/init.c: Likewise.
12411         * kern/i386/linuxbios/startup.S: Likewise.
12412         * kern/i386/linuxbios/table.c: Likewise.
12414 2007-10-31  Marco Gerards  <marco@gnu.org>
12416         * conf/i386-pc.rmk (pkgdata_MODULES): Add `ata.mod'.
12417         (ata_mod_SOURCES): New variable.
12418         (ata_mod_CFLAGS): Likewise.
12419         (ata_mod_LDFLAGS): Likewise.
12421         * disk/ata.c: New file.
12423         * include/grub/disk.h (grub_disk_dev_id): Add
12424         `GRUB_DISK_DEV_ATA_ID'.
12426 2007-10-31  Robert Millan  <rmh@aybabtu.com>
12428         * include/grub/i386/pc/init.h (grub_lower_mem): Moved from here ...
12429         * include/grub/i386/pc/memory.h (grub_lower_mem): ... to here.
12431         * include/grub/i386/pc/init.h (grub_upper_mem): Moved from here ...
12432         * include/grub/i386/pc/memory.h (grub_upper_mem): ... to here.
12434         * include/grub/i386/pc/memory.h: Include `<grub/symbol.h>' and
12435         `<grub/types.h>'.
12437         * loader/i386/pc/multiboot.c: Include `<grub/machine/memory.h>'.
12439 2007-10-27  Robert Millan  <rmh@aybabtu.com>
12441         * include/grub/types.h (ULONG_MAX): Define macro.
12443 2007-10-22  Robert Millan  <rmh@aybabtu.com>
12445         * kern/i386/pc/startup.S: Remove `"kern/i386/realmode.S"'.  Include
12446         `"../realmode.S"'.
12447         Remove `"kern/i386/loader.S"'.  Include `"../loader.S"'.
12449 2007-10-22  Robert Millan  <rmh@aybabtu.com>
12451         * conf/i386-pc.rmk (kernel_img_SOURCES): Remove `disk/i386/pc/biosdisk.c'.
12452         (pkgdata_MODULES): Add `biosdisk.mod'.
12453         (biosdisk_mod_SOURCES, biosdisk_mod_CFLAGS, biosdisk_mod_LDFLAGS): New
12454         variables.
12456         * disk/i386/pc/biosdisk.c: Include `<grub/dl.h>'.
12457         (grub_biosdisk_init): Replace with ...
12458         (GRUB_MOD_INIT(biosdisk)): ... this.
12459         (grub_biosdisk_fini): Replace with ...
12460         (GRUB_MOD_FINI(biosdisk)): ... this.
12462         * kern/i386/pc/init.c: Remove `<grub/machine/biosdisk.h>'.
12463         (grub_machine_init): Remove call to grub_biosdisk_init().
12464         (grub_machine_fini): Remove call to grub_machine_fini().
12466         * util/i386/pc/grub-install.in (modules): Add `biosdisk'.
12468 2007-10-22  Robert Millan  <rmh@aybabtu.com>
12470         * include/grub/time.h: New file.
12471         * include/grub/i386/time.h: Likewise.
12472         * include/grub/powerpc/time.h: Likewise.
12473         * include/grub/sparc64/time.h: Likewise.
12475         * include/grub/i386/pc/time.h (KERNEL_TIME_HEADER): Rename all
12476         instances to ...
12477         (KERNEL_MACHINE_TIME_HEADER): ... this.
12478         * include/grub/powerpc/ieee1275/time.h (KERNEL_TIME_HEADER): Rename all
12479         instances to ...
12480         (KERNEL_MACHINE_TIME_HEADER): ... this.
12481         * include/grub/sparc64/ieee1275/time.h (KERNEL_TIME_HEADER): Rename all
12482         instances to ...
12483         (KERNEL_MACHINE_TIME_HEADER): ... this.
12485         * kern/i386/efi/init.c: Include `<grub/time.h>'.
12486         (grub_millisleep): New function.
12487         * kern/i386/pc/init.c: Include `<grub/time.h>'.
12488         (grub_millisleep): New function.
12489         * kern/powerpc/ieee1275/init.c: Include `<grub/time.h>'.
12490         Remove `grub/machine/time.h' include.
12491         (grub_millisleep): New function.
12492         * kern/sparc64/ieee1275/init.c: Include `<grub/time.h>'.
12493         Remove `grub/machine/time.h' include.
12494         (grub_millisleep): New function.
12496         * include/grub/misc.h (grub_div_roundup): New function.
12498         * kern/misc.c: Include `<grub/time.h>'.
12499         (grub_millisleep_generic): New function.
12501         * conf/i386-efi.rmk (kernel_mod_HEADERS): Remove `i386/efi/time.h'.
12502         Add `time.h'.
12503         * conf/i386-pc.rmk (kernel_img_HEADERS): Remove `machine/time.h'.
12504         Add `time.h'.
12505         * conf/powerpc-ieee1275.rmk (kernel_elf_HEADERS): Remove
12506         `machine/time.h'.  Add `time.h'.
12507         * conf/sparc64-ieee1275.rmk (kernel_elf_HEADERS): Likewise.
12509 2007-10-21  Robert Millan  <rmh@aybabtu.com>
12511         * include/grub/misc.h (grub_max): New function.
12513 2007-10-21  Robert Millan  <rmh@aybabtu.com>
12515         * util/misc.c (grub_util_info): Call fflush() before returning.
12517 2007-10-20  Robert Millan  <rmh@aybabtu.com>
12519         * genmk.rb (Image): Copy `extra_flags' from here ...
12520         (PModule): ... to here.  Use it in `#{obj}: #{src}' rule.
12522         * commands/i386/cpuid.c (grub_cmd_cpuid): Add __attribute__ ((unused))
12523         to `argc' and `args' arguments.
12525 2007-10-17  Robert Millan  <rmh@aybabtu.com>
12527         * kern/i386/loader.S: New file.
12529         * kern/i386/pc/startup.S (grub_linux_prot_size): Moved from here ...
12530         * kern/i386/loader.S (grub_linux_prot_size)... to here.
12531         * kern/i386/pc/startup.S (grub_linux_tmp_addr): Moved from here ...
12532         * kern/i386/loader.S (grub_linux_tmp_addr)... to here.
12533         * kern/i386/pc/startup.S (grub_linux_real_addr): Moved from here ...
12534         * kern/i386/loader.S (grub_linux_real_addr)... to here.
12535         * kern/i386/pc/startup.S (grub_linux_boot_zimage): Moved from here ...
12536         * kern/i386/loader.S (grub_linux_boot_zimage)... to here.
12537         * kern/i386/pc/startup.S (grub_linux_boot_bzimage): Moved from here ...
12538         * kern/i386/loader.S (grub_linux_boot_bzimage)... to here.
12539         * kern/i386/pc/startup.S (grub_multiboot_real_boot): Moved from here ...
12540         * kern/i386/loader.S (grub_multiboot_real_boot)... to here.
12541         * kern/i386/pc/startup.S (grub_multiboot2_real_boot): Moved from here ...
12542         * kern/i386/loader.S (grub_multiboot2_real_boot)... to here.
12544         * kern/i386/realmode.S: New file.
12546         * kern/i386/pc/startup.S (protstack): Moved from here ...
12547         * kern/i386/realmode.S (protstack)... to here.
12548         * kern/i386/pc/startup.S (gdt): Moved from here ...
12549         * kern/i386/realmode.S (gdt)... to here.
12550         * kern/i386/pc/startup.S (prot_to_real): Moved from here ...
12551         * kern/i386/realmode.S (prot_to_real)... to here.
12553         * kern/i386/pc/startup.S: Include `kern/i386/loader.S' and
12554         `kern/i386/realmode.S'.
12556 2007-10-17  Robert Millan  <rmh@aybabtu.com>
12558         * include/grub/i386/loader.h: New file.
12560         * include/grub/i386/pc/loader.h (grub_linux_prot_size)
12561         (grub_linux_tmp_addr, grub_linux_real_addr, grub_os_area_addr)
12562         (grub_os_area_size, grub_linux_boot_zimage, grub_linux_boot_bzimage)
12563         (grub_multiboot_real_boot, grub_multiboot2_real_boot)
12564         (grub_rescue_cmd_linux, grub_rescue_cmd_initrd): Moved from here ...
12565         * include/grub/i386/loader.h (grub_linux_prot_size)
12566         (grub_linux_tmp_addr, grub_linux_real_addr, grub_os_area_addr)
12567         (grub_os_area_size, grub_linux_boot_zimage, grub_linux_boot_bzimage)
12568         (grub_multiboot_real_boot, grub_multiboot2_real_boot)
12569         (grub_rescue_cmd_linux, grub_rescue_cmd_initrd): ... to here.
12571         * include/grub/i386/pc/loader.h: Include `grub/cpu/loader.h'.
12573 2007-10-15  Robert Millan  <rmh@aybabtu.com>
12575         * normal/misc.c (grub_normal_print_device_info): Do not probe for
12576         filesystem when dev->disk is unset.
12577         Do probe for filesystem even when dev->disk->has_partitions is set.
12578         In case a filesystem is found, always report it.
12579         In case it isn't, if dev->disk->has_partitions is set, report that
12580         a partition table was found instead of reporting that no filesystem
12581         could be identified.
12583 2007-10-12  Robert Millan  <rmh@aybabtu.com>
12585         * conf/powerpc-ieee1275.rmk (grub_mkimage_SOURCES): Replace reference
12586         to util/powerpc/ieee1275/grub-mkimage.c with util/elf/grub-mkimage.c.
12588         * include/grub/types.h (grub_host_to_target16): New macro.
12589         (grub_host_to_target32): Likewise.
12590         (grub_host_to_target64): Likewise.
12591         (grub_target_to_host16): Likewise.
12592         (grub_target_to_host32): Likewise.
12593         (grub_target_to_host64): Likewise.
12595         * include/grub/powerpc/ieee1275/kernel.h (GRUB_IEEE1275_MOD_ALIGN):
12596         Renamed from to ...
12597         (GRUB_MOD_ALIGN): ...this.  Update all users.
12599         * util/elf/grub-mkimage.c (load_note): Replace grub_cpu_to_be32 with
12600         grub_host_to_target32.
12601         Replace grub_be_to_cpu32 with grub_target_to_host32.
12602         (load_modules): Likewise.
12603         (add_segments): Replace grub_be_to_cpu16 with grub_target_to_host16.
12604         Replace grub_be_to_cpu32 with grub_target_to_host32.
12605         Replace grub_cpu_to_be16 with grub_host_to_target16.
12606         Replace grub_cpu_to_be32 grub_host_to_target32.
12608 2007-10-12  Robert Millan  <rmh@aybabtu.com>
12610         * util/powerpc/ieee1275/grub-mkimage.c: Moved to ...
12611         * util/elf/grub-mkimage.c: ... here.
12613         * DISTLIST: Add `util/elf/grub-mkimage.c'.  Remove
12614         `util/powerpc/ieee1275/grub-mkimage.c'.
12616 2007-10-07  Robert Millan  <rmh@aybabtu.com>
12618         * kern/powerpc/ieee1275/init.c: Rename HEAP_LIMIT to HEAP_MAX_ADDR,
12619         and make it easier to figure out.
12620         Add HEAP_MIN_SIZE and HEAP_MAX_ADDR definitions.
12621         (grub_claim_heap): Use HEAP_MAX_ADDR rather than taking a parameter.
12622         Do not avoid claiming a region above HEAP_MAX_ADDR if that would
12623         leave us with less than HEAP_MIN_SIZE total heap.
12624         Avoid our total amount of heap to surpass HEAP_MAX_SIZE.
12626 2007-10-03  Robert Millan  <rmh@aybabtu.com>
12628         * include/grub/i386/io.h: New file.
12629         * commands/i386/pc/play.c (inb): Removed.
12630         (outb): Removed.
12631         Include grub/cpu/io.h.  Replace inb() with grub_inb() and outb()
12632         with grub_outb().
12633         * term/i386/pc/serial.c  (inb): Removed.
12634         (outb): Removed.
12635         Include grub/cpu/io.h.  Replace inb() with grub_inb() and outb()
12636         with grub_outb().
12637         * term/i386/pc/vga.c  (inb): Removed.
12638         (outb): Removed.
12639         Include grub/cpu/io.h.  Replace inb() with grub_inb() and outb()
12640         with grub_outb().
12642 2007-10-02  Robert Millan  <rmh@aybabtu.com>
12644         * conf/i386-efi.rmk (grub_emu_SOURCES): Add util/hostfs.c.
12645         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
12646         Reported by Marcin Kurek.
12648 2007-09-07  Robert Millan  <rmh@aybabtu.com>
12650         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_test_flag): Detect
12651         SmartFirmware version updates (as released by Sven Luther), and avoid
12652         setting GRUB_IEEE1275_FLAG_NO_PARTITION_0 or
12653         GRUB_IEEE1275_FLAG_0_BASED_PARTITIONS unless the running version is
12654         known broken.
12656 2007-09-03  Yoshinori K. Okuji  <okuji@enbug.org>
12658         From Hitoshi Ozeki:
12659         * kern/i386/pc/init.c (compact_mem_regions): Decrease NUM_REGIONS
12660         when merging two regions.
12662 2007-09-03  Yoshinori K. Okuji  <okuji@enbug.org>
12664         * kern/rescue.c (grub_enter_rescue_mode): Free ARGS.
12665         * normal/completion.c (grub_normal_do_completion): Likewise.
12666         Reported by Hitoshi Ozeki.
12668 2007-09-03  Yoshinori K. Okuji  <okuji@enbug.org>
12670         Do not use devices at boot in chainloading.
12672         * loader/i386/pc/chainloader.c (boot_drive): New variable.
12673         (boot_part_addr): Likewise.
12674         (grub_chainloader_boot): Simply call grub_chainloader_real_boot
12675         with BOOT_DRIVE and BOOT_PART_ADDR.
12676         (grub_chainloader_cmd): Set BOOT_DRIVE and BOOT_PART_ADDR.
12677         Reported by Hitoshi Ozeki <h-ozeki@ck2.so-net.ne.jp>.
12679 2007-08-29  Robert Millan  <rmh@aybabtu.com>
12681         Patch from Simon Peter <dn.tlp@gmx.net>:
12682         * genmk.rb (Utility): Append $(#{src}_DEPENDENCIES) to #{obj} targets.
12683         * conf/i386-pc.rmk: Replace grub-probe_DEPENDENCIES with
12684         util/grub-probe.c_DEPENDENCIES.  Replace grub-setup_DEPENDENCIES with
12685         util/i386/pc/grub-setup.c_DEPENDENCIES.
12686         * conf/i386-efi.rmk: Replace grub-probe_DEPENDENCIES with
12687         util/grub-probe.c_DEPENDENCIES.
12688         * conf/powerpc-ieee1275.rmk: Likewise.
12690 2007-08-28  Robert Millan  <rmh@aybabtu.com>
12692         * util/i386/get_disk_name.c: New.  Implement grub_util_get_disk_name()
12693         to tell grub-mkdevicemap how to name devices.
12694         * util/ieee1275/get_disk_name.c: Likewise (using "ofpathname -a"
12695         feature).
12697         * conf/i386-efi.rmk (grub_mkdevicemap_SOURCES): Add
12698         util/i386/get_disk_name.c.
12699         * conf/i386-pc.rmk (grub_mkdevicemap_SOURCES): Likewise.
12700         * conf/powerpc-ieee1275.rmk (grub_mkdevicemap_SOURCES): Add
12701         util/ieee1275/get_disk_name.c.
12703         * include/grub/util/misc.h: grub_util_get_disk_name() declaration.
12705         * DISTLIST: Add util/i386/get_disk_name.c and
12706         util/ieee1275/get_disk_name.c.
12708         * util/grub-mkdevicemap.c: Replace device naming logic with
12709         grub_util_get_disk_name() calls.
12711 2007-08-20  Robert Millan  <rmh@aybabtu.com>
12713         * normal/menu.c (run_menu): Refer to seconds as "s" not "seconds"
12714         (so that it works for both plural and singular quantities).
12716 2007-08-05  Robert Millan  <rmh@aybabtu.com>
12718         * util/grub.d/10_linux.in (test_gt): Strip out vmlinu[xz]- prefix
12719         so that [xz] isn't taken into account when determining order.
12721 2007-08-02  Marco Gerards  <marco@gnu.org>
12723         * DISTLIST: Add `disk/host.c', `fs/ntfs.c', `include/multiboot.h',
12724         `include/multiboot2.h', `include/grub/elfload.h',
12725         `include/multiboot.h', `include/grub/multiboot.h',
12726         `include/grub/multiboot_loader.h', `include/grub/multiboot2.h',
12727         `include/grub/i386/pc/biosdisk.h', `include/grub/util/biosdisk.h',
12728         `kern/elf.c', `loader/multiboot_loader.c',
12729         `loader/multiboot_loader_normal.c', `loader/multiboot2.c',
12730         `loader/i386/pc/multiboot2.c',
12731         `loader/powerpc/ieee1275/multiboot2.c', `util/hostfs.c' and
12732         `util/i386/pc/grub-mkrescue.in'.  Remove
12733         `include/grub/biosdisk.h', `include/grub/i386/pc/multiboot.h',
12734         `include/grub/i386/pc/util/biosdisk.h' and
12735         `include/grub/powerpc/ieee1275/multiboot.h'.
12737 2007-08-02  Bean  <bean123ch@gmail.com>
12739         * conf/common.rmk (pkgdata_MODULES): Add ntfs.mod.
12740         (ntfs_mod_SOURCES): New variable.
12741         (ntfs_mod_CFLAGS): Likewise.
12742         (ntfs_mod_LDFLAGS): Likewise.
12744         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/ntfs.c.
12745         (grub_probe_SOURCES): Likewise.
12746         (grub_emu_SOURCES): Likewise.
12748         * conf/i386-efi.rmk (grub_probe_SOURCES): Add fs/ntfs.c.
12749         (grub_emu_SOURCES): Likewise.
12751         * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Add fs/ntfs.c.
12752         (grub_emu_SOURCES): Likewise.
12754         * conf/misc.c (grub_utf16_to_utf8): Fix unicode conversion bug.
12756         * fs/ntfs.c: New file.
12758 2007-08-02  Bean  <bean123ch@gmail.com>
12760         * disk.h (grub_disk): Use NESTED_FUNC_ATTR.
12762         * file.h (grub_file): Likewise.
12764         * fshelp.h (grub_fshelp_read_file): Likewise.
12766         * util/i386/pc/grub-setup.c (setup): Likewise.
12767         (save_first_sector): Likewise.
12768         (save_blocklists): Likewise.
12770         * fs/affs.c (grub_affs_read_file): Likewise.
12772         * fs/ext2.c (grub_ext2_read_file): Likewise.
12774         * fs/fat.c (grub_fat_read_data): Likewise.
12776         * fs/fshelp.c (grub_fshelp_read_file): Likewise.
12778         * fs/hfs.c (grub_hfs_read_file): Likewise.
12780         * fs/hfsplus.c (grub_hfsplus_read_file): Likewise.
12782         * fs/jfs.c (grub_jfs_read_file): Likewise.
12784         * fs/minix.c (grub_minix_read_file): Likewise.
12786         * fs/sfs.c (grub_sfs_read_file): Likewise.
12788         * fs/ufs.c (grub_ufs_read_file): Likewise.
12790         * fs/xfs.c (grub_xfs_read_file): Likewise.
12792         * command/blocklist.c (read_blocklist): Likewise.
12793         (print_blocklist): Likewise.
12795 2007-08-02  Marco Gerards  <marco@gnu.org>
12797         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `disk/host.c' and
12798         `util/hostfs.c'.
12800         * disk/host.c: New file.
12802         * util/hostfs.c: Likewise.
12804         * fs/hfsplus.c (grub_hfsplus_mount): When reading out of disk,
12805         return `GRUB_ERR_BAD_FS'.
12806         * fs/sfs.c (grub_sfs_mount): Likewise.
12807         * fs/xfs.c (grub_xfs_mount): Likewise.
12809         * include/grub/disk.h (enum grub_disk_dev_id): Add
12810         `GRUB_DISK_DEVICE_HOST_ID'.
12812         * util/grub-emu.c (main): Initialize and de-initialize hostfs.
12814 2007-07-24  Jerone Young  <jerone@gmail.com>
12816         * conf/i386-pc.rmk: Add Multiboot loader and multiboot 2 to multiboot
12817         modules for compilation.
12818         * conf/powerpc-ieee1275.rmk: Likewise.
12820         * include/multiboot.h: Move multiboot definitions to one file. Rename
12821         many definitions to not get grub specific.
12822         * include/multiboot2.h: Create header with multiboot 2 definitions.
12823         * include/grub/multiboot.h: Header for grub specific function
12824         prototypes and definitions.
12825         * include/grub/multiboot2.h: Likewise.
12826         * include/grub/multiboot_loader.h: Likewise.
12827         * include/grub/i386/pc/multiboot.h: Removed.
12828         * include/grub/powerpc/ieee1275/multiboot.h: Removed.
12830         * loader/multiboot_loader.c: Created to act as a proxy for multiboot 1
12831         and 2 to allow for one multiboot and module commands.
12832         * loader/multiboot2.c: Add multiboot2 functionality.
12833         * loader/i386/pc/multiboot.c: Modify for new multiboot header location
12834         and definition names.
12835         * loader/i386/pc/multiboot2.c: Created to add i386 specific multiboot
12836         2 functions.
12837         * loader/powerpc/ieee1275/multiboot2.c: Created to add powerpc
12838         ieee1275 specific multiboot2 code.
12840         * kern/i386/pc/startup.S: Change headers and definition names for
12841         multiboot. Add function grub_multiboot2_real_boot for multiboot 2.
12843 2007-07-22  Robert Millan  <rmh@aybabtu.com>
12845         * geninitheader.sh: Process file specified in first parameter rather
12846         than hardcoding grub_modules_init.lst.
12847         * geninit.sh: Likewise.  Also, construct header name dynamically rather
12848         than hardcoding grub_modules_init.h.
12850         * conf/common.rmk: Rename grub_modules_init.[ch] files associated with
12851         grub-emu to grub_emu_init.[ch].  Add rules to build analogous
12852         grub_probe_init.[ch] and grub_setup_init.[ch].
12854         * conf/powerpc-ieee1275.rmk (grub_emu_DEPENDENCIES): Replace
12855         grub_modules_init.h with grub_emu_init.h.
12856         (grub_probe_DEPENDENCIES, grub_probe_SOURCES): Add new
12857         grub_probe_init.[ch] files.
12858         * conf/i386-efi.rmk: Likewise.
12859         * conf/i386-pc.rmk: Likewise.
12860         (grub_setup_DEPENDENCIES, grub_setup_SOURCES): Add new
12861         grub_setup_init.[ch] files.
12863         * util/grub-emu.c: Replace grub_modules_init.h with grub_emu_init.h.
12864         * util/grub-probe.c: Include grub_probe_init.h.  Use grub_init_all()
12865         to initialize modules rather than a list of hardcoded functions.
12866         * util/i386/pc/grub-setup.c: Include grub_setup_init.h.  Use
12867         grub_init_all() to initialize modules rather than a list of hardcoded
12868         functions.
12870 2007-07-22  Robert Millan  <rmh@aybabtu.com>
12872         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options): Set
12873         GRUB_IEEE1275_FLAG_NO_PARTITION_0 flag when running on SmartFirmware.
12875 2007-07-22  Robert Millan  <rmh@aybabtu.com>
12877         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_flag): Add
12878         GRUB_IEEE1275_FLAG_BROKEN_OUTPUT flag.
12879         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options): Set this
12880         flag when running on SmartFirmware.
12881         * term/ieee1275/ofconsole.c (grub_ofconsole_init): Avoid running
12882         "output-device output" command when GRUB_IEEE1275_FLAG_BROKEN_OUTPUT
12883         was set.
12885         * kern/powerpc/ieee1275/openfw.c (grub_ieee1275_encode_devname):
12886         Increase partno when GRUB_IEEE1275_FLAG_0_BASED_PARTITIONS flag is set,
12887         rather than decreasing it.
12889         * util/i386/pc/grub-setup.c (setup): When embedding is required, but
12890         there's not enough space to do it, fail in the same way as when it
12891         can't be done because there are no partitions.
12893         * util/powerpc/ieee1275/grub-install.in: Improve error message shown
12894         when nvsetenv failed.
12896 2007-07-22  Yoshinori K. Okuji  <okuji@enbug.org>
12898         * conf/i386-pc.rmk (CLEANFILES): Removed for grub-mkrescue,
12899         because this rule is automatically generated.
12900         (grub-mkrescue): Removed for the same reason as above.
12902 2007-07-22  Yoshinori K. Okuji  <okuji@enbug.org>
12904         Migrate to GNU General Public License Version 3.
12906         * COPYING: Replaced with the plain text version of GPLv3.
12908         * config.guess: Updated from gnulib.
12909         * config.sub: Likewise.
12911         * geninit.sh: Output a GPLv3 copyright notice.
12912         * geninitheader.sh: Likewise.
12913         * genmodsrc.sh: Likewise.
12914         * gensymlist.sh.in: Likewise.
12916         * boot/i386/pc/boot.S: Upgraded to GPLv3.
12917         * boot/i386/pc/diskboot.S: Likewise.
12918         * boot/i386/pc/pxeboot.S: Likewise.
12919         * commands/blocklist.c: Likewise.
12920         * commands/boot.c: Likewise.
12921         * commands/cat.c: Likewise.
12922         * commands/cmp.c: Likewise.
12923         * commands/configfile.c: Likewise.
12924         * commands/echo.c: Likewise.
12925         * commands/help.c: Likewise.
12926         * commands/ls.c: Likewise.
12927         * commands/search.c: Likewise.
12928         * commands/terminal.c: Likewise.
12929         * commands/test.c: Likewise.
12930         * commands/videotest.c: Likewise.
12931         * commands/i386/cpuid.c: Likewise.
12932         * commands/i386/pc/halt.c: Likewise.
12933         * commands/i386/pc/play.c: Likewise.
12934         * commands/i386/pc/reboot.c: Likewise.
12935         * commands/i386/pc/vbeinfo.c: Likewise.
12936         * commands/i386/pc/vbetest.c: Likewise.
12937         * commands/ieee1275/halt.c: Likewise.
12938         * commands/ieee1275/reboot.c: Likewise.
12939         * commands/ieee1275/suspend.c: Likewise.
12940         * disk/loopback.c: Likewise.
12941         * disk/lvm.c: Likewise.
12942         * disk/raid.c: Likewise.
12943         * disk/efi/efidisk.c: Likewise.
12944         * disk/i386/pc/biosdisk.c: Likewise.
12945         * disk/ieee1275/ofdisk.c: Likewise.
12946         * font/manager.c: Likewise.
12947         * fs/affs.c: Likewise.
12948         * fs/ext2.c: Likewise.
12949         * fs/fat.c: Likewise.
12950         * fs/fshelp.c: Likewise.
12951         * fs/hfs.c: Likewise.
12952         * fs/hfsplus.c: Likewise.
12953         * fs/iso9660.c: Likewise.
12954         * fs/jfs.c: Likewise.
12955         * fs/minix.c: Likewise.
12956         * fs/sfs.c: Likewise.
12957         * fs/ufs.c: Likewise.
12958         * fs/xfs.c: Likewise.
12959         * hello/hello.c: Likewise.
12960         * include/grub/acorn_filecore.h: Likewise.
12961         * include/grub/arg.h: Likewise.
12962         * include/grub/bitmap.h: Likewise.
12963         * include/grub/boot.h: Likewise.
12964         * include/grub/cache.h: Likewise.
12965         * include/grub/device.h: Likewise.
12966         * include/grub/disk.h: Likewise.
12967         * include/grub/dl.h: Likewise.
12968         * include/grub/elfload.h: Likewise.
12969         * include/grub/env.h: Likewise.
12970         * include/grub/err.h: Likewise.
12971         * include/grub/file.h: Likewise.
12972         * include/grub/font.h: Likewise.
12973         * include/grub/fs.h: Likewise.
12974         * include/grub/fshelp.h: Likewise.
12975         * include/grub/gzio.h: Likewise.
12976         * include/grub/hfs.h: Likewise.
12977         * include/grub/kernel.h: Likewise.
12978         * include/grub/loader.h: Likewise.
12979         * include/grub/lvm.h: Likewise.
12980         * include/grub/misc.h: Likewise.
12981         * include/grub/mm.h: Likewise.
12982         * include/grub/net.h: Likewise.
12983         * include/grub/normal.h: Likewise.
12984         * include/grub/parser.h: Likewise.
12985         * include/grub/partition.h: Likewise.
12986         * include/grub/pc_partition.h: Likewise.
12987         * include/grub/raid.h: Likewise.
12988         * include/grub/rescue.h: Likewise.
12989         * include/grub/script.h: Likewise.
12990         * include/grub/setjmp.h: Likewise.
12991         * include/grub/symbol.h: Likewise.
12992         * include/grub/term.h: Likewise.
12993         * include/grub/terminfo.h: Likewise.
12994         * include/grub/tparm.h: Likewise.
12995         * include/grub/types.h: Likewise.
12996         * include/grub/video.h: Likewise.
12997         * include/grub/efi/api.h: Likewise.
12998         * include/grub/efi/chainloader.h: Likewise.
12999         * include/grub/efi/console.h: Likewise.
13000         * include/grub/efi/console_control.h: Likewise.
13001         * include/grub/efi/disk.h: Likewise.
13002         * include/grub/efi/efi.h: Likewise.
13003         * include/grub/efi/pe32.h: Likewise.
13004         * include/grub/efi/time.h: Likewise.
13005         * include/grub/i386/linux.h: Likewise.
13006         * include/grub/i386/setjmp.h: Likewise.
13007         * include/grub/i386/types.h: Likewise.
13008         * include/grub/i386/efi/kernel.h: Likewise.
13009         * include/grub/i386/efi/loader.h: Likewise.
13010         * include/grub/i386/efi/time.h: Likewise.
13011         * include/grub/i386/pc/biosdisk.h: Likewise.
13012         * include/grub/i386/pc/boot.h: Likewise.
13013         * include/grub/i386/pc/chainloader.h: Likewise.
13014         * include/grub/i386/pc/console.h: Likewise.
13015         * include/grub/i386/pc/init.h: Likewise.
13016         * include/grub/i386/pc/kernel.h: Likewise.
13017         * include/grub/i386/pc/loader.h: Likewise.
13018         * include/grub/i386/pc/memory.h: Likewise.
13019         * include/grub/i386/pc/multiboot.h: Likewise.
13020         * include/grub/i386/pc/serial.h: Likewise.
13021         * include/grub/i386/pc/time.h: Likewise.
13022         * include/grub/i386/pc/vbe.h: Likewise.
13023         * include/grub/i386/pc/vbeblit.h: Likewise.
13024         * include/grub/i386/pc/vbefill.h: Likewise.
13025         * include/grub/i386/pc/vbeutil.h: Likewise.
13026         * include/grub/i386/pc/vga.h: Likewise.
13027         * include/grub/ieee1275/ieee1275.h: Likewise.
13028         * include/grub/ieee1275/ofdisk.h: Likewise.
13029         * include/grub/powerpc/libgcc.h: Likewise.
13030         * include/grub/powerpc/setjmp.h: Likewise.
13031         * include/grub/powerpc/types.h: Likewise.
13032         * include/grub/powerpc/ieee1275/biosdisk.h: Likewise.
13033         * include/grub/powerpc/ieee1275/console.h: Likewise.
13034         * include/grub/powerpc/ieee1275/ieee1275.h: Likewise.
13035         * include/grub/powerpc/ieee1275/kernel.h: Likewise.
13036         * include/grub/powerpc/ieee1275/loader.h: Likewise.
13037         * include/grub/powerpc/ieee1275/multiboot.h: Likewise.
13038         * include/grub/powerpc/ieee1275/time.h: Likewise.
13039         * include/grub/powerpc/ieee1275/util/biosdisk.h: Likewise.
13040         * include/grub/sparc64/libgcc.h: Likewise.
13041         * include/grub/sparc64/setjmp.h: Likewise.
13042         * include/grub/sparc64/types.h: Likewise.
13043         * include/grub/sparc64/ieee1275/console.h: Likewise.
13044         * include/grub/sparc64/ieee1275/ieee1275.h: Likewise.
13045         * include/grub/sparc64/ieee1275/kernel.h: Likewise.
13046         * include/grub/sparc64/ieee1275/time.h: Likewise.
13047         * include/grub/util/biosdisk.h: Likewise.
13048         * include/grub/util/getroot.h: Likewise.
13049         * include/grub/util/lvm.h: Likewise.
13050         * include/grub/util/misc.h: Likewise.
13051         * include/grub/util/raid.h: Likewise.
13052         * include/grub/util/resolve.h: Likewise.
13053         * io/gzio.c: Likewise.
13054         * kern/device.c: Likewise.
13055         * kern/disk.c: Likewise.
13056         * kern/dl.c: Likewise.
13057         * kern/elf.c: Likewise.
13058         * kern/env.c: Likewise.
13059         * kern/err.c: Likewise.
13060         * kern/file.c: Likewise.
13061         * kern/fs.c: Likewise.
13062         * kern/loader.c: Likewise.
13063         * kern/main.c: Likewise.
13064         * kern/misc.c: Likewise.
13065         * kern/mm.c: Likewise.
13066         * kern/parser.c: Likewise.
13067         * kern/partition.c: Likewise.
13068         * kern/rescue.c: Likewise.
13069         * kern/term.c: Likewise.
13070         * kern/efi/efi.c: Likewise.
13071         * kern/efi/init.c: Likewise.
13072         * kern/efi/mm.c: Likewise.
13073         * kern/i386/dl.c: Likewise.
13074         * kern/i386/efi/init.c: Likewise.
13075         * kern/i386/efi/startup.S: Likewise.
13076         * kern/i386/pc/init.c: Likewise.
13077         * kern/i386/pc/lzo1x.S: Likewise.
13078         * kern/i386/pc/startup.S: Likewise.
13079         * kern/ieee1275/ieee1275.c: Likewise.
13080         * kern/powerpc/cache.S: Likewise.
13081         * kern/powerpc/dl.c: Likewise.
13082         * kern/powerpc/ieee1275/cmain.c: Likewise.
13083         * kern/powerpc/ieee1275/crt0.S: Likewise.
13084         * kern/powerpc/ieee1275/init.c: Likewise.
13085         * kern/powerpc/ieee1275/openfw.c: Likewise.
13086         * kern/sparc64/cache.S: Likewise.
13087         * kern/sparc64/dl.c: Likewise.
13088         * kern/sparc64/ieee1275/init.c: Likewise.
13089         * kern/sparc64/ieee1275/openfw.c: Likewise.
13090         * loader/efi/chainloader.c: Likewise.
13091         * loader/efi/chainloader_normal.c: Likewise.
13092         * loader/i386/efi/linux.c: Likewise.
13093         * loader/i386/efi/linux_normal.c: Likewise.
13094         * loader/i386/pc/chainloader.c: Likewise.
13095         * loader/i386/pc/chainloader_normal.c: Likewise.
13096         * loader/i386/pc/linux.c: Likewise.
13097         * loader/i386/pc/linux_normal.c: Likewise.
13098         * loader/i386/pc/multiboot.c: Likewise.
13099         * loader/i386/pc/multiboot_normal.c: Likewise.
13100         * loader/powerpc/ieee1275/linux.c: Likewise.
13101         * loader/powerpc/ieee1275/linux_normal.c: Likewise.
13102         * normal/arg.c: Likewise.
13103         * normal/cmdline.c: Likewise.
13104         * normal/command.c: Likewise.
13105         * normal/completion.c: Likewise.
13106         * normal/execute.c: Likewise.
13107         * normal/function.c: Likewise.
13108         * normal/lexer.c: Likewise.
13109         * normal/main.c: Likewise.
13110         * normal/menu.c: Likewise.
13111         * normal/menu_entry.c: Likewise.
13112         * normal/misc.c: Likewise.
13113         * normal/parser.y: Likewise.
13114         * normal/script.c: Likewise.
13115         * normal/i386/setjmp.S: Likewise.
13116         * normal/powerpc/setjmp.S: Likewise.
13117         * normal/sparc64/setjmp.S: Likewise.
13118         * partmap/acorn.c: Likewise.
13119         * partmap/amiga.c: Likewise.
13120         * partmap/apple.c: Likewise.
13121         * partmap/gpt.c: Likewise.
13122         * partmap/pc.c: Likewise.
13123         * partmap/sun.c: Likewise.
13124         * term/gfxterm.c: Likewise.
13125         * term/terminfo.c: Likewise.
13126         * term/efi/console.c: Likewise.
13127         * term/i386/pc/console.c: Likewise.
13128         * term/i386/pc/serial.c: Likewise.
13129         * term/i386/pc/vesafb.c: Likewise.
13130         * term/i386/pc/vga.c: Likewise.
13131         * term/ieee1275/ofconsole.c: Likewise.
13132         * util/biosdisk.c: Likewise.
13133         * util/console.c: Likewise.
13134         * util/genmoddep.c: Likewise.
13135         * util/getroot.c: Likewise.
13136         * util/grub-emu.c: Likewise.
13137         * util/grub-mkdevicemap.c: Likewise.
13138         * util/grub-probe.c: Likewise.
13139         * util/lvm.c: Likewise.
13140         * util/misc.c: Likewise.
13141         * util/raid.c: Likewise.
13142         * util/resolve.c: Likewise.
13143         * util/update-grub.in: Likewise.
13144         * util/update-grub_lib.in: Likewise.
13145         * util/grub.d/00_header.in: Likewise.
13146         * util/grub.d/10_hurd.in: Likewise.
13147         * util/grub.d/10_linux.in: Likewise.
13148         * util/i386/efi/grub-install.in: Likewise.
13149         * util/i386/efi/grub-mkimage.c: Likewise.
13150         * util/i386/pc/grub-install.in: Likewise.
13151         * util/i386/pc/grub-mkimage.c: Likewise.
13152         * util/i386/pc/grub-mkrescue.in: Likewise.
13153         * util/i386/pc/grub-setup.c: Likewise.
13154         * util/i386/pc/misc.c: Likewise.
13155         * util/powerpc/ieee1275/grub-install.in: Likewise.
13156         * util/powerpc/ieee1275/grub-mkimage.c: Likewise.
13157         * util/powerpc/ieee1275/misc.c: Likewise.
13158         * video/bitmap.c: Likewise.
13159         * video/video.c: Likewise.
13160         * video/i386/pc/vbe.c: Likewise.
13161         * video/i386/pc/vbeblit.c: Likewise.
13162         * video/i386/pc/vbefill.c: Likewise.
13163         * video/i386/pc/vbeutil.c: Likewise.
13164         * video/readers/tga.c: Likewise.
13166 2007-07-02  Robert Millan  <rmh@aybabtu.com>
13168         * conf/i386-efi.rmk: Replace obsolete reference to
13169         util/i386/pc/biosdisk.c with util/biosdisk.c, and util/i386/pc/getroot.c
13170         with util/getroot.c.
13171         * conf/powerpc-ieee1275.rmk: Likewise.
13172         * conf/sparc64-ieee1275.rmk: Likewise.
13174         * util/grub-emu.c (main): Fix unchecked pointer handling.
13176 2007-07-02  Robert Millan  <rmh@aybabtu.com>
13178         * util/i386/efi/grub-install.in: Allow `grub_probe --target=partmap'
13179         invocation to fail, in order to support partition-less media.
13181         * util/i386/pc/grub-install.in: Likewise.
13183         * util/powerpc/ieee1275/grub-install.in: Use grub-probe to determine
13184         which fs or partmap modules are needed (akin to its sister scripts).
13186         Also use grub-probe to get rid of unportable /proc/mounts check.
13188         Print the same informational message that the other scripts do, before
13189         exiting.
13191 2007-06-23  Robert Millan  <rmh@aybabtu.com>
13193         * util/update-grub_lib.in (font_path): New function.  Determine whether
13194         a font file can be found and, if so, echo the GRUB path to it.
13196         * util/update-grub.in: Handle multiple terminals depending on user
13197         input, platform availability and font file presence.  Propagate
13198         variables of our findings to /etc/grub.d/ children.
13200         * util/grub.d/00_header.in: Handle multiple terminals, based on
13201         environment setup by update-grub.
13203 2007-06-23  Robert Millan  <rmh@aybabtu.com>
13205         * conf/i386-pc.rmk (pkgdata_MODULES): Add serial.mod.
13207 2007-06-21  Robert Millan  <rmh@aybabtu.com>
13209         * include/grub/i386/pc/kernel.h: Define GRUB_KERNEL_MACHINE_DATA_END to
13210         indicate end of data section in kernel image.
13211         * include/grub/i386/efi/kernel.h: Define GRUB_KERNEL_MACHINE_PREFIX and
13212         GRUB_KERNEL_MACHINE_DATA_END.
13214         * kern/i386/pc/startup.S: Do not initialize grub_prefix, only reserve
13215         space for it.
13216         * kern/i386/efi/startup.S: Likewise.
13218         * util/i386/pc/grub-mkimage.c: Initialize grub_prefix to /boot/grub
13219         during image generation.  Implement --prefix option to override this
13220         patch.
13221         * util/i386/efi/grub-mkimage.c: Likewise.
13223         * util/update-grub_lib.in (convert_system_path_to_grub_path): Split
13224         code to make path relative to its root into a separate function.
13226         * util/i386/pc/grub-install.in: Use newly provided
13227         make_system_path_relative_to_its_root() to convert ${grubdir}, then
13228         pass the result to grub-install --prefix.
13230 2007-06-13  Robert Millan  <rmh@aybabtu.com>
13232         * include/grub/util/misc.h: Define DEFAULT_DIRECTORY and
13233         DEFAULT_DEVICE_MAP.
13234         * util/grub-emu.c: Use above definitions from misc.h instead of
13235         defining them.
13236         * util/grub-mkdevicemap.c: Likewise.
13237         * util/i386/pc/grub-setup.c: Likewise.
13238         * util/grub-probe.c: Likewise.
13239         (probe): Abort with grub_util_error() when either
13240         grub_guess_root_device or grub_util_get_grub_dev fails.
13242 2007-06-12  Robert Millan  <rmh@aybabtu.com>
13244         * normal/command.c (grub_command_execute): Use NULL rather than 0 for
13245         "pager" assignment.
13246         * util/biosdisk.c (grub_util_biosdisk_get_grub_dev): Likewise for
13247         "pcdata".
13248         * util/grub-probe.c (probe): Likewise for "drive_name".
13250 2007-06-11  Robert Millan  <rmh@aybabtu.com>
13252         * util/i386/pc/grub-mkrescue.in: Pad both floppy images with zeroes,
13253         not just the cdrom one.
13255 2007-06-11  Robert Millan  <rmh@aybabtu.com>
13257         * util/i386/pc/grub-mkrescue.in: Add "set -e".
13258         Add --pkglibdir=DIR option to override pkglibdir.
13259         Mention --image-type=TYPE in help output.
13260         Fix --grub-mkimage (it was a no-op).
13261         Abort gracefully when no parameter is given.
13263 2007-06-11  Robert Millan  <rmh@aybabtu.com>
13265         * util/i386/pc/grub-mkrescue.in: New file.
13266         * conf/i386-pc.rmk: Add its build declarations.  Put it in bin_SCRIPTS.
13267         * Makefile.in: Handle bin_SCRIPTS.
13269 2007-06-10  Vesa Jaaskelainen  <chaac@nic.fi>
13271         * term/gfxterm.c (grub_gfxterm_init): Added support for specifying
13272         list of video modes.
13274 2007-06-06  Robert Millan  <rmh@aybabtu.com>
13276         * util/update-grub_lib.in (convert_system_path_to_grub_path): Abort if
13277         file doesn't exist, or if it is in a filesystem grub can't read.
13279         * util/update-grub.in: Set fallback for GRUB_FS check to "unknown".  Do
13280         not abort if GRUB_DRIVE could not be defined.  Rearrange generated
13281         header comment to fit in 80 columns when the variables are resolved.
13283         * util/grub.d/00_header.in: Only set root variable when GRUB_DRIVE
13284         could be identified by update-grub.  Remove redundant check for
13285         unifont.pff existence (since convert_system_path_to_grub_path now
13286         handles that).
13288 2007-06-04  Robert Millan  <rmh@aybabtu.com>
13290         * conf/i386-efi.rmk (grub_probe_SOURCES): Add partmap/apple.c.
13292         * conf/i386-pc.rmk (grub_probe_SOURCES): Likewise.
13294         * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Add partmap/pc.c.
13296 2007-06-04  Robert Millan  <rmh@aybabtu.com>
13298         * conf/powerpc-ieee1275.rmk: Enable grub-mkdevicemap and grub-probe.
13300         * include/grub/partition.h: Declare grub_apple_partition_map_init and
13301         grub_apple_partition_map_fini.
13303         * util/biosdisk.c
13304         (grub_util_biosdisk_open): Replace BLKGETSIZE with BLKGETSIZE64 (needed
13305         to access >2 TiB disks).
13307         Print disk->total_sectors with %llu instead of %lu, since this
13308         variable is always 64-bit (prevents wrong disk size from being displayed
13309         on either >2 TiB disk or big-endian CPU).
13311         (grub_util_biosdisk_get_grub_dev): Convert gpt_partition_map handling
13312         into a generic case that supports all (sane) partition maps.
13314         Stop using grub_cpu_to_le32() on dos_part / bsd_part since it actually
13315         breaks big-endian.
13317         * util/grub-probe.c: Call grub_apple_partition_map_init() before probe()
13318         and grub_apple_partition_map_fini() after that.
13320 2007-06-01  Robert Millan  <rmh@aybabtu.com>
13322         * util/update-grub.in: Export GRUB_CMDLINE_LINUX.
13324         * util/grub.d/00_header.in: Only enable gfxterm when
13325         convert_system_path_to_grub_path() succeeds.
13327 2007-05-20  Robert Millan  <rmh@aybabtu.com>
13329         * util/update-grub_lib.in: New file.
13330         * DISTLIST: Add update-grub_lib.in.
13331         * conf/common.rmk: Generate update-grub_lib and install it in
13332         $(lib_DATA).
13333         * Makefile.in: Add install routine for $(lib_DATA).
13335         * util/grub.d/00_header.in: Use convert_system_path_to_grub_path()
13336         function provided by update-grub_lib to support arbitrary paths of
13337         unifont.pff.
13338         * util/update-grub.in: Use convert_system_path_to_grub_path() to
13339         initialize GRUB_DRIVE_BOOT and GRUB_DRIVE_BOOT_GRUB variables.
13341 2007-05-19  Robert Millan  <rmh@aybabtu.com>
13343         * commands/i386/cpuid.c: New module.
13344         * DISTLIST: Add it.
13345         * conf/i386-efi.rmk: Enable cpuid.mod.
13346         * conf/i386-pc.rmk: Likewise.
13348 2007-05-18  Jeroen Dekkers  <jeroen@dekkers.cx>
13350         * kern/disk.c (grub_disk_read): Check return value of
13351         grub_realloc().
13353 2007-05-18  Jeroen Dekkers  <jeroen@dekkers.cx>
13355         * util/getroot.c (grub_util_get_grub_dev): Support partitionable
13356         arrays.
13357         * disk/raid.c (grub_raid_open): Likewise.
13359 2007-05-17  Jeroen Dekkers  <jeroen@dekkers.cx>
13361         * util/biosdisk.c (linux_find_partition): Allocate real_dev on the
13362         stack instead of on the heap.
13364         * kern/disk.c (grub_disk_read): Make sure tmp_buf is big enough
13365         before doing a read on it.
13367         * configure.ac: Only use -fno-stack-protector for the target
13368         environment.
13370 2007-05-17  Jeroen Dekkers  <jeroen@dekkers.cx>
13372         * video/i386/pc/vbe.c (grub_video_vbe_create_render_target): Add
13373         __attribute_ ((unused)) to mode_type argument.
13375         * util/getroot.c (grub_guess_root_device): Fix #endif.
13377         * kern/misc.c (memcmp): Fix prototype.
13379         * include/grub/partition.h [GRUB_UTIL]
13380         (grub_gpt_partition_map_init): Add prototype.
13381         (grub_gpt_partition_map_fini): Likewise.
13383         * fs/jfs.c (struct grub_jfs_inode): Put __attribute__ ((packed)
13384         at the right place.
13386         * fs/fat.c (grub_fat_mount): Replace ~0UL with ~0U.
13387         (grub_fat_read_data): Likewise.
13388         (grub_fat_find_dir): Likewise.
13390         * font/manager.c (find_glyph): Make table a const.
13391         (grub_font_get_glyph): Remove bitmap from if statement.
13393 2007-05-16  Jeroen Dekkers  <jeroen@dekkers.cx>
13395         * util/getroot.c (grub_guess_root_device): Remove RAID and LVM
13396         code, first search for device in /dev/mapper, then in /dev.
13397         (grub_util_get_grub_dev): New function.
13398         * include/grub/util/getroot.h (grub_util_get_grub_dev): Add
13399         prototype.
13400         * util/grub-probe.c (probe): Remove check for RAID, call
13401         grub_util_get_grub_dev() instead of
13402         grub_util_biosdisk_get_grub_dev().
13403         * util/grub-emu.c (main): Call grub_util_get_grub_dev() instead of
13404         grub_util_biosdisk_get_grub_dev().
13405         * util/i386/pc/grub-setup.c (main): Likewise.
13407 2007-05-16  Robert Millan  <rmh@aybabtu.com>
13409         * DISTLIST: Update for the latest changes.
13410         * conf/i386-pc.rmk: Use the new paths for util/getroot.c,
13411         util/grub-mkdevicemap.c, util/grub-probe.c and util/biosdisk.c.
13412         * util/grub-emu.c: Replace grub/i386/pc/util/biosdisk.h with
13413         grub/util/biosdisk.h.
13414         * util/i386/pc/grub-setup.c: Replace grub/machine/util/biosdisk.h with
13415         grub/util/biosdisk.h.
13417 2007-05-16  Robert Millan  <rmh@aybabtu.com>
13419         * util/grub.d/00_header.in: Set default gfxmode to `640x480'.
13421 2007-05-16  Robert Millan  <rmh@aybabtu.com>
13423         * util/i386/efi/grub-install.in: New.
13424         * conf/i386-efi.rmk: Enable grub-mkdevicemap, grub-probe and the
13425         newly added grub-install.
13426         * util/biosdisk.c: Remove unnecessary grub/machine/biosdisk.h
13427         include.
13428         * util/getroot.c: Replace grub/i386/pc/util/biosdisk.h with
13429         grub/util/biosdisk.h.
13430         * util/grub-probe.c: Replace grub/machine/util/biosdisk.h with
13431         grub/util/biosdisk.h.
13433 2007-05-16  Robert Millan  <rmh@aybabtu.com>
13435         * include/grub/i386/pc/util/biosdisk.h: Moved to ...
13436         * include/grub/util/biosdisk.h: ... here.
13437         * util/i386/pc/biosdisk.c: Moved to ...
13438         * util/biosdisk.c: ... here.
13439         * util/i386/pc/getroot.c: Moved to ...
13440         * util/getroot.c: ... here.
13441         * util/i386/pc/grub-mkdevicemap.c: Moved to ...
13442         * util/grub-mkdevicemap.c: ... here.
13443         * util/i386/pc/grub-probe.c: Moved to ...
13444         * util/grub-probe.c: ... here.
13446 2007-05-15  Robert Millan  <rmh@aybabtu.com>
13448         * util/update-grub.in: Remove duplicated line in grub.cfg header
13449         message.
13451 2007-05-13  Robert Millan  <rmh@aybabtu.com>
13453         * util/update-grub.in: Fix a few assumptions about the devices holding
13454         /, /boot and /boot/grub being the same.
13455         * util/grub.d/00_header.in: Likewise.
13456         * util/grub.d/10_hurd.in: Likewise.
13457         * util/grub.d/10_linux.in: Likewise.
13459         * util/grub.d/10_linux.in: Implement Linux image sorting with arbitrary
13460         patterns.  Use that to define the `.old' suffix as older than `'.
13462         * util/grub.d/00_header.in: Set default gfxmode to `800x600x16'.
13464         * util/update-grub.in: Add a reference to ${sysconfdir}/default/grub in
13465         the grub.cfg header message.
13467 2007-05-11  Robert Millan  <rmh@aybabtu.com>
13469         * util/update-grub.in: Create device.map if it doesn't already exist,
13470         before attempting to run grub-probe.
13471         Check for grub-probe and grub-mkdevicemap with the same code
13472         grub-install is using.
13473         Remove test mode.
13475 2007-05-09  Jeroen Dekkers  <jeroen@dekkers.cx>
13477         * Makefile.in: Add the datarootdir autoconf variable.
13479 2007-05-09  Robert Millan  <rmh@aybabtu.com>
13481         * util/i386/pc/grub-probe.c (probe): When detecting partition map,
13482         fail gracefully if dev->disk->partition == NULL.
13484 2007-05-07  Robert Millan  <rmh@aybabtu.com>
13486         * util/i386/pc/grub-probe.c: Add `grub-probe -t partmap' parameter to
13487         determine partition map module.
13488         * util/i386/pc/grub-install.in: Use this feature to decide which
13489         partition module to load, instead of hardcoding pc and gpt.
13491 2007-05-07  Robert Millan  <rmh@aybabtu.com>
13493         * Makefile.in: Fix assumption that $(srcdir) has a trailing slash when
13494         source directory differs from build directory.
13496 2007-05-05  Robert Millan  <rmh@aybabtu.com>
13498         * util/powerpc/ieee1275/grub-install.in: Fix syntax error in pkglibdir
13499         initialisation.
13501 2007-05-05  Robert Millan  <rmh@aybabtu.com>
13503         * util/update-grub.in: Create ${grub_prefix} if it doesn't exist.
13505 2007-05-05  Robert Millan  <rmh@aybabtu.com>
13507         * util/grub.d/10_linux.in: Allow the administrator to insert Linux
13508         command-line arguments via ${GRUB_CMDLINE_LINUX}.
13510 2007-05-05  Robert Millan  <rmh@aybabtu.com>
13512         * conf/i386-pc.rmk (grub_setup_SOURCES): Add partmap/gpt.c.
13513         (grub_probe_SOURCES): Likewise.
13514         * util/i386/pc/biosdisk.c (grub_util_biosdisk_get_grub_dev): Detect
13515         GPT and initialize dos_part and bsd_part accordingly.
13516         * util/i386/pc/grub-setup.c (setup): Ditto for install_dos_part and
13517         install_bsd_part.
13518         (main): Activate gpt module for use during partition identification,
13519         and deactivate it afterwards.
13520         * util/i386/pc/grub-install.in: Add gpt module to core.img.
13521         * util/i386/pc/grub-probe.c (main): Activate gpt module for use during
13522         partition identification, and deactivate it afterwards.
13524 2007-05-05  Robert Millan  <rmh@aybabtu.com>
13526         * term/i386/pc/console.c (grub_console_fini): Call
13527         grub_term_set_current() before grub_term_unregister().
13529 2007-05-04  Robert Millan  <rmh@aybabtu.com>
13531         * DISTLIST: Add util/update-grub.in, util/grub.d/00_header.in,
13532         util/grub.d/10_hurd.in, util/grub.d/10_linux.in and util/grub.d/README.
13533         * Makefile.in: Build update-grub_SCRIPTS.  Install update-grub_SCRIPTS
13534         and update-grub_DATA.
13535         * conf/common.rmk: Build and install update-grub components.
13536         * conf/common.mk: Regenerate.
13537         * util/update-grub.in: New.  Core of update-grub.
13538         * util/grub.d/00_header.in: New.  Generates grub.cfg header.
13539         * util/grub.d/10_hurd.in: New.  Generates boot entries for the Hurd.
13540         * util/grub.d/10_linux.in: New.  Generates boot entries for Linux.
13541         * util/grub.d/README: New.  Document grub.d directory layout.
13543 2007-05-01  Robert Millan  <rmh@aybabtu.com>
13545         * util/grub-emu.c: Move initialization functions
13546         grub_util_biosdisk_init() and grub_init_all() before
13547         grub_util_biosdisk_get_grub_dev(), which relies on them.
13549 2007-04-19  Robert Millan  <rmh@aybabtu.com>
13551         * util/powerpc/ieee1275/grub-install.in: Initialize ${bindir}, since
13552         it is used later.
13554 2007-04-18  Jerone Young  <jerone@gmail.com>
13556         * kernel/elf.c: Add missing parenthesis for conditional statement
13557         stanza.
13559 2007-04-10  Jerone Young  <jerone@gmail.com>
13561         * util/i386/pc/getroot.c: Update so that if root device is /dev/root ,
13562         continue on and look for device node with real device name.
13564 2007-04-10  Jerone Young  <jerone@gmail.com>
13566         * configure.ac: Add argument for autoconf to use transformation
13567         ability.
13568         * Makefile.in: Add autoconf package transformation code.
13569         * util/i386/pc/grub-install.in: Likewise.
13570         * util/powerpc/ieee1275/grub-install.in: Likewise.
13572 2007-03-19  Yoshinori K. Okuji  <okuji@enbug.org>
13574         * fs/ext2.c (EXT2_GOOD_OLD_REVISION): New macro.
13575         (EXT2_GOOD_OLD_INODE_SIZE): Likewise.
13576         (EXT2_REVISION): Likewise.
13577         (EXT2_INODE_SIZE): Likewise.
13578         (struct grub_ext2_block_group): Added a missing member
13579         "used_dirs".
13580         (grub_ext2_read_inode): Divide by the inode size in a superblock
13581         instead of 128 to obtain INODES_PER_BLOCK.
13582         Use the macro EXT2_INODE_SIZE instead of directly using
13583         SBLOCK->INODE_SIZE.
13585 2007-03-18  Yoshinori K. Okuji  <okuji@enbug.org>
13587         * fs/ext2.c (grub_ext2_read_inode): Use the inode size in a
13588         superblock instead of the structure size to compute an
13589         offset. This fixes the problem that GRUB could not read a
13590         filesystem when inode size is different from 128-byte.
13592 2007-03-05  Marco Gerards  <marco@gnu.org>
13594         * normal/main.c (read_config_file): When "menu" is not set, create
13595         an initial context.
13597 2007-02-21  Hollis Blanchard  <hollis@penguinppc.org>
13599         * kern/powerpc/ieee1275/init.c (HEAP_SIZE): Removed.
13600         (HEAP_LIMIT): New macro.
13601         (grub_claim_heap): Claim memory up to `heaplimit'.
13603 2007-02-21  Hollis Blanchard  <hollis@penguinppc.org>
13605         * conf/powerpc-ieee1275.rmk (kernel_elf_LDFLAGS): Link at 64KB.
13606         * kern/powerpc/ieee1275/init.c (_end): Add declaration.
13607         (_start): Likewise.
13608         (grub_arch_modules_addr): Return address after `_end'.
13609         * util/powerpc/ieee1275/grub-mkimage.c: Include grub/misc.h.
13610         (load_modules): Use new parameter as `p_paddr' and `p_vaddr'.
13611         (add_segments): Calculate `_end' from phdr size and location.
13612         (ALIGN_UP): Moved to ...
13613         * include/grub/misc.h: here.
13614         * include/grub/powerpc/ieee1275/kernel.h (GRUB_IEEE1275_MOD_ALIGN):
13615         New macro.
13616         (GRUB_IEEE1275_MODULE_BASE): Removed.
13618 2007-02-20  Hollis Blanchard  <hollis@penguinppc.org>
13620         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Correct
13621         loop boundary.
13623 2007-02-20  Hollis Blanchard  <hollis@penguinppc.org>
13625         * include/grub/elfload.h (grub_elf32_load_hook_t): Return grub_err_t.
13626         All users updated.
13627         (grub_elf64_load_hook_t): Likewise.
13628         * kern/elf.c: Call `grub_error_push' before `grub_error'. Improve
13629         debug output.
13631 2007-02-20  Hollis Blanchard  <hollis@penguinppc.org>
13633         * kern/mm.c: Update copyright.
13634         (grub_mm_debug): Correct syntax error.
13635         (grub_mm_dump_free): New function.
13636         (grub_debug_free): Call `grub_free'.
13637         * include/grub/mm.h: Update copyright.
13638         (grub_mm_dump_free): Add declaration.
13640 2007-02-12  Hollis Blanchard  <hollis@penguinppc.org>
13642         * include/grub/ieee1275/ieee1275.h: Update copyright.
13643         * kern/powerpc/ieee1275/init.c: Likewise.
13644         * kern/powerpc/ieee1275/openfw.c: Likewise.
13646         * loader/powerpc/ieee1275/linux.c: Likewise.
13647         * include/grub/elfload.h: Likewise.
13648         * kern/elf.c: Likewise.
13649         (grub_elf32_load): Pass `base' and `size' parameters.  Update all
13650         callers.
13651         (grub_elf64_load): Likewise.
13652         (grub_elf32_load_segment): Move to a nested function.
13653         (grub_elf64_load_segment): Likewise.
13655 2007-02-12  Hollis Blanchard  <hollis@penguinppc.org>
13657         * include/grub/ieee1275/ieee1275.h (grub_available_iterate): New
13658         prototype.
13659         * kern/powerpc/ieee1275/init.c (grub_heap_start): Removed.
13660         (grub_heap_len): Likewise.
13661         (HEAP_SIZE): New macro.
13662         (grub_claim_heap): New function.
13663         (grub_machine_init): Don't claim heap directly.  Call
13664         `grub_claim_heap'.
13665         * kern/powerpc/ieee1275/openfw.c: Include alloca.h.
13666         (grub_available_iterate): New function.
13668 2007-02-03  Thomas Schwinge  <tschwinge@gnu.org>
13670         * aclocal.m4 (grub_CHECK_STACK_PROTECTOR): New definition.
13671         * configure.ac: Use it for testing the HOST and TARGET compilers.
13673 2006-12-13  Thomas Schwinge  <tschwinge@gnu.org>
13675         * Makefile.in (enable_grub_emu): New variable.
13676         * configure.ac (--enable-grub-emu): New option.
13677         Do the checks for (n)curses only if `--enable-grub-emu' is requested.
13678         * conf/i386-efi.rmk (sbin_UTILITIES): Add `grub-emu' only if requested.
13679         * conf/i386-pc.rmk: Likewise.
13680         * conf/powerpc-ieee1275.rmk: Likewise.
13681         * conf/sparc64-ieee1275.rmk (bin_UTILITIES): Likewise.
13683 2006-12-12  Marco Gerards  <marco@gnu.org>
13685         * include/grub/err.h (grub_err_t): Add `GRUB_ERR_MENU'.
13687         * kern/env.c (grub_env_unset): Don't free the member `value' when
13688         the type is GRUB_ENV_VAR_DATA, in this case it's a user defined
13689         pointer.
13691         * normal/main.c (current_menu): Removed.
13692         (free_menu): Unset the `menu' environment variable.
13693         (grub_normal_menu_addentry): Make use of the environment variable
13694         `menu', instead of using the global `current_menu'.  Allocate
13695         memory for the sourcecode of this entry.
13696         (read_config_file): New argument `nested', changed all callers.
13697         Only in the case of a new context, initialize a new menu.  Set the
13698         `menu' environment variable.
13699         (grub_normal_execute): Don't set and unset the environment
13700         variable `menu' here anymore.  Only free the menu when leaving the
13701         context.
13703         * util/i386/pc/biosdisk.c (linux_find_partition): Fixed a memory
13704         leak.
13706 2006-12-11  Marco Gerards  <marco@gnu.org>
13708         * normal/menu_entry.c (run): Fix off by one bug so the last line
13709         is executed.  Move the loader check to outside the loop.
13711 2006-12-08  Hollis Blanchard  <hollis@penguinppc.org>
13713         * kern/powerpc/ieee1275/cmain.c (cmain): Mark r3 and r4 as `UNUSED'.
13715 2006-11-25  Yoshinori K. Okuji  <okuji@enbug.org>
13717         * util/i386/pc/grub-mkimage.c (generate_image): Fix the offset of
13718         the number of sectors.  Reported by Andrey Shuvikov
13719         <mr_hyro@yahoo.com>.
13721 2006-11-11  Jeroen Dekkers  <jeroen@dekkers.cx>
13723         * kern/disk.c (grub_disk_read): When there is a read error, always
13724         try to read only the necessary data.
13726         * conf/i386-pc.rmk (grub_probe_SOURCES): Add disk/lvm.c and
13727         disk/raid.c.
13728         * include/grub/disk.h [GRUB_UTIL] (grub_raid_init): New
13729         prototype.
13730         [GRUB_UTIL] (grub_raid_fini): Likewise.
13731         [GRUB_UTIL] (grub_lvm_init): Likewise.
13732         [GRUB_UTIL] (grub_lvm_fini): Likewise.
13733         * util/i386/pc/grub-probe.c (probe): Check whether DEVICE_NAME is
13734         RAID device and copy DEVICE_NAME to DRIVE_NAME in that case.
13735         (main): Call grub_raid_init(), grub_lvm_init(), grub_lvm_fini()
13736         and grub_raid_fini().
13738 2006-11-09  Jeroen Dekkers  <jeroen@dekkers.cx>
13740         * include/grub/types.h (__unused): Rename to UNUSED.
13741         * kern/elf.c (grub_elf32_size): Use UNUSED instead of __unused.
13742         (grub_elf64_size): Likewise.
13744 2006-11-03  Hollis Blanchard  <hollis@penguinppc.org>
13746         * kern/elf.c (grub_elf_file): Call grub_file_seek. Call
13747         grub_error_push and grub_error_pop in the error-handling path.
13748         (grub_elf32_load_segment): Only call grub_file_read with non-zero
13749         length.
13751 2006-11-03  Hollis Blanchard  <hollis@penguinppc.org>
13753         * conf/i386-efi.rmk (grub_emu_SOURCES): Add kern/elf.c.
13754         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
13755         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
13756         (kernel_elf_SOURCES): Likewise.
13757         * conf/i386-efi.rmk (kernel_mod_HEADERS): Add elfload.h and cache.h.
13758         * conf/i386-pc.rmk (kernel_mod_HEADERS): Likewise.
13759         * conf/powerpc-ieee1275.rmk (kernel_elf_HEADERS): Likewise.
13760         * conf/sparc64-ieee1275.rmk (kernel_elf_HEADERS): Likewise.
13761         * conf/common.rmk (pkgdata_MODULES): Add elf.mod.
13762         (elf_mod_SOURCES): New variable.
13763         (elf_mod_CFLAGS): Likewise.
13764         (elf_mod_LDFLAGS): Likewise.
13765         * include/grub/types.h (__unused): New macro.
13766         * include/grub/elfload.h: New file.
13767         * kern/elf.c: Likewise.
13768         * loader/powerpc/ieee1275/linux.c: Include elfload.h.
13769         (ELF32_LOADMASK): New macro.
13770         (ELF64_LOADMASK): Likewise.
13771         (vmlinux): Removed.
13772         (grub_linux_load32): New function.
13773         (grub_linux_load64): Likewise.
13774         (grub_rescue_cmd_linux): Call grub_linux_load32 or grub_linux_load64.
13775         Use grub_elf_t instead of grub_file_t.
13777 2006-11-02  Hollis Blanchard  <hollis@penguinppc.org>
13779         * kern/ieee1275/ieee1275.c (grub_ieee1275_set_color): Add
13780         `catch_result' to struct set_color_args.
13782 2006-10-28  Yoshinori K. Okuji  <okuji@enbug.org>
13784         * normal/menu.c: Include grub/script.h.
13785         * normal/menu_entry.c: Likewise.
13786         * include/grub/normal.h: Do not include grub/script.h.
13788 2006-10-27  Hollis Blanchard  <hollis@penguinppc.org>
13790         * kern/disk.c (grub_disk_read): Correct debug printf formatting.
13792 2006-10-27  Hollis Blanchard  <hollis@penguinppc.org>
13794         * kern/disk.c (grub_disk_open): Print debug messages when opening a
13795         disk.
13796         (grub_disk_close): Print debug messages when closing a disk.
13797         (grub_disk_read): Print debug messages when disk read fails.
13798         * kern/fs.c (grub_fs_probe): Print debug messages when detecting
13799         filesystem type.
13800         * kern/partition.c: Include misc.h.
13801         (grub_partition_iterate): Print debug messages when detecting
13802         partition type.
13804 2006-10-27  Hollis Blanchard  <hollis@penguinppc.org>
13806         * disk/ieee1275/ofdisk.c (grub_ofdisk_read): Return error if `status'
13807         is negative.
13808         * kern/ieee1275/ieee1275.c (IEEE1275_IHANDLE_INVALID): Change to 0.
13810 2006-10-26  Hollis Blanchard  <hollis@penguinppc.org>
13812         * kern/powerpc/ieee1275/openfw.c (grub_ieee1275_encode_devname):
13813         Reverse GRUB_IEEE1275_FLAG_0_BASED_PARTITIONS test.
13815 2006-10-25  Jeroen Dekkers  <jeroen@dekkers.cx>
13817         * disk/lvm.c (grub_lvm_scan_device): Malloc sizeof(*lv) bytes
13818         instead of sizeof(lv). Patch by Michael Guntsche.
13820 2006-10-18  Jeroen Dekkers  <jeroen@dekkers.cx>
13822         * disk/lvm.c: Rename VGS to VG_LIST.
13823         (grub_lvm_iterate): Change VGS->LV to VG-LV.
13824         (grub_lvm_open): Likewise.
13825         Thanks to Michael Guntsche for finding this bug.
13827 2006-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
13829         * configure.ac (AC_INIT): Bumped to 1.95.
13831 2006-10-14  Robert Millan  <rmh@aybabtu.com>
13833         * util/i386/pc/getroot.c (grub_guess_root_device): Don't compare os_dev
13834         with "/dev/.static/dev/md".
13836 2006-10-14  Yoshinori K. Okuji  <okuji@enbug.org>
13838         * util/i386/pc/grub-probe.c (probe): Print DEVICE_NAME instead of
13839         DRIVE_NAME when grub_util_biosdisk_get_grub_dev fails. Open
13840         DRIVE_NAME instead of DEVICE_NAME. Make sure that DEVICE_NAME and
13841         DRIVE_NAME are always freed.
13843         * util/i386/pc/biosdisk.c (make_device_name): Add one into
13844         DOS_PART, as a DOS partition is counted from one instead of zero
13845         now. Reported by Robert Millan.
13847 2006-10-14  Robert Millan  <rmh@aybabtu.com>
13849         * util/i386/pc/getroot.c (grub_guess_root_device): Stop using
13850         grub_util_biosdisk_get_grub_dev to convert system device to GRUB device.
13851         * util/grub-emu.c (main): Use grub_util_biosdisk_get_grub_dev with the
13852         string returned by grub_guess_root_device.
13853         * util/i386/pc/grub-setup.c: Likewise.
13854         * util/i386/pc/grub-probefs.c: Likewise.
13856         * util/i386/pc/grub-probefs.c: Rename to ...
13857         * util/i386/pc/grub-probe.c: ... this.
13858         * DISTLIST: Remove grub-probefs, add grub-probe.
13859         * conf/i386-efi.rmk: Likewise.
13860         * conf/i386-pc.rmk: Likewise.
13861         * util/i386/pc/grub-install.in: Likewise.
13863         * util/i386/pc/grub-probe.c: Add --target=(fs|device|drive) option to
13864         choose which information we want to print.
13866 2006-10-14  Yoshinori K. Okuji  <okuji@enbug.org>
13868         * DISTLIST: Added commands/echo.c, disk/lvm.c, disk/raid.c,
13869         include/grub/bitmap.h, include/grub/lvm.h, include/grub/raid.h,
13870         include/grub/i386/pc/vbeutil.h, include/grub/util/lvm.h,
13871         include/grub/util/raid.h, util/lvm.c, util/raid.c, video/bitmap.c,
13872         video/readers/tga.c and video/i386/pc/vbeutil.c.
13874 2006-10-14  Jeroen Dekkers  <jeroen@dekkers.cx>
13876         Added support for RAID and LVM.
13878         * disk/lvm.c: New file.
13879         * disk/raid.c: Likewise.
13880         * include/grub/lvm.h: Likewise.
13881         * include/grub/raid.h: Likewise.
13882         * include/grub/util/lvm.h: Likewise.
13883         * include/grub/util/raid.h: Likewise.
13884         * util/lvm.c: Likewise.
13885         * util/raid.c: Likewise.
13887         * include/grub/disk.h (grub_disk_dev_id): Add
13888         GRUB_DISK_DEVICE_RAID_ID and GRUB_DISK_DEVICE_LVM_ID.
13889         (grub_disk_get_size): New prototype.
13890         * kern/disk.c (grub_disk_open): Check whether grub_partition_probe()
13891         returns a partition.
13892         (grub_disk_get_size): New function.
13894         * kern/i386/pc/init.c (make_install_device): Copy the prefix
13895         verbatim if grub_install_dos_part is -2.
13897         * util/i386/pc/getroot.c (grub_guess_root_device): Support RAID
13898         and LVM devices.
13900         * util/i386/pc/grub-setup.c (setup): New argument
13901         MUST_EMBED. Force embedding of GRUB when the argument is
13902         true. Close FILE before returning.
13903         (main): Add support for RAID and LVM.
13905         * conf/common.rmk: Add RAID and LVM modules.
13906         * conf/i386-pc.rmk (grub_setup_SOURCES): Add util/raid.c and
13907         util/lvm.c.
13908         (grub_emu_SOURCES): Add disk/raid.c and disk/lvm.c.
13910         * kern/misc.c (grub_strstr): New function.
13911         * include/grub/misc.h (grub_strstr): New prototype.
13913 2006-10-10  Tristan Gingold  <tristan.gingold@bull.net>
13915         * include/grub/efi/api.h (GRUB_EFI_ERROR_CODE): Long constant.
13917 2006-10-05  Tristan Gingold  <tristan.gingold@bull.net>
13919         * kern/misc.c (grub_strtoull): Guess the base only if not
13920         specified.
13922 2006-10-01  Hollis Blanchard  <hollis@penguinppc.org>
13924         * kern/powerpc/ieee1275/cmain.c (cmain): Remove incomplete Old World
13925         PowerMac support.
13927 2006-10-01  Hollis Blanchard  <hollis@penguinppc.org>
13929         * disk/ieee1275/ofdisk.c (grub_ofdisk_iterate): Cast `size' to long.
13931         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_next_property):
13932         Remove `flags' argument.  All callers changed.
13933         * kern/ieee1275/ieee1275.c (IEEE1275_PHANDLE_ROOT): Removed.
13934         (IEEE1275_IHANDLE_INVALID): New variable.
13935         (IEEE1275_CELL_INVALID): New variable.
13936         (grub_ieee1275_finddevice, grub_ieee1275_get_property,
13937         grub_ieee1275_get_property_length, grub_ieee1275_instance_to_package,
13938         grub_ieee1275_package_to_path, grub_ieee1275_instance_to_path,
13939         grub_ieee1275_peer, grub_ieee1275_child, grub_ieee1275_open,
13940         grub_ieee1275_claim, grub_ieee1275_set_property): Error-check return
13941         codes from Open Firmware.  All callers updated.
13942         (grub_ieee1275_next_property): Directly return Open Firmware return
13943         code.
13944         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options):
13945         Standardize error checking from `grub_ieee1275_get_property'.
13946         * kern/powerpc/ieee1275/openfw.c (grub_devalias_iterate): Rename
13947         `devalias' to `aliases'.  Correct comments.  Consolidate error paths.
13949 2006-10-01  Hollis Blanchard  <hollis@penguinppc.org>
13951         * kern/ieee1275/ieee1275.c (grub_ieee1275_instance_to_path): Rename
13952         `instance_to_package_args' to `instance_to_path_args'.
13954         * kern/powerpc/ieee1275/init.c (grub_machine_init): Use
13955         `grub_ieee1275_chosen'.
13957         * term/ieee1275/ofconsole.c (grub_ofconsole_init): Call
13958         `grub_ieee1275_interpret'.
13960 2006-09-25  Hollis Blanchard  <hollis@penguinppc.org>
13962         * util/powerpc/ieee1275/grub-mkimage.c: Include config.h.
13964 2006-09-25  Hollis Blanchard  <hollis@penguinppc.org>
13966         * include/grub/powerpc/libgcc.h (__floatdisf): New prototype.
13967         (__cmpdi): Likewise.
13969         * kern/powerpc/ieee1275/openfw.c (grub_devalias_iterate): Pass 0 as
13970         `flags' to `grub_ieee1275_next_property'.  Change `pathlen' to type
13971         `grub_ssize_t'.
13973         * kern/powerpc/ieee1275/cmain.c: Include grub/misc.h.
13975         * loader/powerpc/ieee1275/linux.c (grub_linux_boot): Change `actual'
13976         to type `grub_ssize_t'.
13977         (grub_rescue_cmd_linux): Cast -1 to `grub_off_t'.
13979 2006-09-22  Marco Gerards  <marco@gnu.org>
13981         * normal/script.c (grub_script_create_cmdmenu): Skip leading
13982         newlines.
13984 2006-09-22  Marco Gerards  <marco@gnu.org>
13986         * commands/echo.c: New file.
13988         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `commands/echo.c'.
13990         * conf/common.rmk (echo_mod_SOURCES): New variable.
13991         (echo_mod_CFLAGS): Likewise.
13992         (echo_mod_LDFLAGS): Likewise.
13994 2006-09-22  Marco Gerards  <marco@gnu.org>
13996         * normal/main.c (get_line): Malloc memory instead of using
13997         preallocated memory.  Removed the arguments `cmdline' and
13998         `max_len'.  Updated all callers.
14000 2006-09-22  Marco Gerards  <marco@gnu.org>
14002         * conf/i386-efi.rmk (grub_emu_DEPENDENCIES): New variable.
14003         (normal_mod_DEPENDENCIES): Likewise.
14005         * conf/powerpc-ieee1275.rmk (grub_emu_DEPENDENCIES): Likewise.
14006         (normal_mod_DEPENDENCIES): Likewise.
14008         * conf/sparc64-ieee1275.rmk (normal_mod_DEPENDENCIES): Likewise.
14010 2006-09-22  Johan Rydberg  <jrydberg@gnu.org>
14012         * genmk.rb: Add DEPENDENCIES variables to modules, utilities, and
14013         programs.
14014         * conf/i386-pc.rmk (grub_emu_DEPENDENCIES): Declare.
14015         (normal_mod_DEPENDENCIES): Likewise.
14016         * conf/i386-pc.mk: Regenerate.
14017         * conf/i386-efi.mk: Likewise
14018         * conf/common.mk: Likewise.
14019         * conf/powerpc-ieee1275.mk: Likewise.
14020         * conf/sparc64-ieee1275.mk: Likewise.
14022 2006-09-22  Robert Millan  <rmh@aybabtu.com>
14024         Sync with i386 version.
14025         * conf/powerpc-ieee1275.rmk (bin_UTILITIES): Remove grub-emu, add grub-mkimage.
14026         * conf/powerpc-ieee1275.rmk (sbin_UTILITIES): Remove grub-mkimage, add grub-emu.
14028 2006-09-21  Robert Millan  <rmh@aybabtu.com>
14030         Import from GRUB Legacy (lib/device.c):
14031         * util/i386/pc/grub-mkdevicemap.c (get_i2o_disk_name): New function.
14032         (init_device_map) [__linux__]: Add support for I2O devices.
14034 2006-09-14  Marco Gerards  <marco@gnu.org>
14036         * conf/i386-pc.rmk (COMMON_LDFLAGS): Use `-m32' instead of
14037         `-melf_i386'.
14039 2006-09-14  Robert Millan  <rmh@aybabtu.com>
14041         * util/i386/pc/grub-install.in: Skip menu.lst when removing
14042         /boot/grub/*.lst.
14044         * util/i386/pc/getroot.c: Don't recurse into dotdirs (e.g. ".static").
14046         * util/i386/pc/grub-mkdevicemap.c: Make sure the floppy device exists
14047         before adding it to device.map.
14049 2006-08-15  Johan Rydberg  <jrydberg@gnu.org>
14051         * genmk.rb: Let GCC generate dependencies the first time it
14052         compiles a file; using the -MD option.
14053         * conf/common.mk: Regenerate.
14054         * conf/i386-pc.mk: Likewise.
14055         * conf/i386-efi.mk: Likewise.
14056         * conf/powerpc-ieee1275.mk: Likewise.
14057         * conf/sparc64-ieee1275.mk: Likewise.
14059 2006-08-04  Yoshinori K. Okuji  <okuji@enbug.org>
14061         Move the prototypes of grub_setjmp and grub_longjmp to
14062         cpu/setjmp.h, so that each architecture may specify different
14063         attributes.
14065         * include/grub/i386/setjmp.h (grub_setjmp): New prototype.
14066         (grub_longjmp): Likewise.
14067         * include/grub/powerpc/setjmp.h (grub_setjmp): Likewise..
14068         (grub_longjmp): Likewise.
14069         * include/grub/sparc64/setjmp.h (grub_setjmp): Likewise..
14070         (grub_longjmp): Likewise.
14072         * include/grub/setjmp.h [!GRUB_UTIL] (grub_setjmp): Removed.
14073         [!GRUB_UTIL] (grub_longjmp): Removed.
14075 2006-08-01  Pelletier Vincent  <subdino2004@yahoo.fr>
14077         * kern/ieee1275/ieee1275.c (grub_ieee1275_set_color): IEEE1275
14078         "color!" method does not return any value.
14080 2006-07-29  Vesa Jaaskelainen  <chaac@nic.fi>
14082         * include/grub/bitmap.h: New file.
14084         * include/grub/i386/pc/vbeutil.h: Likewise.
14086         * video/bitmap.c: Likewise.
14088         * video/readers/tga.c: Likewise.
14090         * video/i386/pc/vbeutil.c: Likewise.
14092         * commands/videotest.c: Code cleanup and updated to reflect to new
14093         video API.
14095         * term/gfxterm.c: Likewise.
14097         * video/video.c: Likewise.
14099         * conf/i386-pc.rmk (pkgdata_MODULES): Added tga.mod and bitmap.mod.
14100         (vbe_mod_SOURCES): Added video/i386/pc/vbeutil.c.
14101         (bitmap_mod_SOURCES): New entry.
14102         (bitmap_mod_CFLAGS): Likewise.
14103         (bitmap_mod_LDFLAGS): Likewise.
14104         (tga_mod_SOURCES): Likewise.
14105         (tga_mod_CFLAGS): Likewise.
14106         (tga_mod_LDFLAGS): Likewise.
14108         * include/grub/video.h (grub_video_blit_operators): New enum type.
14109         (grub_video_render_target): Changed as forward declaration and moved
14110         actual definition to be video driver specific.
14111         (grub_video_adapter.blit_bitmap): Added blitting operator.
14112         (grub_video_adapter.blit_render_target): Likewise.
14113         (grub_video_blit_bitmap): Likewise.
14114         (grub_video_blit_render_target): Likewise.
14116         * include/grub/i386/pc/vbe.h (grub_video_render_target): Added
14117         driver specific render target definition.
14118         (grub_video_vbe_map_rgba): Added driver internal helper.
14119         (grub_video_vbe_unmap_color): Updated to use
14120         grub_video_i386_vbeblit_info.
14121         (grub_video_vbe_get_video_ptr): Likewise.
14123         * include/grub/i386/pc/vbeblit.h
14124         (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8A8): Updated to use
14125         grub_video_i386_vbeblit_info.
14126         (grub_video_i386_vbeblit_R8G8B8_R8G8B8A8): Likewise.
14127         (grub_video_i386_vbeblit_index_R8G8B8A8): Likewise.
14128         (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8): Likewise.
14129         (grub_video_i386_vbeblit_R8G8B8_R8G8B8): Likewise.
14130         (grub_video_i386_vbeblit_index_R8G8B8): Likewise.
14131         (grub_video_i386_vbeblit_index_index): Likewise.
14132         (grub_video_i386_vbeblit_R8G8B8X8_R8G8B8X8): New blitter function.
14133         (grub_video_i386_vbeblit_R8G8B8_R8G8B8X8): Likewise.
14134         (grub_video_i386_vbeblit_index_R8G8B8X8): Likewise.
14135         (grub_video_i386_vbeblit_blend): Added generic blitter for blend
14136         operator.
14137         (grub_video_i386_vbeblit_replace): Added generic blitter for replace
14138         operator.
14140         * video/i386/pc/vbeblit.c: Updated to reflect changes on
14141         include/grub/i386/pc/vbeblit.h.
14143         * include/grub/i386/pc/vbefill.h (grub_video_i386_vbefill_R8G8B8A8):
14144         Updated to use grub_video_i386_vbeblit_info.
14145         (grub_video_i386_vbefill_R8G8B8): Likewise.
14146         (grub_video_i386_vbefill_index): Likewise.
14147         (grub_video_i386_vbefill): Added generic filler.
14149         * video/i386/pc/vbefill.c: Updated to reflect changes on
14150         include/grub/i386/pc/vbefill.h.
14152         * video/i386/pc/vbe.c (grub_video_vbe_get_video_ptr): Updated to use
14153         grub_video_i386_vbeblit_info.
14154         (grub_video_vbe_unmap_color): Likewise.
14155         (grub_video_vbe_blit_glyph): Likewise.
14156         (grub_video_vbe_scroll): Likewise.
14157         (grub_video_vbe_draw_pixel): Removed function.
14158         (grub_video_vbe_get_pixel): Likewise.
14159         (grub_video_vbe_fill_rect): Moved all blitters to vbefill.c and
14160         updated code to use it.
14161         (common_blitter): Added common blitter for render target and bitmap.
14162         (grub_video_vbe_blit_bitmap): Updated to use common_blitter.
14163         (grub_video_vbe_blit_render_target): Likewise.
14165 2006-07-30  Johan Rydberg  <jrydberg@gnu.org>
14167         * kern/efi/efi.c (grub_efi_set_text_mode): Assume console already
14168         is in text mode if there is no console control protocol instance
14169         available.
14171 2006-07-29  Vesa Jaaskelainen  <chaac@nic.fi>
14173         * include/grub/video.h: Code cleanup.
14175         * include/grub/i386/pc/vbe.h: Likewise.
14177         * video/i386/pc/vbe.c: Likewise.
14179         * video/i386/pc/vbeblit.c: Likewise.
14181         * video/i386/pc/vbefill.c: Likewise.
14183         * video/video.c: Likewise.  Also added more comments.
14185 2006-07-29  Vesa Jaaskelainen  <chaac@nic.fi>
14187         * disk/i386/pc/biosdisk.c (struct grub_biosdisk_drp): Moved to ...
14188         (struct grub_biosdisk_dap): Likewise.
14190         * include/grub/i386/pc/biosdisk.h: ... to here.  Also corrected
14191         linkage settings for all functions.
14193 2006-07-12  Marco Gerards  <marco@gnu.org>
14195         * configure.ac (--enable-mm-debug): Fix typo.
14197         * genkernsyms.sh.in: Use proper quoting for `CC'.
14199 2006-07-02  Jeroen Dekkers  <jeroen@dekkers.cx>
14201         * conf/i386-pc.rmk (COMMON_ASFLAGS): Add "-m32".
14202         (normal_mod_ASFLAGS): Remove "-m32".
14204 2006-06-14  Yoshinori K. Okuji  <okuji@enbug.org>
14206         * util/misc.c: Include config.h.
14207         [!HAVE_MEMALIGN]: Do not include malloc.h.
14208         (grub_memalign): Use posix_memalign, if present. Then, use
14209         memalign, if present. Otherwise, emit an error.
14211         * util/grub-emu.c: Do not include malloc.h.
14213         * include/grub/util/misc.h: Include unistd.h. This is required for
14214         FreeBSD, because off_t is defined in unistd.h. Reported by Harley
14215         D. Eades III <hde@foobar-qux.org>.
14217         * configure.ac (AC_GNU_SOURCE): Added.
14218         (AC_CHECK_FUNCS): Check posix_memalign and memalign for the host
14219         type.
14221 2006-06-09  Yoshinori K. Okuji  <okuji@enbug.org>
14223         * loader/i386/pc/linux.c (grub_rescue_cmd_initrd): Make sure that
14224         ADDR_MAX does not exceed GRUB_LINUX_INITRD_MAX_ADDRESS.
14226 2006-06-07  Jeroen Dekkers  <jeroen@dekkers.cx>
14228         * include/grub/types.h (grub_host_addr_t): Rename to
14229         grub_target_addr_t.
14230         (grub_host_off_t): Rename to grub_target_off_t.
14231         (grub_host_size_t): Rename to grub_target_size_t.
14232         (grub_host_ssize_t): Rename to grub_target_ssize_t.
14233         Refer to GRUB_TARGET_SIZEOF_VOID_P to define those variables.
14235         * include/grub/kernel.h (struct grub_module_header): Change type
14236         of OFFSET to grub_target_off_t and type of SIZE to grub_target_size_t.
14237         (grub_module_info): Likewise.
14239 2006-06-05  Yoshinori K. Okuji  <okuji@enbug.org>
14241         * loader/i386/pc/linux.c (grub_rescue_cmd_initrd): The conditional
14242         of checking LINUX_MEM_SIZE was reverse. Reported by Jesus
14243         Velazquez <jesus.velazquez@gmail.com>.
14245 2006-06-05  Yoshinori K. Okuji  <okuji@enbug.org>
14247         Count partitions from 1 instead of 0 in the string representation
14248         of partitions. Still use 0-based internally.
14250         * partmap/sun.c (grub_sun_is_valid): A cosmetic change.
14251         (sun_partition_map_iterate): Use grub_partition_t instead of
14252         struct grub_partition *. Cast DESC->START_CYLINDER to
14253         grub_uint64_t after converting the endian.
14254         (sun_partition_map_probe): Subtract 1 for PARTNUM.
14255         (sun_partition_map_get_name): Add 1 to P->INDEX.
14257         * partmap/pc.c (grub_partition_parse): Subtract 1 for
14258         PCDATA->DOS_PART.
14259         (pc_partition_map_get_name): Add 1 into PCDATA->DOS_PART.
14261         * partmap/gpt.c (gpt_partition_map_iterate): Initialize PARTNO to
14262         zero instead of one.
14263         (gpt_partition_map_probe): Subtract 1 for PARTNUM.
14264         (gpt_partition_map_get_name): Add 1 into P->INDEX.
14266         * partmap/apple.c (apple_partition_map_iterate): Change the type
14267         of POS to unsigned.
14268         (apple_partition_map_probe): Subtract 1 for PARTNUM.
14269         (apple_partition_map_get_name): Add 1 into P->INDEX.
14271         * partmap/amiga.c (amiga_partition_map_iterate): Change the type
14272         of POS to unsigned.
14273         (amiga_partition_map_iterate): Cast NEXT to grub_off_t to
14274         calculate the offset of a partition.
14275         (amiga_partition_map_probe): Subtract 1 for PARTNUM.
14276         (amiga_partition_map_get_name): Add 1 into P->INDEX.
14278         * partmap/acorn.c (acorn_partition_map_find): Change the type of
14279         SECTOR to grub_disk_addr_t.
14280         (acorn_partition_map_iterate): Likewise.
14281         (acorn_partition_map_probe): Subtract 1 for PARTNUM.
14282         Change the type of SECTOR to grub_disk_addr_t. Declare P on the
14283         top.
14284         (acorn_partition_map_get_name): Add 1 into P->INDEX.
14286         * kern/i386/pc/init.c (make_install_device): Add 1 into
14287         GRUB_INSTALL_DOS_PART.
14289         * fs/iso9660.c (grub_iso9660_mount): Fixed a reversed
14290         conditional.
14292 2006-06-04  Yoshinori K. Okuji  <okuji@enbug.org>
14294         Clean up the code to support 64-bit addressing in disks and
14295         files. This change is not enough for filesystems yet.
14297         * util/i386/pc/grub-setup.c (struct boot_blocklist): Change the
14298         type of "start" to grub_uint64_t.
14299         (setup): Change the types of KERNEL_SECTOR and FIRST_SECTOR to
14300         grub_disk_addr_t * and grub_disk_addr_t. Fix the format string in
14301         save_first_sector and save_blocklists. Use grub_le_to_cpu64 to
14302         convert addresses.
14304         * util/i386/pc/biosdisk.c (open_device): Change the type of SECTOR
14305         to grub_disk_addr_t.
14307         * partmap/gpt.c (gpt_partition_map_iterate): Fix the format
14308         string.
14310         * partmap/pc.c (pc_partition_map_iterate): Likewise.
14312         * partmap/amiga.c (amiga_partition_map_iterate): Cast RDSK.MAGIC
14313         to char *.
14315         * normal/script.c (grub_script_parse): Remove unused MEMFREE.
14317         * normal/parser.y (YYLTYPE_IS_TRIVIAL): New macro.
14319         * normal/lexer.c (grub_script_yyerror): Specify unused to LEX.
14321         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf64): Cast -1
14322         to grub_off_t, to detect an error from grub_file_seek.
14323         (grub_multiboot_load_elf32): Likewise.
14325         * kern/misc.c (grub_strtoul): Use grub_strtoull. Return the
14326         maximum unsigned long value when an overflow is detected.
14327         (grub_strtoull): New function.
14328         (grub_divmod64): Likewise.
14329         (grub_lltoa): use grub_divmod64.
14331         * kern/fs.c (struct grub_fs_block): Change the type of "offset" to
14332         grub_disk_addr_t.
14333         (grub_fs_blocklist_open): Increase P if P is not NULL to advance
14334         the pointer to next character. Use grub_strtoull instead of
14335         grub_strtoul.
14336         (grub_fs_blocklist_read): Change the types of SECTOR, OFFSET and
14337         SIZE to grub_disk_addr_t, grub_off_t and grub_size_t,
14338         respectively.
14340         * kern/file.c (grub_file_read): Prevent an overflow of LEN, as the
14341         return value is signed.
14342         (grub_file_seek): Change the type of OLD to grub_off_t. Do not
14343         test if OFFSET is less than zero, as OFFSET is unsigned now.
14345         * kern/disk.c (struct grub_disk_cache): Change the type of
14346         "sector" to grub_disk_addr_t.
14347         (grub_disk_cache_get_index): Change the type of SECTOR to
14348         grub_disk_addr_t. Calculate the hash with SECTOR casted to
14349         unsigned after shifting.
14350         (grub_disk_cache_invalidate): Change the type of SECTOR to
14351         grub_disk_addr_t.
14352         (grub_disk_cache_unlock): Likewise.
14353         (grub_disk_cache_store): Likewise.
14354         (grub_disk_check_range): Change the types of SECTOR, OFFSET, SIZE,
14355         START and LEN to grub_disk_addr_t *, grub_off_t *, grub_size_t,
14356         grub_disk_addr_t and grub_uint64_t, respectively.
14357         (grub_disk_read): Use an unsigned variable REAL_OFFSET for the
14358         body, as the value of OFFSET is tweaked by
14359         grub_disk_check_range. Change the types of START_SECTOR, LEN and
14360         POS to grub_disk_addr_t, grub_size_t and grub_size_t,
14361         respectively.
14362         (grub_disk_write): Use an unsigned variable REAL_OFFSET for the
14363         body, as the value of OFFSET is tweaked by
14364         grub_disk_check_range. Change the types of LEN and N to
14365         grub_size_t.
14367         * io/gzio.c (struct grub_gzio): Change the types of "data_offset"
14368         and "saved_offset" to grub_off_t.
14369         (test_header): Cast BUF to char *.
14370         (get_byte): Cast GZIO->DATA_OFFSET to grub_off_t. Cast GZIO->INBUF
14371         to char *.
14372         (grub_gzio_read): Change the types of OFFSET and SIZE to
14373         grub_off_t and grub_size_t, respectively.
14375         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_FORCE_LBA):
14376         Removed.
14377         (GRUB_BOOT_MACHINE_BOOT_DRIVE): Changed to 0x4c.
14378         (GRUB_BOOT_MACHINE_KERNEL_ADDRESS): Changed to 0x40.
14379         (GRUB_BOOT_MACHINE_KERNEL_SEGMENT): Changed to 0x42.
14380         (GRUB_BOOT_MACHINE_DRIVE_CHECK): Changed to 0x4e.
14381         (GRUB_BOOT_MACHINE_LIST_SIZE): Increased to 12.
14383         * include/grub/types.h (grub_off_t): Unconditionally set to
14384         grub_uint64_t.
14385         (grub_disk_addr_t): Changed to grub_uint64_t.
14387         * include/grub/partition.h (struct grub_partition): Change the
14388         types of "start", "len" and "offset" to grub_disk_addr_t,
14389         grub_uint64_t and grub_disk_addr_t, respectively.
14390         (grub_partition_get_start): Return grub_disk_addr_t.
14391         (grub_partition_get_len): Return grub_uint64_t.
14393         * include/grub/misc.h (grub_strtoull): New prototype.
14394         (grub_divmod64): Likewise.
14396         * include/grub/fshelp.h (grub_fshelp_read_file): Change the types
14397         of SECTOR, LEN and FILESIZE to grub_disk_addr_t, grub_size_t and
14398         grub_off_t, respectively.
14399         All callers and references changed.
14401         * include/grub/fs.h (struct grub_fs): Change the type of LEN to
14402         grub_size_t in "read".
14403         All callers and references changed.
14405         * include/grub/file.h (struct grub_file): Change the types of
14406         "offset" and "size" to grub_off_t and grub_off_t,
14407         respectively. Change the type of SECTOR to grub_disk_addr_t in
14408         "read_hook".
14409         (grub_file_read): Change the type of LEN to grub_size_t.
14410         (grub_file_seek): Return grub_off_t. Change the type of OFFSET to
14411         grub_off_t.
14412         (grub_file_size): Return grub_off_t.
14413         (grub_file_tell): Likewise.
14414         All callers and references changed.
14416         * include/grub/disk.h (struct grub_disk_dev): Change the types of
14417         SECTOR and SIZE to grub_disk_addr_t and grub_size_t in "read" and
14418         "write".
14419         (struct grub_disk): Change the type of "total_sectors" to
14420         grub_uint64_t. Change the type of SECTOR to grub_disk_addr_t in
14421         "read_hook".
14422         (grub_disk_read): Change the types of SECTOR, OFFSET and SIZE to
14423         grub_disk_addr_t, grub_off_t and grub_size_t, respectively.
14424         (grub_disk_write): Likewise.
14425         All callers and references changed.
14427         * fs/iso9660.c (grub_iso9660_susp_iterate): Cast parameters to
14428         char * for grub_strncmp to silence gcc.
14429         (grub_iso9660_mount): Likewise.
14430         (grub_iso9660_mount): Likewise.
14431         (grub_iso9660_read_symlink): Likewise. Also, remove the nonsense
14432         return statement.
14433         (grub_iso9660_iterate_dir): Likewise.
14434         (grub_iso9660_label): Cast DATA->VOLDESC.VOLNAME to char *.
14436         * fs/hfs.c (grub_hfs_read_file): Change the types of SECTOR and
14437         LEN to grub_disk_addr_t and grub_size_t, respectively.
14439         * fs/hfsplus.c (grub_hfsplus_read_file): Likewise.
14441         * fs/jfs.c (grub_jfs_read_file): Likewise.
14443         * fs/minix.c (grub_jfs_read_file): Likewise.
14445         * fs/sfs.c (grub_jfs_read_file): Likewise.
14447         * fs/ufs.c (grub_jfs_read_file): Likewise.
14449         * fs/xfs.c (grub_jfs_read_file): Likewise.
14451         * fs/fat.c (grub_fat_read_data): Change the types of SECTOR, LEN
14452         and SIZE to grub_disk_addr_t, grub_size_t and grub_size_t,
14453         respectively.
14455         * fs/ext2.c (grub_ext2_read_block): When an error happens, set
14456         BLKNR to -1 instead of returning GRUB_ERRNO.
14457         (grub_ext2_read_file): Change the types of SECTOR and
14458         LEN to grub_disk_addr_t and grub_size_t, respectively.
14460         * fs/affs.c (grub_affs_read_file): Change the types of SECTOR and
14461         LEN to grub_disk_addr_t and grub_size_t, respectively.
14463         * font/manager.c (grub_font_get_glyph): Cast BITMAP to char * for
14464         grub_file_read.
14466         * disk/ieee1275/ofdisk.c (grub_ofdisk_read): Fix the format
14467         string. Do not cast SECTOR explicitly.
14469         * disk/i386/pc/biosdisk.c (grub_biosdisk_open): Change the type of
14470         TOTAL_SECTORS to grub_uint64_t. Do not mask DRP->TOTAL_SECTORS.
14471         (grub_biosdisk_rw): Change the types of SECTOR and SIZE to
14472         grub_disk_addr_t and grub_size_t, respectively. If the sector is
14473         over 2TB and LBA mode is not supported, raise an error.
14474         (get_safe_sectors): New function.
14475         (grub_biosdisk_read): Use get_safe_sectors.
14476         (grub_biosdisk_write): Likewise.
14478         * disk/efi/efidisk.c (grub_efidisk_read): Fix the format string.
14479         (grub_efidisk_write): Likewise.
14481         * disk/loopback.c (delete_loopback): Cosmetic changes.
14482         (grub_cmd_loopback): Likewise. Also, test NEWDEV->FILENAME
14483         correctly.
14484         (grub_loopback_open): Likewise.
14485         (grub_loopback_read): Likewise. Also, change the type of POS to
14486         grub_off_t, and fix the usage of grub_memset.
14488         * commands/i386/pc/play.c: Include grub/machine/time.h.
14490         * commands/ls.c (grub_ls_list_files): Use "llu" instead of "d" to
14491         print FILE->SIZE.
14493         * commands/configfile.c: Include grub/env.h.
14495         * commands/cmp.c (grub_cmd_cmp): Do not use ERR, but use
14496         GRUB_ERRNO directly instead. Change the type of POS to
14497         grub_off_t. Follow the coding standard.
14499         * commands/blocklist.c: Include grub/partition.h.
14500         (grub_cmd_blocklist): Return an error if the underlying device is
14501         not a disk. Take the starting sector of a partition into account,
14502         if a partition is used.
14504         * boot/i386/pc/diskboot.S (bootloop): Adapted to the new offset of
14505         a length field.
14506         (lba_mode): Support 64-bit addresses.
14507         (chs_mode): Likewise.
14508         (copy_buffer): Adapted to the new offsets of a length field and a
14509         segment field.
14510         (blocklist_default_start): Allocate 64-bit space.
14512         * boot/i386/pc/boot.S (force_lba): Removed.
14513         (boot_drive): Moved to under KERNEL_SECTOR.
14514         (kernel_sector): Moved to under KERNEL_SEGMENT. Allocate 64-bit
14515         space.
14516         (real_start): Set %si earlier. Remove code for FORCE_LBA, since it
14517         is useless.
14518         (lba_mode): Refactored to support a 64-bit address. More size
14519         optimization.
14520         (setup_sectors): Likewise.
14522 2006-06-04  Yoshinori K. Okuji  <okuji@enbug.org>
14524         * DISTLIST: Added include/grub/i386/linux.h. Removed
14525         include/grub/i386/pc/linux.h
14527         * configure.ac (AC_INIT): Bumped to 1.94.
14529         * config.guess: Updated from gnulib.
14530         * config.sub: Likewise.
14531         * install-sh: Likewise.
14532         * mkinstalldirs: Likewise.
14534 2006-06-02  Yoshinori K. Okuji  <okuji@enbug.org>
14536         * conf/common.rmk (grub_modules_init.lst): Depended on
14537         grub_emu_SOURCES, excluding grub_emu_init.c, instead of
14538         MODSRCFILES.
14540         * genmk.rb (PModule::rule): Reverted the previous change.
14542 2006-06-02  Yoshinori K. Okuji  <okuji@enbug.org>
14544         * conf/common.rmk (grub_modules_init.lst): Depends on
14545         $(MODSRCFILES). Grep only the files in $(MODSRCFILES). Make sure
14546         that the target does not exist before producing.
14547         (grub_modules_init.h): Remove the target before generating.
14548         (grub_emu_init.c): Likewise.
14550         * genmk.rb (PModule::rule): Add source files into MODSRCFILES.
14552 2006-05-31  Jeroen Dekkers  <jeroen@dekkers.cx>
14554         * configure.ac: Don't set host_m32 for x86_64. Also reset LIBS
14555         for the target-specific tests. Make sure that we also have the
14556         up-to-date target variables for those tests.
14558 2006-05-31  Yoshinori K. Okuji  <okuji@enbug.org>
14560         * genmk.rb (Image::rule): Prefix CFLAGS or ASFLAGS with TARGET_.
14561         (PModule::rule): Likewise.
14563 2006-05-31  Yoshinori K. Okuji  <okuji@enbug.org>
14565         * genmk.rb (Image::rule): Set FLAG to CFLAGS or ASFLAGS instead of
14566         TARGET_CFLAGS or TARGET_ASFLAGS. There is no reason why
14567         target-specific flags should be prefixed.
14568         (PModule::rule): Likewise.
14570 2006-05-30  Yoshinori K. Okuji  <okuji@enbug.org>
14572         * configure.ac (CMP): Check if cmp is available explicitly.
14574 2006-05-29  Yoshinori K. Okuji  <okuji@enbug.org>
14576         * util/powerpc/ieee1275/grub-install.in (host_cpu): Removed.
14577         (target_cpu): New variable.
14578         (pkglibdir): Use target_cpu instead of host_cpu.
14580         * util/i386/pc/grub-install.in (host_cpu): Removed.
14581         (target_cpu): New variable.
14582         (pkglibdir): Use target_cpu instead of host_cpu.
14584         * util/genmoddep.c: Removed.
14586         * kern/efi/mm.c (filter_memory_map): Use GRUB_CPU_SIZEOF_VOID_P
14587         instead of GRUB_HOST_SIZEOF_VOID_P.
14588         * kern/dl.c: Likewise.
14590         * include/grub/i386/types.h (GRUB_HOST_SIZEOF_VOID_P): Renamed to
14591         ...
14592         (GRUB_TARGET_SIZEOF_VOID_P): ... this.
14593         (GRUB_HOST_SIZEOF_LONG): Renamed to ...
14594         (GRUB_TARGET_SIZEOF_LONG): ... this.
14595         (GRUB_HOST_WORDS_BIGENDIAN): Renamed to ...
14596         (GRUB_TARGET_WORDS_BIGENDIAN): ... this.
14597         * include/grub/powerpc/types.h (GRUB_HOST_SIZEOF_VOID_P): Renamed
14598         to ...
14599         (GRUB_TARGET_SIZEOF_VOID_P): ... this.
14600         (GRUB_HOST_SIZEOF_LONG): Renamed to ...
14601         (GRUB_TARGET_SIZEOF_LONG): ... this.
14602         (GRUB_HOST_WORDS_BIGENDIAN): Renamed to ...
14603         (GRUB_TARGET_WORDS_BIGENDIAN): ... this.
14604         * include/grub/sparc64/types.h (GRUB_HOST_SIZEOF_VOID_P): Renamed
14605         to ...
14606         (GRUB_TARGET_SIZEOF_VOID_P): ... this.
14607         (GRUB_HOST_SIZEOF_LONG): Renamed to ...
14608         (GRUB_TARGET_SIZEOF_LONG): ... this.
14609         (GRUB_HOST_WORDS_BIGENDIAN): Renamed to ...
14610         (GRUB_TARGET_WORDS_BIGENDIAN): ... this.
14612         * include/grub/types.h [!GRUB_UTIL] (GRUB_CPU_SIZEOF_VOID_P): Use
14613         GRUB_TARGET_SIZEOF_VOID_P instead of GRUB_HOST_SIZEOF_VOID_P.
14614         [!GRUB_UTIL] (GRUB_CPU_SIZEOF_LONG): Use GRUB_TARGET_SIZEOF_LONG
14615         instead of GRUB_HOST_SIZEOF_LONG.
14616         [!GRUB_UTIL]: Refer to GRUB_TARGET_WORDS_BIGENDIAN instead of
14617         GRUB_HOST_WORDS_BIGENDIAN to define or undefine
14618         GRUB_CPU_WORDS_BIGENDIAN.
14619         Refer to SIZEOF_VOID_P instead of GRUB_HOST_SIZEOF_VOID_P to
14620         define grub_host_addr_t, grub_host_off_t, grub_host_size_t and
14621         grub_host_ssize_t.
14623         * conf/i386-efi.rmk (noinst_UTILITIES): Removed.
14624         (genmoddep_SOURCES): Likewise.
14625         * conf/i386-pc.rmk (noinst_UTILITIES): Likewise.
14626         (genmoddep_SOURCES): Likewise.
14627         * conf/conf/powerpc-ieee1275.rmk (noinst_UTILITIES): Likewise.
14628         (genmoddep_SOURCES): Likewise.
14629         * conf/conf/conf/sparc64-ieee1275.rmk (noinst_UTILITIES):
14630         Likewise.
14631         (genmoddep_SOURCES): Likewise.
14633         * genmoddep.awk: New file.
14635         * genmk.rb (Image::rule): Use TARGET_CC, TARGET_CPPFLAGS,
14636         TARGET_CFLAGS, TARGET_ASFLAGS and TARGET_LDFLAGS instead of CC,
14637         CPPFLAGS, CFLAGS, ASFLAGS and LDFLAGS, respectively.
14638         (PModule::rule): Likewise.
14639         (Program::rule): Likewise.
14640         (Utility::rule): Use CC, CPPFLAGS, CFLAGS and LDFLAGS instead of
14641         BUILD_CC, BUILD_CPPFLAGS, BUILD_CFLAGS and BUILD_LDFLAGS,
14642         respectively.
14644         * configure.ac: Rewritten intensively to use host and target
14645         instead of build and host, respectively.
14647         * Makefile.in (pkglibdir): Use target_cpu instead of host_cpu.
14648         (host_cpu): Removed.
14649         (target_cpu): New variable.
14650         (CPPFLAGS): Added @CPPFLAGS@ and -DGRUB_LIBDIR=\"$(pkglibdir)\".
14651         (BUILD_CC): Removed.
14652         (BUILD_CFLAGS): Likewise.
14653         (BUILD_CPPFLAGS): Likewise.
14654         (TARGET_CC): New variable.
14655         (TARGET_CFLAGS): Likewise.
14656         (TARGET_CPPFLAGS): Likewise.
14657         (TARGET_LDFLAGS): Likewise.
14658         (AWK): Likewise.
14659         (include): Use target_cpu instead of host_cpu.
14660         (moddep.lst:): Use genmoddep.awk instead of genmoddep.
14662         * DISTLIST: Added genmoddep.awk. Removed util/genmoddep.c.
14664 2006-05-29  Vesa Jaaskelainen  <chaac@nic.fi>
14666         * include/grub/script.h (grub_script_cmdif): Renamed field 'bool' to
14667         'exec_to_evaluate'.  Renamed field 'true' to 'exec_on_true'.  Renamed
14668         field 'false' to 'exec_on_false'.
14669         (grub_script_create_cmdif): Renamed argument names to reflect above
14670         changes.
14672         * normal/execute.c (grub_script_execute_cmdif): Likewise.
14674         * normal/script.c (grub_script_create_cmdif): Likewise.
14676 2006-05-28  Yoshinori K. Okuji  <okuji@enbug.org>
14678         * fs/hfsplus.c (grub_hfsplus_btree_recoffset): Moved to near the
14679         top.
14680         (grub_hfsplus_btree_recptr): Likewise.
14681         (grub_hfsplus_find_block): Do not take RETRY any longer. Use
14682         FILEBLOCK both to pass a block number and store next block
14683         number.
14684         (grub_hfsplus_read_block): Rewritten heavily to support an extent
14685         overflow file correctly. Specify errors appropriately, because
14686         fshelp expects that GRUB_ERRNO is set when fails. Reuse
14687         grub_hfsplus_btree_recptr to get the pointer to a found key.
14688         (grub_hfsplus_btree_search): Return 1 instead of 0 when no match
14689         is found.
14691         * conf/i386-efi.rmk (pkgdata_MODULES): Added _linux.mod and
14692         linux.mod.
14693         (_linux_mod_SOURCES): New variable.
14694         (_linux_mod_CFLAGS): Likewise.
14695         (_linux_mod_LDFLAGS): Likewise.
14696         (linux_mod_SOURCES): Likewise.
14697         (linux_mod_CFLAGS): Likewise.
14698         (linux_mod_LDFLAGS): Likewise.
14700         * DISTLIST: Added loader/i386/efi/linux.c,
14701         loader/i386/efi/linux_normal.c and
14702         include/grub/i386/efi/loader.h.
14704         * loader/i386/efi/linux.c: New file.
14705         * loader/i386/efi/linux_normal.c: Likewise.
14706         * include/grub/i386/efi/loader.h: Likewise.
14708 2006-05-27  Yoshinori K. Okuji  <okuji@enbug.org>
14710         * commands/blocklist.c: New file.
14712         * DISTLIST: Added commands/blocklist.c.
14714         * term/efi/console.c (grub_console_highlight_color): Use a lighter
14715         color for the background, and a darker color for the foreground.
14716         (grub_console_checkkey): Return READ_KEY.
14717         (grub_console_cls): Set the background to
14718         GRUB_EFI_BACKGROUND_BLACK temporarily to clean out the screen.
14720         * kern/efi/efi.c (grub_efi_exit_boot_services): New function.
14722         * include/grub/i386/linux.h (struct linux_kernel_params): Fixed
14723         the size of "padding5", "hd0_drive_info" and "hd1_drive_info".
14725         * include/grub/efi/efi.h (grub_efi_exit_boot_services): New
14726         prototype.
14728         * include/grub/efi/api.h (GRUB_EFI_TEXT_ATTR): Do not shift
14729         BG. The spec is wrong again.
14731         * include/grub/normal.h [GRUB_UTIL] (grub_blocklist_init): New
14732         prototype.
14733         [GRUB_UTIL] (grub_blocklist_fini): Likewise.
14735         * conf/i386-pc.rmk (grub_emu_SOURCES): Added
14736         commands/blocklist.c.
14737         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
14739         * conf/common.rmk (pkgdata_MODULES): Added blocklist.mod.
14740         (blocklist_mod_SOURCES): New variable.
14741         (blocklist_mod_CFLAGS): Likewise.
14742         (blocklist_mod_LDFLAGS): Likewise.
14744 2006-05-20  Yoshinori K. Okuji  <okuji@enbug.org>
14746         * boot/i386/pc/boot.S (real_start): Set %si earlier to eliminate
14747         duplication.
14748         (lba_mode): Use %eax more intensively to reduce the code size.
14750 2006-05-20  Marco Gerards  <marco@gnu.org>
14752         * normal/lexer.c (grub_script_yylex): Don't filter out newlines.
14754         * normal/parser.y (commandblock): Defined as <cmd>.  A subroutine
14755         for `menuentry'.
14756         (script): Accept leading newlines.
14757         (newlines): New rule to describe 0 or more newlines.
14758         (commands): Accept `command' with trailing newline.  Fixed the
14759         order in which arguments were passed to `grub_script_add_cmd'.
14760         Accept commands separated by newlines.
14761         (function): Changed to accept newlines.
14762         (menuentry) Rewritten.
14764         * normal/script.c (grub_script_create_cmdmenu): Add new entries in
14765         front of the list, instead of to the end.
14767 2006-05-19  Yoshinori K. Okuji  <okuji@enbug.org>
14769         * util/i386/pc/grub-install.in (bindir): New variable.
14770         (grub_mkimage): Use BINDIR instead of SBINDIR. Reported by Lee
14771         Shaver <lbgwjl@gmail.com>.
14773 2006-05-14  Yoshinori K. Okuji  <okuji@enbug.org>
14775         * kern/i386/pc/startup.S: Include grub/cpu/linux.h instead of
14776         grub/machine/linux.h
14777         * loader/i386/pc/linux.c: Likewise.
14779         * include/grub/i386/pc/linux.h: Moved to ...
14780         * include/grub/i386/linux.h: ... here.
14782         * include/grub/i386/linux.h (struct linux_kernel_params): New
14783         struct.
14785 2006-05-09  Vesa Jaaskelainen  <chaac@nic.fi>
14787         * video/i386/pc/vbe.c (grub_video_vbe_fill_rect): Corrected bounds
14788         checking.
14789         (grub_video_vbe_blit_glyph): Likewise.
14790         (grub_video_vbe_blit_bitmap): Likewise.
14791         (grub_video_vbe_blit_render_target): Likewise.
14793 2006-05-09  Yoshinori K. Okuji  <okuji@enbug.org>
14795         * configure.ac (--with-platform): Properly quote the square
14796         brackets.
14798 2006-05-08  Marco Gerards  <marco@gnu.org>
14800         * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Renamed from
14801         this...
14802         (kernel_elf_HEADERS): ...to this.  Updated all users.
14803         (grubof_symlist.c): Renamed from this...
14804         (kernel_elf_symlist.c): ...to this.  Updated all users.
14805         (pkgdata_PROGRAMS): Changed `grubof' to `kernel.elf'.
14806         (grubof_SOURCES): Renamed from this...
14807         (kernel_elf_SOURCES): ...to this.
14808         (grubof_HEADERS): Renamed from this...
14809         (kernel_elf_HEADERS): ...to this.
14810         (grubof_CFLAGS): Renamed from this...
14811         (kernel_elf_CFLAGS): ...to this.
14812         (grubof_ASFLAGS): Renamed from this...
14813         (kernel_elf_ASFLAGS): ...to this.
14814         (grubof_LDFLAGS): Renamed from this...
14815         (kernel_elf_LDFLAGS): ...to this.
14817         * conf/sparc64-ieee1275.rmk (grubof_HEADERS): Renamed from
14818         this...
14819         (kernel_elf_HEADERS): ...to this.  Updated all users.
14820         (grubof_symlist.c): Renamed from this...
14821         (kernel_elf_symlist.c): ...to this.  Updated all users.
14822         (pkgdata_PROGRAMS): Changed `grubof' to `kernel.elf'.
14823         (grubof_SOURCES): Renamed from this...
14824         (kernel_elf_SOURCES): ...to this.
14825         (grubof_HEADERS): Renamed from this...
14826         (kernel_elf_HEADERS): ...to this.
14827         (grubof_CFLAGS): Renamed from this...
14828         (kernel_elf_CFLAGS): ...to this.
14829         (grubof_ASFLAGS): Renamed from this...
14830         (kernel_elf_ASFLAGS): ...to this.
14831         (grubof_LDFLAGS): Renamed from this...
14832         (kernel_elf_LDFLAGS): ...to this.
14834         * util/powerpc/ieee1275/grub-mkimage.c (add_segments): Use
14835         `kernel.elf' instead of `grubof'.
14837 2006-05-08  Yoshinori K. Okuji  <okuji@enbug.org>
14839         Add --with-platform to configure. Use pkglibdir instead of
14840         pkgdatadir. This is reported by Roger Leigh.
14842         * util/powerpc/ieee1275/grub-install.in (datadir): Removed.
14843         (host_vendor): Likewise.
14844         (host_os): Likewise.
14845         (pkgdatadir): Likewise.
14846         (platform): New variable.
14847         (pkglibdir): Likewise.
14848         Use PKGLIBDIR instead of PKGDATADIR.
14850         * util/i386/pc/grub-install.in (datadir): Removed.
14851         (host_vendor): Likewise.
14852         (host_os): Likewise.
14853         (pkgdatadir): Likewise.
14854         (platform): New variable.
14855         (pkglibdir): Likewise.
14856         Use PKGLIBDIR instead of PKGDATADIR.
14858         * util/powerpc/ieee1275/grub-mkimage.c (usage): Use GRUB_LIBDIR
14859         instead of GRUB_DATADIR.
14860         (main): Likewise.
14861         * util/i386/pc/grub-mkimage.c (usage): Likewise.
14862         (main): Likewise.
14863         * util/i386/efi/grub-mkimage.c (usage): Likewise.
14864         (main): Likewise.
14866         * configure.ac (--with-platform): New option.
14867         Use PLATFORM instead of HOST_VENDOR to specify a platform.
14869         * Makefile.in: Include a makefile based on PLATFORM instead of
14870         HOST_VENDOR.
14871         (pkgdatadir): Not appended by the machine type.
14872         (pkglibdir): Appended by the machine type.
14873         (host_vendor): Removed.
14874         (platform): New variable.
14875         (BUILD_CPPFLAGS): Specify GRUB_LIBDIR instead of GRUB_DATADIR.
14876         (install-local): Use PKGLIBDIR instead of PKGDATADIR.
14877         (uninstall): Likewise.
14879 2006-05-07  Yoshinori K. Okuji  <okuji@enbug.org>
14881         Use the environment context in the menu. Remove the commands
14882         "default" and "timeout", and use variables instead.
14884         * normal/menu.c: Include grub/env.h.
14885         (print_entry): Cast TITLE to silence gcc.
14886         (get_timeout): New function.
14887         (set_timeout): Likewise.
14888         (get_entry_number): Likewise.
14889         (run_menu): Use a default entry, a fallback entry and a timeout
14890         in the environment variables "default", "fallback" and
14891         "timeout". Also, tweak the default entry if it is not within the
14892         current menu entries.
14893         (grub_menu_run): Use a fallback entry in the environment variable
14894         "fallback".
14896         * normal/main.c (read_config_file): Do not initialize
14897         NEWMENU->DEFAULT_ENTRY, NEWMENU->FALLBACK_ENTRY or
14898         NEWMENU->TIMEOUT.
14899         (grub_normal_execute): Use a data slot to store the menu.
14901         * include/grub/normal.h (struct grub_menu): Removed default_entry,
14902         fallback_entry and timeout.
14903         (struct grub_menu_list): Removed.
14904         (grub_menu_list_t): Likewise.
14905         (struct grub_context): Likewise.
14906         (grub_context_t): Likewise.
14907         (grub_context_get): Likewise.
14908         (grub_context_get_current_menu): Likewise.
14909         (grub_context_push_menu): Likewise.
14910         (grub_context_pop_menu): Likewise.
14911         (grub_default_init): Likewise.
14912         (grub_default_fini): Likewise.
14913         (grub_timeout_init): Likewise.
14914         (grub_timeout_fini): Likewise.
14916         * conf/sparc64-ieee1275.rmk (pkgdata_MODULES): Removed default.mod
14917         and timeout.mod.
14918         (normal_mod_SOURCES): Removed normal/context.c.
14920         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Removed
14921         commands/default.c, commands/timeout.c and normal/context.c.
14922         (normal_mod_SOURCES): Removed normal/context.c.
14924         * conf/i386-pc.rmk (grub_emu_SOURCES): Removed commands/default.c,
14925         commands/timeout.c and normal/context.c.
14926         (normal_mod_SOURCES): Removed normal/context.c.
14928         * conf/i386-efi.rmk (grub_emu_SOURCES): Removed
14929         commands/default.c, commands/timeout.c and normal/context.c.
14930         (normal_mod_SOURCES): Removed normal/context.c.
14932         * conf/common.rmk (pkgdata_MODULES): Removed default.mod and
14933         timeout.mod.
14934         (default_mod_SOURCES): Removed.
14935         (default_mod_CFLAGS): Likewise.
14936         (default_mod_LDFLAGS): Likewise.
14937         (timeout_mod_SOURCES): Removed.
14938         (timeout_mod_CFLAGS): Likewise.
14939         (timeout_mod_LDFLAGS): Likewise.
14941         * DISTLIST: Removed commands/default.c, commands/timeout.c and
14942         normal/context.c.
14944         * commands/default.c: Removed.
14945         * commands/timeout.c: Likewise.
14946         * normal/context.c: Likewise.
14948 2006-05-07  Vesa Jaaskelainen  <chaac@nic.fi>
14950         * kern/i386/pc/startup.S (grub_exit): Added missing .code32 tag.
14952 2006-05-02  Yoshinori K. Okuji  <okuji@enbug.org>
14954         * kern/env.c (struct grub_env_context): Removed "sorted". Renamed
14955         "next" to "prev" for readability.
14956         (struct grub_env_sorted_var): New struct.
14957         (grub_env_context): Renamed to ...
14958         (initial_context): ... this.
14959         (grub_env_var_context): Renamed to ...
14960         (current_context): ... this.
14961         (grub_env_find): Look only at CURRENT_CONTEXT.
14962         (grub_env_context_open): Rewritten to copy exported variables from
14963         previous context.
14964         (grub_env_context_close): Rewritten according to the new
14965         scheme. Also, add an assertion to prevent the initial context from
14966         removed.
14967         (grub_env_insert): Removed the code for the sorted list.
14968         (grub_env_remove): Likewise.
14969         (grub_env_export): Simply mark the variable with
14970         GRUB_ENV_VAR_GLOBAL.
14971         (grub_env_set): A cosmetic change for naming consistency.
14972         (grub_env_get): Likewise.
14973         (grub_env_unset): Likewise.
14974         (grub_env_iterate): Rewritten to sort variables within this
14975         function.
14976         (grub_register_variable_hook): Fixed for naming consistency. Call
14977         grub_env_find again, only if NAME is not found at the first time.
14978         (mangle_data_slot_name): New function.
14979         (grub_env_set_data_slot): Likewise.
14980         (grub_env_get_data_slot): Likewise.
14981         (grub_env_unset_data_slot): Likewise.
14983         * include/grub/env.h (grub_env_var_type): New enum.
14984         (GRUB_ENV_VAR_LOCAL): New constant.
14985         (GRUB_ENV_VAR_GLOBAL): Likewise.
14986         (GRUB_ENV_VAR_DATA): Likewise.
14987         (struct grub_env_var): Removed "sort_next" and "sort_prevp". Added
14988         "type".
14989         (grub_env_set): Replace VAR with NAME for consistency.
14990         (grub_register_variable_hook): Likewise.
14991         (grub_env_export): Specify the name of the argument.
14992         (grub_env_set_data_slot): New prototype.
14993         (grub_env_get_data_slot): Likewise.
14994         (grub_env_unset_data_slot): Likewise.
14996 2006-04-30  Yoshinori K. Okuji  <okuji@enbug.org>
14998         Extend the loader so that GRUB can accept a loader which comes
14999         back to GRUB when a loaded image exits. Also, this change adds
15000         support for a chainloader on EFI.
15002         * term/efi/console.c: Include grub/misc.h.
15003         (grub_console_checkkey): Display a scan code on the top for
15004         debugging. This will be removed once the EFI port gets stable.
15005         Correct the scan code mapping.
15007         * kern/efi/mm.c (sort_memory_map): Sort in a descending order to
15008         allocate memory from larger regions, in order to reduce the number
15009         of allocated regions. Otherwise, the MacOSX loader panics.
15010         (filter_memory_map): Avoid less than 1MB for compatibility with
15011         other loaders.
15012         (add_memory_regions): Allocate from the tail of a region, if
15013         possible, to avoid allocating a region near to 1MB, for the MacOSX
15014         loader.
15016         * kern/efi/init.c (grub_efi_set_prefix): Specify
15017         GRUB_EFI_IMAGE_HANDLE to grub_efi_get_loaded_image.
15019         * kern/efi/efi.c (grub_efi_get_loaded_image): Accept a new
15020         argument IMAGE_HANDLE and specify it to get a loaded image.
15021         (grub_arch_modules_addr): Specify GRUB_EFI_IMAGE_HANDLE to
15022         grub_efi_get_loaded_image.
15023         (grub_efi_get_filename): Divide the length by the size of
15024         grub_efi_char16_t.
15025         (grub_efi_get_device_path): New function.
15026         (grub_efi_print_device_path): Print End Device Path nodes. Divide
15027         the length by the size of grub_efi_char16_t for a file path device
15028         path node.
15030         * kern/loader.c (grub_loader_noreturn): New variable.
15031         (grub_loader_set): Accept a new argument NORETURN. Set
15032         GRUB_LOADER_NORETURN to NORETURN.
15033         All callers changed.
15034         (grub_loader_boot): If GRUB_LOADER_NORETURN is false, do not call
15035         grub_machine_fini.
15037         * include/grub/efi/efi.h (grub_efi_get_device_path): New
15038         prototype.
15039         (grub_efi_get_loaded_image): Take an argument to specify an image
15040         handle.
15042         * include/grub/loader.h (grub_loader_set): Added one more argument
15043         NORETURN.
15045         * disk/efi/efidisk.c (make_devices): Use grub_efi_get_device_path
15046         instead of grub_efi_open_protocol.
15047         (grub_efidisk_get_device_name): Likewise.
15048         (grub_efidisk_close): Print a newline.
15049         (grub_efidisk_get_device_handle): Fixed to use
15050         GRUB_EFI_DEVICE_PATH_SUBTYPE instead of
15051         GRUB_EFI_DEVICE_PATH_TYPE.
15053         * disk/efi/efidisk.c (device_path_guid): Moved to ...
15054         * kern/efi/efi.c (device_path_guid): ... here.
15056         * conf/i386-efi.rmk (pkgdata_MODULES): Added _chain.mod and
15057         chain.mod.
15058         (kernel_mod_HEADERS): Added efi/disk.h.
15059         (_chain_mod_SOURCES): New variable.
15060         (_chain_mod_CFLAGS): Likewise.
15061         (_chain_mod_LDFLAGS): Likewise.
15062         (chain_mod_SOURCES): Likewise.
15063         (chain_mod_CFLAGS): Likewise.
15064         (chain_mod_LDFLAGS): Likewise.
15066         * DISTLIST: Added include/grub/efi/chainloader.h,
15067         loader/efi/chainloader.c and loader/efi/chainloader_normal.c.
15069         * include/grub/efi/chainloader.h: New file.
15070         * loader/efi/chainloader.c: Likewise.
15071         * loader/efi/chainloader_normal.c: Likewise.
15073 2006-04-30  Marco Gerards  <marco@gnu.org>
15075         * commands/configfile.c (grub_cmd_source): New function.
15076         (GRUB_MOD_INIT): Register the commands `source' and `.'.
15077         (GRUB_MOD_FINI): De-register the commands `source' and `.'.
15079 2006-04-30  Marco Gerards  <marco@gnu.org>
15081         * normal/execute.c (grub_script_execute_cmd): Change the return
15082         type to `grub_err_t'.  Correctly return the error.
15083         (grub_script_execute_cmdline): In case a command line is not a
15084         command or a function, try to interpret it as an assignment.
15086 2006-04-30  Yoshinori K. Okuji  <okuji@enbug.org>
15088         * fs/hfsplus.c (grub_hfsplus_read_block): Fixed a memory leak.
15089         (grub_hfsplus_iterate_dir): Reordered to skip unknown nodes. Also,
15090         skip a node whose name is obviously invalid as UTF-16,
15091         i.e. contains a NUL character. Stop the iteration when the last
15092         directory entry is found. Instead of using the return value of
15093         grub_hfsplus_btree_iterate_node, store the value in RET and use
15094         it, because the iterator can be stopped by the last directory
15095         entry.
15097 2006-04-30  Marco Gerards  <marco@gnu.org>
15099         * include/grub/env.h (grub_env_export): New prototype.  Reported
15100         by Jan C. Kleinsorge <jan.kleinsorge@udo.edu>.
15102 2006-04-30  Marco Gerards  <marco@gnu.org>
15104         * fs/hfsplus.c (grub_hfsplus_iterate_dir): Correctly calculate the
15105         size of the extents in a catalog file record.
15107 2006-04-29  Marco Gerards  <marco@gnu.org>
15109         * commands/configfile.c (grub_cmd_configfile): Execute the
15110         configfile within its own context.
15112         * include/grub/env.h (grub_env_context_open): New prototype.
15113         (grub_env_context_close): Likewise.
15115         * kern/env.c (grub_env): Removed.
15116         (grub_env_sorted): Likewise.
15117         (grub_env_context): New variable.
15118         (grub_env_var_context): Likewise.
15119         (grub_env_find): Search both the active context and the global
15120         context.
15121         (grub_env_context_open): New function.
15122         (grub_env_context_close): Likewise.
15123         (grub_env_insert): Likewise.
15124         (grub_env_remove): Likewise.
15125         (grub_env_export): Likewise.
15126         (grub_env_set): Changed to use helper functions to avoid code
15127         duplication.
15128         (grub_env_iterate): Rewritten so both the current context and the
15129         global context are being used.
15131         * normal/command.c (export_command): New function.
15132         (grub_command_init): Register the `export' function.
15134 2006-04-26  Yoshinori K. Okuji  <okuji@enbug.org>
15136         * util/i386/pc/grub-mkimage.c (compress_kernel): Cast arguments
15137         explicitly to suppress gcc's warnings.
15138         * fs/fat.c (grub_fat_find_dir): Likewise.
15139         (grub_fat_label): Likewise.
15140         * fs/xfs.c (grub_xfs_read_inode): Likewise.
15141         (grub_xfs_mount): Likewise.
15142         (grub_xfs_label): Likewise.
15143         * fs/affs.c (grub_affs_mount): Likewise.
15144         (grub_affs_label): Likewise.
15145         (grub_affs_iterate_dir): Likewise.
15146         * fs/sfs.c (grub_sfs_mount): Likewise.
15147         (grub_sfs_iterate_dir): Likewise.
15148         * fs/ufs.c (grub_ufs_lookup_symlink): Likewise.
15149         * fs/hfs.c (grub_hfs_mount): Likewise.
15150         (grub_hfs_cmp_catkeys): Likewise.
15151         (grub_hfs_find_dir): Likewise.
15152         (grub_hfs_dir): Likewise.
15153         (grub_hfs_label): Likewise.
15154         * fs/jfs.c (grub_jfs_mount): Likewise.
15155         (grub_jfs_opendir): Likewise.
15156         (grub_jfs_getent): Likewise.
15157         (grub_jfs_lookup_symlink): Likewise.
15158         (grub_jfs_label): Likewise.
15159         * fs/hfsplus.c (grub_hfsplus_cmp_catkey): Likewise.
15160         (grub_hfsplus_iterate_dir): Likewise.
15161         (grub_hfsplus_btree_iterate_node): Made static.
15163         * util/grub-emu.c (prefix): New variable.
15164         (grub_machine_set_prefix): New function.
15165         (main): Do not set the environment variable "prefix" here. Only
15166         set PREFIX, which is used later by grub_machine_set_prefix.
15168         * include/grub/video.h: Do not include grub/symbol.h.
15169         (grub_video_register): Not exported. This symbol is not defined in
15170         the kernel.
15171         (grub_video_unregister): Likewise.
15172         (grub_video_iterate): Likewise.
15173         (grub_video_setup): Likewise.
15174         (grub_video_restore): Likewise.
15175         (grub_video_get_info): Likewise.
15176         (grub_video_get_blit_format): Likewise.
15177         (grub_video_set_palette): Likewise.
15178         (grub_video_get_palette): Likewise.
15179         (grub_video_set_viewport): Likewise.
15180         (grub_video_get_viewport): Likewise.
15181         (grub_video_map_color): Likewise.
15182         (grub_video_map_rgb): Likewise.
15183         (grub_video_map_rgba): Likewise.
15184         (grub_video_fill_rect): Likewise.
15185         (grub_video_blit_glyph): Likewise.
15186         (grub_video_blit_bitmap): Likewise.
15187         (grub_video_blit_render_target): Likewise.
15188         (grub_video_scroll): Likewise.
15189         (grub_video_swap_buffers): Likewise.
15190         (grub_video_create_render_target): Likewise.
15191         (grub_video_delete_render_target): Likewise.
15192         (grub_video_set_active_render_target): Likewise.
15194         * include/grub/symbol.h [GRUB_SYMBOL_GENERATOR] (EXPORT_FUNC):
15195         Undefined.
15196         [GRUB_SYMBOL_GENERATOR] (EXPORT_VAR): Likewise.
15198         * conf/sparc64-ieee1275.rmk (grubof_symlist.c): Depended on
15199         config.h. Use gensymlist.sh instead of $(srcdir)/gensymlist.sh.
15200         (kernel_syms.lst): Depended on config.h. Use genkernsyms.sh
15201         instead of $(srcdir)/genkernsyms.sh.
15203         * conf/powerpc-ieee1275.rmk (grubof_symlist.c): Depended on
15204         config.h. Use gensymlist.sh instead of $(srcdir)/gensymlist.sh.
15205         (kernel_syms.lst): Depended on config.h. Use genkernsyms.sh
15206         instead of $(srcdir)/genkernsyms.sh.
15208         * conf/i386-pc.rmk (symlist.c): Depended on config.h. Use
15209         gensymlist.sh instead of $(srcdir)/gensymlist.sh.
15210         (kernel_syms.lst): Depended on config.h. Use genkernsyms.sh
15211         instead of $(srcdir)/genkernsyms.sh.
15213         * conf/i386-efi.rmk (symlist.c): Depended on config.h. Use
15214         gensymlist.sh instead of $(srcdir)/gensymlist.sh.
15215         (kernel_syms.lst): Depended on config.h. Use genkernsyms.sh
15216         instead of $(srcdir)/genkernsyms.sh.
15218         * configure.ac (AC_CONFIG_FILES): Added gensymlist.sh and
15219         genkernsyms.sh.
15221         * Makefile.in (DISTCLEANFILES): Added gensymlist.sh and
15222         genkernsyms.sh.
15223         (gensymlist.sh): New target.
15224         (genkernsyms.sh): Likewise.
15226         * DISTLIST: Removed genkernsyms.sh and gensymlist.sh. Added
15227         genkernsyms.sh.in and gensymlist.sh.in.
15229         * genkernsyms.sh: Removed.
15230         * gensymlist.sh: Likewise.
15232         * genkernsyms.sh.in: New file.
15233         * gensymlist.sh.in: Likewise.
15235 2006-04-25  Hollis Blanchard  <hollis@penguinppc.org>
15237         * kern/powerpc/ieee1275/init.c (grub_machine_set_prefix): Do not
15238         clobber "prefix", since we may have already set it manually.
15240 2006-04-25  Hollis Blanchard  <hollis@penguinppc.org>
15242         * kern/misc.c (abort): New alias for grub_abort.
15244 2006-04-25  Yoshinori K. Okuji  <okuji@enbug.org>
15246         A new machine-specific function "grub_machine_set_prefix" is
15247         defined. This is called after loading modules, so that a prefix
15248         initialization can use modules. Also, this change adds an
15249         intensive debugging feature for the memory manager via the
15250         configure option "--enable-mm-debug".
15252         * partmap/gpt.c (gpt_partition_map_iterate): Add one more into
15253         PART.LEN.
15255         * kern/sparc64/ieee1275/init.c (abort): Removed.
15256         (grub_stop): Likewise.
15257         (grub_exit): New function.
15258         (grub_set_prefix): Renamed to ...
15259         (grub_machine_set_prefix): ... this.
15260         (grub_machine_init): Do not call grub_set_prefix.
15262         * kern/powerpc/ieee1275/init.c (grub_set_prefix): Renamed to ...
15263         (grub_machine_set_prefix): ... this.
15264         (grub_machine_init): Do not call grub_set_prefix.
15266         * kern/i386/pc/init.c (grub_machine_set_prefix): New function.
15267         (grub_machine_init): Do not set the prefix here.
15269         * kern/i386/efi/init.c (grub_machine_set_prefix): New function.
15271         * kern/efi/init.c: Include grub/mm.h.
15272         (grub_efi_set_prefix): New function.
15274         * kern/efi/efi.c (grub_exit): Call grub_efi_fini.
15275         (grub_efi_get_filename): New function.
15276         (grub_print_device_path): Renamed to ...
15277         (grub_efi_print_device_path): ... this.
15279         * kern/mm.c [MM_DEBUG] (grub_malloc): Undefined.
15280         [MM_DEBUG] (grub_realloc): Likewise.
15281         [MM_DEBUG] (grub_free): Likewise.
15282         [MM_DEBUG] (grub_memalign): Likewise.
15283         [MM_DEBUG] (grub_mm_debug): New variable.
15284         [MM_DEBUG] (grub_debug_malloc): New function.
15285         [MM_DEBUG] (grub_debug_free): New function.
15286         [MM_DEBUG] (grub_debug_realloc): New function.
15287         [MM_DEBUG] (grub_debug_memalign): New function.
15289         * kern/misc.c (grub_abort): Print a newline to distinguish
15290         the message.
15292         * kern/main.c (grub_main): Call grub_machine_set_prefix and
15293         grub_set_root_dev after loading modules. This is necessary when
15294         setting a prefix depends on modules.
15296         * include/grub/efi/efi.h (grub_print_device_path): Renamed to ...
15297         (grub_efi_print_device_path): ... this.
15298         (grub_efi_get_filename): New prototype.
15299         (grub_efi_set_prefix): Likewise.
15301         * include/grub/efi/disk.h: Include grub/efi/api.h, grub/symbol.h
15302         and grub/disk.h.
15303         (grub_efidisk_get_device_handle): New prototype.
15304         (grub_efidisk_get_device_name): Likewise.
15306         * include/grub/mm.h: Include config.h.
15307         (MM_DEBUG): Removed.
15308         [MM_DEBUG && !GRUB_UTIL] (grub_mm_debug): New prototype.
15309         [MM_DEBUG && !GRUB_UTIL] (grub_malloc): New macro.
15310         [MM_DEBUG && !GRUB_UTIL] (grub_realloc): Likewise.
15311         [MM_DEBUG && !GRUB_UTIL] (grub_memalign): Likewise.
15312         [MM_DEBUG && !GRUB_UTIL] (grub_free): Likewise.
15313         [MM_DEBUG && !GRUB_UTIL] (grub_debug_malloc): New prototype.
15314         [MM_DEBUG && !GRUB_UTIL] (grub_debug_realloc): New prototype.
15315         [MM_DEBUG && !GRUB_UTIL] (grub_debug_memalign): New prototype.
15316         [MM_DEBUG && !GRUB_UTIL] (grub_debug_free): New prototype.
15318         * include/grub/kernel.h (grub_machine_set_prefix): New prototype.
15320         * disk/efi/efidisk.c: Include grub/partition.h.
15321         (iterate_child_devices): New function.
15322         (add_device): First, compare only last device path nodes, so that
15323         devices are sorted by the types.
15324         (grub_efidisk_get_device_handle): New function.
15325         (grub_efidisk_get_device_name): Likewise.
15327         * configure.ac (--enable-mm-debug): New option to enable the
15328         memory manager debugging feature. This makes the binary much
15329         bigger, so is disabled by default.
15331 2006-04-23  Yoshinori K. Okuji  <okuji@enbug.org>
15333         Use grub_abort instead of grub_stop, and grub_exit must be
15334         define in each architecture now. Also, this change adds support
15335         for EFI disks.
15337         * util/i386/pc/grub-probefs.c: Include grub/term.h.
15338         (grub_getkey): New function.
15339         (grub_term_get_current): Likewise.
15341         * util/i386/pc/grub-setup.c: Include grub/term.h.
15342         (grub_getkey): New function.
15343         (grub_term_get_current): Likewise.
15345         * util/misc.c (grub_stop): Renamed to ...
15346         (grub_exit): ... this.
15348         * kern/powerpc/ieee1275/init.c (abort): Renamed to ...
15349         (grub_exit): ... this.
15350         (grub_machine_init): Use grub_abort instead of abort.
15351         (grub_stop): Removed.
15353         * kern/powerpc/ieee1275/cmain.c (cmain): Use grub_abort instead of
15354         abort.
15356         * kern/i386/pc/startup.S (grub_exit): New function.
15357         (cold_reboot): New label.
15359         * kern/efi/init.c: Include grub/efi/disk.h and grub/env.h.
15360         (grub_efi_init): Call grub_efidisk_init.
15361         (grub_efi_fini): Call grub_efidisk_fini.
15363         * kern/efi/efi.c: Include grub/mm.h.
15364         (grub_efi_console_control_guid): Renamed to ...
15365         (console_control_guid): ... this.
15366         (grub_efi_loaded_image_guid): Renamed to ...
15367         (loaded_image_guid): ... this.
15368         (grub_efi_locate_handle): New function.
15369         (grub_efi_open_protocol): Likewise.
15370         (grub_efi_set_text_mode): Use CONSOLE_CONTROL_GUID instead of
15371         GRUB_EFI_CONSOLE_CONTROL_GUID.
15372         (grub_efi_exit): Removed.
15373         (grub_stop): Likewise.
15374         (grub_efi_get_loaded_image): Use grub_efi_open_protocol.
15375         (grub_exit): New function.
15376         (grub_print_device_path): Likewise.
15378         * kern/rescue.c (grub_rescue_cmd_exit): New function.
15379         (grub_enter_rescue_mode): Register "exit".
15381         * kern/misc.c (grub_real_dprintf): A cosmetic change.
15382         (grub_abort): New function.
15384         * kern/err.c (grub_fatal): Use grub_abort instead of grub_stop.
15386         * include/grub/sparc64/ieee1275/kernel.h (abort): Removed.
15388         * include/grub/powerpc/ieee1275/kernel.h (abort): Removed.
15390         * include/grub/efi/efi.h (grub_efi_exit): Removed.
15391         (grub_print_device_path): New prototype.
15392         (grub_efi_locate_handle): Likewise.
15393         (grub_efi_open_protocol): Likewise.
15395         * include/grub/efi/disk.h (grub_efidisk_fini): New file.
15396         * disk/efi/efidisk.c: Likewise.
15398         * DISTLIST: Added disk/efi/efidisk.c and include/grub/efi/disk.h.
15400         * include/grub/efi/console_control.h
15401         (GRUB_EFI_CONSOLE_CONTROL_GUID): Use an array for the last 8 bytes.
15403         * include/grub/efi/api.h (GRUB_EFI_LOADED_IMAGE_GUID): Specify the
15404         last 8 bytes as an array.
15405         (GRUB_EFI_DISK_IO_GUID): New macro.
15406         (GRUB_EFI_BLOCK_IO_GUID): Likewise.
15407         (GRUB_EFI_DEVICE_PATH_GUID): Likewise.
15408         (grub_efi_ipv6_address_t): Change the type to grub_uint16_t from
15409         grub_uint8_t.
15410         (struct grub_efi_guid): Use an array to specify the last 8 bytes.
15411         (struct grub_efi_device_path): Rename the member "sub_type" to
15412         "subtype".
15413         (GRUB_EFI_DEVICE_PATH_TYPE): New macro.
15414         (GRUB_EFI_DEVICE_PATH_SUBTYPE): Likewise.
15415         (GRUB_EFI_DEVICE_PATH_LENGTH): Likewise.
15416         (GRUB_EFI_END_DEVICE_PATH_TYPE): Likewise.
15417         (GRUB_EFI_END_ENTIRE_DEVICE_PATH_SUBTYPE): Likewise.
15418         (GRUB_EFI_END_THIS_DEVICE_PATH_SUBTYPE): Likewise.
15419         (GRUB_EFI_END_ENTIRE_DEVICE_PATH): Likewise.
15420         (GRUB_EFI_NEXT_DEVICE_PATH): Likewise.
15421         (GRUB_EFI_HARDWARE_DEVICE_PATH_TYPE): Likewise.
15422         (GRUB_EFI_PCI_DEVICE_PATH_SUBTYPE): Likewise.
15423         (struct grub_efi_pci_device_path): New structure.
15424         (grub_efi_pci_device_path_t): New type.
15425         (GRUB_EFI_PCCARD_DEVICE_PATH_SUBTYPE): New macro.
15426         (struct grub_efi_pccard_device_path): New structure.
15427         (grub_efi_pccard_device_path_t): New type.
15428         (GRUB_EFI_MEMORY_MAPPED_DEVICE_PATH_SUBTYPE): New macro.
15429         (struct grub_efi_memory_mapped_device_path): New structure.
15430         (grub_efi_memory_mapped_device_path_t): New type.
15431         (GRUB_EFI_VENDOR_DEVICE_PATH_SUBTYPE): New macro.
15432         (struct grub_efi_vendor_device_path): New structure.
15433         (grub_efi_vendor_device_path_t): New type.
15434         (GRUB_EFI_CONTROLLER_DEVICE_PATH_SUBTYPE): New macro.
15435         (struct grub_efi_controller_device_path): New structure.
15436         (grub_efi_controller_device_path_t): New type.
15437         (GRUB_EFI_ACPI_DEVICE_PATH_TYPE): New macro.
15438         (GRUB_EFI_ACPI_DEVICE_PATH_SUBTYPE): Likewise.
15439         (struct grub_efi_acpi_device_path): New structure.
15440         (grub_efi_acpi_device_path_t): New type.
15441         (GRUB_EFI_EXPANDED_ACPI_DEVICE_PATH_SUBTYPE): New macro.
15442         (struct grub_efi_expanded_acpi_device_path): New structure.
15443         (grub_efi_expanded_acpi_device_path_t): New type.
15444         (GRUB_EFI_EXPANDED_ACPI_HIDSTR): New macro.
15445         (GRUB_EFI_EXPANDED_ACPI_UIDSTR): Likewise.
15446         (GRUB_EFI_EXPANDED_ACPI_CIDSTR): Likewise.
15447         (GRUB_EFI_MESSAGING_DEVICE_PATH_TYPE): Likewise.
15448         (GRUB_EFI_ATAPI_DEVICE_PATH_SUBTYPE): Likewise.
15449         (struct grub_efi_atapi_device_path): New structure.
15450         (grub_efi_atapi_device_path_t): New type.
15451         (GRUB_EFI_FIBRE_CHANNEL_DEVICE_PATH_SUBTYPE): New macro.
15452         (struct grub_efi_fibre_channel_device_path): New structure.
15453         (grub_efi_fibre_channel_device_path_t): New type.
15454         (GRUB_EFI_1394_DEVICE_PATH_SUBTYPE): New macro.
15455         (struct grub_efi_1394_device_path): New structure.
15456         (grub_efi_1394_device_path_t): New type.
15457         (GRUB_EFI_USB_DEVICE_PATH_SUBTYPE): New macro.
15458         (struct grub_efi_usb_device_path): New structure.
15459         (grub_efi_usb_device_path_t): New type.
15460         (GRUB_EFI_USB_CLASS_DEVICE_PATH_SUBTYPE): New macro.
15461         (struct grub_efi_usb_class_device_path): New structure.
15462         (grub_efi_usb_class_device_path_t): New type.
15463         (GRUB_EFI_I2O_DEVICE_PATH_SUBTYPE): New macro.
15464         (struct grub_efi_i2o_device_path): New structure.
15465         (grub_efi_i2o_device_path_t): New type.
15466         (GRUB_EFI_MAC_ADDRESS_DEVICE_PATH_SUBTYPE): New macro.
15467         (struct grub_efi_mac_address_device_path): New structure.
15468         (grub_efi_mac_address_device_path_t): New type.
15469         (GRUB_EFI_IPV4_DEVICE_PATH_SUBTYPE): New macro.
15470         (struct grub_efi_ipv4_device_path): New structure.
15471         (grub_efi_ipv4_device_path_t): New type.
15472         (GRUB_EFI_IPV6_DEVICE_PATH_SUBTYPE): New macro.
15473         (struct grub_efi_ipv6_device_path): New structure.
15474         (grub_efi_ipv6_device_path_t): New type.
15475         (GRUB_EFI_INFINIBAND_DEVICE_PATH_SUBTYPE): New macro.
15476         (struct grub_efi_infiniband_device_path): New structure.
15477         (grub_efi_infiniband_device_path_t): New type.
15478         (GRUB_EFI_UART_DEVICE_PATH_SUBTYPE): New macro.
15479         (struct grub_efi_uart_device_path): New structure.
15480         (grub_efi_uart_device_path_t): New type.
15481         (GRUB_EFI_VENDOR_MESSAGING_DEVICE_PATH_SUBTYPE): New macro.
15482         (struct grub_efi_vendor_messaging_device_path): New structure.
15483         (grub_efi_vendor_messaging_device_path_t): New type.
15484         (GRUB_EFI_MEDIA_DEVICE_PATH_TYPE): New macro.
15485         (GRUB_EFI_HARD_DRIVE_DEVICE_PATH_SUBTYPE): Likewise.
15486         (struct grub_efi_hard_drive_device_path): New structure.
15487         (grub_efi_hard_drive_device_path_t): New type.
15488         (GRUB_EFI_CDROM_DEVICE_PATH_SUBTYPE): New macro.
15489         (struct grub_efi_cdrom_device_path): New structure.
15490         (grub_efi_cdrom_device_path_t): New type.
15491         (GRUB_EFI_VENDOR_MEDIA_DEVICE_PATH_SUBTYPE): New macro.
15492         (struct grub_efi_vendor_media_device_path): New structure.
15493         (grub_efi_vendor_media_device_path_t): New type.
15494         (GRUB_EFI_FILE_PATH_DEVICE_PATH_SUBTYPE): New macro.
15495         (struct grub_efi_file_path_device_path): New structure.
15496         (grub_efi_file_path_device_path_t): New type.
15497         (GRUB_EFI_PROTOCOL_DEVICE_PATH_SUBTYPE): New macro.
15498         (struct grub_efi_protocol_device_path): New structure.
15499         (grub_efi_protocol_device_path_t): New type.
15500         (GRUB_EFI_BIOS_DEVICE_PATH_TYPE): New macro.
15501         (GRUB_EFI_BIOS_DEVICE_PATH_SUBTYPE): Likewise.
15502         (struct grub_efi_bios_device_path): New structure.
15503         (grub_efi_bios_device_path_t): New type.
15504         (struct grub_efi_disk_io): New structure.
15505         (grub_efi_disk_io_t): New type.
15506         (struct grub_efi_block_io_media): New structure.
15507         (grub_efi_block_io_media_t): New type.
15508         (struct grub_efi_block_io): New structure.
15509         (grub_efi_block_io_t): New type.
15511         * include/grub/misc.h (grub_stop): Removed.
15512         (grub_exit): New prototype.
15513         (grub_abort): Likewise.
15515         * include/grub/disk.h (enum grub_disk_dev_id): Added
15516         GRUB_DISK_DEVICE_EFIDISK_ID.
15518         * conf/i386-efi.rmk (kernel_mod_SOURCES): Added
15519         disk/efi/efidisk.c.
15520         (kernel_syms.lst): Remove the target if an error occurs.
15522 2006-04-22  Yoshinori K. Okuji  <okuji@enbug.org>
15524         * kern/misc.c (grub_lltoa): Rewritten the decimal conversion part,
15525         as it was simply too buggy.
15527 2006-04-21  Yoshinori K. Okuji  <okuji@enbug.org>
15529         * kern/misc.c (grub_lltoa): New function.
15530         (grub_vsprintf): Added support for the long long suffix,
15531         i.e. "ll".
15533 2006-04-20  Hollis Blanchard  <hollis@penguinppc.org>
15535         * Makefile.in (LDFLAGS): Add variable.
15536         (LD): Remove variable.
15537         * configure.ac: Add -m32 to LDFLAGS.
15538         * genmk.rb (PModule#rule): Use $(CC) instead of $(LD).
15539         * conf/powerpc-ieee1275.rmk (COMMON_LDFLAGS): Add variable.
15540         (grubof_LDFLAGS): Use $(COMMON_LDFLAGS).
15541         (_linux_mod_LDFLAGS, linux_mod_LDFLAGS, normal_mod_LDFLAGS,
15542         suspend_mod_LDFLAGS, reboot_mod_LDFLAGS, halt_mod_LDFLAGS): New
15543         variables.
15544         * conf/sparc64-ieee1275.rmk (COMMON_LDFLAGS): Add -nostdlib.
15545         * conf/i386-pc.rmk (COMMON_LDFLAGS): Add -nostdlib.
15546         * conf/i386-efi.rmk (COMMON_LDFLAGS): Add -nostdlib.
15548 2006-04-20  Vesa Jaaskelainen  <chaac@nic.fi>
15550         * term/gfxterm.c (grub_gfxterm_getcharwidth): Fixed character
15551         length for unknown glyph.
15553 2006-04-20  Yoshinori K. Okuji  <okuji@enbug.org>
15555         Add support for pre-loaded modules into the EFI port.
15557         * util/i386/efi/grub-mkimage.c (make_mods_section): Rewritten
15558         completely. Accept one more argument DIR. The caller has changed.
15560         * kern/i386/efi/init.c (grub_arch_modules_addr): Removed.
15562         * kern/efi/efi.c: Include grub/efi/pe32.h and grub/kernel.h.
15563         (grub_efi_loaded_image_guid): New variable.
15564         (grub_efi_get_loaded_image): New function.
15565         (grub_arch_modules_addr): Likewise.
15567         * include/grub/efi/efi.h (grub_efi_get_loaded_image): New
15568         prototype.
15570         * include/grub/efi/api.h (GRUB_EFI_LOADED_IMAGE_GUID): New macro.
15571         (struct grub_efi_loaded_image): New structure.
15572         (grub_efi_loaded_image_t): New type.
15574 2006-04-20  Yoshinori K. Okuji  <okuji@enbug.org>
15576         * loader/i386/pc/linux.c (grub_rescue_cmd_linux): Compare the file
15577         size with GRUB_OS_AREA_SIZE as grub_size_t instead of
15578         grub_ssize_t. Reported by Jeff Chua <jeff84@silk.corp.fedex.com>.
15580 2006-04-19  Roger Leigh  <rleigh@whinlatter.ukfsn.org>
15582         * DISTLIST: Added `util/powerpc/ieee1275/grub-install.in'.
15584 2006-04-19  Yoshinori K. Okuji  <okuji@enbug.org>
15586         * DISTLIST: Added include/grub/efi/console.h,
15587         include/grub/efi/time.h, include/grub/i386/efi/kernel.h,
15588         kern/efi/init.c, kern/efi/mm.c, and term/efi/console.c.
15590         * include/grub/efi/console.h: New file.
15591         * include/grub/efi/time.h: Likewise.
15592         * include/grub/i386/efi/kernel.h: Likewise.
15593         * kern/efi/init.c: Likewise.
15594         * kern/efi/mm.c: Likewise.
15595         * term/efi/console.c: Likewise.
15597         * kern/i386/efi/init.c: Do not include grub/machine/time.h.
15598         (grub_stop): Removed.
15599         (grub_get_rtc): Likewise.
15600         (grub_machine_init): Simply call grub_efi_init.
15601         (grub_machine_fini): Call grub_efi_fini.
15603         * kern/efi/efi.c: Include grub/machine/time.h and grub/term.h.
15604         (grub_efi_output_string): Removed.
15605         (grub_efi_stall): New function.
15606         (grub_stop): Likewise.
15607         (grub_get_rtc): Likewise.
15609         * include/grub/efi/efi.h (grub_efi_output_string): Removed.
15610         (grub_efi_stall): New prototype.
15611         (grub_efi_allocate_pages): Likewise.
15612         (grub_efi_free_pages): Likewise.
15613         (grub_efi_get_memory_map): Likewise.
15614         (grub_efi_mm_init): Likewise.
15615         (grub_efi_mm_fini): Likewise.
15616         (grub_efi_init): Likewise.
15617         (grub_efi_fini): Likewise.
15619         * include/grub/i386/efi/time.h: Do not include
15620         grub/symbol.h. Include grub/efi/time.h.
15621         (GRUB_TICKS_PER_SECOND): Removed.
15622         (grub_get_rtc): Likewise.
15624         * include/grub/efi/api.h (struct grub_efi_memory_descriptor):
15625         Added padding. The EFI spec is buggy.
15626         (GRUB_EFI_BLACK): New macro.
15627         (GRUB_EFI_BLUE): Likewise.
15628         (GRUB_EFI_GREEN): Likewise.
15629         (GRUB_EFI_CYAN): Likewise.
15630         (GRUB_EFI_RED): Likewise.
15631         (GRUB_EFI_MAGENTA): Likewise.
15632         (GRUB_EFI_BROWN): Likewise.
15633         (GRUB_EFI_LIGHTGRAY): Likewise.
15634         (GRUB_EFI_BRIGHT): Likewise.
15635         (GRUB_EFI_DARKGRAY): Likewise.
15636         (GRUB_EFI_LIGHTBLUE): Likewise.
15637         (GRUB_EFI_LIGHTGREEN): Likewise.
15638         (GRUB_EFI_LIGHTCYAN): Likewise.
15639         (GRUB_EFI_LIGHTRED): Likewise.
15640         (GRUB_EFI_LIGHTMAGENTA): Likewise.
15641         (GRUB_EFI_YELLOW): Likewise.
15642         (GRUB_EFI_WHITE): Likewise.
15643         (GRUB_EFI_BACKGROUND_BLACK): Likewise.
15644         (GRUB_EFI_BACKGROUND_BLUE): Likewise.
15645         (GRUB_EFI_BACKGROUND_GREEN): Likewise.
15646         (GRUB_EFI_BACKGROUND_CYAN): Likewise.
15647         (GRUB_EFI_BACKGROUND_RED): Likewise.
15648         (GRUB_EFI_BACKGROUND_MAGENTA): Likewise.
15649         (GRUB_EFI_BACKGROUND_BROWN): Likewise.
15650         (GRUB_EFI_BACKGROUND_LIGHTGRAY): Likewise.
15651         (GRUB_EFI_TEXT_ATTR): Likewise.
15653         * conf/i386-efi.rmk (kernel_mod_SOURCES): Added kern/efi/efi.c,
15654         kern/efi/init.c, kern/efi/mm.c, and term/efi/console.c.
15655         (kernel_mod_HEADERS): Added efi/time.h.
15657 2006-04-18  Yoshinori K. Okuji  <okuji@enbug.org>
15659         * DISTLIST: Added conf/i386-efi.mk, conf/i386-efi.rmk,
15660         include/grub/efi/api.h, include/grub/efi/console_control.h,
15661         include/grub/efi/efi.h, include/grub/efi/pe32.h,
15662         include/grub/i386/efi/time.h, kern/efi/efi.c,
15663         kern/i386/efi/init.c, kern/i386/efi/startup.S,
15664         and util/i386/efi/grub-mkimage.c.
15666         * Makefile.in (RMKFILES): Added i386-efi.rmk.
15668         * genmk.rb (PModule#rule): Do not export symbols if
15669         #{prefix}_EXPORTS is set to "no".
15671         * conf/i386-efi.mk: New file.
15672         * conf/i386-efi.rmk: Likewise.
15673         * include/grub/efi/api.h: Likewise.
15674         * include/grub/efi/console_control.h: Likewise.
15675         * include/grub/efi/efi.h: Likewise.
15676         * include/grub/efi/pe32.h: Likewise.
15677         * include/grub/i386/efi/time.h: Likewise.
15678         * kern/efi/efi.c: Likewise.
15679         * kern/i386/efi/init.c: Likewise.
15680         * kern/i386/efi/startup.S: Likewise.
15681         * util/i386/efi/grub-mkimage.c: Likewise.
15683 2006-04-17  Marco Gerards  <marco@gnu.org>
15685         * include/grub/script.h: Include <grub/parser.h> and
15686         "grub_script.tab.h".
15687         (struct grub_lexer_param): New struct.
15688         (struct grub_parser_param): Likewise.
15689         (grub_script_create_arglist): Pass the state in an argument.
15690         (grub_script_add_arglist): Likewise.
15691         (grub_script_create_cmdline): Likewise.
15692         (grub_script_create_cmdblock): Likewise.
15693         (grub_script_create_cmdif): Likewise.
15694         (grub_script_create_cmdmenu): Likewise.
15695         (grub_script_add_cmd): Likewise.
15696         (grub_script_arg_add): Likewise.
15697         (grub_script_lexer_ref): Likewise.
15698         (grub_script_lexer_deref): Likewise.
15699         (grub_script_lexer_record_start): Likewise.
15700         (grub_script_lexer_record_stop): Likewise.
15701         (grub_script_mem_record): Likewise.
15702         (grub_script_mem_record_stop): Likewise.
15703         (grub_script_malloc): Likewise.
15704         (grub_script_yylex): Likewise.
15705         (grub_script_yyparse): Likewise.
15706         (grub_script_yyerror): Likewise.
15707         (grub_script_yylex): Likewise.
15708         (grub_script_lexer_init): Return the state.
15710         * normal/lexer.c (grub_script_lexer_state): Removed variable.
15711         (grub_script_lexer_done): Likewise.
15712         (grub_script_lexer_getline): Likewise.
15713         (grub_script_lexer_refs): Likewise.
15714         (script): Likewise.
15715         (newscript): Likewise.
15716         (record): Likewise.
15717         (recording): Likewise.
15718         (recordpos): Likewise.
15719         (recordlen): Likewise.
15720         (grub_script_lexer_init): Return the state instead of setting
15721         global variables.
15722         (grub_script_lexer_ref): Use the newly added argument for state
15723         instead of globals.
15724         (grub_script_lexer_deref): Likewise.
15725         (grub_script_lexer_record_start): Likewise.
15726         (grub_script_lexer_record_stop): Likewise.
15727         (recordchar): Likewise.
15728         (nextchar): Likewise.
15729         (grub_script_yylex2): Likewise.
15730         (grub_script_yylex): Likewise.
15731         (grub_script_yyerror): Likewise.
15733         * normal/parser.y (func_mem): Removed variable.
15734         (menu_entry): Likewise.
15735         (err): Likewise.
15736         (%lex-param): New parser option.
15737         (%parse-param): Likewise.
15738         (script): Always return the AST.
15739         (argument): Pass the state around.
15740         (arguments): Likewise.
15741         (grubcmd): Likewise.
15742         (commands): Likewise.
15743         (function): Likewise.
15744         (menuentry): Likewise.
15745         (if_statement): Likewise.
15746         (if): Likewise.
15748         * normal/script.c (grub_script_memused): Removed variable.
15749         (grub_script_parsed): Likewise.
15750         (grub_script_malloc): Added a state argument.  Use that instead of
15751         global variables.
15752         (grub_script_mem_record): Likewise.
15753         (grub_script_mem_record_stop): Likewise.
15754         (grub_script_arg_add): Likewise.
15755         (grub_script_add_arglist): Likewise.
15756         (grub_script_create_cmdline): Likewise.
15757         (grub_script_create_cmdif): Likewise.
15758         (grub_script_create_cmdmenu): Likewise.
15759         (grub_script_add_cmd): Likewise.
15760         (grub_script_parse): Setup the state before calling the parser.
15762 2006-04-16  Marco Gerards  <marco@gnu.org>
15764         * normal/command.c (grub_command_init): Remove the title command.
15766         * normal/lexer.c (grub_script_yylex): Renamed from this...
15767         (grub_script_yylex2): ... to this.
15768         (grub_script_yylex): New function.  Temporary
15769         introduced to filter some tokens.
15770         (grub_script_yyerror): Print a newline.
15772         * normal/main.c (read_config_file): Output information about the
15773         lines that contain errors.  Wait for a key after all lines have
15774         been processed.  Don't return an empty menu.
15776         * normal/parser.y (func_mem): Don't initialize.
15777         (menu_entry): Likewise.
15778         (err): New variable.
15779         (script): Don't return anything when an error was encountered.
15780         (ws, returns): Removed rules.
15781         (argument): Disabled concatenated variable support.
15782         (arguments): Remove explicit separators.
15783         (grubcmd): Likewise.
15784         (function): Likewise.
15785         (menuentry): Likewise.
15786         (if): Likewise.
15787         (commands): Likewise.  Add error handling.
15789         * normal/script.c (grub_script_create_cmdline): If
15790         `grub_script_parsed' is 0, assume the parser encountered an error.
15792 2006-04-02  Yoshinori K. Okuji  <okuji@enbug.org>
15794         * configure.ac: Add support for EFI. Fix the typo
15795         BUILD_LDDFLAGS. Restore the LDFLAGS after testing.
15797 2006-04-01  Vesa Jaaskelainen  <chaac@nic.fi>
15799         * util/unifont2pff.rb: Removed unnecessary byte ordering.  Now
15800         foreign multibyte characters should be shown correctly.
15802 2006-04-01  Vesa Jaaskelainen  <chaac@nic.fi>
15804         * normal/main.c (grub_normal_menu_addentry): Fixed menu size
15805         calculation.
15806         (read_config_file): Made it to close file before returning.
15808 2006-03-31  Vesa Jaaskelainen  <chaac@nic.fi>
15810         * DISTLIST: Added include/grub/i386/pc/vbeblit.h,
15811         include/grub/i386/pc/vbefill.h, video/i386/pc/vbeblit.c,
15812         video/i386/pc/vbefill.c.
15814         * conf/i386-pc.rmk (vbe_mod_SOURCES): Added video/i386/pc/vbeblit.c,
15815         video/i386/pc/vbefill.c.
15817         * include/grub/video.h (grub_video_blit_format): New enum.
15818         (grub_video_mode_info): Added new member blit_format.
15819         (grub_video_get_blit_format): New function prototype.
15821         * include/grub/i386/pc/vbe.h (grub_video_vbe_get_video_ptr): New
15822         function prototype.
15823         (grub_video_vbe_map_rgb): Likewise.
15824         (grub_video_vbe_unmap_color): Likewise.
15826         * include/grub/i386/pc/vbeblit.h: New file.
15828         * include/grub/i386/pc/vbefill.h: New file.
15830         * video/video.c (grub_video_get_blit_format): New function.
15831         (grub_video_vbe_get_video_ptr): Re-declared as non-static.
15832         (grub_video_vbe_map_rgb): Likewise.
15833         (grub_video_vbe_unmap_color): Likewise.
15835         * video/i386/pc/vbe.c (grub_video_vbe_fill_rect): Changed to use more
15836         optimized fills.
15837         (grub_video_vbe_blit_render_target): Changed to use more optimized
15838         blits.
15839         (grub_video_vbe_setup): Added detection for optimized settings.
15840         (grub_video_vbe_create_render_target): Likewise.
15842         * video/i386/pc/vbeblit.c: New file.
15844         * video/i386/pc/vbefill.c: New file.
15846 2006-03-30  Vesa Jaaskelainen  <chaac@nic.fi>
15848         * font/manager.c (grub_font_get_glyph): Removed font fixup from
15849         here...
15851         * util/unifont2pff.rb: ... and moved it to here.  Improved argument
15852         parsing to support both hex and dec ranges.  If filename was missing
15853         show usage information.
15855 2006-03-14  Vesa Jaaskelainen  <chaac@nic.fi>
15857         * DISTLIST: Added include/grub/video.h, term/gfxterm.c,
15858         video/video.c, commands/videotest.c.  Removed term/i386/pc/vesafb.c.
15860         * conf/i386-pc.rmk (pkgdata_MODULES): Added video.mod,
15861         gfxterm.mod, videotest.mod.  Removed vga.mod, vesafb.mod.
15862         (video_mod_SOURCES): Added.
15863         (video_mod_CFLAGS): Likewise.
15864         (video_mod_LDFLAGS): Likewise.
15865         (gfxterm_mod_SOURCES): Likewise.
15866         (gfxterm_mod_CFLAGS): Likewise.
15867         (gfxterm_mod_LDFLAGS): Likewise.
15868         (videotest_mod_SOURCES): Likewise.
15869         (videotest_mod_CFLAGS): Likewise.
15870         (videotest_mod_LDFLAGS): Likewise.
15871         (vesafb_mod_SOURCES): Removed.
15872         (vesafb_mod_CFLAGS): Likewise.
15873         (vesafb_mod_LDFLAGS): Likewise.
15874         (vga_mod_SOURCES): Likewise.
15875         (vga_mod_CFLAGS): Likewise.
15876         (vga_mod_LDFLAGS): Likewise.
15878         * commands/videotest.c: New file.
15880         * font/manager.c (fill_with_default_glyph): Modified to use
15881         grub_font_glyph.
15882         (grub_font_get_glyph): Likewise.
15883         (fontmanager): Renamed from this...
15884         (font_manager): ... to this.
15886         * include/grub/font.h (grub_font_glyph): Added new structure.
15887         (grub_font_get_glyph): Modified to use grub_font_glyph.
15889         * include/grub/misc.h (grub_abs): Added as inline function.
15891         * include/grub/video.h: New file.
15893         * include/grub/i386/pc/vbe.h (GRUB_VBE_STATUS_OK): New macro.
15894         (GRUB_VBE_MEMORY_MODEL_PACKED_PIXEL): Likewise.
15895         (GRUB_VBE_MEMORY_MODEL_DIRECT_COLOR): Likewise.
15896         (grub_vbe_get_controller_info): Renamed from this...
15897         (grub_vbe_bios_get_controller_info): ... to this.
15898         (grub_vbe_get_mode_info): Renamed from this...
15899         (grub_vbe_bios_get_mode_info): ... to this.
15900         (grub_vbe_set_mode): Renamed from this...
15901         (grub_vbe_bios_set_mode): ... to this.
15902         (grub_vbe_get_mode): Renamed from this...
15903         (grub_vbe_bios_get_mode): ... to this.
15904         (grub_vbe_set_memory_window): Renamed from this...
15905         (grub_vbe_bios_set_memory_window): ... to this.
15906         (grub_vbe_get_memory_window): Renamed from this...
15907         (grub_vbe_bios_get_memory_window): ... to this.
15908         (grub_vbe_set_scanline_length): Renamed from this...
15909         (grub_vbe_set_scanline_length): ... to this.
15910         (grub_vbe_get_scanline_length): Renamed from this...
15911         (grub_vbe_bios_get_scanline_length): ... to this.
15912         (grub_vbe_set_display_start): Renamed from this...
15913         (grub_vbe_bios_set_display_start): ... to this.
15914         (grub_vbe_get_display_start): Renamed from this...
15915         (grub_vbe_bios_get_display_start): ... to this.
15916         (grub_vbe_set_palette_data): Renamed from this...
15917         (grub_vbe_bios_set_palette_data): ... to this.
15918         (grub_vbe_set_pixel_rgb): Removed.
15919         (grub_vbe_set_pixel_index): Likewise.
15921         * kern/i386/pc/startup.S (grub_vbe_get_controller_info): Renamed
15922         from this...
15923         (grub_vbe_bios_get_controller_info): ... to this.
15924         (grub_vbe_get_mode_info): Renamed from this...
15925         (grub_vbe_bios_get_mode_info): ... to this.
15926         (grub_vbe_set_mode): Renamed from this...
15927         (grub_vbe_bios_set_mode): ... to this.
15928         (grub_vbe_get_mode): Renamed from this...
15929         (grub_vbe_bios_get_mode): ... to this.
15930         (grub_vbe_set_memory_window): Renamed from this...
15931         (grub_vbe_bios_set_memory_window): ... to this.
15932         (grub_vbe_get_memory_window): Renamed from this...
15933         (grub_vbe_bios_get_memory_window): ... to this.
15934         (grub_vbe_set_scanline_length): Renamed from this...
15935         (grub_vbe_set_scanline_length): ... to this.
15936         (grub_vbe_get_scanline_length): Renamed from this...
15937         (grub_vbe_bios_get_scanline_length): ... to this.
15938         (grub_vbe_set_display_start): Renamed from this...
15939         (grub_vbe_bios_set_display_start): ... to this.
15940         (grub_vbe_get_display_start): Renamed from this...
15941         (grub_vbe_bios_get_display_start): ... to this.
15942         (grub_vbe_set_palette_data): Renamed from this...
15943         (grub_vbe_bios_set_palette_data): ... to this.
15944         (grub_vbe_bios_get_controller_info): Fixed problem with registers
15945         getting corrupted after calling it.  Added more pushes and pops.
15946         (grub_vbe_bios_set_mode): Likewise.
15947         (grub_vbe_bios_get_mode): Likewise.
15948         (grub_vbe_bios_get_memory_window): Likewise.
15949         (grub_vbe_bios_set_scanline_length): Likewise.
15950         (grub_vbe_bios_get_scanline_length): Likewise.
15951         (grub_vbe_bios_get_display_start): Likewise.
15952         (grub_vbe_bios_set_palette_data): Likewise.
15954         * normal/cmdline.c (cl_set_pos): Refresh the screen.
15955         (cl_insert): Likewise.
15956         (cl_delete): Likewise.
15958         * term/gfxterm.c: New file.
15960         * term/i386/pc/vesafb.c: Removed file.
15962         * video/video.c: New file.
15964         * video/i386/pc/vbe.c (real2pm): Added new function.
15965         (grub_video_vbe_draw_pixel): Likewise.
15966         (grub_video_vbe_get_video_ptr): Likewise.
15967         (grub_video_vbe_get_pixel): Likewise
15968         (grub_video_vbe_init): Likewise.
15969         (grub_video_vbe_fini): Likewise.
15970         (grub_video_vbe_setup): Likewise.
15971         (grub_video_vbe_get_info): Likewise.
15972         (grub_video_vbe_set_palette): Likewise.
15973         (grub_video_vbe_get_palette): Likewise.
15974         (grub_video_vbe_set_viewport): Likewise.
15975         (grub_video_vbe_get_viewport): Likewise.
15976         (grub_video_vbe_map_color): Likewise.
15977         (grub_video_vbe_map_rgb): Likewise.
15978         (grub_video_vbe_map_rgba): Likewise.
15979         (grub_video_vbe_unmap_color): Likewise.
15980         (grub_video_vbe_fill_rect): Likewise.
15981         (grub_video_vbe_blit_glyph): Likewise.
15982         (grub_video_vbe_blit_bitmap): Likewise.
15983         (grub_video_vbe_blit_render_target): Likewise.
15984         (grub_video_vbe_scroll): Likewise.
15985         (grub_video_vbe_swap_buffers): Likewise.
15986         (grub_video_vbe_create_render_target): Likewise.
15987         (grub_video_vbe_delete_render_target): Likewise.
15988         (grub_video_vbe_set_active_render_target): Likewise.
15989         (grub_vbe_set_pixel_rgb): Remove function.
15990         (grub_vbe_set_pixel_index): Likewise.
15991         (index_color_mode): Remove static variable.
15992         (active_mode): Likewise.
15993         (framebuffer): Likewise.
15994         (bytes_per_scan_line): Likewise.
15995         (grub_video_vbe_adapter): Added new static variable.
15996         (framebuffer): Likewise.
15997         (render_target): Likewise.
15998         (initial_mode): Likewise.
15999         (mode_in_use): Likewise.
16000         (mode_list): Likewise.
16002 2006-03-10  Marco Gerards  <marco@gnu.org>
16004         * configure.ac (AC_INIT): Bumped to 1.93.
16006         * DISTLIST: Added `include/grub/hfs.h'.
16008 2006-02-01  Yoshinori K. Okuji  <okuji@enbug.org>
16010         * boot/i386/pc/boot.S (general_error): Before looping, try INT
16011         18H, which might help the BIOS falling back to next boot media.
16013 2006-01-25  Yoshinori K. Okuji  <okuji@enbug.org>
16015         * util/i386/pc/grub-install.in: Escape a backslash. Reported by
16016         Poe Chen <poe.poechen@gmail.com>.
16018 2006-01-17  Marco Gerards  <marco@gnu.org>
16020         * include/grub/normal.h: Include <grub/script.h>.
16021         (grub_command_list): Removed struct.
16022         (grub_command_list_t): Removed type.
16023         (grub_menu_entry): Remove members `num' and `command_list'.  Add
16024         members `commands' and `sourcecode'.
16025         * include/grub/script.h: Add inclusion guards.
16026         (grub_script_cmd_menuentry): New struct.
16027         (grub_script_execute_menuentry): New prototype.
16028         (grub_script_lexer_record_start): Likewise.
16029         (grub_script_lexer_record_stop): Likewise.
16030         * normal/execute.c (grub_script_execute_menuentry): New function.
16031         * normal/lexer.c (record, recording, recordpos, recordlen): New
16032         variables.
16033         (grub_script_lexer_record_start): New function.
16034         (grub_script_lexer_record_stop): Likewise.
16035         (recordchar): Likewise.
16036         (nextchar): Likewise.
16037         (grub_script_yylex): Use `nextchar' to fetch new characters.  Use
16038         2048 as the buffer size.  Add the tokens `menuentry' and `@'.
16039         * normal/main.c: Include <grub/parser.h> and <grub/script.h>
16040         (current_menu): New variable.
16041         (free_menu): Mainly rewritten.
16042         (grub_normal_menu_addentry): New function.
16043         (read_config_file): Rewritten.
16044         * normal/menu.c (run_menu_entry): Mainly rewritten.
16045         * normal/menu_entry.c (make_screen): Rewritten the code to insert
16046         the menu entry.
16047         (run): Mainly rewritten.
16048         * normal/parser.y (menu_entry): New variable.
16049         (GRUB_PARSER_TOKEN_MENUENTRY): New token.
16050         (menuentry): New rule.
16051         (command): Add `menuentry'.
16052         (if_statement): Allow additional returns before `fi'.
16053         * normal/script.c (grub_script_create_cmdmenu): New function.
16055 2006-01-03  Marco Gerards  <marco@gnu.org>
16057         * INSTALL: GNU Bison is required.
16058         * configure.ac: Rewritten the test to detect Bison.
16059         * Makefile.in (YACC): New variable.  Reported by Xun Sun
16060         <xun.sun.cn@gmail.com>.
16062 2006-01-03  Marco Gerards  <marco@gnu.org>
16064         * fs/hfsplus.c (grub_hfsplus_read_block): Convert the offset of
16065         the HFS+ filesystem to filesystem blocks.
16066         (grub_hfsplus_iterate_dir): Cast the `fileinfo' assignment so a
16067         GCC warning is silenced.
16069 2006-01-03  Marco Gerards  <marco@gnu.org>
16071         * partmap/apple.c (apple_partition_map_iterate): Convert the data
16072         read from disk from big endian to host byte order.
16074 2006-01-03  Hollis Blanchard  <hollis@penguinppc.org>
16076         * fs/hfs.c: Include <grub/hfs.h>.  Added reference to the official
16077         documentation.
16078         (GRUB_HFS_EMBED_HFSPLUS_SIG): New macro.
16079         (grub_hfs_mount): Grammar fix in error. Make sure this is not an
16080         embedded HFS+ filesystem.
16081         (GRUB_HFS_MAGIC, grub_hfs_extent, grub_hfs_datarecord_t)
16082         (grub_hfs_sblock): Move from here...
16083         * include/grub/hfs.h: To here...  New file.
16084         * fs/hfsplus.c: Include <grub/hfs.h>.  Added reference to the official
16085         documentation.
16086         (GRUB_HFSPLUS_MAGIC, GRUB_HFSPLUSX_MAGIC, GRUB_HFSPLUS_SBLOCK):
16087         New macros.
16088         (grub_hfsplus_volheader): Change type of member `magic' to
16089         `grub_uint16_t'.
16090         (grub_hfsplus_data): Add new member `embedded_offset'.
16091         (grub_hfsplus_read_block): Add the HFS+ wrapper offset to the
16092         returned block.
16093         (grub_hfsplus_mount): Read the HFS+ wrapper if it exists.
16094         Calculate the offset.
16096 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
16098         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_DRP_ADDR):
16099         Removed.
16100         (GRUB_BOOT_MACHINE_DRP_SIZE): Likewise.
16102 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
16104         * kern/env.c (grub_env_set): Check if ENV->VALUE instead of
16105         ENV->NAME is NULL after allocating ENV->VALUE.
16107 2005-12-25  Marco Gerards  <marco@gnu.org>
16109         * kern/env.c (grub_env_set): Rewritten the error handling code.
16111 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
16113         * geninit.sh: Made more robust, and more portable.
16115 2005-12-25  Marco Gerards  <marco@gnu.org>
16117         Add support for Apple HFS+ filesystems.
16119         * fs/hfsplus.c: New file.
16121         * DISTLIST: Added `fs/hfsplus.c'.
16123         * conf/common.rmk (pkgdata_MODULES): Add `hfsplus.mod'.
16124         (hfsplus_mod_SOURCES): New variable.
16125         (hfsplus_mod_CFLAGS): Likewise.
16126         (hfsplus_mod_LDFLAGS): Likewise.
16127         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/hfsplus.c'.
16128         (grub_setup_SOURCES): Likewise.
16129         (grub_mkdevicemap_SOURCES): Likewise.
16130         (grub_emu_SOURCES): Likewise.
16131         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
16133         * fs/fshelp.c (grub_fshelp_log2blksize): New function.
16135         * include/grub/fshelp.h (grub_fshelp_log2blksize): new prototype.
16137 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
16139         * DISTLIST: Added geninitheader.sh, geninit.sh, commands/test.c,
16140         commands/i386/pc/play.c, conf/common.mk, conf/common.rmk,
16141         include/grub/parser.h, include/grub/script.h, kern/parser.c,
16142         kern/sparc64/cache.S, normal/execute.c, normal/function.c,
16143         normal/lexer.c, normal/parser.y, normal/script.c, and
16144         partmap/gpt.c.
16145         Removed kern/sparc64/cache.c.
16147         * conf/common.rmk (DISTCLEANFILES): Added grub_script.tab.c,
16148         grub_script.tab.h, grub_modules_init.lst, grub_modules_init.h,
16149         grub_emu_init.c.
16151         * configure.ac (AC_INIT): Bumped to 1.92.
16153 2005-12-24  Vesa Jaaskelainen  <chaac@nic.fi>
16155         * kern/err.c (grub_error_push): Added new function to support error
16156         stacks.
16157         (grub_error_pop): Likewise.
16158         (grub_error_stack_items): New local variable to support error stacks.
16159         (grub_error_stack_pos): Likewise.
16160         (grub_error_stack_assert): Likewise.
16161         (GRUB_ERROR_STACK_SIZE): Added new define to configure maximum error
16162         stack depth.
16163         (grub_print_error): Added support to print errors from error stack.
16165         * include/grub/err.h (grub_error_push): Added function prototype.
16166         (grub_error_pop): Likewise.
16168 2005-12-09  Hollis Blanchard  <hollis@penguinppc.org>
16170         * configure.ac: Accept `powerpc64' as host_cpu.
16171         (amd64): Rename to `biarch32'.
16173         * kern/powerpc/cache.S (grub_arch_sync_caches): Handle
16174         non-cacheline-aligned addresses.
16176         * kern/dl.c (grub_dl_load_core): Add grub_dprintf messages.
16177         (grub_dl_flush_cache): Likewise.  Only call `grub_arch_sync_caches'
16178         if `size' is non-zero.
16180 2005-12-03  Marco Gerards  <mgerards@xs4all.nl>
16182         * conf/common.rmk (grub_modules_init.lst): Use `-printf "%P\n"'
16183         and `cd' to make sure the filename is not prefixed with a
16184         directory name.
16185         (pkgdata_MODULES): Add `gpt.mod'.
16186         (gpt_mod_SOURCES): New variable.
16187         (gpt_mod_CFLAGS): Likewise.
16188         (gpt_mod_LDFLAGS): Likewise.
16190         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `partmap/gpt.c'.
16192         * include/grub/pc_partition.h (GRUB_PC_PARTITION_TYPE_GPT_DISK):
16193         New macro.
16195         * partmap/gpt.c: New file.
16197         * partmap/pc.c (pc_partition_map_iterate): Don't continue when a
16198         GPT partition map is detected.
16200 2005-12-03  Vincent Pelletier  <subdino2004@yahoo.fr>
16202         * commands/i386/pc/play.c: New file.
16203         * conf/i386-pc.rmk (pkgdata_MODULES): Added play.mod.
16204         (play_mod_SOURCES, play_mod_CFLAGS, play_mod_LDFLAGS): New
16205         macros.
16207 2005-11-27  Marco Gerards  <mgerards@xs4all.nl>
16209         * include/grub/dl.h (GRUB_MOD_INIT): Use `__attribute__
16210         ((unused))' to silence gcc warning.
16212 2005-11-26  Hollis Blanchard  <hollis@penguinppc.org>
16214         * configure.ac: Correct `AC_PROG_YACC' test.
16216 2005-11-22  Hollis Blanchard  <hollis@penguinppc.org>
16218         * util/powerpc/ieee1275/grub-install.in: Run the mount point
16219         check before installing files.
16221 2005-11-22  Mike Small  <smallm@panix.com>
16223         * util/powerpc/ieee1275/grub-install.in (grubdir): Fixed partition
16224         number regex so multidigit numbers are recognized correctly.
16226 2005-11-22  Mike Small  <smallm@panix.com>
16228         * loader/powerpc/ieee1275/linux.c (grub_rescue_cmd_linux): Add a
16229         debugging message before attempting to claim memory.
16230         (grub_rescue_cmd_initrd): Add a claim debugging message and try
16231         multiple addresses in case of failure.
16233 2005-11-22  Hollis Blanchard  <hollis@penguinppc.org>
16235         * term/tparm.c (get_space): Remove empty `if' statement.
16237         * fs/ufs.c (grub_ufs_find_file): Remove `grub_le_to_cpu32'.
16239         * kern/parser.c (check_varstate): Rename `state' to 's'.
16241 2005-11-22  Hollis Blanchard  <hollis@penguinppc.org>
16243         * partmap/acorn.c: Change `unsigned' to `unsigned int'.  Move all
16244         variable definitions to the beginning of each function.  Sort stack
16245         variables by size.
16246         (find): Rename to `acorn_partition_map_find'.  Cast `grub_disk_read'
16247         `buf' argument to `char *'.
16249 2005-11-22  Hollis Blanchard  <hollis@penguinppc.org>
16251         * conf/powerpc-ieee1275.rmk: Include conf/common.mk.
16252         (pkgdata_MODULES): Removed fshelp.mod, fat.mod, ext2.mod, ufs.mod,
16253         minix.mod, hfs.mod, jfs.mod, xfs.mod, affs.mod, sfs.mod,
16254         hello.mod, boot.mod, terminal.mod, ls.mod, cmp.mod, cat.mod,
16255         help.mod, font.mod, terminfo.mod, amiga.mod, apple.mod, pc.mod,
16256         sun.mod, acorn.mod, loopback.mod, default.mod, timeout.mod,
16257         configfile.mod, search.mod, gzio.mod and test.mod.
16258         (symlist.c, grub_script.tab.c, grub_script.tab.h, kernel_syms.lst)
16259         (grub_modules_init.lst, grub_modules_init.h, grub_emu_init.c)
16260         (fshelp_mod_SOURCES, fshelp_mod_CFLAGS, fshelp_mod_LDFLAGS)
16261         (fat_mod_SOURCES, fat_mod_CFLAGS, fat_mod_LDFLAGS)
16262         (ext2_mod_SOURCES, ext2_mod_CFLAGS, ext2_mod_LDFLAGS)
16263         (ufs_mod_SOURCES, ufs_mod_CFLAGS, ufs_mod_LDFLAGS)
16264         (minix_mod_SOURCES, minix_mod_CFLAGS, minix_mod_LDFLAGS)
16265         (hfs_mod_SOURCES, hfs_mod_CFLAGS, hfs_mod_LDFLAGS, jfs_mod_SOURCES)
16266         (jfs_mod_CFLAGS, jfs_mod_LDFLAGS, iso9660_mod_SOURCES)
16267         (iso9660_mod_CFLAGS, iso9660_mod_LDFLAGS, xfs_mod_SOURCES)
16268         (xfs_mod_CFLAGS, xfs_mod_LDFLAGS, affs_mod_SOURCES)
16269         (affs_mod_CFLAGS, affs_mod_LDFLAGS, sfs_mod_SOURCES)
16270         (sfs_mod_CFLAGS, sfs_mod_LDFLAGS, hello_mod_SOURCES)
16271         (hello_mod_CFLAGS, hello_mod_LDFLAGS, boot_mod_SOURCES)
16272         (boot_mod_CFLAGS, boot_mod_LDFLAGS, terminal_mod_SOURCES)
16273         (terminal_mod_CFLAGS, terminal_mod_LDFLAGS, ls_mod_SOURCES)
16274         (ls_mod_CFLAGS, ls_mod_LDFLAGS, cmp_mod_SOURCES, cmp_mod_CFLAGS)
16275         (cmp_mod_LDFLAGS, cat_mod_SOURCES, cat_mod_CFLAGS, cat_mod_LDFLAGS)
16276         (help_mod_SOURCES, help_mod_CFLAGS, help_mod_LDFLAGS)
16277         (font_mod_SOURCES, font_mod_CFLAGS, font_mod_LDFLAGS)
16278         (terminfo_mod_SOURCES, terminfo_mod_CFLAGS, terminfo_mod_LDFLAGS)
16279         (amiga_mod_SOURCES, amiga_mod_CFLAGS, amiga_mod_LDFLAGS)
16280         (apple_mod_SOURCES, apple_mod_CFLAGS, apple_mod_LDFLAG): Removed.
16282         * conf/common.mk (grub_modules_init.lst): Use `find' instead of
16283         `grep --include'.
16284         (pkgdata_MODULES): Add test.mod.
16286 2005-11-18  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
16288         * genmk.rb: Fixed list rules moved to Makefile.in.  Recognise
16289         appending to variables with "+=".
16290         (PModule): Use full pathname to generate *.lst filenames.
16292         * Makefile.in: Fixed list rules moved from genmk.rb.
16293         (.DELETE_ON_ERROR): New special target.
16294         (RMKFILES): Add common.rmk and sparc64-ieee1275.rmk.
16296         * conf/i386-pc.rmk: Include conf/common.mk.
16297         (pkgdata_MODULES): Removed fshelp.mod, fat.mod, ext2.mod, ufs.mod,
16298         minix.mod, hfs.mod, jfs.mod, xfs.mod, affs.mod, sfs.mod,
16299         hello.mod, boot.mod, terminal.mod, ls.mod, cmp.mod, cat.mod,
16300         help.mod, font.mod, terminfo.mod, amiga.mod, apple.mod, pc.mod,
16301         sun.mod, acorn.mod, loopback.mod, default.mod, timeout.mod,
16302         configfile.mod, search.mod, gzio.mod and test.mod.
16303         (symlist.c, grub_script.tab.c, grub_script.tab.h, kernel_syms.lst)
16304         (grub_modules_init.lst, grub_modules_init.h, grub_emu_init.c)
16305         (fshelp_mod_SOURCES, fshelp_mod_CFLAGS, fshelp_mod_LDFLAGS)
16306         (fat_mod_SOURCES, fat_mod_CFLAGS, fat_mod_LDFLAGS)
16307         (ext2_mod_SOURCES, ext2_mod_CFLAGS, ext2_mod_LDFLAGS)
16308         (ufs_mod_SOURCES, ufs_mod_CFLAGS, ufs_mod_LDFLAGS)
16309         (minix_mod_SOURCES, minix_mod_CFLAGS, minix_mod_LDFLAGS)
16310         (hfs_mod_SOURCES, hfs_mod_CFLAGS, hfs_mod_LDFLAGS, jfs_mod_SOURCES)
16311         (jfs_mod_CFLAGS, jfs_mod_LDFLAGS, iso9660_mod_SOURCES)
16312         (iso9660_mod_CFLAGS, iso9660_mod_LDFLAGS, xfs_mod_SOURCES)
16313         (xfs_mod_CFLAGS, xfs_mod_LDFLAGS, affs_mod_SOURCES)
16314         (affs_mod_CFLAGS, affs_mod_LDFLAGS, sfs_mod_SOURCES)
16315         (sfs_mod_CFLAGS, sfs_mod_LDFLAGS, hello_mod_SOURCES)
16316         (hello_mod_CFLAGS, hello_mod_LDFLAGS, boot_mod_SOURCES)
16317         (boot_mod_CFLAGS, boot_mod_LDFLAGS, terminal_mod_SOURCES)
16318         (terminal_mod_CFLAGS, terminal_mod_LDFLAGS, ls_mod_SOURCES)
16319         (ls_mod_CFLAGS, ls_mod_LDFLAGS, cmp_mod_SOURCES, cmp_mod_CFLAGS)
16320         (cmp_mod_LDFLAGS, cat_mod_SOURCES, cat_mod_CFLAGS, cat_mod_LDFLAGS)
16321         (help_mod_SOURCES, help_mod_CFLAGS, help_mod_LDFLAGS)
16322         (font_mod_SOURCES, font_mod_CFLAGS, font_mod_LDFLAGS)
16323         (terminfo_mod_SOURCES, terminfo_mod_CFLAGS, terminfo_mod_LDFLAGS)
16324         (amiga_mod_SOURCES, amiga_mod_CFLAGS, amiga_mod_LDFLAGS)
16325         (apple_mod_SOURCES, apple_mod_CFLAGS, apple_mod_LDFLAG): Move from
16326         here...
16327         * conf/common.rmk: ... to here.  New file.
16329         * conf/common.mk: New file.
16331 2005-11-18  Yoshinori K. Okuji  <okuji@enbug.org>
16333         * conf/powerpc-ieee1275.rmk (grub_script.tab.h): Unified to ...
16334         (grub_script.tab.c): ... here.
16336         * conf/sparc64-ieee1275.rmk (grub_script.tab.h): Unified to ...
16337         (grub_script.tab.c): ... here.
16339         * conf/i386-pc.rmk (grub_script.tab.h): Unified to ...
16340         (grub_script.tab.c): ... here.
16342         * normal/command.c (grub_command_find): Fixed a memory leak of
16343         MODULE_NAME. Reported by Mike Small <smallm@panix.com>.
16345 2005-11-13  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
16347         * include/grub/symbol.h: (FUNCTION): Use double quotes instead of
16348         "@" which marks the start of a comment on ARM.
16349         (VARIABLE): Likewise.
16351 2005-11-13  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
16353         Add support for Linux/ADFS partition tables.
16355         * partmap/acorn.c: New file.
16357         * include/grub/acorn_filecore.h: Likewise.
16359         * DISTLIST: Added `partmap/acorn.c' and
16360         `include/grub/acorn_filecore.h'.
16362         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
16363         `partmap/acorn.c'.
16364         (pkgdata_MODULES): Add `acorn.mod'.
16365         (acorn_mod_SOURCES): New variable.
16366         (acorn_mod_CFLAGS): Likewise.
16368         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Add
16369         `partmap/acorn.c'.
16370         (pkgdata_MODULES): Add `acorn.mod'.
16371         (acorn_mod_SOURCES): New variable.
16372         (acorn_mod_CFLAGS): Likewise.
16374         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `partmap/acorn.c'.
16375         (pkgdata_MODULES): Add `acorn.mod'.
16376         (acorn_mod_SOURCES): New variable.
16377         (acorn_mod_CFLAGS): Likewise.
16378         (acorn_mod_LDFLAGS): Likewise.
16380         * include/types.h (grub_disk_addr_t): New typedef.
16382 2005-11-13  Marco Gerards  <mgerards@xs4all.nl>
16384         * geninit.sh: New file.
16386         * geninitheader.sh: Likewise.
16388         * commands/boot.c (grub_boot_init, grub_boot_fini): Removed.
16389         * commands/cat.c (grub_cat_init, grub_cat_fini): Likewise.
16390         * commands/cmp.c (grub_cmp_init, grub_cmp_fini): Likewise.
16391         * commands/configfile.c (grub_configfile_init)
16392         (grub_configfile_fini): Likewise.
16393         * commands/default.c (grub_default_init, grub_default_fini):
16394         Likewise.
16395         * commands/help.c (grub_help_init, grub_help_fini): Likewise.
16396         * commands/ls.c (grub_ls_init, grub_ls_fini): Likewise.
16397         * commands/search.c (grub_search_init, grub_search_fini): Likewise.
16398         * commands/terminal.c (grub_terminal_init, grub_terminal_fini):
16399         Likewise.
16400         * commands/test.c (grub_test_init, grub_test_fini): Likewise.
16401         * commands/timeout.c (grub_timeout_init, grub_timeout_fini):
16402         Likewise.
16403         * commands/i386/pc/halt.c (grub_halt_init, grub_halt_fini): Likewise.
16404         * commands/ieee1275/halt.c (grub_halt_init, grub_halt_fini):
16405         Likewise.
16406         * commands/i386/pc/reboot.c (grub_reboot_init, grub_reboot_fini):
16407         Likewise.
16408         * commands/ieee1275/reboot.c (grub_reboot_init, grub_reboot_fini):
16409         Likewise.
16410         * disk/loopback.c (grub_loop_init, grub_loop_fini): Likewise.
16411         * fs/affs.c (grub_affs_init, grub_affs_fini): Likewise.
16412         * fs/ext2.c (grub_ext2_init, grub_ext2_fini): Likewise.
16413         * fs/fat.c (grub_fat_init, grub_fat_fini): Likewise.
16414         * fs/hfs.c (grub_hfs_init, grub_hfs_fini): Likewise.
16415         * fs/iso9660.c (grub_iso9660_init, grub_iso9660_fini): Likewise.
16416         * fs/jfs.c (grub_jfs_init, grub_jfs_fini): Likewise.
16417         * fs/minix.c (grub_minix_init, grub_minix_fini): Likewise.
16418         * fs/sfs.c (grub_sfs_init, grub_sfs_fini): Likewise.
16419         * fs/ufs.c (grub_ufs_init, grub_ufs_fini): Likewise.
16420         * fs/xfs.c (grub_xfs_init, grub_xfs_fini): Likewise.
16421         * normal/main.c (grub_normal_init, grub_normal_fini): Likewise.
16422         * partmap/amiga.c (grub_amiga_partition_map_init)
16423         (grub_amiga_partition_map_fini): Likewise.
16424         * partmap/apple.c (grub_apple_partition_map_init)
16425         (grub_apple_partition_map_fini): Likewise.
16426         * partmap/pc.c (grub_pc_partition_map_init)
16427         (grub_pc_partition_map_fini): Likewise.
16428         * partmap/sun.c (grub_sun_partition_map_init,
16429         grub_sun_partition_map_fini): Likewise.
16430         * term/terminfo.c (grub_terminal_init, grub_terminal_fini):
16431         Likewise.
16433         * util/grub-emu.c: Include <grub_modules_init.h>.
16434         (main): Don't initialize and de-initialize any modules directly,
16435         use `grub_init_all' and `grub_fini_all' instead.
16437         * term/i386/pc/vesafb.c (grub_vesafb_init): Renamed to
16438         `grub_vesafb_mod_init'.
16439         (grub_vesafb_fini): Renamed to `grub_vesafb_mod_fini'.  Updated
16440         all users.
16441         * term/i386/pc/vga.c (grub_vga_init): Renamed to
16442         `grub_vga_mod_init'.  Updated all users.
16443         (grub_vga_fini): Renamed to `grub_vga_mod_fini'.
16445         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `grub_emu_init.c'.
16446         (grub_modules_init.lst, grub_modules_init.h, grub_emu_init.c): New
16447         rules.
16449         * include/grub/dl.h (GRUB_MOD_INIT): Add argument `name'.
16450         Generate a function to initialize the module in utilities.
16451         Updated all callers.
16452         (GRUB_MOD_FINI): Add argument `name'.  Generate a function to
16453         initialize the module in utilities.  Updated all callers.
16455 2005-11-09  Hollis Blanchard  <hollis@penguinppc.org>
16457         * term/ieee1275/ofconsole.c (grub_ofconsole_cls): Use both the ANSI
16458         escape sequence and a literal ^L to clear the screen.
16460         * commands/ieee1275/suspend.c (grub_cmd_suspend): Clear the screen
16461         when returning from Open Firmware.
16463 2005-11-09  Hollis Blanchard  <hollis@penguinppc.org>
16465         * term/ieee1275/ofconsole.c (grub_ofconsole_width): New variable.
16466         (grub_ofconsole_height): Likewise.
16467         (grub_ofconsole_putchar): If `grub_curr_x' exceeds console width,
16468         manually insert a '\n'.
16469         (grub_ofconsole_getwh): Set and return `grub_ofconsole_width' and
16470         `grub_ofconsole_height'.  Return early if these are already set.
16472 2005-11-07  Vincent Pelletier  <subdino2004@yahoo.fr>
16474         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Add
16475         `commands/test.c', `fs/affs.c', `fs/sfs.c', `fs/xfs.c',
16476         `normal/execute.c', `normal/lexer.c', `io/gzio.c',
16477         `kern/parser.c', `grub_script.tab.c', `normal/function.c'
16478         and `normal/script.c'.
16479         (normal_mod_SOURCES): `normal/execute.c', `normal/lexer.c',
16480         `grub_script.tab.c', `normal/function.c' and `normal/script.c'.
16481         (test_mod_SOURCES): New variable.
16482         (test_mod_CFLAGS): Likewise.
16483         (test_mod_LDFLAGS): Likewise.
16484         (pkgdata_MODULES): Add `test.mod'.
16485         (grub_script.tab.c): New rule.
16486         (grub_script.tab.h): Likewise.
16488 2005-11-07  Marco Gerards  <mgerards@xs4all.nl>
16490         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
16491         `commands/test.c', `normal/execute.c', `normal/lexer.c',
16492         `grub_script.tab.c', `normal/function.c' and `normal/script.c'.
16493         (normal_mod_SOURCES): `normal/execute.c', `normal/lexer.c',
16494         `grub_script.tab.c', `normal/function.c' and `normal/script.c'.
16495         (test_mod_SOURCES): New variable.
16496         (test_mod_CFLAGS): Likewise.
16497         (pkgdata_MODULES): Add `test.mod'.
16498         (grub_script.tab.c): New rule.
16499         (grub_script.tab.h): Likewise.
16501 2005-11-06  Marco Gerards  <mgerards@xs4all.nl>
16503         Add initial scripting support.
16505         * commands/test.c: New file.
16506         * include/grub/script.h: Likewise.
16507         * normal/execute.c: Likewise.
16508         * normal/function.c: Likewise.
16509         * normal/lexer.c: Likewise.
16510         * normal/parser.y: Likewise.
16511         * normal/script.c: Likewise.
16513         * configure.ac: Add `AC_PROG_YACC' test.
16515         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `commands/test.c',
16516         `normal/execute.c', `normal/lexer.c', `grub_script.tab.c',
16517         `normal/function.c' and `normal/script.c'.
16518         (normal_mod_SOURCES): `normal/execute.c', `normal/lexer.c',
16519         `grub_script.tab.c', `normal/function.c' and `normal/script.c'.
16520         (test_mod_SOURCES, test_mod_CFLAGS, test_mod_LDFLAGS): New
16521         variables.
16522         (pkgdata_MODULES): Add `test.mod'.
16523         (grub_script.tab.c): New rule.
16524         (grub_script.tab.h): Likewise.
16526         * include/grub/err.h (grub_err_t): Add `GRUB_ERR_TEST_FAILURE'.
16528         * include/grub/normal.h (grub_test_init): New prototype.
16529         (grub_test_fini): Likewise.
16531         * normal/command.c: Include <grub/script.h>.
16532         (grub_command_execute): Rewritten.
16534         * util/grub-emu.c (main): Call `grub_test_init' and
16535         `grub_test_fini'.
16537 2005-11-03  Hollis Blanchard  <hollis@penguinppc.org>
16539         * kern/powerpc/ieee1275/init.c (grub_get_rtc): Initialize `msecs'
16540         to 0.
16541         * term/ieee1275/ofconsole.c (grub_ofconsole_checkkey): Return -1 if
16542         there are no pending characters.
16544 2005-11-03  Hollis Blanchard  <hollis@penguinppc.org>
16546         * kern/powerpc/ieee1275/openfw.c (grub_ieee1275_get_devname): Use
16547         `grub_strndup' to drop device arguments. Replace unnecessary
16548         `grub_strndup' with `grub_strdup'.
16550 2005-11-03  Hollis Blanchard  <hollis@penguinppc.org>
16552         * kern/term.c (grub_cls): Do not call grub_cur_term->cls() if the
16553         `debug' environment variable has been set.
16555 2005-11-02  Hollis Blanchard  <hollis@penguinppc.org>
16557         * Makefile.in (install-local): Use $(DATA).
16558         (uninstall): Likewise.
16559         * conf/powerpc-ieee1275.rmk (bin_UTILITIES): Move grub-mkimage...
16560         (sbin_UTILITIES): ... to here.
16561         (sbin_SCRIPTS): New variable.
16562         (grub_install_SOURCES): New variable.
16563         * util/powerpc/ieee1275/grub-install.in: New file.
16564         * util/powerpc/ieee1275/grub-mkimage.c (kernel_path): Remove
16565         variable.
16566         (add_segments): Call `grub_util_get_path'.
16568 2005-10-28  Yoshinori K. Okuji  <okuji@enbug.org>
16570         From Timothy Baldwin:
16571         * commands/ls.c (grub_ls_list_files): Close FILE with
16572         grub_file_close.
16573         * kern/misc.c (grub_vsprintf): Terminate the string S with NUL.
16575 2005-10-24  Marco Gerards  <mgerards@xs4all.nl>
16577         * include/grub/parser.h: New file.
16579         * kern/parser.c: Likewise.
16581         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/parser.c'.
16582         (grub_setup_SOURCES): Likewise.
16583         (grub_probefs_SOURCES): Likewise.
16584         (grub_emu_SOURCES): Likewise.
16585         (kernel_img_HEADERS): Add `parser.h'.
16587         * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Add `parser.h'.
16588         (grub_emu_SOURCES): Add `kern/parser.c'.
16589         (grubof_SOURCES): Likewise.
16591         * conf/sparc64-ieee1275.rmk (grubof_HEADERS): Add `parser.h'.
16592         (grubof_SOURCES): Add `kern/parser.c'.
16594         * include/grub/misc.h (grub_split_cmdline): Removed prototype.
16596         * kern/misc.c (grub_split_cmdline): Removed function.
16598         * kern/rescue.c: Include <grub/parser.h>.
16599         (grub_enter_rescue_mode): Use `grub_parser_split_cmdline' instead
16600         of `grub_split_cmdline'.
16602         * normal/command.c: Include <grub/parser.h>.
16603         (grub_command_execute):  Use `grub_parser_split_cmdline' instead
16604         of `grub_split_cmdline'.
16606         * normal/completion.c: Include <grub/parser.h>.
16607         (cmdline_state): New variable.
16608         (iterate_dir): End the filename with a quote depending on the
16609         command line state.
16610         (get_state): new function.
16611         (grub_normal_do_completion): Use `grub_parser_split_cmdline' to
16612         split the arguments and determine the current argument.  When the
16613         argument string is not quoted, escape all spaces.
16615 2005-10-23  Vincent Pelletier  <subdino2004@yahoo.fr>
16617         * normal/sparc64/setjmp.S: New file.
16619 2005-10-23  Vincent Pelletier  <subdino2004@yahoo.fr>
16621         * include/grub/sparc64/libgcc.h: New file.
16622         * conf/sparc64-ieee1275.rmk (COMMON_ASFLAGS): Remove -Av9.
16623         (normal_mod_SOURCES): Use normal/sparc64/setjmp.S instead of
16624         normal/sparc64/setjmp.c.
16626 2005-10-23  Vincent Pelletier  <subdino2004@yahoo.fr>
16628         * kern/sparc64/dl.c: Rewritten for SPARCV9 ELF.
16629         * kern/sparc64/cache.S: New file.
16630         * kern/sparc64/cache.c: Removed.
16631         * conf/sparc64-ieee1275.rmk (COMMON_ASFLAGS): Add -Av9.
16632         (COMMON_CFLAGS): Add -mno-app-regs.  Remove -mcpu=v9 and
16633         -mtune=ultrasparc.
16634         (COMMON_LDFLAGS): Add -melf64_sparc.
16635         (grubof_HEADERS): Add sparc64/libgcc.h and machine/kernel.h.
16636         (grubof_SOURCES): Use cache.S instead of cache.c.
16637         (grubof_LDFLAGS): Add -mno-app-regs.  Replace "-Xlinker
16638         --oformat -Xlinker elf64-sparc" by "-Bstatic,-melf64_sparc".
16639         (pkgdata_MODULES): Uncomment. Leave linux.mod and _linux.mod
16640         commented though.
16641         (normal_mod_SOURCES): Add normal/completion.c and normal/misc.c.
16642         (_linux_mod_SOURCES, _linux_mod_CFLAGS, linux_mod_SOURCES)
16643         (linux_mod_CFLAGS): Commented out.
16644         (_linux_mod_LDFLAGS, linux_mod_LDFLAGS): New macro, commented
16645         out because module isn't built.
16646         (fshelp_mod_LDFLAGS, fat_mod_LDFLAGS, ext2_mod_LDFLAGS)
16647         (ufs_mod_LDFLAGS, minix_mod_LDFLAGS, hfs_mod_LDFLAGS)
16648         (jfs_mod_LDFLAGS, iso9660_mod_LDFLAGS, normal_mod_LDFLAGS)
16649         (hello_mod_LDFLAGS, boot_mod_LDFLAGS, terminal_mod_LDFLAGS)
16650         (ls_mod_LDFLAGS, cmp_mod_LDFLAGS, cat_mod_LDFLAGS)
16651         (font_mod_LDFLAGS, amiga_mod_LDFLAGS, apple_mod_LDFLAGS)
16652         (pc_mod_LDFLAGS, sun_mod_LDFLAGS, loopback_mod_LDFLAGS)
16653         (suspend_mod_LDFLAGS, reboot_mod_LDFLAGS, halt_mod_LDFLAGS)
16654         (help_mod_LDFLAGS, default_mod_LDFLAGS, timeout_mod_LDFLAGS)
16655         (configfile_mod_LDFLAGS, search_mod_LDFLAGS, xfs_mod_SOURCES)
16656         (xfs_mod_CFLAGS, xfs_mod_LDFLAGS, affs_mod_SOURCES)
16657         (affs_mod_CFLAGS, affs_mod_LDFLAGS, sfs_mod_SOURCES)
16658         (sfs_mod_CFLAGS, sfs_mod_LDFLAGS, gzio_mod_SOURCES)
16659         (gzio_mod_CFLAGS, gzio_mod_LDFLAGS): New macro.
16661 2005-10-20  Yoshinori K. Okuji  <okuji@enbug.org>
16663         * util/i386/pc/grub-probefs.c (main): Call grub_xfs_init and
16664         grub_xfs_fini. Do not call grub_hfs_init or grub_hfs_fini any
16665         longer, because HFS should not be used on PC.
16667 2005-10-20  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
16669         * io/gzio.c (grub_gzio_read): Use OFFSET instead of FILE->OFFSET
16670         consistently within the loop.
16672 2005-10-15  Marco Gerards  <mgerards@xs4all.nl>
16674         * fs/xfs.c (grub_xfs_iterate_dir): Detect an error if part of a
16675         directory can not be read.
16677 2005-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
16679         * configure.ac (AC_INIT): Increase the version number to 1.91.
16681         * DISTLIST: Added include/grub/terminfo.h, include/grub/tparm.h,
16682         include/grub/i386/pc/serial.h, term/terminfo.c, term/tparm.c and
16683         term/i386/pc/serial.c.
16685 2005-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
16687         * kern/file.c (grub_file_seek): Seeking to an offset equal to a
16688         file size must be permitted.
16690         * kern/i386/pc/startup.S (multiboot_trampoline): Fix a mistake
16691         between %ah and %al.
16693 2005-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
16695         * fs/xfs.c (grub_xfs_iterate_dir): Change the type of BLK to
16696         grub_uint64_t.
16697         Call the hook with a NUL-terminated filename.
16698         (grub_xfs_mount): Use grub_be_to_cpu32 instead of
16699         grub_cpu_to_be32.
16701         * kern/term.c (cursor_state): New variable.
16702         (grub_term_set_current): Reset the cursor state on a new
16703         terminal.
16704         (grub_setcursor): Rewritten to use CURSOR_STATE.
16705         (grub_getcursor): New function.
16707         * include/grub/term.h (grub_getcursor): New prototype.
16709         * io/gzio.c (test_header): Align BUF for accessing it as 32-bit
16710         integers on ARM. Reported by Timothy Baldwin
16711         <T.E.Baldwin99@members.leeds.ac.uk>.
16713 2005-10-11  Marco Gerards  <mgerards@xs4all.nl>
16715         * fs/sfs.c (grub_sfs_open): Don't free `data->label' if it is not
16716         allocated.
16717         (grub_sfs_dir): Likewise.
16719 2005-10-09  Marco Gerards  <mgerards@xs4all.nl>
16721         Add support for the SFS filesystem.
16723         * fs/sfs.c: New file.
16725         * DISTLIST: Added `fs/sfs.c'.
16727         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/sfs.c'.
16728         (grub_probefs_SOURCES): Likewise.
16729         (grub_emu_SOURCES): Likewise.
16730         (pkgdata_MODULES): Add `sfs.mod'.
16731         (sfs_mod_SOURCES): New variable.
16732         (sfs_mod_CFLAGS): Likewise.
16733         (sfs_mod_LDFLAGS): Likewise.
16735         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `fs/sfs.c'.
16736         (pkgdata_MODULES): Add `sfs.mod'.
16737         (sfs_mod_SOURCES): New variable.
16738         (sfs_mod_CFLAGS): Likewise.
16740         * util/grub-emu.c (main): Call `grub_sfs_init' and
16741         `grub_sfs_fini'.
16743         * include/grub/fs.h (grub_sfs_init): New prototype.
16744         (grub_sfs_fini): Likewise.
16746 2005-10-07  Marco Gerards  <mgerards@xs4all.nl>
16748         Add support for the AFFS filesystem.
16750         * fs/affs.c: New file.
16752         * DISTLIST: Added `fs/affs.c'.
16754         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/affs.c'.
16755         (grub_probefs_SOURCES): Likewise.
16756         (grub_emu_SOURCES): Likewise.
16757         (pkgdata_MODULES): Add `affs.mod'.
16758         (affs_mod_SOURCES): New variable.
16759         (affs_mod_CFLAGS): Likewise.
16760         (affs_mod_LDFLAGS): Likewise.
16762         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `fs/affs.c'.
16763         (pkgdata_MODULES): Add `affs.mod'.
16764         (affs_mod_SOURCES): New variable.
16765         (affs_mod_CFLAGS): Likewise.
16767         * util/grub-emu.c (main): Call `grub_affs_init' and
16768         `grub_affs_fini'.
16770         * include/grub/fs.h (grub_affs_init): New prototype.
16771         (grub_affs_fini): Likewise.
16773 2005-10-01  Marco Gerards  <mgerards@xs4all.nl>
16775         * fs/xfs.c (grub_xfs_iterate_dir): Add parentheses.
16777 2005-10-01  Marco Gerards  <mgerards@xs4all.nl>
16779         * configure.ac: Accept `x86_64' as host_cpu.  In that case add
16780         `-m32' to CFLAGS.
16782         * genmk.rb (class PModule): Always use `$(#{prefix}_LDFLAGS)' when
16783         linking.
16785         * conf/i386-pc.rmk (COMMON_CFLAGS): Add `-m32'.
16786         (COMMON_LDFLAGS): New variable.
16787         (kernel_img_LDFLAGS): Include `COMMON_FLAGS'.
16788         (_chain_mod_LDFLAGS, fshelp_mod_LDFLAGS, fat_mod_LDFLAGS)
16789         (ext2_mod_LDFLAGS, ufs_mod_LDFLAGS, minix_mod_LDFLAGS)
16790         (hfs_mod_LDFLAGS, jfs_mod_LDFLAGS, iso9660_mod_LDFLAGS)
16791         (xfs_mod_LDFLAGS, _linux_mod_LDFLAGS, linux_mod_LDFLAGS)
16792         (normal_mod_LDFLAGS, hello_mod_LDFLAGS, boot_mod_LDFLAGS)
16793         (terminal_mod_LDFLAGS, ls_mod_LDFLAGS, cmp_mod_LDFLAGS)
16794         (cat_mod_LDFLAGS, help_mod_LDFLAGS, reboot_mod_LDFLAGS)
16795         (halt_mod_LDFLAGS, vga_mod_LDFLAGS, font_mod_LDFLAGS)
16796         (terminfo_mod_LDFLAGS, serial_mod_LDFLAGS, _multiboot_mod_LDFLAGS)
16797         (multiboot_mod_LDFLAGS, amiga_mod_LDFLAGS, apple_mod_LDFLAGS)
16798         (pc_mod_LDFLAGS, sun_mod_LDFLAGS, loopback_mod_LDFLAGS)
16799         (default_mod_LDFLAGS, timeout_mod_LDFLAGS, configfile_mod_LDFLAGS)
16800         (vbe_mod_LDFLAGS, vesafb_mod_LDFLAGS, vbeinfo_mod_LDFLAGS)
16801         (vbetest_mod_LDFLAGS, search_mod_LDFLAGS, gzio_mod_LDFLAGS): New
16802         variables.
16803         (normal_mod_ASFLAGS): Add `-m32'.
16805         * include/grub/types.h (grub_host_addr_t, grub_host_off_t)
16806         (grub_host_size_t, grub_host_ssize_t): New types.
16807         (grub_addr_t, grub_off_t, grub_size_t, grub_ssize_t): Make type
16808         dependent of `GRUB_CPU_SIZEOF_VOID_P' instead on
16809         `GRUB_HOST_SIZEOF_VOID_P'.
16811         * include/grub/kernel.h (struct grub_module_header): Type of
16812         member offset changed to `grub_host_off_t'.  Type of member size
16813         changed to `grub_host_size_t'.
16814         (struct grub_module_info): Type of member offset changed to
16815         `grub_host_off_t'.  Type of member size changed to
16816         `grub_host_size_t'.
16818 2005-09-29  Yoshinori K. Okuji  <okuji@enbug.org>
16820         Make GRUB's kernel compliant to Multiboot Specification.
16822         * kern/i386/pc/startup.S (multiboot_header): New label.
16823         (multiboot_entry): Likewise.
16824         (multiboot_trampoline): Likewise.
16826         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE):
16827         Increased to 0x4A0.
16829         * fs/xfs.c (grub_xfs_iterate_dir): Fix a syntax error. You may not
16830         put parentheses after a question mark.
16831         [!GRUB_UTIL] (my_mod): New variable.
16833         * util/grub-emu.c (main): Call grub_xfs_init and grub_xfs_fini.
16835 2005-09-28  Marco Gerards  <mgerards@xs4all.nl>
16837         Adds support for the XFS filesystem.  Btrees are not supported
16838         yet.
16840         * fs/xfs.c: New file.
16842         * DISTLIST: Added `fs/xfs.c'.
16844         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/xfs.c'.
16845         (grub_probefs_SOURCES): Likewise.
16846         (grub_emu_SOURCES): Likewise.
16847         (pkgdata_MODULES): Add `xfs.mod'.
16848         (xfs_mod_SOURCES): New variable.
16849         (xfs_mod_CFLAGS): Likewise.
16851         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `fs/xfs.c'.
16852         (pkgdata_MODULES): Add `xfs.mod'.
16853         (xfs_mod_SOURCES): New variable.
16854         (xfs_mod_CFLAGS): Likewise.
16856         * util/grub-emu.c (main): Call `grub_xfs_init' and
16857         `grub_xfs_fini'.
16859         * include/grub/fs.h (grub_xfs_init): New prototype.
16860         (grub_xfs_fini): Likewise.
16863 2005-09-18  Vesa Jaaskelainen  <chaac@nic.fi>
16865         * video/i386/pc/vbe.c (grub_vbe_set_video_mode): In indexed
16866         color modes, allow greater than 16 colors to be configured as
16867         a default palette.
16869 2005-09-03  Yoshinori K. Okuji  <okuji@enbug.org>
16871         * normal/completion.c (complete_arguments): Add the qualifier
16872         const into OPTIONS.
16874         From Omniflux <omniflux+lists@omniflux.com>:
16875         * include/grub/terminfo.h: New file.
16876         * include/grub/tparm.h: Likewise.
16877         * include/grub/i386/pc/serial.h: Likewise.
16878         * term/terminfo.c: Likewise.
16879         * term/tparm.c: Likewise.
16880         * term/i386/pc/serial.c: Likewise.
16881         * conf/i386-pc.rmk (pkgdata_MODULES): Added terminfo.mod and
16882         serial.mod.
16883         (terminfo_mod_SOURCES): New variable.
16884         (terminfo_mod_CFLAGS): Likewise.
16885         (serial_mod_SOURCES): Likewise.
16886         (serial_mod_CFLAGS): Likewise.
16888 2005-08-31  Yoshinori K. Okuji  <okuji@enbug.org>
16890         * DISTLIST: Replaced boot/powerpc/ieee1275/crt0.S and
16891         boot/powerpc/ieee1275/cmain.c with kern/powerpc/ieee1275/crt0.S
16892         and kern/powerpc/ieee1275/cmain.c, respectively.
16894         * boot/powerpc/ieee1275/crt0.S: Moved to ...
16895         * kern/powerpc/ieee1275/crt0.S: ... here.
16897         * boot/powerpc/ieee1275/cmain.c: Moved to ...
16898         * kern/powerpc/ieee1275/cmain.c: ... here.
16900         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Use
16901         kern/powerpc/ieee1275/crt0.S and kern/powerpc/ieee1275/cmain.c
16902         instead of boot/powerpc/ieee1275/crt0.S and
16903         boot/powerpc/ieee1275/cmain.c, respectively.
16905         * boot/i386/pc/boot.S (lba_mode): Do not store the total number of
16906         sectors. It was not used anyway.
16908 2005-08-30  Hollis Blanchard  <hollis@penguinppc.org>
16910         * term/ieee1275/ofconsole.c (grub_ofconsole_getcharwidth): Fix
16911         `unused parameter' warning.
16913 2005-08-30  Hollis Blanchard  <hollis@penguinppc.org>
16915         * term/ieee1275/ofconsole.c (grub_ofconsole_getcharwidth): New
16916         function.
16917         (grub_ofconsole_term): Specify grub_ofconsole_getcharwidth as
16918         getcharwidth.
16920 2005-08-28  Marco Gerards  <metgerards@student.han.nl>
16922         * include/grub/normal.h (enum grub_completion_type): Added
16923         `GRUB_COMPLETION_TYPE_ARGUMENT'.
16925         * normal/cmdline.c (print_completion): Handle
16926         the `GRUB_COMPLETION_TYPE_ARGUMENT' type.
16927         * normal/menu_entry.c (store_completion): Likewise.
16929         * normal/completion.c (complete_arguments): New function.
16930         (grub_normal_do_completion): Call `complete_arguments' when the
16931         current words start with a dash.
16933 2005-08-27  Marco Gerards  <metgerards@student.han.nl>
16935         * conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Fix typo (use
16936         `gzio.mod' instead of `io.mod').
16938 2005-08-22  Yoshinori K. Okuji  <okuji@enbug.org>
16940         * gendistlist.sh (EXTRA_DISTFILES): Added genfslist.sh.
16941         (DISTDIRS): Added io and video.
16942         Rewrite the search routine to make an output consistently.
16944         * DISTLIST: Added conf/sparc64-ieee1275.mk,
16945         conf/sparc64-ieee1275.rmk, include/grub/gzio.h,
16946         include/grub/ieee1275/ieee1275.h, include/grub/ieee1275/ofdisk.h,
16947         io/gzio.c, kern/sparc64/cache.c, kern/sparc64/dl.c,
16948         kern/sparc64/ieee1275/init.c, kern/sparc64/ieee1275/openfw.c and
16949         util/powerpc/ieee1275/misc.c.
16951         * include/grub/gzio.h: New file.
16952         * io/gzio.c: Likewise.
16954         * kern/file.c (grub_file_close): Call grub_device_close only if
16955         FILE->DEVICE is not NULL.
16957         * include/grub/mm.h [!NULL] (NULL): New macro.
16959         * include/grub/err.h (GRUB_ERR_BAD_GZIP_DATA): New constant.
16961         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added io/gzip.c.
16962         (pkgdata_MODULES): Added gzio.mod.
16963         (gzio_mod_SOURCES): New variable.
16964         (gzio_mod_CFLAGS): Likewise.
16966         * conf/i386-pc.rmk (grub_emu_SOURCES): Added io/gzip.c.
16967         (pkgdata_MODULES): Added gzio.mod.
16968         (gzio_mod_SOURCES): New variable.
16969         (gzio_mod_CFLAGS): Likewise.
16971         * commands/cat.c: Include grub/gzio.h.
16972         (grub_cmd_cat): Use grub_gzfile_open instead of
16973         grub_file_open.
16975         * commands/cmp.c: Include grub/gzio.h.
16976         (grub_cmd_cmp): Use grub_gzfile_open instead of
16977         grub_file_open.
16979         * loader/i386/pc/multiboot.c: Include grub/gzio.h.
16980         (grub_rescue_cmd_multiboot): Use grub_gzfile_open instead of
16981         grub_file_open.
16982         (grub_rescue_cmd_module): Likewise.
16984 2005-08-21  Vincent Pelletier  <subdino2004@yahoo.fr>
16986         * conf/sparc64-ieee1275.rmk (grubof_SOURCES): The first file must be
16987         kern/sparc64/ieee1275/init.c because it contains _start.
16988         * conf/sparc64-ieee1275.mk: Generated from conf/sparc64-ieee1275.rmk.
16990 2005-08-21  Vincent Pelletier  <subdino2004@yahoo.fr>
16992         * configure.ac: Add support for sparc64 host with ieee1275
16993         firmware.
16994         * configure: Generated from configure.ac.
16995         * disk/ieee1275/ofdisk.c (grub_ofdisk_open): Use grub_ssize_t
16996         instead of int.
16997         (grub_ofdisk_read): Likewise.
16998         (grub_ofdisk_open): Use %p to print pointer values, and cast the
16999         pointers as (void *) to remove a warning.
17000         (grub_ofdisk_close): Likewise.
17001         (grub_ofdisk_read): Likewise.
17002         * kern/ieee1275/ieee1275.c (grub_ieee1275_exit): This never
17003         returns, so make it return void to remove a warning.
17004         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_exit):
17005         Corresponding prototype change.
17006         * kern/mm.c (grub_mm_init_region): Use %p to print pointer
17007         values, and cast the pointers as (void *) to remove a warning.
17008         (grub_mm_dump): Likewise.
17009         * conf/sparc64-ieee1275.mk: New file.
17010         * conf/sparc64-ieee1275.rmk: Likewise.
17011         * include/grub/sparc64/setjmp.h: Likewise.
17012         * include/grub/sparc64/types.h: Likewise.
17013         * include/grub/sparc64/ieee1275/console.h: Likewise.
17014         * include/grub/sparc64/ieee1275/ieee1275.h: Likewise.
17015         * include/grub/sparc64/ieee1275/kernel.h: Likewise.
17016         * include/grub/sparc64/ieee1275/time.h: Likewise.
17017         * kern/sparc64/cache.c: Likewise.
17018         * kern/sparc64/dl.c: Likewise.
17019         * kern/sparc64/ieee1275/init.c: Likewise.
17020         * kern/sparc64/ieee1275/openfw.c: Likewise.
17022 2005-08-21  Yoshinori K. Okuji  <okuji@enbug.org>
17024         * util/console.c (grub_ncurses_putchar): If C is greater than
17025         0x7f, set C to a question mark.
17026         (grub_ncurses_getcharwidth): New function.
17027         (grub_ncurses_term): Specify grub_ncurses_getcharwidth as
17028         getcharwidth.
17030         * normal/menu.c (print_entry): Made aware of Unicode. First,
17031         convert TITLE to UCS-4, and predict the cursor position by
17032         grub_getcharwidth.
17034         * include/grub/misc.h (grub_utf8_to_ucs4): Specify the qualifier
17035         const to SRC.
17036         * kern/misc.c (grub_utf16_to_utf8): Likewise.
17038 2005-08-20  Yoshinori K. Okuji  <okuji@enbug.org>
17040         * loader/powerpc/ieee1275/linux.c (grub_rescue_cmd_linux): Specify
17041         the boot file by the option BOOT_IMAGE. Use grub_stpcpy instead of
17042         grub_strcat.
17044         * loader/i386/pc/linux.c (grub_rescue_cmd_linux): Specify the boot
17045         file by the option BOOT_IMAGE. Use grub_stpcpy instead of
17046         grub_strcpy and grub_strlen. Take it into account that a space
17047         character is inserted as a delimiter.
17049 2005-08-20  Yoshinori K. Okuji  <okuji@enbug.org>
17051         * partmap/pc.c (pc_partition_map_iterate): Include the value of an
17052         invalid magic in the error.
17054         * commands/search.c: New file.
17056         * util/grub-emu.c (main): Call grub_search_init and
17057         grub_search_fini.
17059         * kern/rescue.c (grub_rescue_print_disks): Removed.
17060         (grub_rescue_print_devices): New function.
17061         (grub_rescue_cmd_ls): Use grub_device_iterate with
17062         grub_rescue_print_devices instead of grub_disk_dev_iterate with
17063         grub_rescue_print_disks.
17065         * kern/partition.c (grub_partition_iterate): Return the result of
17066         PARTMAP->ITERATE instead of GRUB_ERRNO.
17068         * kern/device.c: Include grub/partition.h.
17069         (grub_device_iterate): New function.
17071         * include/grub/partition.h (grub_partition_iterate): Return int
17072         instead of grub_err_t.
17074         * include/grub/normal.h [GRUB_UTIL] (grub_search_init): New
17075         prototype.
17076         [GRUB_UTIL] (grub_search_fini): Likewise.
17078         * include/grub/device.h (grub_device_iterate): New prototype.
17080         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added
17081         commands/search.c.
17082         (pkgdata_MODULES): Added search.mod.
17083         (search_mod_SOURCES): New variable.
17084         (search_mod_CFLAGS): Likewise.
17086         * conf/i386-pc.rmk (grub_emu_SOURCES): Added commands/search.c.
17087         (pkgdata_MODULES): Added search.mod.
17088         (search_mod_SOURCES): New variable.
17089         (search_mod_CFLAGS): Likewise.
17091         * commands/ls.c (grub_ls_list_disks): Renamed to ...
17092         (grub_ls_list_devices): ... this, and use grub_device_iterate.
17093         All callers changed.
17095         * DISTLIST: Added commands/search.c.
17097 2005-08-20  Yoshinori K. Okuji  <okuji@enbug.org>
17099         * kern/term.c (grub_putchar): Use grub_utf8_to_ucs4 for the
17100         conversion.
17101         (grub_getcharwidth): New function.
17103         * kern/misc.c (grub_utf8_to_ucs4): New function.
17105         * include/grub/term.h (struct grub_term): Added a new member
17106         "getcharwidth".
17107         (grub_getcharwidth): New prototype.
17109         * include/grub/misc.h (grub_utf8_to_ucs4): New prototype.
17111         * term/i386/pc/console.c (map_char): New function. Segregated from
17112         grub_console_putchar.
17113         (grub_console_putchar): Use map_char.
17114         (grub_console_getcharwidth): New function.
17115         (grub_console_term): Specified grub_console_getcharwidth as
17116         getcharwidth.
17118         * term/i386/pc/vga.c (grub_vga_getcharwidth): New function.
17119         (grub_vga_term): Specified grub_vga_getcharwidth as getcharwidth.
17121         * term/i386/pc/vesafb.c (grub_virtual_screen_setup): Return
17122         GRUB_ERRNO.
17123         (grub_vesafb_init): Do not use RC. Instead, use GRUB_ERRNO. Rely
17124         on grub_strtoul completely.
17125         (write_char): Declare local variables in the beginning of the
17126         function.
17127         (grub_vesafb_getcharwidth): New function.
17128         (grub_vesafb_term): Specified grub_vesafb_getcharwidth as
17129         getcharwidth.
17131 2005-08-19  Yoshinori K. Okuji  <okuji@enbug.org>
17133         * DISTLIST: Replace commands/i386/pc/vbe_list_modes.c and
17134         commands/i386/pc/vbe_test.c with commands/i386/pc/vbeinfo.c and
17135         commands/i386/pc/vbetest.c.
17137         * video/i386/pc/vbe.c (grub_vbe_probe): If INFOBLOCK is not NULL,
17138         call grub_vbe_get_controller_info again, because the returned
17139         information is volatile.
17140         (grub_vbe_set_video_mode): Mostly rewritten.
17141         (grub_vbe_get_video_mode): Use grub_vbe_probe and use
17142         grub_vbe_status_t correctly.
17143         (grub_vbe_get_video_mode_info): Likewise.
17144         (grub_vbe_set_pixel_rgb): Use a switch statement rather than
17145         several if statements.
17147         * commands/i386/pc/vbe_list_modes.c: Renamed to ...
17148         * commands/i386/pc/vbeinfo.c: ... this.
17150         * commands/i386/pc/vbe_test.c: Renamed to ...
17151         * commands/i386/pc/vbetest.c: ... this.
17153         * commands/i386/pc/vbeinfo.c (grub_cmd_vbe_list_modes): Renamed to
17154         ...
17155         (grub_cmd_vbeinfo): ... this. Save video modes before
17156         iterating. Skip a video mode, if it is not available, not enough
17157         information is given or it is monochrome. Show the memory
17158         model. Leave the interpretation of MODEVAR to grub_strtoul
17159         completely.
17160         (GRUB_MOD_INIT): Rename vbe_list_modes to vbeinfo.
17161         (GRUB_MOD_FINI): Likewise.
17163         * commands/i386/pc/vbetest.c (grub_cmd_vbe_test): Renamed to ...
17164         (grub_cmd_vbetest): ... this. Don't print unnecessarily. Use
17165         grub_err_t instead of grub_uint32_t. Don't use SPTR. Remove a
17166         duplicated grub_env_get. Leave the interpretation of MODEVAR to
17167         grub_strtoul completely.
17168         (real2pm): Removed.
17169         (GRUB_MOD_INIT): Rename vbe_test to vbetest.
17170         (GRUB_MOD_FINI): Likewise.
17172         * normal/misc.c: Include grub/mm.h.
17174         * conf/i386-pc.rmk (pkgdata_MODULES): Replaced vbe_test.mod and
17175         vbe_list_modes with vbetest.mod and vbeinfo.mod.
17176         (vbe_list_modes_mod_SOURCES): Removed.
17177         (vbe_list_modes_mod_CFLAGS): Likewise.
17178         (vbe_test_mod_SOURCES): Likewise.
17179         (vbe_test_mod_CFLAGS): Likewise.
17180         (vbeinfo_mod_SOURCES): New variable.
17181         (vbeinfo_mod_CFLAGS): Likewise.
17182         (vbetest_mod_SOURCES): Likewise.
17183         (vbetest_mod_CFLAGS): Likewise.
17185 2005-08-18  Yoshinori K. Okuji  <okuji@enbug.org>
17187         * normal/misc.c: New file.
17189         * DISTLIST: Added normal/misc.c.
17191         * partmap/amiga.c (amiga_partition_map_iterate): Add an argument
17192         DISK to HOOK. Call HOOK with DISK.
17193         * partmap/apple.c (apple_partition_map_iterate): Likewise.
17194         * partmap/pc.c (pc_partition_map_iterate): Likewise.
17195         * partmap/sun.c (sun_partition_map_iterate): Likewise.
17197         * normal/menu_entry.c (struct screen): Added a new member
17198         "completion_shown".
17199         (completion_buffer): New global variable.
17200         (make_screen): Set SCREEN->COMPLETION_SHOWN to zero.
17201         (store_completion): New function.
17202         (complete): Likewise.
17203         (clear_completions): Likewise.
17204         (grub_menu_entry_run): If SCREEN->COMPLETION_SHOWN is non-zero,
17205         call clear_completions and reset SCREEN->COMPLETION_SHOWN. If C is
17206         a tab, call complete.
17208         * normal/completion.c (disk_dev): Removed.
17209         (print_simple_completion): Likewise.
17210         (print_partition_completion): Likewise.
17211         (print_func): New global variable.
17212         (add_completion): Do not take the arguments WHAT or PRINT any
17213         longer. Added a new argument TYPE. Instead of printing directly,
17214         call PRINT_FUNC if not NULL.
17215         All callers changed.
17216         (complete_device): Use a local variable DEV instead of
17217         DISK_DEV. Do not move CURRENT_WORD to the end of a device name.
17218         (grub_normal_do_completion): Take a new argument HOOK. Do not
17219         initialize DISK_DEV. Initialize PRINT_FUNC to HOOK. If RET is an
17220         empty string, return NULL instead.
17221         All callers changed.
17223         * normal/cmdline.c (print_completion): New function.
17225         * kern/partition.c (grub_partition_iterate): Add an argument DISK
17226         to HOOK.
17227         All callers changed.
17229         * kern/disk.c (grub_print_partinfo): Removed.
17231         * include/grub/partition.h (struct grub_partition_map): Add a new
17232         argument DISK into HOOK of ITERATE.
17233         (grub_partition_iterate): Add a new argument DISK to HOOK.
17235         * include/grub/normal.h (enum grub_completion_type): New enum.
17236         (grub_completion_type_t): New type.
17237         (GRUB_COMPLETION_TYPE_COMMAND): New constant.
17238         (GRUB_COMPLETION_TYPE_DEVICE): Likewise.
17239         (GRUB_COMPLETION_TYPE_PARTITION): Likewise.
17240         (GRUB_COMPLETION_TYPE_FILE): Likewise.
17241         (grub_normal_do_completion): Added a new argument HOOK.
17242         (grub_normal_print_device_info): New prototype.
17244         * include/grub/disk.h (grub_print_partinfo): Removed.
17246         * conf/i386-pc.rmk (grub_emu_SOURCES): Added normal/misc.c.
17247         (normal_mod_SOURCES): Likewise.
17248         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
17249         (normal_mod_SOURCES): Likewise.
17251         * commands/ls.c (grub_ls_list_disks): Use
17252         grub_normal_print_device_info instead of grub_print_partinfo. Free
17253         PNAME.
17254         (grub_ls_list_files): Use grub_normal_print_device_info instead of
17255         duplicating the code.
17257 2005-08-16  Vesa Jaaskelainen  <chaac@nic.fi>
17259         * commands/i386/pc/vbe_list_modes.c: Update source formatting to
17260         follow GCS more precisely.
17261         * commands/i386/pc/vbe_test.c: Likewise.
17262         * include/grub/i386/pc/vbe.h: Likewise.
17263         * term/i386/pc/vesafb.c: Likewise.
17264         * video/i386/pc/vbe.c: Likewise.
17266 2005-08-16  Vesa Jaaskelainen  <chaac@nic.fi>
17268         * DISTLIST: Added term/i386/pc/vesafb.c
17269         DISTLIST: Added video/i386/pc/vbe.c
17270         DISTLIST: Added commands/i386/pc/vbe_list_modes.c.
17271         DISTLIST: Added commands/i386/pc/vbe_test.c.
17272         * commands/i386/pc/vbe_list_modes.c: New file.
17273         * commands/i386/pc/vbe_test.c: Likewise.
17274         * term/i386/pc/vesafb.c: Likewise.
17275         * video/i386/pc/vbe.c: Likewise.
17276         * include/grub/i386/pc/vbe.h (GRUB_VBE_DEFAULT_VIDEO_MODE): Added define.
17277         (grub_vbe_probe) Added prototype.
17278         (grub_vbe_set_video_mode) Likewise.
17279         (grub_vbe_get_video_mode) Likewise.
17280         (grub_vbe_get_video_mode_info) Likewise.
17281         (grub_vbe_set_pixel_rgb) Likewise.
17282         (grub_vbe_set_pixel_index) Likewise.
17283         * conf/i386-pc.rmk (pkgdata_MODULES): Added vbe.mod.
17284         (pkgdata_MODULES): Added vesafb.mod.
17285         (pkgdata_MODULES): Added vbe_list_modes.mod.
17286         (pkgdata_MODULES): Added vbe_test.mod.
17287         (vbe_mod_SOURCES): Added.
17288         (vbe_mod_CFLAGS): Likewise.
17289         (vesafb_mod_SOURCES): Likewise.
17290         (vesafb_mod_CFLAGS): Likewise.
17291         (vbe_list_modes_mod_SOURCES): Likewise.
17292         (vbe_list_modes_mod_CFLAGS): Likewise.
17293         (vbe_test_mod_SOURCES): Likewise.
17294         (vbe_test_mod_CFLAGS): Likewise.
17296 2005-08-14  Yoshinori K. Okuji  <okuji@enbug.org>
17298         * normal/command.c (grub_command_execute): If INTERACTIVE is
17299         false and GRUB_COMMAND_FLAG_NO_ECHO is not specified, print
17300         CMDLINE. Disable the pager if INTERACTIVE is true.
17301         All callers are changed.
17303         * normal/main.c (grub_normal_execute): Read command.lst and fs.lst
17304         before reading a config file.
17305         * normal/main.c (read_config_file): Even if a command is not
17306         found, register it if it is within an entry.
17308         * util/grub-emu.c: Include sys/types.h and unistd.h.
17309         (options): Added --hold.
17310         (struct arguments): Added a new member "hold".
17311         (parse_opt): If KEY is 'H', set ARGS->HOLD to ARG or -1 if ARG is
17312         missing.
17313         (main): Initialize ARGS.HOLD to zero. Wait until ARGS.HOLD is
17314         cleared by a debugger, if it is not zero.
17316         * include/grub/normal.h (grub_command_execute): Add an argument
17317         INTERACTIVE.
17319 2005-08-14  Vesa Jaaskelainen  <chaac@nic.fi>
17321         * DISTLIST: Added include/grub/i386/pc/vbe.h.
17323 2005-08-13  Yoshinori K. Okuji  <okuji@enbug.org>
17325         * aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): Replace the test
17326         program with another one, because the old one didn't detect a bug
17327         in gcc-3.4. Always use regparm 2, because the new test is still
17328         not enough for gcc-4.0. Someone must investigate a simple test
17329         case which detects a bug in gcc-4.0.
17331 2005-08-12  Yoshinori K. Okuji  <okuji@enbug.org>
17333         * DISTLIST: Added normal/completion.c.
17335         * normal/completion.c: New file.
17337         * term/i386/pc/console.c (grub_console_getwh): New function.
17338         (grub_console_term): Assign grub_console_getwh to getwh.
17340         * normal/cmdline.c (grub_tab_complete): Removed. Now the same
17341         function is defined in normal/completion.c as
17342         grub_normal_do_completion.
17343         (grub_cmdline_get): Use grub_normal_do_completion instead of
17344         grub_tab_complete.
17346         * kern/partition.c (grub_partition_map_iterate): Return 1 if HOOK
17347         returns non-zero, otherwise return 0.
17348         (grub_partition_iterate): First, probe the partition map. Then,
17349         call ITERATE only for this partition map.
17351         * kern/misc.c (grub_strncmp): Rewritten.
17353         * kern/disk.c (grub_disk_dev_iterate): Return 1 if P->ITERATE
17354         returns non-zero. Otherwise return 0.
17356         * include/grub/partition.h (grub_partition_map_iterate): Return
17357         int instead of void.
17359         * include/grub/normal.h (grub_normal_do_completion): New prototype.
17361         * include/grub/misc.h (grub_strncmp): Change the type of N to
17362         grub_size_t.
17364         * include/grub/disk.h (grub_disk_dev_iterate): Return int instead
17365         of void.
17367         * normal/menu.c (draw_border): Cast GRUB_TERM_BORDER_WIDTH to
17368         unsigned explicitly before comparing it with I.
17370         * kern/main.c (grub_env_write_root): Add the attribute unused into
17371         VAR.
17373         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added
17374         normal/completion.c.
17375         (normal_mod_SOURCES): Likewise.
17376         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
17377         (normal_mod_SOURCES): Likewise.
17379         * normal/command.c (grub_iterate_commands): If ITERATE returns
17380         non-zero, return one immediately.
17382 2005-08-09  Vesa Jaaskelainen  <chaac@nic.fi>
17384         * conf/i386-pc.rmk (kernel_img_HEADERS): Added machine/vbe.h.
17385         * kern/i386/pc/startup.S: Updated Global Descriptor table's
17386         descriptions.
17387         (grub_vbe_get_controller_info): New function.
17388         (grub_vbe_get_mode_info): Likewise.
17389         (grub_vbe_set_mode): Likewise.
17390         (grub_vbe_get_mode): Likewise.
17391         (grub_vbe_set_memory_window): Likewise.
17392         (grub_vbe_get_memory_window): Likewise.
17393         (grub_vbe_set_scanline_length): Likewise.
17394         (grub_vbe_get_scanline_length): Likewise.
17395         (grub_vbe_set_display_start): Likewise.
17396         (grub_vbe_get_display_start): Likewise.
17397         (grub_vbe_set_palette_data): Likewise.
17398         * include/grub/i386/pc/vbe.h: New file.
17400 2005-08-08  Hollis Blanchard  <hollis@penguinppc.org>
17402         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Replaced
17403         kern/ieee1275/of.c with kern/ieee1275/ieee1275.c.
17404         * DISTLIST: Likewise.
17405         * kern/ieee1275/of.c: Moved to ...
17406         * kern/ieee1275/ieee1275.c: ... here.
17408 2005-08-08  Hollis Blanchard  <hollis@penguinppc.org>
17410         * term/ieee1275/ofconsole.c: Include <grub/mm.h>.
17411         (grub_ofconsole_getwh): Cast -1 to type grub_ieee1275_ihandle_t.
17412         Pass 0 as `end' parameter to grub_strtoul().
17414 2005-08-08  Hollis Blanchard  <hollis@penguinppc.org>
17416         * include/grub/powerpc/ieee1275/console.h: Do not include
17417         <grub/types.h>.  Do not include <grub/symbol.h>.  Remove ASM_FILE
17418         ifdef.
17419         (grub_console_cur_color): Remove i386-specific prototype.
17420         (grub_console_real_putchar): Likewise.
17421         (grub_console_checkkey): Likewise.
17422         (grub_console_getkey): Likewise.
17423         (grub_console_getxy): Likewise.
17424         (grub_console_gotoxy): Likewise.
17425         (grub_console_cls): Likewise.
17426         (grub_console_setcursor): Likewise.
17427         * kern/powerpc/ieee1275/init.c: Don't include <grub/console.h>.
17428         Include <grub/machine/console.h>.
17429         * term/ieee1275/ofconsole.c: Likewise.
17431 2005-08-08  Yoshinori K. Okuji  <okuji@enbug.org>
17433         * Makefile.in (LIBLZO): New variable.
17435         * configure.ac: Check for LZO version 2.
17437         * util/i386/pc/grub-mkimage.c [HAVE_LZO_LZO1X_H]: Include
17438         lzo/lzo1x.h instead of lzo1x.h.
17440         * conf/i386-pc.rmk (grub_mkimage_LDFLAGS): Use $(LIBLZO) instead
17441         of -llzo.
17443         * util/i386/pc/grub-setup.c (main): Do not free PREFIX
17444         twice. Reported by Vladimir Serbinenko <phcoder@gmail.com>.
17446         * partmap/pc.c (pc_partition_map_probe): Restore P->DATA after
17447         copying the data from PARTITION to P.
17449 2005-08-07  Yoshinori K. Okuji  <okuji@enbug.org>
17451         * kern/rescue.c (grub_rescue_cmd_rmmod): If the reference count is
17452         negative, unload the module.
17454         * util/i386/pc/grub-setup.c (setup): The name of the PC partition
17455         map is "pc_partition_map" but not "pc".
17456         (usage): Fix the description. The options are --boot-image and
17457         --core-image but not --boot-file or --core-file.
17458         (main): If not specified explicitly, make BOOT_FILE and CORE_FILE
17459         based on DEFAULT_BOOT_FILE and DEFAULT_CORE_FILE with DIR or
17460         DEFAULT_DIRECTORY.
17462         * util/i386/pc/grub-install.in: Do not specify --boot-file or
17463         --core-file. Specify INSTALL_DEVICE as an argument.
17465         * util/console.c: Include config.h.
17466         [HAVE_NCURSeS_CURSES_H]: Include ncurses/curses.h.
17467         [HAVE_NCURSES_H]: Include ncurses.h.
17468         [HAVE_CURSES_H]: Include curses.h.
17469         [!A_NORMAL] (A_NORMAL): Defined as zero.
17470         [!A_STANDOUT] (A_STANDOUT): Likewise.
17472         * conf/i386-pc.rmk (grub_emu_LDFLAGS): Use $(LIBCURSES) instead of
17473         -lncurses.
17474         * conf/powerpc-ieee1275.rmk (grub_emu_LDFLAGS): Likewise.
17476         * configure.ac: Check for curses libraries and headers.
17478         * Makefile.in (LIBCURSES): New variable.
17480         * genmk.rb (Script::rule): Set the executable bits.
17482         * util/i386/pc/biosdisk.c (grub_util_biosdisk_get_grub_dev): The
17483         name of the PC partition map is "pc_partition_map" but not "pc".
17485 2005-08-07  Yoshinori K. Okuji  <okuji@enbug.org>
17487         * util/i386/pc/grub-install.in (grub_probefs): New variable.
17488         (modules): Likewise.
17489         (usage): Added descriptions for --modules and --grub-probefs.
17490         Handle --modules and --grub-probefs. Save the arguments in MODULES
17491         and GRUB_PROBEFS, respectively.
17492         Auto-detect a filesystem module against GRUBDIR. If the result is
17493         empty and modules are not specified explicitly, abort the
17494         installation. Add the result to MODULES.
17496         * DISTLIST: Removed boot/powerpc/ieee1275/ieee1275.c,
17497         disk/powerpc/ieee1275/ofdisk.c,
17498         include/grub/powerpc/ieee1275/init.h and
17499         term/powerpc/ieee1275/ofconsole.c.
17500         Added disk/ieee1275/ofdisk.c, kern/ieee1275/of.c and
17501         term/ieee1275/ofconsole.c.
17503         * include/grub/powerpc/ieee1275/console.h: Resurrected.
17505         * COPYING: Upgraded to the latest version. Only the address of the
17506         FSF office has changed.
17508 2005-08-07  Yoshinori K. Okuji  <okuji@enbug.org>
17510         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Replaced
17511         kern/ieee1275.c with kern/ieee1275/of.c.
17513         * kern/ieee1275.c: Moved to ...
17514         * kern/ieee1275/of.c: ... here.
17516 2005-08-06  Yoshinori K. Okuji  <okuji@enbug.org>
17518         * conf/i386-pc.rmk (kernel_img_HEADERS): Reordered for
17519         readability.
17521         * config.guess: Updated to the latest version from gnulib.
17522         * config.sub: Likewise.
17523         * install.sh: Likewise.
17524         * mkinstalldirs: Likewise.
17526         * include/grub/console.h: Removed. This file is arch-specific. Do
17527         not put this in include/grub.
17529         * include/grub/i386/pc/console.h: Resurrected.
17531         * util/console.c: Include grub/machine/console.h instead of
17532         grub/console.h.
17533         * util/grub-emu.c: Likewise.
17535 2005-08-04  Marco Gerards  <metgerards@student.han.nl>
17537         * kern/term.c (grub_putcode): Use `grub_getwh' instead of
17538         hardcoded value.
17540         From Vincent Pelletier  <subdino2004@yahoo.fr>
17541         * include/grub/term.h (GRUB_TERM_WIDTH, GRUB_TERM_HEIGHT):
17542         Redefined to use grub_getwh.
17543         (grub_term): New member named getwh.
17544         (grub_getwh): New prototype.
17545         * kern/term.c (grub_getwh): New function.
17546         * term/i386/pc/console.c (grub_console_getwh): New function.
17547         (grub_console_term): New member `getwh'.
17548         * term/i386/pc/vga.c (grub_vga_getwh): New function.
17549         (grub_vga_term): New member `getwh'.
17550         * term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Use
17551         grub_ssize_t.
17552         (grub_ofconsole_getw): New function.
17553         (grub_ofconsole_init): Use grub_ssize_t and unsigned char.
17554         (grub_ofconsole_term): New field named getwh and new initial
17555         value.
17557 2005-08-03  Hollis Blanchard  <hollis@penguinppc.org>
17559         * include/grub/powerpc/ieee1275/ieee1275.h: Move ...
17560         * include/grub/ieee1275/ieee1275.h: ... to here.  All users updated.
17561         Move `abort', `grub_reboot', and `grub_halt' prototypes ...
17562         * include/grub/powerpc/ieee1275/kernel.h: ... to here.
17563         * commands/ieee1275/halt.c: Include <grub/machine/kernel.h> instead
17564         of <grub/machine/ieee1275.h>.
17565         * commands/ieee1275/reboot.c: Likewise.
17566         * boot/powerpc/ieee1275/ieee1275.c: Move ...
17567         * kern/ieee1275.c: ... to here.  All users updated.  Change all
17568         parameter structs to use new type `grub_ieee1275_cell_t'.
17569         * term/powerpc/ieee1275/ofconsole.c: Move ...
17570         * term/ieee1275/ofconsole.c: ... to here.  All users updated.
17571         * disk/powerpc/ieee1275/ofdisk.c: Move ...
17572         * disk/ieee1275/ofdisk.c: ... to here.  All users updated.
17573         * boot/powerpc/ieee1275/cmain.c: Change `grub_ieee1275_entry_fn' type
17574         to return int.
17575         * include/grub/i386/pc/console.h: Move to include/grub/console.h.
17576         Remove unused prototypes.  All users updated.
17577         * include/grub/powerpc/ieee1275/console.h: Removed.
17578         * include/grub/powerpc/ieee1275/ieee1275.h: Define
17579         `grub_ieee1275_cell_t'.
17580         * kern/powerpc/ieee1275/openfw.c: Include <grub/machine/kernel.h>.
17581         Cast comparisons with -1 to the correct type.
17582         * loader/powerpc/ieee1275/linux.c (kernel_entry_t): Change parameter
17583         type to match `grub_ieee1275_entry_fn'.
17585 2005-08-01  Yoshinori K. Okuji  <okuji@enbug.org>
17587         * DISTLIST: Added util/i386/pc/grub-probefs.c.
17589         * conf/i386-pc.rmk (sbin_UTILITIES): Added grub-probefs.
17590         (grub_setup_SOURCES): Removed partmap/amiga.c, partmap/apple.c and
17591         partmap/sun.c.
17592         (grub_probefs_SOURCES): New variable.
17594         * util/i386/pc/grub-probefs.c: New file.
17596         * util/i386/pc/grub-setup.c (main): Call
17597         grub_pc_partition_map_init, grub_ufs_init, grub_minix_init,
17598         grub_hfs_init and grub_jfs_init to initialize the system. Call
17599         grub_ufs_fini, grub_minix_fini, grub_hfs_fini, grub_jfs_init and
17600         grub_pc_partition_map_fini to finish the system.
17602 2005-07-31  Yoshinori K. Okuji  <okuji@enbug.org>
17604         * loader/i386/pc/multiboot.c (grub_multiboot_is_elf32): New
17605         function.
17606         (grub_multiboot_load_elf32): Likewise.
17607         (grub_multiboot_is_elf64): Likewise.
17608         (grub_multiboot_load_elf64): Likewise.
17609         (grub_multiboot_load_elf): Likewise.
17610         (grub_rescue_cmd_multiboot): Call grub_multiboot_load_elf to load
17611         an ELF32 or ELF64 file.
17612         This is based on a patch from Ruslan Nikolaev <nruslan@mail.com>.
17614         From Serbinenko Vladimir <serbinenko.vova@list.ru>:
17615         * kern/disk.c (grub_print_partinfo): Check if FS->LABEL is not
17616         NULL before calling FS->LABEL.
17617         * fs/fat.c (grub_fat_dir): Initialize DIRNAME to NULL.
17618         * commands/ls.c (grub_ls_list_files): Show labels, if possible.
17619         (grub_ls_list_disks): Check if FS and FS->LABEL are not NULL
17620         before calling FS->LABEL.
17622 2005-07-26  Yoshinori K. Okuji  <okuji@enbug.org>
17624         * util/i386/pc/grub-install.in (datadir): New variable.
17625         (libdir): Removed.
17626         (pkgdatadir): New variable.
17627         (pkglibdir): Removed.
17629 2005-07-24  Yoshinori K. Okuji  <okuji@enbug.org>
17631         * DISTLIST: Added util/i386/pc/grub-install.in.
17633         * util/i386/pc/grub-install.in: New file.
17635         * conf/i386-pc.rmk (sbin_SCRIPTS): New variable.
17636         (grub_install_SOURCES): Likewise.
17638         * genmk.rb: Added support for scripts.
17639         (Script): New class.
17640         (scripts): New variable.
17642         * Makefile.in (install-local): Install sbin_SCRIPTS by
17643         INSTALL_SCRIPT.
17644         (uninstall): Remove sbin_SCRIPTS.
17646         * util/i386/pc/grub-setup.c (main): If the argument is not a GRUB
17647         device, try to get a GRUB device by
17648         grub_util_biosdisk_get_grub_dev.
17649         Free DEST_DEV.
17651         * util/i386/pc/grub-mkdevicemap.c (usage): Remove a duplicated
17652         description for --device-map.
17654 2005-07-20  Yoshinori K. Okuji  <okuji@enbug.org>
17656         Change the semantics of variable hooks. They now return strings
17657         instead of error values.
17659         * util/i386/pc/grub-setup.c: Include grub/env.h.
17660         (setup): Use grub_device_set_root instead of grub_env_set.
17662         * kern/rescue.c (grub_rescue_cmd_root): Use grub_env_set and
17663         grub_env_get instead of grub_device_set_root and
17664         grub_device_get_root, respectively.
17666         * kern/main.c (grub_env_write_root): New function.
17667         (grub_set_root_dev): Register grub_env_write_hook for "root". Use
17668         grub_env_set instead of grub_device_set_root.
17670         * kern/env.c (HASHSZ): Reduced to 13, because GRUB does not need
17671         many variables.
17672         (grub_env_set): Set ENV->VALUE to the result of ENV->WRITE_HOOK
17673         rather than calling ENV->WRITE_HOOK afterwards.
17674         (grub_env_get): Return the result of ENV->READ_HOOK rather than
17675         passing a pointer of a pointer.
17676         (grub_register_variable_hook): Change the types of "read_hook" and
17677         "write_hook" to grub_env_read_hook_t and grub_env_write_hook_t,
17678         respectively.
17679         Allocate the default empty string on the heap, because this string
17680         may be freed later.
17682         * kern/device.c: Include grub/env.h.
17683         (grub_device_set_root): Removed.
17684         (grub_device_get_root): Likewise.
17685         (grub_device_open): Use grub_env_get instead of
17686         grub_device_get_root.
17688         * include/grub/env.h (grub_env_read_hook_t): New type.
17689         (grub_env_write_hook_t): Likewise.
17690         (grub_env_var): Change the types of "read_hook" and "write_hook"
17691         to grub_env_read_hook_t and grub_env_write_hook_t, respectively.
17692         (grub_register_variable_hook): Likewise.
17694         * include/grub/device.h (grub_device_set_root): Removed.
17695         (grub_device_set_root): Likewise.
17697         * fs/fat.c (grub_fat_dir): Make a copy of PATH in DIRNAME, and
17698         make sure that DIRNAME terminates with '/', so that
17699         grub_fat_find_dir will fail if PATH is not a directory.
17701         * commands/ls.c (grub_ls_list_files): Remove the qualifier const
17702         from DIRNAME.
17703         Use the qualifier auto for print_files and print_files_long.
17704         If FS->DIR sets GRUB_ERRNO to GRUB_ERR_BAD_FILE_TYPE, try DIRNAME
17705         as a regular file.
17706         Put a newline only if there is no error.
17707         (grub_cmd_ls): Remove grub_ls_print_files, because this is not
17708         used.
17710 2005-07-20  Yoshinori K. Okuji  <okuji@enbug.org>
17712         * kern/partition.c (grub_partition_probe): Initialize PART to
17713         NULL. Otherwise, when no partition map is registered, this returns
17714         a garbage.
17716 2005-07-19  Yoshinori K. Okuji  <okuji@enbug.org>
17718         * partmap/apple.c (apple_partition_map_iterate): Check if POS
17719         equals GRUB_DISK_SECTOR_SIZE to see if the partition table is
17720         valid.
17722 2005-07-18  Yoshinori K. Okuji  <okuji@enbug.org>
17724         * commands/ls.c (grub_ls_list_disks): Print the filesystem
17725         information on each device, if it does not have partitions. Print
17726         "Device" instead of "Disk", because this function is not specific
17727         to disk devices.
17729         * normal/main.c (grub_rescue_cmd_normal): Make the variable CONFIG
17730         static to ensure that it is put on the memory rather than a
17731         register.
17733 2005-07-17  Yoshinori Okuji  <okuji@enbug.org>
17735         * commands/cat.c (GRUB_MOD_INIT): Use better documentation.
17736         (grub_cat_init): Likewise.
17737         * loader/i386/pc/chainloader_normal.c (GRUB_MOD_INIT): Likewise.
17738         (options): Likewise.
17739         * commands/configfile.c (GRUB_MOD_INIT): Likewise.
17740         (grub_configfile_init): Likewise.
17741         * font/manager.c (GRUB_MOD_INIT): Likewise.
17742         * commands/help.c (GRUB_MOD_INIT): Likewise.
17743         (grub_help_init): Likewise.
17744         * normal/command.c (grub_command_init): Likewise.
17745         * loader/i386/pc/linux_normal.c (GRUB_MOD_INIT): Likewise.
17746         * disk/loopback.c (grub_loop_init): Likewise.
17747         (GRUB_MOD_INIT): Likewise.
17748         * commands/ls.c (grub_ls_init): Likewise.
17749         (GRUB_MOD_INIT): Likewise.
17750         (options): Likewise.
17751         * commands/boot.c (grub_boot_init): Likewise.
17752         (GRUB_MOD_INIT): Likewise.
17753         * loader/i386/pc/multiboot_normal.c (GRUB_MOD_INIT): Likewise.
17754         * commands/i386/pc/reboot.c (grub_reboot_init): Likewise.
17755         (GRUB_MOD_INIT): Likewise.
17756         * commands/cmp.c (grub_cmp_init): Likewise.
17757         (GRUB_MOD_INIT): Likewise.
17759         * normal/arg.c: Use <> instead of "" to include header files.
17760         (SHORT_ARG_HELP): New macro.
17761         (SHORT_ARG_USAGE): Likewise.
17762         (help_options): Specify SHORT_ARG_HELP and SHORT_ARG_USAGE instead
17763         of 'h' and 'u' for help and usage, respectively. Use more GNU-like
17764         descriptions.
17765         (find_short): Check if C is 'h' or 'u' explicitly.
17766         (grub_arg_show_help): Use space characters instead of tabs. Treat
17767         SHORT_ARG_HELP and SHORT_ARG_USAGE exceptionally so that -h and -u
17768         are shown with --help and --usage only if they are not used for
17769         the command itself.
17770         (parse_option): Use SHORT_ARG_HELP and SHORT_ARG_USAGE instead of
17771         'h' and 'u'.
17773         * include/grub/arg.h (struct grub_arg_option): Add the qualifier
17774         const into "longarg". Change the type of "shortarg" to int.
17776 2005-07-17  Yoshinori Okuji  <okuji@enbug.org>
17778         * boot/i386/pc/boot.S (boot_drive_check): New label.
17780         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_DRIVE_CHECK): New
17781         macro.
17783         * util/i386/pc/grub-setup.c (setup): Added a workaround for BIOSes
17784         which do not pass a boot drive correctly. Copied from GRUB Legacy.
17786 2005-07-17  Yoshinori Okuji  <okuji@enbug.org>
17788         * kern/i386/pc/startup.S (gate_a20_try_system_control_port_a):
17789         When turning off Gate A20, skip the check and return immediately,
17790         because this is not fatal usually.
17792 2005-07-17  Yoshinori Okuji  <okuji@enbug.org>
17794         * conf/i386-pc.rmk (pxeboot_img_LDFLAGS): The text address should
17795         be 0x7C00 instead of 0x8000.
17797         * boot/i386/pc/pxeboot.S: Rewritten.
17799         * kern/i386/pc/startup.S (gate_a20_try_bios): No need to specify
17800         EXT_C.
17801         (gate_a20_check_state): Read a byte from 0x108000. Invert the
17802         result.
17804 2005-07-16  Yoshinori K. Okuji  <okuji@enbug.org>
17806         * kern/i386/pc/startup.S (grub_gate_a20): Rewritten for
17807         robustness. This routine now supports a BIOS call and System
17808         Control Port A to modify the gate A20.
17810         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE):
17811         Increased to 0x440.
17813 2005-07-12  Hollis Blanchard  <hollis@penguinppc.org>
17815         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_open): dprintf the
17816         device path and resulting ihandle.
17817         (grub_ofdisk_close): dprintf the ihandle being closed.
17818         (grub_ofdisk_read): dprintf function parameters.
17819         * kern/mm.c (grub_mm_init_region): Likewise.
17820         * loader/powerpc/ieee1275/linux.c: Remove extra whitespace.
17821         (grub_linux_boot): dprintf the Linux entry point, initrd address and
17822         size, and boot arguments.
17823         (grub_rescue_cmd_linux): dprintf each ELF segment's address and size
17824         before loading into memory.
17825         (grub_rescue_cmd_initrd): dprintf the initrd's address and size
17826         before loading into memory.
17828 2005-07-12  Yoshinori K. Okuji  <okuji@enbug.org>
17830         * kern/mm.c: Added much documentation.
17831         (GRUB_MM_ALIGN_LOG2): When GRUB_CPU_SIZEOF_VOID_P is
17832         8, set to 5 instead of 8.
17834 2005-07-10  Yoshinori Okuji  <okuji@enbug.org>
17836         * DISTLIST: Added util/i386/pc/grub-mkimage.c.
17838         * conf/i386-pc.rmk (sbin_UTILITIES): Added grub-mkdevicemap.
17839         (grub_mkdevicemap_SOURCES): New variable.
17841         * util/i386/pc/grub-mkdevicemap.c: New file. Mostly copied from
17842         lib/device.c of GRUB Legacy.
17844 2005-07-10  Yoshinori Okuji  <okuji@enbug.org>
17846         * commands/ls.c (grub_ls_list_files): Check if *PATH is NUL
17847         instead of PATH is NULL.
17849 2005-07-09  Vincent Pelletier  <subdino2004@yahoo.fr>
17851         * commands/cmp.c (BUFFER_SIZE): New macro.
17852         (grub_cmd_cmp): Close the right file at the right time.  Compare
17853         only data just read.  Don't report files of different  size as
17854         identical.  Dynamically allocate buffers.  Move variable
17855         declarations at the beginning of function.
17857 2005-07-09  Yoshinori Okuji  <okuji@enbug.org>
17859         * aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): The return value was
17860         reverse.
17862 2004-07-04  Vincent Pelletier  <subdino2004@yahoo.fr>
17864         * normal/cmdline.c (grub_cmdline_get): Don't fallback on ctrl-d
17865         when backspace is pressed at beginning of line.
17867 2005-07-03  Yoshinori Okuji  <okuji@enbug.org>
17869         * DISTLIST: Added genfslist.sh.
17871         * normal/main.c (fs_module_list): New variable.
17872         (autoload_fs_module): New function.
17873         (read_fs_list): Likewise.
17874         (grub_normal_execute): Call read_fs_list.
17876         * kern/fs.c (grub_fs_autoload_hook): New variable.
17877         (grub_fs_probe): Added support for auto-loading.
17879         * include/grub/normal.h (struct grub_fs_module_list): New struct.
17880         (grub_fs_module_list_t): New type.
17882         * include/grub/fs.h (grub_fs_autoload_hook_t): New type.
17883         (grub_fs_autoload_hook): New prototype.
17885         * genfslist.sh: New file.
17887         * genmk.rb: Added a rule to generate a filesystem list.
17889 2005-06-30  Marco Gerards  <metgerards@student.han.nl>
17891         * configure.ac: Fix the test for cross-compiling.
17893         * genmk.rb (Program): Use `$(CC)' instead of `$(BUILD_CC)'.  Don't
17894         define GRUB_UTIL anymore.
17896         * util/powerpc/ieee1275/grub-mkimage.c (load_note): Endian fixes
17897         so this function works on other systems than just big endian.
17898         (load_modules): Likewise.
17899         (add_segments): Likewise.
17901 2005-06-23  Hollis Blanchard  <hollis@penguinppc.org>
17903         * kern/misc.c (grub_vsprintf): Add `longfmt'.  If format string
17904         contains `l' modifier, get a long from va_arg().
17906 2005-06-23  Yoshinori K. Okuji  <okuji@enbug.org>
17908         * kern/mm.c (grub_free): If the next free block which is being
17909         merged is the first free block, set the first block to the block
17910         being freed.
17911         Reported by Vincent Guffens <guffens@inma.ucl.ac.be>.
17913 2005-05-08  Hollis Blanchard  <hollis@penguinppc.org>
17915         * boot/powerpc/ieee1275/cmain.c (cmain): Initialize
17916         `grub_ieee1275_chosen'.
17918 2005-05-08  Hollis Blanchard  <hollis@penguinppc.org>
17920         * boot/powerpc/ieee1275/cmain.c (module_info): Remove definition.
17921         (grub_ieee1275_chosen): New variable.
17922         (cmain): Initialize and use `grub_ieee1275_chosen' instead of
17923         `chosen'.
17924         * boot/powerpc/ieee1275/crt0.S (init_stack): Remove stack space.
17925         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_get_property):
17926         Rename first argument to `phandle' for consistency.
17927         (grub_ieee1275_get_property_length): Likewise.
17928         (grub_ieee1275_next_property): Likewise.  Change type of first argument
17929         to grub_ieee1275_phandle_t.
17930         * include/grub/powerpc/ieee1275/ieee1275.h (grub_ieee1275_entry_fn):
17931         Move export next to declaration.
17932         (grub_ieee1275_chosen): New variable.
17933         * include/grub/powerpc/ieee1275/kernel.h (GRUB_IEEE1275_MODULE_BASE):
17934         Correct cosmetic typo.
17935         * kern/powerpc/ieee1275/init.c (grub_set_prefix): Use
17936         `grub_ieee1275_chosen'.
17937         * kern/powerpc/ieee1275/openfw.c (grub_map): Likewise.
17938         * loader/powerpc/ieee1275/linux.c (grub_linux_boot): Likewise.
17939         (grub_rescue_cmd_linux): Set `initrd_addr' to 0.
17940         * term/powerpc/ieee1275/ofconsole.c (grub_ofconsole_refresh): Use
17941         `grub_ieee1275_chosen'.
17943 2005-05-10  Hollis Blanchard  <hollis@penguinppc.org>
17945         * boot/powerpc/ieee1275/cmain.c (cmain): Remove code to parse
17946         /chosen/bootargs.
17947         * kern/powerpc/ieee1275/init.c (grub_machine_init): Parse
17948         /chosen/bootargs as "variable=value" pairs.
17950 2005-05-08  Vincent Pelletier  <subdino2004@yahoo.fr>
17952         * include/grub/misc.h (grub_dprintf): New macro.
17953         (grub_real_dprintf): New prototype.
17954         (grub_strword): Likewise.
17955         (grub_iswordseparator): Likewise.
17956         * kern/misc.c (grub_real_dprintf): New function.
17957         (grub_strword): Likewise.
17958         (grub_iswordseparator): Likewise.
17960 2005-04-30  Hollis Blanchard  <hollis@penguinppc.org>
17962         * boot/powerpc/ieee1275/cmain.c: Don't include grub/machine/init.h.
17963         (roundup): Remove macro.
17964         (grub_ieee1275_flags): Make static.
17965         (grub_ieee1275_realmode): Remove.
17966         (grub_ieee1275_test_flag): New function.
17967         (grub_ieee1275_set_flag): Likewise.
17968         (find_options): Rename to `grub_ieee1275_find_options'; update
17969         callers. Set GRUB_IEEE1275_FLAG_REAL_MODE and
17970         GRUB_IEEE1275_FLAG_0_BASED_PARTITIONS.
17971         (cmain): New prototype.
17972         (cmain): Use `grub_ieee1275_set_flag' instead of accessing
17973         `grub_ieee1275_flags' directly.
17974         * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Remove
17975         machine/biosdisk.h.
17976         * disk/powerpc/ieee1275/ofdisk.c: Include grub/machine/ofdisk.h.
17977         Don't include grub/machine/init.h.
17978         (grub_ofdisk_open): Call `grub_ieee1275_test_flag'.
17979         * include/grub/powerpc/ieee1275/ieee1275.h (grub_ieee1275_flags):
17980         Remove prototype.
17981         (grub_ieee1275_realmode): Likewise.
17982         (grub_ieee1275_flag): New enum.
17983         (grub_ieee1275_test_flag): New prototype.
17984         (grub_ieee1275_set_flag): New prototype.
17985         * include/grub/powerpc/ieee1275/init.h: Remove file.
17986         * include/grub/powerpc/ieee1275/ofdisk.h: New file.
17987         * kern/powerpc/ieee1275/init.c: Don't include grub/machine/init.h.
17988         Include grub/machine/console.h.  Include grub/machine/ofdisk.h.
17989         (grub_machine_fini): Don't call `grub_ieee1275_release'.  Remove
17990         comment.
17991         * kern/powerpc/ieee1275/openfw.c (grub_claimmap): Call
17992         `grub_ieee1275_test_flag'.
17993         (grub_ieee1275_encode_devname): Likewise.
17995 2005-04-21  Hollis Blanchard  <hollis@penguinppc.org>
17997         * include/grub/powerpc/ieee1275/ieee1275.h
17998         (grub_ieee1275_encode_devname): New prototype.
17999         (grub_ieee1275_get_filename): Likewise.
18000         * kern/powerpc/ieee1275/init.c (grub_translate_ieee175_path): New
18001         function.
18002         (grub_set_prefix): Likewise.
18003         (grub_machine_init): Call grub_set_prefix.
18004         * kern/powerpc/ieee1275/openfw.c: Fix typos.
18005         (grub_parse_type): New enum.
18006         (grub_ieee1275_get_devargs): New function.
18007         (grub_ieee1275_get_devname): Likewise.
18008         (grub_ieee1275_parse_args): Likewise.
18009         (grub_ieee1275_get_filename): Likewise.
18010         (grub_ieee1275_encode_devname): Likewise.
18012 2005-03-30  Marco Gerards  <metgerards@student.han.nl>
18014         * kern/powerpc/ieee1275/init.c (grub_machine_fini): Don't call
18015         `grub_loader_unset'.
18017 2005-03-26  Hollis Blanchard  <hollis@penguinppc.org>
18019         * commands/ieee1275/halt.c (grub_cmd_halt): Call grub_halt
18020         instead of grub_ieee1275_interpret.
18021         (grub_halt_init): New function.
18022         (grub_halt_fini): Likewise.
18023         (GRUB_MOD_INIT): Correct message grammar.
18024         * commands/ieee1275/reboot.c (grub_cmd_reboot): Call grub_reboot
18025         instead of grub_ieee1275_interpret.
18026         (grub_reboot_init): New function.
18027         (grub_reboot_fini): Likewise.
18028         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Replace
18029         commands/i386/pc/halt.c, commands/i386/pc/reboot.c, and
18030         util/i386/pc/misc.c with commands/ieee1275/halt.c,
18031         commands/ieee1275/reboot.c, and util/powerpc/ieee1275/misc.c.
18032         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_fini): New
18033         function.
18034         * include/grub/powerpc/ieee1275/console.h (grub_console_fini):
18035         Add prototype.
18036         * include/grub/powerpc/ieee1275/ieee1275.h (grub_reboot): Add
18037         prototype.
18038         (grub_halt): Likewise.
18039         * include/grub/powerpc/ieee1275/init.h: Remove inaccurate comment.
18040         (cmain): Remove __attribute__((unused)).
18041         * kern/powerpc/ieee1275/init.c (grub_heap_start): New variable.
18042         (grub_heap_len): Likewise.
18043         (grub_machine_fini): New function.
18044         * kern/powerpc/ieee1275/openfw.c (grub_reboot): New function.
18045         (grub_halt): Likewise.
18046         * term/powerpc/ieee1275/ofconsole.c (grub_console_fini): New
18047         function.
18048         * util/powerpc/ieee1275/misc.c: New file.
18050 2005-03-19  Yoshinori K. Okuji  <okuji@enbug.org>
18052         * DISTLIST: New file.
18053         * gendistlist.sh: Likewise.
18055         * Makefile.in (COMMON_DISTFILES): Removed.
18056         (BOOT_DISTFILES): Likewise.
18057         (CONF_DISTFILES): Likewise.
18058         (DISK_DISTFILES): Likewise.
18059         (FS_DISTFILES): Likewise.
18060         (INCLUDE_DISTFILES): Likewise.
18061         (KERN_DISTFILES): Likewise.
18062         (LOADER_DISTFILES): Likewise.
18063         (TERM_DISTFILES): Likewise.
18064         (UTIL_DISTFILES): Likewise.
18065         (DISTFILES): Likewise.
18066         (uninstall): Uninstall files in $(pkgdata_DATA).
18067         (DISTLIST): New target.
18068         (distdir): Use the contents of the file DISTLIST to get a list of
18069         distributed files.
18071 2005-03-18  Yoshinori K. Okuji  <okuji@enbug.org>
18073         * fs/fat.c (grub_fat_mount): Ignore the 3rd bit of a media
18074         descriptor. This is ported from GRUB Legacy.
18076         * gencmdlist.sh: Added an extra semicolon to make it work with
18077         old sed versions. Reported by Robert Bihlmeyer
18078         <robbe@orcus.priv.at>.
18080 2005-03-08  Yoshinori Okuji  <okuji@enbug.org>
18082         Automatic loading of commands is supported.
18084         * normal/main.c (read_command_list): New function.
18085         (grub_normal_execute): Call read_command_list.
18087         * normal/command.c (grub_register_command): Return zero or CMD.
18088         Allocate CMD->NAME from the heap.
18089         Initialize CMD->MODULE_NAME to zero.
18090         Find the same name as well. If the same command is found and it is
18091         a dummy command, overwrite members. If it is not a dummy command,
18092         return zero.
18093         (grub_unregister_command): Free Q->NAME and Q->MODULE_NAME.
18094         (grub_command_find): If a dummy command is found, load a module
18095         and retry to find a command only once.
18097         * normal/cmdline.c (grub_tab_complete): Call grub_command_find to
18098         make sure that each command is loaded.
18100         * include/grub/normal.h (GRUB_COMMAND_FLAG_NOT_LOADED): New
18101         macro.
18102         (struct grub_command): Remove const from the member `name'.
18103         Add a new member `module_name'.
18104         (grub_register_command): Return grub_command_t.
18106         * commands/help.c (grub_cmd_help): Call grub_command_find to make
18107         sure that each command is loaded.
18109         * genmk.rb (PModule::rule): Specify a module name without the
18110         suffix ".mod" to gencmdlist.sh.
18112 2005-03-02  Yoshinori K. Okuji  <okuji@enbug.org>
18114         * gencmdlist.sh: New file.
18116         * genmk.rb (PModule::rule): Generate a rule for a command list.
18117         Clean command.lst.
18118         Generate command.lst from $(COMMANDFILES).
18120         * Makefile.in (COMMON_DISTFILES): Added gencmdlist.sh.
18121         (DATA): Added $(pkgdata_DATA).
18122         (install-local): Install files in $(pkgdata_DATA).
18124 2005-03-02  Yoshinori K. Okuji  <okuji@enbug.org>
18126         * term/i386/pc/vga.c (debug_command): Removed.
18127         (GRUB_MOD_INIT): Do not register the command "debug".
18129         From Hollis Blanchard:
18130         * commands/configfile.c: New file.
18131         * conf/i386-pc.rmk (grub_emu_SOURCES): Added
18132         commands/configfile.c.
18133         (pkgdata_MODULES): Added configfile.mod.
18134         (configfile_mod_SOURCES): New variable.
18135         (configfile_mod_CFLAGS): Likewise.
18136         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added
18137         commands/configfile.c.
18138         (pkgdata_MODULES): Added configfile.mod.
18139         (configfile_mod_SOURCES): New variable.
18140         (configfile_mod_CFLAGS): Likewise.
18141         * util/grub-emu.c (main): Call grub_configfile_init and
18142         grub_configfile_fini.
18143         * include/grub/normal.h [GRUB_UTIL] (grub_configfile_init): New
18144         prototype.
18145         [GRUB_UTIL] (grub_configfile_fini): Likewise.
18147 2005-02-27  Yoshinori K. Okuji  <okuji@enbug.org>
18149         * normal/arg.c (grub_arg_show_help): Do not show the bug report
18150         address.
18152         * commands/help.c (grub_cmd_help): Do not print newlines after
18153         the last command in print_command_help.
18155 2005-02-27  Yoshinori K. Okuji  <okuji@enbug.org>
18157         * commands/default.h: New file.
18158         * commands/timeout.h: Likewise.
18159         * normal/context.c: Likewise.
18161         * util/misc.c: Do not include sys/times.h.
18162         Include sys/time.h and grub/machine/time.h.
18163         (grub_get_rtc): Rewritten with gettimeofday.
18165         * util/grub-emu.c (main): Call grub_default_init and
18166         grub_timeout_init before grub_normal_init, and call
18167         grub_timeout_fini and grub_default_fini after grub_main.
18169         * util/console.c (grub_ncurses_checkkey): Return the read
18170         character or -1.
18172         * normal/menu.c (run_menu): Set MENU->TIMEOUT to -1 once it
18173         timeouts.
18175         * normal/main.c (read_config_file): Push MENU. If this fails,
18176         print an error and wait for a user input.
18177         Print an error only if GRUB_ERRNO is not GRUB_ERR_NONE.
18178         If a menu is empty or an error occurs, pop MENU.
18179         (grub_normal_execute): Pop and free MENU after grub_menu_run
18180         returns.
18182         * kern/loader.c (grub_loader_boot): Call grub_machine_fini.
18184         * include/grub/powerpc/ieee1275/time.h [GRUB_UTIL]: Do not
18185         include time.h.
18186         [GRUB_UTIL] (GRUB_TICKS_PER_SECOND): Use the same definition as
18187         without GRUB_UTIL.
18188         * include/grub/i386/pc/time.h [GRUB_UTIL]: Do not include
18189         time.h.
18190         [GRUB_UTIL] (GRUB_TICKS_PER_SECOND): Use the same definition as
18191         without GRUB_UTIL.
18193         * include/grub/normal.h (struct grub_menu_list): New struct.
18194         (grub_menu_list_t): New type.
18195         (struct grub_context): New struct.
18196         (grub_context_t): New type.
18197         (grub_register_command): Got rid of EXPORT_FUNC.
18198         (grub_unregister_command): Likewise.
18199         (grub_context_get): New prototype.
18200         (grub_context_get_current_menu): Likewise.
18201         (grub_context_push_menu): Likewise.
18202         (grub_context_pop_menu): Likewise.
18203         [GRUB_UTIL] (grub_default_init): Likewise.
18204         [GRUB_UTIL] (grub_default_fini): Likewise.
18205         [GRUB_UTIL] (grub_timeout_init): Likewise.
18206         [GRUB_UTIL] (grub_timeout_fini): Likewise.
18208         * conf/i386-pc.rmk (grub_emu_SOURCES): Added commands/default.c,
18209         commands/timeout.c and normal/context.c.
18210         (pkgdata_MODULES): Added default.mod and timeout.mod.
18211         (normal_mod_SOURCES): Added normal/context.c.
18212         (default_mod_SOURCES): New variable.
18213         (default_mod_CFLAGS): Likewise.
18214         (timeout_mod_SOURCES): Likewise.
18215         (timeout_mod_CFLAGS): Likewise.
18216         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Copied from
18217         conf/i386-pc.rmk.
18218         (pkgdata_MODULES): Added default.mod and timeout.mod.
18219         (normal_mod_SOURCES): Added normal/context.c.
18220         (default_mod_SOURCES): New variable.
18221         (default_mod_CFLAGS): Likewise.
18222         (timeout_mod_SOURCES): Likewise.
18223         (timeout_mod_CFLAGS): Likewise.
18225         * Makefile.in (all-local): Added $(MKFILES).
18227 2005-02-21  Vincent Pelletier  <subdino2004@yahoo.fr>
18229         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `partmap/sun.c'.
18230         (grub_emu_SOURCES): Likewise.
18231         (pkgdata_MODULES): Add `sun.mod'.
18232         (sun_mod_SOURCES, sun_mod_CFLAGS): New variables.
18233         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
18234         `partmap/sun.c'.
18235         (pkgdata_MODULES): Add `sun.mod'.
18236         (sun_mod_SOURCES, sun_mod_CFLAGS): New variables.
18237         * include/grub/partition.h (grub_sun_partition_map_init): New
18238         prototype.
18239         (grub_sun_partition_map_fini): Likewise.
18240         * partmap/sun.c: New file.
18241         * util/grub-emu.c (main): Initialize and de-initialize the sun
18242         partitionmap support.
18244 2005-02-19  Yoshinori K. Okuji  <okuji@enbug.org>
18246         This implements an Emacs-like menu entry editor.
18248         * normal/menu_entry.c: New file.
18250         * util/console.c (grub_ncurses_putchar): Translate some Unicode
18251         characters to ASCII.
18252         (saved_char): New variable.
18253         (grub_ncurses_checkkey): Rewritten completely.
18254         (grub_ncurses_getkey): Likewise.
18255         (grub_ncurses_init): Call raw instead of cbreak.
18257         * normal/menu.c (print_entry): Do not put a space.
18258         (init_page): Renamed to ...
18259         (grub_menu_init_page): ... this. All callers changed.
18260         (edit_menu_entry): Removed.
18261         (run_menu): Call grub_menu_entry_run instead of edit_menu_entry.
18263         * normal/cmdline.c (grub_cmdline_run): Call grub_setcursor.
18265         * kern/misc.c (grub_vprintf): Call grub_refresh.
18267         * normal/menu.c (DISP_LEFT): Renamed to ...
18268         * include/grub/term.h (GRUB_TERM_DISP_LEFT): ... this.
18269         * normal/menu.c (DISP_UP): Renamed to ...
18270         * include/grub/term.h (GRUB_TERM_DISP_UP): ... this.
18271         * normal/menu.c (DISP_RIGHT): Renamed to ...
18272         * include/grub/term.h (GRUB_TERM_DISP_RIGHT): ... this.
18273         * normal/menu.c (DISP_DOWN): Renamed to ...
18274         * include/grub/term.h (GRUB_TERM_DISP_DOWN): ... this.
18275         * normal/menu.c (DISP_HLINE): Renamed to ...
18276         * include/grub/term.h (GRUB_TERM_DISP_HLINE): ... this.
18277         * normal/menu.c (DISP_VLINE): Renamed to ...
18278         * include/grub/term.h (GRUB_TERM_DISP_VLINE): ... this.
18279         * normal/menu.c (DISP_UL): Renamed to ...
18280         * include/grub/term.h (GRUB_TERM_DISP_UL): ... this.
18281         * normal/menu.c (DISP_UR): Renamed to ...
18282         * include/grub/term.h (GRUB_TERM_DISP_UR): ... this.
18283         * normal/menu.c (DISP_LL): Renamed to ...
18284         * include/grub/term.h (GRUB_TERM_DISP_LL): ... this.
18285         * normal/menu.c (DISP_LR): Renamed to ...
18286         * include/grub/term.h (GRUB_TERM_DISP_LR): ... this.
18287         * normal/menu.c (TERM_WIDTH): Renamed to ...
18288         * include/grub/term.h (GRUB_TERM_WIDTH): ... this.
18289         * normal/menu.c (TERM_HEIGHT): Renamed to ...
18290         * include/grub/term.h (GRUB_TERM_HEIGHT): ... this.
18291         * normal/menu.c (TERM_INFO_HEIGHT): Renamed to ...
18292         * include/grub/term.h (GRUB_TERM_INFO_HEIGHT): ... this.
18293         * normal/menu.c (TERM_MARGIN): Renamed to ...
18294         * include/grub/term.h (GRUB_TERM_MARGIN): ... this.
18295         * normal/menu.c (TERM_SCROLL_WIDTH): Renamed to ...
18296         * include/grub/term.h (GRUB_TERM_SCROLL_WIDTH): ... this.
18297         * normal/menu.c (TERM_TOP_BORDER_Y): Renamed to ...
18298         * include/grub/term.h (GRUB_TERM_TOP_BORDER_Y): ... this.
18299         * normal/menu.c (TERM_LEFT_BORDER_X): Renamed to ...
18300         * include/grub/term.h (GRUB_TERM_LEFT_BORDER_X): ... this.
18301         * normal/menu.c (TERM_BORDER_WIDTH): Renamed to ...
18302         * include/grub/term.h (GRUB_TERM_BORDER_WIDTH): ... this.
18303         * normal/menu.c (TERM_MESSAGE_HEIGHT): Renamed to ...
18304         * include/grub/term.h (GRUB_TERM_MESSAGE_HEIGHT): ... this.
18305         * normal/menu.c (TERM_BORDER_HEIGHT): Renamed to ...
18306         * include/grub/term.h (GRUB_TERM_BORDER_HEIGHT): ... this.
18307         * normal/menu.c (TERM_NUM_ENTRIES): Renamed to ...
18308         * include/grub/term.h (GRUB_TERM_NUM_ENTRIES): ... this.
18309         * normal/menu.c (TERM_FIRST_ENTRY_Y): Renamed to ...
18310         * include/grub/term.h (GRUB_TERM_FIRST_ENTRY_Y): ... this.
18311         * normal/menu.c (TERM_ENTRY_WIDTH): Renamed to ...
18312         * include/grub/term.h (GRUB_TERM_ENTRY_WIDTH): ... this.
18313         * normal/menu.c (TERM_CURSOR_X): Renamed to ...
18314         * include/grub/term.h (GRUB_TERM_CURSOR_X): ... this.
18315         All callers changed.
18317         * include/grub/normal.h: New prototype.
18319         * conf/i386-pc.rmk (grub_emu_SOURCES): Added
18320         normal/menu_entry.c.
18321         (normal_mod_SOURCES): Likewise.
18322         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
18323         (normal_mod_SOURCES): Likewise.
18325 2005-02-15  Yoshinori K. Okuji  <okuji@enbug.org>
18327         * include/grub/normal.h (grub_halt_init): New prototype.
18328         (grub_halt_fini): Likewise.
18329         (grub_reboot_init): Likewise.
18330         (grub_reboot_fini): Likewise.
18332         * util/grub-emu.c: Include signal.h.
18333         (main_env): New global variable.
18334         (grub_machine_init): Ignore SIGINT. Otherwise grub-emu cannot
18335         catch C-c.
18336         (grub_machine_fini): New function.
18337         (main): Call grub_halt_init and grub_reboot_init before
18338         grub_main, and grub_reboot_fini and grub_halt_fini after it.
18339         Call setjmp with MAIN_ENV to go back afterwards.
18340         Call grub_machine_fini right before return.
18342         * include/grub/util/misc.h: Include setjmp.h.
18343         (main_env): New prototype.
18345         * include/grub/kernel.h (grub_machine_fini): New prototype.
18346         * include/grub/i386/pc/biosdisk.h (grub_biosdisk_fini): Likewise.
18347         * include/grub/i386/pc/console.h (grub_console_fini): Likewise.
18349         * disk/i386/pc/biosdisk.c (grub_biosdisk_fini): New function.
18350         * kern/i386/pc/init.c (grub_machine_fini): Likewise.
18351         * term/i386/pc/console.c (grub_console_fini): Likewise.
18353         * util/i386/pc/misc.c: New file.
18355         * conf/i386-pc.rmk (grub_emu_SOURCES): Added
18356         util/i386/pc/misc.c, commands/i386/pc/halt.c and
18357         commands/i386/pc/reboot.c.
18359 2005-02-14  Guillem Jover  <guillem@hadrons.org>
18361         * include/grub/dl.h (grub_dl_check_header): New prototype.
18362         (grub_arch_dl_check_header): Change return type to grub_err_t,
18363         remove size parameter and export function.  Update all callers.
18364         * kern/dl.c (grub_dl_check_header): New function.
18365         (grub_dl_load_core): Use `grub_dl_check_header' instead of
18366         `grub_arch_dl_check_header'.  Check ELF type.  Check if sections
18367         are inside the core.
18368         * kern/i386/dl.c (grub_arch_dl_check_header): Remove arch
18369         independent ELF header checks.
18370         * kern/powerpc/dl.c (grub_arch_dl_check_header): Likewise.
18371         * loader/i386/pc/multiboot.c (grub_rescue_cmd_multiboot): Use
18372         `grub_dl_check_header' instead of explicit checks.  Check for the
18373         ELF type.
18374         * loader/powerpc/ieee1275/linux.c (grub_rescue_cmd_linux): Use
18375         `grub_dl_check_header' instead of explicit checks.  Remove arch
18376         specific ELF header checks.
18378         * util/grub-emu.c (grub_arch_dl_check_header): Remove the
18379         argument SIZE.
18381 2005-02-13  Hollis Blanchard  <hollis@penguinppc.org>
18383         * conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Add ls.mod.
18384         * include/grub/powerpc/libgcc.h (__mulsf3): New prototype.
18386 2005-02-12  Hollis Blanchard  <hollis@penguinppc.org>
18388         * kern/partition.c (grub_partition_probe): Clear `grub_errno' and
18389         return 0 if `grub_errno' is GRUB_ERR_BAD_PART_TABLE.
18390         (part_map_iterate): Clear `grub_errno' and return 0 if
18391         `partmap->iterate' returns GRUB_ERR_BAD_PART_TABLE.
18392         * partmap/amiga.c (amiga_partition_map_iterate): Return
18393         GRUB_ERR_BAD_PART_TABLE if no partition map magic is found.
18394         * partmap/apple.c (apple_partition_map_iterate): Likewise.
18396 2005-02-01  Guillem Jover  <guillem@hadrons.org>
18398         * loader/i386/pc/multiboot_normal.c (GRUB_MOD_INIT): Fix module
18399         help info.
18401 2005-01-31  Marco Gerards  <metgerards@student.han.nl>
18403         * include/grub/powerpc/ieee1275/loader.h (grub_load_linux):
18404         Removed prototype.
18405         (grub_rescue_cmd_linux): New prototype.
18406         (grub_rescue_cmd_initrd): Likewise.
18407         * powerpc/ieee1275/linux.c (grub_linux_boot): Remove struct
18408         `bi_rec'.
18409         (grub_linux_release_mem): Release the memory for the initrd.
18410         (grub_load_linux): Renamed from this...
18411         (grub_rescue_cmd_linux): ...To this.  Changed all callers.
18412         Changed `entry' not to be static.  Loop over memory regions to
18413         find another one when the default fails.
18414         (grub_rescue_cmd_initrd): New function.
18415         (grub_linux_init): Remove function.
18416         (grub_linux_fini): Likewise.
18417         (GRUB_MOD_INIT): Register `initrd'.
18418         (GRUB_MOD_FINI): Unregister `initrd'.
18419         * powerpc/ieee1275/linux_normal.c (grub_linux_normal_init):
18420         Function removed.
18421         (grub_linux_normal_fini): Likewise.
18422         (GRUB_MOD_INIT): Register `initrd'.
18423         (GRUB_MOD_FINI): Unregister `initrd'.
18425 2005-01-31  Marco Gerards  <metgerards@student.han.nl>
18427         * commands/help.c: New file.
18428         * normal/arg.c (show_help): Renamed to...
18429         (grub_arg_show_help): ... this.
18430         * commands/i386/pc/halt.c: New file.
18431         * commands/i386/pc/reboot.c: Likewise.
18432         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `commands/help.c'.
18433         (pkgdata_MODULES): Add `reboot.mod', `halt.mod' and `help.mod'.
18434         (help_mod_SOURCES, help_mod_CFLAGS, reboot_mod_SOURCES)
18435         (reboot_mod_CFLAGS, halt_mod_SOURCES, halt_mod_CFLAGS): New
18436         variables.
18437         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
18438         `commands/help.c'.
18439         (pkgdata_MODULES): Add `help.mod'.
18440         (help_mod_SOURCES, help_mod_CFLAGS): New variables.
18441         * grub/i386/pc/init.h (grub_reboot): New prototype.
18442         (grub_halt): Likewise.
18443         * include/grub/normal.h (grub_arg_show_help): New prototype.
18444         (grub_help_init): Likewise.
18445         (grub_help_fini): Likewise.
18446         * util/grub-emu.c (main): Initialize and deinitialize the help
18447         command.
18449         * normal/cmdline.c (grub_cmdline_get): Doc fix.
18451         * normal/command.c (grub_command_init): Fixed the description of
18452         the `set' and `unset' commands.
18454 2005-01-31  Marco Gerards  <metgerards@student.han.nl>
18456         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_interpret): New
18457         function.
18458         * commands/ieee1275/halt.c: New file.
18459         * commands/ieee1275/reboot.c: Likewise.
18460         * commands/ieee1275/suspend.c (grub_cmd_suspend): Use
18461         `__attribute__ ((unused))'.  Some GCS related fixed.
18462         (grub_suspend_init) [GRUB_UTIL]: Function removed.
18463         (grub_suspend_fini): Likewise.
18464         * conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Add `reboot.mod'
18465         and `halt.mod'.
18466         (reboot_mod_SOURCES, reboot_mod_CFLAGS, halt_mod_SOURCES)
18467         (halt_mod_CFLAGS): New variables.
18468         * include/grub/powerpc/ieee1275/ieee1275.h
18469         (grub_ieee1275_interpret): New prototype.
18471 2005-01-29  Yoshinori K. Okuji  <okuji@enbug.org>
18473         * include/grub/misc.h (memmove): New prototype.
18474         (memcpy): Likewise.
18476 2005-01-22  Hollis Blanchard  <hollis@penguinppc.org>
18478         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_open): Don't initialize
18479         `devpath' to 0.  Use `name' instead of `devpath' with `grub_strndup'.
18481 2005-01-22  Marco Gerards  <metgerards@student.han.nl>
18483         * kern/misc.c (grub_strndup): Function rewritten.
18485 2005-01-22  Vincent Pelletier  <subdino2004@yahoo.fr>
18487         * normal/menu.c (TERM_WIDTH): Macro redefined.
18488         (TERM_TOP_BORDER_Y): Likewise.
18489         (draw_border): Replaced while-loop by a for-loop.  Make the number
18490         of lines consistent with the number of lines displayed in
18491         print_entries.  Added a margin below the rectangle.
18492         (print_entry): Make the entry fit in the rectangle.
18493         (print_entries): Display the scroll arrows next to the right
18494         border.
18496 2005-01-21  Marco Gerards  <metgerards@student.han.nl>
18498         * fs/minix.c (grub_minix_find_file): Reserve more space for
18499         `fpath' so the \0 can be stored.  Use `grub_strcpy' instead of
18500         `grub_strncpy' to copy `path' into it.
18502 2005-01-21  Marco Gerards  <metgerards@student.han.nl>
18504         Add the loopback device, a device via which files can be accessed
18505         as devices.
18507         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `disk/loopback.c'.
18508         (pkgdata_MODULES): Add loopback.mod.
18509         (loopback_mod_SOURCES): New variable.
18510         (loopback_mod_CFLAGS): Likewise.
18511         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
18512         `disk/loopback.c'.
18513         (pkgdata_MODULES): Add loopback.mod.
18514         (loopback_mod_SOURCES): New variable.
18515         (loopback_mod_CFLAGS): Likewise.
18516         * disk/loopback.c: new file.
18517         * include/grub/normal.h (grub_loop_init): New prototype.
18518         (grub_loop_fini): New prototype.
18519         * util/grub-emu.c (main): Initialize and de-initialize loopback
18520         support.
18521         * include/grub/disk.h (grub_disk_dev_id): Add
18522         `GRUB_DISK_DEVICE_LOOPBACK_ID'.
18524 2005-01-20  Hollis Blanchard  <hollis@penguinppc.org>
18526         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_enter): New
18527         function.
18528         * conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Add suspend.mod.
18529         (suspend_mod_SOURCES): New variable.
18530         (suspend_mod_CFLAGS): Likewise.
18531         * include/grub/powerpc/ieee1275/ieee1275.h (grub_ieee1275_enter):
18532         New prototype.
18533         * commands/ieee1275/suspend.c: New file.
18535 2005-01-20  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
18537         * include/grub/dl.h (GRUB_MOD_INIT): Changed `__attribute__
18538         ((unused))' to `__attribute__ ((used))'.
18539         (GRUB_MOD_FINI): Likewise.
18540         * kern/dl.c (grub_dl_load_file): Fix null pointer dereference.
18541         * genmk.rb (PModule): Assign space to common symbols when linking
18542         modules.
18544 2005-01-20  Marco Gerards  <metgerards@student.han.nl>
18546         * include/grub/mm.h (grub_mm_init_region): Change the type of the
18547         `unsigned' arguments to `grub_size_t'.
18548         (grub_malloc): Likewise.
18549         (grub_realloc): Likewise.
18550         (grub_memalign): Likewise.
18551         * kern/i386/dl.c (grub_arch_dl_check_header): Likewise.
18552         * kern/powerpc/dl.c (grub_arch_dl_check_header): Likewise.
18553         * util/misc.c (grub_malloc): Likewise.
18554         (grub_realloc): Likewise.
18555         * kern/mm.c (get_header_from_pointer): Change the casts to
18556         `unsigned' into a cast to `grub_size_t'.
18558         * fs/fshelp.c (grub_fshelp_find_file): The `oldnode' should always
18559         point to `currnode' when `currnode' is changed.
18561         * util/grub-emu.c (main): Initialize `progname'.  Reported by Nico
18562         Schottelius <nico-linux@schottelius.org>.
18564 2005-01-09  Hollis Blanchard  <hollis@penguinppc.org>
18566         * util/powerpc/ieee1275/grub-mkimage.c: Include <string.h>.
18567         (note_path): Remove variable.
18568         (GRUB_IEEE1275_NOTE_NAME): New macro.
18569         (GRUB_IEEE1275_NOTE_TYPE): Likewise.
18570         (grub_ieee1275_note_hdr): New structure.
18571         (grub_ieee1275_note_desc): Likewise.
18572         (grub_ieee1275_note): Likewise.
18573         (load_note): Remove `dir' argument.  All callers updated.  Remove
18574         `note_img' and `path'.  Do not load a file from `note_path'.
18575         Initialize a struct grub_ieee1275_note and write that to `out'.
18576         Use GRUB_IEEE1275_MODULE_BASE instead of MODULE_BASE.
18578 2005-01-05  Marco Gerards  <metgerards@student.han.nl>
18580         * util/misc.c (grub_util_read_image): Revert last change.  It
18581         called `grub_util_read_at', which seeks from the beginning of the
18582         file.
18584 2005-01-04  Hollis Blanchard  <hollis@penguinppc.org>
18586         * TODO: Add note about endianness in grub-mkimage.
18587         * boot/powerpc/ieee1275/crt0.S (note): Remove unused .note
18588         section.
18589         * conf/powerpc-ieee1275.rmk (bin_UTILITIES): Add grub-mkimage.
18590         (grub_mkimage_SOURCES): New target.
18591         * include/grub/kernel.h (grub_start_addr): Remove variable.
18592         (grub_end_addr): Likewise.
18593         (grub_total_module_size): Likewise.
18594         (grub_kernel_image_size): Likewise.
18595         (GRUB_MODULE_MAGIC): New constant.
18596         (grub_module_info): New structure.
18597         (grub_arch_modules_addr): New prototype.
18598         (grub_get_end_addr): Remove prototype.
18599         * include/grub/i386/pc/kernel.h (grub_end_addr): New prototype.
18600         * include/grub/powerpc/ieee1275/kernel.h: New file.
18601         * include/grub/util/misc.h (grub_util_get_fp_size): New
18602         prototype.
18603         (grub_util_read_at): Likewise.
18604         (grub_util_write_image_at): Likewise.
18605         * kern/main.c (grub_get_end_addr): Remove function.
18606         (grub_load_modules): Call grub_arch_modules_addr instead of using
18607         grub_end_addr.  Look for a grub_module_info struct in memory.  Use
18608         the grub_module_info fields instead of calling grub_get_end_addr
18609         as loop conditions.  Move grub_add_unused_region code here.
18610         (grub_add_unused_region): Remove function.
18611         * kern/i386/pc/init.c: Include grub/cache.h.
18612         (grub_machine_init): Remove call to grub_get_end_addr.  Remove
18613         one call to add_mem_region.
18614         (grub_arch_modules_addr): New function.
18615         * kern/powerpc/ieee1275/init.c (grub_end_addr): Remove variable.
18616         (grub_total_module_size): Likewise.
18617         Include grub/machine/kernel.h.
18618         (grub_arch_modules_addr): New function.
18619         * util/grub-emu.c (grub_end_addr): Remove variable.
18620         (grub_total_module_size): Likewise.
18621         (grub_arch_modules_addr): New function.
18622         * util/misc.c: Include unistd.h.
18623         (grub_util_get_fp_size): New function.
18624         (grub_util_read_at): Likewise.
18625         (grub_util_write_image_at): Likewise.
18626         (grub_util_read_image): Call grub_util_read_at.
18627         (grub_util_write_image): Call grub_util_write_image_at.
18628         * util/i386/pc/grub-mkimage.c (generate_image): Allocate
18629         additional memory in kernel_img for a struct grub_module_info.
18630         Fill in that grub_module_info.
18631         * util/powerpc/ieee1275/grub-mkimage.c: New file.
18633 2005-01-03  Hollis Blanchard  <hollis@penguinppc.org>
18635         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_milliseconds):
18636         New function.
18637         * include/grub/powerpc/ieee1275/ieee1275.h
18638         (grub_ieee1275_milliseconds): New prototype.
18639         * include/grub/powerpc/ieee1275/time.h (GRUB_TICKS_PER_SECOND):
18640         Change to 1000.
18641         * kern/powerpc/ieee1275/init.c (grub_get_rtc): Call
18642         grub_ieee1275_milliseconds.
18644 2005-01-03  Hollis Blanchard  <hollis@penguinppc.org>
18646         * boot/powerpc/ieee1275/cmain.c (grub_ieee1275_realmode): New
18647         variable.
18648         (find_options): New function.
18649         (cmain): Call find_options.
18650         * include/grub/powerpc/ieee1275/ieee1275.h
18651         (grub_ieee1275_realmode): New extern variable.
18652         * kern/powerpc/ieee1275/openfw.c (grub_claimmap): Only call
18653         grub_map if grub_ieee1275_realmode is false.
18655 2004-12-29  Marco Gerards  <metgerards@student.han.nl>
18657         * normal/cmdline.c (grub_cmdline_get): Redone logic so no empty
18658         lines are inserted and make it work like readline.  Reported by
18659         Vincent Pelletier <subdino2004@yahoo.fr>.
18661 2004-12-28  Marco Gerards  <metgerards@student.han.nl>
18663         * boot/powerpc/ieee1275/crt0.S (_start): Don't set up the stack.
18665         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCE): Remove
18666         `kern/powerpc/cache.S'.
18668 2004-12-27  Marco Gerards  <metgerards@student.han.nl>
18670         * genmk.rb: Handle the `Program' class in the main loop.  Written
18671         by Johan Rydberg <jrydberg@gnu.org>.
18672         (Program): New class.
18673         (programs): New variable.
18674         * boot/powerpc/ieee1275/cmain.c: Include <grub/machine/ieee1275.h>
18675         instead of "grub/machine/ieee1275.h".  Include <grub/kernel.h>
18676         instead of "grub/kernel.h".  Include <grub/machine/init.h>.
18677         (help_arch): Function removed.
18678         * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Add
18679         `powerpc/libgcc.h' and `loader.h'.
18680         (pkgdata_PROGRAMS): New variable.
18681         (sbin_UTILITIES): Variable removed.
18682         (grub_emu_SOURCES): Added kern/powerpc/cache.S.
18683         (grubof_SOURCES): Variable re-defined so it only includes the
18684         core functionality.
18685         (grubof_CFLAGS): Remove `-DGRUBOF'.
18686         (pkgdata_MODULES, fshelp_mod_SOURCES, fshelp_mod_CFLAGS,
18687         (fat_mod_SOURCES, fat_mod_CFLAGS, ext2_mod_SOURCES)
18688         (ext2_mod_CFLAGS, ufs_mod_SOURCES, ufs_mod_CFLAGS)
18689         (minix_mod_SOURCES, minix_mod_CFLAGS, hfs_mod_SOURCES)
18690         (hfs_mod_CFLAGS, jfs_mod_SOURCES, jfs_mod_CFLAGS)
18691         (iso9660_mod_SOURCES, iso9660_mod_CFLAGS, _linux_mod_SOURCES)
18692         (_linux_mod_CFLAGS, linux_mod_SOURCES, linux_mod_CFLAGS)
18693         (normal_mod_SOURCES, normal_mod_CFLAGS, normal_mod_ASFLAGS)
18694         (hello_mod_SOURCES, hello_mod_CFLAGS, boot_mod_SOURCES)
18695         (boot_mod_CFLAGS, terminal_mod_SOURCES, terminal_mod_CFLAGS)
18696         (ls_mod_SOURCES, ls_mod_CFLAGS, cmp_mod_SOURCES, cmp_mod_CFLAGS)
18697         (cat_mod_SOURCES, cat_mod_CFLAGS, font_mod_SOURCES)
18698         (font_mod_CFLAGS, amiga_mod_SOURCES, amiga_mod_CFLAGS)
18699         (apple_mod_SOURCES, apple_mod_CFLAGS, pc_mod_SOURCES)
18700         (pc_mod_CFLAGS): New variables.
18701         * disk/powerpc/ieee1275/ofdisk.c: Include <grub/machine/init.h>.
18702         (grub_ofdisk_iterate): Add a prototype for `dev_iterate'.
18703         * include/grub/dl.h (grub_arch_dl_sync_caches): New prototype.
18704         * include/grub/loader.h (grub_os_area_addr, grub_os_area_size):
18705         Moved from here...
18706         * include/grub/i386/pc/init.h (grub_os_area_addr)
18707         (rub_os_area_size): ... to here.
18708         * include/grub/powerpc/ieee1275/ieee1275.h
18709         (grub_ieee1275_entry_fn): Export symbol.
18710         * include/grub/powerpc/ieee1275/init.h: New file.
18711         * include/grub/powerpc/libgcc.h: Likewise.
18712         * include/grub/cache.h: Likewise.
18713         * kern/powerpc/cache.S: Likewise.  Written by Hollis Blanchard
18714         <hollis@penguinppc.org>.
18715         * kern/dl.c: Include <grub/cache.h>.
18716         (grub_dl_flush_cache): New function.
18717         (grub_dl_load_core): Call `grub_dl_flush_cache' to flush the cache
18718         for this module.
18719         * kern/powerpc/ieee1275/init.c (grub_ofdisk_init)
18720         (grub_console_init): Removed prototypes.
18721         (grub_machine_init): Don't initialize the modules anymore.
18722         * kern/powerpc/ieee1275/openfw.c (grub_map): Make the function
18723         static.
18724         * include/grub/powerpc/types.h (GRUB_HOST_WORDS_LITTLEENDIAN):
18725         Macro undef removed.
18726         (GRUB_HOST_WORDS_BIGENDIAN): New macro.
18727         * kern/powerpc/dl.c (grub_arch_dl_relocate_symbols): Add
18728         relocation `R_PPC_REL32'.  Return an error when the relocation is
18729         unknown.
18730         * Makefile.in (DATA): Add `$(pkgdata_PROGRAMS)'.
18731         * kern/i386/pc/init.c (grub_arch_sync_caches): New function.
18732         * util/misc.c (grub_arch_sync_caches): Likewise.
18734 2004-12-19  Marco Gerards  <metgerards@student.han.nl>
18736         * conf/powerpc-ieee1275.rmk (MOSTLYCLEANFILES): Remove
18737         `symlist.c', add `grubof_symlist.c'.
18738         (symlist.c): Variable removed.
18739         (grubof_HEADERS): Variable added.
18740         (grubof_symlist.c): New target.
18741         (kernel_syms.lst): Use `grubof_HEADERS' instead of
18742         `kernel_img_HEADERS'.
18743         (grubof_SOURCES): Add `kern/powerpc/dl.c' and `grubof_symlist.c'.
18744         * kern/powerpc/dl.c: New file.
18745         * kern/powerpc/ieee1275/init.c (grub_arch_dl_check_header):
18746         Function removed.
18747         (grub_arch_dl_relocate_symbols): Likewise.
18748         (grub_register_exported_symbols): Likewise.
18750 2004-12-13  Marco Gerards  <metgerards@student.han.nl>
18752         * fs/ext2.c (grub_ext2_open): Don't use data after freeing it.
18753         (grub_ext2_dir): Likewise.  Don't return in case of an error, jump
18754         to fail instead.  Reported by Vincent Pelletier
18755         <subdino2004@yahoo.fr>.
18757         * fs/fshelp.c (grub_fshelp_find_file): Don't free `oldnode' when
18758         it is not allocated.  Reported by Vincent Pelletier
18759         <subdino2004@yahoo.fr>.
18761         * normal/cmdline.c (grub_tab_complete): Add a blank line to the
18762         output so the output looks better.
18764 2004-12-04  Marco Gerards  <metgerards@student.han.nl>
18766         Modulize the partition map support and add support for the amiga
18767         partition map.
18769         * commands/ls.c: Include <grub/partition.h> instead of
18770         <grub/machine/partition.h>.
18771         * kern/disk.c: Likewise.
18772         * kern/rescue.c: Likewise.
18773         * loader/i386/pc/chainloader.c: Likewise.
18774         * normal/cmdline.c: Likewise.
18775         * kern/powerpc/ieee1275/init.c: Likewise.
18776         (grub_machine_init): Call `grub_pc_partition_map_init',
18777         `grub_amiga_partition_map_init' and
18778         `grub_apple_partition_map_init'.
18779         * conf/i386-pc.rmk (kernel_img_SOURCES): Remove
18780         `disk/i386/pc/partition.c'.  Add `kern/partition.c'.
18781         (kernel_img_HEADERS): Remove `machine/partition.h'.  Add
18782         `partition.h' and `pc_partition.h'.
18783         (grub_setup_SOURCES): Remove
18784         `disk/i386/pc/partition.c'.  Add `kern/partition.c',
18785         `partmap/amiga.c', `partmap/apple.c' and `partmap/pc.c'.
18786         (grub_emu_SOURCES): Likewise.
18787         (pkgdata_MODULES): Add `amiga.mod', `apple.mod' and `pc.mod'.
18788         (amiga_mod_SOURCES, amiga_mod_CFLAGS, apple_mod_SOURCES)
18789         (apple_mod_CFLAGS, pc_mod_SOURCES, pc_mod_CFLAGS): New variables.
18790         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Remove
18791         `disk/powerpc/ieee1275/partition.c'.  Add `kern/partition.c',
18792         `partmap/amiga.c', `partmap/apple.c' and `partmap/pc.c'.
18793         (grubof_SOURCES): Likewise.
18794         * disk/i386/pc/partition.c: File removed.
18795         * disk/powerpc/ieee1275/partition.c: Likewise.
18796         * include/grub/powerpc/ieee1275/partition.h: Likewise.
18797         * include/grub/i386/pc/partition.h: Likewise.
18798         * kern/partition.c: New file.
18799         * partmap/amiga.c: Likewise.
18800         * partmap/apple.c: Likewise.
18801         * partmap/pc.c: Likewise.
18802         * include/grub/partition.h: Likewise..
18803         * include/grub/pc_partition.h: Likewise.
18804         * util/grub-emu.c: Include <grub/partition.h> instead of
18805         <grub/machine/partition.h>.
18806         (main): Call `grub_pc_partition_map_init',
18807         `grub_amiga_partition_map_init' and
18808         `grub_apple_partition_map_init' and deinitialize afterwards.
18809         * util/i386/pc/biosdisk.c: Include `#include
18810         <grub/partition.h>' and `include <grub/pc_partition.h>' instead of
18811         `<grub/machine/partition.h>'.
18812         * util/i386/pc/grub-setup.c: Likewise.
18813         * util/i386/pc/biosdisk.c: Likewise.
18814         (grub_util_biosdisk_get_grub_dev): Only access the PC specific
18815         partition information in case of a PC partition.
18816         * util/i386/pc/grub-setup.c: Include `#include
18817         <grub/partition.h>' and `include <grub/pc_partition.h>' instead of
18818         `<grub/machine/partition.h>'.
18819         (setup): Only access the PC specific partition information in case
18820         of a PC partition.
18822 2004-11-17  Hollis Blanchard  <hollis@penguinppc.org>
18824         * kern/powerpc/ieee1275/init.c (grub_setjmp): Remove function.
18825         (grub_longjmp): Likewise.
18826         * include/grub/powerpc/setjmp.h (grub_jmp_buf): Set array size to
18827         20.
18828         * normal/powerpc/setjmp.S: New file.
18829         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Add
18830         `normal/powerpc/setjmp.S'.
18831         (grubof_CFLAGS): Add `-DGRUBOF'.
18832         * include/grub/setjmp.h [GRUB_UTIL]: Changed condition to
18833         [GRUB_UTIL && !GRUBOF].
18835 2004-11-16  Marco Gerards  <metgerards@student.han.nl>
18837         * kern/powerpc/ieee1275/openfw.c (grub_devalias_iterate): Skip any
18838         property named `name'.  Correctly handle the error returned by
18839         `grub_ieee1275_finddevice' if a device can not be opened.
18841 2004-11-02  Hollis Blanchard  <hollis@penguinppc.org>
18843         * term/powerpc/ieee1275/ofconsole.c (grub_ofconsole_readkey): Test
18844         `actual' for negativity.
18845         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Remove
18846         kern/fshelp.c.
18848 2004-11-01  Marco Gerards  <metgerards@student.han.nl>
18850         * term/i386/pc/vga.c (VGA_HEIGHT): Changed to 350.
18851         (PAGE_OFFSET): New macro.
18852         (CRTC_ADDR_PORT): Likewise.
18853         (CRTC_DATA_PORT): Likewise.
18854         (START_ADDR_HIGH_REGISTER): Likewise.
18855         (START_ADDR_LOW_REGISTER): Likewise.
18856         (GRAPHICS_ADDR_PORT): Likewise.
18857         (GRAPHICS_DATA_PORT): Likewise.
18858         (READ_MAP_REGISTER): Likewise.
18859         (INPUT_STATUS1_REGISTER): Likewise.
18860         (INPUT_STATUS1_VERTR_BIT): Likewise.
18861         (page): New variable.
18862         (wait_vretrace): New function.
18863         (set_read_map): Likewise.
18864         (set_start_address): Likewise.
18865         (grub_vga_init): Use mode 0x10 instead of mode 0x12.  Switch to
18866         the right page.
18867         (check_vga_mem): Take the page into account.
18868         (write_char): Likewise.
18869         (write_cursor): Likewise.
18870         (scroll_up): Likewise.  Copy the page to the page that is not
18871         shown and switch between both pages.
18872         (grub_vga_putchar): Fix off by one error.
18873         (grub_vga_cls): Wait for the vertical retrace.  Take the page into
18874         account.
18876 2004-11-01  Marco Gerards  <metgerards@student.han.nl>
18878         Add support for iso9660 (including rockridge).
18880         * conf/i386-pc.rmk (grub_emu_SOURCES): Add fs/iso9660.c.
18881         (iso9660_mod_SOURCES): New variable.
18882         (iso9660_mod_CFLAGS): Likewise.
18883         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs/iso9660.c.
18884         * include/grub/fs.h (grub_iso9660_init): New prototype.
18885         * util/grub-emu.c (main): Call `grub_iso9660_init'.
18886         * fs/iso9660.c: New file.
18888         * include/grub/misc.h (grub_strncat): New prototype.
18889         * kern/misc.c (grub_strncat): New function.
18891         * fs/hfs.c (grub_hfs_mount): Translate the error
18892         `GRUB_ERR_OUT_OF_RANGE' to `GRUB_ERR_BAD_FS'.
18893         * fs/jfs.c (grub_jfs_mount): Likewise.
18894         * fs/ufs.c (grub_ufs_mount): Likewise.
18896 2004-10-28  Hollis Blanchard  <hollis@penguinppc.org>
18898         * boot/powerpc/ieee1275/cmain.c (cmain): Remove asm statements
18899         which initialized BAT registers.
18900         * boot/powerpc/ieee1275/ieee1275.c (IEEE1275_CALL_ENTRY_FN,
18901         grub_ieee1275_common_hdr, INIT_IEEE1275_COMMON):
18902         Move from here...
18903         * include/grub/powerpc/ieee1275/ieee1275.h (IEEE1275_CALL_ENTRY_FN,
18904         grub_ieee1275_common_hdr, INIT_IEEE1275_COMMON):
18905         ... to here.
18906         * kern/powerpc/ieee1275/openfw.c (grub_map): New function.
18907         (grub_mapclaim): Likewise.
18908         * loader/powerpc/ieee1275/linux.c (grub_load_linux): Use
18909         grub_mapclaim instead of grub_ieee1275_claim.  Assign linux_addr by
18910         hand.
18912 2004-10-19  Hollis Blanchard  <hollis@penguinppc.org>
18914         * conf/powerpc-ieee1275.rmk (COMMON_ASFLAGS): Remove -fno-builtin.
18915         (COMMON_CFLAGS): Remove -fno-builtin and -D__ASSEMBLY__. Add
18916         -ffreestanding and -msoft-float.
18918 2004-10-15  Hollis Blanchard  <hollis@penguinppc.org>
18920         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_open): Do not
18921         append ":0" to devpath if the GRUB_IEEE1275_NO_PARTITION_0 flag is
18922         set in grub_ieee1275_flags.
18924 2004-10-14  Hollis Blanchard  <hollis@penguinppc.org>
18926         * include/grub/powerpc/ieee1275/ieee1275.h (abort): Add function
18927         prototype.
18928         * kern/powerpc/ieee1275/init.c (grub_machine_init): Call
18929         grub_console_init first.
18930         Change the memory range used for grub_ieee1275_claim and
18931         grub_mm_init_region.
18932         Print an error message if the claim fails.
18933         Include <grub/misc.h>.
18935 2004-10-13  Hollis Blanchard  <hollis@penguinppc.org>
18937         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_iterate):
18938         Call grub_children_iterate for device nodes of type `scsi',
18939         `ide', or `ata'.
18940         (grub_ofdisk_open): Remove manual device alias resolution.
18941         Fix memory leak when device cannot be opened.
18942         * include/grub/powerpc/ieee1275/ieee1275.h
18943         (grub_children_iterate): New prototype.
18944         * kern/powerpc/ieee1275/openfw.c (grub_children_iterate):
18945         New function.
18946         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_get_property):
18947         Return -1 if args.size was -1.
18949 2004-10-11  Hollis Blanchard  <hollis@penguinppc.org>
18951         * boot/powerpc/ieee1275/cmain.c (grub_ieee1275_flags): New global.
18952         (cmain): Accept 3 parameters. Test for 0xdeadbeef, indicating Old
18953         World Macintosh. If Old Wold, set flag in grub_ieee1275_flags; claim
18954         Open Firmware's memory for it; claim memory from _start to _end.
18955         * boot/powerpc/ieee1275/crt0.S (__bss_start): New extern.
18956         (_end): New extern.
18957         (_start): Zero BSS from __bss_start to _end.
18958         * include/grub/powerpc/ieee1275/ieee1275.h (grub_ieee1275_flags):
18959         New extern.
18960         (GRUB_IEEE1275_NO_PARTITION_0): New #define.
18962 2004-10-11  Hollis Blanchard  <hollis@penguinppc.org>
18964         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_claim): Return
18965         -1 if args.base was -1.
18967 2004-10-08  Hollis Blanchard  <hollis@penguinppc.org>
18969         * term/powerpc/ieee1275/ieee1275.c (grub_ofconsole_cls): Use an ANSI
18970         escape sequence instead of a literal ^L. Also call
18971         grub_ofconsole_gotoxy.
18973 2004-10-03  Hollis Blanchard  <hollis@penguinppc.org>
18975         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_claim): change
18976         void *  arguments to grub_addr_t.  All callers updated.  Also make
18977         the `result' argument optional.
18978         (grub_ieee1275_release): change void * arguments to grub_addr_t.
18979         All callers updated.
18981 2004-09-22  Hollis Blanchard  <hollis@penguinppc.org>
18983         * commands/ls.c (grub_ls_list_files): Use the string following the
18984         initial ')', if present, as the filesystem path.
18985         * kern/rescue.c (grub_rescue_cmd_ls): Likewise.
18987         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): List crt0.S first.
18989 2004-09-18  Yoshinori K. Okuji  <okuji@enbug.org>
18991         Make the source code of the menu interface more readable.
18993         * normal/menu.c: Include grub/mm.h.
18994         (TERM_WIDTH): New macro.
18995         (TERM_HEIGHT): Likewise.
18996         (TERM_INFO_HEIGHT): Likewise.
18997         (TERM_MARGIN): Likewise.
18998         (TERM_SCROLL_WIDTH): Likewise.
18999         (TERM_TOP_BORDER_Y): Likewise.
19000         (TERM_LEFT_BORDER_X): Likewise.
19001         (TERM_BORDER_WIDTH): Likewise.
19002         (TERM_MESSAGE_HEIGHT): Likewise.
19003         (TERM_BORDER_HEIGHT): Likewise.
19004         (TERM_NUM_ENTRIES): Likewise.
19005         (TERM_FIRST_ENTRY_Y): Likewise.
19006         (TERM_ENTRY_WIDTH): Likewise.
19007         (TERM_CURSOR_X): Likewise.
19008         (draw_border): Use macros instead of magic numbers.
19009         (print_entry): Likewise.
19010         (print_entries): Likewise.
19011         (run_menu): Likewise. Also, handle the key 'e'.
19012         (run_menu_entry): Ignore empty command lines.
19013         (print_message): Added a new argument EDIT. If EDIT is true,
19014         print a different message.
19015         (init_page): Likewise.
19016         (edit_menu_entry): New function. Not implemented yet.
19018 2004-09-17  Marco Gerards  <metgerards@student.han.nl>
19020         Add `linux.mod' and `multiboot.mod' so linux and multiboot kernels
19021         can be loaded from normal mode.
19023         * conf/i386-pc.rmk (pkgdata_MODULES): Add `linux.mod' and
19024         `multiboot.mod'.
19025         (linux_mod_SOURCES, linux_mod_CFLAGS, multiboot_mod_SOURCES)
19026         (multiboot_mod_CFLAGS): New variables.
19027         * loader/i386/pc/linux_normal.c: New file.
19028         * loader/i386/pc/multiboot_normal.c: Likewise.
19030         * loader/i386/pc/linux.c (grub_rescue_cmd_initrd): Don't use the
19031         attribute `unused'.
19033         * fs/ext2.c (grub_ext2_iterate_dir): Fix typos in inode type.  Use
19034         `fdiro' to read the mode information from instead of `diro'.
19036         * fs/fshelp.c (grub_fshelp_find_file): Set type to foundtype after
19037         looking up a symlink.
19039         * include/grub/normal.h (GRUB_COMMAND_FLAG_NO_ARG_PARSE): New
19040         macro.
19041         * normal/command.c (grub_command_execute): Don't parse the
19042         arguments when `GRUB_COMMAND_FLAG_NO_ARG_PARSE' is set in the
19043         flags of the command.
19045         * normal/menu.c (grub_menu_run): Fix typo.
19047 2004-09-14  Hollis Blanchard  <hollis@penguinppc.org>
19049         * kern/powerpc/ieee1275/init.c (abort): Trap into Open Firmware.
19051         * term/powerpc/ieee1275/ofconsole.c (grub_ofconsole_gotoxy): Use
19052         `y + 1' instead of `y - 1'.
19054         * conf/powerpc-ieee1275.rmk (grubof_LDFLAGS): Add `-N' and `-S'.
19056 2004-09-14  Yoshinori K. Okuji  <okuji@enbug.org>
19058         From Hollis Blanchard <hollis@penguinppc.org>:
19059         * kern/misc.c (memmove): New alias for grub_memmove.
19060         (memcmp): New alias for grub_memcmp.
19061         (memset): New alias for grub_memset.
19062         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_get_property):
19063         Change "int handle" to "grub_ieee1275_phandle_t handle".
19064         * include/grub/powerpc/ieee1275/ieee1275.h
19065         (grub_ieee1275_get_property): Likewise.
19067 2004-09-12  Tomas Ebenlendr  <ebik@ucw.cz>
19069         Added normal mode command `chainloader' as module chain.mod, which
19070         depends on normal.mod and _chain.mod.
19072         * conf/i386-pc.rmk (pkgdata_MODULES): Add `chain.mod'.
19073         (chain_mod_SOURCES, chain_mod_CFLAGS): Variables added.
19074         * include/grub/i386/pc/loader.h (grub_rescue_cmd_chainloader):
19075         Deleted prototype.
19076         * loader/i386/pc/chainloader.c (grub_rescue_cmd_chainloader): All
19077         but arguments parsing moved to ...
19078         (grub_chainloader_cmd): ... here.  New function.
19079         * include/grub/i386/pc/chainloader.h: New file.
19080         * loader/i386/pc/chainloader_normal.c: Likewise.
19082 2004-09-11  Marco Gerards  <metgerards@student.han.nl>
19084         * conf/i386-pc.rmk (kernel_img_SOURCES): Added kern/fshelp.c.
19085         (grub_mkimage_LDFLAGS): Likewise.
19086         (grub_emu_SOURCES): Likewise.
19087         (kernel_img_HEADERS): Added fshelp.h.
19088         * fs/ext2.c: Include <grub/fshelp.h>.
19089         (FILETYPE_REG): New macro.
19090         (FILETYPE_INO_REG): Likewise.
19091         (grub_ext_sblock): Renamed to `grub_ext2_sblock'.
19092         Changed all users.
19093         (ext2_block_group): Renamed to `grub_ext2_block_group'.  Changed
19094         all users.
19095         (grub_fshelp_node): New struct.
19096         (grub_ext2_data): Added member `diropen'.  Changed member `inode'
19097         to a pointer.
19098         (grub_ext2_get_file_block): Removed function.
19099         (grub_ext2_read_block): New function.
19100         (grub_ext2_read_file): Replaced parameter `data' by `node'.
19101         This function was written.
19102         (grub_ext2_mount): Read the root inode.  Create a diropen struct.
19103         (grub_ext2_find_file): Removed function.
19104         (grub_ext2_read_symlink): New function.
19105         (grub_ext2_iterate_dir): Likewise.
19106         (grub_ext2_open): Rewritten.
19107         (grub_ext2_dir): Rewritten.
19108         * include/grub/fshelp.h: New file.
19109         * fs/fshelp.c: Likewise.
19111 2004-09-10  Yoshinori K. Okuji  <okuji@enbug.org>
19113         * normal/menu.c: Include grub/loader.h and grub/machine/time.h.
19114         (print_message): Add a missing newline.
19115         (run_menu): Added timeout support.
19116         (run_menu_entry): New local function.
19117         (grub_menu_run): Added support for booting.
19119         * kern/loader.c (grub_loader_is_loaded): New function.
19121         * include/grub/powerpc/ieee1275/time.h: Include grub/symbol.h.
19122         (grub_get_rtc): Exported.
19124         * include/grub/i386/pc/time.h: Include grub/symbol.h.
19125         (grub_get_rtc): Exported.
19127         * include/grub/normal.h (struct grub_command_list): Remove
19128         constant from the member `command'.
19130         * include/grub/loader.h (grub_loader_is_loaded): Declared.
19132         * include/grub/err.h (GRUB_ERR_INVALID_COMMAND): New constant.
19134         * conf/i386-pc.rmk (kernel_img_HEADERS): Added machine/time.h.
19136 2004-08-28  Marco Gerards  <metgerards@student.han.nl>
19138         Add support for the JFS filesystem.
19140         * fs/jfs.c: New file.
19141         * include/grub/fs.h (grub_jfs_init): New prototype.
19142         (grub_jfs_fini): New prototype.
19143         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/jfs.c.
19144         (grub_emu_SOURCES): Likewise.
19145         (pkgdata_MODULES): Add jfs.mod.
19146         (jfs_mod_SOURCES): New variable.
19147         (jfs_mod_CFLAGS): Likewise.
19148         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs.jfs.c.
19149         (grubof_SOURCES): Likewise.
19150         * util/grub-emu.c (main): Initialize and deinitialize JFS support.
19152         * fs/fat.c (grub_fat_find_dir): Convert the filename little
19153         endian to the host endian.
19154         (grub_fat_utf16_to_utf8): Move function from there...
19155         * kern/misc.c (grub_utf16_to_utf8): ...to here.  Do not convert
19156         the endianness of the source string anymore.
19157         * include/grub/misc.h (grub_utf16_to_utf8): New prototype.
19159 2004-08-24  Marco Gerards  <metgerards@student.han.nl>
19161         * commands/boot.c (grub_boot_init) [GRUB_UTIL]: Make conditional.
19162         (grub_boot_fini) [GRUB_UTIL]: Likewise.
19163         (GRUB_MOD_INIT) [!GRUB_UTIL]: Likewise.
19164         (GRUB_MOD_FINI) [!GRUB_UTIL]: Likewise.
19166         * fs/hfs.c (grub_hfs_find_node): Add a prototype for `node_found'.
19167         (grub_hfs_iterate_dir): Make the function static.  Add prototypes
19168         for `node_found' and `it_dir'.
19169         (grub_hfs_dir): Add prototype for `dir_hook'.
19171         * fs/minix.c (grub_minix_get_file_block): Add prototype for
19172         `grub_get_indir'.  Rename `indir' in two blocks to `indir16'
19173         and `indir32' to silence a gcc warning.
19175         * include/grub/fs.h (grub_hfs_init): New prototype.
19176         (grub_hfs_fini): Likewise.
19179 2004-08-21  Yoshinori K. Okuji  <okuji@enbug.org>
19181         Each disk device has its own id now. This is useful to make use
19182         of multiple disk devices.
19184         * include/grub/disk.h (grub_disk_dev_id): New enum.
19185         (GRUB_DISK_DEVICE_BIOSDISK_ID): New constant.
19186         (GRUB_DISK_DEVICE_OFDISK_ID): Likewise.
19188         * disk/i386/pc/biosdisk.c (grub_biosdisk_dev): Specify
19189         GRUB_DISK_DEVICE_BIOSDISK_ID as an id.
19191         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_dev): Specify
19192         GRUB_DISK_DEVICE_OFDISK_ID as an id.
19194         * util/i386/pc/biosdisk.c (grub_util_biosdisk_dev): Specify
19195         GRUB_DISK_DEVICE_BIOSDISK_ID as an id.
19197         * include/grub/disk.h (struct grub_disk_dev): Added a new member
19198         "id" which is used by the cache manager.
19200         * normal/main.c (grub_normal_init_page): Use "GNU GRUB" instead
19201         of just "GRUB".
19203 2004-08-18  Marco Gerards  <metgerards@student.han.nl>
19205         * fs/hfs.c: New file.
19206         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/hfs.c.
19207         (grub_emu_SOURCES): Likewise.
19208         (pkgdata_MODULES): Add hfs.mod.
19209         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs/hfs.c.
19210         (grubof_SOURCES): Likewise.
19211         * util/grub-emu.c (main): Initialize and deinitialize HFS support.
19213         * include/grub/misc.h (grub_strncasecmp): Add prototype.
19214         * kern/misc.c (grub_strncasecmp): Add function.
19216 2004-08-14  Marco Gerards  <metgerards@student.han.nl>
19218         * include/grub/arg.h (GRUB_ARG_OPTION_OPTIONAL): Surround macro
19219         with parentheses.
19221         * fs/ext2.c (FILETYPE_UNKNOWN): New macro.
19222         (grub_ext2_dir): In case the directory entry type is unknown, read
19223         it from the inode.
19225 2004-08-02  Peter Bruin  <pjbruin@dds.nl>
19227         * loader/powerpc/ieee1275/linux.c (grub_linux_init): Pass
19228         grub_load_linux instead of grub_rescue_cmd_linux as second
19229         argument of grub_rescue_register_command.
19231         * Makefile.in (RMKFILES): Add conf/powerpc-ieee1275.rmk.
19233 2004-07-27  Marco Gerards  <metgerards@student.han.nl>
19235         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_release): New
19236         function.
19237         * commands/boot.c: Remove the check for `GRUB_UTIL'.
19238         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Add
19239         `loader/powerpc/ieee1275/linux.c',
19240         `loader/powerpc/ieee1275/linux_normal.c' and `commands/boot.c'.
19241         * include/grub/powerpc/ieee1275/ieee1275.h
19242         (grub_ieee1275_release): New prototype.
19243         * include/grub/powerpc/ieee1275/loader.h: Rewritten.
19244         * kern/powerpc/ieee1275/init.c (grub_machine_init): Initialize
19245         normal, boot, linux and linux_normal.
19246         * loader/powerpc/ieee1275/linux.c: New file.
19247         * loader/powerpc/ieee1275/linux_normal.c: Likewise.
19249 2004-07-12  Marco Gerards  <metgerards@student.han.nl>
19251         * normal/arg.c (grub_arg_parse): Correct error handling after
19252         reallocating the argumentlist (check if `argl' is not null instead
19253         of checking if `args' is not null).
19254         * kern/mm.c (grub_realloc): Return the same pointer when using the
19255         same region, instead of returning the header address.
19257 2004-07-11  Marco Gerards  <metgerards@student.han.nl>
19259         * disk/powerpc/ieee1275/partition.c (grub_partition_iterate): Skip
19260         one block instead of two when looking for the initial partition.
19261         (grub_partition_probe): Initialize the local variable `p' with 0.
19262         Use base 10 for the grub_strtoul call.
19263         * kern/misc.c (grub_strncpy): Fix off by one bug.  Eliminated the
19264         need for one local variable.
19265         (grub_strtoul): Don't add the new value to `num', instead of that
19266         just assign it.
19268 2004-07-11  Marco Gerards  <metgerards@student.han.nl>
19270         * conf/i386-pc.rmk (pkgdata_IMAGE): Add pxeboot.img.
19271         (pxeboot_img_SOURCES): New variable.
19272         (pxeboot_img_ASFLAGS): Likewise.
19273         (pxeboot_img_LDFLAGS): Likewise.
19274         * boot/i386/pc/pxeboot.S: New file.  Based on pxeloader.S from
19275         GRUB Legacy and boot.S.  Adopted for GRUB 2 by lode leroy
19276         <lode_leroy@hotmail.com>.
19278 2004-06-27  Tomas Ebenlendr  <ebik@ucw.cz>
19280         * kern/rescue.c (grub_enter_rescue_mode): Don't continue when
19281         there was no input.
19283 2004-06-27  Tomas Ebenlendr  <ebik@ucw.cz>
19285         * normal/cmdline.c (grub_set_history): Fix off by one bug.  Fixed
19286         the history buffer logic.
19288 2004-06-27  Tomas Ebenlendr  <ebik@ucw.cz>
19290         * fs/ext2.c (FILETYPE_INO_MASK, FILETYPE_INO_DIRECTORY)
19291         (FILETYPE_INO_SYMLINK): New macros.
19292         (grub_ext2_find_file): Check if the node is a directory using the
19293         inode stat information instead of using the filetype in the
19294         dirent.  Exclude the first character of an absolute symlink.
19295         (grub_ext2_dir): Mask out the filetype part of the mode member of
19296         the inode.
19298 2004-05-24  Marco Gerards  <metgerards@student.han.nl>
19300         Add support for UFS version 1 and 2.  Add support for the minix
19301         filesystem version 1 and 2, both the variants with 14 and 30 long
19302         filenames.
19304         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/ufs.c and
19305         fs/minix.c.
19306         (grub_emu_SOURCES): Likewise.
19307         (pkgdata_MODULES): Add ufs.mod and minix.mod.
19308         (ufs_mod_SOURCES): New variable.
19309         (ufs_mod_CFLAGS): Likewise.
19310         (minix_mod_SOURCES): Likewise.
19311         (minix_mod_CFLAGS): Likewise.
19312         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs/ufs.c and
19313         fs/minix.c.
19314         (grubof_SOURCES): Likewise.
19315         * fs/ufs.c: New file.
19316         * fs/minix.c: New file.
19317         * include/grub/fs.h (grub_ufs_init): New prototype.
19318         (grub_ufs_fini): Likewise.
19319         (grub_minix_init): Likewise.
19320         (grub_minix_fini): Likewise.
19321         * util/grub-emu.c (main): Initialize and deinitialize UFS and
19322         minix fs.
19324 2004-04-30  Jeroen Dekkers  <jeroen@dekkers.cx>
19326         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add normal/arg.c,
19327         commands/ls.c, commands/terminal.c, commands/boot.c,
19328         commands/cmp.c and commands/cat.c.
19329         (grubof_LDFLAGS): Add -nostdlib -static-libgcc -lgcc.
19331         * kern/powerpc/ieee1275/init.c: Include "grub/env.h" instead of
19332         "env.h"
19334 2004-04-04  Yoshinori K. Okuji  <okuji@enbug.org>
19336         All symbols prefixed with PUPA_ and pupa_ are renamed to GRUB_
19337         and grub_, respectively. Because the conversion is trivial and
19338         mechanical, I omit the details here. Please refer to the CVS
19339         if you need more information.
19341 2004-04-04  Yoshinori K. Okuji  <okuji@enbug.org>
19343         * include/pupa: Renamed to ...
19344         * include/grub: ... this.
19345         * util/i386/pc/pupa-mkimage.c: Renamed to ...
19346         * util/i386/pc/grub-mkimage.c: ... this.
19347         * util/i386/pc/pupa-setup.c: Renamed to ...
19348         * util/i386/pc/grub-setup.c: ... this.
19349         * util/pupa-emu.c: Renamed to ...
19350         * util/grub-emu.c: ... this.
19352 2004-03-29  Marco Gerards  <metgerards@student.han.nl>
19354         Add support for the newworld apple macintosh (PPC).  This has been
19355         tested on the powerbook 2000 only.  It only adds support for
19356         generic ieee1275 functions, console and disk support.  This should
19357         be easy to port to other architectures with support for Open
19358         Firmware.
19360         * configure.ac: Accept the powerpc as host_cpu.  In the case of
19361         the powerpc cpu set the host_vendor to ieee1275.  Make sure the i386
19362         specific tests are only executed while building for the i386.
19363         Inverse test for crosscompile.
19364         * genmk.rb (Utility): Allow assembler files.
19365         * normal/cmdline.c (pupa_tab_complete): Reset pupa_errno.
19366         * conf/powerpc-ieee1275.rmk: New file.
19367         * disk/powerpc/ieee1275/ofdisk.c: Likewise.
19368         * disk/powerpc/ieee1275/partition.c: Likewise.
19369         * include/pupa/powerpc/ieee1275/biosdisk.h: Likewise.
19370         * include/pupa/powerpc/ieee1275/console.h: Likewise.
19371         * include/pupa/powerpc/ieee1275/partition.h: Likewise.
19372         * include/pupa/powerpc/ieee1275/time.h: Likewise.
19373         * include/pupa/powerpc/ieee1275/util/biosdisk.h: Likewise.
19374         * include/pupa/powerpc/ieee1275/multiboot.h: Likewise.
19375         * include/pupa/powerpc/ieee1275/loader.h
19376         * include/pupa/powerpc/setjmp.h: Likewise.
19377         * include/pupa/powerpc/types.h: Likewise.
19378         * kern/powerpc/ieee1275/init.c: Likewise.
19379         * kern/powerpc/ieee1275/openfw.c: Likewise.
19380         * term/powerpc/ieee1275/ofconsole.c: Likewise.
19382         These files were written by Johan Rydberg
19383         (jrydberg@night.trouble.net) and I only modified them slightly.
19385         * boot/powerpc/ieee1275/cmain.c: New file.
19386         * boot/powerpc/ieee1275/crt0.S: Likewise.
19387         * boot/powerpc/ieee1275/ieee1275.c: Likewise.
19388         * include/pupa/powerpc/ieee1275/ieee1275.h: Likewise.
19390 2004-03-14  Jeroen Dekkers  <jeroen@dekkers.cx>
19392         * Makefile.in: Update copyright.
19393         * genmodsrc.sh: Likewise.
19394         * gensymlist.sh: Likewise.
19395         * term/i386/pc/vga.c: Indent correctly.
19397         * util/i386/pc/pupa-mkimage.c (usage): Use PACKAGE_BUGREPORT as
19398         bugreporting address.
19399         * util/i386/pc/pupa-setup.c (usage): Likewise,
19400         (main): Call pupa_ext2_init and pupa_ext2_fini.
19402         * fs/fat.c (log2): Renamed to ...
19403         (fat_log2): ... this.
19404         All callers changed.
19405         * kern/misc.c (memcpy): Alias to pupa_memmove.
19406         * loader/i386/pc/multiboot.c (pupa_rescue_cmd_multiboot): Fix
19407         lvalue cast.
19408         * util/console.c (pupa_ncurses_fini): Return 0.
19410         * util/i386/pc/biosdisk.c (pupa_util_biosdisk_open)[__linux__]:
19411         Move fail label here.
19412         [__GNU__]: Don't warn when using stat.
19413         (open_device)[!__linux__]: Check if FD < 0 instead of !FD.
19414         (pupa_util_biosdisk_get_pupa_dev)[__GNU__]: Change type of N to
19415         long int. Use strtol instead of strtoul.
19417 2004-03-14  Marco Gerards  <metgerards@student.han.nl>
19419         * commands/boot.c: New file.
19420         * commands/cat.c: Likewise.
19421         * commands/cmp.c: Likewise.
19422         * commands/ls.c: Likewise.
19423         * commands/terminal.c: Likewise.
19424         * normal/command.c: Include <pupa/env.h> and <pupa/dl.h>.
19425         (pupa_register_command): Changed interface to match the new
19426         argument parser.
19427         (pupa_command_execute): Changed (almost rewritten) so it uses
19428         pupa_split_command.  Added support for setting variables using the
19429         syntax `foo=bar'.
19430         (rescue_command): Changed to work with the new argument parser.
19431         (terminal_command): Moved from here to commands/terminal.c.
19432         (set_command): New function.
19433         (unset_command): New function.
19434         (insmod_command): New function.
19435         (rmmod_command): New function.
19436         (lsmod_command): New function.
19437         (pupa_command_init): Don't initialize the command terminal
19438         anymore.  Initialize the commands set, unset, insmod, rmmod and
19439         lsmod.
19440         * conf/i386-pc.rmk (kernel_img_SOURCES): Add kern/env.c.
19441         (kernel_img_HEADERS): Add arg.h and env.h.
19442         (pupa_mkimage_LDFLAGS): Add kern/env.c.
19443         (pupa_emu_SOURCES): Add kern/env.c, commands/ls.c,
19444         commands/terminal.c commands/boot.c commands/cmp.c commands/cat.c,
19445         normal/arg.c.
19446         (pkgdata_MODULES): Add ls.mod, boot.mod, cmp.mod, cat.mod and
19447         terminal.mod.
19448         (normal_mod_SOURCES): Add normal/arg.c and normal/arg.c.
19449         (boot_mod_SOURCES): New variable.
19450         (terminal_mod_SOURCES): Likewise.
19451         (ls_mod_SOURCES): Likewise.
19452         (cmp_mod_SOURCES): Likewise.
19453         (cat_mod_SOURCES): Likewise.
19455         * normal/arg.c: New file.
19456         * kern/env.c: Likewise.
19457         * include/pupa/arg.h: Likewise.
19458         * include/pupa/env.h: Likewise.
19459         * font/manager.c (font_command): Changed to match argument parsing
19460         interface changes.
19461         (PUPA_MOD_INIT): Likewise.
19462         * hello/hello.c (pupa_cmd_hello): Likewise.
19463         (PUPA_MOD_INIT): Likewise.
19464         * include/pupa/disk.h: Include <pupa/device.h>.
19465         (pupa_print_partinfo): New prototype.
19466         * include/pupa/dl.h (pupa_dl_set_prefix): Prototype removed.
19467         (pupa_dl_get_prefix): Likewise.
19468         * include/pupa/misc.h: Include <pupa/err.h>.
19469         (pupa_isgraph): New prototype.
19470         (pupa_isdigit): Likewise.
19471         (pupa_split_cmdline): Likewise.
19472         * include/pupa/normal.h: Include <pupa/arg.h>.
19473         (pupa_command): Changed the prototype of the member `func' to
19474         match the argument parsing interface.  Added member `options'.
19475         (pupa_register_command): Updated to match function.
19476         (pupa_arg_parse): New prototype.
19477         (pupa_hello_init) [PUPA_UTIL]: New prototype.
19478         (pupa_hello_fini) [PUPA_UTIL]: Likewise.
19479         (pupa_ls_init) [PUPA_UTIL]: Likewise.
19480         (pupa_ls_fini) [PUPA_UTIL]: Likewise.
19481         (pupa_cat_init) [PUPA_UTIL]: Likewise.
19482         (pupa_cat_fini) [PUPA_UTIL]: Likewise.
19483         (pupa_boot_init) [PUPA_UTIL]: Likewise.
19484         (pupa_boot_fini) [PUPA_UTIL]: Likewise.
19485         (pupa_cmp_init) [PUPA_UTIL]: Likewise.
19486         (pupa_cmp_fini) [PUPA_UTIL]: Likewise.
19487         (pupa_terminal_init) [PUPA_UTIL]: Likewise.
19488         (pupa_terminal_fini) [PUPA_UTIL]: Likewise.
19489         * kern/disk.c: Include <pupa/file.h>.
19490         (pupa_print_partinfo): New function.
19491         * kern/dl.c: Include <pupa/env.h>.
19492         (pupa_dl_dir): Variable removed.
19493         (pupa_dl_load): Use the environment variable `prefix' instead of
19494         the variable pupa_dl_dir.
19495         (pupa_dl_set_prefix): Function removed.
19496         (pupa_dl_get_prefix): Likewise.
19497         * kern/i386/pc/init.c: Include <pupa/env.h>.
19498         (pupa_machine_init): Use the environment variable `prefix' instead of
19499         using pupa_dl_set_prefix to set the prefix.
19500         * kern/main.c: Include <pupa/env.h>.
19501         (pupa_set_root_dev): Use the environment variable `prefix' instead of
19502         using pupa_dl_get_prefix to get the prefix.
19503         * kern/misc.c: Include <pupa/env.h>.
19504         (pupa_isdigit): New function.
19505         (pupa_isgraph): Likewise.
19506         (pupa_ftoa): Likewise.
19507         (pupa_vsprintf): Added support for printing values of the type
19508         `double'.  Make it possible to format variable output when using
19509         formatting like `%1.2%f'.
19510         (pupa_split_cmdline): New function.
19511         * kern/rescue.c: Include <pupa/env.h>.
19512         (next_word): Removed function.
19513         (pupa_rescue_cmd_prefix): Likewise.
19514         (pupa_rescue_cmd_set): New function.
19515         (pupa_rescue_cmd_unset): New function.
19516         (pupa_enter_rescue_mode): Use the `pupa_split_cmdline' function to
19517         split the command line instead of splitting it here.  Added
19518         support for setting variables using the syntax `foo=bar'.  Don't
19519         initialize the prefix command anymore.  Initialized the set and
19520         unset commands.
19521         * normal/cmdline.c: Include <pupa/env.h>.
19522         (pupa_tab_complete): Added prototypes for print_simple_completion,
19523         print_partition_completion, add_completion, iterate_commands,
19524         iterate_dev, iterate_part and iterate_dir. Moved code to print
19525         partition information from here to kern/disk.c.
19526         (pupa_cmdline_run): Don't check if the function exists anymore.
19527         * normal/main.c: Include <pupa/env.h>.
19528         (pupa_rescue_cmd_normal): Use the environment variable `prefix'
19529         instead of using pupa_dl_get_prefix to get the prefix.
19530         * term/i386/pc/vga.c: Include <pupa/arg.h>.
19531         (check_vga_mem): Cast pointers to `void *' to silence a gcc
19532         warning.
19533         (pupa_vga_putchar) [! DEBUG_VGA]: Removed for this case.
19534         (pupa_vga_setcolor): Declare unused variables with `__attribute__
19535         ((unused))' to silence a gcc warning.
19536         (pupa_vga_setcolor): Likewise.
19537         (debug_command): Changed to match argument parsing
19538         interface changes.
19539         * util/pupa-emu.c: Include <pupa/env.h>.
19540         (options): Added 0's for unused fields to silence a gcc warning.
19541         (argp): Likewise.
19542         (main): Use the environment variable `prefix' instead of using
19543         pupa_dl_set_prefix to set the prefix.  Initialize the commands ls,
19544         boot, cmp, cat and terminal.  Finish the commands boot, cmp, cat
19545         and terminal.
19547         * util/i386/pc/getroot.c: Include <pupa/i386/pc/util/biosdisk.h>.
19548         * util/misc.c: Include <malloc.h>.
19549         (pupa_malloc): Rewritten so errors are correctly reported.
19550         (pupa_realloc): Likewise.
19551         (pupa_memalign): Likewise.
19552         (pupa_mm_init_region): Declare unused variables with
19553         `__attribute__ ((unused))' to silence a gcc warning.
19554         * normal/i386/setjmp.S: Remove tab at the end of the file to
19555         silence a gcc warning.
19556         * loader/i386/pc/linux.c (pupa_rescue_cmd_initrd): Declare unused
19557         variables with `__attribute__ ((unused))' to silence a gcc
19558         warning.
19559         * loader/i386/pc/multiboot.c (pupa_multiboot_unload): Make the
19560         local variable i unsigned to silence a gcc warning.
19562         * kern/term.c: Include <pupa/misc.h>.
19563         (pupa_more_lines): New variable.
19564         (pupa_more): Likewise.
19565         (pupa_putcode): When the pager is active pause at the end of every
19566         screen.
19567         (pupa_set_more): New function.
19568         * include/pupa/term.h (pupa_set_more): New prototype.
19571 2004-03-07  Yoshinori K. Okuji  <okuji@enbug.org>
19573         Now this project is GRUB 2 rather than PUPA. The location of
19574         the CVS repository was moved to GRUB's.
19576         * configure.ac: Use bug-grub as the reporting address.
19577         Use GRUB instead of PUPA.
19578         Change the version number to 1.90.
19580 2004-02-24  Yoshinori K. Okuji  <okuji@enbug.org>
19582         * genkernsyms.sh: Updated copyright information.
19583         * genmk.rb: Likewise.
19584         * genmodsrc.sh: Likewise.
19585         * gensymlist.sh: Likewise.
19586         * boot/i386/pc/boot.S: Likewise.
19587         * boot/i386/pc/diskboot.S: Likewise.
19588         * disk/i386/pc/biosdisk.c: Likewise.
19589         * disk/i386/pc/partition.c: Likewise.
19590         * font/manager.c: Likewise.
19591         * fs/ext2.c: Likewise.
19592         * fs/fat.c: Likewise.
19593         * include/pupa/boot.h: Likewise.
19594         * include/pupa/device.h: Likewise.
19595         * include/pupa/disk.h: Likewise.
19596         * include/pupa/dl.h: Likewise.
19597         * include/pupa/elf.h: Likewise.
19598         * include/pupa/err.h: Likewise.
19599         * include/pupa/file.h: Likewise.
19600         * include/pupa/font.h: Likewise.
19601         * include/pupa/fs.h: Likewise.
19602         * include/pupa/kernel.h: Likewise.
19603         * include/pupa/loader.h: Likewise.
19604         * include/pupa/misc.h: Likewise.
19605         * include/pupa/mm.h: Likewise.
19606         * include/pupa/net.h: Likewise.
19607         * include/pupa/normal.h: Likewise.
19608         * include/pupa/rescue.h: Likewise.
19609         * include/pupa/setjmp.h: Likewise.
19610         * include/pupa/symbol.h: Likewise.
19611         * include/pupa/term.h: Likewise.
19612         * include/pupa/types.h: Likewise.
19613         * include/pupa/i386/setjmp.h: Likewise.
19614         * include/pupa/i386/types.h: Likewise.
19615         * include/pupa/i386/pc/biosdisk.h: Likewise.
19616         * include/pupa/i386/pc/boot.h: Likewise.
19617         * include/pupa/i386/pc/console.h: Likewise.
19618         * include/pupa/i386/pc/init.h: Likewise.
19619         * include/pupa/i386/pc/kernel.h: Likewise.
19620         * include/pupa/i386/pc/linux.h: Likewise.
19621         * include/pupa/i386/pc/loader.h: Likewise.
19622         * include/pupa/i386/pc/memory.h: Likewise.
19623         * include/pupa/i386/pc/multiboot.h: Likewise.
19624         * include/pupa/i386/pc/partition.h: Likewise.
19625         * include/pupa/i386/pc/time.h: Likewise.
19626         * include/pupa/i386/pc/vga.h: Likewise.
19627         * include/pupa/i386/pc/util/biosdisk.h: Likewise.
19628         * include/pupa/util/getroot.h: Likewise.
19629         * include/pupa/util/misc.h: Likewise.
19630         * include/pupa/util/resolve.h: Likewise.
19631         * kern/device.c: Likewise.
19632         * kern/disk.c: Likewise.
19633         * kern/dl.c: Likewise.
19634         * kern/err.c: Likewise.
19635         * kern/file.c: Likewise.
19636         * kern/fs.c: Likewise.
19637         * kern/loader.c: Likewise.
19638         * kern/main.c: Likewise.
19639         * kern/misc.c: Likewise.
19640         * kern/mm.c: Likewise.
19641         * kern/rescue.c: Likewise.
19642         * kern/term.c: Likewise.
19643         * kern/i386/dl.c: Likewise.
19644         * kern/i386/pc/init.c: Likewise.
19645         * kern/i386/pc/lzo1x.S: Likewise.
19646         * kern/i386/pc/startup.S: Likewise.
19647         * loader/i386/pc/chainloader.c: Likewise.
19648         * loader/i386/pc/linux.c: Likewise.
19649         * loader/i386/pc/multiboot.c: Likewise.
19650         * normal/cmdline.c: Likewise.
19651         * normal/command.c: Likewise.
19652         * normal/main.c: Likewise.
19653         * normal/menu.c: Likewise.
19654         * normal/i386/setjmp.S: Likewise.
19655         * term/i386/pc/console.c: Likewise.
19656         * term/i386/pc/vga.c: Likewise.
19657         * util/console.c: Likewise.
19658         * util/genmoddep.c: Likewise.
19659         * util/misc.c: Likewise.
19660         * util/pupa-emu.c: Likewise.
19661         * util/resolve.c: Likewise.
19662         * util/unifont2pff.rb: Likewise.
19663         * util/i386/pc/biosdisk.c: Likewise.
19664         * util/i386/pc/getroot.c: Likewise.
19665         * util/i386/pc/pupa-mkimage.c: Likewise.
19666         * util/i386/pc/pupa-setup.c: Likewise.
19668 2004-02-15  Jeroen Dekkers  <jeroen@dekkers.cx>
19670         * fs/ext2.c (pupa_ext2_read_file): Correct the value of BLOCKEND
19671         when it is EXT2_BLOCK_SIZE (data).  New argument READ_HOOK, all
19672         callers changed.  Set DATA->DISK->READ_HOOK to READ_HOOK before
19673         reading and reset it after reading.
19674         (pupa_ext2_close): Return PUPA_ERR_NONE.
19676         * include/pupa/i386/pc/linux.h (PUPA_LINUX_INITRD_MAX_ADDRESS):
19677         Correct value.
19678         (struct linux_kernel_header): Add kernel_version and
19679         initrd_addr_max.
19680         * loader/i386/pc/linux.c (pupa_rescue_cmd_linux): Check whether
19681         pupa_file_read succeeds.
19682         (pupa_rescue_cmd_initrd): Implement.
19684 2003-12-03  Marco Gerards  <metgerards@student.han.nl>
19686         * fs/ext2.c (pupa_ext2_label): New function.
19687         (pupa_ext2_fs): Added label.
19688         * fs/fat.c (pupa_fat_label): New function.
19689         (pupa_fat_fs): Added label.
19690         * include/pupa/fs.h (struct pupa_fs): Added prototype label.
19692         * kern/misc.c (pupa_strndup): New function.
19693         * include/pupa/misc.h (pupa_strndup): New prototype.
19695         * include/pupa/normal.h: Include <pupa/err.h>.
19696         (pupa_set_history): New prototype.
19697         (pupa_iterate_commands): New prototype.
19698         * normal/cmdline.c: Include <pupa/machine/partition.h>,
19699         <pupa/disk.h>, <pupa/file.h>.
19700         (hist_size): New variable.
19701         (hist_lines): Likewise.
19702         (hist_end): Likewise.
19703         (hist_used): Likewise.
19704         (pupa_set_history): New function.
19705         (pupa_history_get): Likewise.
19706         (pupa_history_add): Likewise.
19707         (pupa_history_replace): Likewise.
19708         (pupa_tab_complete): Likewise.
19709         (pupa_cmdline_run): Added tab completion and history buffer.  Tab
19710         completion shows partitionnames while completing partitions, this
19711         feature was suggested by Jeff Bailey.
19712         * normal/command.c (pupa_iterate_commands): New function.
19713         * normal/main.c (PUPA_DEFAULT_HISTORY_SIZE): New macro.
19714         (pupa_normal_init): Initialize history buffer.
19715         (PUPA_MOD_INIT): Likewise.
19716         (pupa_normal_fini): Free the history buffer.
19717         (PUPA_MOD_FINI): Likewise.
19719         * util/console.c (pupa_ncurses_getkey): Accept 127 as backspace
19720         key.
19722         * aclocal.m4 (pupa_I386_CHECK_REGPARM_BUG): New DEFUN.
19723         * configure.ac [i386]: Check for regparam bug.
19724         (NESTED_FUNC_ATTR) [! i386]: Defined.
19726 2003-11-17  Marco Gerards  <metgerards@student.han.nl>
19728         * conf/i386-pc.rmk (sbin_UTILITIES): Added pupa-emu.
19729         (pupa_setup_SOURCES): Added util/i386/pc/getroot.c.
19730         (pupa_emu_SOURCES): New variable.
19731         (pupa_emu_LDFLAGS): Likewise.
19732         * include/pupa/fs.h (pupa_ext2_init) [PUPA_UTIL]: New prototype.
19733         (pupa_ext2_fini) [PUPA_UTIL]: Likewise.
19734         * include/pupa/normal.h (pupa_normal_init) [PUPA_UTIL]: Likewise.
19735         (pupa_normal_fini) [PUPA_UTIL]: Likewise.
19736         * include/pupa/setjmp.h [PUPA_UTIL]: Include <setjmp.h>.
19737         (pupa_jmp_buf): New typedef.
19738         (pupa_setjmp) [PUPA_UTIL]: New macro.
19739         (pupa_longjmp) [PUPA_UTIL]: Likewise.
19740         * include/pupa/term.h (struct pupa_term): New member `refresh'.
19741         (pupa_refresh): New prototype.
19742         * include/pupa/util/getroot.h: New file.
19743         * kern/misc.c (pupa_vsprintf): Refresh the screen after updating
19744         it.
19745         * kern/rescue.c (pupa_rescue_get_command_line): Likewise.
19746         (pupa_rescue_cmd_cat): Likewise.
19747         (pupa_rescue_cmd_ls): Likewise.
19748         (pupa_rescue_cmd_testload): Likewise.
19749         (pupa_rescue_cmd_lsmod): Likewise.
19750         * normal/cmdline.c (pupa_cmdline_get): Likewise.
19751         * normal/menu.c (run_menu): Likewise.
19752         * kern/term.c (pupa_cls): Likewise.
19753         (pupa_refresh): New function.
19754         * normal/normal.c (pupa_normal_init) [PUPA_UTIL]: New function.
19755         (pupa_normal_fini) [PUPA_UTIL]: Likewise.
19756         * util/console.c: New file.
19758         * util/i386/pc/getroot.c: New file.
19759         * util/i386/pc/pupa-setup.c: Include <pupa/util/getroot.h>.
19760         (pupa_putchar): New function.
19761         (pupa_refresh): Likewise.
19762         (xgetcwd): Function moved to ...
19763         (strip_extra_slashes): Likewise.
19764         (get_prefix): Likewise.
19765         * util/i386/pc/getroot.c: ... here.
19766         (find_root_device): Function moved and renamed to...
19767         * util/i386/pc/getroot.c (pupa_find_root_device): ... here.
19768         Changed all callers.
19769         * util/i386/pc/pupa-setup.c (guess_root_device): Function moved
19770         and renamed to...
19771         * util/i386/pc/getroot.c (pupa_guess_root_device): ... here.
19772         Changed all callers.
19773         * util/misc.c (pupa_memalign): New function.
19774         (pupa_mm_init_region): Likewise.
19775         (pupa_register_exported_symbols): Likewise.
19776         (pupa_putchar): Function removed.
19777         * util/pupa-emu.c: New file.
19779 2003-11-16  Jeroen Dekkers  <jeroen@dekkers.cx>
19781         * conf/i386-pc.rmk (pkgdata_MODULES): Add _multiboot.mod.
19782         (_multiboot_mod_SOURCES): New variable.
19783         (_multiboot_mod_CFLAGS): Likewise.
19784         * loader/i386/pc/multiboot.c: New file.
19785         * include/pupa/i386/pc/multiboot.h: Likewise.
19786         * kern/i386/pc/startup.S: Include pupa/machine/multiboot.h.
19787         (pupa_multiboot_real_boot): New function.
19788         * include/pupa/i386/pc/loader.h: Include pupa/machine/multiboot.h.
19789         (pupa_multiboot_real_boot): New prototype.
19790         (pupa_rescue_cmd_multiboot): Likewise
19791         (pupa_rescue_cmd_module): Likewise.
19793         * kern/loader.c (pupa_loader_set): Continue when
19794         pupa_loader_unload_func() fails.
19795         (pupa_loader_unset): New function.
19796         * include/pupa/loader.h (pupa_loader_unset): New prototype.
19798         * kern/misc.c (pupa_stpcpy): New function.
19799         * include/pupa/misc.h (pupa_stpcpy): New prototype.
19801 2003-11-12  Marco Gerards  <metgerards@student.han.nl>
19803         * disk/i386/pc/biosdisk.c (pupa_biosdisk_open): Correctly check
19804         for available extensions.
19806         * include/pupa/i386/pc/time.h: New file.
19807         * kern/disk.c: Include <pupa/machine/time.h>.
19808         (PUPA_CACHE_TIMEOUT): New macro.
19809         (pupa_last_time): New variable.
19810         (pupa_disk_open): Flush the cache when there was a timeout.
19811         (pupa_disk_close): Reset the timer.
19812         * kern/i386/pc/startup.S (pupa_get_rtc): Renamed from
19813         pupa_currticks.
19814         * util/misc.c: Include <sys/times.h>
19815         (pupa_get_rtc): New function.
19817 2003-11-09  Jeroen Dekkers  <jeroen@dekkers.cx>
19819         * fs/ext2.c (struct pupa_ext2_inode): Declare struct datablocks
19820         as blocks.
19821         (pupa_ext2_get_file_block): Use blocks member.
19823         * fs/ext2.c (pupa_ext2_read_file): Only set skipfirst for the
19824         first block. Return -1 instead of pupa_errno on error.
19826 2003-10-27  Marco Gerards  <metgerards@student.han.nl>
19828         * README: In the pupa-mkimage example use _chain instead of chain
19829         and ext2 instead of fat.
19830         * TODO: Replace ext2fs with jfs as an example.  Add an item for
19831         adding journal playback for ext2fs.
19832         * conf/i386-pc.rmk (pupa_setup_SOURCES): Added fs/ext2.c.
19833         (pkgdata_MODULES): Added ext2.mod.
19834         (ext2_mod_SOURCES): New variable.
19835         (ext2_mod_CFLAGS): Likewise.
19836         * include/pupa/err.h (pupa_err_t): Added PUPA_ERR_SYMLINK_LOOP.
19837         * include/pupa/misc.h (pupa_strncpy): New prototype.
19838         (pupa_strcat): Likewise.
19839         (pupa_strncmp): Likewise.
19840         * kern/misc.c (pupa_strcat): Enable function.
19841         (pupa_strncpy): New function.
19842         (pupa_strncmp): Likewise.
19843         * fs/ext2.c: New file.
19845         * kern/disk.c (pupa_disk_read): Set pupa_errno to PUPA_ERR_NONE
19846         when the read failed before retrying.
19847         * util/i386/pc/biosdisk.c (_LARGEFILE_SOURCE): Removed.
19848         (_FILE_OFFSET_BITS): Likewise.
19849         * configure.ac: Added AC_SYS_LARGEFILE.
19851 2003-09-25  Yoshinori K. Okuji  <okuji@enbug.org>
19853         * genmk.rb (PModule#rule): Make sure to get only symbol names
19854         from the output of nm.
19855         Reported by Robert Millan <zeratul2@wanadoo.es>.
19857 2003-09-25  Yoshinori K. Okuji  <okuji@enbug.org>
19859         I forgot to check in these changes for a long time. This adds
19860         incomplete support for VGA console, and this is still very
19861         buggy. Also, a lot of consideration is required for I18N,
19862         UNICODE, and VGA font issues. Therefore, assume that this is
19863         such that "better than nothing".
19865         * font/manager.c: New file.
19866         * include/pupa/font.h: Likewise.
19867         * include/pupa/i386/pc/vga.h: Likewise.
19868         * term/i386/pc/vga.c: Likewise.
19869         * util/unifont2pff.rb: Likewise.
19871         * conf/i386-pc.rmk (kernel_img_HEADERS): Added machine/vga.h.
19872         (pkgdata_MODULES): Added vga.mod and font.mod.
19873         (vga_mod_SOURCES): New variables.
19874         (vga_mod_CFLAGS): Likewise.
19875         (font_mod_SOURCES): Likewise.
19876         (font_mod_CFLAGS): Likewise.
19878         * include/pupa/err.h (PUPA_ERR_BAD_FONT): New constant.
19880         * include/pupa/term.h: Include pupa/err.h.
19881         (struct pupa_term): Added init and fini.
19882         Changed the argument of putchar to pupa_uint32_t.
19884         * include/pupa/i386/pc/console.h: Include pupa/symbol.h.
19885         (pupa_console_real_putchar): New prototype.
19886         (pupa_console_putchar): Removed.
19887         (pupa_console_checkkey): Exported.
19888         (pupa_console_getkey): Likewise.
19890         * kern/misc.c (pupa_vsprintf): Add support for UNICODE
19891         characters.
19893         * kern/term.c (pupa_term_set_current): Rewritten.
19894         (pupa_putchar): Likewise.
19895         (pupa_putcode): New function.
19897         * kern/i386/pc/startup.S (pupa_console_putchar): Renamed to ...
19898         (pupa_console_real_putchar): ... this.
19899         (pupa_vga_set_mode): New function.
19900         (pupa_vga_get_font): Likewise.
19902         * normal/command.c: Include pupa/term.h.
19903         (terminal_command): New function.
19904         (pupa_command_init): Register the command "terminal".
19906         * normal/menu.c (DISP_LEFT): Changed to a UNICODE value.
19907         (DISP_UP): Likewise.
19908         (DISP_RIGHT): Likewise.
19909         (DISP_DOWN): Likewise.
19910         (DISP_HLINE): Likewise.
19911         (DISP_VLINE): Likewise.
19912         (DISP_UL): Likewise.
19913         (DISP_UR): Likewise.
19914         (DISP_LL): Likewise.
19915         (DISP_LR): Likewise.
19917         * term/i386/pc/console.c (pupa_console_putchar): New function.
19919 2003-02-08  NIIBE Yutaka  <gniibe@m17n.org>
19921         * util/resolve.c (pupa_util_resolve_dependencies): BUG
19922         FIX. Reverse the path_list.
19924         * include/pupa/normal.h: Export pupa_register_command and
19925         pupa_unregister_command.
19927         * hello/hello.c (pupa_cmd_hello): New module.
19928         * conf/i386-pc.rmk: Added hello.mod.
19930 2003-01-31  Yoshinori K. Okuji  <okuji@enbug.org>
19932         * kern/i386/pc/lzo1x.S: New file.
19934         * util/i386/pc/pupa-mkimage.c: Include lzo1x.h.
19935         (compress_kernel): New variable.
19936         (generate_image): Heavily modified to support compressing a
19937         large part of the core image.
19939         * util/misc.c (pupa_util_read_image): Fix a file descriptor
19940         leak.
19941         (pupa_util_load_image): New function.
19943         * kern/i386/pc/startup.S: Include pupa/machine/kernel.h.
19944         (pupa_compressed_size): New variable.
19945         (codestart): Enable Gate A20 here.
19946         Decompress the compressed part of the core image.
19947         Rearrange the code to put functions and variables which are
19948         required for initialization in the non-compressed part.
19949         Include lzo1x.S.
19951         * kern/i386/pc/init.c (pupa_machine_init): Don't enable Gate A20
19952         here.
19954         * include/pupa/util/misc.h (pupa_util_write_image): Declared.
19956         * include/pupa/i386/pc/kernel.h
19957         (PUPA_KERNEL_MACHINE_COMPRESSED_SIZE): New macro.
19958         (PUPA_KERNEL_MACHINE_INSTALL_DOS_PART): Increased by 4.
19959         (PUPA_KERNEL_MACHINE_INSTALL_BSD_PART): Likewise.
19960         (PUPA_KERNEL_MACHINE_PREFIX): Likewise.
19961         (PUPA_KERNEL_MACHINE_RAW_SIZE): New macro.
19963         * conf/i386-pc.rmk (pupa_mkimage_LDFLAGS): New variable.
19965         * genmk.rb (Image#rule): Put LDFLAGS at the end of a line.
19966         (Utility#rule): Likewise.
19968         * configure.ac: Check if LZO is available.
19970 2003-01-20  Yoshinori K. Okuji  <okuji@enbug.org>
19972         * include/pupa/normal.h: New file.
19973         * include/pupa/setjmp.h: Likewise.
19974         * include/pupa/i386/setjmp.h: Likewise.
19975         * normal/cmdline.c: Likewise.
19976         * normal/command.c: Likewise.
19977         * normal/main.c: Likewise.
19978         * normal/menu.c: Likewise.
19979         * normal/i386/setjmp.S: Likewise.
19981         * loader/i386/pc/linux.c (pupa_rescue_cmd_linux): Made global.
19982         (pupa_rescue_cmd_initrd): Likewise.
19984         * loader/i386/pc/chainloader.c (pupa_rescue_cmd_chainloader):
19985         Likewise.
19987         * kern/i386/pc/startup.S (translation_table): New variable.
19988         (translate_keycode): New function.
19989         (pupa_console_getkey): Call translate_keycode.
19991         * kern/rescue.c (attempt_normal_mode): New function.
19992         (pupa_enter_rescue_mode): Attempt to execute the normal mode. If
19993         it failed, print a message.
19995         * kern/mm.c (pupa_real_malloc): Print more information when a
19996         free magic is broken.
19997         (pupa_free): If the first free header is not free actually, set
19998         it to P.
20000         * kern/main.c (pupa_load_normal_mode): Just load the module
20001         "normal".
20002         (pupa_main): Don't print the message
20003         "Entering into rescue mode..." here.
20005         * include/pupa/i386/pc/loader.h (pupa_rescue_cmd_initrd):
20006         Declared.
20007         (pupa_rescue_cmd_initrd): Likewise.
20008         (pupa_rescue_cmd_initrd): Likewise.
20010         * include/pupa/symbol.h (FUNCTION): Specify the type.
20011         (VARIABLE): Likewise.
20013         * include/pupa/err.h (pupa_err_t): Added
20014         PUPA_ERR_UNKNOWN_COMMAND.
20016         * include/pupa/dl.h (pupa_dl_set_prefix): Exported.
20017         (pupa_dl_get_prefix): Likewise.
20019         * conf/i386-pc.rmk (pkgdata_MODULES): Added normal.mod.
20020         Added _chain.mod and _linux.mod instead of chain.mod and
20021         linux.mod.
20022         (chain_mod_SOURCES): Renamed to ...
20023         (_chain_mod_SOURCES): ... this.
20024         (chain_mod_CFLAGS): Renamed to ...
20025         (_chain_mod_CFLAGS): ... this.
20026         (linux_mod_SOURCES): Renamed to ...
20027         (_linux_mod_SOURCES): ... this.
20028         (linux_mod_CFLAGS): Renamed to ...
20029         (_linux_mod_CFLAGS): ... this.
20030         (normal_mod_SOURCES): New variable.
20031         (normal_mod_CFLAGS): Likewise.
20032         (normal_mod_ASFLAGS): Likewise.
20034 2003-01-18  Yoshinori K. Okuji  <okuji@enbug.org>
20036         * kern/rescue.c (pupa_rescue_cmd_rmmod): Call pupa_dl_unload, if
20037         possible.
20039         * kern/dl.c (pupa_dl_ref): Refer depending modules
20040         recursively.
20041         (pupa_dl_unref): Unrefer depending modules recursively.
20042         Don't call pupa_dl_unload implicitly, because PUPA can crash if
20043         a module is unloaded before one depending on that module is
20044         unloaded.
20045         (pupa_dl_unload): Unload depending modules explicitly,
20046         if possible.
20048 2003-01-17  Yoshinori K. Okuji  <okuji@enbug.org>
20050         * include/pupa/i386/pc/linux.h: New file.
20051         * loader/i386/pc/linux.c: Likewise.
20053         * loader/i386/pc/chainloader.c (pupa_chainloader_boot_sector):
20054         Removed.
20055         (pupa_chainloader_unload): Return PUPA_ERR_NONE.
20056         (pupa_rescue_cmd_chainloader): Read the image to 0x7C00 instead
20057         of PUPA_CHAINLOADER_BOOT_SECTOR.
20059         * kern/i386/pc/startup.S: Include pupa/machine/linux.h.
20060         (pupa_linux_prot_size): New variable.
20061         (pupa_linux_tmp_addr): Likewise.
20062         (pupa_linux_real_addr): Likewise.
20063         (pupa_linux_boot_zimage): New function.
20064         (pupa_linux_boot_bzimage): Likewise.
20066         * kern/i386/pc/init.c (struct mem_region): New structure.
20067         (MAX_REGIONS): New macro.
20068         (mem_regions): New variable.
20069         (num_regions): Likewise.
20070         (pupa_os_area_addr): Likewise.
20071         (pupa_os_area_size): Likewise.
20072         (pupa_lower_mem): Likewise.
20073         (pupa_upper_mem): Likewise.
20074         (add_mem_region): New function.
20075         (compact_mem_regions): Likewise.
20076         (pupa_machine_init): Set PUPA_LOWER_MEM and PUPA_UPPER_MEM to
20077         the size of the conventional memory and that of so-called upper
20078         memory (before the first memory hole).
20079         Instead of adding each found region to free memory, use
20080         add_mem_region and add them after removing overlaps.
20081         Also, add only 1/4 of the upper memory to free memory. The rest
20082         is used for loading OS images. Maybe this is ad hoc, but this
20083         makes it much easier to relocate OS images when booting.
20085         * kern/rescue.c (pupa_rescue_cmd_module): Removed.
20086         (pupa_enter_rescue_mode): Don't register initrd and module.
20088         * kern/mm.c: Include pupa/dl.h.
20090         * kern/main.c: Include pupa/file.h and pupa/device.h.
20092         * kern/loader.c (pupa_loader_load_module_func): Removed.
20093         (pupa_loader_load_module): Likewise.
20095         * kern/dl.c (pupa_dl_load): Use the suffix ``.mod'' instead of
20096         ``.o''.
20098         * include/pupa/i386/pc/loader.h (pupa_linux_prot_size): Declared.
20099         (pupa_linux_tmp_addr): Likewise.
20100         (pupa_linux_real_addr): Likewise.
20101         (pupa_linux_boot_zimage): Likewise.
20102         (pupa_linux_boot_bzimage): Likewise.
20104         * include/pupa/i386/pc/init.h (pupa_lower_mem): Declared.
20105         (pupa_upper_mem): Likewise.
20106         (pupa_gate_a20): Don't export, because turning off Gate A20 in a
20107         module is too dangerous.
20109         * include/pupa/loader.h (pupa_os_area_addr): Declared.
20110         (pupa_os_area_size): Likewise.
20111         (pupa_loader_set): Remove the first argument. Loader doesn't
20112         manage modules or initrd any longer.
20113         (pupa_loader_load_module): Removed.
20115         * conf/i386-pc.rmk (pkgdata_MODULES): Added linux.mod.
20116         (linux_mod_SOURCES): New variable.
20117         (linux_mod_CFLAGS): Likewise.
20119 2003-01-07  Yoshinori K. Okuji  <okuji@enbug.org>
20121         * util/i386/pc/pupa-setup.c (setup): Convert the endianness of
20122         the length of a blocklist correctly.
20124         * util/i386/pc/biosdisk.c (pupa_util_biosdisk_open) [__linux__]:
20125         Use ioctl only if the OS file is a block device.
20126         (pupa_util_biosdisk_open): Don't use ST.ST_BLOCKS, because it is
20127         not very useful for normal files.
20129         * kern/main.c (pupa_set_root_dev): New function.
20130         (pupa_load_normal_mode): Likewise.
20131         (pupa_main): Call those above.
20133         * include/pupa/types.h (pupa_swap_bytes16): Cast the result to
20134         pupa_uint16_t.
20136         * include/pupa/kernel.h (pupa_enter_normal_mode): Removed.
20138 2003-01-06  Yoshinori K. Okuji  <okuji@enbug.org>
20140         * util/i386/pc/pupa-setup.c: Include pupa/machine/kernel.h.
20141         (setup): Configure the installed partition information and the
20142         dl prefix.
20144         * loader/i386/pc/chainloader.c (my_mod): New variable.
20145         (pupa_chainloader_unload): New function.
20146         (pupa_rescue_cmd_chainloader): Refer itself.
20147         (PUPA_MOD_INIT): Save its own module in MY_MOD.
20149         * kern/i386/pc/startup.S (install_partition): Removed.
20150         (version_string): Likewise.
20151         (config_file): Likewise.
20152         (pupa_install_dos_part): New variable.
20153         (pupa_install_bsd_part): Likewise.
20154         (pupa_prefix): Likewise.
20155         (pupa_chainloader_real_boot): Call pupa_dl_unload_all.
20157         * kern/i386/pc/init.c: Include pupa/machine/kernel.h, pupa/dl.h
20158         and pupa/misc.h.
20159         (make_install_device): New function.
20160         (pupa_machine_init): Set the dl prefix.
20162         * kern/rescue.c: Include pupa/rescue.h and pupa/dl.h.
20163         (buf): Renamed to ...
20164         (linebuf): ... this.
20165         (pupa_rescue_cmd_prefix): New function.
20166         (pupa_rescue_cmd_insmod): Likewise.
20167         (pupa_rescue_cmd_rmmod): Likewise.
20168         (pupa_rescue_cmd_lsmod): Likewise.
20169         (pupa_enter_rescue_mode): Register new commands: prefix, insmod,
20170         rmmod and lsmod.
20172         * kern/mm.c (pupa_memalign): If failed even after invalidating
20173         disk caches, unload unneeded modules and retry.
20175         * kern/misc.c (pupa_memmove): New function.
20176         (pupa_memcpy): Removed.
20177         (pupa_strcpy): New function.
20178         (pupa_itoa): Made static.
20180         * kern/dl.c (pupa_dl_iterate): New function.
20181         (pupa_dl_ref): Likewise.
20182         (pupa_dl_unref): Likewise.
20183         (pupa_dl_unload): Return if succeeded or not.
20184         (pupa_dl_unload_unneeded): New function.
20185         (pupa_dl_unload_all): Likewise.
20186         (pupa_dl_init): Renamed to ...
20187         (pupa_dl_set_prefix): ... this.
20188         (pupa_dl_get_prefix): New function.
20190         * include/pupa/i386/pc/kernel.h: Include pupa/types.h.
20191         (PUPA_KERNEL_MACHINE_INSTALL_DOS_PART): New macro.
20192         (PUPA_KERNEL_MACHINE_INSTALL_BSD_PART): Likewise.
20193         (PUPA_KERNEL_MACHINE_PREFIX): Likewise.
20194         (pupa_install_dos_part): Declared.
20195         (pupa_install_bsd_part): Likewise.
20196         (pupa_prefix): Likewise.
20197         (pupa_boot_drive): Likewise.
20199         * include/pupa/types.h: Fix a typo.
20201         * include/pupa/misc.h (pupa_memcpy): New macro. Just an alias to
20202         pupa_memmove.
20203         (pupa_memmove): Declared.
20204         (pupa_strcpy): Likewise.
20206         * include/pupa/dl.h (PUPA_MOD_INIT): Change the prototype. Now
20207         pupa_mod_init takes one argument, its own module.
20208         (pupa_dl_unload_unneeded): Declared.
20209         (pupa_dl_unload_all): Likewise.
20210         (pupa_dl_ref): Likewise.
20211         (pupa_dl_unref): Likewise.
20212         (pupa_dl_iterate): Likewise.
20213         (pupa_dl_init): Renamed to ...
20214         (pupa_dl_set_prefix): ... this.
20215         (pupa_dl_get_prefix): Declared.
20217         * fs/fat.c [!PUPA_UTIL] (my_mod): New variable.
20218         (pupa_fat_dir) [!PUPA_UTIL]: Prevent the fat module from being
20219         unloaded.
20220         (pupa_fat_open) [!PUPA_UTIL]: Refer itself if succeeded.
20221         (pupa_fat_close) [!PUPA_UTIL]: Unrefer itself.
20223         * configure.ac (tmp_CFLAGS): Added -Wshadow, -Wpointer-arith,
20224         -Wmissing-prototypes, -Wundef and -Wstrict-prototypes.
20226 2003-01-03  Yoshinori K. Okuji  <okuji@enbug.org>
20228         * util/i386/pc/pupa-setup.c (setup): Define the internal
20229         function find_first_partition_start at the top level, because GCC
20230         3.0.x cannot compile internal functions in deeper scopes
20231         correctly.
20232         (find_root_device): Use lstat instead of stat.
20233         Don't follow symbolic links.
20234         Fix the path-constructing code.
20236         * util/i386/pc/biosdisk.c [__linux__] (BLKFLSBUF): New macro.
20237         (pupa_util_biosdisk_open) [__linux__]: Get the size of a device
20238         by a BLKGETSIZE ioctl first, because block devices don't fill
20239         the member st_mode of the structure stat on Linux.
20240         [__linux__] (linux_find_partition): Use a temporary buffer
20241         REAL_DEV for the working space. Copy it to DEV before returning.
20242         (open_device) [__linux__]: Call ioctl with BLKFLSBUF to make the
20243         buffer cache consistent.
20244         (get_os_disk) [__linux__]: Use the length 5 instead of 4 for
20245         strncmp. The previous value was merely wrong.
20246         (pupa_util_biosdisk_get_pupa_dev): Use stat instead of lstat.
20248         * fs/fat.c (pupa_fat_read_data): Shift 4 instead of 12 when the
20249         FAT size is 12. The previous value was merely wrong.
20251         * kern/main.c (pupa_main): Don't split the starting message from
20252         newlines.
20254         * kern/term.c (pupa_putchar): Put CR after LF instead of before
20255         LF, because BIOS goes crazy about character attributes in this
20256         case.
20258 2003-01-03  Yoshinori K. Okuji  <okuji@enbug.org>
20260         * include/i386/pc/util/biosdisk.h: New file.
20261         * util/i386/pc/biosdisk.c: Likewise.
20262         * util/i386/pc/pupa-setup.c: Likewise.
20264         * Makefile.in (INCLUDE_DISTFILES): Added
20265         include/pupa/i386/pc/util/biosdisk.h.
20266         (UTIL_DISTFILES): Added biosdisk.c and pupa-setup.c under the
20267         directory util/i386/pc.
20268         (install-local): Added a rule for sbin_UTILITIES.
20269         (uninstall): Likewise.
20271         * util/i386/pc/pupa-mkimage.c (usage): Fix a typo in the doc.
20273         * util/misc.c (xrealloc): New function.
20274         (pupa_malloc): Likewise.
20275         (pupa_free): Likewise.
20276         (pupa_realloc): Likewise.
20277         (pupa_stop): Likewise.
20278         (pupa_putchar): Likewise.
20280         * kern/disk.c (pupa_disk_read): Prevent L from underflowing.
20282         * include/pupa/util/misc.h (xrealloc): Declared.
20284         * include/pupa/i386/pc/boot.h (PUPA_BOOT_MACHINE_BPB_START): New
20285         macro.
20286         (PUPA_BOOT_MACHINE_BPBEND): Renamed to ...
20287         (PUPA_BOOT_MACHINE_BPB_END): ... this.
20289         * include/pupa/fs.h [PUPA_UTIL] (pupa_fat_init): Declared.
20290         [PUPA_UTIL] (pupa_fat_fini): Likewise.
20292         * fs/fat.c [PUPA_UTIL] (pupa_fat_init): Defined. Maybe a better
20293         way should be implemented.
20294         [PUPA_UTIL] (pupa_fat_fini): Likewise.
20296         * disk/i386/pc/biosdisk.c (pupa_biosdisk_call_hook): Increase
20297         the size of NAME for safety.
20298         (pupa_biosdisk_iterate): Search hard disks to 0x90 instead of
20299         0x88.
20301         * conf/i386-pc.rmk (sbin_UTILITIES): New variable.
20302         (pupa_setup_SOURCES): Likewise.
20304         * genmk.rb (Utility#rule): Add $(BUILD_CFLAGS) into the rules.
20306 2002-12-28  Yoshinori K. Okuji  <okuji@enbug.org>
20308         * kern/i386/pc/startup.S (push_get_mmap_entry): Revert to a
20309         bunch of pushl's from pusha, because this destroys the return
20310         value.
20312 2002-12-28  Yoshinori K. Okuji  <okuji@enbug.org>
20314         Use -mrtd and -mregparm=3 to reduce the generated code sizes.
20315         This means that any missing prototypes could be fatal. Also, you
20316         must take care when writing assembly code. See the comments at
20317         the beginning of startup.S, for more details.
20319         * kern/i386/pc/startup.S (pupa_halt): Modified for the new
20320         compilation mechanism.
20321         (pupa_chainloader_real_boot): Likewise.
20322         (pupa_biosdisk_rw_int13_extensions): Likewise.
20323         (pupa_biosdisk_rw_standard): Likewise.
20324         (pupa_biosdisk_check_int13_extensions): Likewise.
20325         (pupa_biosdisk_get_diskinfo_int13_extensions): Likewise.
20326         (pupa_biosdisk_get_diskinfo_standard): Likewise.
20327         (pupa_get_memsize): Likewise.
20328         (pupa_get_mmap_entry): Likewise.
20329         (pupa_console_putchar): Likewise.
20330         (pupa_console_setcursor): Likewise.
20331         (pupa_getrtsecs): Use pushl instead of push.
20333         * kern/i386/pc/init.c (pupa_machine_init): Use the scratch
20334         memory instead of the stack for a mmap entry, because some
20335         BIOSes may ignore the maximum size and overflow.
20337         * conf/i386-pc.rmk (COMMON_CFLAGS): Added -mrtd and -mregparm=3.
20339         * genmk.rb (PModule#rule): Compile automatically generated
20340         sources with module-specific CFLAGS as well as other sources.
20342 2002-12-27  Yoshinori K. Okuji  <okuji@enbug.org>
20344         * configure.ac: Check ld.
20345         Replace CFLAGS and CPPFLAGS with BUILD_CFLAGS and BUILD_CPPFLAGS
20346         respectively, before checking endianness and sizes.
20348         * Makefile.in (LD): New variable.
20350 2002-12-27  Yoshinori K. Okuji  <okuji@enbug.org>
20352         * Makefile.in (BUILD_CC): CC -> BUILD_CC.
20354 2002-12-27  Yoshinori K. Okuji  <okuji@enbug.org>
20356         * Changelog: New file.