2009-06-12 Pavel Roskin <proski@gnu.org>
[grub2/bean.git] / ChangeLog
blobb41dd6c487abfac886bbbd529908a6949c3b1aef
1 2009-06-12  Pavel Roskin  <proski@gnu.org>
3         * Makefile.in (pkgdata_SRCDIR): Remove.  genmodsrc.sh and
4         genmk.rb don't need to be generated or installed.
6 2009-06-12  Vladimir Serbinenko  <phcoder@gmail.com>
8         * commands/i386/pc/drivemap_int13h.S: add more comments
10 2009-06-11  Pavel Roskin  <proski@gnu.org>
12         * Makefile.in (uninstall): Uninstall manuals.
14         * Makefile.in: Rename lib_DATA to lib_SCRIPTS, move it from
15         PKGLIB to SCRIPTS.  This fixes installation of grub-mkconfig_lib
16         and update-grub_lib in two places.
17         * conf/common.rmk: Rename lib_DATA to lib_SCRIPTS.
19         * disk/usbms.c (grub_usbms_transfer): Initialize `err' to fix
20         a compiler warning.
22         * loader/i386/bsd.c (grub_freebsd_boot): Rename `entry' to
23         `entry_lo' to fix variable shadowing.
25 2009-06-11  Christian Franke  <franke@computer.org>
27         * kern/misc.c (__enable_execute_stack): Add missing return type
28         to prevent gcc warning.
30 2009-06-11  Felix Zielcke  <fzielcke@z-51.de>
32         * conf/i386-ieee1275.rmk (COMMON_LDFLAGS): Remove `-static -lgcc'.
34 2009-06-11  Pavel Roskin  <proski@gnu.org>
36         * Makefile.in: Don't rely on any scripts being executable.
37         Always use $(SHELL) to run shell scripts.
39         * configure.ac: Always define ___main if using -nostdlib.  This
40         fixes tests on Cygwin.
42 2009-06-11  Giuseppe Caizzone  <acaizzo@gmail.com>
44         UDF fix
46         * fs/udf.c (grub_udf_read_block): handle the fact that ad->length
47         is in bytes and not in blocks
49 2009-06-11  Pavel Roskin  <proski@gnu.org>
51         * kern/i386/halt.c (grub_halt): Make `i' unsigned to fix a
52         warning.
54 2009-06-11  Felix Zielcke  <fzielcke@z-51.de>
56         * util/grub.d/30_os-prober.in: Fix a comment. Source
57         ${libdir}/grub/grub-mkconfig_lib.  Use prepare_grub_to_access_device
58         to set the root device.  Place drivemap command in the generated
59         chain entry.
61 2009-06-11  Pavel Roskin  <proski@gnu.org>
63         * configure.ac: Remove host_m32.  Issues with 64-bit utilities
64         have long been resolved.
66 2009-06-11  Colin Watson  <cjwatson@ubuntu.com>
68         * util/grub.d/10_linux.in: Capitalise "Linux".
70         * util/grub-pe2elf.c (usage): Fix references to grub-editenv.
72 2009-06-11  Pavel Roskin  <proski@gnu.org>
74         * kern/efi/efi.c (grub_exit): Add infinite loop at the end to
75         fix a gcc warning and ensure that the function won't ever exit.
77         * kern/i386/ieee1275/init.c: Add missing prototype for
78         grub_stop_floppy().
80         * loader/ieee1275/multiboot2.c [__i386__]: Include
81         grub/cpu/multiboot.h.
83         * term/i386/pc/serial.c (serial_translate_key_sequence): Avoid
84         casts to short - they are not portable and cause warnings.  Fix
85         use of uninitialized values in input_buf.  Use ARRAY_SIZE.
87 2009-06-11  Vladimir Serbinenko  <phcoder@gmail.com>
89         Drivemap fixes
91         * commands/i386/pc/drivemap.c (grub_get_root_biosnumber_drivemap):
92         new function
93         (grub_get_root_biosnumber_saved): new variable
94         (GRUB_MOD_INIT): register grub_get_root_biosnumber_drivemap
95         (GRUB_MOD_FINI): unregister grub_get_root_biosnumber_drivemap
96         * commands/i386/pc/drivemap_int13h.S (grub_drivemap_handler): restore
97         %dx after the call if necessary
98         * conf/common.rmk (pkglib_MODULES): remove boot.mod
99         (boot_mod_SOURCES): remove
100         (boot_mod_CFLAGS): remove
101         (boot_mod_LDFLAGS): remove
102         * conf/i386-coreboot.rmk (pkglib_MODULES): add boot.mod
103         (boot_mod_SOURCES): new variable
104         (boot_mod_CFLAGS): likewise
105         (boot_mod_LDFLAGS): likewise
106         * conf/i386-efi.rmk: likewise
107         * conf/i386-ieee1275.rmk: likewise
108         * conf/i386-pc.rmk: likewise
109         * conf/powerpc-ieee1275.rmk: likewise
110         * conf/sparc64-ieee1275.rmk: likewise
111         * conf/x86_64-efi.rmk: likewise
112         * include/grub/i386/pc/biosnum.h: new file
113         * lib/i386/pc/biosnum.c: likewise
114         * loader/i386/bsd.c (grub_bsd_get_device): use grub_get_root_biosnumber
115         * loader/i386/multiboot.c (grub_multiboot_get_bootdev): likewise
116         * loader/i386/pc/chainloader.c (grub_chainloader_cmd): likewise
118 >>>>>>> .r2306
119 2009-06-10  Pavel Roskin  <proski@gnu.org>
121         * io/gzio.c (test_header): Don't reuse one buffer for all data.
122         Use separate variables.  Read only the file size at the end, but
123         not the checksum that we don't use.
125         * kern/file.c (grub_file_read): Use void pointer for the buffer.
126         Adjust all callers.
128         * kern/ieee1275/openfw.c: Remove libc includes.
129         * kern/ieee1275/cmain.c: Likewise.
130         * include/grub/ieee1275/ieee1275.h: Likewise.
132         * kern/i386/coreboot/init.c: Include grub/cpu/tsc.h to fix
133         compiler warnings.
135 2009-06-10  Felix Zielcke  <fzielcke@z-51.de>
137         * gendistlist.sh (EXTRA_DISTFILES): Add `genhandlerlist.sh' and
138         `genparttoollist.sh'.
139         (DISTDIRS): Add `efiemu', `mmap', `parttool' and `script'.
140         Add `*.sh' to the list find searches for and change `mdate.sh'
141         to `mdate-sh'.
143 2009-06-10  Pavel Roskin  <proski@gnu.org>
145         * include/grub/multiboot2.h: Provide compatibility defines for
146         multiboot2.h.
147         * include/multiboot2.h: Include stdint.h only if needed, using
148         angle brackets.
149         * loader/i386/pc/multiboot2.c: Include multiboot2.h after
150         grub/multiboot2.h.
151         * loader/ieee1275/multiboot2.c: Likewise.
152         * loader/multiboot2.c: Likewise.
153         * loader/multiboot_loader.c: Likewise.
155         * configure.ac: Use -nostdlib when probing for the target.  It
156         should not be required to have libc for the target.
158         * configure.ac: Remove checks for __bswapsi2 and __bswapdi2,
159         they fail without libc headers for the target.
160         * include/grub/powerpc/libgcc.h: Use weak attribute for all
161         exports.
162         * include/grub/sparc64/libgcc.h: Likewise.  Don't use
163         preprocessor conditionals.
165         * conf/common.rmk: Compile tar.mod from tar.c, not cpio.c.  The
166         build system doesn't need to be aware of the tar.c internals.
168 2009-06-09  Michel Hermier  <michel.hermier@gmail.com>
170         * fs/i386/pc/pxe.c (grub_pxefs_read): Fix returned values.
172 2009-06-09  Robert Millan  <rmh.grub@aybabtu.com>
174         * util/deviceiter.c (grub_util_iterate_devices): Increase number of
175         disk limit to 26 for IDE, Virtio, Xen and SCSI.
177 2009-06-09  Felix Zielcke  <fzielcke@z-51.de>
179         * util/i386/pc/grub-install.in: Change the error message if UUIDs
180         aren't available if ata.mod gets used.
182 2009-06-09  Oliver Henshaw  <oliver.henshaw@gmail.com>
184         * bus/usb/ohci.c (grub_ohci_pci_iter): Link struct only after
185         initialising controller.
186         * bus/usb/uhci.c (grub_uhci_pci_iter): Likewise.
188 2009-06-08  Felix Zielcke  <fzielcke@z-51.de>
190         * util/i386/pc/grub-install.in: Add a parameter --disk-module
191         to choose between ata and biosdisk module on i386-pc.
193 2009-06-08  Oliver Henshaw  <oliver.henshaw@gmail.com>
195         * bus/usb/ohci.c (grub_ohci_pci_iter): Define the Class,
196         Subclass and Programming Interface fields in terms of the 3 byte
197         Class Code register.
198         * bus/usb/uhci.c (grub_uhci_pci_iter): Likewise.
200         * bus/usb/ohci.c (grub_ohci_pci_iter): Check that programming
201         interface is OHCI.  Add grub_dprintf for symmetry with
202         bus/usb/uhci.c.
203         * bus/usb/uhci.c (grub_uhci_pci_iter): Check that programming
204         interface is UHCI.  Add interf variable for programming
205         interface.  Print interface with class/subclass.
207         * bus/usb/ohci.c: Set interf with correct field.
209         * bus/usb/uhci.c: Remove unneeded doubled lines.
210         * bus/usb/ohci.c: Likewise. Change interf to grub_uint32_t.
211         Remove whitespace inside comment.
213 2009-06-08  Robert Millan  <rmh.grub@aybabtu.com>
215         * loader/i386/linux.c (grub_cmd_linux): When processing `vga=', use
216         as fallback an equivalent option without depth.
218 2009-06-08  Vladimir Serbinenko  <phcoder@gmail.com>
220         Not fail if unable to retrieve C/H/S on LBA disks
222         * disk/i386/pc/biosdisk.c (grub_biosdisk_open): behave gracefully
223         if unable to retrieve C/H/S on LBA disks
225 2009-06-08  Pavel Roskin  <proski@gnu.org>
227         * fs/hfs.c (grub_hfs_find_dir): Use union to avoid a warning
228         about aliasing.
230 2009-06-08  Felix Zielcke  <fzielcke@z-51.de>
232         * Makefile.in (uninstall): Remove all $lib_DATA files.
234 2009-06-08  Vladimir Serbinenko  <phcoder@gmail.com>
236         Bugfix: install on partitionless device
238         * util/hostdisk.c (grub_util_biosdisk_get_grub_dev): check if os_dev
239         is a whole disk
241 2009-06-08  Felix Zielcke  <fzielcke@z-51.de>
243         * Makefile.in (uninstall): Remove all $include_DATA files.
245 2009-06-08  Felix Zielcke  <fzielcke@z-51.de>
247         * commands/true.c: New file.  Implement the true and false commands.
248         * conf/common.rmk.c (pkglib_MODULES): Add `true.mod'.
249         (true_mod_SOURCES): New variable.
250         (true_mod_CFLAGS): Likewise.
251         (true_mod_LDFLAGS): Likewise.
253 2009-06-05  Colin D Bennett  <colin@gibibit.com>
255         Optimized font character lookup using binary search instead of linear
256         search.  Fonts now are required to have the character index ordered by
257         code point.
259         * font/font.c (load_font_index): Verify that fonts have ordered
260         character indices.
261         (find_glyph): Use binary search instead of linear search to find a
262         character in a font.
264 2009-06-05  Michael Scherer  <misc@mandriva.org>
266         * fs/hfsplus.c (grub_hfsplus_mount): Determine if the filesystem
267         uses case sensitive btree.
268         (grub_hfsplus_iterate_dir): Use GRUB_FSHELP_CASE_INSENSITIVE
269         only for case insensitive filesystems.
271 2009-06-05  Vladimir Serbinenko  <phcoder@gmail.com>
273         * conf/i386-pc.rmk (efiemu_mod_CFLAGS): remove -Werror -Wall
274         * conf/common.rmk (search_mod_CFLAGS): likewise
276 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
278         * kern/i386/pc/startup.S [APPLE_CC]: block of nops to
279         compensate a compiler bug
281 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
283         * include/grub/term.h (GRUB_TERM_BACKSPACE): explicitly define as 8
284         instead of '\b'
286 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
288         Definitions for creating asm symbols with Apple's CC
290         * include/grub/symbol.h [APPLE_CC] (FUNCTION): new macro
291         [APPLE_CC] (VARIABLE): likewise
293 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
295         Disable lnxboot.img when compiled
296         with Apple's CC
298         * conf/i386-pc.rmk (pkglib_IMAGES): remove lnxboot.img
299         pkglib_IMAGES [! TARGET_APPLE_CC] (pkglib_IMAGES): add lnxboot.img
300         * boot/i386/pc/lnxboot.S [APPLE_CC]: define an #error
301         [! APPLE_CC] (CODE_LENG): skip
302         [! APPLE_CC] (setup_sects): likewise
303         [! APPLE_CC]: skip filling
305 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
307         Address in trampolines based on 32-bit registers when compiled
308         with Apple's CC
310         * loader/i386/xnu_helper.S [APPLE_CC]: use 32-bit registers
311         for addresses
312         * loader/i386/linux_trampoline.S [APPLE_CC]: likewise
314 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
316         Avoid aliases when compiling with Apple's CC for PCBIOS machine
318         * kern/misc.c [APPLE_CC] (memcpy): new function
319         [APPLE_CC] (memmove): likewise
320         [APPLE_CC && !GRUB_UTIL] (grub_err_printf): likewise
321         (memcpy): define alias conditionally on !APPLE_CC
322         (memset): likewise
323         (abort): likewise
324         * include/grub/misc.h (memove): don't define when both GRUB_UTIL and
325         APPLE_CC are defined
326         * include/grub/list.h [APPLE_CC] (grub_assert_fail): new function
327         (grub_assert_fail): make prototype conditional
329 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
331         Use grub-macho2img when compiling with Apple's CC for PCBIOS machine
333         * conf/common.rmk (bin_UTILITIES): add (on false on condition)
334         grub-macho2img
335         (CLEANFILES): add grub-macho2img
336         (grub_macho2img_SOURCES): new variable
337         * kern/i386/pc/startup.S (bss_start): new variable
338         (bss_end): likewise
339         * genmk.rb: use grub-macho2img for *.img when compiled with Apple's CC
340         * util/grub-macho2img.c: new file
342 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
344         Use objconv when compiling with Apple's CC
346         * conf/i386-pc.rmk (efiemu32.o): use OBJCONV if defined
347         (efiemu64.o): likewise
348         (efiemu64_c.o): omit -mcmodel=large and add -DAPPLE_CC=1
349         when compiling with Apple's CC
350         (efiemu64_s.o): likewise
351         * configure.ac: check for objconv when compiling with Apple's CC
352         * genmk.rb: use objconv for modules when compiled with Apple's CC
354 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
356         Define segment as well as section when compiling with
357         Apple's CC
359         * efiemu/runtime/efiemu.c (PHYSICAL_ATTRIBUTE): new definition
360         (efiemu_set_virtual_address_map): declare with PHYSICAL_ATTRIBUTE
361         (efiemu_convert_pointer): likewise
362         (efiemu_set_virtual_address_map): likewise
363         (efiemu_convert_pointer): likewise
364         (efiemu_getcrc32): likewise
365         (init_crc32_table): likewise
366         (reflect): likewise
367         * include/grub/dl.h (GRUB_MOD_NAME): define segment with Apple's CC
368         (GRUB_MOD_DEP): likewise
370 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
372         Allow a compilation without -mcmodel=large
374         * kern/efi/mm.c (grub_efi_allocate_pages): don't allocate >4GiB
375         when compiled without -mcmodel=large
376         (filter_memory_map): remove memory post 4 GiB when compiled
377         without -mcmodel=large
378         * configure.ac: fail gracefully and add -DMCMODEL_SMALL=1 to
379         TARGET_CFLAGS when -mcmodel=large isn't supported
381 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
383         Remove nested functions in efiemu core
385         * efiemu/runtime/efiemu.c (reflect): make static instead of nested
387 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
389         Avoid clobbering %ebx/%rbx in inline assembly with Apple's CC
391         * efiemu/runtime/efiemu.c (write_cmos): use %cl instead of %bl as
392         temporary storage
393         * include/grub/i386/tsc.h (grub_get_tsc): restore %rbx/%ebx when
394         using Apple's CC
395         (grub_cpu_is_tsc_supported): likewise
396         * loader/i386/xnu.c (guessfsb): restore %rbx/%ebx in inline assembly
398 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
400         Absolute addressing through constant with Apple's cc
402         * kern/i386/pc/startup.S: Define necessary constants
403         and address through it when using ABS with Apple's CC
404         * boot/i386/pc/diskboot.S: likewise
405         * boot/i386/pc/boot.S: likewise
406         * boot/i386/pc/lnxboot.S: likewise
407         * boot/i386/pc/cdboot.S: likewise
408         * mmap/i386/pc/mmap_helper.S: likewise
409         * commands/i386/pc/drivemap_int13h.S: likewise
411 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
413         Check if compiler is apple cc
415         * Makefile.in (ASFLAGS): new variable
416         (TARGET_ASFLAGS): likewise
417         (TARGET_MODULE_FORMAT): likewise
418         (TARGET_APPLE_CC): likewise
419         (OBJCONV): likewise
420         (TARGET_IMG_CFLAGS): likewise
421         (TARGET_CPPFLAGS): add includedir
422         * configure.ac: call grub_apple_cc and grub_apple_target_cc
423         (TARGET_IMG_LDFLAGS): Add -Wl,-Ttext,. All users updated
424         Check for linker script only if compiler isn't Apple's CC
425         (TARGET_MODULE_FORMAT): set
426         (TARGET_APPLE_CC): likewise
427         (TARGET_ASFLAGS): likewise
428         (ASFLAGS): likewise
429         Check for objcopy only if compiler isn't Apple's CC
430         Check for BSS symbol only if compiler isn't Apple's CC
431         * genmk.rb: adapt nm options if we use Apple's utils
432         * aclocal.m4 (grub_apple_cc): new test
433         (grub_apple_target_cc): likewise
435 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
437         Simplify sed expressions and improve awk
439         * Makefile.in (install-local): simplify sed expression
440         * gencmdlist.sh: likewise
441         * genmoddep.awk: avoid adding module as a dependency of itself
443 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
445         Add missing start symbols
447         * boot/i386/pc/boot.S: add start
448         * boot/i386/pc/pxeboot.S: likewise
450 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
452         Fix wrong assumptions with grub-mkimage on EFI
454         * i386/efi/grub-mkimage.c (read_kernel_module): don't write prefix here
455         (relocate_addresses): consider both r_addend and value at offset
456         (make_mods_section): zerofill modinfo and header
457         (convert_elf): write prefix here
459 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
461         Use .asciz instead of .string
463         * i386/pc/diskboot.S: use .asciz instead of .string
464         * i386/pc/boot.S: likewise
465         * include/grub/dl.h (GRUB_MOD_DEP): likewise
466         (GRUB_MOD_NAME): likewise
468 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
470         gfxpayload support
472         * commands/videotest.c (grub_cmd_videotest): use grub_video_set_mode
473         * include/grub/video.h (GRUB_VIDEO_MODE_TYPE_PURE_TEXT): new definition
474         (grub_video_setup): remove
475         (grub_video_set_mode): new prototype
476         * loader/i386/linux.c (DEFAULT_VIDEO_MODE): new definition
477         (vid_mode): remove
478         (linux_vesafb_res): compile only on PCBIOS
479         (grub_linux_boot): support gfxpayload
480         * loader/i386/pc/xnu.c (video_hook): new function
481         (grub_xnu_set_video): support gfxpayload
482         * term/gfxterm.c (DEFAULT_VIDEO_WIDTH): removed
483         (DEFAULT_VIDEO_HEIGHT): likewise
484         (DEFAULT_VIDEO_FLAGS): likewise
485         (DEFAULT_VIDEO_MODE): new definition
486         (video_hook): new function
487         (grub_gfxterm_init): use grub_video_set_mode
488         * util/grub.d/30_os-prober.in: remove explicit modesetting before
489         loading xnu
490         * video/video.c (grub_video_setup): removed
491         (grub_video_set_mode): new function based on grub_gfxterm_init and
492         grub_video_setup
494 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
496         Avoid calling biosdisk in drivemap
498         * commands/i386/pc/drivemap.c (parse_biosdisk): remove
499         (revparse_biosdisk): likewise
500         (list_mappings): derive name from id directly
501         (grub_cmd_drivemap): use tryparse_diskstring
503 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
505         Script fixes
507         * include/grub/script_sh.h (grub_script_cmdline): remove cmdline
508         (grub_lexer_param): add tokenonhold
509         (grub_script_create_cmdline): remove cmdline. All callers updated
510         (grub_script_function_create): make functionname
511         grub_script_arg. All callers updated
512         (grub_script_execute_argument_to_string): new prototype
513         * kern/parser.c (state_transitions): reorder
514         (grub_parser_cmdline_state): fix a bug and make more compact
515         * script/sh/execute.c (grub_script_execute_argument_to_string):
516         make global
517         (grub_script_execute_cmdline): use new format
518         * script/sh/function.c (grub_script_function_create): make functionname
519         grub_script_arg. All callers updated
520         * script/sh/lexer.c (grub_script_lexer_init): initialize tokenonhold
521         (grub_script_yylex): remove
522         (grub_script_yylex2): renamed to ...
523         (grub_script_yylex): ...renamed
524         parse the expressions like a${b}c
525         * script/sh/parser.y (GRUB_PARSER_TOKEN_ARG): new typed terminal
526         (GRUB_PARSER_TOKEN_VAR): remove
527         (GRUB_PARSER_TOKEN_NAME): likewise
528         ("if"): declare as typeless
529         ("while"): likewise
530         ("function"): likewise
531         ("else"): likewise
532         ("then"): likewise
533         ("fi"): likewise
534         (text): remove
535         (argument): likewise
536         (script): accept empty scripts and make exit on error
537         (arguments): use GRUB_PARSER_TOKEN_ARG
538         (function): likewise
539         (command): move error handling to script
540         (menuentry): move grub_script_lexer_ref before
541         * script/sh/script.c (grub_script_create_cmdline): remove cmdline
542         argument. All callers updated
544 2009-06-04  Robert Millan  <rmh.grub@aybabtu.com>
546         Prevent GRUB from probing floppies during boot.
548         * conf/common.rmk (search_mod_CFLAGS): Use `-Werror -Wall'.
549         * commands/search.c (options): Add --no-floppy.
550         (search_fs, search_file, grub_cmd_search): Support --no-floppy.
551         * util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Use
552         --no-floppy when searching for UUIDs.
554 2009-06-04  Robert Millan  <rmh.grub@aybabtu.com>
556         Simplify the code duplication in commands/search.c.
558         * commands/search.c (search_label, search_fs_uuid): Merge into ...
559         (search_fs): ... this.  Update all users.
561 2009-06-03  Felix Zielcke  <fzielcke@z-51.de>
563         * util/grub-mkconfig.in (update_grub_dir): Rename to grub_mkconfig_dir.
565 2009-05-28  Pavel Roskin  <proski@gnu.org>
567         * Makefile.in: Don't use "cp -d", it doesn't work on FreeBSD.
568         Remove the original symlink explicitly.
570         * fs/hfs.c (grub_hfs_find_dir): Skip sequences of slashes, not
571         just one slash.  That's how grub_fshelp_find_file() does it.
573 2009-05-26  Pavel Roskin  <proski@gnu.org>
575         * genmk.rb: Avoid shadowing variable `s', rename the outer `s'
576         to `str'.
578         * util/getroot.c (grub_util_get_dev_abstraction): Mark os_dev as
579         possibly unused.
581 2009-05-25  Christian Franke  <franke@computer.org>
583         * disk/ata.c (grub_ata_wait_not_busy): Add debug output of status
584         register.
585         (grub_atapi_identify): Add wait after drive select.
586         (grub_ata_identify): Do more strict status register check before
587         calling grub_atapi_identify ().  Suppress error message if status
588         register is 0x00 after command failure.  Add status register
589         check after PIO read to avoid bogus identify due to stuck DRQ.
590         Thanks to Pavel Roskin for testing.
591         (grub_device_initialize): Remove unsafe status register check.
592         Thanks to 'phcoder' for problem report and patch.
593         Prevent sign extension in debug message.
595 2009-05-23  Colin D Bennett  <colin@gibibit.com>
597         Cleaned up `include/grub/normal.h'.  Grouped prototypes by
598         definition file, and functions defined in `normal/menu.c' have had
599         their prototypes moved to `include/grub/menu.h' for consistency.
601         * include/grub/menu.h (grub_menu_execute_callback): Added; moved
602         from normal.h.
603         (grub_menu_get_entry): Likewise.
604         (grub_menu_get_timeout): Likewise.
605         (grub_menu_set_timeout): Likewise.
606         (grub_menu_execute_entry): Likewise.
607         (grub_menu_execute_with_fallback): Likewise.
608         (grub_menu_entry_run): Likewise.
610         * include/grub/normal.h: Re-ordered and grouped function
611         prototypes by file that the function is defined in.
612         (grub_menu_execute_callback): Removed; moved to menu.h.
613         (grub_menu_get_entry): Likewise.
614         (grub_menu_get_timeout): Likewise.
615         (grub_menu_set_timeout): Likewise.
616         (grub_menu_execute_entry): Likewise.
617         (grub_menu_execute_with_fallback): Likewise.
618         (grub_menu_entry_run): Likewise.
619         (grub_menu_addentry): Renamed from this ...
620         (grub_normal_add_menu_entry): ... to this.
622         * normal/main.c (grub_menu_addentry): Renamed from this ...
623         (grub_normal_add_menu_entry): ... to this.
625         * script/sh/execute.c (grub_script_execute_menuentry): Update
626         reference to renamed grub_menu_addentry function.
628 2009-05-23  Felix Zielcke  <fzielcke@z-51.de>
630         * commands/i386/pc/drivemap.c (MODNAME): Remove. Update all users.
632 2009-05-22  Pavel Roskin  <proski@gnu.org>
634         * aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): Remove.
635         * configure.ac: Don't call grub_I386_CHECK_REGPARM_BUG.  Define
636         NESTED_FUNC_ATTR using AH_BOTTOM.  Use regparm(1) only when
637         compiling for the i386 targets, but not for the utilities.
639         * include/grub/i386/pc/kernel.h (grub_boot_drive): Change type
640         to grub_uint8_t.
641         (grub_root_drive): Likewise.
642         * kern/i386/pc/startup.S (grub_boot_drive): Change size to byte,
643         remove alignment.
644         (grub_root_drive): Change size to byte.
645         (grub_start_addr): Remove.
646         (grub_end_addr): Likewise.
647         (grub_apm_bios_info): Likewise.
649 2009-05-21  Felix Zielcke  <fzielcke@z-51.de>
651         * normal/i386: Remove.
652         * normal/powerpc: Likewise.
653         * normal/sparc64: Likewise.
654         * normal/x86_64: Likewise.
656 2009-05-19  Vladimir Serbinenko  <phcoder@gmail.com>
658         * conf/x86_64-efi.rmk (linux_mod_ASFLAGS): Add missing variable
659         * loader/i386/linux_trampoline.S: Fix indentation
660         * loader/i386/xnu_helper.S: Likewise
662 2009-05-18  Colin D Bennett  <colin@gibibit.com>
664         Display error messages when parsing a Lua statement fails.
665         Previously, executing a syntactically invalid statement like
666         ")foo" or "bar;" would silently fail.
668         * script/lua/grub_main.c (handle_lua_error): New function.
669         (grub_lua_parse_line): Improved reporting of Lua parser and
670         execution errors.
672 2009-05-17  Vladimir Serbinenko  <phcoder@gmail.com>
674         Remove -Werror which causes build to fail on some systems
676         * conf/i386-pc.rmk (xnu_mod_CFLAGS): Remove -Werror -Wall
677         * conf/i386-efi.rmk (xnu_mod_CFLAGS): Likewise
678         * conf/x86_64-efi.rmk (xnu_mod_CFLAGS): Likewise
680 2009-05-17  Vladimir Serbinenko  <phcoder@gmail.com>
682         trampoline for linux on 64-bit platform
684         * conf/x86_64-efi.rmk (linux_mod_SOURCES): added
685         loader/i386/efi/linux_trampoline.S
686         * include/grub/x86_64/efi/loader.h (grub_linux_real_boot): removed
687         declaration
688         * kern/x86_64/efi/startup.S (grub_linux_real_boot): moved from
689         here
690         * loader/i386/linux_trampoline.S: moved here
691         * loader/i386/efi/linux.c (allocate_pages): reserve space for
692         trampoline
693         (jumpvector): removed
694         (grub_linux_trampoline_start): new declaration
695         (grub_linux_trampoline_end): likewise
696         (grub_linux_boot): use trampoline when on 64-bit platform
697         * loader/i386/linux.c: likewise
699 2009-05-16  Pavel Roskin  <proski@gnu.org>
701         * script/lua/grub_lib.c (grub_lua_getenv): Make name and value
702         const to avoid a warning.
703         (grub_lua_setenv): Likewise.
704         * script/lua/grub_main.c (grub_lua_parse_line): Use size_t for
705         lmsg to fix a warning.
707 2009-05-16  Felix Zielcke  <fzielcke@z-51.de>
709         * conf/i386.rmk (setjmp_mod_CFLAGS): Rename to ...
710         (setjmp_mod_ASFLAGS): ... this. Set to $(COMMON_ASFLAGS).
711         * conf/x86_64-efi.rmk (setjmp_mod_CFLAGS): Rename to ...
712         (setjmp_mod_ASFLAGS): ... this. Set to $(COMMON_ASFLAGS).
713         * conf/powerpc-ieee1275.rmk (setjmp_mod_CFLAGS): Rename to ...
714         (setjmp_mod_ASFLAGS): ... this. Set to $(COMMON_ASFLAGS).
715         * conf/sparc64-ieee1275.rmk (setjmp_mod_CFLAGS): Rename to ...
716         (setjmp_mod_ASFLAGS): ... this. Set to $(COMMON_ASFLAGS).
718 2009-05-16  Felix Zielcke  <fzielcke@z-51.de>
720         * util/grub-mkconfig.in: Export GRUB_TERMINAL_INPUT.
722 2009-05-16  Bean  <bean123ch@gmail.com>
724         * conf/common.rmk (pkglib_MODULES): Add lua.mod.
725         (lua_mod_SOURCES): New variable.
726         (lua_mod_CFLAGS): Likewise.
727         (lua_mod_LDFLAGS): Likewise.
729         * conf/i386.rmk (pkglib_MODULES): Add setjmp.mod.
730         (setjmp_mod_SOURCES): New variable.
731         (setjmp_mod_CFLAGS): Likewise.
732         (setjmp_LDFLAGS): Likewise.
734         * conf/x86_64-efi.rmk (pkglib_MODULES): Add setjmp.mod.
735         (setjmp_mod_SOURCES): New variable.
736         (setjmp_mod_CFLAGS): Likewise.
737         (setjmp_LDFLAGS): Likewise.
739         * conf/powerpc-ieee1275.rmk (pkglib_MODULES): Add setjmp.mod.
740         (setjmp_mod_SOURCES): New variable.
741         (setjmp_mod_CFLAGS): Likewise.
742         (setjmp_LDFLAGS): Likewise.
744         * conf/sparc64-ieee1275.rmk (pkglib_MODULES): Add setjmp.mod.
745         (setjmp_mod_SOURCES): New variable.
746         (setjmp_mod_CFLAGS): Likewise.
747         (setjmp_LDFLAGS): Likewise.
749         * normal/i386/setjmp.S: Moved from here ...
750         * lib/i386/setjmp.S: ... Moved here
751         * normal/x86_64/setjmp.S: Moved from here ...
752         * lib/x86_64/setjmp.S: ... Moved here
753         * normal/powerpc/setjmp.S: Moved from here ...
754         * lib/powerpc/setjmp.S: ... Moved here
755         * normal/sparc64/setjmp.S: Moved from here ...
756         * lib/sparc64/setjmp.S: ... Moved here
758         * include/grub/i386/setjmp.h (grub_setjmp): Don't use attribute
759         returns_twice in mingw.
761         * script/lua/grub_lib.c: New file.
762         * script/lua/grub_lib.h: Likewise.
763         * script/lua/grub_lua.h: Likewise.
764         * script/lua/grub_main.c: Likewise.
765         * script/lua/lapi.c: Likewise.
766         * script/lua/lapi.h: Likewise.
767         * script/lua/lauxlib.c: Likewise.
768         * script/lua/lauxlib.h: Likewise.
769         * script/lua/lbaselib.c: Likewise.
770         * script/lua/lcode.c: Likewise.
771         * script/lua/lcode.h: Likewise.
772         * script/lua/ldblib.c: Likewise.
773         * script/lua/ldebug.c: Likewise.
774         * script/lua/ldebug.h: Likewise.
775         * script/lua/ldo.c: Likewise.
776         * script/lua/ldo.h: Likewise.
777         * script/lua/ldump.c: Likewise.
778         * script/lua/lfunc.c: Likewise.
779         * script/lua/lfunc.h: Likewise.
780         * script/lua/lgc.c: Likewise.
781         * script/lua/lgc.h: Likewise.
782         * script/lua/linit.c: Likewise.
783         * script/lua/liolib.c: Likewise.
784         * script/lua/llex.c: Likewise.
785         * script/lua/llex.h: Likewise.
786         * script/lua/llimits.h: Likewise.
787         * script/lua/lmathlib.c: Likewise.
788         * script/lua/lmem.c: Likewise.
789         * script/lua/lmem.h: Likewise.
790         * script/lua/loadlib.c: Likewise.
791         * script/lua/lobject.c: Likewise.
792         * script/lua/lobject.h: Likewise.
793         * script/lua/lopcodes.c: Likewise.
794         * script/lua/lopcodes.h: Likewise.
795         * script/lua/loslib.c: Likewise.
796         * script/lua/lparser.c: Likewise.
797         * script/lua/lparser.h: Likewise.
798         * script/lua/lstate.c: Likewise.
799         * script/lua/lstate.h: Likewise.
800         * script/lua/lstring.c: Likewise.
801         * script/lua/lstring.h: Likewise.
802         * script/lua/lstrlib.c: Likewise.
803         * script/lua/ltable.c: Likewise.
804         * script/lua/ltable.h: Likewise.
805         * script/lua/ltablib.c: Likewise.
806         * script/lua/ltm.c: Likewise.
807         * script/lua/ltm.h: Likewise.
808         * script/lua/lua.h: Likewise.
809         * script/lua/luaconf.h: Likewise.
810         * script/lua/lualib.h: Likewise.
811         * script/lua/lundump.c: Likewise.
812         * script/lua/lundump.h: Likewise.
813         * script/lua/lvm.c: Likewise.
814         * script/lua/lvm.h: Likewise.
815         * script/lua/lzio.c: Likewise.
816         * script/lua/lzio.h: Likewise.
818 2009-05-16  Bean  <bean123ch@gmail.com>
820         * include/grub/kernel.h (grub_module_header_types): Add type
821         OBJ_TYPE_CONFIG.
823         * kern/main.c (grub_load_config): New function.
824         (grub_main): Call grub_load_config to read boot config.
826         * grub-mkimage (generate_image): New parameter config_path.
827         (options): New option --config.
828         (main): Parse --config option, and pass it to generate_image.
830 2009-05-14  Christian Franke  <franke@computer.org>
832         * commands/i386/pc/drivemap_int13h.S: Add missing EXT_C for symbols.
833         This fixes build on Cygwin.
835 2009-05-14  Pavel Roskin  <proski@gnu.org>
837         * commands/i386/pc/drivemap_int13h.S: Eliminate unconditional
838         jump.  This saves two bytes, so the typical case of 2 swapped
839         drives would fit 32 bytes.
841 2009-05-13  Pavel Roskin  <proski@gnu.org>
843         * loader/i386/multiboot.c (grub_multiboot): Cast mmap_addr to
844         grub_uint32_t to avoid a warning.
846         * loader/i386/linux.c (allocate_pages): When assigning
847         real_mode_mem, cast through grub_size_t to fix a warning.  The
848         code already makes sure that the value would fit a pointer.
849         (grub_linux_setup_video): Cast render_target->data to
850         grub_size_t to fix a warning.
852 2009-05-13  Javier Martín  <lordhabbit@gmail.com>
854         * commands/i386/pc/drivemap.c: New file - implement drivemap
855         command.
856         * commands/i386/pc/drivemap_int13h.S: New file - int13 handler.
857         * conf/i386-pc.rmk: Add drivemap.c and drivemap_int13h.S.
859 2009-05-13  Pavel Roskin  <proski@gnu.org>
861         * util/i386/pc/grub-setup.c (setup): Remove unused variable
862         embedding_area_exists.
864 2009-05-13  Robert Millan  <rmh.grub@aybabtu.com>
866         * util/i386/pc/grub-setup.c (setup): Restructure code flow to make
867         it easier to understand / work with.
868         Improve warning messages for cases where there's no embedding area,
869         or when it is too small (or core.img too large).
871 2009-05-13  Pavel Roskin  <proski@gnu.org>
873         * loader/i386/pc/multiboot2.c: Add necessary includes for
874         grub_multiboot2_real_boot().
876         * fs/iso9660.c (grub_iso9660_iterate_dir): The file mode in the
877         PX record is always little-endian.  We only need the lower 2
878         bytes of the mode.
880         * fs/cpio.c: Use the same name "struct head" for tar and cpio to
881         facilitate code reuse.
882         (grub_cpio_mount): Use "struct head", not a char buffer.  This
883         fixes a warning reported by gcc 4.4.
885         * kernel/disk.c (grub_disk_read): Use void pointer for the
886         buffer.
887         (grub_disk_write): Use const void pointer for the buffer.
888         Adjust all callers.  Remove unnecessary casts.
890 2009-05-10  Robert Millan  <rmh.grub@aybabtu.com>
892         * util/i386/pc/grub-install.in: Update copyright year.
894 2009-05-09  Vladimir Serbinenko  <phcoder@gmail.com>
896         gptsync
898         * commands/gptsync.c: new file
899         * conf/common.rmk (pkglib_MODULES): add gptsync.mod
900         (gptsync_mod_SOURCES): new variable
901         (gptsync_mod_CFLAGS): likewise
902         (gptsync_mod_LDFLAGS): likewise
903         * include/grub/pc_partition.h (GRUB_PC_PARTITION_TYPE_NTFS):
904         new definition
905         (GRUB_PC_PARTITION_TYPE_HFS): likewise
906         * conf/i386-coreboot.rmk (grub_emu_SOURCES): add commands/gptsync.c
907         * conf/i386-ieee1275.rmk: likewise
908         * conf/i386-pc.rmk: likewise
909         * conf/powerpc-ieee1275.rmk: likewise
911 2009-05-09  Vladimir Serbinenko  <phcoder@gmail.com>
913         Fixed grub-emu
915         * kern/dl.c (grub_dl_ref): omit when compiling grub-emu
916         (grub_dl_ref): likewise
918 2009-05-08  Robert Millan  <rmh.grub@aybabtu.com>
920         * util/i386/pc/grub-setup.c (setup): Factorize find_usable_region(),
921         split in two functions (one for msdos and one for gpt).
923 2009-05-08  Pavel Roskin  <proski@gnu.org>
925         * disk/raid.c (grub_raid_block_xor): Make buf2 constant, it's
926         not modified.
928         * disk/raid6_recover.c (grub_raid6_recover): Fix warnings about
929         uninitialized err[0] and err[1].  Rename them to bad1 and bad2.
930         Initialize them with -1.  Add sanity check for bad1.  Eliminate
931         nerr variable.
933 2009-05-08  David S. Miller  <davem@davemloft.net>
935         * util/sparc64/ieee1275/grub-ofpathname.c (main): Set progname.
937 2009-05-06  Robert Millan  <rmh.grub@aybabtu.com>
939         * util/i386/pc/grub-setup.c (setup): Fix check for embed region
940         existence.
942 2009-05-05  Felix Zielcke  <fzielcke@z-51.de>
944         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
945         `kern/rescue_reader.c', `kern/rescue_parser.c' and `normal/autofs.c'.
947 2009-05-05  David S. Miller  <davem@davemloft.net>
949         * util/sparc64/ieee1275/grub-install.in: Fix sed arg quoting.
951 2009-05-05  Pavel Roskin  <proski@gnu.org>
953         * include/grub/dl.h [GRUB_UTIL]: Provide inline implementations
954         of grub_dl_ref() and grub_dl_unref().
955         * commands/parttool.c: Remove preprocessor conditionals around
956         grub_dl_ref() and grub_dl_unref().
957         * fs/affs.c: Likewise.
958         * fs/afs.c: Likewise.
959         * fs/cpio.c: Likewise.
960         * fs/ext2.c: Likewise.
961         * fs/fat.c: Likewise.
962         * fs/hfs.c: Likewise.
963         * fs/hfsplus.c: Likewise.
964         * fs/iso9660.c: Likewise.
965         * fs/jfs.c: Likewise.
966         * fs/minix.c: Likewise.
967         * fs/ntfs.c: Likewise.
968         * fs/reiserfs.c: Likewise.
969         * fs/sfs.c: Likewise.
970         * fs/udf.c: Likewise.
971         * fs/ufs.c: Likewise.
972         * fs/xfs.c: Likewise.
973         * include/grub/dl.h: Likewise.
974         * loader/xnu.c: Likewise.
976 2009-05-04  Pavel Roskin  <proski@gnu.org>
978         * commands/acpi.c: Remove unused variable my_mod.
979         * partmap/amiga.c: Likewise.
980         * partmap/apple.c: Likewise.
981         * partmap/gpt.c: Likewise.
982         * partmap/pc.c: Likewise.
983         * partmap/sun.c: Likewise.
984         * term/gfxterm.c: Likewise.
985         * term/i386/pc/vesafb.c: Likewise.
986         * term/i386/pc/vga.c: Likewise.
988 2009-05-04  David S. Miller  <davem@davemloft.net>
990         * kern/ieee1275/openfw.c (grub_children_iterate): Fix string
991         pointer args to grub_ieee1275_get_property().
993         * conf/sparc64-ieee1275.rmk: Fix build due to missing '\'.
995         * disk/ieee1275/ofdisk.c (grub_ofdisk_iterate): Bypass cdrom
996         devices, and do not traverse down under controller nodes.
998         * disk/ieee1275/ofdisk.c (compute_dev_path): New.
999         (grub_ofdisk_open): Use it to un-escape "," characters.
1000         * kern/disk.c (find_part_sep): New.
1001         (grub_disk_open): Use it to find the first non-escaped ','
1002         character in the disk name.
1003         * util/ieee1275/devicemap.c (escape_of_path): New.
1004         (grub_util_emit_devicemap_entry): Use it.
1005         * util/sparc64/ieee1275/grub-install.in: Update script to
1006         strip partition specifiers properly by not triggering on
1007         '\' escaped ',' characters.
1009 2009-05-04  Robert Millan  <rmh.grub@aybabtu.com>
1011         * include/grub/i386/linux.h (GRUB_LINUX_VID_MODE_VESA_START): Set
1012         to 0x300.
1013         * loader/i386/linux.c (vga_modes, linux_vesafb_res): Add a few
1014         resolutions.
1015         (linux_vesafb_modes): Add a lot of additional modes to the list (based
1016         on documentation from Wikipedia).
1018 2009-05-04  Pavel Roskin  <proski@gnu.org>
1020         * disk/ata.c: Spelling fixes.
1021         * disk/raid.c: Likewise.
1022         * disk/usbms.c: Likewise.
1023         * disk/dmraid_nvidia.c: Likewise.
1024         * kern/ieee1275/openfw.c: Likewise.
1025         * kern/ieee1275/init.c: Likewise.
1026         * kern/ieee1275/cmain.c: Likewise.
1027         * boot/i386/pc/cdboot.S: Likewise.
1028         * video/readers/png.c: Likewise.
1029         * video/i386/pc/vbe.c: Likewise.
1030         * fs/udf.c: Likewise.
1031         * fs/hfs.c: Likewise.
1032         * fs/reiserfs.c: Likewise.
1033         * efiemu/runtime/efiemu.c: Likewise.
1034         * efiemu/main.c: Likewise.
1035         * efiemu/mm.c: Likewise.
1036         * include/grub/elf.h: Likewise.
1037         * include/grub/xnu.h: Likewise.
1038         * include/grub/usbdesc.h: Likewise.
1039         * include/grub/usb.h: Likewise.
1040         * include/grub/script_sh.h: Likewise.
1041         * include/grub/lib/LzmaEnc.h: Likewise.
1042         * include/grub/efiemu/efiemu.h: Likewise.
1043         * include/grub/command.h: Likewise.
1044         * normal/menu.c: Likewise.
1045         * normal/main.c: Likewise.
1046         * normal/datetime.c: Likewise.
1047         * bus/usb/uhci.c: Likewise.
1048         * mmap/i386/uppermem.c: Likewise.
1049         * mmap/mmap.c: Likewise.
1050         * commands/acpi.c: Likewise.
1051         * commands/test.c: Likewise.
1052         * partmap/apple.c: Likewise.
1053         * font/font.c: Likewise.
1054         * loader/sparc64/ieee1275/linux.c: Likewise.
1055         * loader/macho.c: Likewise.
1056         * loader/i386/bsd_trampoline.S: Likewise.
1057         * loader/i386/bsd.c: Likewise.
1058         * loader/xnu.c: Likewise.
1059         * term/i386/pc/vesafb.c: Likewise.
1060         * term/usb_keyboard.c: Likewise.
1061         * util/resolve.c: Likewise.
1062         * util/getroot.c: Likewise.
1064 2009-05-04  Felix Zielcke  <fzielcke@z-51.de>
1066         * conf/i386-pc.rmk (libpkg_DATA): Rename to pkglib_DATA.
1068 2009-05-04  Robert Millan  <rmh.grub@aybabtu.com>
1070         * loader/i386/linux.c [GRUB_MACHINE_PCBIOS] (grub_cmd_linux): Fix
1071         build error.
1073 2009-05-04  Robert Millan  <rmh.grub@aybabtu.com>
1075         * loader/i386/linux.c (grub_cmd_linux): Make "vga=" compatibility
1076         parameter only available on BIOS.
1078 2009-05-04  Vladimir Serbinenko  <phcoder@gmail.com>
1080         Removed wrong semicolon in declaration
1082         * grub/misc.h (grub_dprintf): remove semicolon
1084 2009-05-04  Robert Millan  <rmh.grub@aybabtu.com>
1086         * loader/i386/linux.c (GRUB_ASSUME_LINUX_HAS_FB_SUPPORT): New macro.
1087         (grub_linux_boot): Don't check for `linux_vesafb_modes' bounds (this
1088         is done by grub_cmd_linux() now).
1089         [! GRUB_ASSUME_LINUX_HAS_FB_SUPPORT]: If "vga=" parameter wasn't set,
1090         restore video to text mode.
1091         (grub_cmd_linux): Default `vid_mode' initialization to 0, which
1092         indicates lack of "vga=" parameter.  "vga=0" is mapped to
1093         `GRUB_LINUX_VID_MODE_NORMAL'.
1095 2009-05-04  Felix Zielcke  <fzielcke@z-51.de>
1097         * conf/i386-efi.rmk (grub_emu_SOURCES): Remove `normal/execute.c',
1098         `normal/lexer.c', `kern/rescue.c', `normal/function.c', `normal/misc.c'
1099         and `normal/script.c'.  Add `kern/rescue_reader.c',
1100         `kern/rescue_parser.c', `script/sh/main.c', `script/sh/execute.c',
1101         `script/sh/function.c', `script/sh/lexer.c', `script/sh/script.c' and
1102         `grub_script.tab.c'.
1104         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
1105         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
1106         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
1107         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
1108         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
1110         * Makefile.in: Remove duplicated 2008 in Copyright line.
1112 2009-05-04  Robert Millan  <rmh.grub@aybabtu.com>
1114         * util/misc.c (grub_util_warn): New function.  Emits a warning
1115         unconditionally.
1116         * include/grub/util/misc.h (grub_util_warn): New declaration.
1118         * util/i386/pc/grub-install.in: Understand --force and pass it down
1119         to grub-setup.
1121         * util/i386/pc/grub-setup.c (main): Understand --force and pass it
1122         down to setup().
1123         (setup): Improve error messages and add warnings when requested to
1124         install in odd layouts.  Refuse to install using blocklists unless
1125         --force was set.
1127 2009-05-04  martin f. krafft  <madduck@madduck.net>
1129         * disk/raid.c (grub_raid_scan_device): Improve debug message.
1131 2009-05-04  Vladimir Serbinenko  <phcoder@gmail.com>
1133         Updated copyright year
1135         * fs/hfsplus.c: updated copyright year
1137 2009-05-04  Vladimir Serbinenko  <phcoder@gmail.com>
1139         HFS+ UUID
1141         * fs/hfsplus.c (grub_hfsplus_volheader): added num_serial field
1142         in the space previously used by unused3
1143         (grub_hfsplus_uuid): new function
1144         (grub_hfsplus_fs): added uuid field
1146 2009-05-03  Pavel Roskin  <proski@gnu.org>
1148         * disk/ata.c: Don't cast mod to void in GRUB_MOD_INIT to
1149         suppress warnings.  It's no longer needed.
1150         * disk/host.c: Likewise.
1151         * disk/ata_pthru.c: Likewise.
1152         * disk/loopback.c: Likewise.
1153         * hook/datehook.c: Likewise.
1154         * parttool/pcpart.c: Likewise.
1155         * fs/i386/pc/pxe.c: Likewise.
1156         * fs/ntfscomp.c: Likewise.
1157         * efiemu/main.c: Likewise.
1158         * mmap/mmap.c: Likewise.
1159         * commands/crc.c: Likewise.
1160         * commands/hexdump.c: Likewise.
1161         * commands/hdparm.c: Likewise.
1162         * commands/acpi.c: Likewise.
1163         * commands/echo.c: Likewise.
1164         * commands/minicmd.c: Likewise.
1165         * commands/blocklist.c: Likewise.
1166         * commands/memrw.c: Likewise.
1167         * commands/loadenv.c: Likewise.
1168         * commands/usbtest.c: Likewise.
1169         * commands/lsmmap.c: Likewise.
1170         * commands/boot.c: Likewise.
1171         * commands/parttool.c: Likewise.
1172         * commands/configfile.c: Likewise.
1173         * commands/search.c: Likewise.
1174         * commands/ieee1275/suspend.c: Likewise.
1175         * commands/cat.c: Likewise.
1176         * commands/i386/pc/pxecmd.c: Likewise.
1177         * commands/i386/pc/play.c: Likewise.
1178         * commands/i386/pc/halt.c: Likewise.
1179         * commands/i386/pc/vbeinfo.c: Likewise.
1180         * commands/i386/pc/vbetest.c: Likewise.
1181         * commands/lspci.c: Likewise.
1182         * commands/date.c: Likewise.
1183         * commands/handler.c: Likewise.
1184         * commands/ls.c: Likewise.
1185         * commands/test.c: Likewise.
1186         * commands/cmp.c: Likewise.
1187         * commands/efi/loadbios.c: Likewise.
1188         * commands/efi/fixvideo.c: Likewise.
1189         * commands/halt.c: Likewise.
1190         * commands/help.c: Likewise.
1191         * commands/reboot.c: Likewise.
1192         * hello/hello.c: Likewise.
1193         * script/sh/main.c: Likewise.
1194         * loader/xnu.c: Likewise.
1195         * term/terminfo.c: Likewise.
1196         * term/i386/pc/serial.c: Likewise.
1197         * term/usb_keyboard.c: Likewise.
1199 2009-05-03  David S. Miller  <davem@davemloft.net>
1201         * normal/menu.c: Include grub/parser.h
1203 2009-05-03  Pavel Roskin  <proski@gnu.org>
1205         * mmap/efi/mmap.c (grub_mmap_malign_and_register): Return void*,
1206         not char*.
1207         * mmap/i386/mmap.c (grub_mmap_malign_and_register): Likewise.
1208         Suggested by Javier Martín <lordhabbit@gmail.com>
1210         * util/i386/pc/grub-mkrescue.in: Allow for the case when
1211         efiemu??.o doesn't exist.
1212         * util/i386/pc/grub-install.in: Likewise.  Use "cp -f" for
1213         copying.
1215 2009-05-03  Bean  <bean123ch@gmail.com> Vladimir Serbinenko  <phcoder@gmail.com>
1217         FreeBSD 64-bit support
1219         * conf/i386-pc.rmk (bsd_mod_SOURCES): add loader/i386/bsd_helper.S
1220         and loader/i386/bsd_trampoline.S
1221         (bsd_mod_ASFLAGS): new variable
1222         * include/grub/i386/bsd.h (FREEBSD_MODINFOMD_SMAP): new definition
1223         (FREEBSD_MODTYPE_KERNEL64): likewise
1224         (grub_bsd64_trampoline_start): likewise
1225         (grub_bsd64_trampoline_end): likewise
1226         (grub_bsd64_trampoline_selfjump): likewise
1227         (grub_bsd64_trampoline_gdt): likewise
1228         * include/grub/i386/loader.h (grub_unix_real_boot): moved from here ...
1229         * include/grub/i386/bsd.h (grub_unix_real_boot): ... moved here
1230         * kern/i386/loader.S (grub_unix_real_boot): moved from here ...
1231         * loader/i386/bsd_helper.S (grub_unix_real_boot): moved here
1232         * include/grub/gpt_partition.h (grub_gpt_partentry): Corrected the type
1233         of "attrib" member
1234         * loader/i386/bsd_pagetable.c: new file
1235         * loader/i386/bsd_trampoline.S: likewise
1236         * loader/i386/bsd.c (ALIGN_QWORD): new macro
1237         (ALIGN_VAR): likewise
1238         (entry_hi): new variable
1239         (kern_end_mdofs): likewise
1240         (is_64bit): likewise
1241         (grub_freebsd_add_meta): use ALIGN_VAR
1242         (grub_e820_mmap): new declaration
1243         (grub_freebsd_add_mmap): new function
1244         (grub_freebsd_add_meta_module): support 64 bit kernels
1245         (grub_freebsd_list_modules): use ALIGN_VAR
1246         (gdt_descriptor): new declaration
1247         (grub_freebsd_boot): support 64 bit kernels
1248         (grub_bsd_elf64_hook): new function
1249         (grub_bsd_load_elf): support elf64
1251 2009-05-03  Bean  <bean123ch@gmail.com>
1253         * script/sh/execute.c (grub_script_execute_cmdif): Reset grub_errno
1254         after we get the result of if statement.
1256 2009-05-03  Bean  <bean123ch@gmail.com>
1258         * Makefile.in (enable_efiemu): New variable.
1260         * conf/i386-pc.rmk: Only compile efiemu runtimes when enable_efiemu is
1261         set.
1262         (efiemu32.o): Use macro $< for source file, add $(srcdir) to include
1263         path.
1264         (efi64_c.o): Use macro $< for source file, add $(srcdir) to include
1265         path, add -mno-red-zone option.
1266         (efiemu64_s.o): Likewise.
1267         (efiemu64.o): Use macro $^ for source file.
1269         * configure.ac (--enable-efiemu): New option.
1271 2009-05-03  Vladimir Serbinenko  <phcoder@gmail.com>
1273         xnu support
1275         * conf/i386-efi.rmk (kernel_mod_HEADERS): added i386/pit.h
1276         (pkglib_MODULES): add xnu.mod
1277         (xnu_mod_SOURCES): new variable
1278         (xnu_mod_CFLAGS): likewise
1279         (xnu_mod_LDFLAGS): likewise
1280         (xnu_mod_ASFLAGS): likewise
1281         * conf/i386-pc.rmk: likewise
1282         * conf/x86_64-efi.rmk: likewise
1283         * include/grub/efi/efi.h (grub_efi_finish_boot_services):
1284         new declaration
1285         * include/grub/i386/macho.h: new file
1286         * include/grub/i386/xnu.h: likewise
1287         * include/grub/macho.h: likewise
1288         * include/grub/machoload.h: likewise
1289         * include/grub/x86_64/macho.h: likewise
1290         * include/grub/x86_64/xnu.h: likewise
1291         * include/grub/xnu.h: likewise
1292         * kern/efi/efi.c (grub_efi_finish_boot_services): new function
1293         * kern/efi/mm.c (MAX_HEAP_SIZE): increase
1294         * loader/i386/efi/xnu.c: new file
1295         * loader/i386/pc/xnu.c: likewise
1296         * loader/i386/xnu.c: likewise
1297         * loader/i386/xnu_helper.S: likewise
1298         * loader/macho.c: likewise
1299         * loader/xnu.c: likewise
1300         * loader/xnu_resume.c: likewise
1301         * util/grub-dumpdevtree: likewise
1302         * include/grub/i386/pit.h: include grub/err.h
1303         (grub_pit_wait): export
1304         * util/grub.d/30_os-prober.in: support Darwin/Mac OS X
1306 2009-05-02  Vladimir Serbinenko  <phcoder@gmail.com>
1308         Efiemu
1310         * conf/i386-pc.rmk: new modules efiemu, efiemu_acpi, efiemu_pnvram,
1311         _linux_efi, linux_efi.
1312         new files in grub-emu
1313         new targets efiemu32.o and efiemu64.o
1314         * loader/linux_normal_efiemu.c: likewise
1315         * loader/i386/efi/linux.c: added preliminary efiemu support
1316         * util/i386/pc/grub-install.in: add efiemu??.o to the list of
1317         files to copy
1318         * include/grub/autoefi.h: new file
1319         * include/grub/i386/efiemu.h: likewise
1320         * include/grub/i386/pc/efiemu.h: likewise
1321         * include/grub/efi/api.h: add LL suffix when necessary
1322         new definitions relating to tables
1323         * include/grub/efiemu/efiemu.h: new file
1324         * include/grub/efiemu/runtime.h: likewise
1325         * efiemu/prepare.c: likewise
1326         * efiemu/loadcore_common.c: likewise
1327         * efiemu/loadcore64.c: likewise
1328         * efiemu/runtime/efiemu.sh: likewise
1329         * efiemu/runtime/efiemu.S: likewise
1330         * efiemu/runtime/efiemu.c: likewise
1331         * efiemu/runtime/config.h: likewise
1332         * efiemu/prepare32.c: likewise
1333         * efiemu/main.c: likewise
1334         * efiemu/modules/pnvram.c: likewise
1335         * efiemu/modules/i386: likewise
1336         * efiemu/modules/i386/pc: likewise
1337         * efiemu/modules/acpi.c: likewise
1338         * efiemu/i386/pc/cfgtables.c: likewise
1339         * efiemu/i386/loadcore64.c: likewise
1340         * efiemu/i386/loadcore32.c: likewise
1341         * efiemu/prepare64.c: likewise
1342         * efiemu/loadcore.c: likewise
1343         * efiemu/symbols.c: likewise
1344         * efiemu/mm.c: likewise
1345         * efiemu/loadcore32.c: likewise
1347 2009-05-02  Vladimir Serbinenko  <phcoder@gmail.com>
1349         ACPI spoofing
1351         * commands/acpi.c: new file
1352         * commands/i386/pc/acpi.c: likewise
1353         * commands/efi/acpi.c: likewise
1354         * include/grub/acpi.h: likewise
1355         * conf/i386-pc.rmk (pkglib_MODULES): added acpi.mod
1356         (acpi_mod_SOURCES): new variable
1357         (acpi_mod_CFLAGS): likewise
1358         (acpi_mod_LDFLAGS): likewise
1359         * conf/i386-efi.rmk: likewise
1360         * conf/x86_64-efi.rmk: likewise
1362 2009-05-02  Vladimir Serbinenko  <phcoder@gmail.com>
1364         Missing part from mmap patch
1366         * mmap/efi/mmap.c (grub_machine_mmap_unregister): renamed to
1367         (grub_mmap_unregister)
1368         (grub_mmap_free_and_unregister): use grub_mmap_register
1370 2009-05-02  Vladimir Serbinenko  <phcoder@gmail.com>
1372         Mmap services
1374         * loader/i386/efi/linux.c (grub_linux_boot): use grub_mmap_iterate
1375         * loader/i386/linux.c (find_mmap_size): likewise
1376         (allocate_pages): likewise
1377         * loader/i386/multiboot.c (grub_get_multiboot_mmap_len): likewise
1378         (grub_fill_multiboot_mmap): likewise
1379         (grub_multiboot): use grub_mmap_get_lower and grub_mmap_get_upper
1380         * loader/i386/pc/linux.c (grub_cmd_linux): use grub_mmap_get_lower
1381         * include/grub/i386/bsd.h (OPENBSD_MMAP_AVAILABLE): new definition
1382         (OPENBSD_MMAP_RESERVED): likewise
1383         * include/grub/i386/pc/memory.h: include grub/memory.h
1384         (grub_lower_mem): removed
1385         (grub_upper_mem): likewise
1386         (GRUB_MACHINE_MEMORY_ACPI): new definition
1387         (GRUB_MACHINE_MEMORY_NVS): likewise
1388         (GRUB_MACHINE_MEMORY_MAX_TYPE): likewise
1389         (GRUB_MACHINE_MEMORY_HOLE): likewise
1390         (grub_machine_mmap_register): likewise
1391         (grub_machine_mmap_unregister): likewise
1392         (grub_machine_get_upper): likewise
1393         (grub_machine_get_lower): likewise
1394         (grub_machine_get_post64): likewise
1395         * include/grub/i386/efi/memory.h: new file
1396         * include/grub/x86_64/efi/memory.h: likewise
1397         * include/grub/efi/memory.h: likewise
1398         * conf/i386-pc.rmk (pkglib_MODULES): added mmap.mod
1399         (mmap_mod_SOURCES): new variable
1400         (mmap_mod_LDFLAGS): likewise
1401         (mmap_mod_ASFLAGS): likewise
1402         * conf/i386-coreboot.rmk: likewise
1403         * conf/i386-ieee1275.rmk: likewise
1404         * conf/i386-efi.rmk: likewise
1405         * conf/x86_64-efi.rmk: likewise
1406         * include/grub/types.h (UINT_TO_PTR): new macro
1407         (PTR_TO_UINT32): likewise
1408         (PTR_TO_UINT64): likewise
1409         * include/grub/memory.h: new file
1410         * mmap/i386/pc/mmap.c: likewise
1411         * mmap/i386/pc/mmap_helper.S: likewise
1412         * mmap/i386/uppermem.c: likewise
1413         * mmap/mmap.c: likewise
1414         * mmap/efi/mmap.c: likewise
1415         * kern/i386/coreboot/init.c (grub_machine_init): don't use
1416         grub_upper_mem
1417         * kern/i386/pc/init.c (grub_lower_mem): removed variable
1418         (grub_upper_mem): likewise
1419         (grub_machine_init): don't use grub_upper_mem,
1420         make grub_lower_mem local
1421         * loader/i386/bsd.c (grub_openbsd_boot): use grub_mmap_get_lower,
1422         grub_mmap_iterate and grub_mmap_get_upper
1423         (grub_netbsd_boot): use grub_mmap_get_lower and grub_mmap_get_upper
1425 2009-05-02  Bean  <bean123ch@gmail.com>
1427         * conf/common.rmk (grub_script.tab.c): Change normal/parser.y to
1428         script/sh/parser.y.
1429         (pkglib_MODULES): Add normal.mod and sh.mod.
1430         (normal_SOURCES): New variable.
1431         (normal_mod_CFLAGS): Likewise.
1432         (normal_mod_LDFLAGS): Likewise.
1433         (sh_mod_SOURCES): Likewise.
1434         (sh_mod_CFLAGS): Likewise.
1435         (sh_mod_LDFLAGS): Likewise.
1437         * conf/i386-pc.rmk (normal/lexer.c_DEPENDENCIES): Changed to
1438         script/sh/lexer.c_DEPENDENCIES.
1439         (kernel_img_SOURCES): Remove kern/rescue.c, and kern/reader.c,
1440         kern/rescue_reader.c and kern/rescue_parser.c.
1441         (kernel_img_HEADERS): Remove rescue.h, add reader.h.
1442         (grub_emu_SOURCES): Change source files.
1443         (pkglib_MODULES): Remove normal.mod.
1444         (normal_SOURCES): Removed.
1445         (normal_mod_CFLAGS): Likewise.
1446         (normal_mod_LDFLAGS): Likewise.
1447         * conf/i386-coreboot.rmk: Likewise.
1448         * conf/i386-efi.rmk: Likewise.
1449         * conf/i386-ieee1276.rmk: Likewise.
1450         * conf/powerpc-ieee1275.rmk: Likewise.
1451         * conf/sparc64-ieee1275.rmk: Likewise.
1452         * conf/x86_64-efi.rmk: Likewise.
1454         * include/grub/command.h (grub_command_execute): New inline function.
1456         * include/grub/menu.h (grub_menu_entry): Removed commands field.
1458         * include/grub/normal.h: Remove <grub/setjmp.h>.
1459         (grub_fs_module_list): Moved to normal/autofs.c.
1460         (grub_exit_env): Removed.
1461         (grub_command_execute): Likewise.
1462         (grub_normal_menu_addentry): Renamed to grub_menu_addentry, removed
1463         parameter script.
1464         (read_command_list): New function declaration.
1465         (read_fs_list): Likewise.
1467         * include/parser.h: Include <grub/reader.h>.
1468         (grub_parser_split_cmdline): Change type of getline parameter.
1469         (grub_parser): New structure.
1470         (grub_parser_class): New variable.
1471         (grub_parser_execute): New function declaration.
1472         (grub_register_rescue_parser): Likewise.
1473         (grub_parser_register): New inline function.
1474         (grub_parser_unregister): Likewise.
1475         (grub_parser_get_current): Likewise.
1476         (grub_parser_set_current): Likewise.
1478         * include/grub/reader.h: New file.
1479         * kern/reader.c: Likewise.
1480         * kern/rescue_parser.c: Likewise.
1481         * kern/rescue_reader.c: Likewise.
1482         * normal/autofs.c: Likewise.
1483         * normal/dyncmd.c: Likewise.
1485         * include/grub/rescue.h: Removed.
1486         * normal/command.h: Likewise.
1488         * include/grub/script.h: Moved to ...
1489         * include/grub/script_sh.h: ... Moved here.
1490         * normal/execute.c: Moved to ...
1491         * script/sh/execute.c: ... Moved here.
1492         * normal/function.c: Moved to ...
1493         * script/sh/function.c: ... Moved here.
1494         * normal/lexer.c: Moved to ...
1495         * script/sh/lexer.c: ... Moved here.
1496         * normal/parser.y: Moved to ...
1497         * script/sh/parser.y: ... Moved here.
1498         * normal/script.c: Moved to ...
1499         * script/sh/script.c: ... Moved here.
1501         * normal/main.c: Remove <grub/rescue.h> and <grub/script.h>, include
1502         <grub/reader.h>.
1503         (grub_exit_env): Removed.
1504         (fs_module_list): Moved to normal/autofs.c.
1505         (grub_file_getline): Don't handle comment here.
1506         (free_menu): Skip removed field entry->commands.
1507         (grub_normal_menu_addentry): Removed as grub_menu_entry, removed
1508         script parameter.
1509         (read_config_file): Removed nested parameter, change getline function.
1510         (grub_enter_normal_mode): Removed.
1511         (grub_dyncmd_dispatcher): Moved to normal/dyncmd.c.
1512         (read_command_list): Likewise.
1513         (autoload_fs_module): Moved to normal/autofs.c.
1514         (read_fs_list): Likewise.
1515         (reader_nested): New variable.
1516         (grub_normal_execute): Run parser.sh to switch to sh parser.
1517         (grub_cmd_rescue): Removed.
1518         (cmd_normal): Removed.
1519         (grub_cmd_normal): Unregister itself at the beginning. Don't register
1520         rescue command.
1521         (grub_cmdline_run): New function.
1522         (grub_normal_reader_init): Likewise.
1523         (grub_normal_read_line): Likewise.
1524         (grub_env_write_pager): Likewise.
1525         (cmdline): New variable.
1526         (grub_normal_reader): Likewise.
1527         (GRUB_MOD_INIT): Register normal reader and set as current, register
1528         pager hook, register normal command with grub_register_command_prio,
1529         so that it won't show up in command.lst.
1530         (GRUB_MOD_FINI): Unregister normal reader, unhook pager, clear
1531         grub_fs_autoload_hook.
1533         * normal/menu.c: Remove <grub/script.h>, add <grub/command.h>.
1534         (grub_menu_execute_entry): Replace grub_script_execute with
1535         grub_parser_execute, change parameter to grub_command_execute.
1537         * normal/menu_text.c: Remove <grub/script.h>.
1539         * normal/menu_entry.c: Remove <grub/script.h>, add <grub/command.h>
1540         and <grub/parser.h>.
1541         (run): Change editor_getline to use new parser interface. Change
1542         parameter to grub_command_execute.
1544         * kern/main.c: Remove <grub/rescue.h>, include <grub/command.h>,
1545         <grub/reader.h> and <grub/parser.h>.
1546         (grub_load_normal_mode): Execute normal command.
1547         (grub_main): Call grub_register_core_commands,
1548         grub_register_rescue_parser and grub_register_rescue_reader, use
1549         grub_reader_loop to enter input loop.
1551         * kern/parser.c (grub_parser_split_cmdline): Change type of
1552         getline parameter.
1553         (grub_parser_class): New variable.
1554         (grub_parser_execute): New function.
1556         * loader/i386/multiboot.c: Remove <grub/rescue.h>.
1557         * loader/multiboot2.c: Likewise.
1558         * loader/sparc64/ieee1275/linux.c: Likewise.
1560         * util/grub-emu.c (read_command_list): New dummy function.
1562 2009-05-02  Robert Millan  <rmh.grub@aybabtu.com>
1564         * util/deviceiter.c (grub_util_iterate_devices): Increase max drive
1565         count to 16 for CCISS and IDA.
1567 2009-05-02  Robert Millan  <rmh.grub@aybabtu.com>
1569         * normal/menu_text.c  (grub_wait_after_message): Print a newline
1570         after waiting for user input.
1572         * loader/i386/linux.c: Include `<grub/normal.h>'.
1573         (grub_cmd_linux): Improve the error message about `ask' mode, by
1574         waiting for user input so it's not missed (we can do this, since
1575         user requested interaction).
1577 2009-05-02  Vladimir Serbinenko  <phcoder@gmail.com>
1579         Added missing lst to grub-mkrescue
1581         * util/i386/pc/grub-mkrescue.in: added ${input_dir}/handler.lst
1582         and ${input_dir}/parttool.lst
1584 2009-04-30  David S. Miller  <davem@davemloft.net>
1586         * util/hostdisk.c (device_is_wholedisk): New function.
1587         (grub_util_biosdisk_get_grub_dev): Shortcut when hdg.start is
1588         zero only if device_is_wholedisk() returns true.
1590         * util/hostdisk.c (convert_system_partition_to_system_disk):
1591         Handle virtual disk devices named /dev/vdiskX as found on sparc
1592         and powerpc.
1594         * kern/sparc64/ieee1275/init.c (grub_machine_set_prefix): If
1595         lettered partition specifier is found, convert to numbered.
1597 2009-04-29  David S. Miller  <davem@davemloft.net>
1599         * include/grub/powerpc/ieee1275/memory.h: Include ieee1275.h.
1600         * include/grub/sparc64/ieee1275/memory.h: Likewise.
1602         * normal/command.c: Add missing newline at end of file.
1604         * commands/lsmmap.c (grub_cmd_lsmmap): Add casts to avoid printf
1605         warnings.
1606         * kern/ieee1275/openfw.c (grub_claimmap): Likewise.
1607         * disk/ieee1275/ofdisk.c (grub_ofdisk_open, grub_ofdisk_close,
1608         grub_ofdisk_read): Likewise, and deal similarly with the fact that
1609         ihandles have a 32-bit type but need to be stored in a "void *".
1611 2009-04-28  Pavel Roskin  <proski@gnu.org>
1613         * disk/fs_uuid.c (grub_fs_uuid_open): Use parent->data for dev,
1614         not disk.  Adjust all dependencies.
1615         (grub_fs_uuid_close): Use grub_device_close(), not
1616         grub_disk_close().
1618         * disk/fs_uuid.c (grub_fs_uuid_open): Allocate memory to copy
1619         parent's partition, don't copy it by reference, as it gets freed
1620         on close.
1622 2009-04-27  Vladimir Serbinenko  <phcoder@gmail.com>
1624         Preboot hooks support
1626         * commands/boot.c (struct grub_preboot_t): new declaration
1627         (preboots_head): new variable
1628         (preboots_tail): likewise
1629         (grub_loader_register_preboot_hook): new function
1630         (grub_loader_unregister_preboot_hook): likewise
1631         (grub_loader_set): launch preboot hooks
1632         * include/grub/loader.h (grub_loader_preboot_hook_prio_t): new type
1633         (grub_loader_register_preboot_hook): new declaration
1634         (grub_loader_unregister_preboot_hook): likewise
1636 2009-04-27  Vladimir Serbinenko  <phcoder@gmail.com>
1638         Warning fix
1640         * disk/scsi.c (grub_scsi_open): added missing cast when
1641         calling grub_dprintf
1643 2009-04-26  Vladimir Serbinenko  <phcoder@gmail.com>
1645         Bug and warning fixes
1647         * include/grub/i386/pc/init.h (grub_stop_floppy): added missing
1648         declaration
1649         * commands/test.c (test_parse): fixed bug with file tests and corrected
1650         declaration of find_file
1652 2009-04-26  Pavel Roskin  <proski@gnu.org>
1654         * Makefile.in: Don't install empty manual pages if help2man is
1655         missing.  Use help2man option for output, not shell redirection.
1657 2009-04-26  David S. Miller  <davem@davemloft.net>
1659         * util/grub-mkdevicemap.c (make_device_map): Add missing
1660         NESTED_FUNC_ATTR to process_device().
1662 2009-04-25  Vladimir Serbinenko  <phcoder@gmail.com>
1664         Test command
1666         * commands/test.c: rewritten to use bash-like test
1668 2009-04-25  Vladimir Serbinenko  <phcoder@gmail.com>
1670         Parttool autoloading and improvements
1672         * Makefile.in (pkglib_DATA): add parttool.lst
1673         (parttool.lst): new target
1674         * genmk.rb: generate parttool-*
1675         (CLEANFILES): add #{parttool}
1676         (PARTTOOLFILES): new variable
1677         * genparttoollist.sh: new file
1678         * parttool/pcpart.c (grub_pcpart_boot): more feedback
1679         (grub_pcpart_type): likewise
1680         * commands/parttool.c (helpmsg): new variable
1681         (grub_cmd_parttool): output help if not enough arguments are supplied
1682         autoload modules
1683         (GRUB_MOD_INIT(parttool)): use helpmsg
1685 2009-04-24  David S. Miller  <davem@davemloft.net>
1687         Avoiding opening same device multiple times in device iterator.
1689         * kern/device.c: (grub_device_iterate): Define struct part_ent,
1690         and use it to build a list of partitions in iterate_disk() and
1691         iterate_partition().
1693         * disk/fs_uuid.c (grub_fs_uuid_close): Call grub_disk_close()
1694         on disk->data.
1696         * disk/ieee1275/nand.c (grub_nand_iterate): Return
1697         grub_devalias_iterate() result instead of unconditional 0.
1698         * disk/ieee1275/ofdisk.c (grub_ofdisk_iterate): Likewise.
1699         Also, capture hook return value, either directly or via
1700         grub_children_iterate(), and propagate to caller.
1701         * include/grub/ieee1275/ieee1275.h (grub_devalias_iterate,
1702         grub_children_iterate): Return value is now 'int' instead of
1703         'grub_err_t'.
1704         * kern/ieee1275/openfw.c (grub_children_iterate): Fix to behave
1705         like a proper iterator, stopping when hooks return non-zero.
1706         (grub_devalias_iterate): Likewise.
1708 2009-04-23  David S. Miller  <davem@davemloft.net>
1710         * kern/sparc64/ieee1275/openfw.c: Unused, delete.
1712 2009-04-22  David S. Miller  <davem@davemloft.net>
1714         * kern/ieee1275/mmap.c (grub_machine_mmap_iterate): If size_cells
1715         is larger than address_cells, use that value for address_cells too.
1717         * include/grub/ieee1275/ieee1275.h (IEEE1275_MAX_PROP_LEN,
1718         IEEE1275_MAX_PATH_LEN): Define.
1719         * kern/ieee1275/openfw.c (grub_children_iterate): Dynamically
1720         allocate 'childtype', 'childpath', 'childname', and 'fullname'.
1721         (grub_devalias_iterate): Dynamically allocate 'aliasname' and
1722         'devtype'.  Explicitly NULL terminate devalias expansion.
1724         * util/sparc64/ieee1275/misc.c: New file.
1725         * util/sparc64/ieee1275/grub-setup.c: New file.
1726         * util/sparc64/ieee1275/grub-ofpathname.c: New file.
1727         * util/sparc64/ieee1275/grub-mkimage.c: New file.
1728         * util/sparc64/ieee1275/grub-install.in: New file.
1729         * util/ieee1275/ofpath.c: New file.
1730         * util/ieee1275/devicemap.c: New file.
1731         * util/devicemap.c: New file.
1732         * util/deviceiter.c: New file.
1733         * kern/sparc64/ieee1275/init.c: New file.
1734         * include/grub/util/ofpath.h: New file.
1735         * include/grub/util/deviceiter.h: New file.
1736         * util/grub-mkdevicemap.c: Include deviceiter.h.
1737         Implement using grub_util_emit_devicemap_entry and
1738         grub_util_iterate_devices.
1739         * conf/i386-corebook.rmk: Build util/deviceiter.c and
1740         util/devicemap.c into grub-mkdevicemap
1741         * conf/i386-efi.rmk: Likewise.
1742         * conf/i386-ieee1275.rmk: Likewise.
1743         * conf/i386-pc.rmk: Likewise.
1744         * conf/powerpc-ieee1275.rmk: Likewise.
1745         * conf/sparc64-ieee1275.rmk: Add rules to build boot block
1746         images and installation utilities.  Build kernel as image
1747         instead of as elf binary.  Use common rules as much as possible.
1749 2009-04-19  Vladimir Serbinenko  <phcoder@gmail.com>
1751         Correct GPT definition
1753         * include/grub/gpt_partition.h (grub_gpt_partentry): Corrected the type
1754         of "attrib" member
1756 2009-04-19  Felix Zielcke  <fzielcke@z-51.de>
1758         * INSTALL: Replace `autogen.sh' with `./autogen.sh'.
1760 2009-04-19  David S. Miller  <davem@davemloft.net>
1762         * loader/sparc64/ieee1275/linux.c: Include grub/command.h
1763         (grub_rescue_cmd_linux): Rename to...
1764         (grub_cmd_linux): and fix prototype.
1765         (grub_rescue_cmd_initrd): Rename to...
1766         (grub_cmd_initrd): and fix prototype.
1767         (cmd_linux, cmd_initrd): New.
1768         (GRUB_MOD_INIT(linux)): Use grub_register_command().
1769         (GRUB_MOD_FINI(linux): Use grub_unregister_command().
1771 2009-04-17  Pavel Roskin  <proski@gnu.org>
1773         * bus/usb/ohci.c (grub_ohci_transaction): Fix incorrect printf
1774         format.
1775         (grub_ohci_transfer): Likewise.
1777         * bus/usb/usbtrans.c (grub_usb_control_msg): Warning fix.
1779         * loader/multiboot_loader.c (grub_cmd_multiboot_loader): Fix
1780         return without a value.  Fix inconsistent indentation.
1782         * fs/i386/pc/pxe.c (grub_pxefs_dir): Fix function prototype to
1783         match struct grub_fs.
1785         * disk/ata.c (grub_ata_pciinit): Use NESTED_FUNC_ATTR.
1786         * bus/usb/ohci.c (grub_ohci_pci_iter): Likewise.
1787         * bus/usb/uhci.c (grub_uhci_pci_iter): Likewise.
1788         * commands/lspci.c (grub_lspci_iter): Likewise.
1790 2009-04-16  Bean  <bean123ch@gmail.com>
1792         * commands/efi/loadbios.c (grub_cmd_fakebios): Add missing return
1793         value.
1795 2009-04-15  Pavel Roskin  <proski@gnu.org>
1797         * include/grub/types.h: Rename ULONG_MAX to GRUB_ULONG_MAX and
1798         LONG_MAX to GRUB_LONG_MAX.  Introduce GRUB_LONG_MIN.  Update all
1799         users of ULONG_MAX, LONG_MAX and LONG_MIN to use the new
1800         definitions.
1802 2009-04-15  Felix Zielcke  <fzielcke@z-51.de>
1804         * disk/lvm.c (grub_lvm_scan_device): Add `LVM' to the error messages,
1805         that no multiple data or metadata areas are supported and `Unknown
1806         metadata header'.
1808 2009-04-15  Vladimir Serbinenko  <phcoder@gmail.com>
1810         Move loader out of the kernel
1812         * kern/loader.c: moved to ...
1813         * commands/boot.c: ... moved here
1814         * commands/minicmd.c (grub_mini_cmd_boot): moved to ...
1815         * commands/boot.c (grub_cmd_boot): moved here. All users updated
1816         * include/grub/kernel.h (grub_machine_fini): export
1817         * include/grub/loader.h (grub_loader_is_loaded): update declaration
1818         (grub_loader_set): likewise
1819         (grub_loader_unset): likewise
1820         (grub_loader_boot): likewise
1821         * conf/common.rmk: new module boot.mod
1822         (pkglib_MODULES): add boot.mod
1823         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): remove kern/loader.c
1824         (grub_emu_SOURCES): likewise
1825         * conf/i386-efi.rmk (kernel_elf_SOURCES): likewise
1826         (grub_emu_SOURCES): likewise
1827         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): likewise
1828         (grub_emu_SOURCES): likewise
1829         * conf/i386-pc.rmk (kernel_elf_SOURCES): likewise
1830         (grub_emu_SOURCES): likewise
1831         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): likewise
1832         (grub_emu_SOURCES): likewise
1833         * conf/sparc64-ieee1275.rmk (kernel_elf_SOURCES): likewise
1834         (grub_emu_SOURCES): likewise
1835         * conf/x86_64-efi.rmk (kernel_elf_SOURCES): likewise
1836         (grub_emu_SOURCES): likewise
1838 2009-04-15  Vladimir Serbinenko  <phcoder@gmail.com>
1840         use grub_lltoa instead of grub_itoa and grub_ltoa for all purposes
1842         * kern/misc.c (grub_itoa): Removed function
1843         (grub_ltoa): likewise
1844         (grub_vsprintf): use grub_lltoa
1846 2009-04-15  Vladimir Serbinenko  <phcoder@gmail.com>
1848         Restore grub-emu
1850         * conf/i386-pc.rmk (grub_emu_SOURCES): add normal/handler.c
1851         * conf/i386-coreboot.rmk: likewise
1852         * conf/i386-ieee1275.rmk: likewise
1853         * conf/powerpc-ieee1275.rmk: likewise
1855 2009-04-15  Felix Zielcke  <fzielcke@z-51.de>
1857         * INSTALL: Add that `./autogen.sh' needs to be run before
1858         `./configure.'.
1860 2009-04-14  Bean  <bean123ch@gmail.com>
1862         * Makefile.in (pkglib_DATA): Add handler.lst.
1863         (handler.lst): New rule.
1865         * conf/i386-pc.rmk (normal_mod_SOURCES): Add normal/handler.c.
1866         * conf/i386-coreboot.rmk: Likewise.
1867         * conf/i386-ieee1275.rmk: Likewise.
1868         * conf/i386-efi.rmk: Likewise.
1869         * conf/x86_64-efi.rmk: Likewise.
1870         * conf/powerpc-ieee1275.rmk: Likewise.
1871         * conf/sparc64-ieee1275.rmk: Likewise.
1873         * genhandlerlist.sh: New file.
1875         * genmk.rb: Add rules to generate handler.lst.
1877         * include/grub/normal.h (grub_file_getline): New function definition.
1878         (read_handler_list): Likewise.
1879         (free_handler_list): Likewise.
1881         * include/grub/term.h (grub_term_register_input): Add name parameter
1882         for auto generation of handler.lst.
1883         (grub_term_register_output): Likewise.
1885         * normal/handler.c: New file.
1887         * normal/main.c (get_line): Renamed to grub_file_getline.
1888         (read_config_file): Use the newly renamed grub_file_getline.
1889         (read_command_list): Likewise.
1890         (read_fs_list): Likewise.
1891         (grub_normal_execute): Call read_handler_list to parse handler.lst.
1892         (GRUB_MOD_FINI): Call free_handler_list to free handler list.
1894         * term/efi/console.c (grub_console_init): Add name parameter for auto
1895         generation of handler.lst.
1896         * term/gfxterm.c: Likewise.
1897         * term/i386/pc/at_keyboard.c: Likewise.
1898         * term/i386/pc/console.c: Likewise.
1899         * term/i386/pc/serial.c: Likewise.
1900         * term/i386/pc/vesafb.c: Likewise.
1901         * term/i386/pc/vga.c: Likewise.
1902         * term/i386/pc/vga_text.c: Likewise.
1903         * term/ieee1275/ofconsole.c: Likewise.
1904         * term/usb_keyboard.c: Likewise.
1906 2009-04-14  Bean  <bean123ch@gmail.com>
1908         * util/grub-pe2elf.c (write_symbol_table): Terminate short name symbol
1909         properly with null character.
1911 2009-04-14  Felix Zielcke  <fzielcke@z-51.de>
1913         * configure: Remove.
1914         * config.h.in: Likewise.
1915         * stamp-h.in: Likewise.
1916         * DISTLIST: Likewise.
1917         * conf/common.mk: Likewise.
1918         * conf/i386-coreboot.mk: Likewise.
1919         * conf/i386-efi.mk: Likewise.
1920         * conf/i386-ieee1275.mk: Likewise.
1921         * conf/i386.mk: Likewise.
1922         * conf/i386-pc.mk: Likewise.
1923         * conf/powerpc-ieee1275.mk: Likewise.
1924         * conf/sparc64-ieee1275.mk: Likewise.
1925         * conf/x86_64-efi.mk: Likewise.
1927         * INSTALL: Remove the sentence that Ruby and autoconf are only required if you
1928         develop on GRUB.
1930 2009-04-14  John Stanley  <jpsinthemix@verizon.net>
1931             David S. Miller  <davem@davemloft.net>
1933         * util/hostdisk.c (make_device_name): Fix buffer length
1934         calculations.
1936 2009-04-14  Felix Zielcke  <fzielcke@z-51.de>
1938         * util/hostdisk.c [__FreeBSD__ || __FreeBSD_kernel__]: Include
1939         <sys/param.h> and <sys/sysctl.h>.
1940         (open_device) [__FreeBSD__ || __FreeBSD_kernel_]: Use sysctlgetbyname()
1941         to add 0x10 to `kern.geom.debugflags' if it's not already set, before
1942         opening the device and reset them afterwards.
1944 2009-04-13  Pavel Roskin  <proski@gnu.org>
1946         * conf/common.rmk (grub_fstest_SOURCES): Add normal/datetime.c.
1947         Reported by John Stanley <jpsinthemix@verizon.net>
1949 2009-04-13  Robert Millan  <rmh@aybabtu.com>
1951         * util/grub.d/10_freebsd.in: Detect Debian GNU/kFreeBSD and use
1952         that name for menuentries when appropriate.
1954 2009-04-13  Felix Zielcke  <fzielcke@z-51.de>
1956         * util/grub.d/10_freebsd.in: Add a missing `fi'.
1958 2009-04-13  Robert Millan  <rmh@aybabtu.com>
1960         * loader/i386/linux.c (grub_cmd_linux): Don't pass `vga=ask' parameter
1961         to Linux, simply abort telling the user it's no longer supported.
1963 2009-04-13  Felix Zielcke  <fzielcke@z-51.de>
1965         * util/grub.d/10_freebsd.in: Don't exit if /boot/devices.hints
1966         doesn't exist.  Check also for /boot/kernel/kernel.gz.  Print
1967         `freebsd_loadenv' only when devices.hints exist.
1969 2009-04-13  Pavel Roskin  <proski@gnu.org>
1971         * term/usb_keyboard.c (grub_usb_keyboard_getkey): Warning fixes.
1973 2009-04-13  Felix Zielcke  <fzielcke@z-51.de>
1975         * util/i386/pc/grub-install.in (install_drive): Remove the BSD
1976         partition number.
1977         (grub_drive): Likewise.
1979 2009-04-13  David S. Miller  <davem@davemloft.net>
1981         * kern/sparc64/ieee1275/ieee1275.c: New file.
1982         * include/grub/sparc64/ieee1275/ieee1275.h (IEEE1275_MAP_WRITE,
1983         IEEE1275_MAP_READ, IEEE1275_MAP_EXEC, IEEE1275_MAP_LOCKED,
1984         IEEE1275_MAP_CACHED, IEEE1275_MAP_SE, IEEE1275_MAP_GLOBAL,
1985         IEEE1275_MAP_IE, IEEE1275_MAP_DEFAULT): Define.
1986         (grub_ieee1275_map_physical, grub_ieee1275_claim_vaddr,
1987         grub_ieee1275_alloc_physmem): Declare new exported functions.
1989         * include/grub/sparc64/ieee1275/loader.h: New file.
1990         * include/grub/sparc64/ieee1275/memory.h: Likewise.
1991         * include/grub/sparc64/kernel.h: Likewise.
1992         * loader/sparc64/ieee1275/linux.c: Likewise.
1994         * conf/common.rmk (grub_probe_SOURCES): Add Sun partition module.
1995         (grub_fstest_SOURCES): Likewise.
1997         * util/hostdisk.c (make_device_name): Do not make any assumptions
1998         about the length of drive names.
2000         * kern/dl.c (grub_dl_load_file): Close file immediately when
2001         we are done using it.
2003 2009-04-12  David S. Miller  <davem@davemloft.net>
2005         * kern/misc.c (grub_ltoa): Fix cast when handling negative
2006         values.  Noticed by Pavel Roskin.
2008         * configure.ac: Check for __bswapsi2 and__bswapdi2 using
2009         target compiler.
2011         * genmk.rb: Add more flexible image type specification, also
2012         pass --strip-unneeded to objcopy.
2013         * conf/i386-pc.rmk: Use *_FORMAT.
2014         * conf/i386-pc.mk: Rebuilt.
2016         * disk/ieee1275/ofdisk.c (struct ofdisk_hash_ent): New struct.
2017         (OFDISK_HASH_SZ): Define.
2018         (ofdisk_hash): New hash table.
2019         (ofdisk_hash_fn, ofdisk_hash_find, ofdisk_hash_add): New functions.
2020         (grub_ofdisk_open): Use ofdisk_hash_ent address as disk->id
2021         instead of device phandle which is not unique.
2023         * kern/sparc64/ieee1275/init.c: Delete, replace with...
2024         * kern/sparc64/ieee1275/crt0.S: assembler implementation.
2025         * include/grub/sparc64/ieee1275/kernel.h: Declare grub_prefix[].
2026         (GRUB_MOD_ALIGN, GRUB_MOD_GAP, GRUB_KERNEL_MACHINE_TOTAL_MODULE_SIZE,
2027         GRUB_KERNEL_MACHINE_KERNEL_IMAGE_SIZE,
2028         GRUB_KERNEL_MACHINE_COMPRESSED_SIZE, GRUB_KERNEL_MACHINE_PREFIX,
2029         GRUB_KERNEL_MACHINE_DATA_END): Define.
2030         (grub_kernel_image_size, grub_total_module_size): Declare.
2032 2009-04-12  Pavel Roskin  <proski@gnu.org>
2034          * configure.ac: Change the logic when we check for target tools.
2035          Do it when the target is specified and it's different from the
2036          specified value of the host.
2038 2009-04-11  Felix Zielcke  <fzielcke@z-51.de>
2040         * util/hostdisk.c [__FreeBSD_kernel__]: Include sys/disk.h.
2041         (grub_util_biosdisk_open) [__FreeBSD_kernel__]: Add support for
2042         GNU/kFreeBSD. Check if a device is a character device. Use
2043         DIOCGMEDIASIZE to get the size.
2044         (convert_system_partition_to_system_disk) [__FreeBSD_kernel__]: Add
2045         support for GNU/kFreeBSD.
2046         (grub_util_biosdisk_get_grub_dev) [__FreeBSD_kernel__]: Check if OS_DEV
2047         is a character device instead of a block device. Add support for
2048         FreeBSD device names.
2050         * util/getroot.c (find_root_device) [__FreeBSD_kernel__]: Check if ENT
2051         is a character device instead of a block device.
2053         * util/grub-probe.c (probe) [__FreeBSD_kernel__]: Check if DEVICE_NAME
2054         is a character device instead of a block device.
2056 2009-04-11  Andrey Shuvikov  <mr_hyro@yahoo.com>
2058         * util/hostdisk.c [__FreeBSD__]: Include sys/disk.h.
2059         (grub_util_biosdisk_open) [__FreeBSD__]: Add support for
2060         FreeBSD. Check if a device is a character device. Use
2061         DIOCGMEDIASIZE to get the size.
2062         (convert_system_partition_to_system_disk) [__FreeBSD__]: Add
2063         support for FreeBSD.
2064         (grub_util_biosdisk_get_grub_dev) [__FreeBSD__]: Check if OS_DEV
2065         is a character device instead of a block device. Add support for
2066         FreeBSD device names.
2068         * util/getroot.c (find_root_device) [__FreeBSD__]: Check if ENT is
2069         a character device instead of a block device.
2070         (grub_util_check_char_device): New function.
2072         * util/grub-probe.c (probe) [__FreeBSD__]: Check if DEVICE_NAME is
2073         a character device instead of a block device.
2075         * include/grub/util/getroot.h (grub_util_check_char_device): New
2076         prototype.
2078 2009-04-11  David S. Miller  <davem@davemloft.net>
2080         * conf/sparc64-ieee1275.rmk (kernel_img_LDFLAGS): Link with
2081         static libgcc.
2082         * configure.ac: Check for __bswapsi2 and __bswapdi2 presence.
2083         * include/grub/sparc64/libgcc.h (__bswapsi2): Export libgcc
2084         function, if present.
2085         (__bswapdi2): Likewise.
2087         * include/grub/sparc64/ieee1275/boot.h: New file.
2088         * boot/sparc64/ieee1275/boot.S: Likewise.
2089         * boot/sparc64/ieee1275/diskboot.S: Likewise.
2091         * kern/misc.c (grub_ltoa): New function.
2092         (grub_vsprintf): Use it to format 'long' integers.
2094 2009-04-10  David S. Miller  <davem@davemloft.net>
2096         * disk/ieee1275/nand.c (grub_nand_open): All ieee1275 call arg
2097         slots are of type grub_ieee1275_cell_t.
2098         (grub_nand_read): Likewise.
2099         * kern/ieee1275/ieee1275.c (IEEE1275_PHANDLE_INVALID,
2100         IEEE1275_IHANDLE_INVALID): Use grub_ieee1275_cell_t since these
2101         macros are used to compare values in arg/ret block of the call.
2102         (grub_ieee1275_finddevice, grub_ieee1275_get_property,
2103         grub_ieee1275_next_property, grub_ieee1275_get_property_length,
2104         grub_ieee1275_instance_to_package, grub_ieee1275_package_to_path,
2105         grub_ieee1275_instance_to_path, grub_ieee1275_write,
2106         grub_ieee1275_read, grub_ieee1275_seek, grub_ieee1275_peer,
2107         grub_ieee1275_child, grub_ieee1275_parent, grub_ieee1275_open,
2108         grub_ieee1275_close, grub_ieee1275_set_property,
2109         grub_ieee1275_set_color): All ieee1275 call arg slots are of type
2110         grub_ieee1275_cell_t.
2111         * kern/ieee1275/openfw.c (grub_map): Likewise.
2112         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_ihandle_t,
2113         grub_ieee1275_phandle_t): Define as grub_unit32_t type.
2115         * kern/ieee1275/init.c (grub_machine_init): Make 'actual' grub_ssize_t.
2116         * kern/ieee1275/openfw.c (grub_children_iterate): Likewise.
2117         (grub_devalias_iterate): Likewise.
2119 2009-04-10  Vladimir Serbinenko  <phcoder@gmail.com>
2121         UFS improvements
2123         * fs/ufs.c (INODE_NBLOCKS): new definition
2124         (struct grub_ufs_dirent): added fields for non-BSD dirents
2125         (grub_ufs_get_file_block): fixed double indirect handling
2126         (grub_ufs_lookup_symlink): use more robust way to determine whether
2127         symlink is inline
2128         (grub_ufs_find_file): support for non-BSD dirents
2129         (grub_ufs_dir): support for non-BSD dirents
2131 2009-04-10  Bean  <bean123ch@gnail.com>
2133         * include/grub/efi/api.h (grub_efi_configuration_table): Add packed
2134         attribute, otherwise the size would be wrong for i386 platform.
2136         * include/grub/pci.h (grub_pci_read_word): New inline function.
2137         (grub_pci_read_byte): Likewise.
2138         (grub_pci_write): Likewise.
2139         (grub_pci_write_word): Likewise.
2140         (grub_pci_write_byte): Likewise.
2142         * include/grub/pci.h (grub_pci_iteratefunc_t): Add NESTED_FUNC_ATTR.
2144         * loader/i386/efi/linux.c (fake_bios_data): Moved to loadbios module.
2145         (find_framebuf): Scan pci to locate the frame buffer address.
2147         * commands/efi/fixvideo.c: New file.
2149         * commands/efi/loadbios.c: Likewise.
2151         * commands/memrw.c: Likewise.
2153         * util/grub-dumpbios.in: Likewise.
2155         * conf/common.rmk (grub-dumpbios): New utility.
2156         (pkglib_MODULES): New module memrw.mod.
2157         (memrw_mod_SOURCE): New macro.
2158         (memrw_mod_CFLAGS): Likewise.
2159         (memrw_mod_LDFLAGS): Likewise.
2161         * conf/i386-efi.rmk (pkglib_MODULES): New module loadbios.mod and
2162         fixvideo.mod.
2163         (loadbios_mod_SOURCE): New macro.
2164         (loadbios_mod_CFLAGS): Likewise.
2165         (loadbios_mod_LDFLAGS): Likewise.
2166         (fixvideo_mod_SOURCE): Likewise.
2167         (fixvideo_mod_CFLAGS): Likewise.
2168         (fixvideo_mod_LDFLAGS): Likewise.
2170         * conf/x86_64.rmk (pkglib_MODULES): New module loadbios.mod and
2171         fixvideo.mod.
2172         (loadbios_mod_SOURCE): New macro.
2173         (loadbios_mod_CFLAGS): Likewise.
2174         (loadbios_mod_LDFLAGS): Likewise.
2175         (fixvideo_mod_SOURCE): Likewise.
2176         (fixvideo_mod_CFLAGS): Likewise.
2177         (fixvideo_mod_LDFLAGS): Likewise.
2179 2009-04-08  Felix Zielcke  <fzielcke@z-51.de>
2181         * disk/lvm.c (grub_lvm_scan_device): Add a missing NULL check.
2183 2009-04-07  David S. Miller  <davem@davemloft.net>
2185         * kern/sparc64/dl.c (grub_arch_dl_relocate_symbols): Add
2186         support for R_SPARC_OLO10 relocations.  Fix compile warning for
2187         R_SPARC_WDISP30 case.
2188         * kern/sparc64/cache.S: Fix grub_arch_sync_caches implementation.
2190 2009-04-06  Pavel Roskin  <proski@gnu.org>
2192         * include/grub/misc.h (ARRAY_SIZE): New macro.
2193         * include/grub/i386/linux.h (GRUB_LINUX_VID_MODE_VESA_START):
2194         New macro.
2195         * loader/i386/linux.c (allocate_pages): Use free_pages().
2196         (grub_linux_unload): Don't use free_pages().
2197         (grub_linux_boot): Prevent accessing linux_vesafb_modes with a
2198         wrong index.  Treat all other modes as text modes.
2199         (grub_cmd_linux): Initialize vid_mode unconditionally to
2200         GRUB_LINUX_VID_MODE_NORMAL.  Recognize and support "vga=ask".
2202         * commands/help.c (print_command_help): Use cmd->prio, not
2203         cmd->flags to check for GRUB_PRIO_LIST_FLAG_ACTIVE.
2205 2009-04-06  Vladimir Serbinenko  <phcoder@gmail.com>
2207         Parttool
2209         * parttool/pcpart.c: new file
2210         * commands/parttool.c: likewise
2211         * conf/common.rmk (pkglib_MODULES): Added parttool.mod and pcpart.mod
2212         (parttool_mod_SOURCES): new variable
2213         (parttool_mod_CFLAGS): likewise
2214         (parttool_mod_LDFLAGS): likewise
2215         (pcpart_mod_SOURCES): likewise
2216         (pcpart_mod_CFLAGS): likewise
2217         (pcpart_mod_LDFLAGS): likewise
2218         * conf/i386-coreboot.rmk (grub_emu_SOURCES): added commands/parttool.c
2219         and parttool/pcpart.c
2220         * conf/i386-efi.rmk: likewise
2221         * conf/i386-ieee1275.rmk: likewise
2222         * conf/i386-pc.rmk: likewise
2223         * conf/powerpc-ieee1275.rmk: likewise
2224         * conf/sparc64-ieee1275.rmk: likewise
2225         * conf/x86_64-ieee1275.rmk: likewise
2227 2009-04-05  Vladimir Serbinenko  <phcoder@gmail.com>
2229         Support for mtime and further expandability of dir command
2231         * include/grub/lib/datetime.h: moved to ...
2232         * include/grub/datetime.h: ... moved here and added
2233         declaration of grub_unixtime2datetime. All users updated
2234         * include/grub/fs.h: new syntax for dir and mtime functions in
2235         struct grub_fs
2236         * include/grub/fshelp.h: new declarations of GRUB_FSHELP_TYPE_MASK
2237         and GRUB_FSHELP_FLAGS_MASK
2238         * commands/ls.c (grub_ls_list_files): Write mtime in long format
2239         * fs/ext2.c (grub_ext2_dir): use new dir syntax and supply mtime
2240         (grub_ext2_mtime): new function
2241         * fs/hfsplus.c (grub_hfsplus_dir): use new dir syntax and supply mtime
2242         (grub_hfsplus_mtime): new function
2243         * fs/ufs.c (GRUB_UFS_ATTR_TYPE): new definition
2244         (GRUB_UFS_ATTR_FILE): likewise
2245         (GRUB_UFS_ATTR_LNK): likewise
2246         (struct grub_ufs_sblock): new fields mtime
2247         (grub_ufs_read_inode): new parameter to read inode to a separate buffer
2248         all users updated
2249         (grub_ufs_dir): mtime support
2250         (grub_ufs_mtime): new function
2251         * fs/affs.c (grub_affs_dir): use new dir syntax
2252         * fs/afs.c (grub_afs_dir): likewise
2253         * fs/cpio.c (grub_cpio_dir): likewise
2254         * fs/fat.c (grub_fat_find_dir): likewise
2255         * fs/hfs.c (grub_hfs_dir): likewise
2256         * fs/iso9660.c (grub_iso9660_dir): likewise
2257         * fs/jfs.c (grub_jfs_dir): likewise
2258         * fs/minix.c (grub_minix_dir): likewise
2259         * fs/ntfs.c (grub_ntfs_dir): likewise
2260         * fs/reiserfs.c (grub_reiserfs_dir): likewise
2261         * fs/sfs.c (grub_sfs_dir): likewise
2262         * fs/xfs.c (grub_xfs_dir): likewise
2263         * util/hostfs.c (grub_hostfs_dir): likewise
2264         * lib/datetime.c: moved to ...
2265         * normal/datetime.c: ... moved here
2266         (grub_unixtime2datetime): new function
2267         * kern/rescue.c (grub_rescue_print_files): use new dir syntax
2268         * normal/completion.c (iterate_dir): use new dir syntax
2269         * normal/misc.c (grub_normal_print_device_info): tell the
2270         last modification time of a volume
2271         * kern/fs.c (grub_fs_probe): updated dummy function to use new syntax
2272         * conf/common.rmk: added lib/datetime.c to ls.mod
2273         * conf/i386-coreboot.rmk (grub_emu_SOURCES): add normal/datetime.c
2274         (normal_mod_SOURCES): likewise
2275         (datetime_mod_SOURCES): Removed lib/datetime.c
2276         * conf/i386-efi.rmk: likewise
2277         * conf/i386-ieee1275.rmk: likewise
2278         * conf/i386-pc.rmk: likewise
2279         * conf/powerpc-ieee1275.rmk: likewise
2280         * conf/sparc64-ieee1275.rmk: likewise
2281         * conf/x86_64-efi.rmk: likewise
2283 2009-04-05  Vladimir Serbinenko  <phcoder@gmail.com>
2285         Trim trailing spaces in FAT label and support mtools-like labels
2287         * fs/fat.c (grub_fat_iterate_dir): New function based
2288         on grub_fat_find_dir
2289         (grub_fat_find_dir): use grub_fat_iterate_dir
2290         (grub_fat_label): likewise
2292 2009-04-04  Vladimir Serbinenko  <phcoder@gmail.com>
2294         * conf/powerpc-ieee1275.rmk (kernel_elf_HEADERS): add list.h
2295         and command.h
2296         remove extraneous kernel_elf_HEADERS
2298 2009-04-04  Bean  <bean123ch@gnail.com>
2300         * include/grub/util/misc.h: Add dummy function fsync for mingw.
2302         * util/misc.c: Likewise.
2304 2009-04-04  Yoshinori K. Okuji  <okuji@enbug.org>
2306         * loader/i386/efi/linux.c (fake_bios_data): Use grub_dprintf
2307         instead of grub_printf.
2309 2009-04-03  Robert Millan  <rmh@aybabtu.com>
2311         * loader/i386/linux.c (grub_linux_setup_video): Fill
2312         `params->{red,green,blue,reserved}_{mask_size,field_pos}' with
2313         values from `mode info' structure instead of hardcoded
2314         values.
2316 2009-04-01  Pavel Roskin  <proski@gnu.org>
2318         * Makefile.in: Remove all references to MODULE_LDFLAGS, it's
2319         unused now.
2320         * genmk.rb: Likewise.
2321         * configure.ac: Likewise.
2323 2009-04-01  Manoel Abranches  <mrabran@linux.vnet.ibm.com>
2325         * aclocal.m4: Move --build-id=none from MODULE_LDFLAGS to
2326         TARGET_LDFLAGS.  This corrects a problem with grub-mkelfimage.
2328 2009-04-01  David S. Miller  <davem@davemloft.net>
2330         * normal/sparc64/setjmp.S: Fix setjmp implementation.
2331         * include/grub/sparc64/setjmp.h (grub_jmp_buf): Update.
2332         (grub_setjmp): Mark with 'returns_twice' attribute.
2333         * include/grub/i386/setjmp.h (grub_setjmp): Likewise
2334         * include/grub/powerpc/setjmp.h (grub_setjmp): Likewise.
2335         * include/grub/x86_64/setjmp.h (grub_setjmp): Likewise.
2337 2009-04-01  Robert Millan  <rmh@aybabtu.com>
2339         Reapply fix from 2008-07-28 which was accidentally reverted; also
2340         perform the same fix to a similar check in same function.
2342         * disk/raid.c (grub_raid_scan_device): Do not abort when two disks
2343         with the same number are found, just use issue a warning with
2344         grub_dprintf(), as this error has been reported to be non-fatal.
2346 2009-03-31  Pavel Roskin  <proski@gnu.org>
2348         * aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): Provide safe default
2349         for cross-compilation.
2351 2009-03-30  Robert Millan  <rmh@aybabtu.com>
2353         Fix i386-ieee1275 build.
2355         * include/grub/i386/ieee1275/loader.h (grub_multiboot2_real_boot):
2356         Remove declaration.
2358 2009-03-30  Pavel Roskin  <proski@gnu.org>
2360         * fs/hfs.c (grub_hfs_strncasecmp): Integrate into ...
2361         (grub_hfs_cmp_catkeys): ... this.  Don't assume strings to be
2362         zero-terminated, rely only on the strlen value.  Fix comparison
2363         of strings differing in length.
2365 2009-03-30  Robert Millan  <rmh@aybabtu.com>
2367         * loader/i386/linux.c (grub_cmd_linux): Check for zImage before
2368         checking for abi version.  Improve error messages on BIOS to notify
2369         user about `linux16' command.
2371 2009-03-29  Vladimir Serbinenko  <phcoder@gmail.com>
2373         Leak fixes
2375         * kern/disk.c (grub_disk_cache_store): Invalidate previous cache
2376         in case of collision
2377         * disk/scsi.c (grub_scsi_open): free scsi in case of error
2379 2009-03-29  Robert Millan  <rmh@aybabtu.com>
2381         * loader/i386/linux.c (grub_cmd_linux): Parse "vga=" parameter and
2382         set `vid_mode' accordingly.
2383         (grub_linux_boot): Process `vid_mode' and set video mode.
2385 2009-03-29  Robert Millan  <rmh@aybabtu.com>
2387         * util/grub.d/10_linux.in (linux_entry): New function.
2388         Factorize generation of Linux boot entries.
2390 2009-03-29  Yoshinori K. Okuji  <okuji@enbug.org>
2392         Make the format of Environment Block plain text. The boot loader
2393         part is not tested well yet.
2395         * util/grub-editenv.c (DEFAULT_ENVBLK_SIZE): New macro.
2396         (buffer): Removed.
2397         (envblk): Likewise.
2398         (usage): Remove "info" and "clear". Add "unset". Update the
2399         description of "set", as this does not delete variables any
2400         longer.
2401         (create_envblk_file): Complete rewrite.
2402         (open_envblk_file): Likewise.
2403         (cmd_info): Removed.
2404         (cmd_list): Likewise.
2405         (cmd_set): Likewise.
2406         (cmd_clear): Likewise.
2407         (list_variables): New function.
2408         (write_envblk): Likewise.
2409         (set_variables): Likewise.
2410         (unset_variables): Likewise.
2411         (main): Complete rewrite.
2413         * commands/loadenv.c (buffer): Removed.
2414         (envblk): Likewise.
2415         (open_envblk_file): New function.
2416         (read_envblk_file): Complete rewrite.
2417         (grub_cmd_load_env): Likewise.
2418         (grub_cmd_list_env): Likewise.
2419         (struct blocklist): New struct.
2420         (free_blocklists): New function.
2421         (check_blocklists): Likewise.
2422         (write_blocklists): Likewise.
2423         (grub_cmd_save_env): Complete rewrite.
2425         * include/grub/lib/envblk.h (GRUB_ENVBLK_SIGNATURE): Replaced with
2426         a plain text signature.
2427         (GRUB_ENVBLK_MAXLEN): Removed.
2428         (struct grub_envblk): Complete rewrite.
2429         (grub_envblk_find): Removed.
2430         (grub_envblk_insert): Likewise.
2431         (grub_envblk_open): New prototype.
2432         (grub_envblk_set): Likewise.
2433         (grub_envblk_delete): Put const to VALUE.
2434         (grub_envblk_iterate): Put const to NAME and VALUE.
2435         (grub_envblk_close): New prototype.
2436         (grub_envblk_buffer): New inline function.
2437         (grub_envblk_size): Likewise.
2439         * lib/envblk.c: Include grub/mm.h.
2440         (grub_env_find): Removed.
2441         (grub_envblk_open): New function.
2442         (grub_envblk_close): Likewise.
2443         (escaped_value_len): Likewise.
2444         (find_next_line): Likewise.
2445         (grub_envblk_insert): Removed.
2446         (grub_envblk_set): New function.
2447         (grub_envblk_delete): Complete rewrite.
2448         (grub_envblk_iterate): Likewise.
2450 2009-03-28  Robert Millan  <rmh@aybabtu.com>
2452         * conf/i386-pc.rmk (pkglib_MODULES): Add `linux16.mod'.
2453         (linux16_mod_SOURCES, linux16_mod_CFLAGS, linux16_mod_LDFLAGS): New
2454         variables.  Use 16-bit loader.
2455         (linux_mod_SOURCES, linux_mod_CFLAGS, linux_mod_LDFLAGS): Use 32-bit
2456         loader.
2457         * kern/i386/loader.S (grub_linux_boot): Rename to ...
2458         (grub_linux16_boot): ... this.  Update all users.
2459         * loader/i386/linux.c (grub_linux32_boot): Rename to ...
2460         (grub_linux_boot): ... this.  Update all users.
2462         * loader/i386/pc/linux.c (GRUB_MOD_INIT(linux)): Rename to ...
2463         (GRUB_MOD_INIT(linux16)): ... this.  Rename `linux' and `initrd'
2464         commands to `linux16' and `initrd16'.
2465         (GRUB_MOD_FINI(linux)): Rename to ...
2466         (GRUB_MOD_FINI(linux16)): ... this.
2468 2009-03-24  Pavel Roskin  <proski@gnu.org>
2470         * genmk.rb: Define ASM_FILE for *.S files for *.lst generation,
2471         not just for compilation.
2473 2009-03-22  Vladimir Serbinenko  <phcoder@gmail.com>
2475         Move multiboot helper out of kernel
2477         * conf/i386-pc.rmk (multiboot_mod_SOURCES): Add
2478         `loader/i386/multiboot_helper.S'.
2479         * conf/i386-coreboot.rmk: Likewise
2480         * conf/i386-ieee1275.rmk: Likewise
2482         * kern/i386/loader.S: Move multiboot helpers from here...
2483         * loader/i386/multiboot_helper.S: ...moved here
2484         * include/grub/i386/loader.h: Move declarations of multiboot
2485         helpers from here...
2486         * include/grub/i386/multiboot.h: ...moved here
2487         * loader/i386/multiboot.c: Added include of grub/cpu/multiboot.h
2489 2009-03-22  Yoshinori K. Okuji  <okuji@enbug.org>
2491         * kern/env.c (grub_env_context_open): Added an argument to specify
2492         whether a new context inherits exported variables from current
2493         one. This is useful when making a sandbox to interpret a config
2494         file.
2495         All callers updated.
2497         * include/grub/env.h (grub_env_context_open): Updated the prototype.
2499 2009-03-22  Yoshinori K. Okuji  <okuji@enbug.org>
2501         * kern/env.c (grub_env_context_close): Fix memory leaks.
2503 2009-03-22  Yoshinori K. Okuji  <okuji@enbug.org>
2505         * normal/main.c (grub_normal_execute): Added an argument
2506         BATCH to specify if an interactive interface should be provided
2507         after reading a config file.
2508         All callers updated.
2509         (read_command_list): Prevent being executed twice.
2510         (read_fs_list): Likewise.
2512         * include/grub/normal.h (grub_normal_execute): Updated the
2513         prototype.
2515 2009-03-22  Pavel Roskin  <proski@gno.org>
2517         * kern/powerpc/ieee1275/startup.S: Replace EXT_C(start) with
2518         _start.
2519         * kern/i386/pc/startup.S: Likewise.
2520         * kern/i386/efi/startup.S: Likewise.
2521         * kern/i386/ieee1275/startup.S: Likewise.
2522         * kern/i386/coreboot/startup.S: Likewise.
2523         * kern/x86_64/efi/startup.S: Likewise.
2525         * aclocal.m4 (grub_CHECK_START_SYMBOL): Remove.
2526         * configure.ac: Don't call grub_CHECK_START_SYMBOL.
2527         * kern/i386/pc/startup.S: Use _start instead of START_SYMBOL.
2529 2009-03-21  Vladimir Serbinenko  <phcoder@gmail.com>
2531         Bugfixes in multiboot for bugs uncovered by solaris kernel.
2533         * loader/i386/multiboot_elfxx.c (grub_multiboot_load_elf): Corrected
2534         limit detection.
2535         Use vaddr of correct segment for entry_point.
2537 2009-03-21  Bean  <bean123ch@gmail.com>
2539         * commands/blocklist.c: Add include file <grub/command.h>, remove
2540         <grub/normal.h> and <grub/arg.h>.
2541         (grub_cmd_blocklist): Use the new command interface.
2542         (GRUB_MOD_INIT): Likewise.
2543         (GRUB_MOD_FINI): Likewise.
2544         * commands/boot.c: Likewise.
2545         * commands/cat.c: Likewise.
2546         * commands/cmp.c: Likewise.
2547         * commands/configfile.c: Likewise.
2548         * commands/crc.c: Likewise.
2549         * commands/echo.c: Likewise.
2550         * commands/halt.c: Likewise.
2551         * commands/handler.c: Likewise.
2552         * commands/hdparm.c: Likewise.
2553         * commands/help.c: Likewise.
2554         * commands/hexdump.c: Likewise.
2555         * commands/loadenv.c: Likewise.
2556         * commands/ls.c: Likewise.
2557         * commands/lsmmap.c: Likewise.
2558         * commands/lspci.c: Likewise.
2559         * commands/loadenv.c: Likewise.
2560         * commands/read.c: Likewise.
2561         * commands/reboot.c: Likewise.
2562         * commands/search.c: Likewise.
2563         * commands/sleep.c: Likewise.
2564         * commands/test.c: Likewise.
2565         * commands/usbtest.c: Likewise.
2566         * commands/videotest.c: Likewise.
2567         * commands/i386/cpuid.c: Likewise.
2568         * commands/i386/pc/halt.c: Likewise.
2569         * commands/i386/pc/play.c: Likewise.
2570         * commands/i386/pc/pxecmd.c: Likewise.
2571         * commands/i386/pc/vbeinfo.c: Likewise.
2572         * commands/i386/pc/vbetest.c: Likewise.
2573         * commands/ieee1275/suspend.c: Likewise.
2574         * disk/loopback.c: Likewise.
2575         * font/font_cmd.c: Likewise.
2576         * hello/hello.c: Likewise.
2577         * loader/efi/appleloader.c: Likewise.
2578         * loader/efi/chainloader.c: Likewise.
2579         * loader/i386/bsd.c: Likewise.
2580         * loader/i386/efi/linux.c: Likewise.
2581         * loader/i386/ieee1275/linux.c: Likewise.
2582         * loader/i386/linux.c: Likewise.
2583         * loader/i386/pc/chainloader.c: Likewise.
2584         * loader/i386/pc/linux.c: Likewise.
2585         * loader/powerpc/ieee1275/linux.c: Likewise.
2586         * loader/multiboot_loader.c: Likewise.
2587         * term/gfxterm.c: Likewise.
2588         * term/i386/pc/serial.c: Likewise.
2589         * term/terminfo.c: Likewise.
2591         * term/i386/pc/vesafb.c: Removed <grub/arg.h>.
2592         * term/i386/pc/vga.c: Likewise.
2593         * video/readers/jpeg.c: Likewise.
2594         * video/readers/png.c: Likewise.
2595         * video/readers/tga.c: Likewise.
2597         * util/grub-fstest (cmd_loopback): Removed.
2598         (cmd_blocklist): Likewise.
2599         (cmd_ls): Likewise.
2600         (grub_register_command): Likewise.
2601         (grub_unregister_command): Likewise.
2602         (execute_command): Use grub_command_find to locate command and execute
2603         it.
2605         * include/grub/efi/chainloader.h: Removed.
2606         * loader/efi/chainloader_normal.c: Likewise.
2607         * loader/i386/bsd_normal.c: Likewise.
2608         * loader/i386/pc/chainloader_normal.c: Likewise.
2609         * loader/i386/pc/multiboot_normal.c: Likewise.
2610         * loader/linux_normal.c: Likewise.
2611         * loader/multiboot_loader_normal.c: Likewise.
2612         * loader/powerpc/ieee1275/linux_normal.c: Likewise.
2614         * gencmdlist.sh: Scan new registration command grub_register_extcmd
2615         and grub_register_command_p1.
2617         * conf/common.rmk (grub_fstest_SOURCES): Add kern/list.c,
2618         kern/command.c, lib/arg.c and commands/extcmd.c.
2619         (pkglib_MODULES): Remove boot.mod, and minicmd.mod and extcmd.mod.
2620         (minicmd_mod_SOURCES): New variable.
2621         (minicmd_mod_CFLAGS): Likewise.
2622         (minicmd_mod_LDFLAGS): Likewise.
2623         (extcmd_mod_SOURCES): Likewise.
2624         (extcmd_mod_CFLAGS): Likewise.
2625         (extcmd_mod_LDFLAGS): Likewise.
2626         (boot_mod_SOURCES): Removed.
2627         (boot_mod_CFLAGS): Likewise.
2628         (boot_mod_LDFLAGS): Likewise.
2630         * conf/i386-pc.rmk (kernel_img_SOURCES): Add kern/command.c and
2631         kern/corecmd.c.
2632         (kernel_img_HEADERS): Add command.h.
2633         (grub_emu_SOURCES): Remove commands/boot.c and normal/arg.c, add
2634         commands/minicmd.c, kern/command.c, kern/corecmd.c, commands/extcmd.c
2635         and lib/arg.c.
2636         (pkglib_MODULES): Change _linux.mod, _chain.mod, _bsd.mod and
2637         _multiboot.mod as linux.mod, chain.mod, bsd.mod and multiboot.mod,
2638         remove the corresponding normal mode command.
2639         (normal_mod_SOURCES): Remove normal/arg.c.
2640         * conf/i386-coreboot.rmk: Likewise.
2641         * conf/i386-efi.rmk: Likewise.
2642         * conf/i386-ieee1275.rmk: Likewise.
2643         * conf/powerpc-ieee1275.rmk: Likewise.
2644         * conf/x86_64-efi.rmk: Likewise.
2646         * include/grub/arg.h: Move from here ...
2647         * include/grub/lib/arg.h: ... to here.
2649         * normal/arg.c: Move from here ...
2650         * lib/arg.c: ... to here.
2652         * commands/extcmd.c: New file.
2653         * commands/minicmd.c: Likewise.
2654         * include/grub/command.h: Likewise.
2655         * include/grub/extcmd.h: Likewise.
2656         * kern/command.c: Likewise.
2657         * kern/corecmd.c: Likewise.
2659         * kern/list.c (grub_list_iterate): Return int instead of void.
2660         (grub_list_insert): New function.
2661         (grub_prio_list_insert): Likewise.
2663         * kern/rescue.c (grub_rescue_command): Removed.
2664         (grub_rescue_command_list): Likewise.
2665         (grub_rescue_register_command): Likewise.
2666         (grub_rescue_unregister_command): Likewise.
2667         (grub_rescue_cmd_boot): Move to minicmd.c
2668         (grub_rescue_cmd_help): Likewise.
2669         (grub_rescue_cmd_info): Likewise.
2670         (grub_rescue_cmd_boot): Likewise.
2671         (grub_rescue_cmd_testload): Likewise.
2672         (grub_rescue_cmd_dump): Likewise.
2673         (grub_rescue_cmd_rmmod): Likewise.
2674         (grub_rescue_cmd_lsmod): Likewise.
2675         (grub_rescue_cmd_exit): Likewise.
2676         (grub_rescue_print_devices): Moved to corecmd.c.
2677         (grub_rescue_print_files): Likewise.
2678         (grub_rescue_cmd_ls): Likewise.
2679         (grub_rescue_cmd_insmod): Likewise.
2680         (grub_rescue_cmd_set): Likewise.
2681         (grub_rescue_cmd_unset): Likewise.
2682         (attempt_normal_mode): Use grub_command_find to get normal module.
2683         (grub_enter_rescue_mode): Use grub_register_core_commands to register
2684         commands, remove grub_rescue_register_command calls.
2686         * normal/command.c (grub_register_command): Removed.
2687         (grub_unregister_command): Likewise.
2688         (grub_command_find): Likewise.
2689         (grub_iterate_commands): Likewise.
2690         (rescue_command): Likewise.
2691         (export_command): Moved to corecmd.c.
2692         (set_command): Removed.
2693         (unset_command): Likewise.
2694         (insmod_command): Likewise.
2695         (rmmod_command): Likewise.
2696         (lsmod_command): Likewise.
2697         (grub_command_init): Likewise.
2699         * normal/completion.c (iterate_command): Use cmd->prio to check for
2700         active command.
2701         (complete_arguments): Use grub_extcmd_t structure to find options.
2702         (grub_normal_do_completion): Change function grub_iterate_commands to
2703         grub_command_iterate.
2705         * normal/execute.c (grub_script_execute_cmd): No need to parse
2706         argument here.
2708         * normal/main.c (grub_dyncmd_dispatcher): New function.
2709         (read_command_list): Register unload commands as dyncmd.
2710         (grub_cmd_normal): Use new command interface, register rescue,
2711         unregister normal at entry, register normal, unregister rescue at exit.
2713         * include/grub/list.h (grub_list_test_t): New type.
2714         (grub_list_iterate): Return int instead of void.
2715         (grub_list_insert): New function.
2716         (GRUB_AS_NAMED_LIST_P): New macro.
2717         (GRUB_AS_PRIO_LIST): Likewise.
2718         (GRUB_AS_PRIO_LIST_P): Likewise.
2719         (GRUB_PRIO_LIST_PRIO_MASK): New constant.
2720         (GRUB_PRIO_LIST_FLAG_ACTIVE): Likewise.
2721         (grub_prio_list): New structure.
2722         (grub_prio_list_insert): New function.
2723         (grub_prio_list_remove): New inline function.
2725         * include/grub/normal.h: Remove <grub/arg.h>, add <grub/command.h>.
2726         (GRUB_COMMAND_FLAG_CMDLINE): Moved to command.h.
2727         (GRUB_COMMAND_FLAG_MENU): Likewise.
2728         (GRUB_COMMAND_FLAG_BOTH): Likewise.
2729         (GRUB_COMMAND_FLAG_TITLE): Likewise.
2730         (GRUB_COMMAND_FLAG_NO_ECHO): Likewise.
2731         (GRUB_COMMAND_FLAG_NO_ARG_PARSE): Removed.
2732         (GRUB_COMMAND_FLAG_NOT_LOADED): Likewise.
2733         (grub_command): Likewise.
2734         (grub_register_command): Likewise.
2735         (grub_command_find): Likewise.
2736         (grub_iterate_commands): Likewise.
2737         (grub_command_init): Likewise.
2738         (grub_arg_parse): Likewise.
2739         (grub_arg_show_help): Likewise.
2741         * include/grub/rescue.h (grub_rescue_register_command): Removed.
2742         (grub_rescue_unregister_command): Likewise.
2744         * include/grub/i386/bsd.h: Remove grub_rescue_cmd_freebsd,
2745         grub_rescue_cmd_openbsd, grub_rescue_cmd_netbsd,
2746         grub_rescue_cmd_freebsd_loadenv and grub_rescue_cmd_freebsd_module.
2748         * include/grub/i386/efi/loader.h: Remove grub_rescue_cmd_linux and
2749         grub_rescue_cmd_initrd.
2750         * include/grub/i386/loader.h: Likewise.
2751         * include/grub/x86_64/loader.h: Likewise.
2753         * include/grub/i386/pc/chainloader.h: Remove grub_chainloader_cmd.
2755 2009-03-21  Bean  <bean123ch@gmail.com>
2757         * util/hostdisk.c (read_device_map): Use grub_util_get_disk_size
2758         instead of stat in mingw environment.
2760         * util/misc.c (grub_millisleep): Use Sleep in mingw environment.
2762         * aclocal.m4 (grub_CHECK_LINK_DIR): New function.
2764         * configure.ac: Use grub_CHECK_LINK_DIR to determine whether to use
2765         AC_CONFIG_LINKS.
2767 2009-03-21  Bean  <bean123ch@gmail.com>
2769         * fs/ext2.c (grub_ext2_mount): Change errno to GRUB_ERR_BAD_FS for
2770         out of range error.
2772 2009-03-18  Michel Dänzer  <michel@daenzer.net>
2774         * fs/ext2.c (grub_ext2_read_block): Take endianness into account when
2775         checking inode flags for EXT4_EXTENTS_FLAG.
2777 2009-03-18  Robert Millan  <rmh@aybabtu.com>
2779         * loader/i386/linux.c: Include `<grub/video.h>' and
2780         `<grub/i386/pc/vbe.h>'..
2781         (grub_linux_setup_video): New function.  Loosely based on the EFI one.
2782         (grub_linux32_boot): Attempt to configure video settings with
2783         grub_linux_setup_video().
2784         (grub_rescue_cmd_linux): Set noreturn=0 in grub_loader_set, in order
2785         to avoid grub_console_fini() which would step out of graphical mode
2786         unconditionally.
2788 2009-03-14  Robert Millan  <rmh@aybabtu.com>
2790         Fix build on powerpc.
2791         * conf/powerpc-ieee1275.rmk (kernel_elf_HEADERS): Add `handler.h'.
2793 2009-03-12  Vladimir Serbinenko  <phcoder@gmail.com>
2795         * term/gfxterm.c (GRUB_MOD_FINI(term_gfxterm)): Correct name of
2796         background image command.
2798 2009-03-12  Colin D Bennett  <colin@gibibit.com>
2800         * term/gfxterm.c (draw_cursor): Ensure character is redrawn.
2801         (grub_gfxterm_putchar): Extract pairs of identical calls to
2802         draw_cursor out of conditional blocks.
2804 2009-03-11  Pavel Roskin  <proski@gnu.org>
2806         * fs/hfs.c (grub_hfs_strncasecmp): New function.
2807         (grub_hfs_cmp_catkeys): Use HFS specific string comparison.
2809 2009-03-11  Robert Millan  <rmh@aybabtu.com>
2811         * loader/i386/multiboot_elfxx.c
2812         (CONCAT(grub_multiboot_load_elf, XX)): Do not reject ET_DYN files.
2814 2009-03-11  Felix Zielcke  <fzielcke@z-51.de>
2816         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Add `kern/list.c' and
2817         `kern/handler.c'.
2819 2009-03-11  Robert Millan  <rmh@aybabtu.com>
2821         * loader/i386/multiboot.c (code_size): New variable.
2822         (grub_multiboot): Define offsets by adding to `code_size' rather
2823         than subtracting from `grub_multiboot_payload_size'.  Provide
2824         4-byte alignment to MBI and others by increasing
2825         `boot_loader_name_length' appropriately.
2827         * loader/i386/multiboot_elfxx.c
2828         (CONCAT(grub_multiboot_load_elf, XX)): Initialize `code_size'.
2830 2009-03-09  Felix Zielcke  <fzielcke@z-51.de>
2832         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Remove duplicated
2833         `fs/ext2.c'.
2835 2009-03-08  Robert Millan  <rmh@aybabtu.com>
2837         Make loader/i386/linux.c usable on i386-pc again.
2839         * kern/i386/pc/init.c (grub_machine_init): Disable addition of low
2840         memory to heap.
2841         * loader/i386/linux.c [GRUB_MACHINE_PCBIOS] (allocate_pages): Remove
2842         `#error' stanza.
2844 2009-03-07  Bean  <bean123ch@gmail.com>
2846         * loader/i386/efi/linux.c (grub_rescue_cmd_initrd): Fix a bug in initrd
2847         allocation.
2849 2009-03-06  Robert Millan  <rmh@aybabtu.com>
2851         Fix display issue on terminals with screen size other than 80x25
2852         (e.g. gfxterm with resolution higher than 640x480).
2854         * normal/main.c (grub_normal_init_page): Display title text in a
2855         position relative to the center of the terminal instead of relying
2856         on a hardcoded offset.
2858 2009-03-04  Robert Millan  <rmh@aybabtu.com>
2860         Filter /etc/grub.d/10_* so that only add-ons for native kernels are
2861         installed.
2863         * Makefile.in (host_kernel): New variable.
2864         * conf/common.rmk (grub-mkconfig_SCRIPTS): Conditionalize all 10_*.in
2865         scripts instead of just the windows one.
2866         * configure.ac: Initialize and AC_SUBST `host_kernel'.
2868 2009-03-04  Felix Zielcke  <fzielcke@z-51.de>
2870         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `kern/list.c' and
2871         `kern/handler.c'.
2872         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
2873         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
2874         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
2875         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
2876         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
2877         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
2879 2009-03-04  Felix Zielcke  <fzielcke@z-51.de>
2881         * partmap/pc.c (pc_partition_map_iterate): Skip over invalid BSD partitions
2882         or if there's no space for the disk label and print the partition number on a
2883         invalid magic.
2885 2009-03-04  Felix Zielcke  <fzielcke@z-51.de>
2887         * util/misc.c: Include <time.h>.
2888         (grub_millisleep): New function.
2890 2009-03-04  Bean  <bean123ch@gmail.com>
2892         * configure.ac: Only test -mcmodel=large option in x86_64-efi, also add
2893         another option -mno-red-zone.
2895         * commands/handler.c: Change module description.
2897         * kern/handler.c: Add missing space at the end of description line.
2899         * kern/list.c: Likewise.
2901 2009-03-03  Robert Millan  <rmh@aybabtu.com>
2903         Move more components to the relocation area, and fix mbi pointer
2904         handling to use the destination rather than the origin (thanks to
2905         Vladimir Serbinenko for spotting).
2907         * loader/i386/multiboot.c (mbi_dest): New variable.
2908         (grub_multiboot_boot): Use `mbi_dest' instead of `mbi'.
2909         (grub_multiboot): Put cmdline, boot_loader_name and mbi in the
2910         relocation area.
2912 2009-03-01  Bean  <bean123ch@gmail.com>
2914         * include/grub/efi/api.h (GRUB_EFI_MPS_TABLE_GUID): New constant.
2915         (GRUB_EFI_ACPI_TABLE_GUID): Likewise.
2916         (GRUB_EFI_ACPI_20_TABLE_GUID): Likewise.
2917         (GRUB_EFI_SMBIOS_TABLE_GUID): Likewise.
2919         * loader/i386/efi/linux.c (acpi_guid): New variable.
2920         (acpi_guid): Likewise.
2921         (EBDA_SEG_ADDR): New constant.
2922         (LOW_MEM_ADDR): Likewise.
2923         (FAKE_EBDA_SEG): Likewise.
2924         (fake_bios_data): New function.
2925         (grub_linux_boot): Call fake_bios_data.
2927 2009-03-01  Bean  <bean123ch@gmail.com>
2929         * commands/terminal.c: Removed.
2931         * commands/handler.c: New file.
2933         * include/grub/list.h: Likewise.
2935         * include/grub/handler.h: Likewise.
2937         * kern/list.c: Likewise.
2939         * kern/handler.c: Likewise.
2941         * kern/term.h: Include header file <grub/handler.h>.
2942         (grub_term_input): Move next field to the beginning.
2943         (grub_term_output): Likewise.
2944         (grub_term_input_class): New variable.
2945         (grub_term_output_class): Likewise.
2946         (grub_term_register_input): Changed to inline function.
2947         (grub_term_register_output): Likewise.
2948         (grub_term_unregister_input): Likewise.
2949         (grub_term_unregister_output): Likewise.
2950         (grub_term_set_current_input): Likewise.
2951         (grub_term_set_current_output): Likewise.
2952         (grub_term_get_current_input): Likewise.
2953         (grub_term_get_current_output): Likewise.
2954         (grub_term_iterate_input): Removed.
2955         (grub_term_iterate_output): Likewise.
2957         * kern/term.c (grub_term_list_input): Removed.
2958         (grub_term_list_output): Likewise.
2959         (grub_term_input_class): New variable.
2960         (grub_term_output_class): Likewise.
2961         (grub_cur_term_input): Change variable as macro.
2962         (grub_cur_term_output): Likewise.
2963         (grub_term_register_input): Removed.
2964         (grub_term_register_output): Likewise.
2965         (grub_term_unregister_input): Likewise.
2966         (grub_term_unregister_output): Likewise.
2967         (grub_term_set_current_input): Likewise.
2968         (grub_term_set_current_output): Likewise.
2969         (grub_term_iterate_input): Likewise.
2970         (grub_term_iterate_output): Likewise.
2971         (grub_term_get_current_input): Likewise.
2972         (grub_term_get_current_output): Likewise.
2974         * util/grub-editenv.c: Include header file <grub/handler.h>.
2975         (grub_term_get_current_input): Removed.
2976         (grub_term_get_current_output): Likewise.
2977         (grub_term_input_class): New variable.
2978         (grub_term_output_class): Likewise.
2980         * util/grub-fstest.c (grub_term_get_current_input): Removed.
2981         (grub_term_get_current_output): Likewise.
2982         (grub_term_input_class): New variable.
2983         (grub_term_output_class): Likewise.
2985         * util/grub-probe.c (grub_term_get_current_input): Removed.
2986         (grub_term_get_current_output): Likewise.
2987         (grub_term_input_class): New variable.
2988         (grub_term_output_class): Likewise.
2990         * util/i386/pc/grub-setup.c (grub_term_get_current_input): Removed.
2991         (grub_term_get_current_output): Likewise.
2992         (grub_term_input_class): New variable.
2993         (grub_term_output_class): Likewise.
2995         * conf/common.rmk (pkglib_MODULES): Replace terminal with handler.
2996         (terminal_mod_SOURCES): Likewise.
2997         (terminal_mod_CFLAGS): Likewise.
2998         (terminal_mod_LDFLAGS): Likewise.
3000         * conf/i386-pc.rmk (grub_emu_SOURCES): Replace terminal.c with
3001         handler.c.
3002         (kernel_img_SOURCES): Add list.c and handler.c.
3003         (kernel_img_HEADERS): Add list.h and handler.h.
3005         * conf/i386-efi.rmk (grub_emu_SOURCES): Replace terminal.c with
3006         handler.c.
3007         (kernel_mod_SOURCES): Add list.c and handler.c.
3008         (kernel_mod_HEADERS): Add list.h and handler.h.
3010         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Replace terminal.c with
3011         handler.c.
3012         (kernel_elf_SOURCES): Add list.c and handler.c.
3013         (kernel_elf_HEADERS): Add list.h and handler.h.
3015         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Replace terminal.c with
3016         handler.c.
3017         (kernel_elf_SOURCES): Add list.c and handler.c.
3018         (kernel_elf_HEADERS): Add list.h and handler.h.
3020         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Replace terminal.c with
3021         handler.c.
3022         (kernel_mod_SOURCES): Add list.c and handler.c.
3023         (kernel_mod_HEADERS): Add list.h and handler.h.
3025         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Replace terminal.c with
3026         handler.c.
3027         (kernel_elf_SOURCES): Add list.c and handler.c.
3028         (kernel_elf_HEADERS): Add list.h and handler.h.
3030 2009-02-27  Robert Millan  <rmh@aybabtu.com>
3032         Factorize elf32 / elf64 code in Multiboot loader.  This will
3033         prevent it from getting out of sync again.
3035         * loader/i386/multiboot.c (grub_multiboot_is_elf32,
3036         grub_multiboot_load_elf32, grub_multiboot_is_elf64,
3037         grub_multiboot_load_elf64): Move from here ...
3038         * loader/i386/multiboot_elfxx.c (grub_multiboot_is_elf,
3039         grub_multiboot_load_elf): ... to here (new file).
3041 2009-02-27  Robert Millan  <rmh@aybabtu.com>
3043         * util/grub.d/10_linux.in: Rename "single-user mode" to
3044         "recovery mode".
3046 2009-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
3048         Don't leak in SCSI code.
3049         * disk/scsi.c (grub_scsi_close): free `scsi'.
3051 2009-02-27  Robert Millan  <rmh@aybabtu.com>
3053         * loader/i386/pc/multiboot.c: Move from here ...
3054         * loader/i386/multiboot.c: ... to here.  Update all users.
3056 2009-02-27  Robert Millan  <rmh@aybabtu.com>
3058         Patch from Alexandre Bique <bique.alexandre@gmail.com>
3059         * util/i386/pc/grub-setup.c (setup): Fix directory path.
3061 2009-02-27  Krzysztof Smiechowicz  <deadwood@wp.pl>
3063         * fs/sfs.c (grub_sfs_read_extent): Correction to traversing extent
3064         b-tree.
3066 2009-02-27  Robert Millan  <rmh@aybabtu.com>
3068         * kern/misc.c (grub_strtoull): Fix bug (it mistakenly parsed the
3069         `0x' qualifier as 0 when base is specified as parameter).
3071 2009-02-24  Bean  <bean123ch@gmail.com>
3073         * configure.ac: Check for -mcmodel=large in x86_64 target.
3075         * include/grub/efi/api.h (efi_call_10): New macro.
3076         (efi_wrap_10): New function.
3078         * include/grub/efi/pe32.h (GRUB_PE32_REL_BASE_HIGH): New macro.
3079         (GRUB_PE32_REL_BASED_HIGH): Likewise.
3080         (GRUB_PE32_REL_BASED_LOW): Likewise.
3081         (GRUB_PE32_REL_BASED_HIGHLOW): Likewise.
3082         (GRUB_PE32_REL_BASED_HIGHADJ): Likewise.
3083         (GRUB_PE32_REL_BASED_MIPS_JMPADDR): Likewise.
3084         (GRUB_PE32_REL_BASED_SECTION): Likewise.
3085         (GRUB_PE32_REL_BASED_REL): Likewise.
3086         (GRUB_PE32_REL_BASED_IA64_IMM64): Likewise.
3087         (GRUB_PE32_REL_BASED_DIR64): Likewise.
3088         (GRUB_PE32_REL_BASED_HIGH3ADJ): Likewise.
3090         * kern/x86_64/dl.c (grub_arch_dl_relocate_symbols): Fixed relocation
3091         issue.
3093         * kern/x86_64/efi/callwrap.S (efi_wrap_6): Bug fix.
3094         (efi_wrap_10): New function.
3096         * kern/x86_64/efi/startup.S (codestart): Use relative addressing.
3098         * loader/efi/appleloader.c (devpath_5): Add support for late 2008
3099         MB/MBP model (NV chipset).
3100         (devdata_devs): Add devpath_5 to the list.
3102         * load/i386/efi/linux.c (video_base): Remove variable.
3103         (RGB_MASK): New macro.
3104         (RGB_MAGIC): Likewise.
3105         (LINE_MIN): Likewise.
3106         (LINE_MAX): Likewise.
3107         (FBTEST_STEP): Likewise.
3108         (FBTEST_COUNT): Likewise.
3109         (fb_list): New variable.
3110         (grub_find_video_card): Remove function.
3111         (find_framebuf): New function.
3112         (grub_linux_setup_video): Use find_framebuf to get frame buffer and
3113         line length.
3115         * util/i386/efi/grub-mkimage.c (grub_reloc_section): Fix relocation
3116         problem for x86_64.
3118 2009-02-22  Vesa Jääskeläinen  <chaac@nic.fi>
3120         Patch #25624 by Kevin Lacquement <kevin@lacqui>.
3122         * util/grub-mkconfig.in: Use ${grub_mkdevicemap} instead of hard
3123         coding tool name.
3125 2009-02-22  Robert Millan  <rmh@aybabtu.com>
3127         * include/multiboot.h (MULTIBOOT_INFO_ALIGN): New macro.
3128         * loader/i386/pc/multiboot.c (grub_multiboot): Include the MBI
3129         in our relocation, instead of using it directly from heap.  Also
3130         use `MULTIBOOT_INFO_ALIGN' to ensure it is aligned.
3132 2009-02-21  Robert Millan  <rmh@aybabtu.com>
3134         Implement USB keyboard support (based on patch by Marco Gerards)
3136         * conf/i386-pc.rmk (pkglib_MODULES): Add `usb_keyboard.mod'.
3137         (usb_keyboard_mod_SOURCES, usb_keyboard_mod_CFLAGS)
3138         (usb_keyboard_mod_LDFLAGS): New variables.
3140         * term/usb_keyboard.c: New file.
3142 2009-02-14  Vladimir Serbinenko  <phcoder@gmail.com>
3144         Corrected wrong declaration
3146         * kern/disk.c: corrected declaration of grub_disk_ata_pass_through.
3148 2009-02-14  Christian Franke  <franke@computer.org>
3150         * commands/lspci.c (grub_pci_classes): Add `SATA Controller'.
3151         (grub_lspci_iter): Print class code and programming interface byte.
3153 2009-02-14  Christian Franke  <franke@computer.org>
3155         * gendistlist.sh: Ignore `.svn' directories.
3157 2009-02-14  Felix Zielcke  <fzielcke@z-51.de>
3159         * fs/fat.c: Add 2009 to Copyright line.
3161 2009-02-14  Christian Franke  <franke@computer.org>
3163         * commands/hdparm.c: New file.  Provides `hdparm' command
3164         which sends ATA commands via grub_disk_ata_pass_through ().
3166         * conf/i386-pc.rmk: Add ata_pthru.mod and hdparm.mod.
3168         * disk/ata.c: Include <grub/ata.h>.  Move <grub/misc.h>
3169         and <grub/cpu/io.h> to include/grub/ata.h.
3170         (enum grub_ata_addressing_t): Move to include/grub/ata.h.
3171         (GRUB_CDROM_SECTOR_SIZE): Remove.
3172         (GRUB_ATA_*): Move to include/grub/ata.h.
3173         (GRUB_ATAPI_*): Likewise.
3174         (enum grub_ata_commands): Likewise.
3175         (enum grub_ata_timeout_milliseconds): Likewise.
3176         (struct grub_ata_device): Likewise.
3177         (grub_ata_regset): Likewise.
3178         (grub_ata_regget): Likewise.
3179         (grub_ata_regset2): Likewise.
3180         (grub_ata_regget2): Likewise.
3181         (grub_ata_check_ready): Likewise.
3182         (grub_ata_wait_not_busy): Remove static, exported in
3183         include/grub/ata.h.
3184         (grub_ata_wait_drq): Likewise.
3185         (grub_ata_pio_read): Likewise.
3187         * disk/ata_pthru.c: New file.  Provides grub_ata_pass_through ()
3188         function for hdparm.mod.
3190         * include/grub/ata.h: New file, contains declarations from
3191         disk/ata.c.
3192         (enum grub_ata_commands): Add new commands for commands/hdparm.c.
3194         * include/grub/disk.h (grub_disk_ata_pass_through_parms): New struct.
3195         (grub_disk_ata_pass_through): New exported variable.
3197         * kern/disk.c (grub_disk_ata_pass_through): New variable.
3199 2009-02-13  Colin D Bennett  <colin@gibibit.com>
3201         Support multiple fallback entries, and provide an API to support
3202         executing default+fallback menu entries.  Renamed the `terminal' menu
3203         viewer to `text'.
3205         * include/grub/normal.h (grub_normal_text_menu_viewer): New global
3206         variable declaration.
3207         (grub_menu_execute_callback): New structure declaration.
3208         (grub_menu_execute_callback_t): New typedef.
3209         (grub_menu_execute_with_fallback): New function declaration.
3210         (grub_menu_get_entry): Likewise.
3211         (grub_menu_get_timeout): Likewise.
3212         (grub_menu_set_timeout): Likewise.
3214         * normal/main.c (GRUB_MOD_INIT(normal)): Refer to new variable name.
3216         * normal/menu.c (grub_wait_after_message): Moved to
3217         `normal/menu_text.c'.
3218         (draw_border): Likewise.
3219         (print_message): Likewise.
3220         (print_entry): Likewise.
3221         (print_entries): Likewise.
3222         (grub_menu_init_page): Likewise.
3223         (get_entry_number): Likewise.
3224         (print_timeout): Likewise.
3225         (run_menu): Likewise.
3226         (grub_menu_execute_entry): Likewise.
3227         (show_text_menu): Likewise.
3228         (get_and_remove_first_entry_number): New function.
3229         (grub_menu_execute_with_fallback): Likewise.
3230         (get_entry): Renamed to ...
3231         (grub_menu_get_entry): .. this and made it global.
3232         (get_timeout): Renamed to ...
3233         (grub_menu_get_timeout): ... this and made it global.
3234         (set_timeout): Renamed to ...
3235         (grub_menu_set_timeout): ... this and made it global.
3236         (grub_normal_terminal_menu_viewer): Renamed to ...
3237         (grub_normal_text_menu_viewer): ... this.
3239         * normal/menu_text.c: New file.  Extracted text-menu-specific code
3240         from normal/menu.c.
3242         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Add `normal/menu_text.c'.
3243         (normal_mod_SOURCES): Likewise.
3245         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
3246         (normal_mod_SOURCES): Likewise.
3248         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3249         (normal_mod_SOURCES): Likewise.
3251         * conf/i386-pc.rmk, (grub_emu_SOURCES): Likewise.
3252         (normal_mod_SOURCES): Likewise.
3254         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3255         (normal_mod_SOURCES): Likewise.
3257         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3258         (normal_mod_SOURCES): Likewise.
3260         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
3261         (normal_mod_SOURCES): Likewise.
3263 2009-02-11  Robert Millan  <rmh@aybabtu.com>
3265         * util/grub.d/00_header.in: Update old reference to `font' command.
3267 2009-02-10  Felix Zielcke  <fzielcke@z-51.de>
3269         * fs/fat.c (grub_fat_mount): Fix wrong comparison.
3271         Based on patch from Javier Martín.
3273 2009-02-09  Felix Zielcke  <fzielcke@z-51.de>
3275         * conf/common.rmk (grub_probe_SOURCES): Move fs/ext2.c before fs/fat.c
3276         to avoid false positives with FAT.
3277         (grub_fstest_SOURCES): Likewise.
3278         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
3279         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
3280         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3281         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
3282         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3283         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3285 2009-02-09  Felix Zielcke  <fzielcke@z-51.de>
3287         * fs/fat.c (grub_fat_mount): Try to avoid false positives by checking
3288         bpb.version_specific.fat12_or_fat16.fstype and
3289         bpb.version_specific.fat32.fstype.
3291 2009-02-08  Robert Millan  <rmh@aybabtu.com>
3293         * fs/tar.c: Replace "fs/cpio.c" with "cpio.c".
3295 2009-02-08  Robert Millan  <rmh@aybabtu.com>
3297         * Makefile.in (host_os, host_cpu): New variables.
3298         (target_os): Remove.  Update all users.
3300 2009-02-08  Marco Gerards  <marco@gnu.org>
3302         * Makefile.in (enable_grub_emu_usb): New variable.
3303         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `disk/scsi.c'.
3304         (grub_emu_SOURCES) [grub_emu_SOURCES]: Add `disk/usbms.c',
3305         `util/usb.c', `bus/usb/usb.c' and `commands/usbtest.c'.
3306         (grub_emu_LDFLAGS): Add `$(LIBUSB)'.
3307         (pkglib_MODULES): Add `usb.mod', `uhci.mod', `ohci.mod',
3308         `usbtest.mod' and `usbms.mod'.
3309         (usb_mod_SOURCES, usb_mod_CFLAGS, usb_mod_LDFLAGS)
3310         (usbtest_mod_SOURCES, usbtest_mod_CFLAGS, usbtest_mod_LDFLAGS)
3311         (uhci_mod_SOURCES, uhci_mod_CFLAGS, uhci_mod_LDFLAGS,
3312         (ohci_mod_SOURCES, ohci_mod_CFLAGS, ohci_mod_LDFLAGS)
3313         (usbms_mod_SOURCES, usbms_mod_CFLAGS, usbms_mod_LDFLAGS): New
3314         variables.
3316         * disk/usbms.c: New file.
3318         * include/grub/usb.h: Likewise.
3320         * include/grub/usbtrans.h: Likewise.
3322         * include/grub/usbdesc.h: Likewise.
3324         * bus/usb/usbtrans.c: Likewise.
3326         * bus/usb/ohci.c: Likewise.
3328         * bus/usb/uhci.c: Likewise.
3330         * bus/usb/usbhub.c: Likewise.
3332         * bus/usb/usb.c: Likewise.
3334         * commands/usbtest.c: Likewise.
3336         * util/usb.c: Likewise.
3338         * include/grub/err.h (grub_err_t): Add `GRUB_ERR_IO'.
3340         * configure.ac: Test for libusb presence.
3342         * util/grub-emu.c (main) [HAVE_LIBUSB_H]: Call `grub_libusb_init'.
3344 2009-02-08  Vesa Jääskeläinen  <chaac@nic.fi>
3346         * kern/mm.c: Add more comments.
3348 2009-02-08  Robert Millan  <rmh@aybabtu.com>
3350         Patch from Javier Martín.
3351         * fs/ext2.c (EXT2_DRIVER_SUPPORTED_INCOMPAT): Add
3352         `EXT4_FEATURE_INCOMPAT_FLEX_BG'.
3354 2009-02-08  Robert Millan  <rmh@aybabtu.com>
3356         * fs/cpio.c: Split tar functionality to ...
3357         * fs/tar.c: ... here (new file).  Update all users.
3359 2009-02-07  Robert Millan  <rmh@aybabtu.com>
3361         * fs/ext2.c (grub_ext2_mount): Avoid mounting filesystems with
3362         backward-incompatible features.
3364         Based on patch from Javier Martín, with some adjustments.
3366 2009-02-07  Michael Scherer  <misc@mandriva.org>
3368         * fs/hfs.c (grub_hfsplus_iterate_dir): Treat hfs+ as case insensitive.
3370 2009-02-07  Robert Millan  <rmh@aybabtu.com>
3372         * conf/common.rmk (grub_probe_SOURCES, grub_fstest_SOURCES): Move
3373         position of `disk/lvm.c' to ensure grub_init_all() always picks it
3374         after the RAID stuff.
3376 2009-02-05  Vesa Jääskeläinen  <chaac@nic.fi>
3378         Fixes problem when running vbetest command as reported by
3379         Vladimir Serbinenko <phcoder@gmail.com>.
3381         * (grub_vbe_set_video_mode): Fixed problem with text modes.
3383 2009-02-04  Felix Zielcke  <fzielcke@z-51.de>
3385         util/getroot.c (grub_util_get_grub_dev): Add support for /dev/mdNpN and
3386         /dev/md/NpN style mdraid devices.
3388 2009-02-03  Felix Zielcke  <fzielcke@z-51.de>
3390         * util/unifont2pff.rb: Remove.
3392 2009-02-03  Felix Zielcke  <fzielcke@z-51.de>
3394         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Add a missing trailing
3395         `#'.
3397 2009-02-03  Felix Zielcke  <fzielcke@z-51.de>
3399         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `normal/menu_viewer.c'.
3400         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
3401         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
3402         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
3403         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3404         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3405         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3407 2009-02-02  Christian Franke  <franke@computer.org>
3409         * lib/hexdump.c (hexdump): Print at most 3 lines if data is identical.
3411 2009-02-01  Felix Zielcke  <fzielcke@z-51.de>
3413         * INSTALL: Note that we now require at least autoconf 2.59 and
3414         that LZO is optional.
3416 2009-02-01  Vesa Jääskeläinen  <chaac@nic.fi>
3418         Base on patch on bug #24154 created by Tomas Tintera
3419         <trosos@seznam.cz>.
3421         * video/i386/pc/vbe.c (grub_video_vbe_scroll): Fix downward scrolling.
3423 2009-02-01  Vesa Jääskeläinen  <chaac@nic.fi>
3425         Based on patch on bug #25318 created by Bernhard Rosenkraenzer
3426         <bero@arklinux.org>.
3428         * normal/parser.y (script_init): Add missing semicolon.
3430 2009-01-31  Colin D Bennett  <colin@gibibit.com>
3432         * normal/main.c: Add include to grub/menu_viewer.h.
3433         (free_menu_entry_classes): Added.
3434         (grub_normal_menu_addentry): Added class property handling.
3435         (grub_normal_execute): Changed to use new menu viewer for menu viewing.
3436         (GRUB_MOD_INIT(normal)): Added register for text based menu viewer.
3438         * normal/menu_viewer.c: New file.
3440         * normal/menu.c (run_menu_entry): Renamed to ...
3441         (grub_menu_execute_entry): ... this and made it as global.
3442         (grub_menu_run): Renamed to ...
3443         (show_text_menu): ... this and made it local.
3444         (show_text_menu): Adapt to new function names.
3445         (grub_normal_terminal_menu_viewer): New global variable.
3447         * include/grub/menu.h: New file.
3449         * include/grub/menu_viewer.h: New file.
3451         * include/grub/normal.h: Added include to grub/menu.h.
3452         (grub_menu_entry): Moved to include/grub/menu.h.
3453         (grub_menu_entry_t): Likewise.
3454         (grub_menu): Likewise.
3455         (grub_menu_t): Likewise.
3456         (grub_normal_terminal_menu_viewer): Added.
3457         (grub_menu_execute_entry): Likewise.
3458         (grub_menu_run): Removed.
3460         * DISTLIST: Added include/grub/menu.h.
3461         Added include/grub/menu_viewer.h.
3462         Added normal/menu_viewer.c.
3464 2009-01-31  Vesa Jääskeläinen  <chaac@nic.fi>
3466         * normal/execute.c (grub_script_execute_menuentry): Changed to use
3467         arglist for menutitle arguments.
3469         * normal/main.c (grub_normal_menu_addentry): Likewise.
3471         * normal/parser.y (menuentry): Likewise.
3473         * normal/script.c (grub_script_create_cmdmenu): Likewise.
3475         * include/grub/script.h (grub_script_cmd_menuentry): Likewise.
3476         (grub_script_create_cmdmenu): Likewise.
3478         * include/grub/normal.h (grub_normal_menu_addentry): Likewise.
3480         * conf/i386-pc.rmk (normal_mod_SOURCES): Adapt Colin D Bennett's
3481         changes.
3483         * conf/x86_64-efi.rmk (normal_mod_SOURCES): Likewise.
3485         * conf/i386-coreboot.rmk (normal_mod_SOURCES): Likewise.
3487         * conf/i386-efi.rmk (normal_mod_SOURCES): Likewise.
3489         * conf/i386-ieee1275.rmk (normal_mod_SOURCES): Likewise.
3491         * conf/powerpc-ieee1275.rmk (normal_mod_SOURCES): Likewise.
3493         * conf/sparc64-ieee1275.rmk (normal_mod_SOURCES): Likewise.
3495 2009-01-30  Christian Franke  <franke@computer.org>
3497         * normal/arg.c (grub_arg_show_help): Add indentation if '\n' appears
3498         in option help text.
3500 2009-01-27  Pavel Roskin  <proski@gnu.org>
3502         * disk/fs_uuid.c (search_fs_uuid): Ignore case of the UUID.
3504 2009-01-27  Vesa Jääskeläinen  <chaac@nic.fi>
3506         * commands/lsmmap.c: Add include to grub/machine/memory.h.
3508         * fs/i386/pc/pxe.c (grub_pxefs_open): Fix sign problem.
3510         * term/i386/pc/at_keyboard.c (GRUB_MOD_FINI(at_keyboard)): Use proper
3511         unregister function.
3513 2009-01-27  Vesa Jääskeläinen  <chaac@nic.fi>
3515         * disk/scsi.c (grub_scsi_read): Fix sign problem.
3517         * term/i386/pc/vga_text.c (grub_vga_text_init_fini). Fix declaration.
3519         * util/grub-mkfont.c (usage): Fix typo.
3521         * util/elf/grub-mkimage.c (load_modules): Fix warning.
3523 2009-01-26  Daniel Mierswa  <impulze@impulze.org>
3525         * fs/fat.c (grub_fat_uuid): Fix shift of the first two bytes.
3527         * commands/search.c (search_fs_uuid): Ignore case of the UUID.
3529         * kern/misc.c (grub_strcasecmp): New function.
3530         (grub_strcasecmp): Use grub_size_t instead of int for length.
3531         Fix return value.
3532         * include/grub/misc.h: Update function prototypes.
3534 2009-01-26  Robert Millan  <rmh@aybabtu.com>
3536         * configure.ac: Fix cross-compilation check.
3538 2009-01-22  Christian Franke  <franke@computer.org>
3540         * kern/misc.c (grub_vsprintf): Fix size and termination of `format2'
3541         (precision) digit string.  Allow `.format2' without `format1' (width).
3542         Limit input chars for `%s' output to `format2' if specified.  This is
3543         compatible with standard printf ().
3545 2009-01-22  Christian Franke  <franke@computer.org>
3547         * disk/ata.c (grub_ata_wait_status): Replace by ...
3548         (grub_ata_wait_not_busy): ... this function.  Checks only BSY bit,
3549         other status bits may be invalid while BSY is asserted.
3550         (grub_ata_check_ready): New function.
3551         (grub_ata_cmd): Removed.
3552         (grub_ata_wait_drq): New function.
3553         (grub_ata_strncpy): Remove inline.
3554         (grub_ata_pio_read): Reduce to actual block transfer.  BSY wait
3555         and error check now done by grub_ata_wait_drq ().
3556         (grub_ata_pio_write): Likewise.
3557         (grub_atapi_identify): Set DEV before check for !BSY.  Use
3558         grub_ata_wait_drq () to wait for data.
3559         (grub_ata_device_initialize): Add status register check to
3560         detect missing SATA slave devices.  Add debug messages.
3561         (grub_atapi_wait_drq): Use grub_ata_wait_not_busy ().
3562         (grub_atapi_packet): Set DEV before check for !BSY.  Replace
3563         transfer loop by grub_ata_pio_write ().
3564         (grub_ata_identify): Set DEV before check for !BSY. Use
3565         grub_ata_wait_drq () to wait for data.
3566         (grub_ata_setaddress): Set DEV before check for !BSY.
3567         (grub_ata_readwrite): Remove duplicate code, handle batch/rest and
3568         read/write in one loop.  Fix invalid command on write.  Fix incomplete
3569         command on (size % batch) == 0.  Add missing error check after write of
3570         last block.  Add debug messages.
3571         (grub_atapi_read):  Replace transfer loop by grub_ata_pio_read ().
3573 2009-01-19  Christian Franke  <franke@computer.org>
3575         * disk/ata.c (GRUB_ATAPI_REG_*): New defines.
3576         (GRUB_ATAPI_IREASON_*): Likewise.
3577         (grub_ata_pio_write): Fix timeout error return.
3578         (grub_atapi_identify): Add grub_ata_wait () after cmd.
3579         (grub_atapi_wait_drq): New function.
3580         (grub_atapi_packet): New parameter `size'.
3581         Use grub_atapi_wait_drq () and direct write instead of
3582         grub_ata_pio_write ().
3583         (grub_atapi_read): Replace grub_ata_pio_read () by a loop which
3584         reads the number of bytes requested by the device for each DRQ
3585         assertion.
3586         (grub_atapi_write): Remove old implementation, return not
3587         implemented instead.
3589 2009-01-19  Christian Franke  <franke@computer.org>
3591         * disk/scsi.c (grub_scsi_read10): Use scsi->blocksize instead
3592         of 512 to calculate data size.
3593         (grub_scsi_read12): Likewise.
3594         (grub_scsi_write10): Likewise.
3595         (grub_scsi_write12): Likewise.
3596         (grub_scsi_read): Adjust size according to blocksize.
3597         Add checks for invalid blocksize and unaligned transfer.
3599 2009-01-19  Vesa Jääskeläinen  <chaac@nic.fi>
3601         * font/font.c (grub_font_loader_init): Re-position unknown glyph.
3603         * term/gfxterm.c (write_char): Fix background rendering for wide
3604         width glyphs.
3606 2009-01-19  Robert Millan  <rmh@aybabtu.com>
3608         * config.guess: Update to latest version from config git.
3609         * config.sub: Likewise.
3611 2009-01-17  Felix Zielcke  <fzielcke@z-51.de>
3613         * Makefile.in: Change font compilation to use new grub-mkfont instead
3614         of java version.
3616         * util/fonttool/src/org/gnu/grub/fonttool/BDFLoader.java: Remove.
3617         * util/fonttool/src/org/gnu/grub/fonttool/CharDefs.java: Likewise.
3618         * util/fonttool/src/org/gnu/grub/fonttool/CharacterRange.java: Likewise.
3619         * util/fonttool/src/org/gnu/grub/fonttool/CharacterRange.java: Likewise.
3620         * util/fonttool/src/org/gnu/grub/fonttool/Converter.java: Likewise.
3621         * util/fonttool/src/org/gnu/grub/fonttool/Font.java: Likewise.
3622         * util/fonttool/src/org/gnu/grub/fonttool/Glyph.java: Likewise.
3623         * util/fonttool/src/org/gnu/grub/fonttool/PFF2Sections.java: Likewise.
3624         * util/fonttool/src/org/gnu/grub/fonttool/PFF2Writer.java: Likewise.
3626 2009-01-16  Christian Franke  <franke@computer.org>
3628         * disk/ata.c (enum grub_ata_commands): Remove EXEC_DEV_DIAGNOSTICS.
3629         (enum grub_ata_timeout_milliseconds): New enum.
3630         (grub_ata_wait_status): Add parameter milliseconds.
3631         (grub_ata_cmd): Remove variable `err'.  Remove wait for !DRQ to allow
3632         recovery from timed-out commands.
3633         (grub_ata_pio_read): Add parameter milliseconds.  Fix error return,
3634         return grub_errno instead of REG_ERROR.
3635         (grub_ata_pio_write): Add parameter milliseconds.
3636         (grub_atapi_identify): Fix size of ATAPI IDENTIFY sector.
3637         Pass milliseconds to grub_ata_wait_status () and
3638         grub_ata_pio_read ().
3639         (grub_atapi_packet): Pass milliseconds to grub_ata_pio_write ().
3640         (grub_ata_identify): Remove variable `ataerr'.  Pass milliseconds to
3641         grub_ata_wait_status ().  Fix IDENTIFY timeout check.
3642         (grub_ata_device_initialize): Remove EXECUTE DEVICE DIAGNOSTICS.
3643         It is not suitable for device detection, because DEV bit is ignored,
3644         the command may run too long, and not all devices set the signature
3645         properly.
3646         (grub_ata_pciinit): Clear grub_errno before grub_ata_device_initialize ().
3647         (grub_ata_setaddress): Pass milliseconds to grub_ata_wait_status ().
3648         Fix device selection, DEV bit must be set first to address the registers
3649         of the correct device.
3650         (grub_ata_readwrite): Pass milliseconds to grub_ata_wait_status () and
3651         grub_ata_pio_read/write ().
3652         (grub_atapi_read): Pass milliseconds to grub_ata_pio_read ().
3653         (grub_atapi_write): Pass milliseconds to grub_ata_pio_write ().
3655 2009-01-13  Carles Pina i Estany  <carles@pina.cat>
3657         * util/grub-editenv.c (main): Use fseeko(), not fseek().
3659 2009-01-13  Bean  <bean123ch@gmail.com>
3661         * util/grub-mkfont.c (write_font): forget to remove some debug code.
3663 2009-01-13  Bean  <bean123ch@gmail.com>
3665         * Makefile.in: (enable_grub_mkfont): New variable.
3666         (freetype_cflags): Likewise.
3667         (freetype_libs): Likewise.
3669         * common.rmk (bin_UTILITIES): Add `grub-mkfont' if requested.
3670         (grub_mkfont_SOURCES): New variable.
3671         (grub_mkfont_CFLAGS): Likewise.
3672         (grub_mkfont_LDFLAGS): Likewise.
3674         * configure.ac (--enable-grub-mkfont): New option. Check for freetype2
3675         library if `--enable-grub-mkfont' is requested.
3676         (enable_grub_mkfont): New variable.
3677         (freetype_cflags): Likewise.
3678         (freetype_libs): Likewise.
3680         * util/grub-mkfont.c: New file.
3682 2009-01-12  Christian Franke  <franke@computer.org>
3684         * disk/ata.c (grub_ata_pciinit): Fix bit numbers of compatibility
3685         mode check.  Fix setting of compat_use[].
3687 2009-01-10  Robert Millan  <rmh@aybabtu.com>
3689         Update a few copyright years which we forgot to do in 2008 (only for
3690         files whose changes made in 2008 were copyright-significant)
3692         * Makefile.in: Add 2008 to Copyright line.
3693         * disk/ieee1275/ofdisk.c: Likewise.
3694         * disk/efi/efidisk.c: Likewise.
3695         * kern/dl.c: Likewise.
3696         * kern/sparc64/ieee1275/init.c: Likewise.
3697         * kern/mm.c: Likewise.
3698         * kern/efi/mm.c: Likewise.
3699         * boot/i386/pc/boot.S: Likewise.
3700         * genfslist.sh: Likewise.
3701         * fs/iso9660.c: Likewise.
3702         * fs/hfs.c: Likewise.
3703         * fs/jfs.c: Likewise.
3704         * fs/minix.c: Likewise.
3705         * fs/ufs.c: Likewise.
3706         * gensymlist.sh.in: Likewise.
3707         * genkernsyms.sh.in: Likewise.
3708         * include/grub/misc.h: Likewise.
3709         * include/grub/types.h: Likewise.
3710         * include/grub/symbol.h: Likewise.
3711         * include/grub/elf.h: Likewise.
3712         * include/grub/kernel.h: Likewise.
3713         * include/grub/disk.h: Likewise.
3714         * include/grub/dl.h: Likewise.
3715         * include/grub/i386/linux.h: Likewise.
3716         * include/grub/i386/pc/biosdisk.h: Likewise.
3717         * include/grub/efi/api.h: Likewise.
3718         * include/grub/efi/pe32.h: Likewise.
3719         * include/grub/util/misc.h: Likewise.
3720         * normal/execute.c: Likewise.
3721         * normal/arg.c: Likewise.
3722         * normal/completion.c: Likewise.
3723         * normal/lexer.c: Likewise.
3724         * normal/parser.y: Likewise.
3725         * normal/misc.c: Likewise.
3726         * commands/i386/pc/vbeinfo.c: Likewise.
3727         * commands/hexdump.c: Likewise.
3728         * commands/terminal.c: Likewise.
3729         * commands/ls.c: Likewise.
3730         * commands/help.c: Likewise.
3731         * partmap/pc.c: Likewise.
3732         * loader/efi/chainloader.c: Likewise.
3733         * loader/multiboot_loader.c: Likewise.
3734         * loader/i386/pc/multiboot2.c: Likewise.
3735         * term/efi/console.c: Likewise.
3736         * term/i386/pc/serial.c: Likewise.
3737         * util/lvm.c: Likewise.
3738         * util/console.c: Likewise.
3739         * util/i386/efi/grub-mkimage.c: Likewise.
3740         * util/raid.c: Likewise.
3742 2009-01-06  Vesa Jääskeläinen  <chaac@nic.fi>
3744         * commands/videotest.c: Removed include to grub/machine/memory.h.
3746         * conf/i386-pc.rmk (pkglib_MODULES): Removed video.mod, gfxterm.mod,
3747         videotest.mod, bitmap.mod, tga.mod, jpeg.mod, png.mod.
3748         (video_mod_SOURCES): Removed.
3749         (video_mod_CFLAGS): Likewise.
3750         (video_mod_LDFLAGS): Likewise.
3751         (gfxterm_mod_SOURCES): Likewise.
3752         (gfxterm_mod_CFLAGS): Likewise.
3753         (gfxterm_mod_LDFLAGS): Likewise.
3754         (videotest_mod_SOURCES): Likewise.
3755         (videotest_mod_CFLAGS): Likewise.
3756         (videotest_mod_LDFLAGS): Likewise.
3757         (bitmap_mod_SOURCES): Likewise.
3758         (bitmap_mod_CFLAGS): Likewise.
3759         (bitmap_mod_LDFLAGS): Likewise.
3760         (tga_mod_SOURCES): Likewise.
3761         (tga_mod_CFLAGS): Likewise.
3762         (tga_mod_LDFLAGS): Likewise.
3763         (jpeg_mod_SOURCES): Likewise.
3764         (jpeg_mod_CFLAGS): Likewise.
3765         (jpeg_mod_LDFLAGS): Likewise.
3766         (png_mod_SOURCES): Likewise.
3767         (png_mod_CFLAGS): Likewise.
3768         (png_mod_LDFLAGS): Likewise.
3770         * conf/common.rmk (pkglib_MODULES): Added video.mod, videotest.mod,
3771         bitmap.mod, tga.mod, jpeg.mod, png.mod, font.mod, gfxterm.mod
3772         (video_mod_SOURCES): Added.
3773         (video_mod_CFLAGS): Likewise.
3774         (video_mod_LDFLAGS): Likewise.
3775         (videotest_mod_SOURCES): Likewise.
3776         (videotest_mod_CFLAGS): Likewise.
3777         (videotest_mod_LDFLAGS): Likewise.
3778         (bitmap_mod_SOURCES): Likewise.
3779         (bitmap_mod_CFLAGS): Likewise.
3780         (bitmap_mod_LDFLAGS): Likewise.
3781         (tga_mod_SOURCES): Likewise.
3782         (tga_mod_CFLAGS): Likewise.
3783         (tga_mod_LDFLAGS): Likewise.
3784         (jpeg_mod_SOURCES): Likewise.
3785         (jpeg_mod_CFLAGS): Likewise.
3786         (jpeg_mod_LDFLAGS): Likewise.
3787         (png_mod_SOURCES): Likewise.
3788         (png_mod_CFLAGS): Likewise.
3789         (png_mod_LDFLAGS): Likewise.
3790         (gfxterm_mod_SOURCES): Likewise.
3791         (gfxterm_mod_CFLAGS): Likewise.
3792         (gfxterm_mod_LDFLAGS): Likewise.
3794         * term/gfxterm.c: Removed include to grub/machine/memory.h,
3795         grub/machine/console.h.
3797 2009-01-04  Jerone Young  <jerone@gmail.com>
3799         Make on screen instructions clearer
3801         Based on patch created by Jidanni <jidanni@jidanni.org>
3803         * normal/menu.c: print clearer instructions on the screen
3805 2009-01-02  Colin D Bennett  <colin@gibibit.com>
3807         New font engine.
3809         Additional changes by Vesa Jääskeläinen <chaac@nic.fi> to adapt to
3810         build system and fixed gfxterm.c to work with different sized fonts.
3812         * configure.ac: Changed UNIFONT_HEX to UNIFONT_BDF.
3814         * configure: Re-generated.
3816         * DISTLIST: Removed font/manager.c.
3817         Added font/font.c.
3818         Added font/font_cmd.c.
3820         * Makefile.in: Changed UNIFONT_HEX to UNIFONT_BDF.  Added Font tool
3821         compilation.
3823         * include/grub/misc.h (grub_utf8_to_ucs4): Changed prototype.  Changed users.
3825         * kern/misc.c (grub_utf8_to_ucs4): Changed prototype.
3827         * kern/term.c: Changed users of grub_utf8_to_ucs4.
3829         * normal/menu.c: Likewise.
3831         * conf/common.rmk (font_mod_SOURCES): Removed font/manager.c.
3832         (font_mod_SOURCES): Added font/font_cmd.c, font/font.c.
3834         * include/grub/font.h: Replaced with new file.
3836         * include/grub/video.h (GRUB_VIDEO_MODE_TYPE_ALPHA): Changed value.
3837         (GRUB_VIDEO_MODE_TYPE_DOUBLE_BUFFERED): Likewise.
3838         (GRUB_VIDEO_MODE_TYPE_COLOR_MASK): Likewise.
3839         (GRUB_VIDEO_MODE_TYPE_1BIT_BITMAP): Added.
3840         (grub_video_blit_format): Added GRUB_VIDEO_BLIT_FORMAT_1BIT_PACKED.
3841         (grub_video_mode_info): Added bg_red, bg_green, bg_blue, bg_alpha,
3842         fg_red, fg_green, fg_blue, fg_alpha.
3843         (grub_video_adapter): Removed blit_glyph.
3844         (grub_video_blit_glyph): Removed.
3846         * font/manager.c: Removed file.
3848         * font/font.c: New file.
3850         * font/font_cmd.c: Likewise.
3852         * video/video.c (grub_video_blit_glyph): Removed.
3854         * video/i386/pc/vbe.c (grub_video_vbe_map_rgb): Added 1-bit support.
3855         (grub_video_vbe_map_rgba): Likewise.
3856         (grub_video_vbe_unmap_color_int): Likewise.
3857         (grub_video_vbe_blit_glyph): Removed.
3858         (grub_video_vbe_adapter): Removed blit_glyph.
3860         * video/i386/pc/vbeutil.c (get_data_ptr): Added 1-bit support.
3861         (get_pixel): Likewise.
3862         (set_pixel): Likewise.
3864         * commands/videotest.c (grub_cmd_videotest): Added more tests for fonts.
3866         * term/gfxterm.c: Adapted to new font engine.
3868         * term/i386/pc/vesafb.c: Marked as deprecated.  Made it compile.
3870         * term/i386/pc/vga.c: Likewise.
3872         * util/fonttool/src/org/gnu/grub/fonttool/BDFLoader.java: New file.
3874         * util/fonttool/src/org/gnu/grub/fonttool/CharDefs.java: Likewise.
3876         * util/fonttool/src/org/gnu/grub/fonttool/CharacterRange.java: Likewise.
3878         * util/fonttool/src/org/gnu/grub/fonttool/CharacterRange.java: Likewise.
3880         * util/fonttool/src/org/gnu/grub/fonttool/Converter.java: Likewise.
3882         * util/fonttool/src/org/gnu/grub/fonttool/Font.java: Likewise.
3884         * util/fonttool/src/org/gnu/grub/fonttool/Glyph.java: Likewise.
3886         * util/fonttool/src/org/gnu/grub/fonttool/PFF2Sections.java: Likewise.
3888         * util/fonttool/src/org/gnu/grub/fonttool/PFF2Writer.java: Likewise.
3890         * util/grub.d/00_header.in: Changed to use new loadfont command.
3892         * util/grub-mkconfig_lib.in: Changed font extension.
3894 2008-12-28  Felix Zielcke  <fzielcke@z-51.de>
3896         * util/getroot.c (grub_util_get_grub_dev): Add support for
3897         /dev/md/dNNpNN style partitionable mdraid devices.
3899 2008-12-12  Alex Smith  <alex@alex-smith.me.uk>
3901         * fs/i386/pc/pxe.c (grub_pxefs_open): Handle the one open connection
3902         at a time limit of the PXE TFTP API correctly.
3903         (grub_pxefs_close): Likewise.
3905 2008-11-29  Robert Millan  <rmh@aybabtu.com>
3907         * disk/ata.c (grub_ata_pciinit): Handle errors raised by
3908         grub_ata_device_initialize() calls.
3910 2008-11-28  Krzysztof Smiechowicz  <deadwood@wp.pl>
3912         * fs/affs.c (grub_affs_iterate_dir): Return failure when directory
3913         iteration failed.
3914         * fs/sfs.c (grub_sfs_iterate_dir): Likewise.
3916 2008-11-28  Robert Millan  <rmh@aybabtu.com>
3918         Fix build on powerpc-ieee1275.  Based on patch created by
3919         Manoel Abranches <mrabran@linux.vnet.ibm.com>.
3920         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Add
3921         `kern/ieee1275/mmap.c'.
3922         * include/grub/powerpc/ieee1275/memory.h: New file.
3924         Provide grub-install on coreboot.
3925         * conf/i386-coreboot.rmk (sbin_SCRIPTS): Add `grub-install'.
3926         (grub_install_SOURCES): New variable.
3927         * util/i386/pc/grub-install.in: Add a few condition checks to make it
3928         usable on coreboot.
3930 2008-11-25  Felix Zielcke  <fzielcke@z-51.de>
3932         * util/grub-fstest.c (grub_term_get_current_input): Change return type
3933         to `grub_term_input_t'.
3934         (grub_term_get_current_output): Change return type to
3935         `grub_term_output_t'.
3937 2008-11-22  Robert Millan  <rmh@aybabtu.com>
3939         Fix breakage on coreboot due to declaration mismatch.
3940         * term/i386/pc/vga_text.c (grub_vga_text_init_fini): New function.
3941         (grub_vga_text_term): Use grub_vga_text_init_fini() instead of
3942         grub_vga_text_cls().
3944         * kern/i386/loader.S (grub_multiboot_backward_relocator): Improve
3945         comments.  Avoid copying one more byte than necessary (just in case).
3947         * conf/powerpc-ieee1275.rmk (kernel_elf_LDFLAGS): Change link address
3948         to 0x200000 (avoids trouble with some OFW implementations, and matches
3949         with the one in Yaboot).
3950         Reported by Manoel Abranches
3952 2008-11-20  Robert Millan  <rmh@aybabtu.com>
3954         * kern/i386/coreboot/init.c (grub_time_tics): Remove variable.
3955         (grub_get_rtc, grub_exit): Abort with grub_fatal() if called.
3957         * util/grub-mkconfig_lib.in (grub_warn): New function.
3958         (convert_system_path_to_grub_path): Use grub_warn() when issuing
3959         warnings, to obtain consistent formatting.
3960         * util/grub.d/00_header.in: Likewise.
3961         * util/update-grub_lib.in: Likewise.
3963         * loader/i386/linux.c (allocate_pages): Fix a warning.
3964         Move comment text to `#error' stanza.
3966         Harmonize ieee1275's grub_available_iterate() with the generic
3967         grub_machine_mmap_iterate() interface (fixes a recently-introduced
3968         build problem on i386-ieee1275):
3969         * kern/ieee1275/openfw.c (grub_available_iterate): Moved from here ...
3970         * kern/ieee1275/mmap.c (grub_machine_mmap_iterate): ... here.  Add third
3971         parameter `type'.  Update all users of this function.
3972         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add
3973         `kern/ieee1275/mmap.c'.
3974         * kern/ieee1275/init.c
3975         * include/grub/ieee1275/ieee1275.h (grub_available_iterate): Replace
3976         with ...
3977         (grub_machine_mmap_iterate): ... this.
3978         * include/grub/i386/pc/memory.h (grub_machine_mmap_iterate): Change
3979         return type to `grub_err_t'.  Update all implementations of this
3980         function prototype.
3981         * include/grub/i386/coreboot/memory.h (grub_machine_mmap_iterate):
3982         Likewise.
3984         Add `lsmmap' command (lists firmware-provided memory map):
3985         * commands/lsmmap.c: New file.
3986         * conf/i386-pc.rmk (pkglib_MODULES): Add `lsmmap.mod'.
3987         (lsmmap_mod_SOURCES, lsmmap_mod_CFLAGS, lsmmap_mod_LDFLAGS): New
3988         variables.
3989         * conf/powerpc-ieee1275.rmk: Likewise.
3990         * conf/i386-coreboot.rmk: Likewise.
3991         * conf/i386-ieee1275.rmk: Likewise.
3993 2008-11-19  Robert Millan  <rmh@aybabtu.com>
3995         * loader/i386/pc/linux.c (grub_rescue_cmd_initrd): Fix a typo.
3996         * loader/i386/linux.c (grub_rescue_cmd_initrd): Implement a few needed
3997         constraints to initrd allocation (based on code from
3998         loader/i386/pc/linux.c).  Without them, initrd was allocated too high
3999         for Linux to find it.
4001 2008-11-14  Robert Millan  <rmh@aybabtu.com>
4003         * fs/cpio.c (grub_cpio_open): Compare `name' and `fn' by hand in
4004         order to cope with duplicate slashes.
4006 2008-11-14  Robert Millan  <rmh@aybabtu.com>
4008         * include/grub/i386/coreboot/memory.h (GRUB_MEMORY_MACHINE_LOWER_SIZE):
4009         Redefine to match with GRUB_MEMORY_MACHINE_UPPER_START (0x100000).  We
4010         don't want to mess with lower memory, because it is used in the Linux
4011         loader.
4013         * loader/i386/linux.c (allocate_pages): Allocate `real_mode_mem' in
4014         an appropriate place in lower memory, between 0x10000 and 0x90000,
4015         like loader/i386/efi/linux.c does.  Linux often panics if real_mode_mem
4016         is in our heap (probably as a result of it being corrupted during
4017         decompression).  Add #error instance with comment to explain why this
4018         loader isn't currently usable on PC/BIOS.
4020 2008-11-14  Robert Millan  <rmh@aybabtu.com>
4022         * term/i386/pc/serial.c [! GRUB_MACHINE_PCBIOS]
4023         (GRUB_SERIAL_PORT_NUM): Fix miscalculation.
4025 2008-11-12  Robert Millan  <rmh@aybabtu.com>
4027         Make loader/i386/linux.c buildable on i386-pc (although disabled).
4029         * include/grub/i386/pc/init.h: Include `<grub/machine/memory.h>'.
4030         (struct grub_machine_mmap_entry, grub_machine_mmap_iterate): Move
4031         from here ...
4032         * include/grub/i386/pc/memory.h: ... to here.
4034 2008-11-12  Robert Millan  <rmh@aybabtu.com>
4036         Fix build problems on i386-ieee1275 and *-efi (introduced by vga_text
4037         split).
4039         * include/grub/i386/pc/console.h: Include `<grub/i386/vga_common.h>'.
4040         (grub_console_cur_color, grub_console_real_putchar)
4041         (grub_console_putchar, grub_console_getcharwidth, grub_console_getwh)
4042         (grub_console_setcolorstate, grub_console_setcolor)
4043         (grub_console_getcolor): Move from here ...
4044         * include/grub/i386/vga_common.h: ... to here (new file).
4046         * term/i386/pc/vga_text.c: Replace `<grub/machine/console.h>' with
4047         `<grub/i386/vga_common.h>' and `<grub/cpu/io.h>' with
4048         `<grub/i386/io.h>'.
4049         * term/i386/vga_common.c: Replace `<grub/machine/console.h>' with
4050         `<grub/i386/vga_common.h>'.
4052 2008-11-12  Robert Millan  <rmh@aybabtu.com>
4054         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `term/i386/vga_common.c'.
4055         * conf/i386.rmk (pkglib_MODULES): Add `vga_text.mod'.
4056         (vga_text_mod_SOURCES, vga_text_mod_CFLAGS, vga_text_mod_LDFLAGS): New
4057         variables.
4058         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Replace
4059         `term/i386/pc/console.c' with `term/i386/vga_common.c'.
4061         * kern/i386/coreboot/init.c (grub_machine_init): Replace call to
4062         grub_console_init() with call to grub_vga_text_init().
4063         (grub_machine_fini): Replace call to
4064         grub_console_fini() with call to grub_vga_text_fini() and
4065         grub_at_keyboard_fini().
4067         * include/grub/i386/pc/console.h: Include `<grub/term.h>'.
4068         (grub_console_putchar, grub_console_getcharwidth, grub_console_getwh)
4069         (grub_console_setcolorstate, grub_console_setcolor)
4070         (grub_console_getcolor): New function prototypes.
4072         * term/i386/pc/vga_text.c: Include `<grub/dl.h>'.
4073         (grub_vga_text_getxy, grub_vga_text_gotoxy, grub_vga_text_cls)
4074         (grub_vga_text_setcursor): Static-ize.
4075         (grub_vga_text_term): New structure.
4076         (GRUB_MOD_INIT(vga_text), GRUB_MOD_FINI(vga_text)): New functions.
4078         * term/i386/pc/console.c: Remove `<grub/machine/machine.h>'.
4079         (grub_console_cur_color, grub_console_standard_color)
4080         (grub_console_normal_color, grub_console_highlight_color)
4081         (map_char, grub_console_putchar, grub_console_getcharwidth)
4082         (grub_console_getwh, grub_console_setcolorstate, grub_console_setcolor)
4083         (grub_console_getcolor): Move from here ...
4084         * term/i386/vga_common.c: ... to here (same function names).
4086 2008-11-12  Robert Millan  <rmh@aybabtu.com>
4088         Use newly-added Multiboot support in coreboot.
4090         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Replace
4091         `kern/i386/coreboot/mmap.c' with `kern/i386/multiboot_mmap.c'.
4093         * kern/i386/coreboot/startup.S: Enable Multiboot header, fix its
4094         alignment, set `MULTIBOOT_MEMORY_INFO' flag.
4095         (codestart): Store the MBI in `startup_multiboot_info' when we're
4096         being loaded using Multiboot.
4098         * kern/i386/coreboot/init.c (grub_machine_init): Move
4099         grub_at_keyboard_init() call to beginning of function (useful for
4100         debugging).  Call grub_machine_mmap_init() before attempting to use
4101         grub_machine_mmap_iterate().
4102         (grub_lower_mem, grub_upper_mem): Move from here ...
4103         * kern/i386/multiboot_mmap.c (grub_lower_mem, grub_upper_mem): ... to
4104         here (new file).
4106         * include/grub/i386/coreboot/memory.h (grub_machine_mmap_init): New
4107         function prototype.
4109 2008-11-12  Robert Millan  <rmh@aybabtu.com>
4111         Fix a regression introduced by the at_keyboard.mod split.  Because
4112         some terminals are default on some platforms and non-default on
4113         others, the first terminal being registered determines which is
4114         going to be default.
4116         * kern/term.c (grub_term_register_input): If this is the first
4117         terminal being registered, set it as the current one.
4118         (grub_term_register_output): Likewise.
4120         * term/efi/console.c (grub_console_init): Do not call
4121         grub_term_set_current_output() or grub_term_set_current_input().
4122         * term/ieee1275/ofconsole.c (grub_console_init): Likewise.
4123         * term/i386/pc/console.c (grub_console_init): Likewise.
4124         (grub_console_fini): Do not call grub_term_set_current_input()
4125         (but leave grub_term_set_current_output() to restore text mode).
4127 2008-11-10  Robert Millan  <rmh@aybabtu.com>
4129         * util/grub.d/00_header.in: Add backward compatibility check for
4130         versions of terminal.mod that don't understand `terminal_input' or
4131         `terminal_output'.
4133 2008-11-09  Robert Millan  <rmh@aybabtu.com>
4135         * commands/terminal.c (GRUB_MOD_FINI(terminal)): Unregister
4136         `terminal_input' / `terminal_output', not `terminal'.
4138 2008-11-08  Robert Millan  <rmh@aybabtu.com>
4140         * Makefile.in (include_DATA): Fix srcdir=. assumption.
4141         (DISTCLEANFILES): Add `build_env.mk'.
4143 2008-11-08  Robert Millan  <rmh@aybabtu.com>
4145         * term/i386/pc/vesafb.c (grub_vesafb_term): Change type to
4146         `struct grub_term_output'.  Remove `.checkkey' and `.getkey'
4147         members.  Update all users.
4148         * util/console.c (grub_ncurses_term): Split in ...
4149         (grub_ncurses_term_input): ... this, and ...
4150         (grub_ncurses_term_output): ... this.  Update all users.
4151         * term/ieee1275/ofconsole.c: Remove stale `#endif'.
4153 2008-11-08  Robert Millan  <rmh@aybabtu.com>
4155         * Makefile.in (PKGLIB): Add $(pkglib_BUILDDIR).
4156         (PKGDATA): Add $(pkgdata_SRCDIR).
4157         (pkglib_BUILDDIR): New variable.
4158         (pkgdata_SRCDIR): New variable.
4159         (build_env.mk): New target.
4160         (include_DATA): New variable.
4161         (install-local): Install $(include_DATA) files in $(includedir).
4163 2008-11-07  Pavel Roskin  <proski@gnu.org>
4165         * gendistlist.sh: Use C locale for sorting to ensure consistent
4166         output on all systems.
4168         * util/grub.d/00_header.in: Remove incorrect space before
4169         "serial".
4171 2008-11-07  Robert Millan  <rmh@aybabtu.com>
4173         * include/multiboot2.h (struct multiboot_header): Add `flags' member as
4174         per specification.
4175         * loader/multiboot2.c (grub_multiboot2): Fix Multiboot2 header check.
4176         * loader/multiboot_loader.c (find_multi_boot2_header): New function
4177         (based on find_multi_boot1_header).
4178         (grub_rescue_cmd_multiboot_loader): Check for Multiboot2 header,
4179         using find_multi_boot2_header(), and abort if neither Multiboot or
4180         Multiboot headers were found.
4182 2008-11-07  Robert Millan  <rmh@aybabtu.com>
4184         Modularize at_keyboard.mod:
4186         * conf/i386.rmk (pkglib_MODULES): Add `at_keyboard.mod'.
4187         (at_keyboard_mod_SOURCES, at_keyboard_mod_CFLAGS)
4188         (at_keyboard_mod_LDFLAGS): New variables.
4190         Actual terminal split:
4192         * include/grub/term.h (struct grub_term): Split in ...
4193         (struct grub_term_input): ... this, and ...
4194         (struct grub_term_output): ... this.  Update all users.
4195         (grub_term_set_current): Split in ...
4196         (grub_term_set_current_input): ... this, and ...
4197         (grub_term_set_current_output): ... this.
4198         (grub_term_get_current): Split in ...
4199         (grub_term_get_current_input): ... this, and ...
4200         (grub_term_get_current_output): ... this.
4201         (grub_term_register): Split in ...
4202         (grub_term_register_input): ... this, and ...
4203         (grub_term_register_output): ... this.
4204         (grub_term_unregister): Split in ...
4205         (grub_term_unregister_input): ... this, and ...
4206         (grub_term_unregister_output): ... this.
4207         (grub_term_iterate): Split in ...
4208         (grub_term_iterate_input): ... this, and ...
4209         (grub_term_iterate_output): ... this.
4211         * kern/term.c (grub_term_list): Split in ...
4212         (grub_term_list_input): ... this, and ...
4213         (grub_term_list_output): ... this.  Update all users.
4214         (grub_cur_term): Split in ...
4215         (grub_cur_term_input): ... this, and ...
4216         (grub_cur_term_output): ... this.  Update all users.
4217         (grub_term_set_current): Split in ...
4218         (grub_term_set_current_input): ... this, and ...
4219         (grub_term_set_current_output): ... this.
4220         (grub_term_get_current): Split in ...
4221         (grub_term_get_current_input): ... this, and ...
4222         (grub_term_get_current_output): ... this.
4223         (grub_term_register): Split in ...
4224         (grub_term_register_input): ... this, and ...
4225         (grub_term_register_output): ... this.
4226         (grub_term_unregister): Split in ...
4227         (grub_term_unregister_input): ... this, and ...
4228         (grub_term_unregister_output): ... this.
4229         (grub_term_iterate): Split in ...
4230         (grub_term_iterate_input): ... this, and ...
4231         (grub_term_iterate_output): ... this.
4233         * kern/misc.c (grub_abort): Split use of grub_term_get_current() into
4234         a check for input and one for output (and only attempt to get keys
4235         from user when input works).
4237         * util/grub-probe.c (grub_term_get_current): Split in ...
4238         (grub_term_get_current_input): ... this, and ...
4239         (grub_term_get_current_output): ... this.
4240         * util/grub-fstest.c: Likewise.
4241         * util/i386/pc/grub-setup.c: Likewise.
4242         * util/grub-editenv.c: Likewise.
4244         Portability adjustments:
4246         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Remove
4247         `term/i386/pc/at_keyboard.c'.
4248         * kern/ieee1275/init.c [__i386__] (grub_machine_init): Remove call to
4249         grub_keyboard_controller_init() (now handled by terminal .init).
4250         * kern/i386/coreboot/init.c (grub_machine_init): Add call to
4251         grub_at_keyboard_init().
4252         * include/grub/i386/ieee1275/console.h (grub_keyboard_controller_init)
4253         (grub_console_checkkey, grub_console_getkey): Remove (now provided by
4254         at_keyboard.mod via input terminal interface).
4255         * include/grub/i386/coreboot/console.h: Convert into a stub for
4256         `<grub/i386/pc/console.h>'.
4258         Migrate full terminals to new API:
4260         * term/efi/console.c (grub_console_term): Split into ...
4261         (grub_console_term_input): ... this, and ...
4262         (grub_console_term_output): ... this.  Update all users.
4263         * term/ieee1275/ofconsole.c: Remove __i386__ hack.
4264         (grub_ofconsole_init): Split into ...
4265         (grub_ofconsole_init_input): ... this, and ...
4266         (grub_ofconsole_init_output): ... this.
4267         (grub_ofconsole_term): Split into ...
4268         (grub_ofconsole_term_input): ... this, and ...
4269         (grub_ofconsole_term_output): ... this.  Update all users.
4270         * term/i386/pc/serial.c (grub_serial_term): Split into ...
4271         (grub_serial_term_input): ... this, and ...
4272         (grub_serial_term_output): ... this.  Update all users.
4273         * term/i386/pc/console.c (grub_console_term): Split into ...
4274         (grub_console_term_input): ... this, and ...
4275         (grub_console_term_output): ... this.  Update all users.
4276         (grub_console_term_input): Only enable it on PC/BIOS platform.
4277         (grub_console_init): Remove grub_keyboard_controller_init() call.
4279         Migrate input terminals to new API:
4281         * term/i386/pc/at_keyboard.c: Replace `cpu' and `machine' with
4282         `i386' and `i386/pc' to enable build on x86_64 (this driver is
4283         i386-specific anyway).
4284         (grub_console_checkkey): Rename to ...
4285         (grub_at_keyboard_checkkey): ... this.  Static-ize.  Update all
4286         users.
4287         (grub_keyboard_controller_orig): New variable.
4288         (grub_console_getkey): Rename to ...
4289         (grub_at_keyboard_getkey): ... this.  Static-ize.  Update all
4290         users.
4291         (grub_keyboard_controller_init): Static-ize.  Save original
4292         controller value so that it can be restored ...
4293         (grub_keyboard_controller_fini): ... here (new function).
4294         (grub_at_keyboard_term): New structure.
4295         (GRUB_MOD_INIT(at_keyboard), GRUB_MOD_FINI(at_keyboard)): New
4296         functions.
4298         Migrate output terminals to new API:
4300         * term/i386/pc/vga.c (grub_vga_term): Change type to
4301         `struct  grub_term_output'.  Remove `.checkkey' and `.getkey'
4302         members.  Update all users.
4303         * term/gfxterm.c (grub_video_term): Change type to
4304         `struct  grub_term_output'.  Remove `.checkkey' and `.getkey'
4305         members.  Update all users.
4306         * include/grub/i386/pc/console.h (grub_console_checkkey)
4307         (grub_console_getkey): Do not export (no longer needed by gfxterm,
4308         etc).
4310         Migrate `terminal' command and userland tools to new API:
4312         * commands/terminal.c (grub_cmd_terminal): Split into ...
4313         (grub_cmd_terminal_input): ... this, and ...
4314         (grub_cmd_terminal_output): ... this.
4315         (GRUB_MOD_INIT(terminal)): Split `terminal' command in two commands:
4316         `terminal_input' and `terminal_output'.
4317         * util/grub.d/00_header.in: Adjust `terminal' calls to new
4318         `terminal_input' / `terminal_output' API.
4319         * util/grub-mkconfig.in: Export ${GRUB_TERMINAL_INPUT} and
4320         ${GRUB_TERMINAL_OUTPUT} instead of ${GRUB_TERMINAL} (and if user
4321         provided ${GRUB_TERMINAL}, convert it).
4323 2008-11-04  Robert Millan  <rmh@aybabtu.com>
4325         * util/grub.d/10_freebsd.in: New file.  Generate grub configuration
4326         for FreeBSD.
4327         * conf/common.rmk (grub-mkconfig_SCRIPTS): Add 10_freebsd.
4329 2008-11-03  Bean  <bean123ch@gmail.com>
4331         * kern/elf.c (grub_elf32_load): Revert to previous code.
4332         (grub_elf64_load): Likewise.
4334         * loader/i386/bsd.c (grub_bsd_elf32_hook): Change return address.
4336 2008-11-01  Robert Millan  <rmh@aybabtu.com>
4338         * Makefile.in (CPPFLAGS): Fix builddir=. assumption.
4339         (TARGET_CPPFLAGS): Likewise.
4340         * genmk.rb (mod_src): Fix builddir=. and srcdir=. assumptions.
4342 2008-11-01  Carles Pina i Estany  <carles@pina.cat>
4344         * normal/menu.c (run_menu): Add Previous and Next Page keys in menu.
4346 2008-10-29  Guillem Jover  <guillem.jover@nokia.com>
4348         * disk/lvm.c (grub_lvm_scan_device): Fix error recovery by delaying the
4349         addition of objects until the code is not going to be able to fail.
4351 2008-10-29  Guillem Jover  <guillem.jover@nokia.com>
4353         * disk/lvm.c (grub_lvm_scan_device): Fix possible NULL value handling
4354         (add a missing NULL check, and correct them by moving the pointer
4355         operations after the actual check).
4357 2008-10-29  Robert Millan  <rmh@aybabtu.com>
4359         * util/i386/pc/grub-install.in: Handle empty string as output from
4360         make_system_path_relative_to_its_root().
4362 2008-10-05  Hans Lambermont  <hans@lambermont.dyndns.org>
4364         * disk/lvm.c (grub_lvm_scan_device): Allocate buffer space for the
4365         circular metadata worst case scenario. If the metadata is circular
4366         then copy the wrap in place.
4367         * include/grub/lvm.h: Add GRUB_LVM_MDA_HEADER_SIZE, from the LVM2
4368         project lib/format_text/layout.h
4369         Circular metadata bug found and patch debugged by Jan Derk Gerlings.
4371 2008-10-03  Felix Zielcke  <fzielcke@z-51.de>
4373         * util/i386/pc/grub-install.in: Source grub-mkconfig_lib instead of update-grub_lib.
4375 2008-10-03  Felix Zielcke  <fzielcke@z-51.de>
4377         * util/update-grub_lib.in: Mention filename in warning message.
4379 2008-09-29  Felix Zielcke  <fzielcke@z-51.de>
4381         * NEWS: Update for rename of update-grub to grub-mkconfig.
4383 2008-09-29  Felix Zielcke  <fzielcke@z-51.de>
4385         * util/update-grub_lib.in: Copy to ...
4386         * util/grub-mkconfig_lib.in: ... this.  Update all users.
4387         * util/update-grub_lib.in: Make it a stub to `grub-mkconfig_lib.in'.
4388         * util/update-grub.in: Rename to ...
4389         * util/grub-mkconfig.in: ... this.  Update all users.  Remove `-y'
4390         option. Add `--output' option to allow users to specify the generated
4391         configuration file.  Default to stdout.
4392         (update_grub_dir): Rename to ...
4393         (grub_mkconfig_dir): ... this.
4394         (grub_cfg): Default to an empty string.
4395         * conf/common.rmk (update-grub): Rename to ...
4396         (grub-mkconfig): ... this.
4397         (update-grub_lib): Copy to ...
4398         (grub-mkconfig_lib): ... this.
4399         (update-grub_SCRIPTS): Copy to ...
4400         (grub-mkconfig_SCRIPTS): ... this. Update all users.
4401         (update-grub_DATA): Rename to ...
4402         (grub-mkconfig_DATA): ... this.
4404 2008-09-28  Robert Millan  <rmh@aybabtu.com>
4406         * fs/iso9660.c (struct grub_iso9660_primary_voldesc): Rename `created'
4407         to `modified'.  Add the real `created' field.
4408         (grub_iso9660_uuid): Use `modified' rather than `created' for
4409         constructing the UUID.
4411 2008-09-28  Felix Zielcke  <fzielcke@z-51.de>
4413         fs/jfs.c (grub_jfs_find_file): Treat multiple slashes like one.
4414         Based on code from Tomas Ebenlendr <ebik@ucw.cz>.
4416 2008-09-28  Bean  <bean123ch@gmail.com>
4418         * fs/ntfs.c (grub_ntfs_iterate_dir): Fix a bug in the previous patch.
4419         Thanks to Christian Franke for finding this bug.
4421 2008-09-25  Robert Millan  <rmh@aybabtu.com>
4423         * util/grub-mkdevicemap.c (make_device_map): Actually replace all
4424         instances of grub_util_get_disk_name() (see previous commit).
4426 2008-09-25  Robert Millan  <rmh@aybabtu.com>
4428         * conf/i386-pc.rmk (grub_mkdevicemap_SOURCES): Remove
4429         `util/i386/get_disk_name.c'.
4430         * conf/i386-efi.rmk: Likewise.
4431         * conf/x86_64-efi.rmk: Likewise.
4432         * conf/i386-coreboot.rmk: Likewise.
4433         * conf/i386-ieee1275.rmk: Likewise.
4434         * conf/powerpc-ieee1275.rmk (grub_mkdevicemap_SOURCES): Remove
4435         `util/ieee1275/get_disk_name.c'.
4436         * include/grub/util/misc.h (grub_util_get_disk_name): Remove.
4437         * util/ieee1275/get_disk_name.c: Remove file.
4438         * util/i386/get_disk_name.c: Remove file.
4439         * util/grub-mkdevicemap.c (make_device_map): Back to hardcoding
4440         "hd%d" for device.map entries, rather than using
4441         grub_util_get_disk_name().
4443 2008-09-24  Carles Pina i Estany  <carles@pina.cat>
4445         * disk/dmraid_nvidia.c (grub_dmraid_nv_detect): Fix `unused parameter'
4446         warning.
4447         * commands/i386/pc/pxecmd.c (dmraid_nvidia): Likewise.
4449 2008-09-24  Carles Pina i Estany  <carles@pina.cat>
4451         * include/grub/i386/pc/console.h (GRUB_TERM_NPAGE):
4452         Changed to 0x5100.
4453         (GRUB_TERM_PPAGE): Changed to 0x4900.
4455 2008-09-24  Robert Millan  <rmh@aybabtu.com>
4457         * include/grub/powerpc/ieee1275/console.h (GRUB_CONSOLE_KEY_*): Remove
4458         macros (they were i386-pc specific).
4459         * include/grub/sparc64/ieee1275/console.h: Likewise.
4460         * include/grub/efi/console.h: Likewise.
4462 2008-09-22  Bean  <bean123ch@gmail.com>
4464         * fs/ntfs.c (grub_ntfs_iterate_dir): Fix a rare case where $BITMAP is
4465         resident and in attribute list.
4467         * include/grub/ntfs.h (BMP_LEN): Removed.
4469 2008-09-22  Bean  <bean123ch@gmail.com>
4471         * disk/ata.c (grub_atapi_open): Initialize devfnd, no need to set
4472         scsi->name and scsi->luns, as they will be set in grub_scsi_open.
4474         * disk/scsi.c (grub_scsi_open): Don't call p->close (scsi) here when
4475         error occurs, as grub_disk_open will call grub_disk_close, which will
4476         call p->close (scsi).
4478 2008-09-21  Felix Zielcke  <fzielcke@z-51.de>
4480         * configure.ac (AC_INIT): Quote `GRUB' string and version number.
4481         (AC_PREREQ): Bumped to 2.59.
4482         (AC_TRY_COMPILE): Replace obsolete macro with ...
4483         (AC_COMPILE_IFELSE): ... this.
4484         * aclocal.m4 (AC_TRY_LINK): Replace obsolete macro with ...
4485         (AC_LINK_IFELSE): ... this.
4487 2008-09-21  Felix Zielcke  <fzielcke@z-51.de>
4489         * autogen.sh: Add a call to `gendistlist.sh'.
4491 2008-09-19  Christian Franke  <franke@computer.org>
4493         * aclocal.m4 (grub_CHECK_ENABLE_EXECUTE_STACK): New function.
4494         * configure.ac: Call grub_CHECK_ENABLE_EXECUTE_STACK.
4495         * include/grub/misc.h [NEED_ENABLE_EXECUTE_STACK]:
4496         Export __enable_execute_stack() to modules.
4497         * kern/misc.c [NEED_ENABLE_EXECUTE_STACK] (__enable_execute_stack):
4498         New function.
4500 2008-09-09  Felix Zielcke  <fzielcke@z-51.de>
4502         * Makefile.in (RMKFILES): Add `i386.rmk' and `x86_64-efi.rmk'.
4503         Sort the list.
4505 2008-09-09  Felix Zielcke  <fzielcke@z-51.de>
4507         * util/hostdisk.c: Replace #include <grub/util/biosdisk.h> with
4508         #include <grub/util/hostdisk.h>.
4510 2008-09-08  Robert Millan  <rmh@aybabtu.com>
4512         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Skip
4513         segments when their filesz is zero (grub_file_read() interprets
4514         zero-size as "read until EOF", which results in memory corruption).
4515         Use `lowest_segment' rather than 0 for calculating the current
4516         segment load address.
4518 2008-09-08  Robert Millan  <rmh@aybabtu.com>
4520         * util/hostdisk.c (open_device): Replace a grub_util_info() call
4521         with grub_dprintf("hostdisk", ...), as it was so verbose that it
4522         clobbered useful information.
4524 2008-09-08  Robert Millan  <rmh@aybabtu.com>
4526         * include/grub/util/biosdisk.h: Move to ...
4527         * include/grub/util/hostdisk.h: ... here.  Update all users.
4528         * util/biosdisk.c: Move to ...
4529         * util/hostdisk.c: ... here.  Update all users.
4531 2008-09-07  Robert Millan  <rmh@aybabtu.com>
4533         * loader/i386/pc/multiboot.c (mmap_addr, mmap_length): Remove
4534         variables.
4535         (grub_multiboot): Move `mbi' allocation upwards, so that mmap address
4536         and length can be stored directly in the `mbi->mmap_addr' and
4537         `mbi->mmap_length' struct fields.
4539 2008-09-07  Robert Millan  <rmh@aybabtu.com>
4541         * conf/i386.rmk: New file.  Provides declaration for building
4542         `cpuid.mod'.
4543         * conf/i386-pc.rmk (pkglib_MODULES): Remove `cpuid.mod'.
4544         (cpuid_mod_SOURCES, cpuid_mod_CFLAGS, cpuid_mod_LDFLAGS): Remove
4545         variables.
4546         Include `conf/i386.mk'.
4547         * conf/i386-efi.rmk: Likewise.
4548         * conf/x86_64-efi.rmk: Likewise.
4549         * conf/i386-coreboot.rmk: Likewise.
4550         * conf/i386-ieee1275.rmk: Likewise.
4552 2008-09-07  Vesa Jääskeläinen  <chaac@nic.fi>
4554         Based on patch created by Colin D Bennett <colin@gibibit.com>.
4555         Adds optimization support for BGR based modes.
4557         * include/grub/i386/pc/vbeblit.h (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8A8) Removed.
4558         (grub_video_i386_vbeblit_R8G8B8X8_R8G8B8X8): Likewise.
4559         (grub_video_i386_vbeblit_R8G8B8_R8G8B8A8): Likewise.
4560         (grub_video_i386_vbeblit_R8G8B8_R8G8B8X8): Likewise.
4561         (grub_video_i386_vbeblit_index_R8G8B8A8): Likewise.
4562         (grub_video_i386_vbeblit_index_R8G8B8X8): Likewise.
4563         (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8): Likewise.
4564         (grub_video_i386_vbeblit_R8G8B8_R8G8B8): Likewise.
4565         (grub_video_i386_vbeblit_index_R8G8B8): Likewise.
4566         (grub_video_i386_vbeblit_index_index): Likewise.
4567         (grub_video_i386_vbeblit_replace_directN): Added.
4568         (grub_video_i386_vbeblit_replace_BGRX8888_RGBX8888): Likewise.
4569         (grub_video_i386_vbeblit_replace_BGRX8888_RGB888): Likewise.
4570         (grub_video_i386_vbeblit_replace_BGR888_RGBX8888): Likewise.
4571         (grub_video_i386_vbeblit_replace_BGR888_RGB888): Likewise.
4572         (grub_video_i386_vbeblit_replace_RGBX8888_RGB888): Likewise.
4573         (grub_video_i386_vbeblit_replace_RGB888_RGBX8888): Likewise.
4574         (grub_video_i386_vbeblit_replace_index_RGBX8888): Likewise.
4575         (grub_video_i386_vbeblit_replace_index_RGB888): Likewise.
4576         (grub_video_i386_vbeblit_blend_BGRA8888_RGBA8888): Likewise.
4577         (grub_video_i386_vbeblit_blend_BGR888_RGBA8888): Likewise.
4578         (grub_video_i386_vbeblit_blend_RGBA8888_RGBA8888): Likewise.
4579         (grub_video_i386_vbeblit_blend_RGB888_RGBA8888): Likewise.
4580         (grub_video_i386_vbeblit_blend_index_RGBA8888): Likewise.
4582         * include/grub/i386/pc/vbefill.h (grub_video_i386_vbefill_R8G8B8A8) Removed.
4583         (grub_video_i386_vbefill_R8G8B8): Likewise.
4584         (grub_video_i386_vbefill_index): Likewise.
4585         (grub_video_i386_vbefill_direct32): Added.
4586         (grub_video_i386_vbefill_direct24): Likewise.
4587         (grub_video_i386_vbefill_direct16): Likewise.
4588         (grub_video_i386_vbefill_direct8): Likewise.
4590         * include/grub/video.h (grub_video_blit_format): Removed
4591         GRUB_VIDEO_BLIT_FORMAT_R8G8B8A8, GRUB_VIDEO_BLIT_FORMAT_R8G8B8.
4592         (grub_video_blit_format): Added GRUB_VIDEO_BLIT_FORMAT_RGBA_8888,
4593         GRUB_VIDEO_BLIT_FORMAT_BGRA_8888, GRUB_VIDEO_BLIT_FORMAT_RGB_888,
4594         GRUB_VIDEO_BLIT_FORMAT_BGR_888, GRUB_VIDEO_BLIT_FORMAT_RGB_565,
4595         GRUB_VIDEO_BLIT_FORMAT_BGR_565.
4597         * video/video.c (grub_video_get_blit_format): Updated to use new
4598         blit formats.  Added handling for 16 bit color modes.
4600         * video/i386/pc/vbe.c (grub_video_vbe_fill_rect): Updated to use new
4601         fillers.
4602         (common_blitter): Updated to use new blitters.
4604         * video/i386/pc/vbeblit.c (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8A8):
4605         Removed.
4606         (grub_video_i386_vbeblit_R8G8B8X8_R8G8B8X8): Likewise.
4607         (grub_video_i386_vbeblit_R8G8B8_R8G8B8A8): Likewise.
4608         (grub_video_i386_vbeblit_R8G8B8_R8G8B8X8): Likewise.
4609         (grub_video_i386_vbeblit_index_R8G8B8A8): Likewise.
4610         (grub_video_i386_vbeblit_index_R8G8B8X8): Likewise.
4611         (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8): Likewise.
4612         (grub_video_i386_vbeblit_R8G8B8_R8G8B8): Likewise.
4613         (grub_video_i386_vbeblit_index_R8G8B8): Likewise.
4614         (grub_video_i386_vbeblit_index_index): Likewise.
4615         (grub_video_i386_vbeblit_replace_directN): Added.
4616         (grub_video_i386_vbeblit_replace_BGRX8888_RGBX8888): Likewise.
4617         (grub_video_i386_vbeblit_replace_BGRX8888_RGB888): Likewise.
4618         (grub_video_i386_vbeblit_replace_BGR888_RGBX8888): Likewise.
4619         (grub_video_i386_vbeblit_replace_BGR888_RGB888): Likewise.
4620         (grub_video_i386_vbeblit_replace_RGBX8888_RGB888): Likewise.
4621         (grub_video_i386_vbeblit_replace_RGB888_RGBX8888): Likewise.
4622         (grub_video_i386_vbeblit_replace_index_RGBX8888): Likewise.
4623         (grub_video_i386_vbeblit_replace_index_RGB888): Likewise.
4624         (grub_video_i386_vbeblit_blend_BGRA8888_RGBA8888): Likewise.
4625         (grub_video_i386_vbeblit_blend_BGR888_RGBA8888): Likewise.
4626         (grub_video_i386_vbeblit_blend_RGBA8888_RGBA8888): Likewise.
4627         (grub_video_i386_vbeblit_blend_RGB888_RGBA8888): Likewise.
4628         (grub_video_i386_vbeblit_blend_index_RGBA8888): Likewise.
4630         * video/i386/pc/vbefill.c (grub_video_i386_vbefill_R8G8B8A8): Removed.
4631         (grub_video_i386_vbefill_R8G8B8): Likewise.
4632         (grub_video_i386_vbefill_index): Likewise.
4633         (grub_video_i386_vbefill_direct32): Added.
4634         (grub_video_i386_vbefill_direct24): Likewise.
4635         (grub_video_i386_vbefill_direct16): Likewise.
4636         (grub_video_i386_vbefill_direct8): Likewise.
4638         * video/readers/jpeg.c (grub_jpeg_decode_sos): Adapt to new blitter
4639         types.
4641         * video/readers/tga.c (grub_video_reader_tga): Adapt to new blitter
4642         types.
4644         * video/readers/png.c (grub_png_decode_image_header): Adapt to new
4645         blitter types.
4647         * video/bitmap.c (grub_video_bitmap_create): Adapt to new blitter
4648         types.
4650 2008-09-06  Felix Zielcke  <fzielcke@z-51.de>
4652         * disk/raid.c (insert_array): Set `array->chunk_size' to 64 for
4653         RAID level 1.
4655 2008-09-06  Felix Zielcke  <fzielcke@z-51.de>
4657         * fs/iso9660.c (grub_iso9660_date): New structure.
4658         (grub_iso9660_primary_voldesc): Add `grub_iso9660_date' member.
4659         (grub_iso9660_uuid): New function.
4661 2008-09-05  Bean  <bean123ch@gmail.com>
4663         * fs/fshelp.c (grub_fshelp_find_file): Handle case insensitive names.
4665         * fs/ntfs.c (list_file): Ignore names in DOS namespace, set the case
4666         insensitive bit for names in Win32 and Win32 & DOS namespace.
4668         * include/grub/fshelp.h (GRUB_FSHELP_CASE_INSENSITIVE): New macro.
4670         * include/grub/types.h (LONG_MAX): Likewise.
4672 2008-09-04  Felix Zielcke  <fzielcke@z-51.de>
4674         * util/getroot.c: Include <config.h>.
4675         (grub_util_get_grub_dev): Rewrite to use asprintf for mdraid devices,
4676         add support for /dev/md/N devices and handle LVM double dash escaping.
4678 2008-09-04  Felix Zielcke  <fzielcke@z-51.de>
4680         * config.guess: Update to latest version from config git.
4681         * config.sub: Likewise.
4683 2008-09-03  Robert Millan  <rmh@aybabtu.com>
4685         * disk/scsi.c (grub_scsi_open): Remove size limit when printing
4686         `disk->total_sectors'.
4688 2008-09-01  Colin D Bennett  <colin@gibibit.com>
4690         * include/grub/normal.h: Fixed incorrect comment for
4691         GRUB_COMMAND_FLAG_NO_ARG_PARSE.
4693 2008-09-01  Colin D Bennett  <colin@gibibit.com>
4695         * commands/i386/pc/vbeinfo.c (grub_cmd_vbeinfo): Replaced constant
4696         values with defines.
4698         * include/grub/i386/pc/vbe.h (GRUB_VBE_MODEATTR_SUPPORTED): Added.
4699         (GRUB_VBE_MODEATTR_RESERVED_1): Likewise.
4700         (GRUB_VBE_MODEATTR_BIOS_TTY_OUTPUT_SUPPORT): Likewise.
4701         (GRUB_VBE_MODEATTR_COLOR): Likewise.
4702         (GRUB_VBE_MODEATTR_GRAPHICS): Likewise.
4703         (GRUB_VBE_MODEATTR_VGA_COMPATIBLE): Likewise.
4704         (GRUB_VBE_MODEATTR_VGA_WINDOWED_AVAIL): Likewise.
4705         (GRUB_VBE_MODEATTR_LFB_AVAIL): Likewise.
4706         (GRUB_VBE_MODEATTR_DOUBLE_SCAN_AVAIL): Likewise.
4707         (GRUB_VBE_MODEATTR_INTERLACED_AVAIL): Likewise.
4708         (GRUB_VBE_MODEATTR_TRIPLE_BUF_AVAIL): Likewise.
4709         (GRUB_VBE_MODEATTR_STEREO_AVAIL): Likewise.
4710         (GRUB_VBE_MODEATTR_DUAL_DISPLAY_START): Likewise.
4711         (GRUB_VBE_MEMORY_MODEL_TEXT): Likewise.
4712         (GRUB_VBE_MEMORY_MODEL_CGA): Likewise.
4713         (GRUB_VBE_MEMORY_MODEL_HERCULES): Likewise.
4714         (GRUB_VBE_MEMORY_MODEL_PLANAR): Likewise.
4715         (GRUB_VBE_MEMORY_MODEL_NONCHAIN4_256): Likewise.
4716         (GRUB_VBE_MEMORY_MODEL_YUV): Likewise.
4718 2008-08-31  Robert Millan  <rmh@aybabtu.com>
4720         * loader/i386/pc/multiboot.c (grub_get_multiboot_mmap_len): Fix
4721         declaration.
4722         (grub_multiboot): Fix a few warnings.
4724 2008-08-31  Robert Millan  <rmh@aybabtu.com>
4726         * loader/i386/pc/multiboot.c: Update comment not to say that
4727         boot_device support is unimplemented.
4729 2008-08-31  Robert Millan  <rmh@aybabtu.com>
4731         * loader/i386/pc/multiboot.c: Update comment not to say that a.out
4732         or memory map support are unimplemented.
4734 2008-08-31  Colin D Bennett  <colin@gibibit.com>
4736         * util/i386/pc/grub-mkrescue.in: Support multiple overlay directories.
4738 2008-08-31  Colin D Bennett  <colin@gibibit.com>
4740         * commands/i386/pc/vbeinfo.c (grub_cmd_vbeinfo): Show VBE version and
4741         total video memory in 'vbeinfo' output; show color format details for
4742         each video mode.
4744 2008-08-30  Pavel Roskin  <proski@gnu.org>
4746         * util/genmoddep.c: Remove for real this time.
4747         * DISTLIST: Remove util/genmoddep.c.
4749 2008-08-30  Robert Millan  <rmh@aybabtu.com>
4751         * kern/i386/pc/startup.S (multiboot_header): Force 4-byte alignment
4752         as required by Multiboot spec (it was already 4-byte aligned, but
4753         only by chance).
4755 2008-08-29  Pavel Roskin  <proski@gnu.org>
4757         * kern/powerpc/ieee1275/crt0.S: Rename to ...
4758         * kern/powerpc/ieee1275/startup.S: ... this.
4759         * conf/powerpc-ieee1275.rmk: Adjust for the above.
4760         * DISTLIST: Likewise.
4762         * kern/powerpc/ieee1275/crt0.S: Include grub/symbol.h and
4763         grub/cpu/kernel.h.  Add start label for consistency with other
4764         platforms.  Add grub_prefix immediately after start.  Add jump
4765         to the code after grub_prefix.
4766         * include/grub/powerpc/kernel.h: Provide valid values for
4767         GRUB_KERNEL_CPU_PREFIX and GRUB_KERNEL_CPU_DATA_END.
4769 2008-08-29  Bean  <bean123ch@gmail.com>
4771         * configure.ac: Change host_os to cygwin for mingw.
4772         (asprintf): New check for function.
4774         * include/grub/symbol.h: Replace #ifndef __CYGWIN__ with
4775         #if ! defined (__CYGWIN__) && ! defined (__MINGW32__).
4777         * include/grub/util/misc.h: #include <config.h> and <grub/types.h>,
4778         declare asprintf if HAVE_ASPRINTF is not set, declare fseeko, ftello,
4779         sync, sleep and grub_util_get_disk_size for mingw.
4781         * util/biosdisk.c (grub_util_biosdisk_open): Use grub_util_get_disk_size
4782         to get size in mingw.
4783         (open_device): Use flag O_BINARY if it's defined.
4784         (find_root_device): Add dummy code for mingw.
4786         * util/grub-mkdevicemap.c (get_floppy_disk_name): Return 0 for mingw.
4787         (get_ide_disk_name): Return //./PHYSICALDRIVE%d for mingw.
4788         (get_scsi_disk_name): Return 0 for mingw.
4790         * util/hostfs.c: #include <grub/util/misc.h>.
4791         (grub_hostfs_open): Use "rb" flag to open file, use
4792         grub_util_get_disk_size to get disk size for mingw.
4794         * util/misc.c: #include <windows.h> and <winioctl.h> in mingw.
4795         (asprintf): New function if HAVE_ASPRINTF is not set.
4796         (sync): New function for mingw.
4797         (sleep): Likewise.
4798         (grub_util_get_disk_size): Likewise.
4800 2008-08-28  Pavel Roskin  <proski@gnu.org>
4802         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Add
4803         kern/time.c.
4805 2008-08-28  Robert Millan  <rmh@aybabtu.com>
4807         * util/biosdisk.c (find_grub_drive): Declare missing `i' variable.
4809 2008-08-28  Robert Millan  <rmh@aybabtu.com>
4811         Change find_grub_drive() syntax so it doesn't prevent it from
4812         detecting NULL names as errors.
4814         * util/biosdisk.c (find_grub_drive): Move free slot search code
4815         from here ...
4816         (find_free_slot): ... to here.
4817         (read_device_map): Use find_free_slot() to search for free slots.
4819 2008-08-27  Marco Gerards  <marco@gnu.org>
4821         * conf/common.rmk (pkglib_MODULES): Add scsi.mod.
4822         (scsi_mod_SOURCES): New variable.
4823         (scsi_mod_CFLAGS): Likewise
4824         (scsi_mod_LDFLAGS): Likewise.
4826         * disk/scsi.c: New file.
4828         * include/grub/scsi.h: Likewise.
4830         * include/grub/scsicmd.h: Likewise.
4832         * disk/ata.c: Include <grub/scsi.h>.
4833         (grub_atapi_packet): Do not use grub_ata_cmd, use registers
4834         instead.
4835         (grub_ata_iterate): Skip ATAPI devices.
4836         (grub_ata_open): Only handle ATAPI devices.
4837         (struct grub_atapi_read): Removed.
4838         (grub_atapi_readsector): Likewise.
4839         (grub_ata_read): No longer handle ATAPI devices.
4840         (grub_ata_write): Likewise.
4841         (grub_atapi_iterate): New function.
4842         (grub_atapi_read): Likewise.
4843         (grub_atapi_write): Likewise.
4844         (grub_atapi_open): Likewise.
4845         (grub_atapi_close): Likewise.
4846         (grub_atapi_dev): New variable.
4847         (GRUB_MOD_INIT(ata)): Register ATAPI as SCSI device.
4848         (GRUB_MOD_FINI(ata)): Unregister ATAPI.
4850         * include/grub/disk.h (enum grub_disk_dev_id): Add
4851         `GRUB_DISK_DEVICE_SCSI_ID'.
4853 2008-08-26  Robert Millan  <rmh@aybabtu.com>
4855         * util/biosdisk.c (grub_util_biosdisk_open, open_device)
4856         (grub_util_biosdisk_get_grub_dev): Make error messages a bit more
4857         descriptive.
4859 2008-08-23  Bean  <bean123ch@gmail.com>
4861         * conf/common.rmk (grub_probe_SOURCES): Add disk/mdraid_linux.c.
4862         (grub_fstest_SOURCES): Add disk/raid5_recover.c, disk/raid6_recover.c,
4863         disk/mdraid_linux.c and disk/dmraid_nvidia.c and lib/crc.c.
4864         (pkglib_MODULES): Add raid5rec.mod, raid6rec.mod, mdraid.mod and
4865         dm_nv.mod.
4866         (raid5rec_mod_SOURCES): New macro.
4867         (raid5rec_mod_CFLAGS): Likewise.
4868         (raid5rec_mod_LDFLAGS): Likewise.
4869         (raid6rec_mod_SOURCES): Likewise.
4870         (raid6rec_mod_CFLAGS): Likewise.
4871         (raid6rec_mod_LDFLAGS): Likewise.
4872         (mdraid_mod_SOURCES): Likewise.
4873         (mdraid_mod_CFLAGS): Likewise.
4874         (mdraid_mod_LDFLAGS): Likewise.
4875         (dm_nv_mod_SOURCES): Likewise.
4876         (dm_nv_mod_CFLAGS): Likewise.
4877         (dm_nv_mod_LDFLAGS): Likewise.
4879         * conf/i386-pc.rmk (grub_setup_SOURCES): Add disk/mdraid_linux.c.
4880         (grub_emu_SOURCES):  Add disk/raid5_recover.c, disk/raid6_recover.c,
4881         disk/mdraid_linux.c and disk/dmraid_nvidia.c.
4883         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Add disk/raid5_recover.c,
4884         disk/raid6_recover.c, disk/mdraid_linux.c and disk/dmraid_nvidia.c.
4886         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
4888         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
4890         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
4892         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
4894         * disk/raid5_recover.c: New file.
4896         * disk/raid6_recover.c: Likewise.
4898         * disk/mdraid_linux.c: Likewise.
4900         * disk/dmraid_nvidia.c: Likewise.
4902         * disk/i386/pc/biosdisk.c: Set total_sectors of cdrom device to
4903         ULONG_MAX.
4905         * disk/raid.c (grub_raid_open): Use the size of the smallest disk to
4906         calculate the size of raid device.
4907         (grub_raid_read): Simplify raid0 code. Support raid4, raid6 and four
4908         different layout of raid5.
4909         (grub_raid_scan_device): Remove code specific to mdraid.
4910         (grub_raid_list): New variable.
4911         (free_array): New function.
4912         (grub_raid_register): Likewise.
4913         (grub_raid_unregister): Likewise.
4914         (grub_raid_rescan): Likewise.
4915         (GRUB_MOD_INIT): Don't iterate device here.
4916         (GRUB_MOD_FINI): Use free_array to release resource.
4918         * include/grub/raid.h: Remove macro and structure specific to mdraid.
4919         (grub_raid5_recover_func_t): New function variable type.
4920         (grub_raid6_recover_func_t): Likewise.
4921         (grub_raid5_recover_func): New variable.
4922         (grub_raid6_recover_func): Likewise.
4923         (grub_raid_register): New function.
4924         (grub_raid_unregister): Likewise.
4925         (grub_raid_rescan): Likewise.
4926         (grub_raid_block_xor): Likewise.
4928         * util/grub-fstest.c: Add #include <grub/raid.h> and <grub/lib/crc.h>.
4929         (CMD_CRC): New macro.
4930         (part): Removed.
4931         (read_file): Handle device as well as file.
4932         (cmd_crc): New function.
4933         (fstest): Handle multiple disks.
4934         (options): Remove part, raw and long, add root and diskcount.
4935         (usage): Add crc, remove -p, -r, -l, add -r and -c.
4936         (main): Find the first non option entry and ignore subsequent options,
4937         add handling for the new options, support multiple disks.
4939         * util/grub-probe.c (probe): Add mdraid to abstraction_name.
4941 2008-08-23  Bean  <bean123ch@gmail.com>
4943         * normal/x86_64/setjmp.S (grub_longjmp): Return 1 when val = 0.
4945         * genfslist.sh: Ignore kernel.mod.
4947         * genpartmaplist.sh: Likewise.
4949 2008-08-23  Robert Millan  <rmh@aybabtu.com>
4951         * util/getroot.c (find_root_device): Skip anything that starts with
4952         a dot, not just directories.  This avoids things like /dev/.tmp.md0.
4954 2008-08-22  Felix Zielcke  <fzielcke@z-51.de>
4956         * util/update-grub.in (GRUB_GFXMODE): Export variable.
4957         * util/grub.d/00_header.in: Allow the administrator to change default
4958         gfxmode via ${GRUB_GFXMODE}.
4960 2008-08-21  Felix Zielcke  <fzielcke@z-51.de>
4962         * fs/ntfs.c (grub_ntfs_mount): Fix a memory leak.
4964 2008-08-21  Robert Millan  <rmh@aybabtu.com>
4966         * loader/i386/linux.c: New file.  Implements generic 32-bit Linux
4967         loader.
4968         * conf/i386-coreboot.rmk (_linux_mod_SOURCES): Replace
4969         `loader/i386/pc/linux.c' with `loader/i386/linux.c'.
4971 2008-08-20  Carles Pina i Estany  <carles@pina.cat>
4973         * menu/normal.c (run_menu): Replace hardcoded numbers with macros
4974         (16 for GRUB_TERM_UP and 14 for GRUB_TERM_DOWN)
4976 2008-08-19  Robert Millan  <rmh@aybabtu.com>
4978         * term/gfxterm.c (DEFAULT_CURSOR_COLOR): Remove.
4979         (struct grub_virtual_screen): Remove `cursor_color'.
4980         (grub_virtual_screen_setup): Remove `virtual_screen.cursor_color'
4981         initialization.
4982         (write_cursor): Use `virtual_screen.fg_color' to draw cursor.
4984 2008-08-18  Robert Millan  <rmh@aybabtu.com>
4986         Unify (identical) linux_normal.c files.
4987         * loader/i386/efi/linux_normal.c: Move from here ...
4988         * loader/linux_normal.c: ... to here.  Update all users.
4989         * loader/i386/pc/linux_normal.c: Delete.  Update all users.
4990         * loader/i386/ieee1275/linux_normal.c: Likewise.
4992 2008-08-18  Robert Millan  <rmh@aybabtu.com>
4994         * include/grub/i386/linux.h (LINUX_LOADER_ID_LILO)
4995         (LINUX_LOADER_ID_LOADLIN, LINUX_LOADER_ID_BOOTSECT)
4996         (LINUX_LOADER_ID_SYSLINUX, LINUX_LOADER_ID_ETHERBOOT)
4997         (LINUX_LOADER_ID_ELILO, LINUX_LOADER_ID_GRUB, LINUX_LOADER_ID_UBOOT)
4998         (LINUX_LOADER_ID_XEN, LINUX_LOADER_ID_GUJIN, LINUX_LOADER_ID_QEMU):
4999         New macros.
5000         (GRUB_LINUX_CL_OFFSET, GRUB_LINUX_CL_END_OFFSET): Move from here ...
5001         * loader/i386/pc/linux.c (GRUB_LINUX_CL_OFFSET)
5002         (GRUB_LINUX_CL_END_OFFSET): ... to here.
5003         * loader/i386/efi/linux.c (GRUB_EFI_CL_OFFSET): Rename to ...
5004         (GRUB_LINUX_CL_OFFSET): ... this.  Update all users.
5005         (GRUB_EFI_CL_END_OFFSET): Rename to ...
5006         (GRUB_LINUX_CL_END_OFFSET): ... this.  Update all users.
5007         (grub_rescue_cmd_linux): Macroify `type_of_loader' initialization.
5008         Initialize `params->video_cursor_x' and `params->video_cursor_y'
5009         portably using grub_getxy().
5010         Replace `-EFI' with `-bzImage' in boot message.
5012 2008-08-17  Robert Millan  <rmh@aybabtu.com>
5014         * include/grub/x86_64/kernel.h: New file (<grub/i386/kernel.h> stub).
5016 2008-08-17  Robert Millan  <rmh@aybabtu.com>
5018         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/i386/pc/mmap.c'.
5020         * include/grub/i386/pc/init.h (GRUB_MACHINE_MEMORY_AVAILABLE)
5021         (GRUB_MACHINE_MEMORY_RESERVED): New macros.
5022         (grub_machine_mmap_iterate): New function declaration.
5023         * include/grub/multiboot.h (struct grub_multiboot_mmap_entry): New
5024         structure.
5025         (GRUB_MMAP_MEMORY_AVAILABLE, GRUB_MMAP_MEMORY_RESERVED): New
5026         macros.
5028         * kern/i386/pc/init.c (grub_machine_init): Replace hardcoded region
5029         type check value with `GRUB_MACHINE_MEMORY_AVAILABLE'.
5030         Move e820 parsing from here ...
5031         * kern/i386/pc/mmap.c: New file.
5032         (grub_machine_mmap_iterate): ... to here.
5034         * include/grub/i386/coreboot/memory.h: Remove `<grub/err.h>'.
5035         (GRUB_LINUXBIOS_MEMORY_AVAILABLE): Rename (for consistency) to ...
5036         (GRUB_MACHINE_MEMORY_AVAILABLE): ... this.  Update all users.
5037         (grub_available_iterate): Redeclare to return `void', and redeclare
5038         its hook to use grub_uint64_t as addr and size parameters, and rename
5039         to ...
5040         (grub_machine_mmap_iterate): ... this.  Update all users.
5042         * kern/i386/coreboot/mmap.c (grub_mmap_iterate): Simplify parser loop
5043         to make it more readable.  Rename to ...
5044         (grub_machine_mmap_iterate): ... this.
5046         * loader/i386/pc/multiboot.c (mmap_addr, mmap_length): New variables.
5047         (grub_get_multiboot_mmap_len, grub_fill_multiboot_mmap): New functions.
5048         (grub_multiboot): Allocate an extra region after the payload, and fill
5049         it with a Multiboot memory map.  Adjust a.out loader to calculate size
5050         with the extra space.
5051         (grub_multiboot_load_elf32): Adjust elf32 loader to calculate size
5052         with the extra space.
5054 2008-08-17  Carles Pina i Estany  <carles@pina.cat>
5056         * menu/normal.c (run_menu): Add Home and End keys in grub-menu.
5058 2008-08-17  Felix Zielcke  <fzielcke@z-51.de>
5060         * gendistlist.sh: Add *.y, *.tex, *.texi, grub.cfg, README, *.sc,
5061         mdate-sh to the list `find' searches for.
5062         * DISTLIST: Regenerated.
5064 2008-08-16  Felix Zielcke  <fzielcke@z-51.de>
5066         * gendistlist.sh (EXTRA_DISTFILES): Remove gensymlist.sh,
5067         genkernsyms.sh.  Add geninit.sh, geninitheader.sh, genkernsyms.sh.in,
5068         genmoddep.awk, gensymlist.sh.in.
5069         (DISTDIRS): Add bus, docs, hook, lib.
5070         * DISTLIST: Regenerated.
5071         * NEWS: Add cygwin support and change the `os-prober' entry a bit.
5073 2008-08-16  Robert Millan  <rmh@aybabtu.com>
5075         * disk/raid.c (grub_raid_init): Handle/report errors set by
5076         grub_device_iterate().
5077         * disk/lvm.c (grub_lvm_init): Likewise.
5079 2008-08-15  Bean  <bean123ch@gmail.com>
5081         * conf/i386-pc.rmk (pkglib_MODULES): Add datetime.mod, date.mod
5082         and datehook.mod.
5083         (datetime_mod_SOURCES): New macro.
5084         (datetime_mod_CFLAGS): Likewise.
5085         (datetime_mod_LDFLAGS): Likewise.
5086         (date_mod_SOURCES): Likewise.
5087         (date_mod_CFLAGS): Likewise.
5088         (date_mod_LDFLAGS): Likewise.
5089         (datehook_mod_SOURCES): Likewise.
5090         (datehook_mod_CFLAGS): Likewise.
5091         (datehook_mod_LDFLAGS): Likewise.
5093         * conf/i386-coreboot.rmk (pkglib_MODULES): Add datetime.mod, date.mod
5094         and datehook.mod.
5095         (datetime_mod_SOURCES): New macro.
5096         (datetime_mod_CFLAGS): Likewise.
5097         (datetime_mod_LDFLAGS): Likewise.
5098         (date_mod_SOURCES): Likewise.
5099         (date_mod_CFLAGS): Likewise.
5100         (date_mod_LDFLAGS): Likewise.
5101         (datehook_mod_SOURCES): Likewise.
5102         (datehook_mod_CFLAGS): Likewise.
5103         (datehook_mod_LDFLAGS): Likewise.
5105         * conf/i386-ieee1275.rmk (pkglib_MODULES): Add datetime.mod, date.mod
5106         and datehook.mod.
5107         (datetime_mod_SOURCES): New macro.
5108         (datetime_mod_CFLAGS): Likewise.
5109         (datetime_mod_LDFLAGS): Likewise.
5110         (date_mod_SOURCES): Likewise.
5111         (date_mod_CFLAGS): Likewise.
5112         (date_mod_LDFLAGS): Likewise.
5113         (datehook_mod_SOURCES): Likewise.
5114         (datehook_mod_CFLAGS): Likewise.
5115         (datehook_mod_LDFLAGS): Likewise.
5117         * conf/i386-efi.rmk (pkglib_MODULES): Add datetime.mod, date.mod
5118         and datehook.mod.
5119         (datetime_mod_SOURCES): New macro.
5120         (datetime_mod_CFLAGS): Likewise.
5121         (datetime_mod_LDFLAGS): Likewise.
5122         (date_mod_SOURCES): Likewise.
5123         (date_mod_CFLAGS): Likewise.
5124         (date_mod_LDFLAGS): Likewise.
5125         (datehook_mod_SOURCES): Likewise.
5126         (datehook_mod_CFLAGS): Likewise.
5127         (datehook_mod_LDFLAGS): Likewise.
5129         * conf/x86_64-efi.rmk (pkglib_MODULES): Add datetime.mod, date.mod
5130         and datehook.mod.
5131         (datetime_mod_SOURCES): New macro.
5132         (datetime_mod_CFLAGS): Likewise.
5133         (datetime_mod_LDFLAGS): Likewise.
5134         (date_mod_SOURCES): Likewise.
5135         (date_mod_CFLAGS): Likewise.
5136         (date_mod_LDFLAGS): Likewise.
5137         (datehook_mod_SOURCES): Likewise.
5138         (datehook_mod_CFLAGS): Likewise.
5139         (datehook_mod_LDFLAGS): Likewise.
5141         * kern/env.c (grub_env_insert): Fix a bug in prevp pointer.
5143         * commands/date.c: New file.
5145         * hook/datehook.c: Likewise.
5147         * include/grub/lib/datetime.h: Likewise.
5149         * include/grub/i386/cmos.h: Likewise.
5151         * lib/datetime.c: Likewise.
5153         * lib/i386/datetime.c: Likewise.
5155         * lib/efi/datetime.c: Likewise.
5157 2008-08-14  Robert Millan  <rmh@aybabtu.com>
5159         * conf/common.rmk (bin_UTILITIES): Add `grub-mkelfimage'.
5160         (grub_mkelfimage_SOURCES): New variable.
5161         (util/elf/grub-mkimage.c_DEPENDENCIES): Likewise.
5163         * conf/i386-coreboot.rmk (bin_UTILITIES, grub_mkimage_SOURCES)
5164         (grub_mkimage_LDFLAGS, util/elf/grub-mkimage.c_DEPENDENCIES): Remove.
5165         * conf/powerpc-ieee1275.rmk: Likewise.
5166         * conf/i386-ieee1275.rmk: Likewise.
5168         * kern/ieee1275/init.c: Include `<grub/cpu/kernel.h>'.
5169         * kern/i386/coreboot/init.c: Likewise.
5171         * kern/i386/ieee1275/startup.S: Replace `<grub/machine/kernel.h>'
5172         with `<grub/cpu/kernel.h>'.
5173         (GRUB_KERNEL_MACHINE_PREFIX, GRUB_KERNEL_MACHINE_DATA_END): Renamed
5174         to ...
5175         (GRUB_KERNEL_CPU_PREFIX, GRUB_KERNEL_CPU_DATA_END): ... this.
5176         * kern/i386/coreboot/startup.S: Likewise.
5178         * include/grub/powerpc/ieee1275/kernel.h (GRUB_MOD_ALIGN)
5179         (GRUB_MOD_GAP): Remove.
5180         * include/grub/powerpc/kernel.h: New file.
5181         * include/grub/i386/ieee1275/kernel.h (GRUB_KERNEL_MACHINE_PREFIX)
5182         (GRUB_KERNEL_MACHINE_DATA_END): Remove.
5183         * include/grub/i386/kernel.h: New file.
5184         * include/grub/i386/coreboot/kernel.h (GRUB_MOD_ALIGN)
5185         (GRUB_MOD_GAP, GRUB_KERNEL_MACHINE_PREFIX)
5186         (GRUB_KERNEL_MACHINE_DATA_END): Remove.
5188         * util/ieee1275/grub-install.in (grub_mkimage): Initialize to use
5189         `grub-mkelfimage'.
5190         Use --directory when invoking grub_mkimage.
5192         * util/elf/grub-mkimage.c: Include `<grub/cpu/kernel.h>'.
5193         (add_segments): Replace GRUB_KERNEL_MACHINE_DATA_END and
5194         GRUB_KERNEL_MACHINE_PREFIX with GRUB_KERNEL_CPU_DATA_END
5195         and GRUB_KERNEL_CPU_PREFIX.
5197 2008-08-14  Felix Zielcke  <fzielcke@z-51.de>
5199         * include/grub/err.h (grub_err_printf): New function prototype.
5200         * util/misc.c (grub_err_printf): New function.
5201         * kern/misc.c [! GRUB_UTIL] (grub_err_printf): New alias for
5202         grub_printf.
5203         * kern/err.c (grub_print_error): Use grub_err_printf.
5205 2008-08-13  Robert Millan  <rmh@aybabtu.com>
5207         * docs/grub.cfg: Remove `/dev/' prefix in GNU/Hurd boot entry.
5209 2008-08-13  Robert Millan  <rmh@aybabtu.com>
5211         * docs/grub.cfg: Use the native device name for the example GNU/Hurd
5212         boot entry.
5214 2008-08-12  Robert Millan  <rmh@aybabtu.com>
5216         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Move part
5217         of the relocation code from here ...
5218         (grub_multiboot): ... to here.
5219         (forward_relocator, backward_relocator): Move from here ...
5220         * kern/i386/loader.S (grub_multiboot_forward_relocator)
5221         (grub_multiboot_backward_relocator): ... to here.
5222         (grub_multiboot_real_boot): Use %edx for entry offset.  Put Multiboot
5223         magic in %eax.  Use %ebp for jumping (so %edx is not trashed).
5224         * include/grub/i386/loader.h (grub_multiboot_forward_relocator)
5225         (grub_multiboot_forward_relocator_end)
5226         (grub_multiboot_backward_relocator)
5227         (grub_multiboot_backward_relocator_end): New variables.
5229 2008-08-12  Bean  <bean123ch@gmail.com>
5231         * disk/raid.c (grub_raid_read): Fix a bug in raid0 code.
5233 2008-08-11  Robert Millan  <rmh@aybabtu.com>
5235         * kern/i386/linuxbios/startup.S: Move from here ...
5236         * kern/i386/coreboot/startup.S: ... to here.
5238         * kern/i386/linuxbios/init.c: Move from here ...
5239         * kern/i386/coreboot/init.c: ... to here.
5241         * kern/i386/linuxbios/table.c: Move from here ...
5242         * kern/i386/coreboot/mmap.c: ... to here.
5244         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Update moved files.
5246 2008-08-11  Robert Millan  <rmh@aybabtu.com>
5248         * kern/device.c (grub_device_open): Do not handle grub_disk_open()
5249         errors.  Leave it to the upper layer to handle them.
5251 2008-08-09  Christian Franke  <franke@computer.org>
5253         * Makefile.in: Add `target_os' and `enable_grub_pe2elf'.
5254         * conf/common.rmk: Install `grub-pe2elf' only if requested.
5255         Install `grub.d/10_windows' only on Cygwin.
5256         * configure.ac: Add subst of `target_os'.
5257         Check `target_os' also before setting TARGET_OBJ2ELF.
5258         Add `--enable-grub-pe2elf'.
5260 2008-08-08  Robert Millan  <rmh@aybabtu.com>
5262         * kern/disk.c: Replace `<grub/machine/time.h>' with `<grub/time.h>'.
5263         (grub_last_time): Change type to grub_uint64_t.
5264         (grub_disk_open): Migrate code from to using grub_get_time_ms().
5265         (grub_disk_close): Likewise.
5267         * normal/menu.c: Replace `<grub/machine/time.h>' with `<grub/time.h>'.
5268         (run_menu): Migrate code from to using grub_get_time_ms().
5270         * util/misc.c (grub_get_time_ms): New function.
5272 2008-08-08  Marco Gerards  <marco@gnu.org>
5274         * disk/ata.c (grub_ata_regget): Change return type to
5275         `grub_uint8_t'.
5276         (grub_ata_regget2): Likewise.
5277         (grub_ata_wait_status): New function.
5278         (grub_ata_wait_busy): Removed function, updated all users to use
5279         `grub_ata_wait_status'.
5280         (grub_ata_wait_drq): Likewise.
5281         (grub_ata_cmd): New function.
5282         (grub_ata_pio_read): Change return type to `grub_uint8_t'.  Add
5283         error handling.
5284         (grub_ata_pio_write): Add error handling.
5285         (grub_atapi_identify): Likewise.
5286         (grub_atapi_packet): Use `grub_ata_cmd' and improve error
5287         handling.
5288         (grub_ata_identify): Use `grub_ata_cmd' and improve error
5289         handling.  Actually use the detected registers.  Reorder the
5290         detection logic such that it is easier to read.
5291         (grub_ata_pciinit): Do not assign the same ID to each controller.
5292         (grub_ata_setaddress): Use `grub_ata_cmd' and improve error
5293         handling.
5294         (grub_atapi_readsector): Check the result of `grub_ata_pio_read'.
5296         * include/grub/err.h (grub_err_t): Add `GRUB_ERR_TIMEOUT'.
5298 2008-08-08  Marco Gerards  <marco@gnu.org>
5300         * NEWS: Update.
5302 2008-08-07  Bean  <bean123ch@gmail.com>
5304         * include/grub/x86_64/pci.h: New file.
5306 2008-08-07  Christian Franke  <franke@computer.org>
5308         * kern/i386/pit.c (TIMER2_SPEAKER): New define.
5309         (TIMER2_GATE): Likewise.
5310         (grub_pit_wait): Add enable/disable of the timer2 gate
5311         bit of port 0x61.  This fixes a possible infinite loop.
5313 2008-08-07  Bean  <bean123ch@gmail.com>
5315         * conf/x86_64-efi.rmk (kernel_mod_SOURCES): Add kern/time.c,
5316         kern/i386/tsc.c and kern/i386/pit.c.
5318         * include/grub/i386/tsc.h (grub_cpu_is_cpuid_supported): Handle
5319         x86_64 platform.
5321         * kern/i386/efi/init.c: Replace <grub/cpu/tsc.h> with
5322         <grub/i386/tsc.h>.
5324         * kern/i386/pit.c: Replace <grub/cpu/io.h> with <grub/i386/io.h>.
5326 2008-08-07  Bean  <bean123ch@gmail.com>
5328         * conf/i386-efi.rmk (kernel_mod_SOURCES): Add kern/time.c.
5330         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add kern/time.c,
5332         * include/grub/i386/pit.h: Use macro KERNEL_CPU_PIT_HEADER to avoid
5333         multiple inclusion. Add #include <grub/types.h>.
5335 2008-08-06  Christian Franke  <franke@computer.org>
5337         * conf/common.rmk: Build and install `10_windows'.
5338         * util/grub.d/10_windows.in: New script.
5340 2008-08-06  Pavel Roskin  <proski@gnu.org>
5342         * kern/i386/pit.c: Include `<grub/i386/pit.h>'.
5344 2008-08-06  Robert Millan  <rmh@aybabtu.com>
5346         * conf/i386-coreboot.rmk (kernel_elf_ASFLAGS): New variable.
5347         * kern/i386/tsc.c: Include `<grub/i386/pit.h>'.
5349 2008-08-06  Bean  <bean123ch@gmail.com>
5351         * fs/i386/pc/pxe.c (grub_pxe_data): New member block_size.
5352         (grub_pxefs_fs_int): Remove dummy definition.
5353         (grub_pxefs_open): Use data->block_size to store the current block
5354         size setting.
5355         (grub_pxefs_read): Use block size stored in data->block_size. As the
5356         value of grub_pxe_blksize can be changed after the file is opened.
5358 2008-08-06  Bean  <bean123ch@gmail.com>
5360         * fs/i386/pc/pxe.c (curr_file): new variable.
5361         (grub_pxefs_open): Simply the handling of pxe file system. Don't
5362         require the dummy internal file system anymore.
5363         (grub_pxefs_read): Removed.
5364         (grub_pxefs_close): Likewise.
5365         (grub_pxefs_fs_int): Likewise.
5366         (grub_pxefs_read_int): Renamed to grub_pxefs_read. Reinitialize tftp
5367         connection when we switch file.
5368         (grub_pxefs_close_int): Renamed to grub_pxefs_close.
5370 2008-08-06  Robert Millan  <rmh@aybabtu.com>
5372         * conf/i386-coreboot.rmk (pkglib_MODULES): Add `reboot.mod' and
5373         `halt.mod'.
5374         (reboot_mod_SOURCES, reboot_mod_CFLAGS, reboot_mod_LDFLAGS)
5375         (halt_mod_SOURCES, halt_mod_CFLAGS, halt_mod_LDFLAGS): New variables.
5377         * kern/i386/halt.c: New file.
5378         * kern/i386/reboot.c: Likewise.
5379         * include/grub/i386/reboot.h: Likewise.
5380         * include/grub/i386/halt.h: Likewise.
5382         * commands/halt.c [! GRUB_MACHINE_IEEE1275 ! GRUB_MACHINE_EFI]:
5383         Include `<grub/cpu/halt.h>'.
5384         * commands/reboot.c [! GRUB_MACHINE_IEEE1275 ! GRUB_MACHINE_EFI]
5385         [! GRUB_MACHINE_PCBIOS]: Include `<grub/cpu/reboot.h>'.
5387         * term/i386/pc/at_keyboard.c: Include `<grub/cpu/at_keyboard.h>'.
5388         (SHIFT_L, SHIFT_R, CTRL, ALT, CAPS_LOCK, KEYBOARD_REG_DATA)
5389         (KEYBOARD_REG_STATUS, KEYBOARD_COMMAND_ISREADY, KEYBOARD_COMMAND_READ)
5390         (KEYBOARD_COMMAND_WRITE, KEYBOARD_COMMAND_REBOOT)
5391         (KEYBOARD_SCANCODE_SET1, KEYBOARD_ISMAKE, KEYBOARD_ISREADY)
5392         (KEYBOARD_SCANCODE, OLPC_UP, OLPC_DOWN, OLPC_LEFT, OLPC_RIGHT): Move
5393         from here ...
5394         * include/grub/i386/at_keyboard.h: ... to here.
5396 2008-08-05  Robert Millan  <rmh@aybabtu.com>
5398         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/i386/pit.c'.
5399         * conf/i386-efi.rmk (kernel_mod_SOURCES): Likewise.
5400         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Likewise. Also add
5401         `kern/i386/tsc.c', `kern/generic/rtc_get_time_ms.c' and
5402         `kern/generic/millisleep.c'.
5404         * kern/i386/tsc.c (calibrate_tsc): Rewrite using grub_pit_wait()
5405         instead of grub_get_rtc().
5406         (grub_tsc_init): Initialize `tsc_boot_time'.
5408         * kern/i386/linuxbios/init.c (grub_millisleep): Remove stub.
5409         (grub_machine_init): Use grub_tsc_init() rather than
5410         installing an RTC-based handler via grub_install_get_time_ms().
5412         * kern/i386/pit.c: New file.
5413         * include/grub/i386/pit.h: Likewise.
5415 2008-08-05  Bean  <bean123ch@gmail.com>
5417         * boot/i386/pc/pxeboot.S (_start): Use drive number 0x7F for pxe.
5419         * conf/i386-pc.rmk (kernel_img_HEADERS): Add machine/pxe.h.
5420         (pkglib_MODULES): Add pxe.mod and pxecmd.mod.
5421         (pxe_mod_SOURCES): New macro.
5422         (pxe_mod_CFLAGS): Likewise.
5423         (pxe_mod_LDFLAGS): Likewise.
5424         (pxecmd_mod_SOURCES): Likewise.
5425         (pxecmd_mod_CFLAGS): Likewise.
5426         (pxecmd_mod_LDFLAGS): Likewise.
5428         * kern/i386/pc/startup.S (grub_pxe_scan): New function.
5429         (grub_pxe_call): Likewise.
5431         * include/grub/disk.h (grub_disk_dev_id): Add GRUB_DISK_DEVICE_PXE_ID.
5433         * commands/i386/pc/pxecmd.c: New file.
5435         * fs/i386/pc/pxe.c: Likewise.
5437         * include/grub/i386/pc/pxe.h: Likewise.
5439 2008-08-05  Bean  <bean123ch@gmail.com>
5441         * util/console.c (grub_console_cur_color): New variable.
5442         (grub_console_standard_color): Likewise.
5443         (grub_console_normal_color): Likewise.
5444         (grub_console_highlight_color): Likewise.
5445         (color_map): Likewise.
5446         (use_color): Likewise.
5447         (NUM_COLORS): New macro.
5448         (grub_ncurses_setcolorstate): Handle color properly.
5449         (grub_ncurses_setcolor): Don't change color here, just remember the
5450         settings, color will be set in grub_ncurses_setcolorstate.
5451         (grub_ncurses_getcolor): New function.
5452         (grub_ncurses_init): Initialize color pairs.
5453         (grub_ncurses_term): New member grub_ncurses_getcolor.
5455 2008-08-05  Colin D Bennett  <colin@gibibit.com>
5457         High resolution timer support.  Implemented for x86 CPUs using TSC.
5458         Extracted generic grub_millisleep() so it's linked in only as needed.
5459         This requires a Pentium compatible CPU; if the RDTSC instruction is
5460         not supported, then it falls back on the generic grub_get_time_ms()
5461         implementation that uses the machine's RTC.
5463         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/time.c',
5464         `kern/i386/tsc.c', `kern/generic/rtc_get_time_ms.c' and
5465         `kern/generic/millisleep.c'.
5467         * conf/i386-efi.rmk (kernel_mod_SOURCES): Add `kern/i386/tsc.c',
5468         `kern/generic/rtc_get_time_ms.c' and `kern/generic/millisleep.c'.
5470         * conf/x86_64-efi.rml (kernel_mod_SOURCES): Add
5471         `kern/generic/millisleep.c' and `kern/generic/rtc_get_time_ms.c'.
5473         * conf/sparc64-ieee1275.rmk (kernel_elf_SOURCES): Likewise.
5475         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Add
5476         `kern/generic/millisleep.c'.
5478         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Likewise.
5480         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Add `kern/time.c'.
5482         * kern/generic/rtc_get_time_ms.c: New file.
5484         * kern/generic/millisleep.c: New file.
5486         * kern/misc.c: Don't include
5487         <kern/time.h> anymore.
5488         (grub_millisleep_generic): Removed.
5490         * commands/sleep.c (grub_interruptible_millisleep): Uses
5491         grub_get_time_ms() instead of grub_get_rtc().
5493         * include/grub/i386/tsc.h (grub_get_tsc): New file.  New inline
5494         function.
5495         (grub_cpu_is_cpuid_supported): New inline function.
5496         (grub_cpu_is_tsc_supported): New inline function.
5497         (grub_tsc_init): New function prototype.
5498         (grub_tsc_get_time_ms): New function prototype.
5500         * kern/i386/tsc.c (grub_get_time_ms): New file.
5502         * include/grub/time.h: Include <grub/types.h.
5503         (grub_millisleep_generic): Removed.
5504         (grub_get_time_ms): New prototype.
5505         (grub_install_get_time_ms): New prototype.
5506         (grub_rtc_get_time_ms): New prototype.
5508         * kern/time.c (grub_get_time_ms): New function.
5509         (grub_install_get_time_ms): New function.
5511         * kern/i386/efi/init.c: Include <grub/cpu/tsc.h>.  Don't include
5512         <grub/time.h> anymore.
5513         (grub_millisleep): Removed.
5514         (grub_machine_init): Call grub_tsc_init.
5516         * kern/i386/linuxbios/init.c (grub_machine_init): Install the RTC
5517         get_time_ms() implementation.
5519         * kern/sparc64/ieee1275/init.c (grub_millisleep): Removed.
5520         (ieee1275_get_time_ms): New function.
5521         (grub_machine_init): Install get_time_ms() implementation.
5523         * kern/i386/pc/init.c: Include <grub/cpu/tsc.h>.
5524         (grub_machine_init): Call grub_tsc_init().
5525         (grub_millisleep): Removed.
5527         * kern/ieee1275/init.c (grub_millisleep): Removed.
5528         (grub_machine_init): Install ieee1275_get_time_ms()
5529         implementation.
5530         (ieee1275_get_time_ms): New function.
5531         (grub_get_rtc): Now calls ieee1275_get_time_ms(), which does the
5532         real work.
5534 2008-08-05  Marco Gerards  <marco@gnu.org>
5536         * disk/ata.c: Include <grub/pci.h>.
5537         (enum grub_ata_commands): Add `GRUB_ATA_CMD_EXEC_DEV_DIAGNOSTICS'.
5538         (grub_ata_initialize): Rewritten.
5539         (grub_ata_device_initialize): New function.
5541 2008-08-04  Pavel Roskin  <proski@gnu.org>
5543         * kern/main.c: Include grub/mm.h.
5545 2008-08-04  Robert Millan  <rmh@aybabtu.com>
5547         * conf/i386-coreboot.rmk (COMMON_ASFLAGS, COMMON_CFLAGS)
5548         (COMMON_LDFLAGS): Harmonize with i386-pc version (fixes a code
5549         corruption problem).
5551 2008-08-04  Robert Millan  <rmh@aybabtu.com>
5553         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Fix misc
5554         warnings introduced in my last commit.
5556 2008-08-03  Robert Millan  <rmh@aybabtu.com>
5558         Make PCI available on all i386 architectures.
5560         * include/grub/i386/pc/pci.h: Move from here ...
5561         * include/grub/i386/pci.h: ... to here.
5563         * include/grub/i386/pc/pci.h: Remove.
5564         * include/grub/i386/efi/pci.h: Remove.
5565         * include/grub/x86_64/efi/pci.h: Remove.
5567         * include/grub/pci.h: Replace `<grub/machine/pci.h>' with
5568         `<grub/cpu/pci.h>'.
5570         * conf/i386-coreboot.rmk (pkglib_MODULES): Add `pci' and `lspci'.
5571         (pci_mod_SOURCES, pci_mod_CFLAGS, pci_mod_LDFLAGS, lspci_mod_SOURCES)
5572         (lspci_mod_CFLAGS, lspci_mod_LDFLAGS): New variables.
5574         * conf/i386-ieee1275.rmk: Likewise.
5576 2008-08-03  Robert Millan  <rmh@aybabtu.com>
5578         * term/i386/pc/vga_text.c (CRTC_CURSOR_DISABLE): New macro.
5579         (grub_console_setcursor): Make it possible to set cursor off.
5581 2008-08-03  Robert Millan  <rmh@aybabtu.com>
5583         * util/grub.d/00_header.in: Be platform-agnostic.  Probe for existence
5584         of modules instead of assuming which platform provides what.
5585         * util/update-grub.in: Likewise.
5587 2008-08-03  Robert Millan  <rmh@aybabtu.com>
5589         * kern/i386/pc/init.c (make_install_device): Check for `grub_prefix'
5590         instead of `grub_install_dos_part' to determine whether a drive needs
5591         to be prepended to prefix (`grub_install_dos_part' is not reliable,
5592         because it can be overridden when loading GRUB via Multiboot).
5594 2008-08-02  Robert Millan  <rmh@aybabtu.com>
5596         * util/i386/pc/grub-install.in: Remove trailing slash from prefix.
5598 2008-08-02  Robert Millan  <rmh@aybabtu.com>
5600         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Add a pair
5601         of informational grub_dprintf() calls.
5603 2008-08-02  Robert Millan  <rmh@aybabtu.com>
5605         * disk/memdisk.c (memdisk_size): Don't initialize.
5606         (GRUB_MOD_INIT(memdisk)): Find memdisk using grub_module_iterate().
5608         * include/grub/i386/pc/kernel.h
5609         (GRUB_KERNEL_MACHINE_MEMDISK_IMAGE_SIZE): Remove macro.
5610         (GRUB_KERNEL_MACHINE_PREFIX, GRUB_KERNEL_MACHINE_DATA_END): Shift.
5611         (grub_memdisk_image_size, grub_arch_memdisk_addr)
5612         (grub_arch_memdisk_size): Remove.
5614         * include/grub/kernel.h (struct grub_module_header): Remove `offset'
5615         field (was only used to transfer a constant).  Add `type' field to
5616         support multiple module types.
5617         (grub_module_iterate): New function.
5619         * kern/device.c (grub_device_open): Do not hide error messages
5620         when grub_disk_open() fails.  Use grub_print_error() instead.
5622         * kern/i386/pc/init.c (grub_arch_modules_addr)
5623         (grub_arch_memdisk_size): Remove functions.
5624         (grub_arch_modules_addr): Return the module address in high memory
5625         (now that it isn't copied anymore).
5627         * kern/i386/pc/startup.S (grub_memdisk_image_size): Remove variable.
5628         (codestart): Don't add grub_memdisk_image_size to %ecx in LZMA
5629         decompression routine (grub_total_module_size already includes that
5630         now).  Don't copy modules back to low memory.
5632         * kern/main.c: Include `<grub/mm.h>'.
5633         (grub_load_modules): Split out (and use) ...
5634         (grub_module_iterate): ... this function, which iterates through
5635         module objects and runs a hook.
5636         Comment out grub_mm_init_region() call, as it would cause non-ELF
5637         modules to be overwritten.
5639         * util/i386/pc/grub-mkimage.c (generate_image): Instead of appending
5640         the memdisk image in its own region, make it part of the module list.
5641         * util/elf/grub-mkimage.c (options): Add "memdisk"|'m' option.
5642         (main): Parse --memdisk|-m option, and pass user-provided path as
5643         parameter to generate_image().
5644         (add_segments): Pass `memdisk_path' down to load_modules().
5645         (load_modules): Embed memdisk image in module section when requested.
5646         * util/i386/efi/grub-mkimage.c (make_mods_section): Initialize
5647         `header.type' instead of `header.offset'.
5649         * conf/powerpc-ieee1275.rmk (pkglib_MODULES): Add `memdisk.mod'.
5650         (memdisk_mod_SOURCES, memdisk_mod_CFLAGS)
5651         (memdisk_mod_LDFLAGS): New variables.
5652         * conf/i386-coreboot.rmk: Likewise.
5653         * conf/i386-ieee1275.rmk: Likewise.
5655 2008-08-02  Robert Millan  <rmh@aybabtu.com>
5657         * loader/i386/pc/multiboot.c (playground, forward_relocator)
5658         (backward_relocator): New variables.  Used to allocate and relocate
5659         the payload, respectively.
5660         (grub_multiboot_load_elf32): Load into heap instead of requested
5661         address, install the appropriate relocator code in each bound of
5662         the payload, and set the entry point such that
5663         grub_multiboot_real_boot() will jump to one of them.
5665         * kern/i386/loader.S (grub_multiboot_payload_size)
5666         (grub_multiboot_payload_orig, grub_multiboot_payload_dest)
5667         (grub_multiboot_payload_entry_offset): New variables.
5668         (grub_multiboot_real_boot): Set cpu context to what the relocator
5669         expects, and jump to the relocator instead of the payload.
5671         * include/grub/i386/loader.h (grub_multiboot_payload_size)
5672         (grub_multiboot_payload_orig, grub_multiboot_payload_dest)
5673         (grub_multiboot_payload_entry_offset): Export.
5675 2008-08-01  Bean  <bean123ch@gmail.com>
5677         * normal/menu_entry.c (editor_getline): Don't return the original
5678         string as result, as it will be released by lexer once it has done
5679         using it.
5681 2008-08-01  Robert Millan  <rmh@aybabtu.com>
5683         * util/grub.d/10_linux.in: Use prepare_grub_to_access_device() from
5684         within menuentries, not before them.
5685         util/grub.d/10_hurd.in: Likewise.
5687 2008-08-01  Bean  <bean123ch@gmail.com>
5689         * conf/common.rmk (pkglib_MODULES): Add bufio.mod.
5690         (bufio_mod_SOURCES): New macro.
5691         (bufio_mod_CFLAGS): Likewise.
5692         (bufio_mod_LDFLAGS): Likewise.
5694         * include/grub/bufio.h: New file.
5696         * io/bufio.c: Likewise.
5698         * video/png.c: Replace <grub/file.h> with <grub/bufio.h>.
5699         (grub_video_reader_png): Use grub_buffile_open to open file.
5701         * video/jpeg.c: Replace <grub/file.h> with <grub/bufio.h>.
5702         (grub_video_reader_jpeg): Use grub_buffile_open to open file.
5704         * video/tga.c: Replace <grub/file.h> with <grub/bufio.h>.
5705         (grub_video_reader_tga): Use grub_buffile_open to open file.
5707         * font/manager.c: Include <grub/bufio.h>.
5708         (add_font): Use grub_buffile_open to open file.
5710 2008-07-31  Robert Millan  <rmh@aybabtu.com>
5712         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): When loading
5713         ELF segments, use a macro for arbitrarily accessing any of them instead
5714         of preparing a pointer that allows access to one at a time.
5715         (grub_multiboot_load_elf64): Likewise.
5717 2008-07-31  Bean  <bean123ch@gmail.com>
5719         * boot/i386/pc/lnxboot.S (real_code_2): Replace 0x50 with
5720         GRUB_KERNEL_MACHINE_DATA_END.
5722 2008-07-30  Robert Millan  <rmh@aybabtu.com>
5724         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_DATA_END):
5725         Increase from 0x50 to 0x60.
5726         * util/i386/pc/grub-install.in: Detect cross-disk installs, and
5727         use UUIDs to identify the root drive for them.  If that's not
5728         possible, abort.
5729         * util/i386/pc/grub-setup.c (setup): Do not special-case, or even
5730         check, for cross-disk installs.
5732 2008-07-30  Robert Millan  <rmh@aybabtu.com>
5734         * kern/ieee1275/init.c (grub_machine_set_prefix): If `grub_prefix'
5735         is non-empty, use it to set the `prefix' environment variable instead
5736         of the usual approach.
5737         * kern/i386/linuxbios/init.c (make_install_device): Remove function.
5738         (grub_machine_set_prefix): Use `grub_prefix' to set the `prefix'
5739         environment variable instead of dummy make_install_device().
5741         * kern/i386/ieee1275/startup.S: Include `<grub/machine/kernel.h>'.
5742         (start): Insert a data section, with `grub_prefix' variable.
5743         * kern/i386/linuxbios/startup.S: Likewise.
5745         * include/grub/powerpc/ieee1275/kernel.h [!ASM_FILE] (grub_prefix):
5746         New variable reference.
5747         * include/grub/i386/ieee1275/kernel.h (GRUB_KERNEL_MACHINE_PREFIX):
5748         New macro.  Defines offset of `grub_prefix' within startup.S (relative
5749         to `start').
5750         (GRUB_KERNEL_MACHINE_DATA_END): New macro.  Defines the end of data
5751         section within startup.S (relative to `start').
5752         * include/grub/i386/coreboot/kernel.h: Likewise.
5754         * util/elf/grub-mkimage.c (add_segments): Receive `prefix' parameter.
5755         Overwrite grub_prefix with its contents, at the beginning of the
5756         first segment.
5757         (main): Understand -p|--prefix.
5759 2008-07-30  Robert Millan  <rmh@aybabtu.com>
5761         * util/grub.d/10_hurd.in: Source ${libdir}/grub/update-grub_lib.
5763 2008-07-30  Robert Millan  <rmh@aybabtu.com>
5765         * term/i386/pc/vga_text.c (grub_console_cls): Use
5766         grub_console_gotoxy() to go back to beginning of the screen.
5767         Found by Patrick Georgi <patrick.georgi@coresystems.de>
5769 2008-07-29  Christian Franke  <franke@computer.org>
5771         * util/update-grub_lib.in (make_system_path_relative_to_its_root):
5772         Add conversion of emulated mount points on Cygwin.
5774 2008-07-29  Christian Franke  <franke@computer.org>
5776         * util/update-grub.in: Add a check for admin
5777         group on Cygwin.
5778         Remove old `grub.cfg.new' before creation.
5779         Add `-f' to `mv' to handle the different filesystem
5780         semantics of Windows.
5782 2008-07-29  Bean  <bean123ch@gmail.com>
5784         * normal/main.c (get_line): Fix buffer overflow bug.
5786 2008-07-28  Robert Millan  <rmh@aybabtu.com>
5788         * partmap/apple.c (GRUB_APPLE_HEADER_MAGIC): New macro.
5789         (struct grub_apple_header): New struct.  Describes the layout of
5790         the partmap header.
5791         (apple_partition_map_iterate): Check the header magic as well as the
5792         partition magic (which was already being checked).
5794 2008-07-28  Pavel Roskin  <proski@gnu.org>
5796         * genmk.rb: Add a warning to the beginning of the output that
5797         it's a generated file and should not be edited.
5799 2008-07-28  Robert Millan  <rmh@aybabtu.com>
5801         * disk/raid.c (grub_raid_scan_device): Do not abort when two disks
5802         with the same number are found, just use issue a warning with
5803         grub_dprintf(), as this error has been reported to be non-fatal.
5805 2008-07-27  Robert Millan  <rmh@aybabtu.com>
5807         * disk/ata.c (grub_ata_dumpinfo): Use grub_dprintf() for debugging
5808         information.
5810 2008-07-27  Bean  <bean123ch@gmail.com>
5812         * fs/fat.c (GRUB_FAT_MAXFILE): New constant.
5813         (grub_fat_find_dir): Ignore case when comparing filename.
5815 2008-07-27  Bean  <bean123ch@gmail.com>
5817         * fs/xfs.c (grub_xfs_dir_header): Change field i8count back to
5818         smallino, as it's more descriptive, and i8count can be confused with
5819         the other field count.
5820         (grub_xfs_iterate_dir): Adjust grub_xfs_dir_entry pointer for small
5821         inode type.
5823 2008-07-27  Bean  <bean123ch@gmail.com>
5825         * commands/crc.c: New file.
5827         * lib/crc.c: Likewise.
5829         * include/grub/lib/crc.h: Likewise.
5831         * util/grub-fstest.c: grub/hexdump.h => grub/lib/hexdump.h.
5833         * commands/hexdump.c: grub/hexdump.h => grub/lib/hexdump.h.
5834         (hexdump): Move this function to ...
5836         * lib/hexdump.c: ... here.
5838         * include/grub/hexdump.h: Renamed to ...
5840         * include/grub/lib/hexdump.h: ... this.
5842         * commands/loadenv.c: grub/envblk.h => grub/lib/envblk.h
5844         * util/grub-editenv.c: Likewise.
5846         * include/envblk.h: Renamed to ...
5848         * include/lib/envblk.h: ... this.
5850         * util/envblk.c: Renamed to ...
5852         * lib/envblk.c: ... this.
5854         * conf/common.rmk (grub_fstest_SOURCES): commands/hexdump.c =>
5855         lib/hexdump.c.
5856         (grub_editenv_SOURCES): util/envblk.c => lib/envblk.c
5857         (pkglib_MODULES): Add crc.mod.
5858         (hexdump_mod_SOURCES): Add lib/hexdump.c.
5859         (loadenv_mod_SOURCES): util/envblk.c => lib/envblk.c.
5860         (crc_mod_SOURCES): New macro.
5861         (crc_mod_CFLAGS): Likewise.
5862         (crc_mod_LDFLAGS): Likewise.
5864         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Add lib/hexdump.c.
5866         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
5868         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
5870         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
5872         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
5874 2008-07-27  Felix Zielcke  <fzielcke@z-51.de>
5876         * commands/help.c: Include <grub/term.h>.
5877         (TERM_WIDTH): Removed.  Updated all users.
5879 2008-07-27  Pavel Roskin  <proski@gnu.org>
5881         * util/getroot.c (find_root_device): Rephrase a comment to avoid
5882         spurious warnings about a comment within a comment.
5884 2008-07-25  Robert Millan  <rmh@aybabtu.com>
5886         * util/getroot.c (find_root_device): Skip devices that match
5887         /dev/dm-[0-9].  This lets the real device be found for any type of
5888         abstraction (LVM, EVMS, RAID..).
5889         (grub_guess_root_device): Do not traverse /dev/mapper (for LVM)
5890         and /dev/evms (for EVMS) before traversing /dev.  If a /dev/dm-[0-9]
5891         device is found first, find_root_device() will now skip it.
5893 2008-07-24  Pavel Roskin  <proski@gnu.org>
5895         * include/grub/types.h: Use __builtin_bswap32() and
5896         __builtin_bswap64() with gcc 4.3 and newer.
5898 2008-07-24  Christian Franke  <franke@computer.org>
5900         * util/i386/pc/grub-install.in: If `--debug' is specified,
5901         pass `--verbose' to grub-setup.
5902         Abort script if make_system_path_relative_to_its_root() fails.
5904 2008-07-24  Bean  <bean123ch@gmail.com>
5906         * configure.ac: Fixed a bug caused by the previous cygwin patch,
5907         variable `target_platform' should be `platform'.
5909 2008-07-24  Bean  <bean123ch@gmail.com>
5911         * video/reader/png.c (DEFLATE_HLIT_MAX): Change value.
5912         (grub_png_init_fixed_block): New function.
5913         (grub_png_decode_image_data): Handle fixed huffman code compression.
5915 2008-07-24  Bean  <bean123ch@gmail.com>
5917         * common.rmk (bin_UTILITIES): Add grub-pe2elf.
5918         (grub_pe2elf_SOURCES): New macro.
5919         (CLEANFILES): Add grub-pe2elf.
5921         * include/grub/efi/pe32.h (GRUB_PE32_SCN_ALIGN_1BYTES): New constant.
5922         (GRUB_PE32_SCN_ALIGN_2BYTES): Likewise.
5923         (GRUB_PE32_SCN_ALIGN_4BYTES): Likewise.
5924         (GRUB_PE32_SCN_ALIGN_8BYTES): Likewise.
5925         (GRUB_PE32_SCN_ALIGN_16BYTES): Likewise.
5926         (GRUB_PE32_SCN_ALIGN_32BYTES): Likewise.
5927         (GRUB_PE32_SCN_ALIGN_64BYTES): Likewise.
5928         (GRUB_PE32_SCN_ALIGN_SHIFT): Likewise.
5929         (GRUB_PE32_SCN_ALIGN_MASK): Likewise.
5930         (GRUB_PE32_SYM_CLASS_EXTERNAL): Likewise.
5931         (GRUB_PE32_SYM_CLASS_STATIC): Likewise.
5932         (GRUB_PE32_SYM_CLASS_FILE): Likewise.
5933         (GRUB_PE32_DT_FUNCTION): Likewise.
5934         (GRUB_PE32_REL_I386_DIR32): Likewise.
5935         (GRUB_PE32_REL_I386_REL32): Likewise.
5936         (grub_pe32_symbol): New structure.
5937         (grub_pe32_reloc): Likewise.
5939         * util/grub-pe2elf.c: New file.
5941         * configure.ac: Set TARGET_OBJ2ELF if host os is cygwin. Don't test for
5942         start symbol in non pc platform.
5944         * genmk.rb: Use TARGET_OBJ2ELF to convert native object format to elf.
5946         The following patches are from Christian Franke.
5948         * include/grub/dl.h: Remove .previous, gas supports this only
5949         for ELF format.
5951         * include/grub/symbol.h [__CYGWIN__] (#define FUNCTION/VARIABLE):
5952         Remove .type, gas supports this only for ELF format.
5954         * kern/dl.c (grub_dl_resolve_dependencies): Add check for trailing
5955         nullbytes in symbol table. This fixes an infinite loop if table is
5956         zero filled.
5958         * Makefile.in: Add autoconf replacements TARGET_IMG_LDSCRIPT,
5959         TARGET_IMG_LDFLAGS and EXEEXT.
5961         * aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): Replace -Wl,-N by
5962         TARGET_IMG_LDFLAGS_AC.
5963         (grub_CHECK_STACK_ARG_PROBE): New function.
5965         * conf/i386-pc.rmk: Replace -Wl,-N by TARGET_IMG_LDFLAGS.
5967         * conf/i386-pc-cygwin-ld-img.sc: New linker script.
5969         * configure.ac: Add check for linker script "conf/${target}-img-ld.c"
5970         to set TARGET_IMG_LD* accordingly.
5971         Add check for Cygwin to set TARGET_MOD_OBJCOPY accordingly.
5972         Add call to grub_CHECK_STACK_ARG_PROBE.
5973         Use TARGET_IMG_LDFLAGS to check start, bss_start, end symbols.
5975         * genkernsyms.sh.in: Handle HAVE_ASM_USCORE case.
5977         * genmk.rb: Add EXEEXT to CLEANFILES.
5979 2008-07-23  Robert Millan  <rmh@aybabtu.com>
5981         * Makefile.in (UNICODE_ARROWS, UNICODE_LINES): New variables (they
5982         define the codes for arrows and lines used for the menu).
5983         (ascii.pff): Generate fonts for $(UNICODE_ARROWS) and $(UNICODE_LINES)
5984         as well.
5986         * util/update-grub_lib.in (font_path): Prefer ascii.pff over complete
5987         fonts, because the latter are too slow.
5989 2008-07-21  Bean  <bean123ch@gmail.com>
5991         * kern/i386/pc/startup.S (gate_a20_try_bios): Change test order for
5992         a20. Run keyboard test last, as it will cause macbook to halt.
5994 2008-07-18  Pavel Roskin  <proski@gnu.org>
5996         * kern/dl.c: Go back to using GRUB_CPU_SIZEOF_VOID_P.  We cannot
5997         load foreign architecture modules correctly anyway.  Keep
5998         support for loading host architecture modules, whether we
5999         compile them or not.
6001 2008-07-17  Pavel Roskin  <proski@gnu.org>
6003         * configure.ac: Use -m32 or -m64 regardless of whether we had to
6004         change target_cpu.  The compiler default can mismatch target_cpu
6005         in any case.
6007         * disk/efi/efidisk.c: Fix format warnings on x86_64.
6008         * kern/efi/efi.c: Likewise.
6010         * aclocal.m4 (grub_PROG_TARGET_CC): New macro.  Check if the
6011         target compiler is functional.
6012         * configure.ac: Call grub_PROG_TARGET_CC once all target flags
6013         are set up.
6015         * configure.ac: Default to efi platform for x86_64-apple.  Allow
6016         powerpc64 CPU, default to ieee1275 platform for it.  Split CPU
6017         adjustments from the rest, only do them if target is not
6018         explicitly given.  Merge other adjustments with the final sanity
6019         check.  Remove an extraneous check for supported CPU.  Be
6020         specific which CPU and which platform is not supported.
6022         * configure.ac: Default to pc platform for x86_64.
6024 2008-07-17  Robert Millan  <rmh@aybabtu.com>
6026         Partial LinuxBIOS -> Coreboot rename.
6028         * conf/i386-linuxbios.rmk: Renamed to ...
6029         * conf/i386-coreboot.rmk: ... this.
6030         * Makefile.in (RMKFILES): s/i386-linuxbios.rmk/i386-coreboot.rmk/g.
6031         * configure.ac: Accept "coreboot" as input platform (but maintain
6032         compatibility with "linuxbios").
6033         * include/grub/i386/linuxbios: Renamed to ...
6034         * include/grub/i386/coreboot: ... this.
6036 2008-07-17  Bean  <bean123ch@gmail.com>
6038         * conf/i386/efi.rmk (pkglib_MODULES): add pci.mod and lspci.mod.
6039         (appleldr_mod_SOURCE): New variable.
6040         (appleldr_mod_CFLAGS): Likewise.
6041         (appleldr_mod_LDFLAGS): Likewise.
6042         (pci_mod_SOURCES): Likewise.
6043         (pci_mod_CFLAGS): Likewise.
6044         (pci_mod_LDFLAGS): Likewise.
6045         (lspci_mod_SOURCES): Likewise.
6046         (lspci_mod_CFLAGS): Likewise.
6047         (lspci_mod_LDFLAGS): Likewise.
6049         * conf/x86_64-efi.rmk: New file.
6051         * disk/efi/efidisk.c (grub_efidisk_read): Wrap efi calls with efi_call_N
6052         macro.
6053         (grub_efidisk_write): Likewise.
6055         * include/efi/api.h (efi_call_0): New macro.
6056         (efi_call_1): Likewise.
6057         (efi_call_2): Likewise.
6058         (efi_call_3): Likewise.
6059         (efi_call_4): Likewise.
6060         (efi_call_5): Likewise.
6061         (efi_call_6): Likewise.
6063         * include/grub/efi/chainloader.h (grub_chainloader_cmd): Rename to
6064         grub_rescue_cmd_chainloader.
6066         * include/grub/efi/pe32.h (GRUB_PE32_MACHINE_X86_64): New macro.
6067         (grub_pe32_optional_header): Change some fields based on i386 or
6068         x86_64 platform.
6069         (GRUB_PE32_PE32_MAGIC): Likewise.
6071         * include/grub/efi/uga_draw.h: New file.
6073         * include/grub/elf.h (STN_ABS): New constant.
6074         (R_X86_64_NONE): Relocation constant for x86_64.
6075         (R_X86_64_64): Likewise.
6076         (R_X86_64_PC32): Likewise.
6077         (R_X86_64_GOT32): Likewise.
6078         (R_X86_64_PLT32): Likewise.
6079         (R_X86_64_COPY): Likewise.
6080         (R_X86_64_GLOB_DAT): Likewise.
6081         (R_X86_64_JUMP_SLOT): Likewise.
6082         (R_X86_64_RELATIVE): Likewise.
6083         (R_X86_64_GOTPCREL): Likewise.
6084         (R_X86_64_32): Likewise.
6085         (R_X86_64_32S): Likewise.
6086         (R_X86_64_16): Likewise.
6087         (R_X86_64_PC16): Likewise.
6088         (R_X86_64_8): Likewise.
6089         (R_X86_64_PC8): Likewise.
6091         * include/grub/i386/efi/pci.h: New file.
6093         * include/grub/i386/linux.h (GRUB_LINUX_EFI_SIGNATURE):
6094         Change it value based on platform.
6095         (GRUB_LINUX_EFI_SIGNATURE_0204): New constant.
6096         (GRUB_E820_RAM): Likewise.
6097         (GRUB_E820_RESERVED): Likewise.
6098         (GRUB_E820_ACPI): Likewise.
6099         (GRUB_E820_NVS): Likewise.
6100         (GRUB_E820_EXEC_CODE): Likewise.
6101         (GRUB_E820_MAX_ENTRY): Likewise.
6102         (grub_e820_mmap): New structure.
6103         (linux_kernel_header): Change the efi field according to different
6104         kernel version, also field from linux_kernel_header.
6106         * include/grub/kernel.h (grub_module_info): Add padding for x86_64.
6108         * include/grub/pci.h (GRUB_PCI_ADDR_SPACE_MASK): New constant.
6109         (GRUB_PCI_ADDR_SPACE_MEMORY): Likewise.
6110         (GRUB_PCI_ADDR_SPACE_IO): Likewise.
6111         (GRUB_PCI_ADDR_MEM_TYPE_MASK): Likewise.
6112         (GRUB_PCI_ADDR_MEM_TYPE_32): Likewise.
6113         (GRUB_PCI_ADDR_MEM_TYPE_1M): Likewise.
6114         (GRUB_PCI_ADDR_MEM_TYPE_64): Likewise.
6115         (GRUB_PCI_ADDR_MEM_PREFETCH): Likewise.
6116         (GRUB_PCI_ADDR_MEM_MASK): Likewise.
6117         (GRUB_PCI_ADDR_IO_MASK): Likewise.
6119         * include/grub/x86_64/efi/kernel.h: New file.
6121         * include/grub/x86_64/efi/loader.h: Likewise.
6123         * include/grub/x86_64/efi/machine.h: Likewise.
6125         * include/grub/x86_64/efi/pci.h: Likewise.
6127         * include/grub/x86_64/efi/time.h: Likewise.
6129         * include/grub/x86_64/linux.h: Likewise.
6131         * include/grub/x86_64/setjmp.h: Likewise.
6133         * include/grub/x86_64/time.h: Likewise.
6135         * include/grub/x86_64/types.h: Likewise.
6137         * kern/dl.c (GRUB_CPU_SIZEOF_VOID_P): Changed to
6138          GRUB_TARGET_SIZEOF_VOID_P.
6140         * kern/efi/efi.c (grub_efi_locate_protocol): Wrap efi calls.
6141         (grub_efi_locate_handle): Likewise.
6142         (grub_efi_open_protocol): Likewise.
6143         (grub_efi_set_text_mode): Likewise.
6144         (grub_efi_stall): Likewise.
6145         (grub_exit): Likewise.
6146         (grub_reboot): Likewise.
6147         (grub_halt): Likewise.
6148         (grub_efi_exit_boot_services): Likewise.
6149         (grub_get_rtc): Likewise.
6151         * kern/efi/mm.c (MEMORY_MAP_SIZE): Change to 0x3000 for new models.
6152         (GRUB_CPU_SIZEOF_VOID_P): Changed to GRUB_TARGET_SIZEOF_VOID_P.
6153         (grub_efi_allocate_pages): Wrap efi calls.
6154         (grub_efi_free_pages): Wrap efi calls.
6155         (grub_efi_get_memory_map): Wrap efi calls.
6157         * kern/x86_64/dl.c: New file.
6159         * kern/x86_64/efi/callwrap.S: Likewise.
6161         * kern/x86_64/efi/startup.S: Likewise.
6163         * loader/efi/appleloader.c: Likewise.
6165         * loader/efi/chainloader.c (cmdline): New variable.
6166         (grub_chainloader_unload): Wrap efi calls.
6167         (grub_chainloader_boot): Likewise.
6168         (grub_rescue_cmd_chainloader): Wrap efi calls, handle
6169         command line.
6171         * loader/efi/chainloader_normal.c (chainloader_command):
6172         Change grub_chainloader_cmd to grub_rescue_cmd_chainloader, pass
6173         command line.
6175         * loader/i386/efi/linux.c (allocate_pages): Change allocation
6176         method.
6177         (grub_e820_add_region): New function.
6178         (grub_linux_boot): Construct e820 map from efi map, handle x86_64
6179         booting.
6180         (grub_find_video_card): New function.
6181         (grub_linux_setup_video): New function.
6182         (grub_rescue_cmd_linux): Probe for video information.
6184         * normal/x86_64/setjmp.S: New file.
6186         * term/efi/console.c (map_char): New function.
6187         (grub_console_putchar): Map unicode char.
6188         (grub_console_checkkey): Wrap efi calls.
6189         (grub_console_getkey): Likewise.
6190         (grub_console_getwh): Likewise.
6191         (grub_console_gotoxy): Likewise.
6192         (grub_console_cls): Likewise.
6193         (grub_console_setcolorstate): Likewise.
6194         (grub_console_setcursor): Likewise.
6196         * util/i386/efi/grub-mkimage.c: Add support for x86_64.
6198 2008-07-16  Pavel Roskin  <proski@gnu.org>
6200         * loader/i386/efi/linux.c (allocate_pages): Fix warnings in
6201         format strings.
6203         * util/i386/efi/grub-mkimage.c (get_target_address): Return a
6204         pointer, not an integer.  This fixes a warning and prevents
6205         precision loss on 64-bit systems.
6206         (relocate_addresses): Remove unneeded cast.
6208 2008-07-15  Pavel Roskin  <proski@gnu.org>
6210         * kern/i386/ieee1275/init.c: Include grub/cache.h.
6212         * term/ieee1275/ofconsole.c: Disable code unused on i386.
6214         * kern/ieee1275/ieee1275.c (grub_ieee1275_get_integer_property):
6215         Fix comparison between signed and unsigned.
6217         * include/grub/i386/ieee1275/console.h: Declare
6218         grub_console_init() and grub_console_fini().
6220         * loader/i386/ieee1275/linux.c (grub_set_bootpath): Remove.
6221         It's empty and unused.
6223         * fs/ext2.c (grub_ext2_read_block): Initialize blknr in the
6224         beginning to avoid warnings with some compilers.
6226         * loader/ieee1275/multiboot2.c: Include grub/machine/loader.h.
6227         [__i386__] (grub_mb2_arch_boot): Avoid unnecessary cast.
6229 2008-07-14  Pavel Roskin  <proski@gnu.org>
6231         * kern/env.c (grub_register_variable_hook): Don't copy empty
6232         string, it leaks memory.  Pass "" to grub_env_set(), it should
6233         handle constant strings.
6235         * commands/blocklist.c (grub_cmd_blocklist): Fix format warning.
6236         * commands/cmp.c (grub_cmd_cmp): Likewise.
6237         * kern/dl.c (grub_dl_flush_cache): Likewise.
6238         (grub_dl_load_core): Likewise.
6239         * kern/elf.c (grub_elf32_load_phdrs): Likewise.
6240         (grub_elf64_load_phdrs): Likewise.
6242 2008-07-13  Pavel Roskin  <proski@gnu.org>
6244         * lib/LzmaEnc.c (LzmaEnc_SetProps): Fix warning about comparison
6245         between signed and unsigned.
6246         (LzmaEnc_Finish): Fix warning about an unused parameter.
6248 2008-07-13  Bean  <bean123ch@gmail.com>
6250         * Makefile.in (enable_lzo): New rule.
6252         * conf/i386-pc.rmk (grub_mkimage_SOURCES): New test with enable_lzo.
6254         * configure.ac (ENABLE_LZO): New option --enable-lzo.
6256         * boot/i386/pc/lnxboot.S: #include <config.h>.
6258         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE): Change
6259         its value according to the compression algorithm used, lzo or lzma.
6261         * util/i386/pc/grub-mkimage.c (compress_kernel): Use different
6262         compression algorithm according to configure macro.
6264         * kern/i386/pc/startup.S (codestart): Likewise.
6266         * kern/i386/pc/lzma_decode.S: New file.
6268         * include/grub/lib/LzFind.h: Likewise.
6270         * include/grub/lib/LzHash.h: Likewise.
6272         * include/grub/lib/LzmaDec.h: Likewise.
6274         * include/grub/lib/LzmaEnc.h: Likewise.
6276         * include/grub/lib/LzmaTypes.h: Likewise.
6278         * lib/LzFind.c: Likewise.
6280         * lib/LzmaDec.c: Likewise.
6282         * lib/LzmaEnc.c: Likewise.
6284 2008-07-13  Bean  <bean123ch@gmail.com>
6286         * fs/ext2.c (EXT4_EXTENTS_FLAG): New macro.
6287         (grub_ext4_extent_header): New structure.
6288         (grub_ext4_extent): Likewise.
6289         (grub_ext4_extent_idx): Likewise.
6290         (grub_ext4_find_leaf): New function.
6291         (grub_ext2_read_block): Handle extents.
6293 2008-07-12  Robert Millan  <rmh@aybabtu.com>
6295         * util/i386/pc/grub-mkrescue.in: s/grub-install/grub-mkrescue/g.
6297 2008-07-11  Robert Millan  <rmh@aybabtu.com>
6299         * util/grub.d/40_custom.in: New file. Example on how to add custom
6300         entries to /etc/grub.d.
6301         * conf/common.rmk (%, update-grub_SCRIPTS, CLEANFILES): Install
6302         40_custom (implicitly, by merging all the grub.d rules).
6304 2008-07-11  Pavel Roskin  <proski@gnu.org>
6306         * commands/read.c (grub_getline): Fix invalid memory access.
6307         Don't add newline to the variable value.
6309         * term/i386/pc/serial.c (GRUB_SERIAL_PORT_NUM): New constant.
6310         [!GRUB_MACHINE_PCBIOS] (serial_hw_io_addr): Add COM2 and COM3.
6311         (serial_hw_get_port): Check validity of the port number.
6312         (grub_cmd_serial): Check return value of serial_hw_get_port().
6314 2008-07-07  Pavel Roskin  <proski@gnu.org>
6316         * boot/i386/pc/diskboot.S (notification_string): Replace
6317         "Loading kernel" with just "loading".  This is shorter, less
6318         confusing and saves a few bytes for possible future changes.
6320 2008-07-05  Pavel Roskin  <proski@gnu.org>
6322         * disk/ata.c (grub_ata_dumpinfo): Don't output addressing and
6323         size for ATAPI devices, they are undefined.  Output sector
6324         number in decimal form.
6326         * disk/ata.c: Use named constants for status bits.
6328 2008-07-04  Pavel Roskin  <proski@gnu.org>
6330         * kern/i386/linuxbios/init.c (grub_machine_init): Cast addr to
6331         grub_addr_t before casting it to the void pointer to fix a
6332         warning.  Non-addressable regions are discarded earlier.
6333         (grub_arch_modules_addr): Cast _end to grub_addr_t.
6334         * kern/i386/linuxbios/table.c: Include grub/misc.h.
6335         (check_signature): Don't shadow table_header.
6336         (grub_linuxbios_table_iterate): Cast numeric constants to
6337         grub_linuxbios_table_header_t.
6338         * include/grub/i386/linuxbios/init.h: Add noreturn attribute to
6339         grub_stop().
6341         * kern/ieee1275/init.c: Cast _start and _end to grub_addr_t to
6342         prevent warnings.
6344         * include/grub/misc.h (ALIGN_UP): Avoid unnecessary cast to a
6345         pointer, which can cause warnings.  Support 64-bit addresses.
6347         * util/elf/grub-mkimage.c: Use GRUB_TARGET_SIZEOF_LONG instead
6348         of sizeof(long).  This fixes PowerPC image generation on x86_64.
6350 2008-07-04  Robert Millan  <rmh@aybabtu.com>
6352         This fixes a performance issue when pc & gpt partmap iterators
6353         didn't abort iteration even after our hook found what it was
6354         looking for (often causing expensive probes of non-existent drives).
6356         Some callers relied on previous buggy behaviour, since they would
6357         raise an error when their own hooks caused early abortion of its
6358         iteration.
6360         * kern/device.c (grub_device_open): Improve error message.
6361         * disk/lvm.c (grub_lvm_open): Likewise.
6362         * disk/raid.c (grub_raid_open): Likewise.
6364         * partmap/pc.c (pc_partition_map_iterate): Abort parent iteration
6365         when hook requests it, independently of grub_errno.
6366         (pc_partition_map_probe): Do not fail when find_func() caused
6367         early abortion of pc_partition_map_iterate().
6369         * partmap/gpt.c (gpt_partition_map_iterate): Abort parent iteration
6370         when hook requests it, independently of grub_errno.
6371         (gpt_partition_map_probe): Do not fail when find_func() caused
6372         early abortion of gpt_partition_map_iterate().
6374         * kern/partition.c (grub_partition_iterate): Abort parent iteration
6375         when hook requests it, independently of grub_errno.  Do not fail when
6376         part_map_iterate_hook() caused early abortion of p->iterate().
6378         * util/biosdisk.c (grub_util_biosdisk_get_grub_dev): Do not fail
6379         when grub_partition_iterate() returned with non-zero.
6381 2008-07-03  Pavel Roskin  <proski@gnu.org>
6383         * disk/ata.c (grub_ata_pio_write): Check status before writing,
6384         like we do in grub_ata_pio_read().
6385         (grub_ata_readwrite): Always write individual sectors.  Fix the
6386         sector count for the remainder.
6387         (grub_ata_write): Enable writing to ATA devices.  Correctly
6388         report error for ATAPI devices.
6390 2008-07-02  Pavel Roskin  <proski@gnu.org>
6392         * boot/i386/pc/cdboot.S: Add _start entry to fix a linker
6393         warning.
6395         * disk/ata.c (grub_ata_readwrite): Don't increment sector number
6396         for every read sector, we already increment it for the whole
6397         batch.  This fixes reading more than 256 sectors at once.
6399         * util/grub-editenv.c (cmd_info): Cast argument to long
6400         explicitly.  ptrdiff_t reduces to int on i386.
6402         * util/grub-editenv.c (main): Be specific which parameter is
6403         missing.
6405         * disk/memdisk.c (memdisk_addr): Make a pointer to fix warnings.
6406         (memdisk): Make memdisk_orig_addr a pointer.
6408         * fs/reiserfs.c (grub_reiserfs_read): Fix misuse of grub_size_t
6409         for file offsets, use grub_off_t instead.  Fix printf format
6410         warnings.
6412         * fs/reiserfs.c: Remove #warning, TODO list items don't belong
6413         there.  Real unexpected warnings should not drown in the noise
6414         about known problems.
6416         * commands/hexdump.c (grub_cmd_hexdump): Fix misuse of
6417         grub_disk_addr_t for memory addresses.
6419         * loader/aout.c (grub_aout_load): Cast load_addr to pointer
6420         explicitly to fix a warning.
6422         * util/grub-editenv.c (cmd_info): Fix warning in printf format.
6424         * Makefile.in (MODULE_LDFLAGS): New variable.
6425         * aclocal.m4 (grub_PROG_LD_BUILD_ID_NONE): New macro.  Check if
6426         the linker accepts --build-id=none.
6427         * configure.ac: Call grub_PROG_LD_BUILD_ID_NONE.  Substitute
6428         MODULE_LDFLAGS.
6429         * genmk.rb: Use MODULE_LDFLAGS when linking modules.
6431         * fs/xfs.c (struct grub_xfs_dir_header): Use names similar to
6432         those in Linux XFS code.  Provide a way to access 64-bit parent
6433         inode.
6434         (grub_xfs_iterate_dir): Use the new names.  Avoid reading past
6435         the end of struct grub_xfs_dir_header.
6437 2008-07-02  Bean  <bean123ch@gmail.com>
6439         * include/grub/ieee1275.h (grub_ieee1275_flag): New constant
6440         GRUB_IEEE1275_FLAG_CANNOT_INTERPRET, GRUB_IEEE1275_FLAG_FORCE_CLAIM
6441         and GRUB_IEEE1275_FLAG_NO_ANSI.
6443         * kern/ieee1275/cmain.c (grub_ieee1275_find_options): Set flag
6444         GRUB_IEEE1275_FLAG_CANNOT_INTERPRET, GRUB_IEEE1275_FLAG_FORCE_CLAIM
6445         and GRUB_IEEE1275_FLAG_NO_ANSI for Open Hackware.
6447         * kern/ieee1275/ieee1275.c (grub_ieee1275_interpret): Return
6448         immediately if GRUB_IEEE1275_FLAG_CANNOT_INTERPRET is set.
6450         * kern/ieee1275/init.c (grub_claim_heap): Claim memory directly if
6451         GRUB_IEEE1275_FLAG_FORCE_CLAIM is set.
6453         * term/ieee1275/ofconsole.c (grub_ofconsole_writeesc): Don't output
6454         esc sequence on non ANSI terminal.
6455         (grub_ofconsole_gotoxy): Emulate backspace key on non ANSI terminal.
6457         * util/elf/grub-mkimage.c (add_segments): Move ELF header to the
6458         beginning of file.
6460 2008-07-02  Bean  <bean123ch@gmail.com>
6462         * conf/common.rmk (bin_UTILITIES): Add grub-editenv.
6463         (grub_editenv_SOURCES): New variable.
6464         (pkglib_MODULES): Add loadenv.mod.
6465         (loadenv_mod_SOURCES): New variable.
6466         (loadenv_mod_CFLAGS): Likewise.
6467         (loadenv_mod_LDFLAGS): Likewise.
6469         * include/grub/envblk.h: New file.
6471         * util/envblk.c: New file.
6473         * util/grub-editenv.c: New file.
6475         * commands/loadenv.c: New file.
6477 2008-07-01  Pavel Roskin  <proski@gnu.org>
6479         * include/multiboot2.h (struct multiboot_tag_module): Use char,
6480         not unsigned char.  This fixes warnings and is consistent with
6481         other tags.
6483         * disk/fs_uuid.c (search_fs_uuid): Correctly increment count.
6485         * normal/parser.y: Define YYENABLE_NLS as 0 to fix warnings.
6487         * term/tparm.c (analyze): Always set *popcount.
6489         * loader/i386/pc/linux.c (grub_rescue_cmd_linux): Remove useless
6490         cast to fix a warning.
6492         * loader/i386/pc/multiboot2.c (grub_mb2_arch_module_alloc): Use
6493         cast to suppress a warning.
6495         * fs/afs.c (grub_afs_read_block): Return grub_disk_addr_t, as
6496         grub_fshelp_read_file() expects.
6498         * fs/fat.c: Fix UUID calculation on big-endian systems.  We
6499         write uuid as a 32-bit value in CPU byte order, so declare and
6500         use it as such.
6502         * disk/raid.c: Cast grub_dprintf() arguments to unsigned long
6503         long if the format specifier expects it.
6504         * partmap/gpt.c (gpt_partition_map_iterate): Likewise.
6505         * partmap/pc.c (pc_partition_map_iterate): Likewise.
6506         * fs/ntfs.c (grub_ntfs_uuid): Cast data->uuid to unsigned long
6507         long to fix a warning.
6508         * fs/reiserfs.c (grub_reiserfs_read): Change casts in
6509         grub_dprintf() arguments to fix warnings.
6511 2008-06-30  Pavel Roskin  <proski@gnu.org>
6513         * util/i386/pc/grub-setup.c (setup): Write install_dos_part and
6514         install_bsd_part immediately before core.img is embedded or
6515         modified on disk.  This fixes core.img verification if core.img
6516         cannot be embedded.
6518         * util/i386/pc/grub-setup.c (setup): Use core_path_dev, not
6519         core_path to calculate the blocklist.
6520         Patch from Javier Martín <lordhabbit@gmail.com>
6522 2008-06-29  Robert Millan  <rmh@aybabtu.com>
6524         * fs/xfs.c (GRUB_XFS_FSB_TO_BLOCK): New macro.  Maps filesystem
6525         block to disk block.
6526         (grub_xfs_read_block): Use GRUB_XFS_FSB_TO_BLOCK() on result.
6527         Patch from Niels Böhm <bitbucket@arcor.de>
6529 2008-06-29  Robert Millan  <rmh@aybabtu.com>
6531         * util/update-grub_lib.in (font_path): Search for fonts in
6532         /boot/grub first, which is more likely to be readable (we aren't
6533         deciding where fonts live, just looking for them).
6535 2008-06-26  Pavel Roskin  <proski@gnu.org>
6537         * util/biosdisk.c (read_device_map): Don't leave dead map
6538         entries for devices failing stat() check.
6540         * util/i386/pc/grub-setup.c (setup): Don't reuse core_path, use
6541         core_path_dev for the core.img path on the target device.
6543 2008-06-26  Robert Millan  <rmh@aybabtu.com>
6545         * disk/fs_uuid.c: New file.
6546         * conf/common.rmk (pkglib_MODULES): Add `fs_uuid.mod'.
6547         (fs_uuid_mod_SOURCES, fs_uuid_mod_CFLAGS)
6548         (fs_uuid_mod_LDFLAGS): New variables.
6549         * include/grub/disk.h (grub_disk_dev_id): Add
6550         `GRUB_DISK_DEVICE_UUID_ID'.
6551         * kern/disk.c (grub_disk_dev_iterate): Allow disk devices not to
6552         implement iterate().
6554 2008-06-26  Robert Millan  <rmh@aybabtu.com>
6556         * util/grub.d/10_linux.in: Avoid passing UUIDs to Linux when either
6557         "/dev/disk/by-uuid/${GRUB_DEVICE_UUID}" does not exist, or when a
6558         Linux image includes no initrd.
6560 2008-06-21  Javier Martín  <lordhabbit@gmail.com>
6562         * util/i386/pc/grub-setup.c (setup): Remove literal "core.img" in a
6563         call to resolve the core image location that effectively appended the
6564         name twice.
6566 2008-06-21  Robert Millan  <rmh@aybabtu.com>
6568         * util/grub.d/00_header.in: Move last prepare_grub_to_access_device()
6569         call from here ...
6571         * util/grub.d/10_hurd.in: ... to here ...
6572         * util/grub.d/10_linux.in: ... and here.
6574 2008-06-19  Robert Millan  <rmh@aybabtu.com>
6576         * kern/main.c (grub_main): Export `prefix' variable immediately
6577         after it has been set by grub_machine_set_prefix().
6579 2008-06-19  Robert Millan  <rmh@aybabtu.com>
6581         * commands/search.c (search_label, search_fs_uuid, search_file): Print
6582         search result when not saving to variable, not the other way around.
6583         When saving to variable, abort iteration as soon as a match is found.
6585 2008-06-19  Robert Millan  <rmh@aybabtu.com>
6587         * util/update-grub_lib.in (prepare_grub_to_access_device): Remove
6588         check for partition that provides /boot/grub.  Its logic is flawed,
6589         as it prevents prepare_grub_to_access_device() from being called
6590         multiple times.
6592 2008-06-19  Robert Millan  <rmh@aybabtu.com>
6594         * util/update-grub_lib.in (prepare_grub_to_access_device): Issue
6595         "insmod" command directly when abstraction modules are needed,
6596         instead of relying on GRUB_PRELOAD_MODULES (which had no effect
6597         since it had already been processed).
6599 2008-06-19  Pavel Roskin  <proski@gnu.org>
6601         * conf/i386-efi.rmk: Recompile grub-mkimage.c if Makefile has
6602         changed.  This is needed in case GRUB_LIBDIR changes.
6603         * conf/i386-ieee1275.rmk: Likewise.
6604         * conf/i386-linuxbios.rmk: Likewise.
6605         * conf/i386-pc.rmk: Likewise.
6606         * conf/powerpc-ieee1275.rmk: Likewise.
6608 2008-06-18  Pavel Roskin  <proski@gnu.org>
6610         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Rename
6611         kernel_elf_symlist.c to symlist.c for consistency with other
6612         architectures.  Update all users.
6613         * conf/sparc64-ieee1275.rmk (kernel_elf_SOURCES): Likewise.
6615 2008-06-18  Robert Millan  <rmh@aybabtu.com>
6617         * util/i386/pc/grub-install.in: If the drive is LVM or RAID, prepend
6618         it in prefix.
6620         * util/i386/pc/grub-setup.c (main): Don't handle prefix at all.  Set
6621         `must_embed' to 1 when root_dev is a RAID device.  When dest_dev is
6622         a RAID device, run setup() for all members independently on whether
6623         LVM abstraction is being used.
6624         (setup): Don't handle prefix at all; let grub-mkimage take care of it.
6625         If grub-mkimage has set `*install_dos_part == -2', don't override this
6626         value.
6627         Perform *install_dos_part adjustments independently on whether
6628         we're embedding or not.
6629         Clarify error message when image is too big for embedding.
6630         Remove duplicate *install_dos_part stanza.
6632 2008-06-17  Robert Millan  <rmh@aybabtu.com>
6634         * term/ieee1275/ofconsole.c (fgcolor, bgcolor): Remove variables.
6635         (grub_ofconsole_normal_color, grub_ofconsole_highlight_color): New
6636         variables.
6637         (grub_ofconsole_setcolor, grub_ofconsole_getcolor): Load/store
6638         values in grub_ofconsole_normal_color and
6639         grub_ofconsole_highlight_color (they're not directly related to
6640         background and foreground).
6641         (grub_ofconsole_setcolorstate): Extract background and foreground
6642         from grub_ofconsole_normal_color and grub_ofconsole_highlight_color.
6644 2008-06-17  Robert Millan  <rmh@aybabtu.com>
6646         * util/update-grub_lib.in (prepare_grub_to_access_device): Use
6647         /boot/grub for the check in last commit, not /boot (they could be
6648         different partitions).
6650 2008-06-16  Robert Millan  <rmh@aybabtu.com>
6652         * util/update-grub_lib.in (prepare_grub_to_access_device): If we were
6653         asked to setup access for the same partition that provides /boot,
6654         don't bother using UUIDs since our root already has the value we
6655         want.
6657 2008-06-16  Robert Millan  <rmh@aybabtu.com>
6659         * util/biosdisk.c (convert_system_partition_to_system_disk): Detect
6660         I2O devices.
6661         Patch from Sven Mueller <sven@debian.org>.
6663 2008-06-16  Robert Millan  <rmh@aybabtu.com>
6665         * util/update-grub.in: Check for $EUID instead of $UID.
6666         Reported by Vincent Zweije.
6668 2008-06-16  Bean  <bean123ch@gmail.com>
6670         * fs/ext2.c (grub_ext2_blockgroup): Revert to pre-journal state.
6671         (grub_ext2_read_block): Likewise.
6672         (grub_ext2_read_inode): Likewise.
6673         (grub_ext2_mount): Likewise.
6674         (grub_ext2_close): Likewise.
6675         (grub_ext3_get_journal): Removed.
6677         * fs/reiserfs.c (grub_reiserfs_get_item): Revert to pre-journal state.
6678         (grub_reiserfs_read_symlink): Likewise.
6679         (grub_reiserfs_mount): Likewise.
6680         (grub_reiserfs_open): Likewise.
6681         (grub_reiserfs_read): Likewise.
6682         (grub_reiserfs_close): Likewise.
6683         (grub_reiserfs_get_journal): Removed.
6685         * fs/fshelp.c (grub_fshelp_read): Removed.
6686         (grub_fshelp_map_block): Likewise.
6688         * include/grub/fshelp.h (grub_fshelp_journal_type): Removed.
6689         (grub_fshelp_journal): Likewise.
6690         (grub_fshelp_read): Likewise.
6691         (grub_fshelp_map_block): Likewise.
6693 2008-06-16  Pavel Roskin  <proski@gnu.org>
6695         * conf/powerpc-ieee1275.rmk: Remove -msoft-float, we don't use
6696         floating point anymore.
6697         * include/grub/powerpc/libgcc.h: Leave only necessary exports.
6699 2008-06-15  Pavel Roskin  <proski@gnu.org>
6701         * commands/ls.c (grub_ls_list_files): Use integer calculations
6702         for human readable format, avoid floating point use.
6703         * kern/misc.c (grub_ftoa): Remove.
6704         (grub_vsprintf): Remove floating point support.
6706 2008-06-15  Robert Millan  <rmh@aybabtu.com>
6708         * util/grub.d/10_linux.in: Use the underlying device for loop-AES
6709         devices.
6710         Reported by Max Vozeler.
6712 2008-06-15  Robert Millan  <rmh@aybabtu.com>
6714         * util/i386/pc/grub-mkimage.c (generate_image): If we included a drive
6715         in our prefix, set install_{dos,bsd}_part = -2 to indicate this can be
6716         skipped later.
6717         (main): If a memdisk was requested, add "(memdisk)" drive explicitly to
6718         the beginning of the prefix.
6720         * kern/i386/pc/init.c (make_install_device): Remove memdisk check.
6721         It is assumed that if we have a memdisk, grub-mkimage has set
6722         grub_prefix to include the "(memdisk)" drive in it.
6724 2008-06-15  Robert Millan  <rmh@aybabtu.com>
6726         * term/i386/pc/console.c [GRUB_MACHINE_LINUXBIOS] (grub_console_init):
6727         Initialize keyboard controller after registering the terminal, so that
6728         grub_printf() can be called from grub_keyboard_controller_init().
6730 2008-06-15  Robert Millan  <rmh@aybabtu.com>
6732         * fs/sfs.c (grub_sfs_read_extent): Fix the count of nodes in
6733         extent-btree which is written as big endian on disk.
6734         Reported by Alain Greppin  <al@chilibi.org>.
6736 2008-06-14  Robert Millan  <rmh@aybabtu.com>
6738         * util/i386/efi/grub-install.in (modules): Remove `_chain'.
6739         * util/i386/pc/grub-install.in (modules): Likewise.
6741 2008-06-13  Pavel Roskin  <proski@gnu.org>
6743         * commands/ls.c (grub_ls_list_files): Fix format warnings.
6745 2008-06-13  Bean  <bean123ch@gmail.com>
6747         * commands/hexdump.c (grub_cmd_hexdump): Adjust offset for partition.
6749         * fs/ext2.c (grub_ext3_get_journal): Fix revoke block handling.
6751         * fs/fshelp.c (grub_fshelp_map_block): Don't map block 0 as it's used
6752         to indicate sparse block.
6754 2008-06-12  Pavel Roskin  <proski@gnu.org>
6756         * fs/ext2.c (grub_ext2_read_inode): Don't normalize block
6757         number, grub_fshelp_read() does it for us.
6759         * fs/fshelp.c (grub_fshelp_read): New function.  Implement
6760         linear disk read with journal translation.
6761         * fs/ext2.c: Use grub_fshelp_read() instead of grub_disk_read().
6762         * include/grub/fshelp.h: Declare grub_fshelp_read().
6764 2008-06-09  Pavel Roskin  <proski@gnu.org>
6766         * fs/minix.c (grub_minix_mount): Handle error reading
6767         superblock.
6769 2008-06-08  Robert Millan  <rmh@aybabtu.com>
6771         * util/i386/pc/grub-setup.c (main): If install drive is an LVM,
6772         don't append the RAID prefix afterwards.
6773         Reported by Clint Adams.
6775 2008-06-08  Robert Millan  <rmh@aybabtu.com>
6777         Based on description from Pavel:
6778         * kern/disk.c (grub_disk_check_range): Rename to ...
6779         (grub_disk_adjust_range): ... this.  Add a comment explaining the
6780         tasks performed by this function.
6782 2008-06-08  Robert Millan  <rmh@aybabtu.com>
6784         * include/grub/ntfs.h (struct grub_ntfs_bpb): Rename `serial_number' to
6785         `num_serial' (for consistency with other variables).
6786         (struct grub_ntfs_data): Add `uuid' member.
6787         * fs/ntfs.c (grub_ntfs_mount): Initialize `data->uuid'.
6788         (grub_ntfs_uuid): New function.
6789         (grub_ntfs_fs): Reference grub_ntfs_uuid() in `uuid' struct member.
6791 2008-06-07  Pavel Roskin  <proski@gnu.org>
6793         * util/biosdisk.c (open_device): Revert last change to the
6794         function, it broke installation.  The sector needs to be
6795         different dependent on which device is opened.
6797 2008-06-06  Robert Millan  <rmh@aybabtu.com>
6799         Ensure GRUB_KERNEL_MACHINE_DATA_END is always consistent with the
6800         rest of GRUB, and breakage doesn't happen if its value were modified.
6802         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE):
6803         Redefine as an offset from `GRUB_KERNEL_MACHINE_DATA_END' instead of
6804         a constant (same value).
6805         * kern/i386/pc/startup.S: Replace hardcoded `0x50' with
6806         `GRUB_KERNEL_MACHINE_DATA_END' (same value).
6808 2008-06-06  Robert Millan  <rmh@aybabtu.com>
6810         * util/biosdisk.c (open_device): Do not modify sector offset when
6811         accessing a partition.  kern/disk.c already handles this for us.
6813 2008-06-06  Robert Millan  <rmh@aybabtu.com>
6815         * util/grub-emu.c (grub_machine_init): Move code in this function from
6816         here ...
6817         (main): ... to here (before grub_util_biosdisk_init() call, to prevent
6818         segfault in case grub_printf() is called).
6820         * util/i386/pc/grub-install.in: Append `--device-map=${device_map}' to
6821         grub_probe.  Update all users not to explicitly add it again.
6822         (grub_device): New variable; contains corresponding device for grubdir.
6823         (fs_module, partmap_module, devabstraction_module): Pass
6824         `--device ${grub_device}' to grub_probe to avoid traversing /dev
6825         every time.
6827 2008-06-05  Robert Millan  <rmh@aybabtu.com>
6829         * normal/misc.c (grub_normal_print_device_info): When a filesystem UUID
6830         is found, print it (same layout as with labels).
6832 2008-06-04  Robert Millan  <rmh@aybabtu.com>
6834         * util/biosdisk.c (get_drive): Rename to ...
6835         (find_grub_drive): ... this.  Update all users.
6837         (get_os_disk): Rename to ...
6838         (convert_system_partition_to_system_disk): ... this.  Update all users.
6840         (find_drive): Rename to ...
6841         (find_system_device): ... this.  Update all users.
6843 2008-06-04  Robert Millan  <rmh@aybabtu.com>
6845         * util/biosdisk.c (get_os_disk): Handle IDA devices.
6846         * util/grub-mkdevicemap.c (get_mmc_disk_name)
6847         (make_device_map): Likewise.
6849 2008-06-01  Robert Millan  <rmh@aybabtu.com>
6851         *  util/biosdisk.c (get_drive): Verify that `map[i].drive' is non-NULL
6852         before dereferencing it.
6854         * fs/fat.c (struct grub_fat_bpb): Move fat32-specific fields into a
6855         union with fat12/fat16-specific ones.  Add some new fields, including
6856         `num_serial' for both versions.
6857         (struct grub_fat_data): Add `uuid' member.
6858         (grub_fat_mount): Refer to fat32-specific fields in `bpb' by their new
6859         names.  Initialize `data->uuid' using `num_serial'.
6860         (grub_fat_uuid): New function.
6861         (grub_fat_fs): Reference grub_fat_uuid() in `uuid' struct member.
6863         * fs/reiserfs.c (grub_reiserfs_superblock): Add `uuid' field.
6864         (grub_reiserfs_uuid): New function.
6865         (grub_reiserfs_fs): Reference grub_reiserfs_uuid() in `uuid' struct
6866         member.
6868         * fs/xfs.c (grub_xfs_sblock): Add `uuid' field.
6869         (grub_xfs_uuid): New function.
6870         (grub_xfs_fs): Reference grub_reiserfs_uuid() in `uuid' struct member.
6872 2008-06-01  Robert Millan  <rmh@aybabtu.com>
6874         * util/update-grub_lib.in (prepare_grub_to_access_device): Generate
6875         code that is backward compatible with pre-uuid search command.
6877 2008-05-31  Robert Millan  <rmh@aybabtu.com>
6879         * disk/i386/pc/biosdisk.c (grub_biosdisk_iterate): Iterate through
6880         floppies after everything else, to ensure floppy drive isn't accessed
6881         unnecessarily (patch from Bean).
6883 2008-05-31  Robert Millan  <rmh@aybabtu.com>
6885         * commands/search.c (search_label, search_fs_uuid, search_file): Do
6886         not print device names when we were asked to set a variable.
6888 2008-05-31  Robert Millan  <rmh@aybabtu.com>
6890         * term/ieee1275/ofconsole.c (grub_ofconsole_setcursor): Implement
6891         using "cursor-on" and "cursor-off" commands (understood at least by
6892         the Open Firmware flavour on OLPC).
6894 2008-05-31  Michael Gorven  <michael@gorven.za.net>
6896         * term/terminfo.c (grub_terminfo_set_current): Correct vt100 cursor
6897         on and off sequences.
6899 2008-05-31  Robert Millan  <rmh@aybabtu.com>
6901         * util/update-grub_lib.in: Replace `grub-probe' with `${grub_probe}'.
6902         * util/update-grub.in: Likewise.
6904 2008-05-30  Pavel Roskin  <proski@gnu.org>
6906         * util/biosdisk.c (linux_find_partition): Simplify logic and
6907         make the code more universal.  Keep special processing for
6908         devfs, but use a simple rule for all other devices.  If the
6909         device ends with a number, append 'p' and the partition number.
6910         Otherwise, append only the partition number.
6912 2008-05-30  Robert Millan  <rmh@aybabtu.com>
6914         * util/update-grub.in (GRUB_DISABLE_LINUX_UUID): Export variable.
6915         * util/grub.d/10_linux.in: If GRUB_DEVICE_UUID is set, and
6916         GRUB_DISABLE_LINUX_UUID isn't true, use the filesystem UUIDs as
6917         the `root' parameter to Linux.
6919 2008-05-30  Robert Millan  <rmh@aybabtu.com>
6921         * commands/search.c (options): Rename --fs_uuid to --fs-uuid.
6922         * util/update-grub_lib.in (prepare_grub_to_access_device): Replace
6923         --fs_uuid with --fs-uuid.
6924         * util/update-grub.in: Allow filesystem UUID probes to fail (since not
6925         all filesystems support them).
6927 2008-05-30  Robert Millan  <rmh@aybabtu.com>
6929         * fs/ext2.c (grub_ext2_uuid): Use `04x' instead of '02x' as
6930         grub_printf() flags, since we're printing in units of 2 bytes.
6932 2008-05-30  Robert Millan  <rmh@aybabtu.com>
6934         * util/grub.d/00_header.in: Remove obsolete comment referencing
6935         convert_system_path_to_grub_path().
6936         * util/update-grub.in: Likewise.
6937         * util/update-grub_lib.in (is_path_readable_by_grub): New function.
6938         (convert_system_path_to_grub_path): Add a warning message explaining
6939         that this function is deprecated.  Rely on is_path_readable_by_grub()
6940         for the readability checks.
6941         (font_path): Use is_path_readable_by_grub() for the readability
6942         check rather than convert_system_path_to_grub_path().
6944 2008-05-30  Robert Millan  <rmh@aybabtu.com>
6946         * util/update-grub_lib.in (prepare_grub_to_access_device): New function.
6947         * util/update-grub.in: Set `GRUB_FONT_PATH' to the system path, without
6948         converting it first.
6949         * util/grub.d/00_header.in: Use prepare_grub_to_access_device() to setup
6950         grub.cfg for access to font file, and afterwards call it again to set
6951         the root device.
6953 2008-05-30  Robert Millan  <rmh@aybabtu.com>
6955         * commands/search.c (options): Add --fs_uuid option.
6956         (search_fs_uuid): New function.
6957         (grub_cmd_search): Fix --set argument passing.
6958         Use search_fs_uuid() when requested via --fs_uuid.
6959         (grub_search_init): Update help message.
6960         * fs/ext2.c (struct grub_ext2_sblock): Rename `unique_id' to `uuid'
6961         and redeclare it as an array of 16-bit words.
6962         (grub_ext2_uuid): New function.
6963         (grub_ext2_fs): Reference grub_ext2_uuid() in `uuid' struct member.
6964         * include/grub/fs.h (struct grub_fs): Add `uuid' struct member.
6965         * util/update-grub.in (GRUB_DEVICE_UUID, GRUB_DEVICE_BOOT)
6966         (GRUB_DEVICE_BOOT_UUID): New variables.
6967         (GRUB_DRIVE. GRUB_DRIVE_BOOT. GRUB_DRIVE_BOOT_GRUB): Remove.
6968         * util/grub.d/00_header.in: Set root using `search --fs_uuid' command
6969         whenever possible.
6970         * util/grub.d/10_hurd.in: Avoid explicit use of root drive.  Instead,
6971         just assume `root' variable has the right value.
6972         * util/grub.d/10_linux.in: Likewise.
6973         * util/grub-probe.c (probe): Probe for filesystem UUID when requested
6974         via PRINT_FS_UUID.
6975         (main): Recognise `-t fs_uuid' argument.
6977 2008-05-30  Robert Millan  <rmh@aybabtu.com>
6979         * util/biosdisk.c (map): Redefine structure to hold information
6980         about GRUB drive name.
6981         (get_drive): Reimplement without assuming (and verifying) BIOS-like
6982         drive names.
6983         (call_hook): Remove.
6984         (grub_util_biosdisk_iterate): Access drive names via `.drive' struct
6985         member.  Assume drive has partitions.
6986         (grub_util_biosdisk_open): Access device names via `.device' struct
6987         member.
6988         (open_device): Likewise.
6989         (find_drive): Likewise.
6990         (read_device_map): Adjust map[] usage to match the new struct
6991         definition.  Don't check for duplicates (still possible, but not cheap
6992         anymore).
6993         (grub_util_biosdisk_fini): Free malloced buffers referenced by map[].
6994         (make_device_name): Remove assumption of BIOS-like drive names.
6996 2008-05-30  Pavel Roskin  <proski@gnu.org>
6998         * conf/i386-efi.rmk (normal/execute.c_DEPENDENCIES): Remove, as
6999         compiling execute.c doesn't need grub_script.tab.h anymore.
7000         (normal/command.c_DEPENDENCIES): Likewise.
7001         (normal/function.c_DEPENDENCIES): Likewise.
7002         * conf/i386-ieee1275.rmk: Likewise.
7003         * conf/i386-linuxbios.rmk: Likewise.
7004         * conf/i386-pc.rmk: Likewise.
7005         * conf/powerpc-ieee1275.rmk: Likewise.
7006         * conf/sparc64-ieee1275.rmk: Likewise.
7008 2008-05-29  Pavel Roskin  <proski@gnu.org>
7010         * disk/lvm.c (grub_lvm_scan_device): Check for the buffer end
7011         when scanning metadata for volume group name.
7013         * include/grub/script.h: Don't include grub_script.tab.h.  It's
7014         a generated file, which may only be included from the files with
7015         DEPENDENCIES rules in the makefile.  Don't use typedef YYSTYPE,
7016         use union YYSTYPE, as the later allows forward declaration.
7017         * normal/lexer.c: Don't use typedef YYSTYPE, use union YYSTYPE.
7019 2008-05-29  Robert Millan  <rmh@aybabtu.com>
7021         * term/i386/pc/at_keyboard.c: Include `grub/machine/machine.h'.
7022         (OLPC_UP, OLPC_DOWN, OLPC_LEFT, OLPC_RIGHT): New macros.
7023         [GRUB_MACHINE_IEEE1275] (keyboard_map): Add OLPC scan codes
7024         (grub_console_checkkey): Add grub_dprintf() call to report unknown
7025         scan codes.
7027 2008-05-29  Robert Millan  <rmh@aybabtu.com>
7029         * term/i386/pc/at_keyboard.c (grub_console_checkkey): Add support for
7030         control key combinations.
7032 2008-05-29  Robert Millan  <rmh@aybabtu.com>
7034         * util/powerpc/ieee1275/grub-install.in: Move from here ...
7035         * util/ieee1275/grub-install.in: ... to here.
7036         * powerpc-ieee1275.rmk (grub_install_SOURCES): Update location.
7037         * i386-ieee1275.rmk (sbin_SCRIPTS): New variable.
7038         (grub_install_SOURCES): Likewise.
7040 2008-05-29  Robert Millan  <rmh@aybabtu.com>
7042         * fs/affs.c: Update copyright year.
7043         * fs/ext2.c: Likewise.
7044         * fs/fshelp.c: Likewise.
7045         * fs/hfsplus.c: Likewise.
7046         * fs/ntfs.c: Likewise.
7047         * fs/xfs.c: Likewise.
7048         * include/grub/fshelp.h: Likewise.
7049         * util/grub-mkdevicemap.c: Likewise.
7051 2008-05-28  Robert Millan  <rmh@aybabtu.com>
7053         * util/update-grub.in: Allow chmod call to fail, since /boot/grub/
7054         might need to be fatfs to support some firmware implementations
7055         (e.g. OFW or EFI).
7057 2008-05-28  Robert Millan  <rmh@aybabtu.com>
7059         * util/biosdisk.c (linux_find_partition, get_os_disk): Handle MMC
7060         devices.
7061         * util/grub-mkdevicemap.c (get_mmc_disk_name)
7062         (make_device_map): Likewise.
7064 2008-05-20  Bean  <bean123ch@gmail.com>
7066         * fs/fshelp.c (grub_fshelp_map_block): New function.
7067         (grub_fshelp_find_file): Use 64-bit type for pos and block address.
7068         Use `>>' and `&' operator to avoid 64-bit divide and modulo.
7070         * include/grub/fshelp.h (grub_fshelp_journal_type): New enum.
7071         (GRUB_FSHELP_JOURNAL_UNUSED_MAPPING): New macro.
7072         (grub_fshelp_journal): New structure.
7073         (grub_fshelp_map_block): New function prototype.
7074         (grub_fshelp_read_file): Use grub_disk_addr_t as block type.
7075         (grub_fshelp_map_block): Likewise.
7077         * fs/ext2.c (EXT3_FEATURE_COMPAT_HAS_JOURNAL): New macro.
7078         (EXT3_JOURNAL_MAGIC_NUMBER): Likewise.
7079         (EXT3_JOURNAL_DESCRIPTOR_BLOCK): Likewise.
7080         (EXT3_JOURNAL_COMMIT_BLOCK): Likewise.
7081         (EXT3_JOURNAL_SUPERBLOCK_V1): Likewise.
7082         (EXT3_JOURNAL_SUPERBLOCK_V2): Likewise.
7083         (EXT3_JOURNAL_REVOKE_BLOCK): Likewise.
7084         (EXT3_JOURNAL_FLAG_ESCAPE): Likewise.
7085         (EXT3_JOURNAL_FLAG_SAME_UUID): Likewise.
7086         (EXT3_JOURNAL_FLAG_DELETED): Likewise.
7087         (EXT3_JOURNAL_FLAG_LAST_TAG): Likewise.
7088         (grub_ext2_sblock): New members for journal support.
7089         (grub_ext3_journal_header): New structure.
7090         (grub_ext3_journal_revoke_header): Likewise.
7091         (grub_ext3_journal_block_tag): Likewise.
7092         (grub_ext3_journal_sblock): Likewise.
7093         (grub_fshelp_node): New members logfile and journal.
7094         (grub_ext2_read_block): Change block type to grub_disk_addr_t. Use
7095         grub_fshelp_map_block to get real block number.
7096         (grub_ext2_blockgroup): Use grub_fshelp_map_block to get real block
7097         number.
7098         (grub_ext2_read_inode): Likewise.
7099         (grub_ext3_get_journal): New function.
7100         (grub_read_inode): Initialize journal using grub_ext3_get_journal.
7101         (grub_ext2_close): Release memory used by journal.
7103         * fs/reiserfs.c (REISERFS_MAGIC_STRING): Changed to "ReIsEr".
7104         (REISERFS_MAGIC_DESC_BLOCK): New macro.
7105         (grub_reiserfs_transaction_header): Renamed to
7106         grub_reiserfs_description_block, replace field data with real_blocks.
7107         (grub_reiserfs_commit_block): New structure.
7108         (grub_reiserfs_data): New member journal.
7109         (grub_reiserfs_get_item): Use grub_fshelp_map_block to get real block
7110         number.
7111         (grub_reiserfs_read_symlink): Likewise.
7112         (grub_reiserfs_iterate_dir): Likewise.
7113         (grub_reiserfs_open): Likewise.
7114         (grub_reiserfs_read): Likewise.
7115         (grub_reiserfs_get_journal): New function.
7116         (grub_reiserfs_mount): Use "ReIsEr" as super block magic, as there are
7117         three varieties ReIsErFs, ReIsEr2Fs and ReIsEr3Fs. Initialize journal
7118         using grub_reiserfs_get_journal.
7119         (grub_reiserfs_close): Release memory used by journal.
7121         * fs/affs.c (grub_affs_read_block): Change block type to
7122         grub_disk_addr_t. Use grub_divmod64 to do 64-bit division.
7124         * fs/afs.c (grub_afs_read_block): Change block type to grub_disk_addr_t.
7126         * fs/hfsplus.c (grub_hfsplus_read_block): Likewise.
7128         * fs/ntfs.c (grub_ntfs_read_block): Likewise.
7130         * fs/udf.c (grub_udf_read_block): Change block type to
7131         grub_disk_addr_t. Use type cast to avoid warning.
7133         * fs/xfs.c (grub_xfs_read_block): Likewise.
7135 2008-05-16  Christian Franke  <franke@computer.org>
7137         * commands/cat.c (grub_cmd_cat): Remove non-ESC keys from keyboard queue
7138         to ensure that break with ESC will always work.
7139         * commands/sleep.c (grub_interruptible_millisleep): Likewise.
7140         Remove ESC from keyboard queue.
7142 2008-05-16  Christian Franke  <franke@computer.org>
7144         * util/biosdisk.c: [__CYGWIN__] Add includes.
7145         (grub_util_biosdisk_open): Use Linux code also for Cygwin.
7146         (get_os_disk): Move variable declarations to OS specific
7147         parts to avoid warning.
7148         [__GNU__] (get_os_disk): Fix /dev/sdXsN case.
7149         [__CYGWIN__] (get_os_disk): Add Cygwin /dev/sdXN device names.
7150         (grub_util_biosdisk_get_grub_dev): Use Linux code also for
7151         Cygwin.
7152         * util/getroot.c: [__CYGWIN__] Add includes.
7153         (strip_extra_slashes): Fix "/" case.
7154         [__CYGWIN__] (get_win32_path): New function.
7155         [__CYGWIN__] (grub_get_prefix): Add conversion to win32 path.
7156         [__CYGWIN__] (find_root_device): Disable.
7157         [__CYGWIN__] (get_bootsec_serial): New function.
7158         [__CYGWIN__] (find_cygwin_root_device): Likewise.
7159         [__linux__] (grub_guess_root_device): Add early returns to simplify
7160         structure.
7161         [__CYGWIN__] (grub_guess_root_device): Call find_cygwin_root_device.
7162         [__linux__] (grub_util_get_dev_abstraction): Enable LVM and RAID
7163         check for Linux only.
7165 2008-05-15  Bean  <bean123ch@gmail.com>
7167         * kern/i386/pc/startup.S (grub_console_getkey): Workaround for the
7168         keyboard hang problem in apple's intel mac.
7170 2008-05-09  Robert Millan  <rmh@aybabtu.com>
7172         * util/biosdisk.c (linux_find_partition, get_os_disk): Handle Virtio
7173         devices.
7174         * util/grub-mkdevicemap.c (get_virtio_disk_name)
7175         (make_device_map): Likewise.
7176         Reported by Aurelien Jarno <aurel32@debian.org>
7178 2008-05-07  Ian Campbell  <ijc@hellion.org.uk>
7180         * util/biosdisk.c (get_os_disk): Recognise xvd type disks.
7181         * util/grub-mkdevicemap.c (get_xvd_disk_name): New function.
7182         (make_device_map): Output entries for xvd type disks.
7184 2008-05-07  Robert Millan  <rmh@aybabtu.com>
7186         * util/biosdisk.c (linux_find_partition, get_os_disk): Handle CCISS
7187         devices.
7188         * util/grub-mkdevicemap.c (get_cciss_disk_name)
7189         (make_device_map): Likewise.
7190         Reported by Roland Dreier <rdreier@cisco.com>
7192 2008-05-07  Robert Millan  <rmh@aybabtu.com>
7194         * disk/lvm.c (grub_lvm_scan_device): Detect errors in an additional
7195         grub_strstr() call.  Correct a few mistakes in failure path handling.
7197 2008-05-06  Robert Millan  <rmh@aybabtu.com>
7199         * util/update-grub_lib.in (make_system_path_relative_to_its_root):
7200         Do not print a trailing slash (therefore, the root directory is an
7201         empty string).
7202         (convert_system_path_to_grub_path): Do not remove trailing slash
7203         from make_system_path_relative_to_its_root() output.
7205         * util/i386/pc/grub-install.in: Add trailing slash to output from
7206         make_system_path_relative_to_its_root().
7208 2008-05-06  Robert Millan  <rmh@aybabtu.com>
7210         * util/grub-fstest.c (grub_refresh): Call `fflush (stdout)'.  This
7211         ensures that output lines aren't intermangled with those sent to
7212         stderr (via grub_util_info()).
7213         * util/grub-probe.c (grub_refresh): Likewise.
7214         * util/i386/pc/grub-setup.c (grub_refresh): Likewise.
7216 2008-05-05  Christian Franke  <franke@computer.org>
7218         * util/grub-mkdevicemap.c (get_floppy_disk_name) [__CYGWIN__]:
7219         Add Cygwin device names.
7220         (get_ide_disk_name) [__CYGWIN__]: Likewise.
7221         (get_scsi_disk_name) [__CYGWIN__]: Likewise.
7222         (check_device): Return error instead of success on empty name.
7223         (make_device_map): Move label inside linux specific code to
7224         prevent compiler warning.
7226 2008-04-30  Robert Millan  <rmh@aybabtu.com>
7228         Based on patch from Fabian Greffrath <greffrath@leat.rub.de>
7229         * util/grub.d/10_linux.in: Add ${GRUB_CMDLINE_LINUX_DEFAULT} to the
7230         first boot option.
7231         * util/update-grub.in: Export GRUB_CMDLINE_LINUX_DEFAULT.
7233 2008-04-29  Robert Millan  <rmh@aybabtu.com>
7235         * docs/grub.cfg: New file (example GRUB configuration).
7237 2008-04-26  Robert Millan  <rmh@aybabtu.com>
7239         * DISTLIST: Sort (sort -u < DISTLIST | sponge DISTLIST).  Add
7240         `loader/i386/ieee1275/linux.c', `loader/i386/ieee1275/linux_normal.c'
7241         and `disk/ieee1275/nand.c'.
7243 2008-04-25  Bean  <bean123ch@gmail.com>
7245         * Makefile.in (RMKFILES): Add missing arch i386-ieee1275 and
7246         i386-linuxbios.
7248         * commands/hexdump.c (grub_cmd_hexdump): Support dumping of device,
7249         change the buffer size to 4096 for cdrom device.
7251         * conf/i386-ieee1275.rmk (pkglib_MODULES): Add _linux.mod, linux.mod
7252         and nand.mod.
7253         (_linux_mod_SOURCES): New variable.
7254         (_linux_mod_CFLAGS): Likewise.
7255         (_linux_mod_LDFLAGS): Likewise.
7256         (linux_mod_SOURCES): Likewise.
7257         (linux_mod_CFLAGS): Likewise.
7258         (linux_mod_LDFLAGS): Likewise.
7259         (nand_mod_SOURCES): Likewise.
7260         (nand_mod_CFLAGS): Likewise.
7261         (nand_mod_LDFLAGS): Likewise.
7263         * disk/ieee1275/ofdisk.c (grub_ofdisk_open): Return
7264         GRUB_ERR_UNKNOWN_DEVICE instead of GRUB_ERR_BAD_DEVICE if no device
7265         type property. (nand device in olpc don't have this property)
7267         * include/grub/disk.h (grub_disk_dev_id): New macro
7268         GRUB_DISK_DEVICE_NAND_ID.
7270         * include/grub/i386/ieee1275/loader.h (grub_rescue_cmd_linux): New
7271         function prototype.
7272         (grub_rescue_cmd_initrd): Likewise.
7274         * include/grub/i386/linux.h (GRUB_LINUX_OFW_SIGNATURE): New macro.
7275         (linux_kernel_params): Add new member ofw_signature, ofw_num_items,
7276         ofw_cif_handler and ofw_idt, adjust padding number.
7278         * include/grub/i386/pc/memory.h (grub_upper_mem): Export it if
7279         GRUB_MACHINE_IEEE1275 is defined.
7281         * include/grub/ieee1275/ieee1275.h (grub_available_iterate):
7282         Use NESTED_FUNC_ATTR attribute on the hook parameter.
7284         * kern/powerpc/ieee1275/init.c (grub_claim_heap): Use NESTED_FUNC_ATTR
7285         on nested function heap_init.
7286         (grub_upper_mem): New variable for i386-ieee1275.
7287         (grub_get_extended_memory): New function for i386-ieee1275.
7288         (grub_machine_init): Call grub_get_extended_memory for i386-ieee1275.
7290         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Use
7291         NESTED_FUNC_ATTR on the hook parameter. Don't quit if no device type
7292         property.
7294         * loader/i386/ieee1275/linux.c: New file.
7296         * loader/i386/ieee1275/linux_normal.c: New file.
7298         * disk/ieee1275/nand.c: New file.
7300 2008-04-18  Thomas Schwinge  <tschwinge@gnu.org>
7302         * util/i386/pc/grub-mkrescue.in (grub_mkimage): Don't overwrite correct
7303         value.
7304         * util/powerpc/ieee1275/grub-mkrescue.in (grub_mkimage): Likewise.
7306 2008-04-18  Robert Millan  <rmh@aybabtu.com>
7308         Restructures early code path on ieee1275 to unify grub_main() as
7309         the first C function that is executed in every platform.
7311         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_init): New prototype.
7312         * kern/i386/ieee1275/startup.S (_start): Jump to grub_main() instead of
7313         cmain().
7314         * kern/powerpc/ieee1275/crt0.S (_start): Likewise.
7315         * kern/ieee1275/cmain.c (cmain): Rename to ...
7316         * kern/ieee1275/cmain.c (grub_ieee1275_init): ... this.
7317         * kern/ieee1275/init.c (grub_machine_init): Call grub_ieee1275_init()
7318         at the beginning.
7320 2008-04-18  Robert Millan  <rmh@aybabtu.com>
7322         * util/update-grub.in: Fix syntax error when setting
7323         `GRUB_PRELOAD_MODULES'.
7324         Reported by Stephane Chazelas <stephane@artesyncp.com>
7326 2008-04-17  Lubomir Kundrak  <lkundrak@redhat.com>
7328         * aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): take only .text
7329         section into account, newer toolchains generate unique build ids
7330         * configure.ac: remove the test for --build-id=none acceptance,
7331         we want build ids to be preserved
7332         * genmk.rb: add -R .note.gnu.build-id to objcopy, so build id
7333         far from other sections don't cause the raw binary images grow
7334         size
7336 2008-04-15  Robert Millan  <rmh@aybabtu.com>
7338         * disk/lvm.c: Update copyright year.
7339         * kern/misc.c: Likewise.
7341 2008-04-14  Vesa Jaaskelainen  <chaac@nic.fi>
7343         * disk/lvm.c (grub_lvm_scan_device): Add forgotten failure path when
7344         there is no memory left for physical volume name.
7346 2008-04-14  Vesa Jaaskelainen  <chaac@nic.fi>
7348         * disk/lvm.c (grub_lvm_scan_device): Fix logical volume's physical
7349         volume name mapping to support bigger than 9 character names properly.
7351 2008-04-13  Robert Millan  <rmh@aybabtu.com>
7353         * disk/i386/pc/biosdisk.c (grub_biosdisk_rw): Fix CHS limit check,
7354         as per http://www.allensmith.net/Storage/HDDlimit/Int13h.htm
7356 2008-04-13  Christian Franke  <franke@computer.org>
7358         * util/i386/pc/grub-mkrescue.in: Add --emulation=floppy
7359         to create a floppy emulation boot CD when non emulation mode
7360         does not work.
7361         Enable Joliet CD filesystem extension.
7363 2008-04-13  Robert Millan  <rmh@aybabtu.com>
7365         * kern/misc.c (grub_strncat): Fix off-by-one error.
7366         Reported by Zhang Huan <zhanghuan@nrchpc.ac.cn>
7368         * kern/env.c (grub_env_context_close): Clear current context, not
7369         previous one.
7370         Patch from Zhang Huan <zhanghuan@nrchpc.ac.cn>
7372         * kern/misc.c (grub_strcat): Minor speed optimization (same code size).
7374 2008-04-13  Robert Millan  <rmh@aybabtu.com>
7376         Improve robustness when handling LVM.
7378         * disk/lvm.c (grub_lvm_getvalue): Return 0 when `*p' is NULL
7379         (and leave `*p' unmodified).
7380         (grub_lvm_iterate): Don't assume `vg->lvs != NULL' when iterating
7381         through it.
7382         (grub_lvm_memberlist): Don't assume `lv->vg->pvs != NULL' when
7383         iterating through it.
7384         (grub_lvm_open): Don't assume `vg->lvs != NULL' when iterating
7385         through it.
7386         (grub_lvm_scan_device): Check the return value (and fail gracefully
7387         when due) on each grub_lvm_getvalue() or grub_strstr() call.
7388         Don't assume `vg->pvs != NULL' when iterating through it.
7390 2008-04-13  Robert Millan  <rmh@aybabtu.com>
7392         * gendistlist.sh (EXTRA_DISTFILES): Add `genpartmaplist.sh'.
7393         * genmk.rb (partmap): New variable.
7394         (CLEANFILES, PARTMAPFILES): Add #{partmap}.
7395         (#{partmap}): New target rule.
7396         * genpartmaplist.sh: New file.
7397         * Makefile.in (pkglib_DATA): Add partmap.lst.
7398         (partmap.lst): New target rule.
7399         * util/i386/pc/grub-mkrescue.in: Generate grub.cfg that loads needed
7400         modules (including all partition maps), instead of preloading them.
7402 2007-04-13  Fabian Greffrath  <fabian.greffrath@web.de>
7404         * util/grub.d/30_os-prober.in: New script. Use `os-prober' and
7405         `linux-boot-prober' (if installed) to detect other operating
7406         systems which are installed on the computer and add them to
7407         the boot menu.
7408         * conf/common.rmk: Build and install 30_os-prober.
7410 2008-04-12  Robert Millan  <rmh@aybabtu.com>
7412         * kern/powerpc/ieee1275/init.c: Move from here ...
7413         * kern/ieee1275/init.c: ... to here.  Update all users.
7415         * kern/powerpc/ieee1275/cmain.c: Move from here ...
7416         * kern/ieee1275/cmain.c: ... to here.  Update all users.
7418         * kern/powerpc/ieee1275/openfw.c: Move from here ...
7419         * kern/ieee1275/openfw.c: ... to here.  Update all users.
7421         * loader/powerpc/ieee1275/multiboot2.c: Move from here ...
7422         * loader/ieee1275/multiboot2.c: ... to here.  Update all users.
7424 2008-04-10  Pavel Roskin  <proski@gnu.org>
7426         * configure.ac: Always use "_cv_" in cache variables for
7427         compatibility with Autoconf 2.62.
7429 2008-04-07  Robert Millan  <rmh@aybabtu.com>
7431         Revert grub/machine/init.h addition by Pavel (since it breaks on
7432         i386-ieee1275 and others):
7433         * util/i386/pc/misc.c: Remove grub/machine/init.h.
7434         * util/powerpc/ieee1275/misc.c: Likewise.
7436 2008-04-07  Robert Millan  <rmh@aybabtu.com>
7438         * util/grub-probe.c (probe): Improve error message.
7440 2008-04-07  Robert Millan  <rmh@aybabtu.com>
7442         * util/biosdisk.c (read_device_map): Skip devices that don't exist
7443         (this prevents the presence of a bogus entry from ruining the whole
7444         thing).
7446 2008-04-06  Pavel Roskin  <proski@gnu.org>
7448         * util/biosdisk.c: Include grub/util/biosdisk.h.
7449         * util/grub-fstest.c (execute_command): Make static.
7450         * util/grub-mkdevicemap.c (check_device): Likewise.
7451         * util/i386/pc/misc.c: Include grub/machine/init.h.
7452         * util/powerpc/ieee1275/misc.c: Likewise.
7453         * util/lvm.c: Include grub/util/lvm.h.
7454         * util/misc.c: Include grub/kernel.h, grub/misc.h and
7455         grub/cache.h.
7456         * util/raid.c: Include grub/util/raid.h.
7457         (grub_util_getdiskname): Make static.
7459         * util/grub-emu.c (main): Remove calls to grub_hostfs_init() and
7460         grub_hostfs_fini(), as they are called from grub_init_all() and
7461         grub_fini_all() respectively.  This fixes an infinite loop in
7462         grub-fstest due to double registration of hostfs.
7463         Reported by Christian Franke <Christian.Franke@t-online.de>
7465 2008-04-05  Pavel Roskin  <proski@gnu.org>
7467         * bus/pci.c (grub_pci_iterate): For multifunction devices, probe
7468         all 8 functions.  Otherwise, probe function 0 only.
7470 2008-04-04  Pavel Roskin  <proski@gnu.org>
7472         * commands/lspci.c (grub_lspci_iter): Print the bus number
7473         correctly.
7475         * commands/lspci.c (grub_pci_classes): Fix typos.
7476         (grub_lspci_iter): Don't print func twice.  Print vendor ID
7477         before device ID, as it's normally done.
7479         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options):
7480         Fix signedness warnings.
7481         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate):
7482         Likewise.
7483         * util/ieee1275/get_disk_name.c: Include config.h so that
7484         _GNU_SOURCE is defined and getline() is declared.  Mark an
7485         unused argument as such.  Fix a signedness warning.
7487 2008-04-02  Pavel Roskin  <proski@gnu.org>
7489         * genkernsyms.sh.in: Use more robust assignments for CC and
7490         srcdir.  Quote srcdir.
7491         * gensymlist.sh.in: Likewise.  Assert at the compile time that
7492         the symbol table is not empty.
7494         * disk/raid.c (grub_raid_memberlist): Fix a signedness warning.
7495         * fs/cpio.c (grub_cpio_read): Likewise.
7497 2008-04-01  Pavel Roskin  <proski@gnu.org>
7499         * disk/ata.c (grub_ata_open): Don't lose precision in disk->id.
7500         * disk/host.c (grub_host_open): Likewise.
7501         * disk/loopback.c (grub_loopback_open): Likewise.
7502         * disk/memdisk.c (grub_memdisk_open): Use a string pointer for
7503         disk->id as in disk/host.c, not a multi-character constant.
7505         * util/grub-fstest.c (cmd_cmp): Use fseeko(), not fseek().  The
7506         later is obsolete, potentially dangerous and sets a bad example.
7507         * util/i386/efi/grub-mkimage.c (make_header): Likewise.
7508         * util/misc.c (grub_util_get_image_size): Likewise.
7510         * disk/loopback.c (options): Improve help for "--partitions".
7512         * normal/arg.c (grub_arg_show_help): Fix spacing of the long
7513         options to align them with the short options, e.g. "echo -e".
7515 2008-03-31  Bean  <bean123ch@gmail.com>
7517         * video/reader/png.c (grub_png_data): New member is_16bit and
7518         image_data.
7519         (grub_png_decode_image_header): Detect 16 bit png image.
7520         (grub_png_convert_image): New function to convert 16 bit image to 8 bit.
7521         (grub_png_decode_png): Call grub_png_convert_image for 16 bit image.
7522         (grub_video_reader_png): Release memory occupied by image_data.
7524         * fs/ntfs.c (find_attr): Handle non-resident attribute list larger than
7525         4096 bytes.
7526         (grub_nfs_mount): Skip the test for sector per cluster.
7528         * include/grub/ntfs.h (MAX_SPC): Removed.
7530 2008-03-31  Bean  <bean123ch@gmail.com>
7532         * conf/common.rmk (pkgdata_MODULES): Add afs.mod.
7533         (grub_probe_SOURCES): Add fs/afs.c.
7534         (grub_fstest_SOURCES): Likewise.
7535         (afs_mod_SOURCES): New variable.
7536         (afs_mod_CFLAGS): Likewise.
7537         (afs_mod_LDFLAGS): Likewise.
7539         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/afs.c.
7540         (grub_emu_SOURCES): Likewise.
7542         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
7544         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
7546         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
7548         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
7550         * fs/afs.c: New file.
7552 2008-03-30  Pavel Roskin  <proski@gnu.org>
7554         * disk/host.c: Include grub/misc.h to fix a warning.
7555         * util/hostfs.c: Use GRUB_MOD_INIT and GRUB_MOD_FINI to fix
7556         warnings about implicit declarations.
7558         * fs/udf.c (grub_udf_mount): Fix warning about a shadowing a
7559         variable.
7560         * include/grub/i386/loader.h: Change declaration of
7561         grub_linux_boot() to match what grub_loader_set() expects.
7562         * util/getroot.c (grub_guess_root_device): Return const char* to
7563         fix a warning.
7564         * util/grub-probe.c (probe): Fix a warning about uninitialized
7565         abstraction_name variable.
7566         * util/i386/get_disk_name.c (grub_util_get_disk_name): Mark
7567         second argument as unused to fix a warning.
7569         * loader/i386/pc/multiboot2.c (grub_mb2_arch_elf64_hook): Add
7570         missing grub_error() call.
7572         * util/update-grub_lib.in: Define datarootdir, since Autoconf
7573         2.60 and newer uses it to define datadir.
7575         * commands/sleep.c: Fix warning about implicit declaration.
7576         * disk/memdisk.c: Likewise.
7577         * loader/aout.c: Likewise.
7578         * loader/i386/bsd_normal.c: Likewise.
7579         * util/grub-probe.c: Likewise.
7581         * commands/i386/cpuid.c (has_longmode): Make static.
7582         * disk/i386/pc/biosdisk.c (cd_drive): Likewise.
7583         * include/grub/i386/bsd.h (bios_memmap_t): Remove, it's unused.
7585         * kern/i386/pc/startup.S (real_to_prot): Use %cs prefix to load
7586         GDT.  This is more robust, as %ds can change.
7587         (grub_biosdisk_rw_int13_extensions): Don't clear %ds before
7588         calling real_to_prot().
7589         (grub_biosdisk_get_diskinfo_int13_extensions): Likewise.
7591 2008-03-28  Pavel Roskin  <proski@gnu.org>
7593         * kern/i386/pc/startup.S: Assert that uncompressed functions
7594         don't spill beyond GRUB_KERNEL_MACHINE_RAW_SIZE.
7595         * kern/i386/pc/lzo1x.S: Remove all .align directives in the
7596         code, as they push parts of the code (error handlers) beyond
7597         GRUB_KERNEL_MACHINE_RAW_SIZE.  Speed is not as important in this
7598         code as correctness and size.
7600 2008-03-28  Pavel Roskin  <proski@gnu.org>
7602         * kern/i386/pc/startup.S
7603         (grub_biosdisk_get_diskinfo_int13_extensions): When converting
7604         data block address to the real mode, keep offset minimal.  This
7605         works around a bug in AWARD BIOS on old Athlon systems, which
7606         makes CD detection hang.
7608 2008-03-26  Pavel Roskin  <proski@gnu.org>
7610         * normal/color.c (grub_parse_color_name_pair): Make `name' a
7611         const.
7612         * include/grub/normal.h: Add grub_parse_color_name_pair()
7613         declaration.
7615 2008-03-24  Bean  <bean123ch@gmail.com>
7617         * disk/i386/pc/biosdisk.c (cd_start): Removed.
7618         (cd_count): Removed.
7619         (cd_drive): New variable.
7620         (grub_biosdisk_get_drive): Don't check for (cdN) device.
7621         (grub_biosdisk_call_hook): Likewise.
7622         (grub_biosdisk_iterate): Change cdrom detection method.
7623         (grub_biosdisk_open): Replace cd_start with cd_drive.
7624         (GRUB_MOD_INIT): Use grub_biosdisk_get_cdinfo_int13_extension to
7625         detect cdrom device.
7627         * include/grub/i386/pc/biosdisk.h (GRUB_BIOSDISK_MACHINE_CDROM_START):
7628         Removed.
7629         (GRUB_BIOSDISK_MACHINE_CDROM_END): Removed.
7630         (GRUB_BIOSDISK_CDTYPE_NO_EMUL): New macro.
7631         (GRUB_BIOSDISK_CDTYPE_1_2_M): Likewise.
7632         (GRUB_BIOSDISK_CDTYPE_1_44_M): Likewise.
7633         (GRUB_BIOSDISK_CDTYPE_2_88_M): Likewise.
7634         (GRUB_BIOSDISK_CDTYPE_HARDDISK): Likewise.
7635         (GRUB_BIOSDISK_CDTYPE_MASK): Likewise.
7636         (grub_biosdisk_cdrp): New structure.
7637         (grub_biosdisk_get_cdinfo_int13_extensions): New function.
7639         * include/grub/i386/pc/kernel.h (grub_boot_drive): Export this variable.
7641         * kern/i386/pc/init.c (make_install_device): Don't use (cdN) as root
7642         device.
7644         * kern/i386/pc/startup.S (grub_biosdisk_get_cdinfo_int13_extensions):
7645         New function.
7647 2008-03-20  Robert Millan  <rmh@aybabtu.com>
7649         Remove 2 TiB limit in ata.mod.
7650         * disk/ata.c (grub_ata_device): Promote `size' to grub_uint64_t.
7651         (grub_ata_dumpinfo): Print sector count with 0x%llx.
7652         (grub_ata_identify): Interpret `&info16[100]' as a pointer to
7653         grub_uint64_t instead of grub_uint32_t.
7655 2008-03-05  Bean  <bean123ch@gmail.com>
7657         * loader/i386/pc/multiboot.c (grub_multiboot_get_bootdev): New function.
7658         (grub_multiboot): Set boot device.
7660         * boot/i386/pc/lnxboot.S (real_code_2): Set %dh to 0xFF.
7662 2008-03-02  Bean  <bean123ch@gmail.com>
7664         * fs/reiserfs.c (grub_reiserfs_read_symlink): Add 0 at the end of
7665         symlink_buffer.
7667 2008-03-01  Yoshinori K. Okuji  <okuji@enbug.org>
7669         * DISTLIST: Added docs/fdl.texi, docs/grub.texi, docs/mdate-sh and
7670         texinfo.tex.
7672         * docs/grub.texi: New file. Copied from GRUB Legacy, and slightly
7673         modified.
7675         * docs/fdl.texi: New file.
7677         * docs/mdate-sh: New file. Copied from gnulib.
7678         * docs/texinfo.tex: Likewise.
7680         * config.guess: Updated from gnulib.
7681         * install-sh: Likewise.
7683 2008-02-28  Robert Millan  <rmh@aybabtu.com>
7685         * conf/i386-linuxbios.rmk (pkglib_MODULES): Add aout.mod.
7686         (aout_mod_SOURCES): New variable.
7687         (aout_mod_CFLAGS): Likewise.
7688         (aout_mod_LDFLAGS): Likewise.
7690         * conf/i386-ieee1275.rmk: Likewise.
7692 2008-02-28  Robert Millan  <rmh@aybabtu.com>
7694         * util/update-grub.in: Reorganise terminal validity check.  Accept
7695         `ieee1275:console' (OLPC) and `*:gfxterm' as valid too.
7696         Based on suggestion by Franklin PIAT.
7698 2008-02-28  Fabian Greffrath  <greffrath@leat.rub.de>
7700         * include/grub/util/getroot.h (grub_util_check_block_device): Export new
7701         function.
7702         * util/getroot.c (grub_util_check_block_device): New function that
7703         returns the given argument if it is a block device and returns NULL else.
7704         * util/grub-probe.c (argument_is_device): New variable.
7705         (probe): Promote device_name from a variable to an argument. Receive
7706         device_name from grub_util_check_block_device() if path is NULL and from
7707         grub_guess_root_device() else. Do not free() device_name anymore.
7708         (options): Introduce new parameter '-d, --device'.
7709         (main): Add description of the new parameter to the help screen.
7710         Rename path variable to argument. Set argument_is_device if the '-d'
7711         option is given. Pass argument to probe() depending on
7712         argument_is_device.
7714 2008-02-24  Bean  <bean123ch@gmail.com>
7716         * fs/iso9660.c (GRUB_ISO9660_VOLDESC_BOOT): New macro.
7717         (GRUB_ISO9660_VOLDESC_PRIMARY): Likewise.
7718         (GRUB_ISO9660_VOLDESC_SUPP): Likewise.
7719         (GRUB_ISO9660_VOLDESC_PART): Likewise.
7720         (GRUB_ISO9660_VOLDESC_END): Likewise.
7721         (grub_iso9660_primary_voldesc): New member escape.
7722         (grub_iso9660_data): New member joliet.
7723         (grub_iso9660_convert_string): New function.
7724         (grub_iso9660_mount): Detect joliet extension.
7725         (grub_iso9660_iterate_dir): Convert filename when joliet is detected.
7726         (grub_iso9660_iso9660_label): Likewise.
7728         * conf/common.rmk (pkgdata_MODULES): Add udf.mod.
7729         (grub_setup_SOURCES): Add fs/udf.c.
7730         (grub_fstest_SOURCES): Likewise.
7731         (udf_mod_SOURCES): New variable.
7732         (udf_mod_CFLAGS): Likewise.
7733         (udf_mod_LDFLAGS): Likewise.
7735         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/udf.c.
7736         (grub_emu_SOURCES): Likewise.
7738         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
7740         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
7742         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
7744         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
7746         * fs/udf.c: New file.
7748 2008-02-24  Robert Millan  <rmh@aybabtu.com>
7750         * conf/i386-efi.rmk (normal/function.c_DEPENDENCIES)
7751         (normal/lexer.c_DEPENDENCIES): New variables.
7752         * conf/i386-ieee1275.rmk (normal/function.c_DEPENDENCIES)
7753         (normal/lexer.c_DEPENDENCIES): Likewise.
7754         * conf/i386-linuxbios.rmk (normal/function.c_DEPENDENCIES)
7755         (normal/lexer.c_DEPENDENCIES): Likewise.
7756         * conf/i386-pc.rmk (normal/function.c_DEPENDENCIES)
7757         (normal/lexer.c_DEPENDENCIES): Likewise.
7758         * conf/powerpc-ieee1275.rmk (normal/function.c_DEPENDENCIES)
7759         (normal/lexer.c_DEPENDENCIES): Likewise.
7760         * conf/sparc64-ieee1275.rmk (normal/function.c_DEPENDENCIES)
7761         (normal/lexer.c_DEPENDENCIES): Likewise.
7763 2008-02-23  Robert Millan  <rmh@aybabtu.com>
7765         * partmap/gpt.c (grub_gpt_magic): Add `0x' qualifier to each member,
7766         since they were intended to be in hex.  This didn't break previously
7767         because of a bug in gpt_partition_map_iterate() (see below).
7769         (gpt_partition_map_iterate): Replace `grub_memcmp' with `! grub_memcmp'
7770         when checking the validity of GPT header.
7771         Remove `partno', since it always provides the same information as `i'.
7773 2008-02-21  Yoshinori K. Okuji  <okuji@enbug.org>
7775         * include/grub/efi/time.h: Fix a wrong comment.
7777 2008-02-19  Pavel Roskin  <proski@gnu.org>
7779         * kern/rescue.c (grub_enter_rescue_mode): Improve initial
7780         message.
7782 2008-02-19  Bean  <bean123ch@gmail.com>
7784         * conf/i386-pc.rmk (pkglib_MODULES): Add aout.mod _bsd.mod and bsd.mod.
7785         (aout_mod_SOURCES): New variable.
7786         (aout_mod_CFLAGS): Likewise.
7787         (aout_mod_LDFLAGS): Likewise.
7788         (_bsd_mod_SOURCES): New variable.
7789         (_bsd_mod_CFLAGS): Likewise.
7790         (_bsd_mod_LDFLAGS): Likewise.
7791         (bsd_mod_SOURCES): New variable.
7792         (bsd_mod_CFLAGS): Likewise.
7793         (bsd_mod_LDFLAGS): Likewise.
7795         * include/grub/aout.h: New file.
7797         * include/grub/i386/loader.h (grub_unix_real_boot): New function.
7799         * include/grub/i386/bsd.h: New file.
7801         * include/grub/i386/pc/init.h (grub_get_mmap_entry): Use EXPORT_FUNC
7802         to make it public.
7804         * kern/elf.c (grub_elf32_load): Get the physical address after the hook
7805         function is called, so that it's possible to change it inside the hook.
7806         (grub_elf64_load): Likewise.
7807         (grub_elf_file): Don't close the file if elf header is not found.
7808         (grub_elf_close): Close the file if grub_elf_file fails (The new
7809         grub_elf_file won't close it).
7810         (grub_elf32_size): Use NESTED_FUNC_ATTR for nested function calcsize.
7811         (grub_elf64_size): Likewise.
7813         * kern/i386/loader.S (grub_unix_real_boot): New function.
7815         * loader/aout.c: New file.
7817         * loader/i386/bsd.c: New file.
7819         * loader/i386/bsd_normal.c: New file.
7821         * loader/i386/pc/multiboot.c (grub_multiboot): Handle a.out format.
7823         * loader/multiboot2.c (grub_multiboot2): Reset grub_errno so that it
7824         can test other formats.
7826 2008-02-19  Robert Millan  <rmh@aybabtu.com>
7828         * partmap/gpt.c: Include `<grub/gpt_partition.h>'.
7829         (grub_gpt_partition_type_empty): Redefine with macro from
7830         `<grub/gpt_partition.h>'.
7831         (gpt_partition_map_iterate): Adjust partition type comparison.
7833         Export `entry' as partmap-specific `part.data' struct.
7834         (grub_gpt_header, grub_gpt_partentry): Move from here ...
7836         * include/grub/gpt_partition.h (grub_gpt_header)
7837         (grub_gpt_partentry): ... to here (new file).
7839         * util/i386/pc/grub-setup.c: Include `<grub/gpt_partition.h>'.
7841         (grub_gpt_partition_type_bios_boot): New const variable, defined
7842         with macro from `<grub/gpt_partition.h>'.
7844         (setup): Replace `first_start' with `embed_region', which keeps
7845         track of the embed region (and is partmap-agnostic).
7847         Replace find_first_partition_start() with find_usable_region(),
7848         which finds a usable region for embedding using partmap-specific
7849         knowledge (supports PC/MSDOS and GPT).
7851         Fix all assumptions that the embed region start at sector 1, using
7852         `embed_region.start' from now on.  Similarly, use `embed_region.end'
7853         rather than `first_start' to calculate available size.
7855         In grub_util_info() message, replace "into after the MBR" with an
7856         indication of the specific sector our embed region starts at.
7858 2008-02-19  Robert Millan  <rmh@aybabtu.com>
7860         * DISTLIST: Replace `commands/ieee1275/halt.c' and
7861         `commands/ieee1275/reboot.c' with `commands/halt.c' and
7862         `commands/reboot.c'.
7863         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES, reboot_mod_SOURCES)
7864         (halt_mod_SOURCES): Likewise.
7865         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES, reboot_mod_SOURCES)
7866         (halt_mod_SOURCES): Likewise.
7868 2008-02-17  Christian Franke  <franke@computer.org>
7870         * commands/cat.c (grub_cmd_cat): Add break on GRUB_TERM_ESC key.
7872 2008-02-17  Robert Millan  <rmh@aybabtu.com>
7874         * util/i386/pc/grub-setup.c (setup): In find_first_partition_start(),
7875         set `first_start' to 0 for non-PC/MSDOS partition maps.
7877 2008-02-16  Robert Millan  <rmh@aybabtu.com>
7879         * util/i386/pc/grub-setup.c (setup): In find_first_partition_start(),
7880         do not assume partition map is PC/MSDOS before performing checks that
7881         are specific to that layout.
7883 2008-02-13  Robert Millan  <rmh@aybabtu.com>
7885         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Remove
7886         `commands/i386/pc/halt.c' and `commands/i386/pc/reboot.c'.
7887         * kern/i386/linuxbios/init.c (grub_halt, grub_reboot): Remove stubs.
7889 2008-02-13  Yoshinori K. Okuji  <okuji@enbug.org>
7891         * configure.ac: Only a cosmetic change on the handling of
7892         -fno-stack-protector.
7894 2008-02-12  Alexandre Boeglin  <alex@boeglin.org>
7896         * conf/i386-efi.rmk (grub_emu_SOURCES): Replace
7897         commands/i386/pc/halt.c and reboot.c by commands/halt.c and
7898         reboot.c.
7899         (grub_install_SOURCES): Add halt.mod and reboot.mod.
7900         (halt_mod_SOURCES): New variable.
7901         (halt_mod_CFLAGS): Likewise.
7902         (halt_mod_LDFLAGS): Likewise.
7903         (reboot_mod_SOURCES): Likewise.
7904         (reboot_mod_CFLAGS): Likewise.
7905         (reboot_mod_LDFLAGS): Likewise.
7907         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Replace
7908         commands/ieee1275/halt.c and reboot.c by commands/halt.c and
7909         reboot.c.
7910         (halt_mod_SOURCES): Likewise.
7911         (reboot_mod_SOURCES): Likewise.
7913         * conf/i386-pc.rmk (grub_emu_SOURCES): Replace
7914         commands/i386/pc/reboot.c by commands/reboot.c.
7915         (reboot_mod_SOURCES): Likewise.
7917         * commands/i386/pc/reboot.c: merge this file ...
7919         * commands/ieee1275/reboot.c: ... and this file ...
7921         * commands/reboot.c: ... to this file.
7922         Add some precompiler directive to include the correct header for
7923         each machine.
7925         * commands/ieee1275/halt.c: move this file ...
7927         * commands/halt.c: ... to here.
7928         Add some precompiler directive to include the correct header for
7929         each machine.
7931         * include/grub/efi/efi.h (grub_reboot): New function declaration.
7932         (grub_halt): Likewise.
7934         * kern/efi/efi.c (grub_reboot): New function.
7935         (grub_halt): Likewise.
7937 2008-02-12  Robert Millan  <rmh@aybabtu.com>
7939         * util/getroot.c (grub_guess_root_device): Inspect /dev/evms before
7940         /dev (like it is done for /dev/mapper).  This doesn't provide support
7941         for EVMS, but at least it is now easy to identify the problem when it
7942         arises.
7944 2008-02-11  Robert Millan  <rmh@aybabtu.com>
7946         * util/biosdisk.c (grub_util_biosdisk_open, linux_find_partition)
7947         (grub_util_biosdisk_get_grub_dev): Check open() exit status by
7948         comparing it with -1, not 0.
7950 2008-02-10  Robert Millan  <rmh@aybabtu.com>
7952         * conf/i386-efi.rmk (grub_emu_SOURCES): Add `disk/raid.c' and
7953         `disk/lvm.c'.
7954         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
7955         * conf/i386-pc.rmk (grub_setup_SOURCES): Likewise.
7957         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Move `disk/raid.c' and
7958         `disk/lvm.c' to the end of the list.
7959         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
7960         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
7962 2008-02-10  Robert Millan  <rmh@aybabtu.com>
7964         * kern/main.c (grub_load_normal_mode): Do not reset `grub_errno'.  Call
7965         grub_print_error() instead.  This will let user know why we're entering
7966         rescue mode.
7967         Based on suggestions from Sam Morris.
7969 2008-02-10  Alexandre Boeglin  <alex@boeglin.org>
7971         * normal/arg.c (grub_arg_parse): If one of the args is "--", call add_arg()
7972         on remaining N args, instead of "--" arg N times.
7974 2008-02-09  Vesa Jaaskelainen  <chaac@nic.fi>
7976         * font/manager.c (unknown_glyph): Added variable for unknown glyph.
7977         (fill_with_default_glyph): Changed to use unknown_glyph for fill
7978         pattern for unknown glyphs.
7980 2008-02-09  Robert Millan  <rmh@aybabtu.com>
7982         * configure.ac: Probe for `help2man'.
7983         * Makefile.in (builddir): New variable.
7984         (HELP2MAN): Likewise.  Set to `true' when @HELP2MAN@ doesn't provide it,
7985         or otherwise add a few flags/options to it.
7986         (install-local): For every executable utility or script that is
7987         installed, invoke $(HELP2MAN) to install a manpage based on --help
7988         output.
7990         * util/i386/pc/grub-install.in: Move down `update-grub_lib' sourcing, so
7991         that it doesn't prevent --help from working in build tree.
7993         * util/i386/pc/grub-mkrescue.in (usage): Replace `grub-devel@gnu.org'
7994         with `bug-grub@gnu.org'.
7995         * util/powerpc/ieee1275/grub-mkrescue.in (usage): Likewise.
7996         * util/update-grub.in (usage): New function.
7997         Implement proper argument check, with support for --help and --version
7998         (as well as existing -y).
8000 2008-02-09  Christian Franke  <franke@computer.org>
8002         * commands/cat.c (grub_cmd_cat): Print '\r' as hex to
8003         avoid overwriting previous output.
8004         * kern/rescue.c (grub_rescue_cmd_cat): Likewise.
8006 2008-02-09  Robert Millan  <rmh@aybabtu.com>
8008         * normal/menu.c (run_menu): If timeout is set to zero, don't bother
8009         drawing the menu.
8011 2008-02-09  Robert Millan  <rmh@aybabtu.com>
8013         * commands/sleep.c: New file.
8014         * conf/common.rmk (pkglib_MODULES): Add `commands/sleep.c'.
8015         (sleep_mod_SOURCES): New variable.
8016         (sleep_mod_CFLAGS): Likewise.
8017         (sleep_mod_LDFLAGS): Likewise.
8019 2008-02-09  Robert Millan  <rmh@aybabtu.com>
8021         * disk/raid.c (grub_raid_scan_device): Add a pair of sanity checks for
8022         situations in which we can deduce the RAID size and the superblock
8023         doesn't match it.
8025 2008-02-09  Robert Millan  <rmh@aybabtu.com>
8027         * disk/lvm.c [GRUB_UTIL] (grub_lvm_memberlist): New function.  Construct
8028         and return a grub_diskmemberlist_t composed of LVM physical volumes.
8029         [GRUB_UTIL] (grub_lvm_dev): Add `memberlist' member.
8031         * disk/raid.c [GRUB_UTIL] (grub_raid_memberlist): New function.  Construct
8032         and return a grub_diskmemberlist_t composed of physical array members.
8033         [GRUB_UTIL] (grub_raid_dev): Add `memberlist' member.
8035         * include/grub/disk.h [GRUB_UTIL] (grub_disk_memberlist): New struct
8036         prototype.
8037         [GRUB_UTIL] (struct grub_disk_dev): Add `memberlist' function pointer.
8038         [GRUB_UTIL] (struct grub_disk_memberlist): New struct declaration.
8039         [GRUB_UTIL] (grub_disk_memberlist_t): New typedef.
8041         * util/grub-probe.c (probe): Move partmap probing code from here ...
8042         (probe_partmap): ... to here.
8043         (probe): Use probe_partmap() once for the disk we're probing, and
8044         additionally, when such disk contains a memberlist() struct member,
8045         once for each disk that is contained in the structure returned by
8046         memberlist().
8048 2008-02-09  Robert Millan  <rmh@aybabtu.com>
8050         * util/grub-probe.c (main): When `verbosity > 1', set `debug'
8051         environment variable to 'all' in order to obtain debug output from
8052         non-util/ code.
8053         * util/i386/pc/grub-setup.c (main): Likewise.
8055 2008-02-08  Robert Millan  <rmh@aybabtu.com>
8057         * disk/raid.c (grub_raid_scan_device): Check for
8058         `array->device[sb.this_disk.number]' rather than for
8059         `array->device[sb.this_disk.number]->name', since the latter is not
8060         guaranteed to be accessible.
8062 2008-02-08  Robert Millan  <rmh@aybabtu.com>
8064         * disk/raid.c: Update copyright.
8065         * fs/cpio.c: Likewise.
8066         * include/grub/raid.h: Likewise.
8067         * loader/i386/pc/multiboot.c: Likewise.
8068         * util/hostfs.c: Likewise.
8070 2008-02-08  Robert Millan  <rmh@aybabtu.com>
8072         * include/grub/raid.h (struct grub_raid_array): Change type of `device'
8073         to a grub_disk_t array.
8074         * disk/raid.c (grub_raid_read): Replace `device[x].disk' accesses with
8075         `device[x]'.
8076         (grub_raid_scan_device): Replace `device[x].name' accesses with
8077         `device[x]->name'.  Simplify initialization of `array->device[x]'.
8079 2008-02-08  Robert Millan  <rmh@aybabtu.com>
8081         * disk/raid.c (grub_raid_open, grub_raid_scan_device): Add a few
8082         grub_dprintf() calls.
8083         * kern/disk.c (grub_disk_read): Include grub_errmsg in out of range
8084         error message.
8086 2008-02-07  Christian Franke  <franke@computer.org>
8088         * util/hostfs.c (grub_hostfs_open): Use fseeko and ftello
8089         instead of fseek and ftell to support large files.
8090         (grub_hostfs_read): Likewise.
8092 2008-02-07  Robert Millan  <rmh@aybabtu.com>
8094         Patch from Jeroen Dekkers.
8095         * disk/raid.c (grub_raid_scan_device): Reset `grub_errno' on disk
8096         failure, since successfully reading all array members might not be
8097         required.
8099 2008-02-06  Robert Millan  <rmh@aybabtu.com>
8101         * util/grub-probe.c (probe): Simplify partmap probing (with the
8102         assumption that the first word up to the underscore equals to
8103         the module name).
8105 2008-02-06  Christian Franke  <franke@computer.org>
8107         * fs/cpio.c (grub_cpio_find_file): Return GRUB_ERR_NONE
8108         (and set *ofs = 0) instead of GRUB_ERR_FILE_NOT_FOUND on
8109         last block of a cpio or tar stream.
8110         Check for "TRAILER!!!" instead of any empty data
8111         block to detect last block of a cpio stream.
8112         (grub_cpio_dir): Fix constness of variable np.
8113         (grub_cpio_open): Return GRUB_ERR_FILE_NOT_FOUND if
8114         cpio or tar trailer is detected.  This fixes a crash
8115         on open of a non existing file.
8117 2008-02-05  Bean  <bean123ch@gmail.com>
8119         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Get physical
8120         address of entry.
8121         (grub_multiboot_load_elf64): Likewise.
8122         (grub_multiboot): Initialize mbi structure.
8124         * util/grub-fstest.c: Don't include unused header file script.h.
8126         * conf/common.rmk (grub-fstest.c_DEPENDENCIES): Move to the beginning
8127         of file.
8128         (grub_fstest_SOURCES): Likewise.
8130 2008-02-05  Robert Millan  <rmh@aybabtu.com>
8132         * include/grub/term.h (GRUB_TERM_LEFT, GRUB_TERM_RIGHT)
8133         (GRUB_TERM_UP, GRUB_TERM_DOWN, GRUB_TERM_HOME, GRUB_TERM_END)
8134         (GRUB_TERM_DC, GRUB_TERM_PPAGE, GRUB_TERM_NPAGE, GRUB_TERM_ESC)
8135         (GRUB_TERM_TAB, GRUB_TERM_BACKSPACE): New macros.
8137         * kern/i386/pc/startup.S: Include `<grub/term.h>'.
8138         (translation_table): Replace hardcoded values with macros
8139         provided by `<grub/term.h>'.
8141         * term/i386/pc/at_keyboard.c: Include `<grub/term.h>'.
8142         (keyboard_map): Correct/add a few values, with macros provided
8143         by `<grub/term.h>'.
8144         (keyboard_map_shift): Zero values that don't differ from their
8145         `keyboard_map' equivalents.
8146         (grub_console_checkkey): Optimize KEYBOARD_STATUS_CAPS_LOCK toggling.
8147         Discard the second scan code that is always sent by Caps lock.
8148         Only use `keyboard_map_shift' when it provides a non-zero value,
8149         otherwise fallback to `keyboard_map'.
8151 2008-02-04  Bean  <bean123ch@gmail.com>
8153         * Makefile.in (enable_grub_fstest): New variable.
8155         * conf/common.rmk (grub_fstest_init.lst): New rule.
8156         (grub_fstest_init.h): Likewise.
8157         (grub_fstest_init.c): Likewise.
8158         (util/grub-fstest.c_DEPENDENCIES): New variable.
8159         (grub_fstest_SOURCES): Likewise.
8161         * configure.ac (enable_grub_fstest): Check for --enable-grub-fstest.
8163         * util/grub-fstest.c: New file.
8165 2008-02-03  Yoshinori K. Okuji  <okuji@enbug.org>
8167         Make grub-setup handle a separate root device.
8169         * util/i386/pc/grub-setup.c (setup): Always open the root device,
8170         so that the root device can be compared with the destination
8171         device.
8172         When embedding the core image, if the root and destination devices
8173         are different, set ROOT_DRIVE to ROOT_DEV->DISK->ID. Otherwise, to
8174         0xFF.
8175         When not embedding, set ROOT_DRIVE to 0xFF.
8177 2008-02-03  Yoshinori K. Okuji  <okuji@enbug.org>
8179         Add support for having a grub directory in a different drive. This
8180         is still only the data handling part.
8182         * kern/i386/pc/startup.S (multiboot_trampoline): Set %dh to 0xFF.
8183         (codestart): Save %dh in GRUB_ROOT_DRIVE.
8184         (grub_root_drive): New variable.
8186         * kern/i386/pc/init.c (make_install_device): Use GRUB_ROOT_DRIVE
8187         instead of GRUB_BOOT_DRIVE to construct a device name. Set
8188         GRUB_ROOT_DRIVE to GRUB_BOOT_DRIVE if it is 0xFF, otherwise use it
8189         as it was.
8191         * include/grub/i386/pc/kernel.h (grub_root_drive): New prototype.
8193         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_ROOT_DRIVE): New
8194         macro.
8195         (GRUB_BOOT_MACHINE_DRIVE_CHECK): Set to 0x4f.
8197         * boot/i386/pc/pxeboot.S (_start): Set %dh to 0xFF. For now, this
8198         is bogus, because PXE booting does not specify any drive
8199         correctly.
8201         * boot/i386/pc/lnxboot.S (reg_edx): Set the second byte to 0xFF. I
8202         am not sure if this is really correct.
8204         * boot/i386/pc/cdboot.S: Set %dh to 0xFF, because the root drive
8205         is always identical to the boot drive when booting from a CD.
8207         * boot/i386/pc/boot.S (MOV_MEM_TO_AL): Removed. Not needed any
8208         longer.
8209         (root_drive): New variable.
8210         (real_start): Unconditionally set %dh to ROOT_DRIVE.
8211         (setup_sectors): Push %dx right after popping it, because %dh will
8212         be modified later.
8213         (copy_buffer): Restore %dx.
8215 2008-02-03  Robert Millan  <rmh@aybabtu.com>
8217         * util/i386/pc/grub-mkrescue.in: Rewrite most of image generation to
8218         use `cdboot.img' for cdrom images.
8220 2008-02-03  Robert Millan  <rmh@aybabtu.com>
8222         * util/grub.d/00_header.in: Issue scripting commands for GRUB to
8223         only setup gfxterm when `font' command has succeeded.
8225 2008-02-03  Robert Millan  <rmh@aybabtu.com>
8227         * loader/multiboot_loader.c [GRUB_MACHINE_LINUXBIOS]
8228         (grub_rescue_cmd_multiboot_loader)
8229         (grub_rescue_cmd_module_loader): Enable multiboot1 calls.
8231 2008-02-03  Pavel Roskin  <proski@gnu.org>
8233         * kern/i386/pc/startup.S (grub_chainloader_real_boot): Pop
8234         %edx and %esi from stack only after grub_gate_a20() is called.
8235         grub_gate_a20() clobbers %edx.
8237 2008-02-03  Yoshinori K. Okuji  <okuji@enbug.org>
8239         * configure.ac (AC_INIT): Bumped to 1.96.
8241         * DISTLIST: Added boot/i386/pc/cdboot.S, bus/pci.c,
8242         commands/lspci.c,disk/memdisk.c, include/grub/pci.h,
8243         include/grub/i386/pc/pci.h, video/readers/jpeg.c, and
8244         video/readers/png.c.
8246 2008-02-03  Bean  <bean123ch@gmail.com>
8248         * conf/i386-pc.rmk (pkglib_IMAGES): Add cdboot.img.
8249         (cdboot_img_SOURCES): New variable.
8250         (cdboot_img_ASFLAGS): New variable.
8251         (cdboot_img_LDFLAGS): New variable.
8253         * boot/i386/pc/cdboot.S: New file.
8255         * disk/i386/pc/biosdisk.c (cd_start): New variable.
8256         (cd_count): Likewise.
8257         (grub_biosdisk_get_drive): Add support for cd device.
8258         (grub_biosdisk_call_hook): Likewise.
8259         (grub_biosdisk_iterate): Likewise.
8260         (grub_biosdisk_open): Likewise.
8261         (GRUB_BIOSDISK_CDROM_RETRY_COUNT): New macro.
8262         (grub_biosdisk_rw): Support reading from cd device.
8263         (GRUB_MOD_INIT): Iterate cd devices.
8265         * include/grub/i386/pc/biosdisk.h (GRUB_BIOSDISK_FLAG_CDROM): New macro.
8266         (GRUB_BIOSDISK_MACHINE_CDROM_START): Likewise.
8267         (GRUB_BIOSDISK_MACHINE_CDROM_END): Likewise.
8269         * kern/i386/pc/init.c (make_install_device): Check for cd device.
8271 2008-02-02  Robert Millan  <rmh@aybabtu.com>
8273         * commands/read.c: New file.
8274         * conf/common.rmk (pkglib_MODULES): Add `commands/read.c'.
8275         (read_mod_SOURCES): New variable.
8276         (read_mod_CFLAGS): Likewise.
8277         (read_mod_LDFLAGS): Likewise.
8279 2008-02-02  Robert Millan  <rmh@aybabtu.com>
8281         * normal/main.c (grub_normal_execute): Check for `menu->size' when
8282         determining whether menu has to be displayed.
8284 2008-02-02  Marco Gerards  <marco@gnu.org>
8286         * bus/pci.c: New file.
8288         * include/grub/pci.h: Likewise.
8290         * include/grub/i386/pc/pci.h: Likewise.
8292         * commands/lspci.c: Likewise.
8294         * conf/i386-pc.rmk (pkglib_MODULES): Add `pci.mod' and
8295         `lspci.mod'.
8296         (pci_mod_SOURCES): New variable.
8297         (pci_mod_CFLAGS): Likewise.
8298         (pci_mod_LDFLAGS): Likewise.
8299         (lspci_mod_SOURCES): Likewise.
8300         (lspci_mod_CFLAGS): Likewise.
8301         (lspci_mod_LDFLAGS): Likewise.
8303 2008-02-02  Bean  <bean123ch@gmail.com>
8305         * fs/ufs.c (INODE_BLKSZ): Fix incorrect value.
8306         (grub_ufs_get_file_block): Fix indirect block calculation problem.
8308         * fs/xfs.c (grub_xfs_sblock): New member log2_dirblk.
8309         (grub_xfs_btree_node): New structure.
8310         (grub_xfs_btree_root): New structure.
8311         (grub_xfs_inode): New members nblocks, extsize, nextents and btree.
8312         (GRUB_XFS_EXTENT_OFFSET): Use exts instead of inode->data.extents.
8313         (GRUB_XFS_EXTENT_BLOCK): Likewise.
8314         (GRUB_XFS_EXTENT_SIZE): Likewise.
8315         (grub_xfs_read_block): Support btree format type.
8316         (grub_xfs_iterate_dir): Use NESTED_FUNC_ATTR in call_hook.
8317         Use directory block as basic unit.
8319         * fs/fshelp.c (grub_fshelp_read_file): Bug fix for sparse block.
8321         * aclocal.m4 (grub_i386_CHECK_REGPARM_BUG): Define NESTED_FUNC_ATTR as
8322         __attribute__ ((__regparm__ (1))).
8324 2008-02-01  Robert Millan  <rmh@aybabtu.com>
8326         Correct a mistake in previous commit.
8328         * conf/i386-pc.rmk (normal/execute.c_DEPENDENCIES): Move to the
8329         top.
8330         (normal/command.c_DEPENDENCIES): New variable.
8332 2008-02-01  Robert Millan  <rmh@aybabtu.com>
8334         * conf/i386-efi.rmk (normal/execute.c_DEPENDENCIES): Move to the
8335         top.
8336         (normal/command.c_DEPENDENCIES): New variable.
8337         (grub-emu_DEPENDENCIES, normal_mod_DEPENDENCIES): Remove variables.
8338         * conf/i386-ieee1275.rmk: Likewise.
8339         * conf/i386-linuxbios.rmk: Likewise.
8340         * conf/i386-pc.rmk: Likewise.
8341         * conf/sparc64-ieee1275.rmk: Likewise.
8342         * conf/powerpc-ieee1275.rmk: Likewise.
8343         (grub_emu_SOURCES): Add `fs/fshelp.c'.
8345         * genmk.rb: Add `$(#{src}_DEPENDENCIES)' in targets that require it.
8347 2008-02-01  Robert Millan  <rmh@aybabtu.com>
8349         * kern/disk.c (grub_disk_read, grub_disk_write): Add grub_dprintf()
8350         call at beginning of function.
8352 2008-01-31  Pavel Roskin  <proski@gnu.org>
8354         * util/powerpc/ieee1275/grub-mkrescue.in: New file.
8355         * conf/powerpc-ieee1275.rmk (bin_SCRIPTS): New variable.
8356         (grub_mkrescue_SOURCES): Likewise.
8357         * DISTLIST: Add util/powerpc/ieee1275/grub-mkrescue.in.
8359 2008-01-30  Robert Millan  <rmh@aybabtu.com>
8361         * conf/i386-pc.rmk (sbin_UTILITIES): Remove `grub-probe'.
8362         (util/grub-probe.c_DEPENDENCIES, grub_probe_SOURCES): Moved from here ...
8363         * conf/common.rmk (util/grub-probe.c_DEPENDENCIES)
8364         (grub_probe_SOURCES): ... to here.
8366         * conf/i386-efi.rmk (sbin_UTILITIES): Remove `grub-probe'.
8367         (util/grub-probe.c_DEPENDENCIES, grub_probe_SOURCES): Remove.
8368         * conf/i386-ieee1275.rmk: Likewise.
8369         * conf/i386-linuxbios.rmk: Likewise.
8370         * conf/powerpc-ieee1275.rmk: Likewise.
8372 2008-01-30  Tristan Gingold  <gingold@free.fr>
8374         * kern/rescue.c: Silently accept empty lines.
8376 2008-01-29  Bean  <bean123ch@gmail.com>
8378         * boot/i386/pc/lnxboot.S (data_start): Code cleanup.
8379         (real_code_2): Code cleanup and change comment style.
8380         (move_memory): Avoid using 32-bit address mode.
8382 2008-01-29  Bean  <bean123ch@gmail.com>
8384         * conf/i386-pc.rmk (pkglib_MODULES): Add `png.mod'.
8385         (png_mod_SOURCES): New variable.
8386         (png_mod_CFLAGS): Likewise.
8387         (png_mod_LDFLAGS): Likewise.
8389         * video/readers/png.c: New file.
8391 2008-01-28  Robert Millan  <rmh@aybabtu.com>
8393         * include/grub/i386/linuxbios/kernel.h (GRUB_MOD_GAP): New macro.
8394         * kern/powerpc/ieee1275/init.c (grub_arch_modules_addr): Remove
8395         `ifndef GRUB_MOD_GAP' hack.
8396         * util/elf/grub-mkimage.c (add_segments): Likewise.
8398 2008-01-27  Robert Millan  <rmh@aybabtu.com>
8400         * kern/powerpc/ieee1275/init.c (grub_arch_modules_addr): Skip
8401         `GRUB_MOD_GAP' for platforms in which it's not defined.
8402         * util/elf/grub-mkimage.c (add_segments): Likewise.
8404 2008-01-27  Robert Millan  <rmh@aybabtu.com>
8406         Get grub-emu to build again (including parallel builds).
8408         * conf/i386-pc.rmk (util/grub-emu.c_DEPENDENCIES): Remove variable.
8409         Split into ...
8410         (util/grub-emu.c_DEPENDENCIES): ... this, ...
8411         (normal/execute.c_DEPENDENCIES): ... this, ...
8412         (grub-emu_DEPENDENCIES): ... and this.
8414         * conf/i386-efi.rmk: Likewise.
8415         * conf/i386-linuxbios.rmk: Likewise.
8416         * conf/i386-ieee1275.rmk: Likewise.
8417         * conf/powerpc-ieee1275.rmk: Likewise.
8418         (grub_emu_SOURCES): Remove duplicated `kern/file.c'.
8420 2008-01-27  Robert Millan  <rmh@aybabtu.com>
8422         * NEWS: Add a few items.
8424 2008-01-27  Robert Millan  <rmh@aybabtu.com>
8426         Fix parallel builds with grub-emu.  Based on earlier commit for
8427         grub-probe and grub-setup.
8429         * conf/i386-pc.rmk (grub-emu_DEPENDENCIES): Renamed to ...
8430         (util/grub-emu.c_DEPENDENCIES): ... this.
8431         * conf/i386-efi.rmk (grub-emu_DEPENDENCIES): Renamed to ...
8432         (util/grub-emu.c_DEPENDENCIES): ... this.
8433         * conf/i386-linuxbios.rmk (grub-emu_DEPENDENCIES): Renamed to ...
8434         (util/grub-emu.c_DEPENDENCIES): ... this.
8435         * conf/i386-ieee1275.rmk (grub-emu_DEPENDENCIES): Renamed to ...
8436         (util/grub-emu.c_DEPENDENCIES): ... this.
8437         * conf/powerpc-ieee1275.rmk (grub-emu_DEPENDENCIES): Renamed to ...
8438         (util/grub-emu.c_DEPENDENCIES): ... this.
8440 2008-01-27  Pavel Roskin  <proski@gnu.org>
8442         * include/grub/powerpc/ieee1275/kernel.h: Introduce GRUB_MOD_GAP
8443         to create a gap between _end and the modules added to the image
8444         with grub-mkrescue.  That fixes "CLAIM failed" on PowerMAC.
8445         * kern/powerpc/ieee1275/init.c: Use GRUB_MOD_GAP.
8446         * util/elf/grub-mkimage.c (add_segments): Likewise.
8448 2008-01-26  Pavel Roskin  <proski@gnu.org>
8450         * kern/dl.c (grub_dl_load): Don't abort if prefix is not set,
8451         just return an error.
8453 2008-01-26  Bean  <bean123ch@gmail.com>
8455         * fs/reiserfs.c (grub_fshelp_node): New member next_offset.
8456         (grub_reiserfs_get_item): Save offset of the next item.
8457         (grub_reiserfs_iterate_dir): Use next_offset to find next item.
8459 2008-01-25  Robert Millan  <rmh@aybabtu.com>
8461         * conf/i386-pc.rmk (grub_setup_SOURCES, grub_emu_SOURCES): Regroup to
8462         make all filesystem sources appear together (possibly fixing omissions
8463         while at it).
8464         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
8465         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
8466         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
8467         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
8469         * conf/i386-pc.rmk (grub_probe_SOURCES): Likewise.  Additionally,
8470         add `kern/file.c'.
8471         * conf/i386-efi.rmk (grub_probe_SOURCES): Likewise.
8472         * conf/i386-ieee1275.rmk (grub_probe_SOURCES): Likewise.
8473         * conf/i386-linuxbios.rmk (grub_probe_SOURCES): Likewise.
8474         * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Likewise.
8476         * util/grub-probe.c: Include `<grub/file.h>' and `<sys/stat.h>'.
8477         (probe): Add a sanity check to make sure of our ability to read
8478         requested files when probing for filesystem type.
8480         * genmk.rb: Update copyright year (2007).
8482         * include/grub/fs.h (grub_fat_init, grub_fat_fini, grub_ext2_init)
8483         (grub_ext2_fini, grub_ufs_init, grub_ufs_fini, grub_minix_init)
8484         (grub_minix_fini, grub_hfs_init, grub_hfs_fini, grub_jfs_init)
8485         (grub_jfs_fini, grub_xfs_init, grub_xfs_fini, grub_affs_init)
8486         (grub_affs_fini, grub_sfs_init, grub_sfs_fini, grub_iso9660_init)
8487         : Remove function prototypes.
8489 2008-01-25  Robert Millan  <rmh@aybabtu.com>
8491         Revert my previous commits (based on wrong assumption of how grub_errno
8492         works).
8494         * kern/disk.c (grub_disk_open): Stop resetting grub_errno.
8495         * kern/file.c (grub_file_open): Likewise.
8497 2008-01-24  Pavel Roskin  <proski@gnu.org>
8499         * include/grub/ieee1275/ieee1275.h: Introduce flag for firmwares
8500         that hang if GRUB tries to setup colors.
8501         * term/ieee1275/ofconsole.c (grub_ofconsole_init): Don't set
8502         colors for firmwares that don't support it.
8503         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_set_flag):
8504         Recognize Open Hack'Ware, set flags to work around its
8505         limitations.
8507 2008-01-24  Robert Millan  <rmh@aybabtu.com>
8509         * kern/file.c (grub_file_open): Do not account previous failures of
8510         unrelated functions when grub_errno is checked for.
8511         Reported by Oleg Strikov.
8513 2008-01-24  Bean  <bean123ch@gmail.com>
8515         * fs/ufs.c (GRUB_UFS_VOLNAME_LEN): New macro.
8516         (grub_ufs_sblock): New member volume name.
8517         (grub_ufs_find_file): Fix string copy bug.
8518         (grub_ufs_label): Implement this function properly.
8520         * fs/hfs.c (grub_hfs_cnid_type): New enum.
8521         (grub_hfs_iterate_records): Use the correct file number for extents
8522         and catalog file. Fix problem in next index calculation.
8523         (grub_hfs_find_node): Replace recursive function call with loop.
8524         (grub_hfs_iterate_dir): Replace recursive function call with loop.
8526 2008-01-23  Robert Millan  <rmh@aybabtu.com>
8528         * include/grub/i386/ieee1275/loader.h: Include `<grub/types.h>',
8529         `<grub/symbol.h>' and `<grub/multiboot.h>'.
8530         (grub_multiboot2_real_boot): New function prototype.
8532         * include/grub/i386/pc/memory.h: Include `<grub/machine/machine.h>'.
8533         [!GRUB_MACHINE_IEEE1275] (grub_lower_mem, grub_upper_mem): Disable.
8535         * kern/i386/ieee1275/init.c (grub_os_area_addr)
8536         (grub_os_area_size, grub_lower_mem, grub_upper_mem): Remove variables.
8538 2008-01-23  Robert Millan  <rmh@aybabtu.com>
8540         * kern/mm.c (grub_mm_init_region): Replace grub_dprintf() call with
8541         #ifdef'ed out grub_printf().
8543 2008-01-23  Robert Millan  <rmh@aybabtu.com>
8545         * term/i386/pc/at_keyboard.c (grub_keyboard_isr): #ifdef out
8546         grub_dprintf calls, since they make "debug=all" mode unusable.
8547         (grub_console_checkkey): Likewise.
8549 2008-01-23  Robert Millan  <rmh@aybabtu.com>
8551         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add
8552         `term/i386/pc/at_keyboard.c'.
8553         (pkglib_MODULES): Add `serial.mod'.
8554         (serial_mod_SOURCES): New variable.
8555         (serial_mod_CFLAGS): Likewise.
8556         (serial_mod_LDFLAGS): Likewise.
8558         * include/grub/i386/ieee1275/console.h: Add `<grub/symbol.h>'.  Remove
8559         `<grub/powerpc/ieee1275/console.h>'.
8560         (grub_keyboard_controller_init): New function prototype.
8561         (grub_console_checkkey): Likewise.
8562         (grub_console_getkey): Likewise.
8564         * kern/powerpc/ieee1275/init.c (grub_machine_init): Initialize AT
8565         keyboard on i386.
8567         * term/ieee1275/ofconsole.c (grub_ofconsole_term): On i386, use
8568         grub_ofconsole_checkkey() and grub_ofconsole_getkey() for input.
8570 2008-01-23  Robert Millan  <rmh@aybabtu.com>
8572         * kern/i386/pc/init.c (make_install_device): When memdisk image is
8573         present, "(memdisk)/boot/grub" becomes the default prefix.
8575         * util/i386/pc/grub-mkrescue.in: Switch to a minimal core.img plus
8576         a memdisk tarball with all the modules.  Add --overlay=DIR option that
8577         allows users to overlay additional files into the image.
8579 2008-01-23  Robert Millan  <rmh@aybabtu.com>
8581         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add `machine/loader.h'
8582         and `machine/memory.h'.
8583         (pkglib_MODULES): Add `multiboot.mod' and `_multiboot.mod'.
8584         (_multiboot_mod_SOURCES): New variable.
8585         (_multiboot_mod_CFLAGS): Likewise.
8586         (_multiboot_mod_LDFLAGS): Likewise.
8587         (multiboot_mod_SOURCES): Likewise.
8588         (multiboot_mod_CFLAGS): Likewise.
8589         (multiboot_mod_LDFLAGS): Likewise.
8591         * include/grub/i386/ieee1275/loader.h: New file.
8593         * include/grub/i386/ieee1275/machine.h: Likewise.
8595         * include/grub/i386/ieee1275/memory.h: Likewise.
8597         * include/grub/i386/pc/init.h (grub_os_area_addr): Remove (redundant)
8598         variable declaration.
8599         (grub_os_area_size): Likewise.
8601         * kern/i386/ieee1275/init.c (grub_os_area_addr, grub_os_area_size)
8602         (grub_lower_mem, grub_upper_mem): New variables.
8603         (grub_stop_floppy): New function (just to make
8604         grub_multiboot2_real_boot() happy).
8606         * kern/i386/ieee1275/startup.S: Include `<grub/machine/memory.h>',
8607         `<grub/cpu/linux.h>', `<multiboot.h>' and `<multiboot2.h>'.
8608         (grub_stop): New function.
8609         Include `"../realmode.S"' and `"../loader.S"'.
8611         * loader/multiboot_loader.c: Include `<grub/machine/machine.h>'.
8612         Replace `__i386__' #ifdefs with `GRUB_MACHINE_PCBIOS'.
8614         * loader/powerpc/ieee1275/multiboot2.c (grub_mb2_arch_boot): On i386,
8615         rely on grub_multiboot2_real_boot() for final boot.
8617 2008-01-22  Robert Millan  <rmh@aybabtu.com>
8619         * disk/ieee1275/ofdisk.c (grub_ofdisk_iterate): When
8620         `GRUB_IEEE1275_FLAG_OFDISK_SDCARD_ONLY' flag is set, skip any
8621         device that doesn't look like an SD card.
8622         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_flag): Add
8623         `GRUB_IEEE1275_FLAG_OFDISK_SDCARD_ONLY' flag.
8624         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_set_flag): Detect
8625         OLPC laptop, and set `GRUB_IEEE1275_FLAG_OFDISK_SDCARD_ONLY' when
8626         found.
8628 2008-01-22  Robert Millan  <rmh@aybabtu.com>
8630         * kern/powerpc/ieee1275/init.c (grub_claim_heap): Add sanity check to
8631         avoid claiming over our own code.
8633 2008-01-22  Bean  <bean123ch@gmail.com>
8635         * conf/i386-pc.rmk (pkglib_MODULES): Add `jpeg.mod'.
8636         (jpeg_mod_SOURCES): New variable.
8637         (jpeg_mod_CFLAGS): Likewise.
8638         (jpeg_mod_LDFLAGS): Likewise.
8640         * video/readers/jpeg.c : New file.
8642 2008-01-22  Bean  <bean123ch@gmail.com>
8644         * fs/cpio.c (grub_cpio_find_file): Return GRUB_ERR_FILE_NOT_FOUND when
8645         there are no more items.
8647 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8649         * kern/mm.c (grub_mm_init_region): Improve debug message.
8651 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8653         * conf/i386-pc.rmk (GRUB_MEMORY_MACHINE_LINK_ADDR): New variable.
8654         (kernel_img_LDFLAGS): Use `GRUB_MEMORY_MACHINE_LINK_ADDR' as link
8655         address.
8656         (grub_mkimage_CFLAGS): Propagate `GRUB_MEMORY_MACHINE_LINK_ADDR' as
8657         a C macro.
8658         * include/grub/i386/pc/memory.h (GRUB_MEMORY_MACHINE_UPPER): New macro.
8659         Indicates start of upper memory.
8660         * util/i386/pc/grub-mkimage.c: Include `<grub/machine/memory.h>'.
8661         (generate_image): Abort when image size is big enough to corrupt
8662         upper memory.
8664         * include/grub/i386/pc/vga.h: Include `<grub/machine/memory.h>'.
8665         (GRUB_MEMORY_MACHINE_VGA_ADDR): Alias for `GRUB_MEMORY_MACHINE_UPPER'.
8666         * term/i386/pc/vga.c (VGA_MEM): Use `GRUB_MEMORY_MACHINE_VGA_ADDR'
8667         instead of hardcoding 0xA0000.
8668         * video/i386/pc/vbe.c: Include `<grub/machine/vga.h>'.
8669         (grub_vbe_set_video_mode): Use `GRUB_MEMORY_MACHINE_VGA_ADDR'
8670         instead of hardcoding 0xA0000.
8672 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8674         * disk/memdisk.c (memdisk_size): New variable.
8675         (grub_memdisk_open): Replace grub_arch_memdisk_size() call with
8676         `memdisk_size'.
8677         (grub_memdisk_init): Initialize `memdisk_size'.  Reallocate memdisk
8678         image to dynamic memory.
8679         (grub_memdisk_fini): Replace grub_arch_memdisk_size() call with
8680         `memdisk_size'.  Free memdisk block.
8682 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8684         Fix detection of very small filesystems (like tar).
8686         * fs/reiserfs.c (grub_reiserfs_mount): When disk is too small to
8687         contain a ReiserFS, abort with GRUB_ERR_BAD_FS rather than
8688         GRUB_ERR_OUT_OF_RANGE (which made the upper layer think there's
8689         a problem with this disk).
8691 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8693         * disk/i386/pc/biosdisk.c (grub_biosdisk_iterate): Add debug message
8694         on grub_biosdisk_rw_standard() error.
8696 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8698         * include/grub/ieee1275/ieee1275.h: Add 2008 to Copyright line for
8699         recent changes.
8700         * kern/elf.c: Likewise.
8701         * kern/ieee1275/ieee1275.c: Likewise.
8702         * kern/powerpc/ieee1275/openfw.c: Likewise.
8703         * term/ieee1275/ofconsole.c: Likewise.
8705 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8707         * include/grub/i386/pc/kernel.h: Include `<grub/symbol.h>'.
8709         * include/grub/kernel.h (grub_arch_memdisk_addr)
8710         (grub_arch_memdisk_size): Moved from here ...
8712         * include/grub/i386/pc/kernel.h (grub_arch_memdisk_addr)
8713         (grub_arch_memdisk_size): ... to here.
8715 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8717         Mostly based on bugfix from Bean.
8719         * kern/elf.c (grub_elf32_phdr_iterate): Use `NESTED_FUNC_ATTR'
8720         attribute with hook() parameter.
8721         (grub_elf32_load): Use `NESTED_FUNC_ATTR' with grub_elf32_load_segment()
8722         declaration.
8723         (grub_elf64_phdr_iterate): Use `NESTED_FUNC_ATTR'
8724         attribute with hook() parameter.
8725         (grub_elf64_load): Use `NESTED_FUNC_ATTR' with grub_elf64_load_segment()
8726         declaration.
8728 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8730         * conf/i386-pc.rmk (kernel_img_HEADERS): Add `machine/kernel.h'.
8731         (pkglib_MODULES): Add `memdisk.mod'.
8732         (memdisk_mod_SOURCES): New variable.
8733         (memdisk_mod_CFLAGS): Likewise.
8734         (memdisk_mod_LDFLAGS): Likewise.
8736         * disk/memdisk.c: New file.
8738         * include/grub/disk.h (grub_disk_dev_id): Add
8739         `GRUB_DISK_DEVICE_MEMDISK_ID'.
8741         * include/grub/i386/pc/kernel.h
8742         (GRUB_KERNEL_MACHINE_MEMDISK_IMAGE_SIZE): New macro.
8743         (GRUB_KERNEL_MACHINE_PREFIX): Increment by 4.
8744         (grub_kernel_image_size): New variable declaration.
8745         (grub_total_module_size): Likewise.
8746         (grub_memdisk_image_size): Likewise.
8748         * include/grub/i386/pc/memory.h
8749         (GRUB_MEMORY_MACHINE_DECOMPRESSION_ADDR): New macro.
8751         * include/grub/kernel.h: Include `<grub/symbol.h>'.
8752         (grub_arch_memdisk_addr): New variable declaration.
8753         (grub_arch_memdisk_size): Likewise.
8755         * kern/i386/pc/init.c (grub_arch_memdisk_addr): New function.
8756         (grub_arch_memdisk_size): Likewise.
8758         * kern/i386/pc/startup.S (grub_memdisk_image_size): New variable.
8759         (codestart): Replace hardcoded `0x100000' with
8760         `GRUB_MEMORY_MACHINE_DECOMPRESSION_ADDR' macro.
8762         * util/i386/pc/grub-mkimage.c: Include `<grub/misc.h>'.
8763         (generate_image): Add `memdisk_path' parameter.  When `memdisk_path' is
8764         not NULL, append the contents of the file it refers to, at the end of
8765         the compressed kernel image.  Initialize `grub_memdisk_image_size'
8766         variable (at `GRUB_KERNEL_MACHINE_MEMDISK_IMAGE_SIZE' offset).
8767         (options): Add "memdisk"|'m' option.
8768         (main): Parse --memdisk|-m option, and pass user-provided path as
8769         parameter to generate_image().
8771 2008-01-20  Robert Millan  <rmh@aybabtu.com>
8773         * kern/sparc64/ieee1275/openfw.c (grub_devalias_iterate): Copy debug
8774         grub_dprintf() calls from here ...
8775         * kern/powerpc/ieee1275/openfw.c (grub_devalias_iterate): ... to here.
8777 2008-01-20  Robert Millan  <rmh@aybabtu.com>
8779         Fix detection of "real mode" when /options/real-mode? doesn't exist.
8781         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_mmu): New variable
8782         declaration.
8783         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_mmu): New variable.
8784         (grub_ieee1275_find_options): If `grub_ieee1275_mmu' is 0, set
8785         `GRUB_IEEE1275_FLAG_REAL_MODE'.
8786         (cmain): Initialize `grub_ieee1275_mmu' (using /chosen/mmu integer
8787         property).
8788         * kern/powerpc/ieee1275/openfw.c (grub_map): Rely on pre-initialized
8789         `grub_ieee1275_mmu' rather than obtaining a handler on every call.
8791 2008-01-19  Robert Millan  <rmh@aybabtu.com>
8793         Get rid of confusing function (superseded by
8794         `grub_ieee1275_get_integer_property')
8795         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_decode_int_4): Remove
8796         prototype.
8797         * kern/ieee1275/ieee1275.c (grub_ieee1275_decode_int_4): Remove
8798         function.
8799         * term/ieee1275/ofconsole.c (grub_ofconsole_init): Avoid use of
8800         grub_ieee1275_decode_int_4(), by obtaining integer properties directly
8801         in native endianness from grub_ieee1275_get_integer_property().
8803 2008-01-19  Robert Millan  <rmh@aybabtu.com>
8805         * kern/powerpc/ieee1275/openfw.c (grub_halt): Issue "power-off"
8806         command after "shut-down", since implementations differ on which
8807         the command for halt is.
8809 2008-01-19  Robert Millan  <rmh@aybabtu.com>
8811         * include/grub/i386/linuxbios/console.h: Add header protection.
8812         (grub_keyboard_controller_init): New function prototype.
8813         * term/i386/pc/at_keyboard.c (KEYBOARD_COMMAND_ISREADY): New macro.
8814         (KEYBOARD_COMMAND_READ): Likewise.
8815         (KEYBOARD_COMMAND_WRITE): Likewise.
8816         (KEYBOARD_SCANCODE_SET1): Likewise.
8817         (grub_keyboard_controller_write): New function.
8818         (grub_keyboard_controller_read): Likewise.
8819         (grub_keyboard_controller_init): Likewise.
8821         * term/i386/pc/console.c: Include `<grub/machine/machine.h>'.
8822         (grub_console_init): On coreboot/LinuxBIOS, call
8823         grub_keyboard_controller_init().
8825 2008-01-19  Robert Millan  <rmh@aybabtu.com>
8827         PowerPC changes provided by Pavel Roskin.
8829         * kern/powerpc/ieee1275/cmain.c (cmain): Don't take any arguments.
8830         * kern/powerpc/ieee1275/crt0.S: Store r5 in grub_ieee1275_entry_fn,
8831         don't rely on cmain() doing it.
8832         * kern/i386/ieee1275/startup.S (_start): Store %eax in
8833         grub_ieee1275_entry_fn, don't rely on cmain() doing it.
8835 2008-01-16  Robert Millan  <rmh@aybabtu.com>
8837         * include/grub/i386/linuxbios/memory.h
8838         (GRUB_MEMORY_MACHINE_LINUXBIOS_TABLE_ADDR): Remove macro.
8839         * kern/i386/linuxbios/table.c (grub_linuxbios_table_iterate): Do not
8840         receive `table_header' as argument.  Instead, probe for it in the
8841         known memory ranges where it can be present.
8842         (grub_available_iterate): Do not pass a fixed `table_header' address
8843         to grub_linuxbios_table_iterate().
8845 2008-01-15  Robert Millan  <rmh@aybabtu.com>
8847         * configure.ac: Add `i386-ieee1275' to the list of supported targets.
8848         * conf/i386-ieee1275.rmk: New file.
8849         * include/grub/i386/ieee1275/console.h: Likewise.
8850         * include/grub/i386/ieee1275/ieee1275.h: Likewise.
8851         * include/grub/i386/ieee1275/kernel.h: Likewise.
8852         * include/grub/i386/ieee1275/time.h: Likewise.
8853         * kern/i386/ieee1275/init.c: Likewise.
8854         * kern/i386/ieee1275/startup.S: Likewise.
8856 2008-01-15  Robert Millan  <rmh@aybabtu.com>
8858         * kern/misc.c (grub_vsprintf): Do not reset `longlongfmt' to zero
8859         when pointers are 32-bit (but still do set it to one when they are
8860         64-bit).
8862 2008-01-15  Robert Millan  <rmh@aybabtu.com>
8864         * include/grub/ieee1275/ieee1275.h
8865         (grub_ieee1275_get_integer_property): New function prototype.
8867         * kern/ieee1275/ieee1275.c: Include `<grub/types.h>'.
8868         (grub_ieee1275_get_integer_property): New function.  Wraps around
8869         grub_ieee1275_get_property() to handle endianness.
8871         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options): Replace
8872         grub_ieee1275_get_property() with grub_ieee1275_get_integer_property()
8873         where appropriate.
8874         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Likewise.
8875         (grub_map): Likewise.
8876         * kern/sparc64/ieee1275/openfw.c (grub_map): Likewise.
8878 2008-01-15  Bean  <bean123ch@gmail.com>
8880         * normal/execute.c (grub_script_exec_argument_to_string): Check for undefined variable.
8881         (grub_script_execute_cmdline): Reset grub_errno.
8883         * normal/main.c (read_config_file): Reset grub_errno.
8885         * normal/parse.y (script_init): New.
8886         (script): Move function and menuentry here.
8887         (delimiter): New.
8888         (command): Add delimiter at the end of command.
8889         (commands): Adjust to match the new command.
8890         (commandblock): Remove grub_script_lexer_record_start.
8891         (menuentry): Add grub_script_lexer_record_start, use the new commands.
8892         (if): Use the new commands.
8894         * conf/common.rmk (pkgdata_MODULES): Add echo.mod.
8896 2008-01-15  Robert Millan  <rmh@aybabtu.com>
8898         * normal/menu.c (run_menu): Move timeout message from here ...
8899         (print_timeout): ... to here.
8900         (run_menu): Use print_timeout() once during initial draw to print
8901         the whole message, and again in every clock tick to update only
8902         the number of seconds.
8904 2008-01-15  Robert Millan  <rmh@aybabtu.com>
8906         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Obtain
8907         actual size of `available' from grub_ieee1275_get_property(), and
8908         restrict parsing to that bound.
8910 2008-01-15  Christian Franke  <franke@computer.org>
8912         * util/grub-emu.c: Replace <argp.h> by <getopt.h>.
8913         (argp_program_version): Remove variable.
8914         (argp_program_bug_address): Likewise.
8915         (options): Convert from struct argp_option to struct option.
8916         (struct arguments): Remove.
8917         (parse_opt): Remove.
8918         (usage): New function.
8919         (main): Replace struct args members by simple variables.
8920         Replace argp_parse() by getopt_long().
8921         Add switch to evaluate options.
8922         Add missing "(...)" around root_dev in prefix string.
8924 2008-01-14  Robert Millan  <rmh@aybabtu.com>
8926         * kern/powerpc/ieee1275/init.c (grub_exit): Reimplement as a wrapper
8927         for grub_ieee1275_exit(), in order to improve portability.
8929 2008-01-14  Robert Millan  <rmh@aybabtu.com>
8931         * util/grub.d/10_linux.in (prefix): Define.
8932         (exec_prefix): Likewise.  Both definitions are later used by `libdir'.
8934 2008-01-13  Pavel Roskin  <proski@gnu.org>
8936         * disk/ieee1275/ofdisk.c (grub_ofdisk_open): Don't use
8937         grub_errno if no errors have been detected.
8939 2008-01-12  Robert Millan  <rmh@aybabtu.com>
8941         * include/grub/util/getroot.h (grub_dev_abstraction_types): New enum.
8942         (grub_util_get_dev_abstraction): New function prototype.
8944         * util/getroot.c: Include `<grub/util/getroot.h>'
8945         (grub_util_get_grub_dev): Move detection of abstraction type to ...
8946         (grub_util_get_dev_abstraction): ... here (new function).
8948         * util/grub-probe.c: Convert PRINT_* to an enum.  Add
8949         `PRINT_ABSTRACTION'.
8950         (probe): Probe for abstraction type when requested.
8951         (main): Understand `--target=abstraction'.
8953         * util/i386/efi/grub-install.in: Add abstraction module to core
8954         image when it is found to be necessary.
8955         * util/i386/pc/grub-install.in: Likewise.
8956         * util/powerpc/ieee1275/grub-install.in: Likewise.
8958         * util/update-grub_lib.in (font_path): Return system path without
8959         converting to GRUB path.
8960         * util/update-grub.in: Convert system path returned by font_path()
8961         to a GRUB path.  Use `grub-probe -t abstraction' to determine what
8962         abstraction module is needed for loading fonts (if any).  Export
8963         that as `GRUB_PRELOAD_MODULES'.
8964         * util/grub.d/00_header.in: Process `GRUB_PRELOAD_MODULES' (print
8965         insmod commands).
8967 2008-01-12  Yoshinori K. Okuji  <okuji@enbug.org>
8969         Remove some unused code from reiserfs.
8971         * fs/reiserfs.c (struct grub_reiserfs_key)
8972         [GRUB_REISERFS_KEYV2_BITFIELD]: Removed offset and type.
8973         (struct grub_reiserfs_node_body): Removed.
8974         (grub_reiserfs_get_key_v2_type) [GRUB_REISERFS_KEYV2_BITFIELD]:
8975         Likewise.
8976         (grub_reiserfs_get_key_offset) [GRUB_REISERFS_KEYV2_BITFIELD]:
8977         Likewise.
8978         (grub_reiserfs_set_key_offset) [GRUB_REISERFS_KEYV2_BITFIELD]:
8979         Likewise.
8980         (grub_reiserfs_set_key_offset) [GRUB_REISERFS_KEYV2_BITFIELD]:
8981         Likewise.
8982         (grub_reiserfs_set_key_type) [GRUB_REISERFS_KEYV2_BITFIELD]:
8983         Likewise.
8984         (grub_reiserfs_iterate_dir) [GRUB_REISERFS_KEYV2_BITFIELD]:
8985         Likewise.
8986         (grub_reiserfs_open) [GRUB_REISERFS_KEYV2_BITFIELD]: Likewise.
8987         (grub_reiserfs_read) [GRUB_REISERFS_KEYV2_BITFIELD]: Likewise.
8988         (grub_reiserfs_dir) [GRUB_REISERFS_KEYV2_BITFIELD]: Likewise.
8990 2008-01-10  Robert Millan  <rmh@aybabtu.com>
8992         * util/update-grub_lib.in (grub_file_is_not_garbage): New function.
8993         Determines if a file is garbage left by packaging systems, etc.
8994         * util/update-grub.in: Use grub_file_is_not_garbage() as a condition
8995         for processing /etc/grub.d scripts.
8996         * util/grub.d/10_hurd.in: Fix `GRUB_DISTRIBUTOR' comparison.
8997         * util/grub.d/10_linux.in: Likewise.  Use grub_file_is_not_garbage()
8998         as a condition for processing Linux images.
9000 2008-01-10  Pavel Roskin  <proski@gnu.org>
9002         * include/grub/powerpc/libgcc.h (__ucmpdi2): New export.  Needed
9003         to compile reiserfs.c on PowerPC.
9005 2008-01-10  Robert Millan  <rmh@aybabtu.com>
9007         * kern/device.c (grub_device_iterate): Do not abort device iteration
9008         when one of the devices cannot be opened.
9009         * kern/disk.c (grub_disk_open): Do not account previous failures of
9010         unrelated functions when grub_errno is checked for.
9012 2008-01-08  Robert Millan  <rmh@aybabtu.com>
9014         * loader/i386/pc/linux.c (grub_rescue_cmd_linux): For
9015         `! grub_linux_is_bzimage', change order of address comparison to make
9016         it more intuitive, and improve "too big zImage" error message.
9018 2008-01-08  Robert Millan  <rmh@aybabtu.com>
9020         * Makefile.in (uninstall): Handle `$(update-grub_SCRIPTS)' and
9021         `$(update-grub_DATA)'.
9022         (distcheck): Fix race condition when invoking `$(MAKE)' on multiple
9023         targets.
9025 2008-01-07  Robert Millan  <rmh@aybabtu.com>
9027         * boot/i386/pc/boot.S (boot_drive_check): Add a comment indicating
9028         which instruction is modified by grub-setup during installation
9029         (since it wasn't obvious by only looking at this file).
9031 2008-01-07  Robert Millan  <rmh@aybabtu.com>
9033         * TODO: Rewrite.  Just refer to the wiki and the BTS instead of
9034         listing actual TODO items.
9036 2008-01-06  Yoshinori K. Okuji  <okuji@enbug.org>
9038         * fs/reiserfs.c (grub_reiserfs_get_key_v2_type): Handle endianness
9039         correctly.
9040         (grub_reiserfs_get_key_offset): Likewise.
9041         (grub_reiserfs_set_key_offset): Likewise.
9042         (grub_reiserfs_set_key_type): Likewise.
9043         (grub_reiserfs_iterate_dir): Return 1 if found, otherwise 0.
9045         (GRUB_REISERFS_KEYV2_BITFIELD): Undefined. Probably it would be
9046         better to remove the bitfield version completely.
9048 2008-01-06  Yoshinori K. Okuji  <okuji@enbug.org>
9050         * fs/reiserfs.c (grub_reiserfs_iterate_dir): ENTRY_ITEM must be
9051         allocated from the heap, due to the fshelp implementation.
9052         (grub_reiserfs_dir): Free NODE, due to the same reason.
9054 2008-01-06  Yoshinori K. Okuji  <okuji@enbug.org>
9056         Mostly from Vincent Pelletier:
9058         * fs/reiserfs.c: New file.
9060         * conf/common.rmk (pkglib_MODULES): Added reiserfs.mod.
9061         (reiserfs_mod_SOURCES): New variable.
9062         (reiserfs_mod_CFLAGS): Likewise.
9063         (reiserfs_mod_LDFLAGS): Likewise.
9065         * DISTLIST: Added boot/i386/pc/lnxboot.S, commands/hexdump.c,
9066         disk/ata.c, fs/cpio.c, fs/ntfscomp.c, fs/reiserfs.c,
9067         include/grub/ntfs.h, include/grub/i386/pc/machine.h, and
9068         normal/color.c.
9070 2008-01-06  Robert Millan  <rmh@aybabtu.com>
9072         * normal/color.c: Remove `<grub/env.h>'.
9074 2008-01-05  Jeroen Dekkers  <jeroen@dekkers.cx>
9076         * include/grub/normal.h: Include <grub/env.h>.
9078 2008-01-05  Robert Millan  <rmh@aybabtu.com>
9080         * util/i386/pc/grub-setup.c (usage): Replace obsolete `(hd0,0)' in
9081         usage example with `(hd0,1)'.
9082         Reported by Samuel Thibault.
9084 2008-01-05  Robert Millan  <rmh@aybabtu.com>
9086         * kern/i386/loader.S (grub_linux_is_bzimage): New variable.
9087         (grub_linux_boot_zimage): Rename to ...
9088         (grub_linux_boot): ... this.
9089         (grub_linux_boot_bzimage): Merge with `grub_linux_boot_zimage'.
9090         (grub_linux_boot_zimage): Conditionalize zImage copy.
9092         * include/grub/i386/loader.h (grub_linux_is_bzimage): Add prototype.
9093         (grub_linux_boot_bzimage): Remove prototype.
9094         (grub_linux_boot_zimage): Rename to ...
9095         (grub_linux_boot): ... this.
9097         * loader/i386/pc/linux.c (big_linux): Replace with `grub_linux_is_bzimage'.
9098         (grub_linux_boot): Remove function.
9100 2008-01-05  Robert Millan  <rmh@aybabtu.com>
9102         * include/grub/normal.h (grub_env_write_color_normal): New prototype.
9103         (grub_env_write_color_highlight): Likewise.
9104         (grub_wait_after_message): Likewise.
9106         * normal/color.c: New file.
9108         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `normal/color.c'.
9109         (normal_mod_DEPENDENCIES): Likewise.
9111         * conf/i386-efi.rmk (grub_emu_SOURCES): Add `normal/color.c'.
9112         (normal_mod_DEPENDENCIES): Likewise.
9114         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Add `normal/color.c'.
9115         (normal_mod_DEPENDENCIES): Likewise.
9117         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `normal/color.c'.
9118         (normal_mod_DEPENDENCIES): Likewise.
9120         * normal/menu_entry.c (run): Rely on grub_wait_after_message()
9121         for waiting after a message is printed.
9122         * normal/main.c (read_config_file): Likewise.
9123         (grub_normal_init): Register grub_env_write_color_normal() and
9124         grub_env_write_color_highlight() hooks.  Mark `color_normal' and
9125         `color_highlight' variables as global.
9127         * normal/menu.c (grub_wait_after_message): New function.
9128         (grub_color_menu_normal): New variable.  Replaces ...
9129         (GRUB_COLOR_MENU_NORMAL): ... this macro.
9130         (grub_color_menu_highlight): New variable.  Replaces ...
9131         (GRUB_COLOR_MENU_HIGHLIGHT): ... this macro.
9132         (draw_border): Set color state to `GRUB_TERM_COLOR_NORMAL' instead of
9133         `GRUB_TERM_COLOR_STANDARD'.
9134         (print_message): Use `grub_setcolorstate' to reload colors.  Rename
9135         `normal_code' and `highlight_code' to `old_color_normal' and
9136         `old_color_highlight', respectively.
9137         (grub_menu_init_page): Update colors when drawing the menu, based on
9138         `menu_color_normal' and `menu_color_highlight' variables.
9139         (grub_menu_run): Rely on grub_wait_after_message() for waiting after
9140         a message is printed.
9142 2008-01-05  Robert Millan  <rmh@aybabtu.com>
9144         * kern/env.c (grub_env_context_open): Propagate hooks for global
9145         variables to new context.
9147         * kern/main.c (grub_set_root_dev): Export `root' variable.
9149 2008-01-05  Robert Millan  <rmh@aybabtu.com>
9151         * util/biosdisk.c (get_os_disk): Check for devfs-style IDE and SCSI
9152         discs unconditionally, since udev and others have options to provide
9153         them.
9155 2008-01-05  Robert Millan  <rmh@aybabtu.com>
9157         * normal/completion.c (iterate_dir): Skip `.' and `..' directories.
9159 2008-01-04  Christian Franke  <franke@computer.org>
9161         * kern/i386/pc/init.c (grub_machine_init): Fix evaluation
9162         of eisa_mmap.
9164 2008-01-03  Pavel Roskin  <proski@gnu.org>
9166         * kern/i386/linuxbios/init.c: Put "void" to all function
9167         declarations with no arguments.
9168         * kern/powerpc/ieee1275/init.c: Likewise.
9169         * term/i386/pc/at_keyboard.c: Likewise.
9170         * term/i386/pc/vga_text.c: Likewise.
9171         * util/grub-mkdevicemap.c: Likewise.
9173 2008-01-02  Robert Millan  <rmh@aybabtu.com>
9175         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Improve error
9176         message when loaded image is out of bounds.
9177         (grub_multiboot_load_elf64): Likewise.
9179 2008-01-02  Pavel Roskin  <proski@gnu.org>
9181         * util/grub.d/10_linux.in: Try version without ".old" when
9182         looking for initrd.  It's better to use initrd from the newer
9183         kernel of the same version than no initrd at all.
9185 2008-01-01  Robert Millan  <rmh@aybabtu.com>
9187         * util/biosdisk.c (get_os_disk): Fix check for IDE or SCSI discs.
9189 2008-01-01  Vesa Jaaskelainen  <chaac@nic.fi>
9191         * include/grub/video.h: Added grub_video_unmap_color and
9192         grub_video_get_active_render_target.
9193         (grub_video_adapter): Added unmap_color and get_active_render_target.
9195         * video/video.c: Added grub_video_unmap_color and
9196         grub_video_get_active_render_target.
9197         (grub_video_get_info): Changed method to accept NULL pointer as an
9198         argument to allow detection of active video adapter.
9200         * video/i386/pc/vbe.c: Renamed grub_video_vbe_unmap_color as
9201         grub_video_vbe_unmap_color_int.
9202         Added grub_video_vbe_unmap_color and
9203         grub_video_vbe_get_active_render_target.
9204         (grub_video_vbe_adapter): Added unmap_color and
9205         get_active_render_target.
9207         * video/i386/pc/vbeblit.c: Replaced grub_video_vbe_unmap_color usage
9208         with grub_video_vbe_unmap_color_int.
9210         * term/gfxterm.c (DEFAULT_STANDARD_COLOR): Added.
9211         (DEFAULT_NORMAL_COLOR): Likewise.
9212         (DEFAULT_HIGHLIGHT_COLOR) Likewise.
9213         (DEFAULT_FG_COLOR): Removed.
9214         (DEFAULT_BG_COLOR): Likewise.
9215         (DEFAULT_CURSOR_COLOR): Changed value.
9216         (grub_virtual_screen): Added standard_color_setting,
9217         normal_color_setting, highlight_color_setting and term_color.
9218         (grub_virtual_screen): Removed fg_color_setting and bg_color_setting.
9219         (bitmap_width): Added.
9220         (bitmap_height): Likewise.
9221         (bitmap): Likewise.
9222         (set_term_color): Likewise.
9223         (grub_virtual_screen_setup): Changed to use new terminal coloring
9224         settings.
9225         (grub_gfxterm_init): Added init for bitmap.
9226         (grub_gfxterm_fini): Added destroy for bitmap.
9227         (redraw_screen_rect): Updated to use background bitmap and new
9228         terminal coloring.
9229         (scroll_up): Added optimization for case when there is no bitmap.
9230         (grub_gfxterm_cls): Fixed to use correct background color.
9231         (grub_virtual_screen_setcolorstate): Changed to use new terminal
9232         coloring.
9233         (grub_virtual_screen_setcolor): Likewise.
9234         (grub_virtual_screen_getcolor): Added.
9235         (grub_gfxterm_background_image_cmd): Likewise.
9236         (grub_video_term): Added setcolor and getcolor.
9237         (MOD_INIT): Added registration of background_image command.
9238         (MOD_TERM): Added unregistration for background_image command.
9240 2007-12-30  Pavel Roskin  <proski@gnu.org>
9242         * loader/multiboot_loader.c: Fix multiboot command
9243         unregistration.  Fix all typos in the word "multiboot".
9245 2007-12-29  Pavel Roskin  <proski@gnu.org>
9247         * util/grub.d/10_linux.in: Refactor search for initrd.  Add
9248         support for initrd names used in Fedora.
9250 2007-12-26  Bean  <bean123ch@gmail.com>
9252         * conf/common.rmk (pkgdata_MODULES): Add cpio.mod.
9253         (cpio_mod_SOURCES): New variable.
9254         (cpio_mod_CFLAGS): Likewise.
9255         (cpio_mod_LDFLAGS): Likewise.
9257         * fs/cpio.c: New file.
9259         * conf/i386-pc.rmk (grub_emu_SOURCES): Add cpio.c.
9261         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
9263         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
9265         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
9267 2007-12-25  Robert Millan  <rmh@aybabtu.com>
9269         * include/grub/term.h (struct grub_term): Add `getcolor' function.
9270         (grub_getcolor): New function.
9272         * kern/term.c (grub_getcolor): New function.
9273         * normal/menu.c (GRUB_COLOR_MENU_NORMAL): New macro.
9274         (GRUB_COLOR_MENU_HIGHLIGHT): New macro.
9275         (print_entry): Set normal and highlight colors to
9276         `GRUB_COLOR_MENU_NORMAL' and `GRUB_COLOR_MENU_HIGHLIGHT',
9277         respectively, before printing and restore them to old
9278         values afterwards.
9279         (grub_menu_init_page): Likewise.  Fill an additional colored space
9280         that would otherwise be left blank.
9282         * term/efi/console.c (grub_console_getcolor): New function.
9283         (struct grub_console_term.getcolor): New variable.
9284         * term/i386/pc/console.c (grub_console_getcolor): New function.
9285         (struct grub_console_term.getcolor): New variable.
9286         * term/ieee1275/ofconsole.c (grub_ofconsole_getcolor): New function.
9287         (struct grub_console_term.getcolor): New variable.
9289         * term/i386/pc/serial.c (grub_serial_setcolor): Remove function.
9290         (struct grub_console_term.setcolor): Remove variable.
9291         * term/i386/pc/vesafb.c (grub_virtual_screen_setcolor): Remove function.
9292         (struct grub_console_term.setcolor): Remove variable.
9293         * term/i386/pc/vga.c (grub_vga_setcolor): Remove function.
9294         (struct grub_console_term.setcolor): Remove variable.
9295         * term/gfxterm.c (grub_virtual_screen_setcolor): Remove function.
9296         (struct grub_console_term.setcolor): Remove variable.
9298 2007-12-25  Robert Millan  <rmh@aybabtu.com>
9300         * configure.ac: Search for possible unifont.hex locations, and
9301         define UNIFONT_HEX if found.
9303         * Makefile.in (UNIFONT_HEX): Define variable.
9304         (DATA): Rename to ...
9305         (PKGLIB): ... this.  Update all users.
9306         (PKGDATA): New variable.
9307         (pkgdata_IMAGES): Rename to ...
9308         (pkglib_IMAGES): ... this. Update all users.
9309         (pkgdata_MODULES): Rename to ...
9310         (pkglib_MODULES): ... this. Update all users.
9311         (pkgdata_PROGRAMS): Rename to ...
9312         (pkglib_PROGRAMS): ... this. Update all users.
9313         (pkgdata_DATA): Rename to ...
9314         (pkglib_DATA): ... this. Update all users.
9315         (CLEANFILES): Redefine to `$(pkglib_DATA) $(pkgdata_DATA)'.
9316         (unicode.pff, ascii.pff): New rules.
9317         (all-local): Add `$(PKGDATA)' dependency.
9318         (install-local): Process `$(PKGDATA)'.
9320         * util/update-grub_lib.in (font_path): Search for *.pff files in
9321         a few more locations, including `${pkgdata}'.
9323 2007-12-23  Robert Millan  <rmh@aybabtu.com>
9325         Patch from Bean  <bean123ch@gmail.com>:
9326         * disk/loopback.c (grub_loopback_read): Add missing bit shift to
9327         `size'.
9329 2007-12-21  Bean  <bean123ch@gmail.com>
9331         * conf/common.rmk (pkgdata_MODULES): Add ntfscomp.mod.
9332         (ntfscomp_mod_SOURCES): New variable.
9333         (ntfscomp_mod_CFLAGS): Likewise.
9334         (ntfscomp_mod_LDFLAGS): Likewise.
9336         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/ntfscomp.c.
9337         (grub_probe_SOURCES): Likewise.
9338         (grub_emu_SOURCES): Likewise.
9340         * conf/i386-efi.rmk (grub_probe_SOURCES): Add fs/ntfscomp.c.
9341         (grub_emu_SOURCES): Likewise.
9343         * conf/i386-linuxbios.rmk (grub_probe_SOURCES): Add fs/ntfscomp.c.
9344         (grub_emu_SOURCES): Likewise.
9346         * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Add fs/ntfscomp.c.
9347         (grub_emu_SOURCES): Likewise.
9349         * fs/ntfs.c (grub_ntfscomp_func): New variable.
9350         (read_run_list): Renamed to grub_ntfs_read_run_list.
9351         (decomp_nextvcn): Moved to ntfscomp.c.
9352         (decomp_getch): Likewise.
9353         (decomp_get16): Likewise.
9354         (decomp_block): Likewise.
9355         (read_block): Likewise.
9356         (read_data): Partially moved to ntfscomp.c.
9357         (fixup): Change unsigned to grub_uint16_t.
9358         (read_mft): Change unsigned long to grub_uint32_t.
9359         (read_attr): Likewise.
9360         (read_data): Likewise.
9361         (read_run_data): Likewise.
9362         (read_run_list): Likewise.
9363         (read_mft): Likewise.
9365         * fs/ntfscomp.c: New file.
9367         * include/grub/ntfs.h: New file.
9369 2007-12-16  Robert Millan  <rmh@aybabtu.com>
9371         * util/grub-mkdevicemap.c (make_device_map): Iterate up to 20 for
9372         IDE disk check, since Linux is known to support 20 IDE disks.
9373         Reported by Colin Watson.
9375 2007-12-15  Bean  <bean123ch@gmail.com>
9377         * conf/i386-pc.rmk (pkgdata_IMAGES): Add lnxboot.img.
9378         (lnxboot_img_SOURCES): New variable.
9379         (lnxboot_img_ASFLAGS): Likewise.
9380         (lnxboot_img_LDFLAGS): Likewise.
9382         * boot/i386/pc/lnxboot.S: New file.
9384 2007-11-24  Pavel Roskin  <proski@gnu.org>
9386         * configure.ac: Test if '--build-id=none' is supported by the
9387         linker.  If yes, add it to TARGET_LDFLAGS.  Build ID causes
9388         objcopy to generate incorrect binary files (binutils
9389         2.17.50.0.18-1 as shipped by Fedora 8).
9390         * aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): Use LDFLAGS when
9391         linking, so that build ID doesn't break the test.
9393 2007-11-24  Pavel Roskin  <proski@gnu.org>
9395         * include/grub/i386/time.h: use "void" in the argument list
9396         of grub_cpu_idle().
9397         * include/grub/powerpc/time.h: Likewise.
9398         * include/grub/sparc64/time.h: Likewise.
9400 2007-11-18  Christian Franke  <franke@computer.org>
9402         * util/console.c (grub_ncurses_getkey): Change curses KEY_* mapping,
9403         now return control chars instead of GRUB_CONSOLE_KEY_* constants.
9404         This fixes the problem that function keys did not work in grub-emu.
9406 2007-11-18  Christian Franke  <franke@computer.org>
9408         * disk/host.c (grub_host_open): Remove attribute unused from
9409         name parameter. Add check for "host". This fixes the problem
9410         that grub-emu does not find partitions.
9412 2007-11-18  Christian Franke  <franke@computer.org>
9414         * util/hostfs.c (is_dir): New function.
9415         (grub_hostfs_dir):  Handle missing dirent.d_type case.
9416         (grub_hostfs_read): Add missing fseek().
9417         (grub_hostfs_label): Clear label pointer.  This fixes a crash
9418         of grub-emu on "ls (host)".
9420 2007-11-18  Christian Franke  <franke@computer.org>
9422         * include/grub/i386/pc/init.h (struct grub_machine_mmap_entry):
9423         Add attribute packed, gcc 3.4.4 on Cygwin aligns this
9424         to 64 bit boundary by default.
9426 2007-11-18  Bean  <bean123ch@gmail.com>
9428         * conf/common.rmk (pkgdata_MODULES): Add hexdump.mod.
9429         (hexdump_mod_SOURCES): New variable.
9430         (hexdump_mod_CFLAGS): Likewise.
9431         (hexdump_mod_LDFLAGS): Likewise.
9433         * conf/i386-pc.rmk (grub_emu_SOURCES): Add command/hexdump.c.
9435         * conf/i386-efi.rmk (grub_emu_SOURCES): Add command/hexdump.c.
9437         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Add command/hexdump.c.
9439         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add command/hexdump.c.
9441         * include/grub/hexdump.h: New file.
9443         * commands/hexdump.c: New file.
9445 2007-11-10  Robert Millan  <rmh@aybabtu.com>
9447         * commands/i386/pc/play.c (beep_off): Switch order of arguments
9448         in grub_outb() calls.
9449         (beep_on): Likewise.
9451 2007-11-10  Christian Franke  <franke@computer.org>
9453         * normal/menu.c (run_menu): Check for empty menu to avoid crash.
9454         (grub_menu_run): Likewise.
9456 2007-11-10  Robert Millan  <rmh@aybabtu.com>
9458         * include/grub/i386/efi/machine.h: New file.
9459         * include/grub/i386/linuxbios/machine.h: Likewise.
9460         * include/grub/i386/pc/machine.h: Likewise.
9461         * include/grub/powerpc/ieee1275/machine.h: Likewise.
9462         * include/grub/sparc64/ieee1275/machine.h: Likewise.
9464         * term/i386/pc/serial.c: Include <grub/machine/machine.h>.
9465         (serial_hw_io_addr): New variable.
9466         (serial_hw_get_port): Obtain port address from `serial_hw_io_addr'
9467         instead of `(unsigned short *) 0x400'.
9469 2007-11-10  Bean  <bean123ch@gmail.com>
9471         * fs/ntfs.c (read_block): Fix a bug caused by adjacent blocks.
9473 2007-11-10  Vesa Jaaskelainen  <chaac@nic.fi>
9475         * conf/i386-pc.rmk (pkgdata_MODULES): Added vga.mod.
9476         (vga_mod_SOURCES): Added.
9477         (vga_mod_CFLAGS): Likewise.
9478         (vga_mod_LDFLAGS): Likewise.
9480         * term/i386/pc/vga.c (get_map_mask): Switch order of arguments in
9481         grub_outb() calls.
9482         (set_map_mask): Likewise.
9483         (set_read_map): Likewise.
9484         (set_read_address): Likewise.
9485         (vga_font): Removed variable.
9486         (get_vga_glyph): Removed function.
9487         (invalidate_char): Likewise.
9488         (write_char): Changed to use grub_font_get_glyph() for font
9489         information.
9490         (grub_vga_putchar): Likewise.
9491         (grub_vga_getcharwidth): Likewise.
9493 2007-11-10  Vesa Jaaskelainen  <chaac@nic.fi>
9495         * conf/i386-pc.rmk (boot_img_LDFLAGS): Use COMMON_LDFLAGS for target
9496         flags.
9497         (pxeboot_img_LDFLAGS): Likewise.
9498         (diskboot_img_LDFLAGS): Likewise.
9499         (kernel_img_LDFLAGS): Likewise.
9501 2007-11-06  Robert Millan  <rmh@aybabtu.com>
9503         * term/i386/pc/serial.c (serial_hw_put): Switch order of arguments
9504         in grub_outb() calls.
9505         (serial_hw_init): Likewise.
9507 2007-11-05  Robert Millan  <rmh@aybabtu.com>
9509         * util/update-grub.in: Allow files in ${update_grub_dir} to contain
9510         spaces.  Skip non-regular files.
9512 2007-11-05  Robert Millan  <rmh@aybabtu.com>
9514         * kern/disk.c (grub_disk_firmware_fini)
9515         (grub_disk_firmware_is_tainted): New variables.
9517         * include/grub/disk.h (grub_disk_firmware_fini)
9518         (grub_disk_firmware_is_tainted): Likewise.
9520         * disk/i386/pc/biosdisk.c (GRUB_MOD_FINI(biosdisk)): Moved from here ...
9521         (grub_disk_biosdisk_fini): ... to here.
9522         (GRUB_MOD_FINI(biosdisk)): Implement using grub_disk_biosdisk_fini().
9523         (GRUB_MOD_INIT(biosdisk)): Abort when `grub_disk_firmware_is_tainted'
9524         is set.  Register grub_disk_biosdisk_fini() in
9525         `grub_disk_firmware_fini'.
9527         * disk/ata.c: Remove `<grub/machine/biosdisk.h>'.
9528         (GRUB_MOD_INIT(ata)): Remove grub_biosdisk_fini() call.
9529         Use `grub_disk_firmware_is_tainted' and `grub_disk_firmware_fini'
9530         to finish existing firmware disk interface.
9532         * conf/i386-linuxbios.rmk (pkgdata_MODULES): Add `ata.mod'.
9533         (ata_mod_SOURCES): New variable.
9534         (ata_mod_CFLAGS): Likewise.
9535         (ata_mod_LDFLAGS): Likewise.
9537 2007-11-05  Robert Millan  <rmh@aybabtu.com>
9539         * disk/ata.c: Remove `<grub/machine/time.h>'.  Include `<grub/time.h>'.
9540         (grub_ata_wait): Reimplement using grub_millisleep().
9542         * include/grub/misc.h (grub_div_roundup): Fix parenthesization.
9543         * include/grub/i386/time.h (grub_cpu_idle): Disable `hlt' instruction.
9545 2007-11-03  Marco Gerards  <marco@gnu.org>
9547         * term/i386/pc/vga_text.c: Include <grub/cpu/io.h>.
9548         (CRTC_ADDR_PORT): New macro.
9549         (CRTC_DATA_PORT): Likewise.
9550         (CRTC_CURSOR): Likewise.
9551         (CRTC_CURSOR_ADDR_HIGH): Likewise.
9552         (CRTC_CURSOR_ADDR_LOW): Likewise.
9553         (update_cursor): New function.
9554         (grub_console_real_putchar): Call `update_cursor'.
9555         (grub_console_gotoxy): Likewise.
9556         (grub_console_cls): Set the default color when clearing the
9557         screen.
9558         (grub_console_setcursor): Implemented.
9560 2007-11-03  Marco Gerards  <marco@gnu.org>
9562         * disk/ata.c (grub_ata_pio_read): Don't wait for the command to
9563         become activate.
9564         (grub_ata_pio_write): Likewise.
9566         (grub_atapi_identify): Wait after issuing an ATA command.
9567         (grub_atapi_packet): Likewise.
9568         (grub_ata_identify): Likewise.
9569         (grub_ata_readwrite): Likewise.
9571 2007-11-03  Marco Gerards  <marco@gnu.org>
9573         * disk/ata.c (grub_ata_pio_read): Detect and return the error code.
9574         (grub_ata_pio_write): Likewise.
9575         (grub_ata_readwrite): Use `grub_error', instead of
9576         returning `grub_errno'.
9578 2007-11-03  Marco Gerards  <marco@gnu.org>
9580         * disk/ata.c (grub_ata_readwrite): Call grub_ata_pio_read and
9581         grub_ata_pio_write once for every single sector, instead of for
9582         multiple sectors.
9584 2007-10-31  Robert Millan  <rmh@aybabtu.com>
9586         * configure.ac: Add `i386-linuxbios' to the list of supported targets.
9588         * conf/i386-linuxbios.rmk: New file.
9590         * kern/i386/pc/hardware.c: Likewise.
9591         * term/i386/pc/at_keyboard.c: Likewise.
9592         * term/i386/pc/vga_text.c: Likewise.
9594         * include/grub/i386/linuxbios/boot.h: Likewise.
9595         * include/grub/i386/linuxbios/console.h: Likewise.
9596         * include/grub/i386/linuxbios/init.h: Likewise.
9597         * include/grub/i386/linuxbios/kernel.h: Likewise.
9598         * include/grub/i386/linuxbios/loader.h: Likewise.
9599         * include/grub/i386/linuxbios/memory.h: Likewise.
9600         * include/grub/i386/linuxbios/serial.h: Likewise.
9601         * include/grub/i386/linuxbios/time.h: Likewise.
9603         * kern/i386/linuxbios/init.c: Likewise.
9604         * kern/i386/linuxbios/startup.S: Likewise.
9605         * kern/i386/linuxbios/table.c: Likewise.
9607 2007-10-31  Marco Gerards  <marco@gnu.org>
9609         * conf/i386-pc.rmk (pkgdata_MODULES): Add `ata.mod'.
9610         (ata_mod_SOURCES): New variable.
9611         (ata_mod_CFLAGS): Likewise.
9612         (ata_mod_LDFLAGS): Likewise.
9614         * disk/ata.c: New file.
9616         * include/grub/disk.h (grub_disk_dev_id): Add
9617         `GRUB_DISK_DEV_ATA_ID'.
9619 2007-10-31  Robert Millan  <rmh@aybabtu.com>
9621         * include/grub/i386/pc/init.h (grub_lower_mem): Moved from here ...
9622         * include/grub/i386/pc/memory.h (grub_lower_mem): ... to here.
9624         * include/grub/i386/pc/init.h (grub_upper_mem): Moved from here ...
9625         * include/grub/i386/pc/memory.h (grub_upper_mem): ... to here.
9627         * include/grub/i386/pc/memory.h: Include `<grub/symbol.h>' and
9628         `<grub/types.h>'.
9630         * loader/i386/pc/multiboot.c: Include `<grub/machine/memory.h>'.
9632 2007-10-27  Robert Millan  <rmh@aybabtu.com>
9634         * include/grub/types.h (ULONG_MAX): Define macro.
9636 2007-10-22  Robert Millan  <rmh@aybabtu.com>
9638         * kern/i386/pc/startup.S: Remove `"kern/i386/realmode.S"'.  Include
9639         `"../realmode.S"'.
9640         Remove `"kern/i386/loader.S"'.  Include `"../loader.S"'.
9642 2007-10-22  Robert Millan  <rmh@aybabtu.com>
9644         * conf/i386-pc.rmk (kernel_img_SOURCES): Remove `disk/i386/pc/biosdisk.c'.
9645         (pkgdata_MODULES): Add `biosdisk.mod'.
9646         (biosdisk_mod_SOURCES, biosdisk_mod_CFLAGS, biosdisk_mod_LDFLAGS): New
9647         variables.
9649         * disk/i386/pc/biosdisk.c: Include `<grub/dl.h>'.
9650         (grub_biosdisk_init): Replace with ...
9651         (GRUB_MOD_INIT(biosdisk)): ... this.
9652         (grub_biosdisk_fini): Replace with ...
9653         (GRUB_MOD_FINI(biosdisk)): ... this.
9655         * kern/i386/pc/init.c: Remove `<grub/machine/biosdisk.h>'.
9656         (grub_machine_init): Remove call to grub_biosdisk_init().
9657         (grub_machine_fini): Remove call to grub_machine_fini().
9659         * util/i386/pc/grub-install.in (modules): Add `biosdisk'.
9661 2007-10-22  Robert Millan  <rmh@aybabtu.com>
9663         * include/grub/time.h: New file.
9664         * include/grub/i386/time.h: Likewise.
9665         * include/grub/powerpc/time.h: Likewise.
9666         * include/grub/sparc64/time.h: Likewise.
9668         * include/grub/i386/pc/time.h (KERNEL_TIME_HEADER): Rename all
9669         instances to ...
9670         (KERNEL_MACHINE_TIME_HEADER): ... this.
9671         * include/grub/powerpc/ieee1275/time.h (KERNEL_TIME_HEADER): Rename all
9672         instances to ...
9673         (KERNEL_MACHINE_TIME_HEADER): ... this.
9674         * include/grub/sparc64/ieee1275/time.h (KERNEL_TIME_HEADER): Rename all
9675         instances to ...
9676         (KERNEL_MACHINE_TIME_HEADER): ... this.
9678         * kern/i386/efi/init.c: Include `<grub/time.h>'.
9679         (grub_millisleep): New function.
9680         * kern/i386/pc/init.c: Include `<grub/time.h>'.
9681         (grub_millisleep): New function.
9682         * kern/powerpc/ieee1275/init.c: Include `<grub/time.h>'.
9683         Remove `grub/machine/time.h' include.
9684         (grub_millisleep): New function.
9685         * kern/sparc64/ieee1275/init.c: Include `<grub/time.h>'.
9686         Remove `grub/machine/time.h' include.
9687         (grub_millisleep): New function.
9689         * include/grub/misc.h (grub_div_roundup): New function.
9691         * kern/misc.c: Include `<grub/time.h>'.
9692         (grub_millisleep_generic): New function.
9694         * conf/i386-efi.rmk (kernel_mod_HEADERS): Remove `i386/efi/time.h'.
9695         Add `time.h'.
9696         * conf/i386-pc.rmk (kernel_img_HEADERS): Remove `machine/time.h'.
9697         Add `time.h'.
9698         * conf/powerpc-ieee1275.rmk (kernel_elf_HEADERS): Remove
9699         `machine/time.h'.  Add `time.h'.
9700         * conf/sparc64-ieee1275.rmk (kernel_elf_HEADERS): Likewise.
9702 2007-10-21  Robert Millan  <rmh@aybabtu.com>
9704         * include/grub/misc.h (grub_max): New function.
9706 2007-10-21  Robert Millan  <rmh@aybabtu.com>
9708         * util/misc.c (grub_util_info): Call fflush() before returning.
9710 2007-10-20  Robert Millan  <rmh@aybabtu.com>
9712         * genmk.rb (Image): Copy `extra_flags' from here ...
9713         (PModule): ... to here.  Use it in `#{obj}: #{src}' rule.
9715         * commands/i386/cpuid.c (grub_cmd_cpuid): Add __attribute__ ((unused))
9716         to `argc' and `args' arguments.
9718 2007-10-17  Robert Millan  <rmh@aybabtu.com>
9720         * kern/i386/loader.S: New file.
9722         * kern/i386/pc/startup.S (grub_linux_prot_size): Moved from here ...
9723         * kern/i386/loader.S (grub_linux_prot_size)... to here.
9724         * kern/i386/pc/startup.S (grub_linux_tmp_addr): Moved from here ...
9725         * kern/i386/loader.S (grub_linux_tmp_addr)... to here.
9726         * kern/i386/pc/startup.S (grub_linux_real_addr): Moved from here ...
9727         * kern/i386/loader.S (grub_linux_real_addr)... to here.
9728         * kern/i386/pc/startup.S (grub_linux_boot_zimage): Moved from here ...
9729         * kern/i386/loader.S (grub_linux_boot_zimage)... to here.
9730         * kern/i386/pc/startup.S (grub_linux_boot_bzimage): Moved from here ...
9731         * kern/i386/loader.S (grub_linux_boot_bzimage)... to here.
9732         * kern/i386/pc/startup.S (grub_multiboot_real_boot): Moved from here ...
9733         * kern/i386/loader.S (grub_multiboot_real_boot)... to here.
9734         * kern/i386/pc/startup.S (grub_multiboot2_real_boot): Moved from here ...
9735         * kern/i386/loader.S (grub_multiboot2_real_boot)... to here.
9737         * kern/i386/realmode.S: New file.
9739         * kern/i386/pc/startup.S (protstack): Moved from here ...
9740         * kern/i386/realmode.S (protstack)... to here.
9741         * kern/i386/pc/startup.S (gdt): Moved from here ...
9742         * kern/i386/realmode.S (gdt)... to here.
9743         * kern/i386/pc/startup.S (prot_to_real): Moved from here ...
9744         * kern/i386/realmode.S (prot_to_real)... to here.
9746         * kern/i386/pc/startup.S: Include `kern/i386/loader.S' and
9747         `kern/i386/realmode.S'.
9749 2007-10-17  Robert Millan  <rmh@aybabtu.com>
9751         * include/grub/i386/loader.h: New file.
9753         * include/grub/i386/pc/loader.h (grub_linux_prot_size)
9754         (grub_linux_tmp_addr, grub_linux_real_addr, grub_os_area_addr)
9755         (grub_os_area_size, grub_linux_boot_zimage, grub_linux_boot_bzimage)
9756         (grub_multiboot_real_boot, grub_multiboot2_real_boot)
9757         (grub_rescue_cmd_linux, grub_rescue_cmd_initrd): Moved from here ...
9758         * include/grub/i386/loader.h (grub_linux_prot_size)
9759         (grub_linux_tmp_addr, grub_linux_real_addr, grub_os_area_addr)
9760         (grub_os_area_size, grub_linux_boot_zimage, grub_linux_boot_bzimage)
9761         (grub_multiboot_real_boot, grub_multiboot2_real_boot)
9762         (grub_rescue_cmd_linux, grub_rescue_cmd_initrd): ... to here.
9764         * include/grub/i386/pc/loader.h: Include `grub/cpu/loader.h'.
9766 2007-10-15  Robert Millan  <rmh@aybabtu.com>
9768         * normal/misc.c (grub_normal_print_device_info): Do not probe for
9769         filesystem when dev->disk is unset.
9770         Do probe for filesystem even when dev->disk->has_partitions is set.
9771         In case a filesystem is found, always report it.
9772         In case it isn't, if dev->disk->has_partitions is set, report that
9773         a partition table was found instead of reporting that no filesystem
9774         could be identified.
9776 2007-10-12  Robert Millan  <rmh@aybabtu.com>
9778         * conf/powerpc-ieee1275.rmk (grub_mkimage_SOURCES): Replace reference
9779         to util/powerpc/ieee1275/grub-mkimage.c with util/elf/grub-mkimage.c.
9781         * include/grub/types.h (grub_host_to_target16): New macro.
9782         (grub_host_to_target32): Likewise.
9783         (grub_host_to_target64): Likewise.
9784         (grub_target_to_host16): Likewise.
9785         (grub_target_to_host32): Likewise.
9786         (grub_target_to_host64): Likewise.
9788         * include/grub/powerpc/ieee1275/kernel.h (GRUB_IEEE1275_MOD_ALIGN):
9789         Renamed from to ...
9790         (GRUB_MOD_ALIGN): ...this.  Update all users.
9792         * util/elf/grub-mkimage.c (load_note): Replace grub_cpu_to_be32 with
9793         grub_host_to_target32.
9794         Replace grub_be_to_cpu32 with grub_target_to_host32.
9795         (load_modules): Likewise.
9796         (add_segments): Replace grub_be_to_cpu16 with grub_target_to_host16.
9797         Replace grub_be_to_cpu32 with grub_target_to_host32.
9798         Replace grub_cpu_to_be16 with grub_host_to_target16.
9799         Replace grub_cpu_to_be32 grub_host_to_target32.
9801 2007-10-12  Robert Millan  <rmh@aybabtu.com>
9803         * util/powerpc/ieee1275/grub-mkimage.c: Moved to ...
9804         * util/elf/grub-mkimage.c: ... here.
9806         * DISTLIST: Add `util/elf/grub-mkimage.c'.  Remove
9807         `util/powerpc/ieee1275/grub-mkimage.c'.
9809 2007-10-07  Robert Millan  <rmh@aybabtu.com>
9811         * kern/powerpc/ieee1275/init.c: Rename HEAP_LIMIT to HEAP_MAX_ADDR,
9812         and make it easier to figure out.
9813         Add HEAP_MIN_SIZE and HEAP_MAX_ADDR definitions.
9814         (grub_claim_heap): Use HEAP_MAX_ADDR rather than taking a parameter.
9815         Do not avoid claiming a region above HEAP_MAX_ADDR if that would
9816         leave us with less than HEAP_MIN_SIZE total heap.
9817         Avoid our total amount of heap to surpass HEAP_MAX_SIZE.
9819 2007-10-03  Robert Millan  <rmh@aybabtu.com>
9821         * include/grub/i386/io.h: New file.
9822         * commands/i386/pc/play.c (inb): Removed.
9823         (outb): Removed.
9824         Include grub/cpu/io.h.  Replace inb() with grub_inb() and outb()
9825         with grub_outb().
9826         * term/i386/pc/serial.c  (inb): Removed.
9827         (outb): Removed.
9828         Include grub/cpu/io.h.  Replace inb() with grub_inb() and outb()
9829         with grub_outb().
9830         * term/i386/pc/vga.c  (inb): Removed.
9831         (outb): Removed.
9832         Include grub/cpu/io.h.  Replace inb() with grub_inb() and outb()
9833         with grub_outb().
9835 2007-10-02  Robert Millan  <rmh@aybabtu.com>
9837         * conf/i386-efi.rmk (grub_emu_SOURCES): Add util/hostfs.c.
9838         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
9839         Reported by Marcin Kurek.
9841 2007-09-07  Robert Millan  <rmh@aybabtu.com>
9843         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_test_flag): Detect
9844         SmartFirmware version updates (as released by Sven Luther), and avoid
9845         setting GRUB_IEEE1275_FLAG_NO_PARTITION_0 or
9846         GRUB_IEEE1275_FLAG_0_BASED_PARTITIONS unless the running version is
9847         known broken.
9849 2007-09-03  Yoshinori K. Okuji  <okuji@enbug.org>
9851         From Hitoshi Ozeki:
9852         * kern/i386/pc/init.c (compact_mem_regions): Decrease NUM_REGIONS
9853         when merging two regions.
9855 2007-09-03  Yoshinori K. Okuji  <okuji@enbug.org>
9857         * kern/rescue.c (grub_enter_rescue_mode): Free ARGS.
9858         * normal/completion.c (grub_normal_do_completion): Likewise.
9859         Reported by Hitoshi Ozeki.
9861 2007-09-03  Yoshinori K. Okuji  <okuji@enbug.org>
9863         Do not use devices at boot in chainloading.
9865         * loader/i386/pc/chainloader.c (boot_drive): New variable.
9866         (boot_part_addr): Likewise.
9867         (grub_chainloader_boot): Simply call grub_chainloader_real_boot
9868         with BOOT_DRIVE and BOOT_PART_ADDR.
9869         (grub_chainloader_cmd): Set BOOT_DRIVE and BOOT_PART_ADDR.
9870         Reported by Hitoshi Ozeki <h-ozeki@ck2.so-net.ne.jp>.
9872 2007-08-29  Robert Millan  <rmh@aybabtu.com>
9874         Patch from Simon Peter <dn.tlp@gmx.net>:
9875         * genmk.rb (Utility): Append $(#{src}_DEPENDENCIES) to #{obj} targets.
9876         * conf/i386-pc.rmk: Replace grub-probe_DEPENDENCIES with
9877         util/grub-probe.c_DEPENDENCIES.  Replace grub-setup_DEPENDENCIES with
9878         util/i386/pc/grub-setup.c_DEPENDENCIES.
9879         * conf/i386-efi.rmk: Replace grub-probe_DEPENDENCIES with
9880         util/grub-probe.c_DEPENDENCIES.
9881         * conf/powerpc-ieee1275.rmk: Likewise.
9883 2007-08-28  Robert Millan  <rmh@aybabtu.com>
9885         * util/i386/get_disk_name.c: New.  Implement grub_util_get_disk_name()
9886         to tell grub-mkdevicemap how to name devices.
9887         * util/ieee1275/get_disk_name.c: Likewise (using "ofpathname -a"
9888         feature).
9890         * conf/i386-efi.rmk (grub_mkdevicemap_SOURCES): Add
9891         util/i386/get_disk_name.c.
9892         * conf/i386-pc.rmk (grub_mkdevicemap_SOURCES): Likewise.
9893         * conf/powerpc-ieee1275.rmk (grub_mkdevicemap_SOURCES): Add
9894         util/ieee1275/get_disk_name.c.
9896         * include/grub/util/misc.h: grub_util_get_disk_name() declaration.
9898         * DISTLIST: Add util/i386/get_disk_name.c and
9899         util/ieee1275/get_disk_name.c.
9901         * util/grub-mkdevicemap.c: Replace device naming logic with
9902         grub_util_get_disk_name() calls.
9904 2007-08-20  Robert Millan  <rmh@aybabtu.com>
9906         * normal/menu.c (run_menu): Refer to seconds as "s" not "seconds"
9907         (so that it works for both plural and singular quantities).
9909 2007-08-05  Robert Millan  <rmh@aybabtu.com>
9911         * util/grub.d/10_linux.in (test_gt): Strip out vmlinu[xz]- prefix
9912         so that [xz] isn't taken into account when determining order.
9914 2007-08-02  Marco Gerards  <marco@gnu.org>
9916         * DISTLIST: Add `disk/host.c', `fs/ntfs.c', `include/multiboot.h',
9917         `include/multiboot2.h', `include/grub/elfload.h',
9918         `include/multiboot.h', `include/grub/multiboot.h',
9919         `include/grub/multiboot_loader.h', `include/grub/multiboot2.h',
9920         `include/grub/i386/pc/biosdisk.h', `include/grub/util/biosdisk.h',
9921         `kern/elf.c', `loader/multiboot_loader.c',
9922         `loader/multiboot_loader_normal.c', `loader/multiboot2.c',
9923         `loader/i386/pc/multiboot2.c',
9924         `loader/powerpc/ieee1275/multiboot2.c', `util/hostfs.c' and
9925         `util/i386/pc/grub-mkrescue.in'.  Remove
9926         `include/grub/biosdisk.h', `include/grub/i386/pc/multiboot.h',
9927         `include/grub/i386/pc/util/biosdisk.h' and
9928         `include/grub/powerpc/ieee1275/multiboot.h'.
9930 2007-08-02  Bean  <bean123ch@gmail.com>
9932         * conf/common.rmk (pkgdata_MODULES): Add ntfs.mod.
9933         (ntfs_mod_SOURCES): New variable.
9934         (ntfs_mod_CFLAGS): Likewise.
9935         (ntfs_mod_LDFLAGS): Likewise.
9937         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/ntfs.c.
9938         (grub_probe_SOURCES): Likewise.
9939         (grub_emu_SOURCES): Likewise.
9941         * conf/i386-efi.rmk (grub_probe_SOURCES): Add fs/ntfs.c.
9942         (grub_emu_SOURCES): Likewise.
9944         * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Add fs/ntfs.c.
9945         (grub_emu_SOURCES): Likewise.
9947         * conf/misc.c (grub_utf16_to_utf8): Fix unicode conversion bug.
9949         * fs/ntfs.c: New file.
9951 2007-08-02  Bean  <bean123ch@gmail.com>
9953         * disk.h (grub_disk): Use NESTED_FUNC_ATTR.
9955         * file.h (grub_file): Likewise.
9957         * fshelp.h (grub_fshelp_read_file): Likewise.
9959         * util/i386/pc/grub-setup.c (setup): Likewise.
9960         (save_first_sector): Likewise.
9961         (save_blocklists): Likewise.
9963         * fs/affs.c (grub_affs_read_file): Likewise.
9965         * fs/ext2.c (grub_ext2_read_file): Likewise.
9967         * fs/fat.c (grub_fat_read_data): Likewise.
9969         * fs/fshelp.c (grub_fshelp_read_file): Likewise.
9971         * fs/hfs.c (grub_hfs_read_file): Likewise.
9973         * fs/hfsplus.c (grub_hfsplus_read_file): Likewise.
9975         * fs/jfs.c (grub_jfs_read_file): Likewise.
9977         * fs/minix.c (grub_minix_read_file): Likewise.
9979         * fs/sfs.c (grub_sfs_read_file): Likewise.
9981         * fs/ufs.c (grub_ufs_read_file): Likewise.
9983         * fs/xfs.c (grub_xfs_read_file): Likewise.
9985         * command/blocklist.c (read_blocklist): Likewise.
9986         (print_blocklist): Likewise.
9988 2007-08-02  Marco Gerards  <marco@gnu.org>
9990         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `disk/host.c' and
9991         `util/hostfs.c'.
9993         * disk/host.c: New file.
9995         * util/hostfs.c: Likewise.
9997         * fs/hfsplus.c (grub_hfsplus_mount): When reading out of disk,
9998         return `GRUB_ERR_BAD_FS'.
9999         * fs/sfs.c (grub_sfs_mount): Likewise.
10000         * fs/xfs.c (grub_xfs_mount): Likewise.
10002         * include/grub/disk.h (enum grub_disk_dev_id): Add
10003         `GRUB_DISK_DEVICE_HOST_ID'.
10005         * util/grub-emu.c (main): Initialize and de-initialize hostfs.
10007 2007-07-24  Jerone Young  <jerone@gmail.com>
10009         * conf/i386-pc.rmk: Add Multiboot loader and multiboot 2 to multiboot
10010         modules for compilation.
10011         * conf/powerpc-ieee1275.rmk: Likewise.
10013         * include/multiboot.h: Move multiboot definitions to one file. Rename
10014         many definitions to not get grub specific.
10015         * include/multiboot2.h: Create header with multiboot 2 definitions.
10016         * include/grub/multiboot.h: Header for grub specific function
10017         prototypes and definitions.
10018         * include/grub/multiboot2.h: Likewise.
10019         * include/grub/multiboot_loader.h: Likewise.
10020         * include/grub/i386/pc/multiboot.h: Removed.
10021         * include/grub/powerpc/ieee1275/multiboot.h: Removed.
10023         * loader/multiboot_loader.c: Created to act as a proxy for multiboot 1
10024         and 2 to allow for one multiboot and module commands.
10025         * loader/multiboot2.c: Add multiboot2 functionality.
10026         * loader/i386/pc/multiboot.c: Modify for new multiboot header location
10027         and definition names.
10028         * loader/i386/pc/multiboot2.c: Created to add i386 specific multiboot
10029         2 functions.
10030         * loader/powerpc/ieee1275/multiboot2.c: Created to add powerpc
10031         ieee1275 specific multiboot2 code.
10033         * kern/i386/pc/startup.S: Change headers and definition names for
10034         multiboot. Add function grub_multiboot2_real_boot for multiboot 2.
10036 2007-07-22  Robert Millan  <rmh@aybabtu.com>
10038         * geninitheader.sh: Process file specified in first parameter rather
10039         than hardcoding grub_modules_init.lst.
10040         * geninit.sh: Likewise.  Also, construct header name dynamically rather
10041         than hardcoding grub_modules_init.h.
10043         * conf/common.rmk: Rename grub_modules_init.[ch] files associated with
10044         grub-emu to grub_emu_init.[ch].  Add rules to build analogous
10045         grub_probe_init.[ch] and grub_setup_init.[ch].
10047         * conf/powerpc-ieee1275.rmk (grub_emu_DEPENDENCIES): Replace
10048         grub_modules_init.h with grub_emu_init.h.
10049         (grub_probe_DEPENDENCIES, grub_probe_SOURCES): Add new
10050         grub_probe_init.[ch] files.
10051         * conf/i386-efi.rmk: Likewise.
10052         * conf/i386-pc.rmk: Likewise.
10053         (grub_setup_DEPENDENCIES, grub_setup_SOURCES): Add new
10054         grub_setup_init.[ch] files.
10056         * util/grub-emu.c: Replace grub_modules_init.h with grub_emu_init.h.
10057         * util/grub-probe.c: Include grub_probe_init.h.  Use grub_init_all()
10058         to initialize modules rather than a list of hardcoded functions.
10059         * util/i386/pc/grub-setup.c: Include grub_setup_init.h.  Use
10060         grub_init_all() to initialize modules rather than a list of hardcoded
10061         functions.
10063 2007-07-22  Robert Millan  <rmh@aybabtu.com>
10065         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options): Set
10066         GRUB_IEEE1275_FLAG_NO_PARTITION_0 flag when running on SmartFirmware.
10068 2007-07-22  Robert Millan  <rmh@aybabtu.com>
10070         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_flag): Add
10071         GRUB_IEEE1275_FLAG_BROKEN_OUTPUT flag.
10072         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options): Set this
10073         flag when running on SmartFirmware.
10074         * term/ieee1275/ofconsole.c (grub_ofconsole_init): Avoid running
10075         "output-device output" command when GRUB_IEEE1275_FLAG_BROKEN_OUTPUT
10076         was set.
10078         * kern/powerpc/ieee1275/openfw.c (grub_ieee1275_encode_devname):
10079         Increase partno when GRUB_IEEE1275_FLAG_0_BASED_PARTITIONS flag is set,
10080         rather than decreasing it.
10082         * util/i386/pc/grub-setup.c (setup): When embedding is required, but
10083         there's not enough space to do it, fail in the same way as when it
10084         can't be done because there are no partitions.
10086         * util/powerpc/ieee1275/grub-install.in: Improve error message shown
10087         when nvsetenv failed.
10089 2007-07-22  Yoshinori K. Okuji  <okuji@enbug.org>
10091         * conf/i386-pc.rmk (CLEANFILES): Removed for grub-mkrescue,
10092         because this rule is automatically generated.
10093         (grub-mkrescue): Removed for the same reason as above.
10095 2007-07-22  Yoshinori K. Okuji  <okuji@enbug.org>
10097         Migrate to GNU General Public License Version 3.
10099         * COPYING: Replaced with the plain text version of GPLv3.
10101         * config.guess: Updated from gnulib.
10102         * config.sub: Likewise.
10104         * geninit.sh: Output a GPLv3 copyright notice.
10105         * geninitheader.sh: Likewise.
10106         * genmodsrc.sh: Likewise.
10107         * gensymlist.sh.in: Likewise.
10109         * boot/i386/pc/boot.S: Upgraded to GPLv3.
10110         * boot/i386/pc/diskboot.S: Likewise.
10111         * boot/i386/pc/pxeboot.S: Likewise.
10112         * commands/blocklist.c: Likewise.
10113         * commands/boot.c: Likewise.
10114         * commands/cat.c: Likewise.
10115         * commands/cmp.c: Likewise.
10116         * commands/configfile.c: Likewise.
10117         * commands/echo.c: Likewise.
10118         * commands/help.c: Likewise.
10119         * commands/ls.c: Likewise.
10120         * commands/search.c: Likewise.
10121         * commands/terminal.c: Likewise.
10122         * commands/test.c: Likewise.
10123         * commands/videotest.c: Likewise.
10124         * commands/i386/cpuid.c: Likewise.
10125         * commands/i386/pc/halt.c: Likewise.
10126         * commands/i386/pc/play.c: Likewise.
10127         * commands/i386/pc/reboot.c: Likewise.
10128         * commands/i386/pc/vbeinfo.c: Likewise.
10129         * commands/i386/pc/vbetest.c: Likewise.
10130         * commands/ieee1275/halt.c: Likewise.
10131         * commands/ieee1275/reboot.c: Likewise.
10132         * commands/ieee1275/suspend.c: Likewise.
10133         * disk/loopback.c: Likewise.
10134         * disk/lvm.c: Likewise.
10135         * disk/raid.c: Likewise.
10136         * disk/efi/efidisk.c: Likewise.
10137         * disk/i386/pc/biosdisk.c: Likewise.
10138         * disk/ieee1275/ofdisk.c: Likewise.
10139         * font/manager.c: Likewise.
10140         * fs/affs.c: Likewise.
10141         * fs/ext2.c: Likewise.
10142         * fs/fat.c: Likewise.
10143         * fs/fshelp.c: Likewise.
10144         * fs/hfs.c: Likewise.
10145         * fs/hfsplus.c: Likewise.
10146         * fs/iso9660.c: Likewise.
10147         * fs/jfs.c: Likewise.
10148         * fs/minix.c: Likewise.
10149         * fs/sfs.c: Likewise.
10150         * fs/ufs.c: Likewise.
10151         * fs/xfs.c: Likewise.
10152         * hello/hello.c: Likewise.
10153         * include/grub/acorn_filecore.h: Likewise.
10154         * include/grub/arg.h: Likewise.
10155         * include/grub/bitmap.h: Likewise.
10156         * include/grub/boot.h: Likewise.
10157         * include/grub/cache.h: Likewise.
10158         * include/grub/device.h: Likewise.
10159         * include/grub/disk.h: Likewise.
10160         * include/grub/dl.h: Likewise.
10161         * include/grub/elfload.h: Likewise.
10162         * include/grub/env.h: Likewise.
10163         * include/grub/err.h: Likewise.
10164         * include/grub/file.h: Likewise.
10165         * include/grub/font.h: Likewise.
10166         * include/grub/fs.h: Likewise.
10167         * include/grub/fshelp.h: Likewise.
10168         * include/grub/gzio.h: Likewise.
10169         * include/grub/hfs.h: Likewise.
10170         * include/grub/kernel.h: Likewise.
10171         * include/grub/loader.h: Likewise.
10172         * include/grub/lvm.h: Likewise.
10173         * include/grub/misc.h: Likewise.
10174         * include/grub/mm.h: Likewise.
10175         * include/grub/net.h: Likewise.
10176         * include/grub/normal.h: Likewise.
10177         * include/grub/parser.h: Likewise.
10178         * include/grub/partition.h: Likewise.
10179         * include/grub/pc_partition.h: Likewise.
10180         * include/grub/raid.h: Likewise.
10181         * include/grub/rescue.h: Likewise.
10182         * include/grub/script.h: Likewise.
10183         * include/grub/setjmp.h: Likewise.
10184         * include/grub/symbol.h: Likewise.
10185         * include/grub/term.h: Likewise.
10186         * include/grub/terminfo.h: Likewise.
10187         * include/grub/tparm.h: Likewise.
10188         * include/grub/types.h: Likewise.
10189         * include/grub/video.h: Likewise.
10190         * include/grub/efi/api.h: Likewise.
10191         * include/grub/efi/chainloader.h: Likewise.
10192         * include/grub/efi/console.h: Likewise.
10193         * include/grub/efi/console_control.h: Likewise.
10194         * include/grub/efi/disk.h: Likewise.
10195         * include/grub/efi/efi.h: Likewise.
10196         * include/grub/efi/pe32.h: Likewise.
10197         * include/grub/efi/time.h: Likewise.
10198         * include/grub/i386/linux.h: Likewise.
10199         * include/grub/i386/setjmp.h: Likewise.
10200         * include/grub/i386/types.h: Likewise.
10201         * include/grub/i386/efi/kernel.h: Likewise.
10202         * include/grub/i386/efi/loader.h: Likewise.
10203         * include/grub/i386/efi/time.h: Likewise.
10204         * include/grub/i386/pc/biosdisk.h: Likewise.
10205         * include/grub/i386/pc/boot.h: Likewise.
10206         * include/grub/i386/pc/chainloader.h: Likewise.
10207         * include/grub/i386/pc/console.h: Likewise.
10208         * include/grub/i386/pc/init.h: Likewise.
10209         * include/grub/i386/pc/kernel.h: Likewise.
10210         * include/grub/i386/pc/loader.h: Likewise.
10211         * include/grub/i386/pc/memory.h: Likewise.
10212         * include/grub/i386/pc/multiboot.h: Likewise.
10213         * include/grub/i386/pc/serial.h: Likewise.
10214         * include/grub/i386/pc/time.h: Likewise.
10215         * include/grub/i386/pc/vbe.h: Likewise.
10216         * include/grub/i386/pc/vbeblit.h: Likewise.
10217         * include/grub/i386/pc/vbefill.h: Likewise.
10218         * include/grub/i386/pc/vbeutil.h: Likewise.
10219         * include/grub/i386/pc/vga.h: Likewise.
10220         * include/grub/ieee1275/ieee1275.h: Likewise.
10221         * include/grub/ieee1275/ofdisk.h: Likewise.
10222         * include/grub/powerpc/libgcc.h: Likewise.
10223         * include/grub/powerpc/setjmp.h: Likewise.
10224         * include/grub/powerpc/types.h: Likewise.
10225         * include/grub/powerpc/ieee1275/biosdisk.h: Likewise.
10226         * include/grub/powerpc/ieee1275/console.h: Likewise.
10227         * include/grub/powerpc/ieee1275/ieee1275.h: Likewise.
10228         * include/grub/powerpc/ieee1275/kernel.h: Likewise.
10229         * include/grub/powerpc/ieee1275/loader.h: Likewise.
10230         * include/grub/powerpc/ieee1275/multiboot.h: Likewise.
10231         * include/grub/powerpc/ieee1275/time.h: Likewise.
10232         * include/grub/powerpc/ieee1275/util/biosdisk.h: Likewise.
10233         * include/grub/sparc64/libgcc.h: Likewise.
10234         * include/grub/sparc64/setjmp.h: Likewise.
10235         * include/grub/sparc64/types.h: Likewise.
10236         * include/grub/sparc64/ieee1275/console.h: Likewise.
10237         * include/grub/sparc64/ieee1275/ieee1275.h: Likewise.
10238         * include/grub/sparc64/ieee1275/kernel.h: Likewise.
10239         * include/grub/sparc64/ieee1275/time.h: Likewise.
10240         * include/grub/util/biosdisk.h: Likewise.
10241         * include/grub/util/getroot.h: Likewise.
10242         * include/grub/util/lvm.h: Likewise.
10243         * include/grub/util/misc.h: Likewise.
10244         * include/grub/util/raid.h: Likewise.
10245         * include/grub/util/resolve.h: Likewise.
10246         * io/gzio.c: Likewise.
10247         * kern/device.c: Likewise.
10248         * kern/disk.c: Likewise.
10249         * kern/dl.c: Likewise.
10250         * kern/elf.c: Likewise.
10251         * kern/env.c: Likewise.
10252         * kern/err.c: Likewise.
10253         * kern/file.c: Likewise.
10254         * kern/fs.c: Likewise.
10255         * kern/loader.c: Likewise.
10256         * kern/main.c: Likewise.
10257         * kern/misc.c: Likewise.
10258         * kern/mm.c: Likewise.
10259         * kern/parser.c: Likewise.
10260         * kern/partition.c: Likewise.
10261         * kern/rescue.c: Likewise.
10262         * kern/term.c: Likewise.
10263         * kern/efi/efi.c: Likewise.
10264         * kern/efi/init.c: Likewise.
10265         * kern/efi/mm.c: Likewise.
10266         * kern/i386/dl.c: Likewise.
10267         * kern/i386/efi/init.c: Likewise.
10268         * kern/i386/efi/startup.S: Likewise.
10269         * kern/i386/pc/init.c: Likewise.
10270         * kern/i386/pc/lzo1x.S: Likewise.
10271         * kern/i386/pc/startup.S: Likewise.
10272         * kern/ieee1275/ieee1275.c: Likewise.
10273         * kern/powerpc/cache.S: Likewise.
10274         * kern/powerpc/dl.c: Likewise.
10275         * kern/powerpc/ieee1275/cmain.c: Likewise.
10276         * kern/powerpc/ieee1275/crt0.S: Likewise.
10277         * kern/powerpc/ieee1275/init.c: Likewise.
10278         * kern/powerpc/ieee1275/openfw.c: Likewise.
10279         * kern/sparc64/cache.S: Likewise.
10280         * kern/sparc64/dl.c: Likewise.
10281         * kern/sparc64/ieee1275/init.c: Likewise.
10282         * kern/sparc64/ieee1275/openfw.c: Likewise.
10283         * loader/efi/chainloader.c: Likewise.
10284         * loader/efi/chainloader_normal.c: Likewise.
10285         * loader/i386/efi/linux.c: Likewise.
10286         * loader/i386/efi/linux_normal.c: Likewise.
10287         * loader/i386/pc/chainloader.c: Likewise.
10288         * loader/i386/pc/chainloader_normal.c: Likewise.
10289         * loader/i386/pc/linux.c: Likewise.
10290         * loader/i386/pc/linux_normal.c: Likewise.
10291         * loader/i386/pc/multiboot.c: Likewise.
10292         * loader/i386/pc/multiboot_normal.c: Likewise.
10293         * loader/powerpc/ieee1275/linux.c: Likewise.
10294         * loader/powerpc/ieee1275/linux_normal.c: Likewise.
10295         * normal/arg.c: Likewise.
10296         * normal/cmdline.c: Likewise.
10297         * normal/command.c: Likewise.
10298         * normal/completion.c: Likewise.
10299         * normal/execute.c: Likewise.
10300         * normal/function.c: Likewise.
10301         * normal/lexer.c: Likewise.
10302         * normal/main.c: Likewise.
10303         * normal/menu.c: Likewise.
10304         * normal/menu_entry.c: Likewise.
10305         * normal/misc.c: Likewise.
10306         * normal/parser.y: Likewise.
10307         * normal/script.c: Likewise.
10308         * normal/i386/setjmp.S: Likewise.
10309         * normal/powerpc/setjmp.S: Likewise.
10310         * normal/sparc64/setjmp.S: Likewise.
10311         * partmap/acorn.c: Likewise.
10312         * partmap/amiga.c: Likewise.
10313         * partmap/apple.c: Likewise.
10314         * partmap/gpt.c: Likewise.
10315         * partmap/pc.c: Likewise.
10316         * partmap/sun.c: Likewise.
10317         * term/gfxterm.c: Likewise.
10318         * term/terminfo.c: Likewise.
10319         * term/efi/console.c: Likewise.
10320         * term/i386/pc/console.c: Likewise.
10321         * term/i386/pc/serial.c: Likewise.
10322         * term/i386/pc/vesafb.c: Likewise.
10323         * term/i386/pc/vga.c: Likewise.
10324         * term/ieee1275/ofconsole.c: Likewise.
10325         * util/biosdisk.c: Likewise.
10326         * util/console.c: Likewise.
10327         * util/genmoddep.c: Likewise.
10328         * util/getroot.c: Likewise.
10329         * util/grub-emu.c: Likewise.
10330         * util/grub-mkdevicemap.c: Likewise.
10331         * util/grub-probe.c: Likewise.
10332         * util/lvm.c: Likewise.
10333         * util/misc.c: Likewise.
10334         * util/raid.c: Likewise.
10335         * util/resolve.c: Likewise.
10336         * util/update-grub.in: Likewise.
10337         * util/update-grub_lib.in: Likewise.
10338         * util/grub.d/00_header.in: Likewise.
10339         * util/grub.d/10_hurd.in: Likewise.
10340         * util/grub.d/10_linux.in: Likewise.
10341         * util/i386/efi/grub-install.in: Likewise.
10342         * util/i386/efi/grub-mkimage.c: Likewise.
10343         * util/i386/pc/grub-install.in: Likewise.
10344         * util/i386/pc/grub-mkimage.c: Likewise.
10345         * util/i386/pc/grub-mkrescue.in: Likewise.
10346         * util/i386/pc/grub-setup.c: Likewise.
10347         * util/i386/pc/misc.c: Likewise.
10348         * util/powerpc/ieee1275/grub-install.in: Likewise.
10349         * util/powerpc/ieee1275/grub-mkimage.c: Likewise.
10350         * util/powerpc/ieee1275/misc.c: Likewise.
10351         * video/bitmap.c: Likewise.
10352         * video/video.c: Likewise.
10353         * video/i386/pc/vbe.c: Likewise.
10354         * video/i386/pc/vbeblit.c: Likewise.
10355         * video/i386/pc/vbefill.c: Likewise.
10356         * video/i386/pc/vbeutil.c: Likewise.
10357         * video/readers/tga.c: Likewise.
10359 2007-07-02  Robert Millan  <rmh@aybabtu.com>
10361         * conf/i386-efi.rmk: Replace obsolete reference to
10362         util/i386/pc/biosdisk.c with util/biosdisk.c, and util/i386/pc/getroot.c
10363         with util/getroot.c.
10364         * conf/powerpc-ieee1275.rmk: Likewise.
10365         * conf/sparc64-ieee1275.rmk: Likewise.
10367         * util/grub-emu.c (main): Fix unchecked pointer handling.
10369 2007-07-02  Robert Millan  <rmh@aybabtu.com>
10371         * util/i386/efi/grub-install.in: Allow `grub_probe --target=partmap'
10372         invocation to fail, in order to support partition-less media.
10374         * util/i386/pc/grub-install.in: Likewise.
10376         * util/powerpc/ieee1275/grub-install.in: Use grub-probe to determine
10377         which fs or partmap modules are needed (akin to its sister scripts).
10379         Also use grub-probe to get rid of unportable /proc/mounts check.
10381         Print the same informational message that the other scripts do, before
10382         exiting.
10384 2007-06-23  Robert Millan  <rmh@aybabtu.com>
10386         * util/update-grub_lib.in (font_path): New function.  Determine whether
10387         a font file can be found and, if so, echo the GRUB path to it.
10389         * util/update-grub.in: Handle multiple terminals depending on user
10390         input, platform availability and font file presence.  Propagate
10391         variables of our findings to /etc/grub.d/ children.
10393         * util/grub.d/00_header.in: Handle multiple terminals, based on
10394         environment setup by update-grub.
10396 2007-06-23  Robert Millan  <rmh@aybabtu.com>
10398         * conf/i386-pc.rmk (pkgdata_MODULES): Add serial.mod.
10400 2007-06-21  Robert Millan  <rmh@aybabtu.com>
10402         * include/grub/i386/pc/kernel.h: Define GRUB_KERNEL_MACHINE_DATA_END to
10403         indicate end of data section in kernel image.
10404         * include/grub/i386/efi/kernel.h: Define GRUB_KERNEL_MACHINE_PREFIX and
10405         GRUB_KERNEL_MACHINE_DATA_END.
10407         * kern/i386/pc/startup.S: Do not initialize grub_prefix, only reserve
10408         space for it.
10409         * kern/i386/efi/startup.S: Likewise.
10411         * util/i386/pc/grub-mkimage.c: Initialize grub_prefix to /boot/grub
10412         during image generation.  Implement --prefix option to override this
10413         patch.
10414         * util/i386/efi/grub-mkimage.c: Likewise.
10416         * util/update-grub_lib.in (convert_system_path_to_grub_path): Split
10417         code to make path relative to its root into a separate function.
10419         * util/i386/pc/grub-install.in: Use newly provided
10420         make_system_path_relative_to_its_root() to convert ${grubdir}, then
10421         pass the result to grub-install --prefix.
10423 2007-06-13  Robert Millan  <rmh@aybabtu.com>
10425         * include/grub/util/misc.h: Define DEFAULT_DIRECTORY and
10426         DEFAULT_DEVICE_MAP.
10427         * util/grub-emu.c: Use above definitions from misc.h instead of
10428         defining them.
10429         * util/grub-mkdevicemap.c: Likewise.
10430         * util/i386/pc/grub-setup.c: Likewise.
10431         * util/grub-probe.c: Likewise.
10432         (probe): Abort with grub_util_error() when either
10433         grub_guess_root_device or grub_util_get_grub_dev fails.
10435 2007-06-12  Robert Millan  <rmh@aybabtu.com>
10437         * normal/command.c (grub_command_execute): Use NULL rather than 0 for
10438         "pager" assignment.
10439         * util/biosdisk.c (grub_util_biosdisk_get_grub_dev): Likewise for
10440         "pcdata".
10441         * util/grub-probe.c (probe): Likewise for "drive_name".
10443 2007-06-11  Robert Millan  <rmh@aybabtu.com>
10445         * util/i386/pc/grub-mkrescue.in: Pad both floppy images with zeroes,
10446         not just the cdrom one.
10448 2007-06-11  Robert Millan  <rmh@aybabtu.com>
10450         * util/i386/pc/grub-mkrescue.in: Add "set -e".
10451         Add --pkglibdir=DIR option to override pkglibdir.
10452         Mention --image-type=TYPE in help output.
10453         Fix --grub-mkimage (it was a no-op).
10454         Abort gracefully when no parameter is given.
10456 2007-06-11  Robert Millan  <rmh@aybabtu.com>
10458         * util/i386/pc/grub-mkrescue.in: New file.
10459         * conf/i386-pc.rmk: Add its build declarations.  Put it in bin_SCRIPTS.
10460         * Makefile.in: Handle bin_SCRIPTS.
10462 2007-06-10  Vesa Jaaskelainen  <chaac@nic.fi>
10464         * term/gfxterm.c (grub_gfxterm_init): Added support for specifying
10465         list of video modes.
10467 2007-06-06  Robert Millan  <rmh@aybabtu.com>
10469         * util/update-grub_lib.in (convert_system_path_to_grub_path): Abort if
10470         file doesn't exist, or if it is in a filesystem grub can't read.
10472         * util/update-grub.in: Set fallback for GRUB_FS check to "unknown".  Do
10473         not abort if GRUB_DRIVE could not be defined.  Rearrange generated
10474         header comment to fit in 80 columns when the variables are resolved.
10476         * util/grub.d/00_header.in: Only set root variable when GRUB_DRIVE
10477         could be identified by update-grub.  Remove redundant check for
10478         unifont.pff existence (since convert_system_path_to_grub_path now
10479         handles that).
10481 2007-06-04  Robert Millan  <rmh@aybabtu.com>
10483         * conf/i386-efi.rmk (grub_probe_SOURCES): Add partmap/apple.c.
10485         * conf/i386-pc.rmk (grub_probe_SOURCES): Likewise.
10487         * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Add partmap/pc.c.
10489 2007-06-04  Robert Millan  <rmh@aybabtu.com>
10491         * conf/powerpc-ieee1275.rmk: Enable grub-mkdevicemap and grub-probe.
10493         * include/grub/partition.h: Declare grub_apple_partition_map_init and
10494         grub_apple_partition_map_fini.
10496         * util/biosdisk.c
10497         (grub_util_biosdisk_open): Replace BLKGETSIZE with BLKGETSIZE64 (needed
10498         to access >2 TiB disks).
10500         Print disk->total_sectors with %llu instead of %lu, since this
10501         variable is always 64-bit (prevents wrong disk size from being displayed
10502         on either >2 TiB disk or big-endian CPU).
10504         (grub_util_biosdisk_get_grub_dev): Convert gpt_partition_map handling
10505         into a generic case that supports all (sane) partition maps.
10507         Stop using grub_cpu_to_le32() on dos_part / bsd_part since it actually
10508         breaks big-endian.
10510         * util/grub-probe.c: Call grub_apple_partition_map_init() before probe()
10511         and grub_apple_partition_map_fini() after that.
10513 2007-06-01  Robert Millan  <rmh@aybabtu.com>
10515         * util/update-grub.in: Export GRUB_CMDLINE_LINUX.
10517         * util/grub.d/00_header.in: Only enable gfxterm when
10518         convert_system_path_to_grub_path() succeeds.
10520 2007-05-20  Robert Millan  <rmh@aybabtu.com>
10522         * util/update-grub_lib.in: New file.
10523         * DISTLIST: Add update-grub_lib.in.
10524         * conf/common.rmk: Generate update-grub_lib and install it in
10525         $(lib_DATA).
10526         * Makefile.in: Add install routine for $(lib_DATA).
10528         * util/grub.d/00_header.in: Use convert_system_path_to_grub_path()
10529         function provided by update-grub_lib to support arbitrary paths of
10530         unifont.pff.
10531         * util/update-grub.in: Use convert_system_path_to_grub_path() to
10532         initialize GRUB_DRIVE_BOOT and GRUB_DRIVE_BOOT_GRUB variables.
10534 2007-05-19  Robert Millan  <rmh@aybabtu.com>
10536         * commands/i386/cpuid.c: New module.
10537         * DISTLIST: Add it.
10538         * conf/i386-efi.rmk: Enable cpuid.mod.
10539         * conf/i386-pc.rmk: Likewise.
10541 2007-05-18  Jeroen Dekkers  <jeroen@dekkers.cx>
10543         * kern/disk.c (grub_disk_read): Check return value of
10544         grub_realloc().
10546 2007-05-18  Jeroen Dekkers  <jeroen@dekkers.cx>
10548         * util/getroot.c (grub_util_get_grub_dev): Support partitionable
10549         arrays.
10550         * disk/raid.c (grub_raid_open): Likewise.
10552 2007-05-17  Jeroen Dekkers  <jeroen@dekkers.cx>
10554         * util/biosdisk.c (linux_find_partition): Allocate real_dev on the
10555         stack instead of on the heap.
10557         * kern/disk.c (grub_disk_read): Make sure tmp_buf is big enough
10558         before doing a read on it.
10560         * configure.ac: Only use -fno-stack-protector for the target
10561         environment.
10563 2007-05-17  Jeroen Dekkers  <jeroen@dekkers.cx>
10565         * video/i386/pc/vbe.c (grub_video_vbe_create_render_target): Add
10566         __attribute_ ((unused)) to mode_type argument.
10568         * util/getroot.c (grub_guess_root_device): Fix #endif.
10570         * kern/misc.c (memcmp): Fix prototype.
10572         * include/grub/partition.h [GRUB_UTIL]
10573         (grub_gpt_partition_map_init): Add prototype.
10574         (grub_gpt_partition_map_fini): Likewise.
10576         * fs/jfs.c (struct grub_jfs_inode): Put __attribute__ ((packed)
10577         at the right place.
10579         * fs/fat.c (grub_fat_mount): Replace ~0UL with ~0U.
10580         (grub_fat_read_data): Likewise.
10581         (grub_fat_find_dir): Likewise.
10583         * font/manager.c (find_glyph): Make table a const.
10584         (grub_font_get_glyph): Remove bitmap from if statement.
10586 2007-05-16  Jeroen Dekkers  <jeroen@dekkers.cx>
10588         * util/getroot.c (grub_guess_root_device): Remove RAID and LVM
10589         code, first search for device in /dev/mapper, then in /dev.
10590         (grub_util_get_grub_dev): New function.
10591         * include/grub/util/getroot.h (grub_util_get_grub_dev): Add
10592         prototype.
10593         * util/grub-probe.c (probe): Remove check for RAID, call
10594         grub_util_get_grub_dev() instead of
10595         grub_util_biosdisk_get_grub_dev().
10596         * util/grub-emu.c (main): Call grub_util_get_grub_dev() instead of
10597         grub_util_biosdisk_get_grub_dev().
10598         * util/i386/pc/grub-setup.c (main): Likewise.
10600 2007-05-16  Robert Millan  <rmh@aybabtu.com>
10602         * DISTLIST: Update for the latest changes.
10603         * conf/i386-pc.rmk: Use the new paths for util/getroot.c,
10604         util/grub-mkdevicemap.c, util/grub-probe.c and util/biosdisk.c.
10605         * util/grub-emu.c: Replace grub/i386/pc/util/biosdisk.h with
10606         grub/util/biosdisk.h.
10607         * util/i386/pc/grub-setup.c: Replace grub/machine/util/biosdisk.h with
10608         grub/util/biosdisk.h.
10610 2007-05-16  Robert Millan  <rmh@aybabtu.com>
10612         * util/grub.d/00_header.in: Set default gfxmode to `640x480'.
10614 2007-05-16  Robert Millan  <rmh@aybabtu.com>
10616         * util/i386/efi/grub-install.in: New.
10617         * conf/i386-efi.rmk: Enable grub-mkdevicemap, grub-probe and the
10618         newly added grub-install.
10619         * util/biosdisk.c: Remove unnecessary grub/machine/biosdisk.h
10620         include.
10621         * util/getroot.c: Replace grub/i386/pc/util/biosdisk.h with
10622         grub/util/biosdisk.h.
10623         * util/grub-probe.c: Replace grub/machine/util/biosdisk.h with
10624         grub/util/biosdisk.h.
10626 2007-05-16  Robert Millan  <rmh@aybabtu.com>
10628         * include/grub/i386/pc/util/biosdisk.h: Moved to ...
10629         * include/grub/util/biosdisk.h: ... here.
10630         * util/i386/pc/biosdisk.c: Moved to ...
10631         * util/biosdisk.c: ... here.
10632         * util/i386/pc/getroot.c: Moved to ...
10633         * util/getroot.c: ... here.
10634         * util/i386/pc/grub-mkdevicemap.c: Moved to ...
10635         * util/grub-mkdevicemap.c: ... here.
10636         * util/i386/pc/grub-probe.c: Moved to ...
10637         * util/grub-probe.c: ... here.
10639 2007-05-15  Robert Millan  <rmh@aybabtu.com>
10641         * util/update-grub.in: Remove duplicated line in grub.cfg header
10642         message.
10644 2007-05-13  Robert Millan  <rmh@aybabtu.com>
10646         * util/update-grub.in: Fix a few assumptions about the devices holding
10647         /, /boot and /boot/grub being the same.
10648         * util/grub.d/00_header.in: Likewise.
10649         * util/grub.d/10_hurd.in: Likewise.
10650         * util/grub.d/10_linux.in: Likewise.
10652         * util/grub.d/10_linux.in: Implement Linux image sorting with arbitrary
10653         patterns.  Use that to define the `.old' suffix as older than `'.
10655         * util/grub.d/00_header.in: Set default gfxmode to `800x600x16'.
10657         * util/update-grub.in: Add a reference to ${sysconfdir}/default/grub in
10658         the grub.cfg header message.
10660 2007-05-11  Robert Millan  <rmh@aybabtu.com>
10662         * util/update-grub.in: Create device.map if it doesn't already exist,
10663         before attempting to run grub-probe.
10664         Check for grub-probe and grub-mkdevicemap with the same code
10665         grub-install is using.
10666         Remove test mode.
10668 2007-05-09  Jeroen Dekkers  <jeroen@dekkers.cx>
10670         * Makefile.in: Add the datarootdir autoconf variable.
10672 2007-05-09  Robert Millan  <rmh@aybabtu.com>
10674         * util/i386/pc/grub-probe.c (probe): When detecting partition map,
10675         fail gracefully if dev->disk->partition == NULL.
10677 2007-05-07  Robert Millan  <rmh@aybabtu.com>
10679         * util/i386/pc/grub-probe.c: Add `grub-probe -t partmap' parameter to
10680         determine partition map module.
10681         * util/i386/pc/grub-install.in: Use this feature to decide which
10682         partition module to load, instead of hardcoding pc and gpt.
10684 2007-05-07  Robert Millan  <rmh@aybabtu.com>
10686         * Makefile.in: Fix assumption that $(srcdir) has a trailing slash when
10687         source directory differs from build directory.
10689 2007-05-05  Robert Millan  <rmh@aybabtu.com>
10691         * util/powerpc/ieee1275/grub-install.in: Fix syntax error in pkglibdir
10692         initialisation.
10694 2007-05-05  Robert Millan  <rmh@aybabtu.com>
10696         * util/update-grub.in: Create ${grub_prefix} if it doesn't exist.
10698 2007-05-05  Robert Millan  <rmh@aybabtu.com>
10700         * util/grub.d/10_linux.in: Allow the administrator to insert Linux
10701         command-line arguments via ${GRUB_CMDLINE_LINUX}.
10703 2007-05-05  Robert Millan  <rmh@aybabtu.com>
10705         * conf/i386-pc.rmk (grub_setup_SOURCES): Add partmap/gpt.c.
10706         (grub_probe_SOURCES): Likewise.
10707         * util/i386/pc/biosdisk.c (grub_util_biosdisk_get_grub_dev): Detect
10708         GPT and initialize dos_part and bsd_part accordingly.
10709         * util/i386/pc/grub-setup.c (setup): Ditto for install_dos_part and
10710         install_bsd_part.
10711         (main): Activate gpt module for use during partition identification,
10712         and deactivate it afterwards.
10713         * util/i386/pc/grub-install.in: Add gpt module to core.img.
10714         * util/i386/pc/grub-probe.c (main): Activate gpt module for use during
10715         partition identification, and deactivate it afterwards.
10717 2007-05-05  Robert Millan  <rmh@aybabtu.com>
10719         * term/i386/pc/console.c (grub_console_fini): Call
10720         grub_term_set_current() before grub_term_unregister().
10722 2007-05-04  Robert Millan  <rmh@aybabtu.com>
10724         * DISTLIST: Add util/update-grub.in, util/grub.d/00_header.in,
10725         util/grub.d/10_hurd.in, util/grub.d/10_linux.in and util/grub.d/README.
10726         * Makefile.in: Build update-grub_SCRIPTS.  Install update-grub_SCRIPTS
10727         and update-grub_DATA.
10728         * conf/common.rmk: Build and install update-grub components.
10729         * conf/common.mk: Regenerate.
10730         * util/update-grub.in: New.  Core of update-grub.
10731         * util/grub.d/00_header.in: New.  Generates grub.cfg header.
10732         * util/grub.d/10_hurd.in: New.  Generates boot entries for the Hurd.
10733         * util/grub.d/10_linux.in: New.  Generates boot entries for Linux.
10734         * util/grub.d/README: New.  Document grub.d directory layout.
10736 2007-05-01  Robert Millan  <rmh@aybabtu.com>
10738         * util/grub-emu.c: Move initialization functions
10739         grub_util_biosdisk_init() and grub_init_all() before
10740         grub_util_biosdisk_get_grub_dev(), which relies on them.
10742 2007-04-19  Robert Millan  <rmh@aybabtu.com>
10744         * util/powerpc/ieee1275/grub-install.in: Initialize ${bindir}, since
10745         it is used later.
10747 2007-04-18  Jerone Young  <jerone@gmail.com>
10749         * kernel/elf.c: Add missing parenthesis for conditional statement
10750         stanza.
10752 2007-04-10  Jerone Young  <jerone@gmail.com>
10754         * util/i386/pc/getroot.c: Update so that if root device is /dev/root ,
10755         continue on and look for device node with real device name.
10757 2007-04-10  Jerone Young  <jerone@gmail.com>
10759         * configure.ac: Add argument for autoconf to use transformation
10760         ability.
10761         * Makefile.in: Add autoconf package transformation code.
10762         * util/i386/pc/grub-install.in: Likewise.
10763         * util/powerpc/ieee1275/grub-install.in: Likewise.
10765 2007-03-19  Yoshinori K. Okuji  <okuji@enbug.org>
10767         * fs/ext2.c (EXT2_GOOD_OLD_REVISION): New macro.
10768         (EXT2_GOOD_OLD_INODE_SIZE): Likewise.
10769         (EXT2_REVISION): Likewise.
10770         (EXT2_INODE_SIZE): Likewise.
10771         (struct grub_ext2_block_group): Added a missing member
10772         "used_dirs".
10773         (grub_ext2_read_inode): Divide by the inode size in a superblock
10774         instead of 128 to obtain INODES_PER_BLOCK.
10775         Use the macro EXT2_INODE_SIZE instead of directly using
10776         SBLOCK->INODE_SIZE.
10778 2007-03-18  Yoshinori K. Okuji  <okuji@enbug.org>
10780         * fs/ext2.c (grub_ext2_read_inode): Use the inode size in a
10781         superblock instead of the structure size to compute an
10782         offset. This fixes the problem that GRUB could not read a
10783         filesystem when inode size is different from 128-byte.
10785 2007-03-05  Marco Gerards  <marco@gnu.org>
10787         * normal/main.c (read_config_file): When "menu" is not set, create
10788         an initial context.
10790 2007-02-21  Hollis Blanchard  <hollis@penguinppc.org>
10792         * kern/powerpc/ieee1275/init.c (HEAP_SIZE): Removed.
10793         (HEAP_LIMIT): New macro.
10794         (grub_claim_heap): Claim memory up to `heaplimit'.
10796 2007-02-21  Hollis Blanchard  <hollis@penguinppc.org>
10798         * conf/powerpc-ieee1275.rmk (kernel_elf_LDFLAGS): Link at 64KB.
10799         * kern/powerpc/ieee1275/init.c (_end): Add declaration.
10800         (_start): Likewise.
10801         (grub_arch_modules_addr): Return address after `_end'.
10802         * util/powerpc/ieee1275/grub-mkimage.c: Include grub/misc.h.
10803         (load_modules): Use new parameter as `p_paddr' and `p_vaddr'.
10804         (add_segments): Calculate `_end' from phdr size and location.
10805         (ALIGN_UP): Moved to ...
10806         * include/grub/misc.h: here.
10807         * include/grub/powerpc/ieee1275/kernel.h (GRUB_IEEE1275_MOD_ALIGN):
10808         New macro.
10809         (GRUB_IEEE1275_MODULE_BASE): Removed.
10811 2007-02-20  Hollis Blanchard  <hollis@penguinppc.org>
10813         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Correct
10814         loop boundary.
10816 2007-02-20  Hollis Blanchard  <hollis@penguinppc.org>
10818         * include/grub/elfload.h (grub_elf32_load_hook_t): Return grub_err_t.
10819         All users updated.
10820         (grub_elf64_load_hook_t): Likewise.
10821         * kern/elf.c: Call `grub_error_push' before `grub_error'. Improve
10822         debug output.
10824 2007-02-20  Hollis Blanchard  <hollis@penguinppc.org>
10826         * kern/mm.c: Update copyright.
10827         (grub_mm_debug): Correct syntax error.
10828         (grub_mm_dump_free): New function.
10829         (grub_debug_free): Call `grub_free'.
10830         * include/grub/mm.h: Update copyright.
10831         (grub_mm_dump_free): Add declaration.
10833 2007-02-12  Hollis Blanchard  <hollis@penguinppc.org>
10835         * include/grub/ieee1275/ieee1275.h: Update copyright.
10836         * kern/powerpc/ieee1275/init.c: Likewise.
10837         * kern/powerpc/ieee1275/openfw.c: Likewise.
10839         * loader/powerpc/ieee1275/linux.c: Likewise.
10840         * include/grub/elfload.h: Likewise.
10841         * kern/elf.c: Likewise.
10842         (grub_elf32_load): Pass `base' and `size' parameters.  Update all
10843         callers.
10844         (grub_elf64_load): Likewise.
10845         (grub_elf32_load_segment): Move to a nested function.
10846         (grub_elf64_load_segment): Likewise.
10848 2007-02-12  Hollis Blanchard  <hollis@penguinppc.org>
10850         * include/grub/ieee1275/ieee1275.h (grub_available_iterate): New
10851         prototype.
10852         * kern/powerpc/ieee1275/init.c (grub_heap_start): Removed.
10853         (grub_heap_len): Likewise.
10854         (HEAP_SIZE): New macro.
10855         (grub_claim_heap): New function.
10856         (grub_machine_init): Don't claim heap directly.  Call
10857         `grub_claim_heap'.
10858         * kern/powerpc/ieee1275/openfw.c: Include alloca.h.
10859         (grub_available_iterate): New function.
10861 2007-02-03  Thomas Schwinge  <tschwinge@gnu.org>
10863         * aclocal.m4 (grub_CHECK_STACK_PROTECTOR): New definition.
10864         * configure.ac: Use it for testing the HOST and TARGET compilers.
10866 2006-12-13  Thomas Schwinge  <tschwinge@gnu.org>
10868         * Makefile.in (enable_grub_emu): New variable.
10869         * configure.ac (--enable-grub-emu): New option.
10870         Do the checks for (n)curses only if `--enable-grub-emu' is requested.
10871         * conf/i386-efi.rmk (sbin_UTILITIES): Add `grub-emu' only if requested.
10872         * conf/i386-pc.rmk: Likewise.
10873         * conf/powerpc-ieee1275.rmk: Likewise.
10874         * conf/sparc64-ieee1275.rmk (bin_UTILITIES): Likewise.
10876 2006-12-12  Marco Gerards  <marco@gnu.org>
10878         * include/grub/err.h (grub_err_t): Add `GRUB_ERR_MENU'.
10880         * kern/env.c (grub_env_unset): Don't free the member `value' when
10881         the type is GRUB_ENV_VAR_DATA, in this case it's a user defined
10882         pointer.
10884         * normal/main.c (current_menu): Removed.
10885         (free_menu): Unset the `menu' environment variable.
10886         (grub_normal_menu_addentry): Make use of the environment variable
10887         `menu', instead of using the global `current_menu'.  Allocate
10888         memory for the sourcecode of this entry.
10889         (read_config_file): New argument `nested', changed all callers.
10890         Only in the case of a new context, initialize a new menu.  Set the
10891         `menu' environment variable.
10892         (grub_normal_execute): Don't set and unset the environment
10893         variable `menu' here anymore.  Only free the menu when leaving the
10894         context.
10896         * util/i386/pc/biosdisk.c (linux_find_partition): Fixed a memory
10897         leak.
10899 2006-12-11  Marco Gerards  <marco@gnu.org>
10901         * normal/menu_entry.c (run): Fix off by one bug so the last line
10902         is executed.  Move the loader check to outside the loop.
10904 2006-12-08  Hollis Blanchard  <hollis@penguinppc.org>
10906         * kern/powerpc/ieee1275/cmain.c (cmain): Mark r3 and r4 as `UNUSED'.
10908 2006-11-25  Yoshinori K. Okuji  <okuji@enbug.org>
10910         * util/i386/pc/grub-mkimage.c (generate_image): Fix the offset of
10911         the number of sectors.  Reported by Andrey Shuvikov
10912         <mr_hyro@yahoo.com>.
10914 2006-11-11  Jeroen Dekkers  <jeroen@dekkers.cx>
10916         * kern/disk.c (grub_disk_read): When there is a read error, always
10917         try to read only the necessary data.
10919         * conf/i386-pc.rmk (grub_probe_SOURCES): Add disk/lvm.c and
10920         disk/raid.c.
10921         * include/grub/disk.h [GRUB_UTIL] (grub_raid_init): New
10922         prototype.
10923         [GRUB_UTIL] (grub_raid_fini): Likewise.
10924         [GRUB_UTIL] (grub_lvm_init): Likewise.
10925         [GRUB_UTIL] (grub_lvm_fini): Likewise.
10926         * util/i386/pc/grub-probe.c (probe): Check whether DEVICE_NAME is
10927         RAID device and copy DEVICE_NAME to DRIVE_NAME in that case.
10928         (main): Call grub_raid_init(), grub_lvm_init(), grub_lvm_fini()
10929         and grub_raid_fini().
10931 2006-11-09  Jeroen Dekkers  <jeroen@dekkers.cx>
10933         * include/grub/types.h (__unused): Rename to UNUSED.
10934         * kern/elf.c (grub_elf32_size): Use UNUSED instead of __unused.
10935         (grub_elf64_size): Likewise.
10937 2006-11-03  Hollis Blanchard  <hollis@penguinppc.org>
10939         * kern/elf.c (grub_elf_file): Call grub_file_seek. Call
10940         grub_error_push and grub_error_pop in the error-handling path.
10941         (grub_elf32_load_segment): Only call grub_file_read with non-zero
10942         length.
10944 2006-11-03  Hollis Blanchard  <hollis@penguinppc.org>
10946         * conf/i386-efi.rmk (grub_emu_SOURCES): Add kern/elf.c.
10947         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
10948         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
10949         (kernel_elf_SOURCES): Likewise.
10950         * conf/i386-efi.rmk (kernel_mod_HEADERS): Add elfload.h and cache.h.
10951         * conf/i386-pc.rmk (kernel_mod_HEADERS): Likewise.
10952         * conf/powerpc-ieee1275.rmk (kernel_elf_HEADERS): Likewise.
10953         * conf/sparc64-ieee1275.rmk (kernel_elf_HEADERS): Likewise.
10954         * conf/common.rmk (pkgdata_MODULES): Add elf.mod.
10955         (elf_mod_SOURCES): New variable.
10956         (elf_mod_CFLAGS): Likewise.
10957         (elf_mod_LDFLAGS): Likewise.
10958         * include/grub/types.h (__unused): New macro.
10959         * include/grub/elfload.h: New file.
10960         * kern/elf.c: Likewise.
10961         * loader/powerpc/ieee1275/linux.c: Include elfload.h.
10962         (ELF32_LOADMASK): New macro.
10963         (ELF64_LOADMASK): Likewise.
10964         (vmlinux): Removed.
10965         (grub_linux_load32): New function.
10966         (grub_linux_load64): Likewise.
10967         (grub_rescue_cmd_linux): Call grub_linux_load32 or grub_linux_load64.
10968         Use grub_elf_t instead of grub_file_t.
10970 2006-11-02  Hollis Blanchard  <hollis@penguinppc.org>
10972         * kern/ieee1275/ieee1275.c (grub_ieee1275_set_color): Add
10973         `catch_result' to struct set_color_args.
10975 2006-10-28  Yoshinori K. Okuji  <okuji@enbug.org>
10977         * normal/menu.c: Include grub/script.h.
10978         * normal/menu_entry.c: Likewise.
10979         * include/grub/normal.h: Do not include grub/script.h.
10981 2006-10-27  Hollis Blanchard  <hollis@penguinppc.org>
10983         * kern/disk.c (grub_disk_read): Correct debug printf formatting.
10985 2006-10-27  Hollis Blanchard  <hollis@penguinppc.org>
10987         * kern/disk.c (grub_disk_open): Print debug messages when opening a
10988         disk.
10989         (grub_disk_close): Print debug messages when closing a disk.
10990         (grub_disk_read): Print debug messages when disk read fails.
10991         * kern/fs.c (grub_fs_probe): Print debug messages when detecting
10992         filesystem type.
10993         * kern/partition.c: Include misc.h.
10994         (grub_partition_iterate): Print debug messages when detecting
10995         partition type.
10997 2006-10-27  Hollis Blanchard  <hollis@penguinppc.org>
10999         * disk/ieee1275/ofdisk.c (grub_ofdisk_read): Return error if `status'
11000         is negative.
11001         * kern/ieee1275/ieee1275.c (IEEE1275_IHANDLE_INVALID): Change to 0.
11003 2006-10-26  Hollis Blanchard  <hollis@penguinppc.org>
11005         * kern/powerpc/ieee1275/openfw.c (grub_ieee1275_encode_devname):
11006         Reverse GRUB_IEEE1275_FLAG_0_BASED_PARTITIONS test.
11008 2006-10-25  Jeroen Dekkers  <jeroen@dekkers.cx>
11010         * disk/lvm.c (grub_lvm_scan_device): Malloc sizeof(*lv) bytes
11011         instead of sizeof(lv). Patch by Michael Guntsche.
11013 2006-10-18  Jeroen Dekkers  <jeroen@dekkers.cx>
11015         * disk/lvm.c: Rename VGS to VG_LIST.
11016         (grub_lvm_iterate): Change VGS->LV to VG-LV.
11017         (grub_lvm_open): Likewise.
11018         Thanks to Michael Guntsche for finding this bug.
11020 2006-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
11022         * configure.ac (AC_INIT): Bumped to 1.95.
11024 2006-10-14  Robert Millan  <rmh@aybabtu.com>
11026         * util/i386/pc/getroot.c (grub_guess_root_device): Don't compare os_dev
11027         with "/dev/.static/dev/md".
11029 2006-10-14  Yoshinori K. Okuji  <okuji@enbug.org>
11031         * util/i386/pc/grub-probe.c (probe): Print DEVICE_NAME instead of
11032         DRIVE_NAME when grub_util_biosdisk_get_grub_dev fails. Open
11033         DRIVE_NAME instead of DEVICE_NAME. Make sure that DEVICE_NAME and
11034         DRIVE_NAME are always freed.
11036         * util/i386/pc/biosdisk.c (make_device_name): Add one into
11037         DOS_PART, as a DOS partition is counted from one instead of zero
11038         now. Reported by Robert Millan.
11040 2006-10-14  Robert Millan  <rmh@aybabtu.com>
11042         * util/i386/pc/getroot.c (grub_guess_root_device): Stop using
11043         grub_util_biosdisk_get_grub_dev to convert system device to GRUB device.
11044         * util/grub-emu.c (main): Use grub_util_biosdisk_get_grub_dev with the
11045         string returned by grub_guess_root_device.
11046         * util/i386/pc/grub-setup.c: Likewise.
11047         * util/i386/pc/grub-probefs.c: Likewise.
11049         * util/i386/pc/grub-probefs.c: Rename to ...
11050         * util/i386/pc/grub-probe.c: ... this.
11051         * DISTLIST: Remove grub-probefs, add grub-probe.
11052         * conf/i386-efi.rmk: Likewise.
11053         * conf/i386-pc.rmk: Likewise.
11054         * util/i386/pc/grub-install.in: Likewise.
11056         * util/i386/pc/grub-probe.c: Add --target=(fs|device|drive) option to
11057         choose which information we want to print.
11059 2006-10-14  Yoshinori K. Okuji  <okuji@enbug.org>
11061         * DISTLIST: Added commands/echo.c, disk/lvm.c, disk/raid.c,
11062         include/grub/bitmap.h, include/grub/lvm.h, include/grub/raid.h,
11063         include/grub/i386/pc/vbeutil.h, include/grub/util/lvm.h,
11064         include/grub/util/raid.h, util/lvm.c, util/raid.c, video/bitmap.c,
11065         video/readers/tga.c and video/i386/pc/vbeutil.c.
11067 2006-10-14  Jeroen Dekkers  <jeroen@dekkers.cx>
11069         Added support for RAID and LVM.
11071         * disk/lvm.c: New file.
11072         * disk/raid.c: Likewise.
11073         * include/grub/lvm.h: Likewise.
11074         * include/grub/raid.h: Likewise.
11075         * include/grub/util/lvm.h: Likewise.
11076         * include/grub/util/raid.h: Likewise.
11077         * util/lvm.c: Likewise.
11078         * util/raid.c: Likewise.
11080         * include/grub/disk.h (grub_disk_dev_id): Add
11081         GRUB_DISK_DEVICE_RAID_ID and GRUB_DISK_DEVICE_LVM_ID.
11082         (grub_disk_get_size): New prototype.
11083         * kern/disk.c (grub_disk_open): Check whether grub_partition_probe()
11084         returns a partition.
11085         (grub_disk_get_size): New function.
11087         * kern/i386/pc/init.c (make_install_device): Copy the prefix
11088         verbatim if grub_install_dos_part is -2.
11090         * util/i386/pc/getroot.c (grub_guess_root_device): Support RAID
11091         and LVM devices.
11093         * util/i386/pc/grub-setup.c (setup): New argument
11094         MUST_EMBED. Force embedding of GRUB when the argument is
11095         true. Close FILE before returning.
11096         (main): Add support for RAID and LVM.
11098         * conf/common.rmk: Add RAID and LVM modules.
11099         * conf/i386-pc.rmk (grub_setup_SOURCES): Add util/raid.c and
11100         util/lvm.c.
11101         (grub_emu_SOURCES): Add disk/raid.c and disk/lvm.c.
11103         * kern/misc.c (grub_strstr): New function.
11104         * include/grub/misc.h (grub_strstr): New prototype.
11106 2006-10-10  Tristan Gingold  <tristan.gingold@bull.net>
11108         * include/grub/efi/api.h (GRUB_EFI_ERROR_CODE): Long constant.
11110 2006-10-05  Tristan Gingold  <tristan.gingold@bull.net>
11112         * kern/misc.c (grub_strtoull): Guess the base only if not
11113         specified.
11115 2006-10-01  Hollis Blanchard  <hollis@penguinppc.org>
11117         * kern/powerpc/ieee1275/cmain.c (cmain): Remove incomplete Old World
11118         PowerMac support.
11120 2006-10-01  Hollis Blanchard  <hollis@penguinppc.org>
11122         * disk/ieee1275/ofdisk.c (grub_ofdisk_iterate): Cast `size' to long.
11124         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_next_property):
11125         Remove `flags' argument.  All callers changed.
11126         * kern/ieee1275/ieee1275.c (IEEE1275_PHANDLE_ROOT): Removed.
11127         (IEEE1275_IHANDLE_INVALID): New variable.
11128         (IEEE1275_CELL_INVALID): New variable.
11129         (grub_ieee1275_finddevice, grub_ieee1275_get_property,
11130         grub_ieee1275_get_property_length, grub_ieee1275_instance_to_package,
11131         grub_ieee1275_package_to_path, grub_ieee1275_instance_to_path,
11132         grub_ieee1275_peer, grub_ieee1275_child, grub_ieee1275_open,
11133         grub_ieee1275_claim, grub_ieee1275_set_property): Error-check return
11134         codes from Open Firmware.  All callers updated.
11135         (grub_ieee1275_next_property): Directly return Open Firmware return
11136         code.
11137         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options):
11138         Standardize error checking from `grub_ieee1275_get_property'.
11139         * kern/powerpc/ieee1275/openfw.c (grub_devalias_iterate): Rename
11140         `devalias' to `aliases'.  Correct comments.  Consolidate error paths.
11142 2006-10-01  Hollis Blanchard  <hollis@penguinppc.org>
11144         * kern/ieee1275/ieee1275.c (grub_ieee1275_instance_to_path): Rename
11145         `instance_to_package_args' to `instance_to_path_args'.
11147         * kern/powerpc/ieee1275/init.c (grub_machine_init): Use
11148         `grub_ieee1275_chosen'.
11150         * term/ieee1275/ofconsole.c (grub_ofconsole_init): Call
11151         `grub_ieee1275_interpret'.
11153 2006-09-25  Hollis Blanchard  <hollis@penguinppc.org>
11155         * util/powerpc/ieee1275/grub-mkimage.c: Include config.h.
11157 2006-09-25  Hollis Blanchard  <hollis@penguinppc.org>
11159         * include/grub/powerpc/libgcc.h (__floatdisf): New prototype.
11160         (__cmpdi): Likewise.
11162         * kern/powerpc/ieee1275/openfw.c (grub_devalias_iterate): Pass 0 as
11163         `flags' to `grub_ieee1275_next_property'.  Change `pathlen' to type
11164         `grub_ssize_t'.
11166         * kern/powerpc/ieee1275/cmain.c: Include grub/misc.h.
11168         * loader/powerpc/ieee1275/linux.c (grub_linux_boot): Change `actual'
11169         to type `grub_ssize_t'.
11170         (grub_rescue_cmd_linux): Cast -1 to `grub_off_t'.
11172 2006-09-22  Marco Gerards  <marco@gnu.org>
11174         * normal/script.c (grub_script_create_cmdmenu): Skip leading
11175         newlines.
11177 2006-09-22  Marco Gerards  <marco@gnu.org>
11179         * commands/echo.c: New file.
11181         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `commands/echo.c'.
11183         * conf/common.rmk (echo_mod_SOURCES): New variable.
11184         (echo_mod_CFLAGS): Likewise.
11185         (echo_mod_LDFLAGS): Likewise.
11187 2006-09-22  Marco Gerards  <marco@gnu.org>
11189         * normal/main.c (get_line): Malloc memory instead of using
11190         preallocated memory.  Removed the arguments `cmdline' and
11191         `max_len'.  Updated all callers.
11193 2006-09-22  Marco Gerards  <marco@gnu.org>
11195         * conf/i386-efi.rmk (grub_emu_DEPENDENCIES): New variable.
11196         (normal_mod_DEPENDENCIES): Likewise.
11198         * conf/powerpc-ieee1275.rmk (grub_emu_DEPENDENCIES): Likewise.
11199         (normal_mod_DEPENDENCIES): Likewise.
11201         * conf/sparc64-ieee1275.rmk (normal_mod_DEPENDENCIES): Likewise.
11203 2006-09-22  Johan Rydberg  <jrydberg@gnu.org>
11205         * genmk.rb: Add DEPENDENCIES variables to modules, utilities, and
11206         programs.
11207         * conf/i386-pc.rmk (grub_emu_DEPENDENCIES): Declare.
11208         (normal_mod_DEPENDENCIES): Likewise.
11209         * conf/i386-pc.mk: Regenerate.
11210         * conf/i386-efi.mk: Likewise
11211         * conf/common.mk: Likewise.
11212         * conf/powerpc-ieee1275.mk: Likewise.
11213         * conf/sparc64-ieee1275.mk: Likewise.
11215 2006-09-22  Robert Millan  <rmh@aybabtu.com>
11217         Sync with i386 version.
11218         * conf/powerpc-ieee1275.rmk (bin_UTILITIES): Remove grub-emu, add grub-mkimage.
11219         * conf/powerpc-ieee1275.rmk (sbin_UTILITIES): Remove grub-mkimage, add grub-emu.
11221 2006-09-21  Robert Millan  <rmh@aybabtu.com>
11223         Import from GRUB Legacy (lib/device.c):
11224         * util/i386/pc/grub-mkdevicemap.c (get_i2o_disk_name): New function.
11225         (init_device_map) [__linux__]: Add support for I2O devices.
11227 2006-09-14  Marco Gerards  <marco@gnu.org>
11229         * conf/i386-pc.rmk (COMMON_LDFLAGS): Use `-m32' instead of
11230         `-melf_i386'.
11232 2006-09-14  Robert Millan  <rmh@aybabtu.com>
11234         * util/i386/pc/grub-install.in: Skip menu.lst when removing
11235         /boot/grub/*.lst.
11237         * util/i386/pc/getroot.c: Don't recurse into dotdirs (e.g. ".static").
11239         * util/i386/pc/grub-mkdevicemap.c: Make sure the floppy device exists
11240         before adding it to device.map.
11242 2006-08-15  Johan Rydberg  <jrydberg@gnu.org>
11244         * genmk.rb: Let GCC generate dependencies the first time it
11245         compiles a file; using the -MD option.
11246         * conf/common.mk: Regenerate.
11247         * conf/i386-pc.mk: Likewise.
11248         * conf/i386-efi.mk: Likewise.
11249         * conf/powerpc-ieee1275.mk: Likewise.
11250         * conf/sparc64-ieee1275.mk: Likewise.
11252 2006-08-04  Yoshinori K. Okuji  <okuji@enbug.org>
11254         Move the prototypes of grub_setjmp and grub_longjmp to
11255         cpu/setjmp.h, so that each architecture may specify different
11256         attributes.
11258         * include/grub/i386/setjmp.h (grub_setjmp): New prototype.
11259         (grub_longjmp): Likewise.
11260         * include/grub/powerpc/setjmp.h (grub_setjmp): Likewise..
11261         (grub_longjmp): Likewise.
11262         * include/grub/sparc64/setjmp.h (grub_setjmp): Likewise..
11263         (grub_longjmp): Likewise.
11265         * include/grub/setjmp.h [!GRUB_UTIL] (grub_setjmp): Removed.
11266         [!GRUB_UTIL] (grub_longjmp): Removed.
11268 2006-08-01  Pelletier Vincent  <subdino2004@yahoo.fr>
11270         * kern/ieee1275/ieee1275.c (grub_ieee1275_set_color): IEEE1275
11271         "color!" method does not return any value.
11273 2006-07-29  Vesa Jaaskelainen  <chaac@nic.fi>
11275         * include/grub/bitmap.h: New file.
11277         * include/grub/i386/pc/vbeutil.h: Likewise.
11279         * video/bitmap.c: Likewise.
11281         * video/readers/tga.c: Likewise.
11283         * video/i386/pc/vbeutil.c: Likewise.
11285         * commands/videotest.c: Code cleanup and updated to reflect to new
11286         video API.
11288         * term/gfxterm.c: Likewise.
11290         * video/video.c: Likewise.
11292         * conf/i386-pc.rmk (pkgdata_MODULES): Added tga.mod and bitmap.mod.
11293         (vbe_mod_SOURCES): Added video/i386/pc/vbeutil.c.
11294         (bitmap_mod_SOURCES): New entry.
11295         (bitmap_mod_CFLAGS): Likewise.
11296         (bitmap_mod_LDFLAGS): Likewise.
11297         (tga_mod_SOURCES): Likewise.
11298         (tga_mod_CFLAGS): Likewise.
11299         (tga_mod_LDFLAGS): Likewise.
11301         * include/grub/video.h (grub_video_blit_operators): New enum type.
11302         (grub_video_render_target): Changed as forward declaration and moved
11303         actual definition to be video driver specific.
11304         (grub_video_adapter.blit_bitmap): Added blitting operator.
11305         (grub_video_adapter.blit_render_target): Likewise.
11306         (grub_video_blit_bitmap): Likewise.
11307         (grub_video_blit_render_target): Likewise.
11309         * include/grub/i386/pc/vbe.h (grub_video_render_target): Added
11310         driver specific render target definition.
11311         (grub_video_vbe_map_rgba): Added driver internal helper.
11312         (grub_video_vbe_unmap_color): Updated to use
11313         grub_video_i386_vbeblit_info.
11314         (grub_video_vbe_get_video_ptr): Likewise.
11316         * include/grub/i386/pc/vbeblit.h
11317         (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8A8): Updated to use
11318         grub_video_i386_vbeblit_info.
11319         (grub_video_i386_vbeblit_R8G8B8_R8G8B8A8): Likewise.
11320         (grub_video_i386_vbeblit_index_R8G8B8A8): Likewise.
11321         (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8): Likewise.
11322         (grub_video_i386_vbeblit_R8G8B8_R8G8B8): Likewise.
11323         (grub_video_i386_vbeblit_index_R8G8B8): Likewise.
11324         (grub_video_i386_vbeblit_index_index): Likewise.
11325         (grub_video_i386_vbeblit_R8G8B8X8_R8G8B8X8): New blitter function.
11326         (grub_video_i386_vbeblit_R8G8B8_R8G8B8X8): Likewise.
11327         (grub_video_i386_vbeblit_index_R8G8B8X8): Likewise.
11328         (grub_video_i386_vbeblit_blend): Added generic blitter for blend
11329         operator.
11330         (grub_video_i386_vbeblit_replace): Added generic blitter for replace
11331         operator.
11333         * video/i386/pc/vbeblit.c: Updated to reflect changes on
11334         include/grub/i386/pc/vbeblit.h.
11336         * include/grub/i386/pc/vbefill.h (grub_video_i386_vbefill_R8G8B8A8):
11337         Updated to use grub_video_i386_vbeblit_info.
11338         (grub_video_i386_vbefill_R8G8B8): Likewise.
11339         (grub_video_i386_vbefill_index): Likewise.
11340         (grub_video_i386_vbefill): Added generic filler.
11342         * video/i386/pc/vbefill.c: Updated to reflect changes on
11343         include/grub/i386/pc/vbefill.h.
11345         * video/i386/pc/vbe.c (grub_video_vbe_get_video_ptr): Updated to use
11346         grub_video_i386_vbeblit_info.
11347         (grub_video_vbe_unmap_color): Likewise.
11348         (grub_video_vbe_blit_glyph): Likewise.
11349         (grub_video_vbe_scroll): Likewise.
11350         (grub_video_vbe_draw_pixel): Removed function.
11351         (grub_video_vbe_get_pixel): Likewise.
11352         (grub_video_vbe_fill_rect): Moved all blitters to vbefill.c and
11353         updated code to use it.
11354         (common_blitter): Added common blitter for render target and bitmap.
11355         (grub_video_vbe_blit_bitmap): Updated to use common_blitter.
11356         (grub_video_vbe_blit_render_target): Likewise.
11358 2006-07-30  Johan Rydberg  <jrydberg@gnu.org>
11360         * kern/efi/efi.c (grub_efi_set_text_mode): Assume console already
11361         is in text mode if there is no console control protocol instance
11362         available.
11364 2006-07-29  Vesa Jaaskelainen  <chaac@nic.fi>
11366         * include/grub/video.h: Code cleanup.
11368         * include/grub/i386/pc/vbe.h: Likewise.
11370         * video/i386/pc/vbe.c: Likewise.
11372         * video/i386/pc/vbeblit.c: Likewise.
11374         * video/i386/pc/vbefill.c: Likewise.
11376         * video/video.c: Likewise.  Also added more comments.
11378 2006-07-29  Vesa Jaaskelainen  <chaac@nic.fi>
11380         * disk/i386/pc/biosdisk.c (struct grub_biosdisk_drp): Moved to ...
11381         (struct grub_biosdisk_dap): Likewise.
11383         * include/grub/i386/pc/biosdisk.h: ... to here.  Also corrected
11384         linkage settings for all functions.
11386 2006-07-12  Marco Gerards  <marco@gnu.org>
11388         * configure.ac (--enable-mm-debug): Fix typo.
11390         * genkernsyms.sh.in: Use proper quoting for `CC'.
11392 2006-07-02  Jeroen Dekkers  <jeroen@dekkers.cx>
11394         * conf/i386-pc.rmk (COMMON_ASFLAGS): Add "-m32".
11395         (normal_mod_ASFLAGS): Remove "-m32".
11397 2006-06-14  Yoshinori K. Okuji  <okuji@enbug.org>
11399         * util/misc.c: Include config.h.
11400         [!HAVE_MEMALIGN]: Do not include malloc.h.
11401         (grub_memalign): Use posix_memalign, if present. Then, use
11402         memalign, if present. Otherwise, emit an error.
11404         * util/grub-emu.c: Do not include malloc.h.
11406         * include/grub/util/misc.h: Include unistd.h. This is required for
11407         FreeBSD, because off_t is defined in unistd.h. Reported by Harley
11408         D. Eades III <hde@foobar-qux.org>.
11410         * configure.ac (AC_GNU_SOURCE): Added.
11411         (AC_CHECK_FUNCS): Check posix_memalign and memalign for the host
11412         type.
11414 2006-06-09  Yoshinori K. Okuji  <okuji@enbug.org>
11416         * loader/i386/pc/linux.c (grub_rescue_cmd_initrd): Make sure that
11417         ADDR_MAX does not exceed GRUB_LINUX_INITRD_MAX_ADDRESS.
11419 2006-06-07  Jeroen Dekkers  <jeroen@dekkers.cx>
11421         * include/grub/types.h (grub_host_addr_t): Rename to
11422         grub_target_addr_t.
11423         (grub_host_off_t): Rename to grub_target_off_t.
11424         (grub_host_size_t): Rename to grub_target_size_t.
11425         (grub_host_ssize_t): Rename to grub_target_ssize_t.
11426         Refer to GRUB_TARGET_SIZEOF_VOID_P to define those variables.
11428         * include/grub/kernel.h (struct grub_module_header): Change type
11429         of OFFSET to grub_target_off_t and type of SIZE to grub_target_size_t.
11430         (grub_module_info): Likewise.
11432 2006-06-05  Yoshinori K. Okuji  <okuji@enbug.org>
11434         * loader/i386/pc/linux.c (grub_rescue_cmd_initrd): The conditional
11435         of checking LINUX_MEM_SIZE was reverse. Reported by Jesus
11436         Velazquez <jesus.velazquez@gmail.com>.
11438 2006-06-05  Yoshinori K. Okuji  <okuji@enbug.org>
11440         Count partitions from 1 instead of 0 in the string representation
11441         of partitions. Still use 0-based internally.
11443         * partmap/sun.c (grub_sun_is_valid): A cosmetic change.
11444         (sun_partition_map_iterate): Use grub_partition_t instead of
11445         struct grub_partition *. Cast DESC->START_CYLINDER to
11446         grub_uint64_t after converting the endian.
11447         (sun_partition_map_probe): Subtract 1 for PARTNUM.
11448         (sun_partition_map_get_name): Add 1 to P->INDEX.
11450         * partmap/pc.c (grub_partition_parse): Subtract 1 for
11451         PCDATA->DOS_PART.
11452         (pc_partition_map_get_name): Add 1 into PCDATA->DOS_PART.
11454         * partmap/gpt.c (gpt_partition_map_iterate): Initialize PARTNO to
11455         zero instead of one.
11456         (gpt_partition_map_probe): Subtract 1 for PARTNUM.
11457         (gpt_partition_map_get_name): Add 1 into P->INDEX.
11459         * partmap/apple.c (apple_partition_map_iterate): Change the type
11460         of POS to unsigned.
11461         (apple_partition_map_probe): Subtract 1 for PARTNUM.
11462         (apple_partition_map_get_name): Add 1 into P->INDEX.
11464         * partmap/amiga.c (amiga_partition_map_iterate): Change the type
11465         of POS to unsigned.
11466         (amiga_partition_map_iterate): Cast NEXT to grub_off_t to
11467         calculate the offset of a partition.
11468         (amiga_partition_map_probe): Subtract 1 for PARTNUM.
11469         (amiga_partition_map_get_name): Add 1 into P->INDEX.
11471         * partmap/acorn.c (acorn_partition_map_find): Change the type of
11472         SECTOR to grub_disk_addr_t.
11473         (acorn_partition_map_iterate): Likewise.
11474         (acorn_partition_map_probe): Subtract 1 for PARTNUM.
11475         Change the type of SECTOR to grub_disk_addr_t. Declare P on the
11476         top.
11477         (acorn_partition_map_get_name): Add 1 into P->INDEX.
11479         * kern/i386/pc/init.c (make_install_device): Add 1 into
11480         GRUB_INSTALL_DOS_PART.
11482         * fs/iso9660.c (grub_iso9660_mount): Fixed a reversed
11483         conditional.
11485 2006-06-04  Yoshinori K. Okuji  <okuji@enbug.org>
11487         Clean up the code to support 64-bit addressing in disks and
11488         files. This change is not enough for filesystems yet.
11490         * util/i386/pc/grub-setup.c (struct boot_blocklist): Change the
11491         type of "start" to grub_uint64_t.
11492         (setup): Change the types of KERNEL_SECTOR and FIRST_SECTOR to
11493         grub_disk_addr_t * and grub_disk_addr_t. Fix the format string in
11494         save_first_sector and save_blocklists. Use grub_le_to_cpu64 to
11495         convert addresses.
11497         * util/i386/pc/biosdisk.c (open_device): Change the type of SECTOR
11498         to grub_disk_addr_t.
11500         * partmap/gpt.c (gpt_partition_map_iterate): Fix the format
11501         string.
11503         * partmap/pc.c (pc_partition_map_iterate): Likewise.
11505         * partmap/amiga.c (amiga_partition_map_iterate): Cast RDSK.MAGIC
11506         to char *.
11508         * normal/script.c (grub_script_parse): Remove unused MEMFREE.
11510         * normal/parser.y (YYLTYPE_IS_TRIVIAL): New macro.
11512         * normal/lexer.c (grub_script_yyerror): Specify unused to LEX.
11514         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf64): Cast -1
11515         to grub_off_t, to detect an error from grub_file_seek.
11516         (grub_multiboot_load_elf32): Likewise.
11518         * kern/misc.c (grub_strtoul): Use grub_strtoull. Return the
11519         maximum unsigned long value when an overflow is detected.
11520         (grub_strtoull): New function.
11521         (grub_divmod64): Likewise.
11522         (grub_lltoa): use grub_divmod64.
11524         * kern/fs.c (struct grub_fs_block): Change the type of "offset" to
11525         grub_disk_addr_t.
11526         (grub_fs_blocklist_open): Increase P if P is not NULL to advance
11527         the pointer to next character. Use grub_strtoull instead of
11528         grub_strtoul.
11529         (grub_fs_blocklist_read): Change the types of SECTOR, OFFSET and
11530         SIZE to grub_disk_addr_t, grub_off_t and grub_size_t,
11531         respectively.
11533         * kern/file.c (grub_file_read): Prevent an overflow of LEN, as the
11534         return value is signed.
11535         (grub_file_seek): Change the type of OLD to grub_off_t. Do not
11536         test if OFFSET is less than zero, as OFFSET is unsigned now.
11538         * kern/disk.c (struct grub_disk_cache): Change the type of
11539         "sector" to grub_disk_addr_t.
11540         (grub_disk_cache_get_index): Change the type of SECTOR to
11541         grub_disk_addr_t. Calculate the hash with SECTOR casted to
11542         unsigned after shifting.
11543         (grub_disk_cache_invalidate): Change the type of SECTOR to
11544         grub_disk_addr_t.
11545         (grub_disk_cache_unlock): Likewise.
11546         (grub_disk_cache_store): Likewise.
11547         (grub_disk_check_range): Change the types of SECTOR, OFFSET, SIZE,
11548         START and LEN to grub_disk_addr_t *, grub_off_t *, grub_size_t,
11549         grub_disk_addr_t and grub_uint64_t, respectively.
11550         (grub_disk_read): Use an unsigned variable REAL_OFFSET for the
11551         body, as the value of OFFSET is tweaked by
11552         grub_disk_check_range. Change the types of START_SECTOR, LEN and
11553         POS to grub_disk_addr_t, grub_size_t and grub_size_t,
11554         respectively.
11555         (grub_disk_write): Use an unsigned variable REAL_OFFSET for the
11556         body, as the value of OFFSET is tweaked by
11557         grub_disk_check_range. Change the types of LEN and N to
11558         grub_size_t.
11560         * io/gzio.c (struct grub_gzio): Change the types of "data_offset"
11561         and "saved_offset" to grub_off_t.
11562         (test_header): Cast BUF to char *.
11563         (get_byte): Cast GZIO->DATA_OFFSET to grub_off_t. Cast GZIO->INBUF
11564         to char *.
11565         (grub_gzio_read): Change the types of OFFSET and SIZE to
11566         grub_off_t and grub_size_t, respectively.
11568         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_FORCE_LBA):
11569         Removed.
11570         (GRUB_BOOT_MACHINE_BOOT_DRIVE): Changed to 0x4c.
11571         (GRUB_BOOT_MACHINE_KERNEL_ADDRESS): Changed to 0x40.
11572         (GRUB_BOOT_MACHINE_KERNEL_SEGMENT): Changed to 0x42.
11573         (GRUB_BOOT_MACHINE_DRIVE_CHECK): Changed to 0x4e.
11574         (GRUB_BOOT_MACHINE_LIST_SIZE): Increased to 12.
11576         * include/grub/types.h (grub_off_t): Unconditionally set to
11577         grub_uint64_t.
11578         (grub_disk_addr_t): Changed to grub_uint64_t.
11580         * include/grub/partition.h (struct grub_partition): Change the
11581         types of "start", "len" and "offset" to grub_disk_addr_t,
11582         grub_uint64_t and grub_disk_addr_t, respectively.
11583         (grub_partition_get_start): Return grub_disk_addr_t.
11584         (grub_partition_get_len): Return grub_uint64_t.
11586         * include/grub/misc.h (grub_strtoull): New prototype.
11587         (grub_divmod64): Likewise.
11589         * include/grub/fshelp.h (grub_fshelp_read_file): Change the types
11590         of SECTOR, LEN and FILESIZE to grub_disk_addr_t, grub_size_t and
11591         grub_off_t, respectively.
11592         All callers and references changed.
11594         * include/grub/fs.h (struct grub_fs): Change the type of LEN to
11595         grub_size_t in "read".
11596         All callers and references changed.
11598         * include/grub/file.h (struct grub_file): Change the types of
11599         "offset" and "size" to grub_off_t and grub_off_t,
11600         respectively. Change the type of SECTOR to grub_disk_addr_t in
11601         "read_hook".
11602         (grub_file_read): Change the type of LEN to grub_size_t.
11603         (grub_file_seek): Return grub_off_t. Change the type of OFFSET to
11604         grub_off_t.
11605         (grub_file_size): Return grub_off_t.
11606         (grub_file_tell): Likewise.
11607         All callers and references changed.
11609         * include/grub/disk.h (struct grub_disk_dev): Change the types of
11610         SECTOR and SIZE to grub_disk_addr_t and grub_size_t in "read" and
11611         "write".
11612         (struct grub_disk): Change the type of "total_sectors" to
11613         grub_uint64_t. Change the type of SECTOR to grub_disk_addr_t in
11614         "read_hook".
11615         (grub_disk_read): Change the types of SECTOR, OFFSET and SIZE to
11616         grub_disk_addr_t, grub_off_t and grub_size_t, respectively.
11617         (grub_disk_write): Likewise.
11618         All callers and references changed.
11620         * fs/iso9660.c (grub_iso9660_susp_iterate): Cast parameters to
11621         char * for grub_strncmp to silence gcc.
11622         (grub_iso9660_mount): Likewise.
11623         (grub_iso9660_mount): Likewise.
11624         (grub_iso9660_read_symlink): Likewise. Also, remove the nonsense
11625         return statement.
11626         (grub_iso9660_iterate_dir): Likewise.
11627         (grub_iso9660_label): Cast DATA->VOLDESC.VOLNAME to char *.
11629         * fs/hfs.c (grub_hfs_read_file): Change the types of SECTOR and
11630         LEN to grub_disk_addr_t and grub_size_t, respectively.
11632         * fs/hfsplus.c (grub_hfsplus_read_file): Likewise.
11634         * fs/jfs.c (grub_jfs_read_file): Likewise.
11636         * fs/minix.c (grub_jfs_read_file): Likewise.
11638         * fs/sfs.c (grub_jfs_read_file): Likewise.
11640         * fs/ufs.c (grub_jfs_read_file): Likewise.
11642         * fs/xfs.c (grub_jfs_read_file): Likewise.
11644         * fs/fat.c (grub_fat_read_data): Change the types of SECTOR, LEN
11645         and SIZE to grub_disk_addr_t, grub_size_t and grub_size_t,
11646         respectively.
11648         * fs/ext2.c (grub_ext2_read_block): When an error happens, set
11649         BLKNR to -1 instead of returning GRUB_ERRNO.
11650         (grub_ext2_read_file): Change the types of SECTOR and
11651         LEN to grub_disk_addr_t and grub_size_t, respectively.
11653         * fs/affs.c (grub_affs_read_file): Change the types of SECTOR and
11654         LEN to grub_disk_addr_t and grub_size_t, respectively.
11656         * font/manager.c (grub_font_get_glyph): Cast BITMAP to char * for
11657         grub_file_read.
11659         * disk/ieee1275/ofdisk.c (grub_ofdisk_read): Fix the format
11660         string. Do not cast SECTOR explicitly.
11662         * disk/i386/pc/biosdisk.c (grub_biosdisk_open): Change the type of
11663         TOTAL_SECTORS to grub_uint64_t. Do not mask DRP->TOTAL_SECTORS.
11664         (grub_biosdisk_rw): Change the types of SECTOR and SIZE to
11665         grub_disk_addr_t and grub_size_t, respectively. If the sector is
11666         over 2TB and LBA mode is not supported, raise an error.
11667         (get_safe_sectors): New function.
11668         (grub_biosdisk_read): Use get_safe_sectors.
11669         (grub_biosdisk_write): Likewise.
11671         * disk/efi/efidisk.c (grub_efidisk_read): Fix the format string.
11672         (grub_efidisk_write): Likewise.
11674         * disk/loopback.c (delete_loopback): Cosmetic changes.
11675         (grub_cmd_loopback): Likewise. Also, test NEWDEV->FILENAME
11676         correctly.
11677         (grub_loopback_open): Likewise.
11678         (grub_loopback_read): Likewise. Also, change the type of POS to
11679         grub_off_t, and fix the usage of grub_memset.
11681         * commands/i386/pc/play.c: Include grub/machine/time.h.
11683         * commands/ls.c (grub_ls_list_files): Use "llu" instead of "d" to
11684         print FILE->SIZE.
11686         * commands/configfile.c: Include grub/env.h.
11688         * commands/cmp.c (grub_cmd_cmp): Do not use ERR, but use
11689         GRUB_ERRNO directly instead. Change the type of POS to
11690         grub_off_t. Follow the coding standard.
11692         * commands/blocklist.c: Include grub/partition.h.
11693         (grub_cmd_blocklist): Return an error if the underlying device is
11694         not a disk. Take the starting sector of a partition into account,
11695         if a partition is used.
11697         * boot/i386/pc/diskboot.S (bootloop): Adapted to the new offset of
11698         a length field.
11699         (lba_mode): Support 64-bit addresses.
11700         (chs_mode): Likewise.
11701         (copy_buffer): Adapted to the new offsets of a length field and a
11702         segment field.
11703         (blocklist_default_start): Allocate 64-bit space.
11705         * boot/i386/pc/boot.S (force_lba): Removed.
11706         (boot_drive): Moved to under KERNEL_SECTOR.
11707         (kernel_sector): Moved to under KERNEL_SEGMENT. Allocate 64-bit
11708         space.
11709         (real_start): Set %si earlier. Remove code for FORCE_LBA, since it
11710         is useless.
11711         (lba_mode): Refactored to support a 64-bit address. More size
11712         optimization.
11713         (setup_sectors): Likewise.
11715 2006-06-04  Yoshinori K. Okuji  <okuji@enbug.org>
11717         * DISTLIST: Added include/grub/i386/linux.h. Removed
11718         include/grub/i386/pc/linux.h
11720         * configure.ac (AC_INIT): Bumped to 1.94.
11722         * config.guess: Updated from gnulib.
11723         * config.sub: Likewise.
11724         * install-sh: Likewise.
11725         * mkinstalldirs: Likewise.
11727 2006-06-02  Yoshinori K. Okuji  <okuji@enbug.org>
11729         * conf/common.rmk (grub_modules_init.lst): Depended on
11730         grub_emu_SOURCES, excluding grub_emu_init.c, instead of
11731         MODSRCFILES.
11733         * genmk.rb (PModule::rule): Reverted the previous change.
11735 2006-06-02  Yoshinori K. Okuji  <okuji@enbug.org>
11737         * conf/common.rmk (grub_modules_init.lst): Depends on
11738         $(MODSRCFILES). Grep only the files in $(MODSRCFILES). Make sure
11739         that the target does not exist before producing.
11740         (grub_modules_init.h): Remove the target before generating.
11741         (grub_emu_init.c): Likewise.
11743         * genmk.rb (PModule::rule): Add source files into MODSRCFILES.
11745 2006-05-31  Jeroen Dekkers  <jeroen@dekkers.cx>
11747         * configure.ac: Don't set host_m32 for x86_64. Also reset LIBS
11748         for the target-specific tests. Make sure that we also have the
11749         up-to-date target variables for those tests.
11751 2006-05-31  Yoshinori K. Okuji  <okuji@enbug.org>
11753         * genmk.rb (Image::rule): Prefix CFLAGS or ASFLAGS with TARGET_.
11754         (PModule::rule): Likewise.
11756 2006-05-31  Yoshinori K. Okuji  <okuji@enbug.org>
11758         * genmk.rb (Image::rule): Set FLAG to CFLAGS or ASFLAGS instead of
11759         TARGET_CFLAGS or TARGET_ASFLAGS. There is no reason why
11760         target-specific flags should be prefixed.
11761         (PModule::rule): Likewise.
11763 2006-05-30  Yoshinori K. Okuji  <okuji@enbug.org>
11765         * configure.ac (CMP): Check if cmp is available explicitly.
11767 2006-05-29  Yoshinori K. Okuji  <okuji@enbug.org>
11769         * util/powerpc/ieee1275/grub-install.in (host_cpu): Removed.
11770         (target_cpu): New variable.
11771         (pkglibdir): Use target_cpu instead of host_cpu.
11773         * util/i386/pc/grub-install.in (host_cpu): Removed.
11774         (target_cpu): New variable.
11775         (pkglibdir): Use target_cpu instead of host_cpu.
11777         * util/genmoddep.c: Removed.
11779         * kern/efi/mm.c (filter_memory_map): Use GRUB_CPU_SIZEOF_VOID_P
11780         instead of GRUB_HOST_SIZEOF_VOID_P.
11781         * kern/dl.c: Likewise.
11783         * include/grub/i386/types.h (GRUB_HOST_SIZEOF_VOID_P): Renamed to
11784         ...
11785         (GRUB_TARGET_SIZEOF_VOID_P): ... this.
11786         (GRUB_HOST_SIZEOF_LONG): Renamed to ...
11787         (GRUB_TARGET_SIZEOF_LONG): ... this.
11788         (GRUB_HOST_WORDS_BIGENDIAN): Renamed to ...
11789         (GRUB_TARGET_WORDS_BIGENDIAN): ... this.
11790         * include/grub/powerpc/types.h (GRUB_HOST_SIZEOF_VOID_P): Renamed
11791         to ...
11792         (GRUB_TARGET_SIZEOF_VOID_P): ... this.
11793         (GRUB_HOST_SIZEOF_LONG): Renamed to ...
11794         (GRUB_TARGET_SIZEOF_LONG): ... this.
11795         (GRUB_HOST_WORDS_BIGENDIAN): Renamed to ...
11796         (GRUB_TARGET_WORDS_BIGENDIAN): ... this.
11797         * include/grub/sparc64/types.h (GRUB_HOST_SIZEOF_VOID_P): Renamed
11798         to ...
11799         (GRUB_TARGET_SIZEOF_VOID_P): ... this.
11800         (GRUB_HOST_SIZEOF_LONG): Renamed to ...
11801         (GRUB_TARGET_SIZEOF_LONG): ... this.
11802         (GRUB_HOST_WORDS_BIGENDIAN): Renamed to ...
11803         (GRUB_TARGET_WORDS_BIGENDIAN): ... this.
11805         * include/grub/types.h [!GRUB_UTIL] (GRUB_CPU_SIZEOF_VOID_P): Use
11806         GRUB_TARGET_SIZEOF_VOID_P instead of GRUB_HOST_SIZEOF_VOID_P.
11807         [!GRUB_UTIL] (GRUB_CPU_SIZEOF_LONG): Use GRUB_TARGET_SIZEOF_LONG
11808         instead of GRUB_HOST_SIZEOF_LONG.
11809         [!GRUB_UTIL]: Refer to GRUB_TARGET_WORDS_BIGENDIAN instead of
11810         GRUB_HOST_WORDS_BIGENDIAN to define or undefine
11811         GRUB_CPU_WORDS_BIGENDIAN.
11812         Refer to SIZEOF_VOID_P instead of GRUB_HOST_SIZEOF_VOID_P to
11813         define grub_host_addr_t, grub_host_off_t, grub_host_size_t and
11814         grub_host_ssize_t.
11816         * conf/i386-efi.rmk (noinst_UTILITIES): Removed.
11817         (genmoddep_SOURCES): Likewise.
11818         * conf/i386-pc.rmk (noinst_UTILITIES): Likewise.
11819         (genmoddep_SOURCES): Likewise.
11820         * conf/conf/powerpc-ieee1275.rmk (noinst_UTILITIES): Likewise.
11821         (genmoddep_SOURCES): Likewise.
11822         * conf/conf/conf/sparc64-ieee1275.rmk (noinst_UTILITIES):
11823         Likewise.
11824         (genmoddep_SOURCES): Likewise.
11826         * genmoddep.awk: New file.
11828         * genmk.rb (Image::rule): Use TARGET_CC, TARGET_CPPFLAGS,
11829         TARGET_CFLAGS, TARGET_ASFLAGS and TARGET_LDFLAGS instead of CC,
11830         CPPFLAGS, CFLAGS, ASFLAGS and LDFLAGS, respectively.
11831         (PModule::rule): Likewise.
11832         (Program::rule): Likewise.
11833         (Utility::rule): Use CC, CPPFLAGS, CFLAGS and LDFLAGS instead of
11834         BUILD_CC, BUILD_CPPFLAGS, BUILD_CFLAGS and BUILD_LDFLAGS,
11835         respectively.
11837         * configure.ac: Rewritten intensively to use host and target
11838         instead of build and host, respectively.
11840         * Makefile.in (pkglibdir): Use target_cpu instead of host_cpu.
11841         (host_cpu): Removed.
11842         (target_cpu): New variable.
11843         (CPPFLAGS): Added @CPPFLAGS@ and -DGRUB_LIBDIR=\"$(pkglibdir)\".
11844         (BUILD_CC): Removed.
11845         (BUILD_CFLAGS): Likewise.
11846         (BUILD_CPPFLAGS): Likewise.
11847         (TARGET_CC): New variable.
11848         (TARGET_CFLAGS): Likewise.
11849         (TARGET_CPPFLAGS): Likewise.
11850         (TARGET_LDFLAGS): Likewise.
11851         (AWK): Likewise.
11852         (include): Use target_cpu instead of host_cpu.
11853         (moddep.lst:): Use genmoddep.awk instead of genmoddep.
11855         * DISTLIST: Added genmoddep.awk. Removed util/genmoddep.c.
11857 2006-05-29  Vesa Jaaskelainen  <chaac@nic.fi>
11859         * include/grub/script.h (grub_script_cmdif): Renamed field 'bool' to
11860         'exec_to_evaluate'.  Renamed field 'true' to 'exec_on_true'.  Renamed
11861         field 'false' to 'exec_on_false'.
11862         (grub_script_create_cmdif): Renamed argument names to reflect above
11863         changes.
11865         * normal/execute.c (grub_script_execute_cmdif): Likewise.
11867         * normal/script.c (grub_script_create_cmdif): Likewise.
11869 2006-05-28  Yoshinori K. Okuji  <okuji@enbug.org>
11871         * fs/hfsplus.c (grub_hfsplus_btree_recoffset): Moved to near the
11872         top.
11873         (grub_hfsplus_btree_recptr): Likewise.
11874         (grub_hfsplus_find_block): Do not take RETRY any longer. Use
11875         FILEBLOCK both to pass a block number and store next block
11876         number.
11877         (grub_hfsplus_read_block): Rewritten heavily to support an extent
11878         overflow file correctly. Specify errors appropriately, because
11879         fshelp expects that GRUB_ERRNO is set when fails. Reuse
11880         grub_hfsplus_btree_recptr to get the pointer to a found key.
11881         (grub_hfsplus_btree_search): Return 1 instead of 0 when no match
11882         is found.
11884         * conf/i386-efi.rmk (pkgdata_MODULES): Added _linux.mod and
11885         linux.mod.
11886         (_linux_mod_SOURCES): New variable.
11887         (_linux_mod_CFLAGS): Likewise.
11888         (_linux_mod_LDFLAGS): Likewise.
11889         (linux_mod_SOURCES): Likewise.
11890         (linux_mod_CFLAGS): Likewise.
11891         (linux_mod_LDFLAGS): Likewise.
11893         * DISTLIST: Added loader/i386/efi/linux.c,
11894         loader/i386/efi/linux_normal.c and
11895         include/grub/i386/efi/loader.h.
11897         * loader/i386/efi/linux.c: New file.
11898         * loader/i386/efi/linux_normal.c: Likewise.
11899         * include/grub/i386/efi/loader.h: Likewise.
11901 2006-05-27  Yoshinori K. Okuji  <okuji@enbug.org>
11903         * commands/blocklist.c: New file.
11905         * DISTLIST: Added commands/blocklist.c.
11907         * term/efi/console.c (grub_console_highlight_color): Use a lighter
11908         color for the background, and a darker color for the foreground.
11909         (grub_console_checkkey): Return READ_KEY.
11910         (grub_console_cls): Set the background to
11911         GRUB_EFI_BACKGROUND_BLACK temporarily to clean out the screen.
11913         * kern/efi/efi.c (grub_efi_exit_boot_services): New function.
11915         * include/grub/i386/linux.h (struct linux_kernel_params): Fixed
11916         the size of "padding5", "hd0_drive_info" and "hd1_drive_info".
11918         * include/grub/efi/efi.h (grub_efi_exit_boot_services): New
11919         prototype.
11921         * include/grub/efi/api.h (GRUB_EFI_TEXT_ATTR): Do not shift
11922         BG. The spec is wrong again.
11924         * include/grub/normal.h [GRUB_UTIL] (grub_blocklist_init): New
11925         prototype.
11926         [GRUB_UTIL] (grub_blocklist_fini): Likewise.
11928         * conf/i386-pc.rmk (grub_emu_SOURCES): Added
11929         commands/blocklist.c.
11930         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
11932         * conf/common.rmk (pkgdata_MODULES): Added blocklist.mod.
11933         (blocklist_mod_SOURCES): New variable.
11934         (blocklist_mod_CFLAGS): Likewise.
11935         (blocklist_mod_LDFLAGS): Likewise.
11937 2006-05-20  Yoshinori K. Okuji  <okuji@enbug.org>
11939         * boot/i386/pc/boot.S (real_start): Set %si earlier to eliminate
11940         duplication.
11941         (lba_mode): Use %eax more intensively to reduce the code size.
11943 2006-05-20  Marco Gerards  <marco@gnu.org>
11945         * normal/lexer.c (grub_script_yylex): Don't filter out newlines.
11947         * normal/parser.y (commandblock): Defined as <cmd>.  A subroutine
11948         for `menuentry'.
11949         (script): Accept leading newlines.
11950         (newlines): New rule to describe 0 or more newlines.
11951         (commands): Accept `command' with trailing newline.  Fixed the
11952         order in which arguments were passed to `grub_script_add_cmd'.
11953         Accept commands separated by newlines.
11954         (function): Changed to accept newlines.
11955         (menuentry) Rewritten.
11957         * normal/script.c (grub_script_create_cmdmenu): Add new entries in
11958         front of the list, instead of to the end.
11960 2006-05-19  Yoshinori K. Okuji  <okuji@enbug.org>
11962         * util/i386/pc/grub-install.in (bindir): New variable.
11963         (grub_mkimage): Use BINDIR instead of SBINDIR. Reported by Lee
11964         Shaver <lbgwjl@gmail.com>.
11966 2006-05-14  Yoshinori K. Okuji  <okuji@enbug.org>
11968         * kern/i386/pc/startup.S: Include grub/cpu/linux.h instead of
11969         grub/machine/linux.h
11970         * loader/i386/pc/linux.c: Likewise.
11972         * include/grub/i386/pc/linux.h: Moved to ...
11973         * include/grub/i386/linux.h: ... here.
11975         * include/grub/i386/linux.h (struct linux_kernel_params): New
11976         struct.
11978 2006-05-09  Vesa Jaaskelainen  <chaac@nic.fi>
11980         * video/i386/pc/vbe.c (grub_video_vbe_fill_rect): Corrected bounds
11981         checking.
11982         (grub_video_vbe_blit_glyph): Likewise.
11983         (grub_video_vbe_blit_bitmap): Likewise.
11984         (grub_video_vbe_blit_render_target): Likewise.
11986 2006-05-09  Yoshinori K. Okuji  <okuji@enbug.org>
11988         * configure.ac (--with-platform): Properly quote the square
11989         brackets.
11991 2006-05-08  Marco Gerards  <marco@gnu.org>
11993         * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Renamed from
11994         this...
11995         (kernel_elf_HEADERS): ...to this.  Updated all users.
11996         (grubof_symlist.c): Renamed from this...
11997         (kernel_elf_symlist.c): ...to this.  Updated all users.
11998         (pkgdata_PROGRAMS): Changed `grubof' to `kernel.elf'.
11999         (grubof_SOURCES): Renamed from this...
12000         (kernel_elf_SOURCES): ...to this.
12001         (grubof_HEADERS): Renamed from this...
12002         (kernel_elf_HEADERS): ...to this.
12003         (grubof_CFLAGS): Renamed from this...
12004         (kernel_elf_CFLAGS): ...to this.
12005         (grubof_ASFLAGS): Renamed from this...
12006         (kernel_elf_ASFLAGS): ...to this.
12007         (grubof_LDFLAGS): Renamed from this...
12008         (kernel_elf_LDFLAGS): ...to this.
12010         * conf/sparc64-ieee1275.rmk (grubof_HEADERS): Renamed from
12011         this...
12012         (kernel_elf_HEADERS): ...to this.  Updated all users.
12013         (grubof_symlist.c): Renamed from this...
12014         (kernel_elf_symlist.c): ...to this.  Updated all users.
12015         (pkgdata_PROGRAMS): Changed `grubof' to `kernel.elf'.
12016         (grubof_SOURCES): Renamed from this...
12017         (kernel_elf_SOURCES): ...to this.
12018         (grubof_HEADERS): Renamed from this...
12019         (kernel_elf_HEADERS): ...to this.
12020         (grubof_CFLAGS): Renamed from this...
12021         (kernel_elf_CFLAGS): ...to this.
12022         (grubof_ASFLAGS): Renamed from this...
12023         (kernel_elf_ASFLAGS): ...to this.
12024         (grubof_LDFLAGS): Renamed from this...
12025         (kernel_elf_LDFLAGS): ...to this.
12027         * util/powerpc/ieee1275/grub-mkimage.c (add_segments): Use
12028         `kernel.elf' instead of `grubof'.
12030 2006-05-08  Yoshinori K. Okuji  <okuji@enbug.org>
12032         Add --with-platform to configure. Use pkglibdir instead of
12033         pkgdatadir. This is reported by Roger Leigh.
12035         * util/powerpc/ieee1275/grub-install.in (datadir): Removed.
12036         (host_vendor): Likewise.
12037         (host_os): Likewise.
12038         (pkgdatadir): Likewise.
12039         (platform): New variable.
12040         (pkglibdir): Likewise.
12041         Use PKGLIBDIR instead of PKGDATADIR.
12043         * util/i386/pc/grub-install.in (datadir): Removed.
12044         (host_vendor): Likewise.
12045         (host_os): Likewise.
12046         (pkgdatadir): Likewise.
12047         (platform): New variable.
12048         (pkglibdir): Likewise.
12049         Use PKGLIBDIR instead of PKGDATADIR.
12051         * util/powerpc/ieee1275/grub-mkimage.c (usage): Use GRUB_LIBDIR
12052         instead of GRUB_DATADIR.
12053         (main): Likewise.
12054         * util/i386/pc/grub-mkimage.c (usage): Likewise.
12055         (main): Likewise.
12056         * util/i386/efi/grub-mkimage.c (usage): Likewise.
12057         (main): Likewise.
12059         * configure.ac (--with-platform): New option.
12060         Use PLATFORM instead of HOST_VENDOR to specify a platform.
12062         * Makefile.in: Include a makefile based on PLATFORM instead of
12063         HOST_VENDOR.
12064         (pkgdatadir): Not appended by the machine type.
12065         (pkglibdir): Appended by the machine type.
12066         (host_vendor): Removed.
12067         (platform): New variable.
12068         (BUILD_CPPFLAGS): Specify GRUB_LIBDIR instead of GRUB_DATADIR.
12069         (install-local): Use PKGLIBDIR instead of PKGDATADIR.
12070         (uninstall): Likewise.
12072 2006-05-07  Yoshinori K. Okuji  <okuji@enbug.org>
12074         Use the environment context in the menu. Remove the commands
12075         "default" and "timeout", and use variables instead.
12077         * normal/menu.c: Include grub/env.h.
12078         (print_entry): Cast TITLE to silence gcc.
12079         (get_timeout): New function.
12080         (set_timeout): Likewise.
12081         (get_entry_number): Likewise.
12082         (run_menu): Use a default entry, a fallback entry and a timeout
12083         in the environment variables "default", "fallback" and
12084         "timeout". Also, tweak the default entry if it is not within the
12085         current menu entries.
12086         (grub_menu_run): Use a fallback entry in the environment variable
12087         "fallback".
12089         * normal/main.c (read_config_file): Do not initialize
12090         NEWMENU->DEFAULT_ENTRY, NEWMENU->FALLBACK_ENTRY or
12091         NEWMENU->TIMEOUT.
12092         (grub_normal_execute): Use a data slot to store the menu.
12094         * include/grub/normal.h (struct grub_menu): Removed default_entry,
12095         fallback_entry and timeout.
12096         (struct grub_menu_list): Removed.
12097         (grub_menu_list_t): Likewise.
12098         (struct grub_context): Likewise.
12099         (grub_context_t): Likewise.
12100         (grub_context_get): Likewise.
12101         (grub_context_get_current_menu): Likewise.
12102         (grub_context_push_menu): Likewise.
12103         (grub_context_pop_menu): Likewise.
12104         (grub_default_init): Likewise.
12105         (grub_default_fini): Likewise.
12106         (grub_timeout_init): Likewise.
12107         (grub_timeout_fini): Likewise.
12109         * conf/sparc64-ieee1275.rmk (pkgdata_MODULES): Removed default.mod
12110         and timeout.mod.
12111         (normal_mod_SOURCES): Removed normal/context.c.
12113         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Removed
12114         commands/default.c, commands/timeout.c and normal/context.c.
12115         (normal_mod_SOURCES): Removed normal/context.c.
12117         * conf/i386-pc.rmk (grub_emu_SOURCES): Removed commands/default.c,
12118         commands/timeout.c and normal/context.c.
12119         (normal_mod_SOURCES): Removed normal/context.c.
12121         * conf/i386-efi.rmk (grub_emu_SOURCES): Removed
12122         commands/default.c, commands/timeout.c and normal/context.c.
12123         (normal_mod_SOURCES): Removed normal/context.c.
12125         * conf/common.rmk (pkgdata_MODULES): Removed default.mod and
12126         timeout.mod.
12127         (default_mod_SOURCES): Removed.
12128         (default_mod_CFLAGS): Likewise.
12129         (default_mod_LDFLAGS): Likewise.
12130         (timeout_mod_SOURCES): Removed.
12131         (timeout_mod_CFLAGS): Likewise.
12132         (timeout_mod_LDFLAGS): Likewise.
12134         * DISTLIST: Removed commands/default.c, commands/timeout.c and
12135         normal/context.c.
12137         * commands/default.c: Removed.
12138         * commands/timeout.c: Likewise.
12139         * normal/context.c: Likewise.
12141 2006-05-07  Vesa Jaaskelainen  <chaac@nic.fi>
12143         * kern/i386/pc/startup.S (grub_exit): Added missing .code32 tag.
12145 2006-05-02  Yoshinori K. Okuji  <okuji@enbug.org>
12147         * kern/env.c (struct grub_env_context): Removed "sorted". Renamed
12148         "next" to "prev" for readability.
12149         (struct grub_env_sorted_var): New struct.
12150         (grub_env_context): Renamed to ...
12151         (initial_context): ... this.
12152         (grub_env_var_context): Renamed to ...
12153         (current_context): ... this.
12154         (grub_env_find): Look only at CURRENT_CONTEXT.
12155         (grub_env_context_open): Rewritten to copy exported variables from
12156         previous context.
12157         (grub_env_context_close): Rewritten according to the new
12158         scheme. Also, add an assertion to prevent the initial context from
12159         removed.
12160         (grub_env_insert): Removed the code for the sorted list.
12161         (grub_env_remove): Likewise.
12162         (grub_env_export): Simply mark the variable with
12163         GRUB_ENV_VAR_GLOBAL.
12164         (grub_env_set): A cosmetic change for naming consistency.
12165         (grub_env_get): Likewise.
12166         (grub_env_unset): Likewise.
12167         (grub_env_iterate): Rewritten to sort variables within this
12168         function.
12169         (grub_register_variable_hook): Fixed for naming consistency. Call
12170         grub_env_find again, only if NAME is not found at the first time.
12171         (mangle_data_slot_name): New function.
12172         (grub_env_set_data_slot): Likewise.
12173         (grub_env_get_data_slot): Likewise.
12174         (grub_env_unset_data_slot): Likewise.
12176         * include/grub/env.h (grub_env_var_type): New enum.
12177         (GRUB_ENV_VAR_LOCAL): New constant.
12178         (GRUB_ENV_VAR_GLOBAL): Likewise.
12179         (GRUB_ENV_VAR_DATA): Likewise.
12180         (struct grub_env_var): Removed "sort_next" and "sort_prevp". Added
12181         "type".
12182         (grub_env_set): Replace VAR with NAME for consistency.
12183         (grub_register_variable_hook): Likewise.
12184         (grub_env_export): Specify the name of the argument.
12185         (grub_env_set_data_slot): New prototype.
12186         (grub_env_get_data_slot): Likewise.
12187         (grub_env_unset_data_slot): Likewise.
12189 2006-04-30  Yoshinori K. Okuji  <okuji@enbug.org>
12191         Extend the loader so that GRUB can accept a loader which comes
12192         back to GRUB when a loaded image exits. Also, this change adds
12193         support for a chainloader on EFI.
12195         * term/efi/console.c: Include grub/misc.h.
12196         (grub_console_checkkey): Display a scan code on the top for
12197         debugging. This will be removed once the EFI port gets stable.
12198         Correct the scan code mapping.
12200         * kern/efi/mm.c (sort_memory_map): Sort in a descending order to
12201         allocate memory from larger regions, in order to reduce the number
12202         of allocated regions. Otherwise, the MacOSX loader panics.
12203         (filter_memory_map): Avoid less than 1MB for compatibility with
12204         other loaders.
12205         (add_memory_regions): Allocate from the tail of a region, if
12206         possible, to avoid allocating a region near to 1MB, for the MacOSX
12207         loader.
12209         * kern/efi/init.c (grub_efi_set_prefix): Specify
12210         GRUB_EFI_IMAGE_HANDLE to grub_efi_get_loaded_image.
12212         * kern/efi/efi.c (grub_efi_get_loaded_image): Accept a new
12213         argument IMAGE_HANDLE and specify it to get a loaded image.
12214         (grub_arch_modules_addr): Specify GRUB_EFI_IMAGE_HANDLE to
12215         grub_efi_get_loaded_image.
12216         (grub_efi_get_filename): Divide the length by the size of
12217         grub_efi_char16_t.
12218         (grub_efi_get_device_path): New function.
12219         (grub_efi_print_device_path): Print End Device Path nodes. Divide
12220         the length by the size of grub_efi_char16_t for a file path device
12221         path node.
12223         * kern/loader.c (grub_loader_noreturn): New variable.
12224         (grub_loader_set): Accept a new argument NORETURN. Set
12225         GRUB_LOADER_NORETURN to NORETURN.
12226         All callers changed.
12227         (grub_loader_boot): If GRUB_LOADER_NORETURN is false, do not call
12228         grub_machine_fini.
12230         * include/grub/efi/efi.h (grub_efi_get_device_path): New
12231         prototype.
12232         (grub_efi_get_loaded_image): Take an argument to specify an image
12233         handle.
12235         * include/grub/loader.h (grub_loader_set): Added one more argument
12236         NORETURN.
12238         * disk/efi/efidisk.c (make_devices): Use grub_efi_get_device_path
12239         instead of grub_efi_open_protocol.
12240         (grub_efidisk_get_device_name): Likewise.
12241         (grub_efidisk_close): Print a newline.
12242         (grub_efidisk_get_device_handle): Fixed to use
12243         GRUB_EFI_DEVICE_PATH_SUBTYPE instead of
12244         GRUB_EFI_DEVICE_PATH_TYPE.
12246         * disk/efi/efidisk.c (device_path_guid): Moved to ...
12247         * kern/efi/efi.c (device_path_guid): ... here.
12249         * conf/i386-efi.rmk (pkgdata_MODULES): Added _chain.mod and
12250         chain.mod.
12251         (kernel_mod_HEADERS): Added efi/disk.h.
12252         (_chain_mod_SOURCES): New variable.
12253         (_chain_mod_CFLAGS): Likewise.
12254         (_chain_mod_LDFLAGS): Likewise.
12255         (chain_mod_SOURCES): Likewise.
12256         (chain_mod_CFLAGS): Likewise.
12257         (chain_mod_LDFLAGS): Likewise.
12259         * DISTLIST: Added include/grub/efi/chainloader.h,
12260         loader/efi/chainloader.c and loader/efi/chainloader_normal.c.
12262         * include/grub/efi/chainloader.h: New file.
12263         * loader/efi/chainloader.c: Likewise.
12264         * loader/efi/chainloader_normal.c: Likewise.
12266 2006-04-30  Marco Gerards  <marco@gnu.org>
12268         * commands/configfile.c (grub_cmd_source): New function.
12269         (GRUB_MOD_INIT): Register the commands `source' and `.'.
12270         (GRUB_MOD_FINI): De-register the commands `source' and `.'.
12272 2006-04-30  Marco Gerards  <marco@gnu.org>
12274         * normal/execute.c (grub_script_execute_cmd): Change the return
12275         type to `grub_err_t'.  Correctly return the error.
12276         (grub_script_execute_cmdline): In case a command line is not a
12277         command or a function, try to interpret it as an assignment.
12279 2006-04-30  Yoshinori K. Okuji  <okuji@enbug.org>
12281         * fs/hfsplus.c (grub_hfsplus_read_block): Fixed a memory leak.
12282         (grub_hfsplus_iterate_dir): Reordered to skip unknown nodes. Also,
12283         skip a node whose name is obviously invalid as UTF-16,
12284         i.e. contains a NUL character. Stop the iteration when the last
12285         directory entry is found. Instead of using the return value of
12286         grub_hfsplus_btree_iterate_node, store the value in RET and use
12287         it, because the iterator can be stopped by the last directory
12288         entry.
12290 2006-04-30  Marco Gerards  <marco@gnu.org>
12292         * include/grub/env.h (grub_env_export): New prototype.  Reported
12293         by Jan C. Kleinsorge <jan.kleinsorge@udo.edu>.
12295 2006-04-30  Marco Gerards  <marco@gnu.org>
12297         * fs/hfsplus.c (grub_hfsplus_iterate_dir): Correctly calculate the
12298         size of the extents in a catalog file record.
12300 2006-04-29  Marco Gerards  <marco@gnu.org>
12302         * commands/configfile.c (grub_cmd_configfile): Execute the
12303         configfile within its own context.
12305         * include/grub/env.h (grub_env_context_open): New prototype.
12306         (grub_env_context_close): Likewise.
12308         * kern/env.c (grub_env): Removed.
12309         (grub_env_sorted): Likewise.
12310         (grub_env_context): New variable.
12311         (grub_env_var_context): Likewise.
12312         (grub_env_find): Search both the active context and the global
12313         context.
12314         (grub_env_context_open): New function.
12315         (grub_env_context_close): Likewise.
12316         (grub_env_insert): Likewise.
12317         (grub_env_remove): Likewise.
12318         (grub_env_export): Likewise.
12319         (grub_env_set): Changed to use helper functions to avoid code
12320         duplication.
12321         (grub_env_iterate): Rewritten so both the current context and the
12322         global context are being used.
12324         * normal/command.c (export_command): New function.
12325         (grub_command_init): Register the `export' function.
12327 2006-04-26  Yoshinori K. Okuji  <okuji@enbug.org>
12329         * util/i386/pc/grub-mkimage.c (compress_kernel): Cast arguments
12330         explicitly to suppress gcc's warnings.
12331         * fs/fat.c (grub_fat_find_dir): Likewise.
12332         (grub_fat_label): Likewise.
12333         * fs/xfs.c (grub_xfs_read_inode): Likewise.
12334         (grub_xfs_mount): Likewise.
12335         (grub_xfs_label): Likewise.
12336         * fs/affs.c (grub_affs_mount): Likewise.
12337         (grub_affs_label): Likewise.
12338         (grub_affs_iterate_dir): Likewise.
12339         * fs/sfs.c (grub_sfs_mount): Likewise.
12340         (grub_sfs_iterate_dir): Likewise.
12341         * fs/ufs.c (grub_ufs_lookup_symlink): Likewise.
12342         * fs/hfs.c (grub_hfs_mount): Likewise.
12343         (grub_hfs_cmp_catkeys): Likewise.
12344         (grub_hfs_find_dir): Likewise.
12345         (grub_hfs_dir): Likewise.
12346         (grub_hfs_label): Likewise.
12347         * fs/jfs.c (grub_jfs_mount): Likewise.
12348         (grub_jfs_opendir): Likewise.
12349         (grub_jfs_getent): Likewise.
12350         (grub_jfs_lookup_symlink): Likewise.
12351         (grub_jfs_label): Likewise.
12352         * fs/hfsplus.c (grub_hfsplus_cmp_catkey): Likewise.
12353         (grub_hfsplus_iterate_dir): Likewise.
12354         (grub_hfsplus_btree_iterate_node): Made static.
12356         * util/grub-emu.c (prefix): New variable.
12357         (grub_machine_set_prefix): New function.
12358         (main): Do not set the environment variable "prefix" here. Only
12359         set PREFIX, which is used later by grub_machine_set_prefix.
12361         * include/grub/video.h: Do not include grub/symbol.h.
12362         (grub_video_register): Not exported. This symbol is not defined in
12363         the kernel.
12364         (grub_video_unregister): Likewise.
12365         (grub_video_iterate): Likewise.
12366         (grub_video_setup): Likewise.
12367         (grub_video_restore): Likewise.
12368         (grub_video_get_info): Likewise.
12369         (grub_video_get_blit_format): Likewise.
12370         (grub_video_set_palette): Likewise.
12371         (grub_video_get_palette): Likewise.
12372         (grub_video_set_viewport): Likewise.
12373         (grub_video_get_viewport): Likewise.
12374         (grub_video_map_color): Likewise.
12375         (grub_video_map_rgb): Likewise.
12376         (grub_video_map_rgba): Likewise.
12377         (grub_video_fill_rect): Likewise.
12378         (grub_video_blit_glyph): Likewise.
12379         (grub_video_blit_bitmap): Likewise.
12380         (grub_video_blit_render_target): Likewise.
12381         (grub_video_scroll): Likewise.
12382         (grub_video_swap_buffers): Likewise.
12383         (grub_video_create_render_target): Likewise.
12384         (grub_video_delete_render_target): Likewise.
12385         (grub_video_set_active_render_target): Likewise.
12387         * include/grub/symbol.h [GRUB_SYMBOL_GENERATOR] (EXPORT_FUNC):
12388         Undefined.
12389         [GRUB_SYMBOL_GENERATOR] (EXPORT_VAR): Likewise.
12391         * conf/sparc64-ieee1275.rmk (grubof_symlist.c): Depended on
12392         config.h. Use gensymlist.sh instead of $(srcdir)/gensymlist.sh.
12393         (kernel_syms.lst): Depended on config.h. Use genkernsyms.sh
12394         instead of $(srcdir)/genkernsyms.sh.
12396         * conf/powerpc-ieee1275.rmk (grubof_symlist.c): Depended on
12397         config.h. Use gensymlist.sh instead of $(srcdir)/gensymlist.sh.
12398         (kernel_syms.lst): Depended on config.h. Use genkernsyms.sh
12399         instead of $(srcdir)/genkernsyms.sh.
12401         * conf/i386-pc.rmk (symlist.c): Depended on config.h. Use
12402         gensymlist.sh instead of $(srcdir)/gensymlist.sh.
12403         (kernel_syms.lst): Depended on config.h. Use genkernsyms.sh
12404         instead of $(srcdir)/genkernsyms.sh.
12406         * conf/i386-efi.rmk (symlist.c): Depended on config.h. Use
12407         gensymlist.sh instead of $(srcdir)/gensymlist.sh.
12408         (kernel_syms.lst): Depended on config.h. Use genkernsyms.sh
12409         instead of $(srcdir)/genkernsyms.sh.
12411         * configure.ac (AC_CONFIG_FILES): Added gensymlist.sh and
12412         genkernsyms.sh.
12414         * Makefile.in (DISTCLEANFILES): Added gensymlist.sh and
12415         genkernsyms.sh.
12416         (gensymlist.sh): New target.
12417         (genkernsyms.sh): Likewise.
12419         * DISTLIST: Removed genkernsyms.sh and gensymlist.sh. Added
12420         genkernsyms.sh.in and gensymlist.sh.in.
12422         * genkernsyms.sh: Removed.
12423         * gensymlist.sh: Likewise.
12425         * genkernsyms.sh.in: New file.
12426         * gensymlist.sh.in: Likewise.
12428 2006-04-25  Hollis Blanchard  <hollis@penguinppc.org>
12430         * kern/powerpc/ieee1275/init.c (grub_machine_set_prefix): Do not
12431         clobber "prefix", since we may have already set it manually.
12433 2006-04-25  Hollis Blanchard  <hollis@penguinppc.org>
12435         * kern/misc.c (abort): New alias for grub_abort.
12437 2006-04-25  Yoshinori K. Okuji  <okuji@enbug.org>
12439         A new machine-specific function "grub_machine_set_prefix" is
12440         defined. This is called after loading modules, so that a prefix
12441         initialization can use modules. Also, this change adds an
12442         intensive debugging feature for the memory manager via the
12443         configure option "--enable-mm-debug".
12445         * partmap/gpt.c (gpt_partition_map_iterate): Add one more into
12446         PART.LEN.
12448         * kern/sparc64/ieee1275/init.c (abort): Removed.
12449         (grub_stop): Likewise.
12450         (grub_exit): New function.
12451         (grub_set_prefix): Renamed to ...
12452         (grub_machine_set_prefix): ... this.
12453         (grub_machine_init): Do not call grub_set_prefix.
12455         * kern/powerpc/ieee1275/init.c (grub_set_prefix): Renamed to ...
12456         (grub_machine_set_prefix): ... this.
12457         (grub_machine_init): Do not call grub_set_prefix.
12459         * kern/i386/pc/init.c (grub_machine_set_prefix): New function.
12460         (grub_machine_init): Do not set the prefix here.
12462         * kern/i386/efi/init.c (grub_machine_set_prefix): New function.
12464         * kern/efi/init.c: Include grub/mm.h.
12465         (grub_efi_set_prefix): New function.
12467         * kern/efi/efi.c (grub_exit): Call grub_efi_fini.
12468         (grub_efi_get_filename): New function.
12469         (grub_print_device_path): Renamed to ...
12470         (grub_efi_print_device_path): ... this.
12472         * kern/mm.c [MM_DEBUG] (grub_malloc): Undefined.
12473         [MM_DEBUG] (grub_realloc): Likewise.
12474         [MM_DEBUG] (grub_free): Likewise.
12475         [MM_DEBUG] (grub_memalign): Likewise.
12476         [MM_DEBUG] (grub_mm_debug): New variable.
12477         [MM_DEBUG] (grub_debug_malloc): New function.
12478         [MM_DEBUG] (grub_debug_free): New function.
12479         [MM_DEBUG] (grub_debug_realloc): New function.
12480         [MM_DEBUG] (grub_debug_memalign): New function.
12482         * kern/misc.c (grub_abort): Print a newline to distinguish
12483         the message.
12485         * kern/main.c (grub_main): Call grub_machine_set_prefix and
12486         grub_set_root_dev after loading modules. This is necessary when
12487         setting a prefix depends on modules.
12489         * include/grub/efi/efi.h (grub_print_device_path): Renamed to ...
12490         (grub_efi_print_device_path): ... this.
12491         (grub_efi_get_filename): New prototype.
12492         (grub_efi_set_prefix): Likewise.
12494         * include/grub/efi/disk.h: Include grub/efi/api.h, grub/symbol.h
12495         and grub/disk.h.
12496         (grub_efidisk_get_device_handle): New prototype.
12497         (grub_efidisk_get_device_name): Likewise.
12499         * include/grub/mm.h: Include config.h.
12500         (MM_DEBUG): Removed.
12501         [MM_DEBUG && !GRUB_UTIL] (grub_mm_debug): New prototype.
12502         [MM_DEBUG && !GRUB_UTIL] (grub_malloc): New macro.
12503         [MM_DEBUG && !GRUB_UTIL] (grub_realloc): Likewise.
12504         [MM_DEBUG && !GRUB_UTIL] (grub_memalign): Likewise.
12505         [MM_DEBUG && !GRUB_UTIL] (grub_free): Likewise.
12506         [MM_DEBUG && !GRUB_UTIL] (grub_debug_malloc): New prototype.
12507         [MM_DEBUG && !GRUB_UTIL] (grub_debug_realloc): New prototype.
12508         [MM_DEBUG && !GRUB_UTIL] (grub_debug_memalign): New prototype.
12509         [MM_DEBUG && !GRUB_UTIL] (grub_debug_free): New prototype.
12511         * include/grub/kernel.h (grub_machine_set_prefix): New prototype.
12513         * disk/efi/efidisk.c: Include grub/partition.h.
12514         (iterate_child_devices): New function.
12515         (add_device): First, compare only last device path nodes, so that
12516         devices are sorted by the types.
12517         (grub_efidisk_get_device_handle): New function.
12518         (grub_efidisk_get_device_name): Likewise.
12520         * configure.ac (--enable-mm-debug): New option to enable the
12521         memory manager debugging feature. This makes the binary much
12522         bigger, so is disabled by default.
12524 2006-04-23  Yoshinori K. Okuji  <okuji@enbug.org>
12526         Use grub_abort instead of grub_stop, and grub_exit must be
12527         define in each architecture now. Also, this change adds support
12528         for EFI disks.
12530         * util/i386/pc/grub-probefs.c: Include grub/term.h.
12531         (grub_getkey): New function.
12532         (grub_term_get_current): Likewise.
12534         * util/i386/pc/grub-setup.c: Include grub/term.h.
12535         (grub_getkey): New function.
12536         (grub_term_get_current): Likewise.
12538         * util/misc.c (grub_stop): Renamed to ...
12539         (grub_exit): ... this.
12541         * kern/powerpc/ieee1275/init.c (abort): Renamed to ...
12542         (grub_exit): ... this.
12543         (grub_machine_init): Use grub_abort instead of abort.
12544         (grub_stop): Removed.
12546         * kern/powerpc/ieee1275/cmain.c (cmain): Use grub_abort instead of
12547         abort.
12549         * kern/i386/pc/startup.S (grub_exit): New function.
12550         (cold_reboot): New label.
12552         * kern/efi/init.c: Include grub/efi/disk.h and grub/env.h.
12553         (grub_efi_init): Call grub_efidisk_init.
12554         (grub_efi_fini): Call grub_efidisk_fini.
12556         * kern/efi/efi.c: Include grub/mm.h.
12557         (grub_efi_console_control_guid): Renamed to ...
12558         (console_control_guid): ... this.
12559         (grub_efi_loaded_image_guid): Renamed to ...
12560         (loaded_image_guid): ... this.
12561         (grub_efi_locate_handle): New function.
12562         (grub_efi_open_protocol): Likewise.
12563         (grub_efi_set_text_mode): Use CONSOLE_CONTROL_GUID instead of
12564         GRUB_EFI_CONSOLE_CONTROL_GUID.
12565         (grub_efi_exit): Removed.
12566         (grub_stop): Likewise.
12567         (grub_efi_get_loaded_image): Use grub_efi_open_protocol.
12568         (grub_exit): New function.
12569         (grub_print_device_path): Likewise.
12571         * kern/rescue.c (grub_rescue_cmd_exit): New function.
12572         (grub_enter_rescue_mode): Register "exit".
12574         * kern/misc.c (grub_real_dprintf): A cosmetic change.
12575         (grub_abort): New function.
12577         * kern/err.c (grub_fatal): Use grub_abort instead of grub_stop.
12579         * include/grub/sparc64/ieee1275/kernel.h (abort): Removed.
12581         * include/grub/powerpc/ieee1275/kernel.h (abort): Removed.
12583         * include/grub/efi/efi.h (grub_efi_exit): Removed.
12584         (grub_print_device_path): New prototype.
12585         (grub_efi_locate_handle): Likewise.
12586         (grub_efi_open_protocol): Likewise.
12588         * include/grub/efi/disk.h (grub_efidisk_fini): New file.
12589         * disk/efi/efidisk.c: Likewise.
12591         * DISTLIST: Added disk/efi/efidisk.c and include/grub/efi/disk.h.
12593         * include/grub/efi/console_control.h
12594         (GRUB_EFI_CONSOLE_CONTROL_GUID): Use an array for the last 8 bytes.
12596         * include/grub/efi/api.h (GRUB_EFI_LOADED_IMAGE_GUID): Specify the
12597         last 8 bytes as an array.
12598         (GRUB_EFI_DISK_IO_GUID): New macro.
12599         (GRUB_EFI_BLOCK_IO_GUID): Likewise.
12600         (GRUB_EFI_DEVICE_PATH_GUID): Likewise.
12601         (grub_efi_ipv6_address_t): Change the type to grub_uint16_t from
12602         grub_uint8_t.
12603         (struct grub_efi_guid): Use an array to specify the last 8 bytes.
12604         (struct grub_efi_device_path): Rename the member "sub_type" to
12605         "subtype".
12606         (GRUB_EFI_DEVICE_PATH_TYPE): New macro.
12607         (GRUB_EFI_DEVICE_PATH_SUBTYPE): Likewise.
12608         (GRUB_EFI_DEVICE_PATH_LENGTH): Likewise.
12609         (GRUB_EFI_END_DEVICE_PATH_TYPE): Likewise.
12610         (GRUB_EFI_END_ENTIRE_DEVICE_PATH_SUBTYPE): Likewise.
12611         (GRUB_EFI_END_THIS_DEVICE_PATH_SUBTYPE): Likewise.
12612         (GRUB_EFI_END_ENTIRE_DEVICE_PATH): Likewise.
12613         (GRUB_EFI_NEXT_DEVICE_PATH): Likewise.
12614         (GRUB_EFI_HARDWARE_DEVICE_PATH_TYPE): Likewise.
12615         (GRUB_EFI_PCI_DEVICE_PATH_SUBTYPE): Likewise.
12616         (struct grub_efi_pci_device_path): New structure.
12617         (grub_efi_pci_device_path_t): New type.
12618         (GRUB_EFI_PCCARD_DEVICE_PATH_SUBTYPE): New macro.
12619         (struct grub_efi_pccard_device_path): New structure.
12620         (grub_efi_pccard_device_path_t): New type.
12621         (GRUB_EFI_MEMORY_MAPPED_DEVICE_PATH_SUBTYPE): New macro.
12622         (struct grub_efi_memory_mapped_device_path): New structure.
12623         (grub_efi_memory_mapped_device_path_t): New type.
12624         (GRUB_EFI_VENDOR_DEVICE_PATH_SUBTYPE): New macro.
12625         (struct grub_efi_vendor_device_path): New structure.
12626         (grub_efi_vendor_device_path_t): New type.
12627         (GRUB_EFI_CONTROLLER_DEVICE_PATH_SUBTYPE): New macro.
12628         (struct grub_efi_controller_device_path): New structure.
12629         (grub_efi_controller_device_path_t): New type.
12630         (GRUB_EFI_ACPI_DEVICE_PATH_TYPE): New macro.
12631         (GRUB_EFI_ACPI_DEVICE_PATH_SUBTYPE): Likewise.
12632         (struct grub_efi_acpi_device_path): New structure.
12633         (grub_efi_acpi_device_path_t): New type.
12634         (GRUB_EFI_EXPANDED_ACPI_DEVICE_PATH_SUBTYPE): New macro.
12635         (struct grub_efi_expanded_acpi_device_path): New structure.
12636         (grub_efi_expanded_acpi_device_path_t): New type.
12637         (GRUB_EFI_EXPANDED_ACPI_HIDSTR): New macro.
12638         (GRUB_EFI_EXPANDED_ACPI_UIDSTR): Likewise.
12639         (GRUB_EFI_EXPANDED_ACPI_CIDSTR): Likewise.
12640         (GRUB_EFI_MESSAGING_DEVICE_PATH_TYPE): Likewise.
12641         (GRUB_EFI_ATAPI_DEVICE_PATH_SUBTYPE): Likewise.
12642         (struct grub_efi_atapi_device_path): New structure.
12643         (grub_efi_atapi_device_path_t): New type.
12644         (GRUB_EFI_FIBRE_CHANNEL_DEVICE_PATH_SUBTYPE): New macro.
12645         (struct grub_efi_fibre_channel_device_path): New structure.
12646         (grub_efi_fibre_channel_device_path_t): New type.
12647         (GRUB_EFI_1394_DEVICE_PATH_SUBTYPE): New macro.
12648         (struct grub_efi_1394_device_path): New structure.
12649         (grub_efi_1394_device_path_t): New type.
12650         (GRUB_EFI_USB_DEVICE_PATH_SUBTYPE): New macro.
12651         (struct grub_efi_usb_device_path): New structure.
12652         (grub_efi_usb_device_path_t): New type.
12653         (GRUB_EFI_USB_CLASS_DEVICE_PATH_SUBTYPE): New macro.
12654         (struct grub_efi_usb_class_device_path): New structure.
12655         (grub_efi_usb_class_device_path_t): New type.
12656         (GRUB_EFI_I2O_DEVICE_PATH_SUBTYPE): New macro.
12657         (struct grub_efi_i2o_device_path): New structure.
12658         (grub_efi_i2o_device_path_t): New type.
12659         (GRUB_EFI_MAC_ADDRESS_DEVICE_PATH_SUBTYPE): New macro.
12660         (struct grub_efi_mac_address_device_path): New structure.
12661         (grub_efi_mac_address_device_path_t): New type.
12662         (GRUB_EFI_IPV4_DEVICE_PATH_SUBTYPE): New macro.
12663         (struct grub_efi_ipv4_device_path): New structure.
12664         (grub_efi_ipv4_device_path_t): New type.
12665         (GRUB_EFI_IPV6_DEVICE_PATH_SUBTYPE): New macro.
12666         (struct grub_efi_ipv6_device_path): New structure.
12667         (grub_efi_ipv6_device_path_t): New type.
12668         (GRUB_EFI_INFINIBAND_DEVICE_PATH_SUBTYPE): New macro.
12669         (struct grub_efi_infiniband_device_path): New structure.
12670         (grub_efi_infiniband_device_path_t): New type.
12671         (GRUB_EFI_UART_DEVICE_PATH_SUBTYPE): New macro.
12672         (struct grub_efi_uart_device_path): New structure.
12673         (grub_efi_uart_device_path_t): New type.
12674         (GRUB_EFI_VENDOR_MESSAGING_DEVICE_PATH_SUBTYPE): New macro.
12675         (struct grub_efi_vendor_messaging_device_path): New structure.
12676         (grub_efi_vendor_messaging_device_path_t): New type.
12677         (GRUB_EFI_MEDIA_DEVICE_PATH_TYPE): New macro.
12678         (GRUB_EFI_HARD_DRIVE_DEVICE_PATH_SUBTYPE): Likewise.
12679         (struct grub_efi_hard_drive_device_path): New structure.
12680         (grub_efi_hard_drive_device_path_t): New type.
12681         (GRUB_EFI_CDROM_DEVICE_PATH_SUBTYPE): New macro.
12682         (struct grub_efi_cdrom_device_path): New structure.
12683         (grub_efi_cdrom_device_path_t): New type.
12684         (GRUB_EFI_VENDOR_MEDIA_DEVICE_PATH_SUBTYPE): New macro.
12685         (struct grub_efi_vendor_media_device_path): New structure.
12686         (grub_efi_vendor_media_device_path_t): New type.
12687         (GRUB_EFI_FILE_PATH_DEVICE_PATH_SUBTYPE): New macro.
12688         (struct grub_efi_file_path_device_path): New structure.
12689         (grub_efi_file_path_device_path_t): New type.
12690         (GRUB_EFI_PROTOCOL_DEVICE_PATH_SUBTYPE): New macro.
12691         (struct grub_efi_protocol_device_path): New structure.
12692         (grub_efi_protocol_device_path_t): New type.
12693         (GRUB_EFI_BIOS_DEVICE_PATH_TYPE): New macro.
12694         (GRUB_EFI_BIOS_DEVICE_PATH_SUBTYPE): Likewise.
12695         (struct grub_efi_bios_device_path): New structure.
12696         (grub_efi_bios_device_path_t): New type.
12697         (struct grub_efi_disk_io): New structure.
12698         (grub_efi_disk_io_t): New type.
12699         (struct grub_efi_block_io_media): New structure.
12700         (grub_efi_block_io_media_t): New type.
12701         (struct grub_efi_block_io): New structure.
12702         (grub_efi_block_io_t): New type.
12704         * include/grub/misc.h (grub_stop): Removed.
12705         (grub_exit): New prototype.
12706         (grub_abort): Likewise.
12708         * include/grub/disk.h (enum grub_disk_dev_id): Added
12709         GRUB_DISK_DEVICE_EFIDISK_ID.
12711         * conf/i386-efi.rmk (kernel_mod_SOURCES): Added
12712         disk/efi/efidisk.c.
12713         (kernel_syms.lst): Remove the target if an error occurs.
12715 2006-04-22  Yoshinori K. Okuji  <okuji@enbug.org>
12717         * kern/misc.c (grub_lltoa): Rewritten the decimal conversion part,
12718         as it was simply too buggy.
12720 2006-04-21  Yoshinori K. Okuji  <okuji@enbug.org>
12722         * kern/misc.c (grub_lltoa): New function.
12723         (grub_vsprintf): Added support for the long long suffix,
12724         i.e. "ll".
12726 2006-04-20  Hollis Blanchard  <hollis@penguinppc.org>
12728         * Makefile.in (LDFLAGS): Add variable.
12729         (LD): Remove variable.
12730         * configure.ac: Add -m32 to LDFLAGS.
12731         * genmk.rb (PModule#rule): Use $(CC) instead of $(LD).
12732         * conf/powerpc-ieee1275.rmk (COMMON_LDFLAGS): Add variable.
12733         (grubof_LDFLAGS): Use $(COMMON_LDFLAGS).
12734         (_linux_mod_LDFLAGS, linux_mod_LDFLAGS, normal_mod_LDFLAGS,
12735         suspend_mod_LDFLAGS, reboot_mod_LDFLAGS, halt_mod_LDFLAGS): New
12736         variables.
12737         * conf/sparc64-ieee1275.rmk (COMMON_LDFLAGS): Add -nostdlib.
12738         * conf/i386-pc.rmk (COMMON_LDFLAGS): Add -nostdlib.
12739         * conf/i386-efi.rmk (COMMON_LDFLAGS): Add -nostdlib.
12741 2006-04-20  Vesa Jaaskelainen  <chaac@nic.fi>
12743         * term/gfxterm.c (grub_gfxterm_getcharwidth): Fixed character
12744         length for unknown glyph.
12746 2006-04-20  Yoshinori K. Okuji  <okuji@enbug.org>
12748         Add support for pre-loaded modules into the EFI port.
12750         * util/i386/efi/grub-mkimage.c (make_mods_section): Rewritten
12751         completely. Accept one more argument DIR. The caller has changed.
12753         * kern/i386/efi/init.c (grub_arch_modules_addr): Removed.
12755         * kern/efi/efi.c: Include grub/efi/pe32.h and grub/kernel.h.
12756         (grub_efi_loaded_image_guid): New variable.
12757         (grub_efi_get_loaded_image): New function.
12758         (grub_arch_modules_addr): Likewise.
12760         * include/grub/efi/efi.h (grub_efi_get_loaded_image): New
12761         prototype.
12763         * include/grub/efi/api.h (GRUB_EFI_LOADED_IMAGE_GUID): New macro.
12764         (struct grub_efi_loaded_image): New structure.
12765         (grub_efi_loaded_image_t): New type.
12767 2006-04-20  Yoshinori K. Okuji  <okuji@enbug.org>
12769         * loader/i386/pc/linux.c (grub_rescue_cmd_linux): Compare the file
12770         size with GRUB_OS_AREA_SIZE as grub_size_t instead of
12771         grub_ssize_t. Reported by Jeff Chua <jeff84@silk.corp.fedex.com>.
12773 2006-04-19  Roger Leigh  <rleigh@whinlatter.ukfsn.org>
12775         * DISTLIST: Added `util/powerpc/ieee1275/grub-install.in'.
12777 2006-04-19  Yoshinori K. Okuji  <okuji@enbug.org>
12779         * DISTLIST: Added include/grub/efi/console.h,
12780         include/grub/efi/time.h, include/grub/i386/efi/kernel.h,
12781         kern/efi/init.c, kern/efi/mm.c, and term/efi/console.c.
12783         * include/grub/efi/console.h: New file.
12784         * include/grub/efi/time.h: Likewise.
12785         * include/grub/i386/efi/kernel.h: Likewise.
12786         * kern/efi/init.c: Likewise.
12787         * kern/efi/mm.c: Likewise.
12788         * term/efi/console.c: Likewise.
12790         * kern/i386/efi/init.c: Do not include grub/machine/time.h.
12791         (grub_stop): Removed.
12792         (grub_get_rtc): Likewise.
12793         (grub_machine_init): Simply call grub_efi_init.
12794         (grub_machine_fini): Call grub_efi_fini.
12796         * kern/efi/efi.c: Include grub/machine/time.h and grub/term.h.
12797         (grub_efi_output_string): Removed.
12798         (grub_efi_stall): New function.
12799         (grub_stop): Likewise.
12800         (grub_get_rtc): Likewise.
12802         * include/grub/efi/efi.h (grub_efi_output_string): Removed.
12803         (grub_efi_stall): New prototype.
12804         (grub_efi_allocate_pages): Likewise.
12805         (grub_efi_free_pages): Likewise.
12806         (grub_efi_get_memory_map): Likewise.
12807         (grub_efi_mm_init): Likewise.
12808         (grub_efi_mm_fini): Likewise.
12809         (grub_efi_init): Likewise.
12810         (grub_efi_fini): Likewise.
12812         * include/grub/i386/efi/time.h: Do not include
12813         grub/symbol.h. Include grub/efi/time.h.
12814         (GRUB_TICKS_PER_SECOND): Removed.
12815         (grub_get_rtc): Likewise.
12817         * include/grub/efi/api.h (struct grub_efi_memory_descriptor):
12818         Added padding. The EFI spec is buggy.
12819         (GRUB_EFI_BLACK): New macro.
12820         (GRUB_EFI_BLUE): Likewise.
12821         (GRUB_EFI_GREEN): Likewise.
12822         (GRUB_EFI_CYAN): Likewise.
12823         (GRUB_EFI_RED): Likewise.
12824         (GRUB_EFI_MAGENTA): Likewise.
12825         (GRUB_EFI_BROWN): Likewise.
12826         (GRUB_EFI_LIGHTGRAY): Likewise.
12827         (GRUB_EFI_BRIGHT): Likewise.
12828         (GRUB_EFI_DARKGRAY): Likewise.
12829         (GRUB_EFI_LIGHTBLUE): Likewise.
12830         (GRUB_EFI_LIGHTGREEN): Likewise.
12831         (GRUB_EFI_LIGHTCYAN): Likewise.
12832         (GRUB_EFI_LIGHTRED): Likewise.
12833         (GRUB_EFI_LIGHTMAGENTA): Likewise.
12834         (GRUB_EFI_YELLOW): Likewise.
12835         (GRUB_EFI_WHITE): Likewise.
12836         (GRUB_EFI_BACKGROUND_BLACK): Likewise.
12837         (GRUB_EFI_BACKGROUND_BLUE): Likewise.
12838         (GRUB_EFI_BACKGROUND_GREEN): Likewise.
12839         (GRUB_EFI_BACKGROUND_CYAN): Likewise.
12840         (GRUB_EFI_BACKGROUND_RED): Likewise.
12841         (GRUB_EFI_BACKGROUND_MAGENTA): Likewise.
12842         (GRUB_EFI_BACKGROUND_BROWN): Likewise.
12843         (GRUB_EFI_BACKGROUND_LIGHTGRAY): Likewise.
12844         (GRUB_EFI_TEXT_ATTR): Likewise.
12846         * conf/i386-efi.rmk (kernel_mod_SOURCES): Added kern/efi/efi.c,
12847         kern/efi/init.c, kern/efi/mm.c, and term/efi/console.c.
12848         (kernel_mod_HEADERS): Added efi/time.h.
12850 2006-04-18  Yoshinori K. Okuji  <okuji@enbug.org>
12852         * DISTLIST: Added conf/i386-efi.mk, conf/i386-efi.rmk,
12853         include/grub/efi/api.h, include/grub/efi/console_control.h,
12854         include/grub/efi/efi.h, include/grub/efi/pe32.h,
12855         include/grub/i386/efi/time.h, kern/efi/efi.c,
12856         kern/i386/efi/init.c, kern/i386/efi/startup.S,
12857         and util/i386/efi/grub-mkimage.c.
12859         * Makefile.in (RMKFILES): Added i386-efi.rmk.
12861         * genmk.rb (PModule#rule): Do not export symbols if
12862         #{prefix}_EXPORTS is set to "no".
12864         * conf/i386-efi.mk: New file.
12865         * conf/i386-efi.rmk: Likewise.
12866         * include/grub/efi/api.h: Likewise.
12867         * include/grub/efi/console_control.h: Likewise.
12868         * include/grub/efi/efi.h: Likewise.
12869         * include/grub/efi/pe32.h: Likewise.
12870         * include/grub/i386/efi/time.h: Likewise.
12871         * kern/efi/efi.c: Likewise.
12872         * kern/i386/efi/init.c: Likewise.
12873         * kern/i386/efi/startup.S: Likewise.
12874         * util/i386/efi/grub-mkimage.c: Likewise.
12876 2006-04-17  Marco Gerards  <marco@gnu.org>
12878         * include/grub/script.h: Include <grub/parser.h> and
12879         "grub_script.tab.h".
12880         (struct grub_lexer_param): New struct.
12881         (struct grub_parser_param): Likewise.
12882         (grub_script_create_arglist): Pass the state in an argument.
12883         (grub_script_add_arglist): Likewise.
12884         (grub_script_create_cmdline): Likewise.
12885         (grub_script_create_cmdblock): Likewise.
12886         (grub_script_create_cmdif): Likewise.
12887         (grub_script_create_cmdmenu): Likewise.
12888         (grub_script_add_cmd): Likewise.
12889         (grub_script_arg_add): Likewise.
12890         (grub_script_lexer_ref): Likewise.
12891         (grub_script_lexer_deref): Likewise.
12892         (grub_script_lexer_record_start): Likewise.
12893         (grub_script_lexer_record_stop): Likewise.
12894         (grub_script_mem_record): Likewise.
12895         (grub_script_mem_record_stop): Likewise.
12896         (grub_script_malloc): Likewise.
12897         (grub_script_yylex): Likewise.
12898         (grub_script_yyparse): Likewise.
12899         (grub_script_yyerror): Likewise.
12900         (grub_script_yylex): Likewise.
12901         (grub_script_lexer_init): Return the state.
12903         * normal/lexer.c (grub_script_lexer_state): Removed variable.
12904         (grub_script_lexer_done): Likewise.
12905         (grub_script_lexer_getline): Likewise.
12906         (grub_script_lexer_refs): Likewise.
12907         (script): Likewise.
12908         (newscript): Likewise.
12909         (record): Likewise.
12910         (recording): Likewise.
12911         (recordpos): Likewise.
12912         (recordlen): Likewise.
12913         (grub_script_lexer_init): Return the state instead of setting
12914         global variables.
12915         (grub_script_lexer_ref): Use the newly added argument for state
12916         instead of globals.
12917         (grub_script_lexer_deref): Likewise.
12918         (grub_script_lexer_record_start): Likewise.
12919         (grub_script_lexer_record_stop): Likewise.
12920         (recordchar): Likewise.
12921         (nextchar): Likewise.
12922         (grub_script_yylex2): Likewise.
12923         (grub_script_yylex): Likewise.
12924         (grub_script_yyerror): Likewise.
12926         * normal/parser.y (func_mem): Removed variable.
12927         (menu_entry): Likewise.
12928         (err): Likewise.
12929         (%lex-param): New parser option.
12930         (%parse-param): Likewise.
12931         (script): Always return the AST.
12932         (argument): Pass the state around.
12933         (arguments): Likewise.
12934         (grubcmd): Likewise.
12935         (commands): Likewise.
12936         (function): Likewise.
12937         (menuentry): Likewise.
12938         (if_statement): Likewise.
12939         (if): Likewise.
12941         * normal/script.c (grub_script_memused): Removed variable.
12942         (grub_script_parsed): Likewise.
12943         (grub_script_malloc): Added a state argument.  Use that instead of
12944         global variables.
12945         (grub_script_mem_record): Likewise.
12946         (grub_script_mem_record_stop): Likewise.
12947         (grub_script_arg_add): Likewise.
12948         (grub_script_add_arglist): Likewise.
12949         (grub_script_create_cmdline): Likewise.
12950         (grub_script_create_cmdif): Likewise.
12951         (grub_script_create_cmdmenu): Likewise.
12952         (grub_script_add_cmd): Likewise.
12953         (grub_script_parse): Setup the state before calling the parser.
12955 2006-04-16  Marco Gerards  <marco@gnu.org>
12957         * normal/command.c (grub_command_init): Remove the title command.
12959         * normal/lexer.c (grub_script_yylex): Renamed from this...
12960         (grub_script_yylex2): ... to this.
12961         (grub_script_yylex): New function.  Temporary
12962         introduced to filter some tokens.
12963         (grub_script_yyerror): Print a newline.
12965         * normal/main.c (read_config_file): Output information about the
12966         lines that contain errors.  Wait for a key after all lines have
12967         been processed.  Don't return an empty menu.
12969         * normal/parser.y (func_mem): Don't initialize.
12970         (menu_entry): Likewise.
12971         (err): New variable.
12972         (script): Don't return anything when an error was encountered.
12973         (ws, returns): Removed rules.
12974         (argument): Disabled concatenated variable support.
12975         (arguments): Remove explicit separators.
12976         (grubcmd): Likewise.
12977         (function): Likewise.
12978         (menuentry): Likewise.
12979         (if): Likewise.
12980         (commands): Likewise.  Add error handling.
12982         * normal/script.c (grub_script_create_cmdline): If
12983         `grub_script_parsed' is 0, assume the parser encountered an error.
12985 2006-04-02  Yoshinori K. Okuji  <okuji@enbug.org>
12987         * configure.ac: Add support for EFI. Fix the typo
12988         BUILD_LDDFLAGS. Restore the LDFLAGS after testing.
12990 2006-04-01  Vesa Jaaskelainen  <chaac@nic.fi>
12992         * util/unifont2pff.rb: Removed unnecessary byte ordering.  Now
12993         foreign multibyte characters should be shown correctly.
12995 2006-04-01  Vesa Jaaskelainen  <chaac@nic.fi>
12997         * normal/main.c (grub_normal_menu_addentry): Fixed menu size
12998         calculation.
12999         (read_config_file): Made it to close file before returning.
13001 2006-03-31  Vesa Jaaskelainen  <chaac@nic.fi>
13003         * DISTLIST: Added include/grub/i386/pc/vbeblit.h,
13004         include/grub/i386/pc/vbefill.h, video/i386/pc/vbeblit.c,
13005         video/i386/pc/vbefill.c.
13007         * conf/i386-pc.rmk (vbe_mod_SOURCES): Added video/i386/pc/vbeblit.c,
13008         video/i386/pc/vbefill.c.
13010         * include/grub/video.h (grub_video_blit_format): New enum.
13011         (grub_video_mode_info): Added new member blit_format.
13012         (grub_video_get_blit_format): New function prototype.
13014         * include/grub/i386/pc/vbe.h (grub_video_vbe_get_video_ptr): New
13015         function prototype.
13016         (grub_video_vbe_map_rgb): Likewise.
13017         (grub_video_vbe_unmap_color): Likewise.
13019         * include/grub/i386/pc/vbeblit.h: New file.
13021         * include/grub/i386/pc/vbefill.h: New file.
13023         * video/video.c (grub_video_get_blit_format): New function.
13024         (grub_video_vbe_get_video_ptr): Re-declared as non-static.
13025         (grub_video_vbe_map_rgb): Likewise.
13026         (grub_video_vbe_unmap_color): Likewise.
13028         * video/i386/pc/vbe.c (grub_video_vbe_fill_rect): Changed to use more
13029         optimized fills.
13030         (grub_video_vbe_blit_render_target): Changed to use more optimized
13031         blits.
13032         (grub_video_vbe_setup): Added detection for optimized settings.
13033         (grub_video_vbe_create_render_target): Likewise.
13035         * video/i386/pc/vbeblit.c: New file.
13037         * video/i386/pc/vbefill.c: New file.
13039 2006-03-30  Vesa Jaaskelainen  <chaac@nic.fi>
13041         * font/manager.c (grub_font_get_glyph): Removed font fixup from
13042         here...
13044         * util/unifont2pff.rb: ... and moved it to here.  Improved argument
13045         parsing to support both hex and dec ranges.  If filename was missing
13046         show usage information.
13048 2006-03-14  Vesa Jaaskelainen  <chaac@nic.fi>
13050         * DISTLIST: Added include/grub/video.h, term/gfxterm.c,
13051         video/video.c, commands/videotest.c.  Removed term/i386/pc/vesafb.c.
13053         * conf/i386-pc.rmk (pkgdata_MODULES): Added video.mod,
13054         gfxterm.mod, videotest.mod.  Removed vga.mod, vesafb.mod.
13055         (video_mod_SOURCES): Added.
13056         (video_mod_CFLAGS): Likewise.
13057         (video_mod_LDFLAGS): Likewise.
13058         (gfxterm_mod_SOURCES): Likewise.
13059         (gfxterm_mod_CFLAGS): Likewise.
13060         (gfxterm_mod_LDFLAGS): Likewise.
13061         (videotest_mod_SOURCES): Likewise.
13062         (videotest_mod_CFLAGS): Likewise.
13063         (videotest_mod_LDFLAGS): Likewise.
13064         (vesafb_mod_SOURCES): Removed.
13065         (vesafb_mod_CFLAGS): Likewise.
13066         (vesafb_mod_LDFLAGS): Likewise.
13067         (vga_mod_SOURCES): Likewise.
13068         (vga_mod_CFLAGS): Likewise.
13069         (vga_mod_LDFLAGS): Likewise.
13071         * commands/videotest.c: New file.
13073         * font/manager.c (fill_with_default_glyph): Modified to use
13074         grub_font_glyph.
13075         (grub_font_get_glyph): Likewise.
13076         (fontmanager): Renamed from this...
13077         (font_manager): ... to this.
13079         * include/grub/font.h (grub_font_glyph): Added new structure.
13080         (grub_font_get_glyph): Modified to use grub_font_glyph.
13082         * include/grub/misc.h (grub_abs): Added as inline function.
13084         * include/grub/video.h: New file.
13086         * include/grub/i386/pc/vbe.h (GRUB_VBE_STATUS_OK): New macro.
13087         (GRUB_VBE_MEMORY_MODEL_PACKED_PIXEL): Likewise.
13088         (GRUB_VBE_MEMORY_MODEL_DIRECT_COLOR): Likewise.
13089         (grub_vbe_get_controller_info): Renamed from this...
13090         (grub_vbe_bios_get_controller_info): ... to this.
13091         (grub_vbe_get_mode_info): Renamed from this...
13092         (grub_vbe_bios_get_mode_info): ... to this.
13093         (grub_vbe_set_mode): Renamed from this...
13094         (grub_vbe_bios_set_mode): ... to this.
13095         (grub_vbe_get_mode): Renamed from this...
13096         (grub_vbe_bios_get_mode): ... to this.
13097         (grub_vbe_set_memory_window): Renamed from this...
13098         (grub_vbe_bios_set_memory_window): ... to this.
13099         (grub_vbe_get_memory_window): Renamed from this...
13100         (grub_vbe_bios_get_memory_window): ... to this.
13101         (grub_vbe_set_scanline_length): Renamed from this...
13102         (grub_vbe_set_scanline_length): ... to this.
13103         (grub_vbe_get_scanline_length): Renamed from this...
13104         (grub_vbe_bios_get_scanline_length): ... to this.
13105         (grub_vbe_set_display_start): Renamed from this...
13106         (grub_vbe_bios_set_display_start): ... to this.
13107         (grub_vbe_get_display_start): Renamed from this...
13108         (grub_vbe_bios_get_display_start): ... to this.
13109         (grub_vbe_set_palette_data): Renamed from this...
13110         (grub_vbe_bios_set_palette_data): ... to this.
13111         (grub_vbe_set_pixel_rgb): Removed.
13112         (grub_vbe_set_pixel_index): Likewise.
13114         * kern/i386/pc/startup.S (grub_vbe_get_controller_info): Renamed
13115         from this...
13116         (grub_vbe_bios_get_controller_info): ... to this.
13117         (grub_vbe_get_mode_info): Renamed from this...
13118         (grub_vbe_bios_get_mode_info): ... to this.
13119         (grub_vbe_set_mode): Renamed from this...
13120         (grub_vbe_bios_set_mode): ... to this.
13121         (grub_vbe_get_mode): Renamed from this...
13122         (grub_vbe_bios_get_mode): ... to this.
13123         (grub_vbe_set_memory_window): Renamed from this...
13124         (grub_vbe_bios_set_memory_window): ... to this.
13125         (grub_vbe_get_memory_window): Renamed from this...
13126         (grub_vbe_bios_get_memory_window): ... to this.
13127         (grub_vbe_set_scanline_length): Renamed from this...
13128         (grub_vbe_set_scanline_length): ... to this.
13129         (grub_vbe_get_scanline_length): Renamed from this...
13130         (grub_vbe_bios_get_scanline_length): ... to this.
13131         (grub_vbe_set_display_start): Renamed from this...
13132         (grub_vbe_bios_set_display_start): ... to this.
13133         (grub_vbe_get_display_start): Renamed from this...
13134         (grub_vbe_bios_get_display_start): ... to this.
13135         (grub_vbe_set_palette_data): Renamed from this...
13136         (grub_vbe_bios_set_palette_data): ... to this.
13137         (grub_vbe_bios_get_controller_info): Fixed problem with registers
13138         getting corrupted after calling it.  Added more pushes and pops.
13139         (grub_vbe_bios_set_mode): Likewise.
13140         (grub_vbe_bios_get_mode): Likewise.
13141         (grub_vbe_bios_get_memory_window): Likewise.
13142         (grub_vbe_bios_set_scanline_length): Likewise.
13143         (grub_vbe_bios_get_scanline_length): Likewise.
13144         (grub_vbe_bios_get_display_start): Likewise.
13145         (grub_vbe_bios_set_palette_data): Likewise.
13147         * normal/cmdline.c (cl_set_pos): Refresh the screen.
13148         (cl_insert): Likewise.
13149         (cl_delete): Likewise.
13151         * term/gfxterm.c: New file.
13153         * term/i386/pc/vesafb.c: Removed file.
13155         * video/video.c: New file.
13157         * video/i386/pc/vbe.c (real2pm): Added new function.
13158         (grub_video_vbe_draw_pixel): Likewise.
13159         (grub_video_vbe_get_video_ptr): Likewise.
13160         (grub_video_vbe_get_pixel): Likewise
13161         (grub_video_vbe_init): Likewise.
13162         (grub_video_vbe_fini): Likewise.
13163         (grub_video_vbe_setup): Likewise.
13164         (grub_video_vbe_get_info): Likewise.
13165         (grub_video_vbe_set_palette): Likewise.
13166         (grub_video_vbe_get_palette): Likewise.
13167         (grub_video_vbe_set_viewport): Likewise.
13168         (grub_video_vbe_get_viewport): Likewise.
13169         (grub_video_vbe_map_color): Likewise.
13170         (grub_video_vbe_map_rgb): Likewise.
13171         (grub_video_vbe_map_rgba): Likewise.
13172         (grub_video_vbe_unmap_color): Likewise.
13173         (grub_video_vbe_fill_rect): Likewise.
13174         (grub_video_vbe_blit_glyph): Likewise.
13175         (grub_video_vbe_blit_bitmap): Likewise.
13176         (grub_video_vbe_blit_render_target): Likewise.
13177         (grub_video_vbe_scroll): Likewise.
13178         (grub_video_vbe_swap_buffers): Likewise.
13179         (grub_video_vbe_create_render_target): Likewise.
13180         (grub_video_vbe_delete_render_target): Likewise.
13181         (grub_video_vbe_set_active_render_target): Likewise.
13182         (grub_vbe_set_pixel_rgb): Remove function.
13183         (grub_vbe_set_pixel_index): Likewise.
13184         (index_color_mode): Remove static variable.
13185         (active_mode): Likewise.
13186         (framebuffer): Likewise.
13187         (bytes_per_scan_line): Likewise.
13188         (grub_video_vbe_adapter): Added new static variable.
13189         (framebuffer): Likewise.
13190         (render_target): Likewise.
13191         (initial_mode): Likewise.
13192         (mode_in_use): Likewise.
13193         (mode_list): Likewise.
13195 2006-03-10  Marco Gerards  <marco@gnu.org>
13197         * configure.ac (AC_INIT): Bumped to 1.93.
13199         * DISTLIST: Added `include/grub/hfs.h'.
13201 2006-02-01  Yoshinori K. Okuji  <okuji@enbug.org>
13203         * boot/i386/pc/boot.S (general_error): Before looping, try INT
13204         18H, which might help the BIOS falling back to next boot media.
13206 2006-01-25  Yoshinori K. Okuji  <okuji@enbug.org>
13208         * util/i386/pc/grub-install.in: Escape a backslash. Reported by
13209         Poe Chen <poe.poechen@gmail.com>.
13211 2006-01-17  Marco Gerards  <marco@gnu.org>
13213         * include/grub/normal.h: Include <grub/script.h>.
13214         (grub_command_list): Removed struct.
13215         (grub_command_list_t): Removed type.
13216         (grub_menu_entry): Remove members `num' and `command_list'.  Add
13217         members `commands' and `sourcecode'.
13218         * include/grub/script.h: Add inclusion guards.
13219         (grub_script_cmd_menuentry): New struct.
13220         (grub_script_execute_menuentry): New prototype.
13221         (grub_script_lexer_record_start): Likewise.
13222         (grub_script_lexer_record_stop): Likewise.
13223         * normal/execute.c (grub_script_execute_menuentry): New function.
13224         * normal/lexer.c (record, recording, recordpos, recordlen): New
13225         variables.
13226         (grub_script_lexer_record_start): New function.
13227         (grub_script_lexer_record_stop): Likewise.
13228         (recordchar): Likewise.
13229         (nextchar): Likewise.
13230         (grub_script_yylex): Use `nextchar' to fetch new characters.  Use
13231         2048 as the buffer size.  Add the tokens `menuentry' and `@'.
13232         * normal/main.c: Include <grub/parser.h> and <grub/script.h>
13233         (current_menu): New variable.
13234         (free_menu): Mainly rewritten.
13235         (grub_normal_menu_addentry): New function.
13236         (read_config_file): Rewritten.
13237         * normal/menu.c (run_menu_entry): Mainly rewritten.
13238         * normal/menu_entry.c (make_screen): Rewritten the code to insert
13239         the menu entry.
13240         (run): Mainly rewritten.
13241         * normal/parser.y (menu_entry): New variable.
13242         (GRUB_PARSER_TOKEN_MENUENTRY): New token.
13243         (menuentry): New rule.
13244         (command): Add `menuentry'.
13245         (if_statement): Allow additional returns before `fi'.
13246         * normal/script.c (grub_script_create_cmdmenu): New function.
13248 2006-01-03  Marco Gerards  <marco@gnu.org>
13250         * INSTALL: GNU Bison is required.
13251         * configure.ac: Rewritten the test to detect Bison.
13252         * Makefile.in (YACC): New variable.  Reported by Xun Sun
13253         <xun.sun.cn@gmail.com>.
13255 2006-01-03  Marco Gerards  <marco@gnu.org>
13257         * fs/hfsplus.c (grub_hfsplus_read_block): Convert the offset of
13258         the HFS+ filesystem to filesystem blocks.
13259         (grub_hfsplus_iterate_dir): Cast the `fileinfo' assignment so a
13260         GCC warning is silenced.
13262 2006-01-03  Marco Gerards  <marco@gnu.org>
13264         * partmap/apple.c (apple_partition_map_iterate): Convert the data
13265         read from disk from big endian to host byte order.
13267 2006-01-03  Hollis Blanchard  <hollis@penguinppc.org>
13269         * fs/hfs.c: Include <grub/hfs.h>.  Added reference to the official
13270         documentation.
13271         (GRUB_HFS_EMBED_HFSPLUS_SIG): New macro.
13272         (grub_hfs_mount): Grammar fix in error. Make sure this is not an
13273         embedded HFS+ filesystem.
13274         (GRUB_HFS_MAGIC, grub_hfs_extent, grub_hfs_datarecord_t)
13275         (grub_hfs_sblock): Move from here...
13276         * include/grub/hfs.h: To here...  New file.
13277         * fs/hfsplus.c: Include <grub/hfs.h>.  Added reference to the official
13278         documentation.
13279         (GRUB_HFSPLUS_MAGIC, GRUB_HFSPLUSX_MAGIC, GRUB_HFSPLUS_SBLOCK):
13280         New macros.
13281         (grub_hfsplus_volheader): Change type of member `magic' to
13282         `grub_uint16_t'.
13283         (grub_hfsplus_data): Add new member `embedded_offset'.
13284         (grub_hfsplus_read_block): Add the HFS+ wrapper offset to the
13285         returned block.
13286         (grub_hfsplus_mount): Read the HFS+ wrapper if it exists.
13287         Calculate the offset.
13289 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
13291         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_DRP_ADDR):
13292         Removed.
13293         (GRUB_BOOT_MACHINE_DRP_SIZE): Likewise.
13295 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
13297         * kern/env.c (grub_env_set): Check if ENV->VALUE instead of
13298         ENV->NAME is NULL after allocating ENV->VALUE.
13300 2005-12-25  Marco Gerards  <marco@gnu.org>
13302         * kern/env.c (grub_env_set): Rewritten the error handling code.
13304 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
13306         * geninit.sh: Made more robust, and more portable.
13308 2005-12-25  Marco Gerards  <marco@gnu.org>
13310         Add support for Apple HFS+ filesystems.
13312         * fs/hfsplus.c: New file.
13314         * DISTLIST: Added `fs/hfsplus.c'.
13316         * conf/common.rmk (pkgdata_MODULES): Add `hfsplus.mod'.
13317         (hfsplus_mod_SOURCES): New variable.
13318         (hfsplus_mod_CFLAGS): Likewise.
13319         (hfsplus_mod_LDFLAGS): Likewise.
13320         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/hfsplus.c'.
13321         (grub_setup_SOURCES): Likewise.
13322         (grub_mkdevicemap_SOURCES): Likewise.
13323         (grub_emu_SOURCES): Likewise.
13324         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
13326         * fs/fshelp.c (grub_fshelp_log2blksize): New function.
13328         * include/grub/fshelp.h (grub_fshelp_log2blksize): new prototype.
13330 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
13332         * DISTLIST: Added geninitheader.sh, geninit.sh, commands/test.c,
13333         commands/i386/pc/play.c, conf/common.mk, conf/common.rmk,
13334         include/grub/parser.h, include/grub/script.h, kern/parser.c,
13335         kern/sparc64/cache.S, normal/execute.c, normal/function.c,
13336         normal/lexer.c, normal/parser.y, normal/script.c, and
13337         partmap/gpt.c.
13338         Removed kern/sparc64/cache.c.
13340         * conf/common.rmk (DISTCLEANFILES): Added grub_script.tab.c,
13341         grub_script.tab.h, grub_modules_init.lst, grub_modules_init.h,
13342         grub_emu_init.c.
13344         * configure.ac (AC_INIT): Bumped to 1.92.
13346 2005-12-24  Vesa Jaaskelainen  <chaac@nic.fi>
13348         * kern/err.c (grub_error_push): Added new function to support error
13349         stacks.
13350         (grub_error_pop): Likewise.
13351         (grub_error_stack_items): New local variable to support error stacks.
13352         (grub_error_stack_pos): Likewise.
13353         (grub_error_stack_assert): Likewise.
13354         (GRUB_ERROR_STACK_SIZE): Added new define to configure maximum error
13355         stack depth.
13356         (grub_print_error): Added support to print errors from error stack.
13358         * include/grub/err.h (grub_error_push): Added function prototype.
13359         (grub_error_pop): Likewise.
13361 2005-12-09  Hollis Blanchard  <hollis@penguinppc.org>
13363         * configure.ac: Accept `powerpc64' as host_cpu.
13364         (amd64): Rename to `biarch32'.
13366         * kern/powerpc/cache.S (grub_arch_sync_caches): Handle
13367         non-cacheline-aligned addresses.
13369         * kern/dl.c (grub_dl_load_core): Add grub_dprintf messages.
13370         (grub_dl_flush_cache): Likewise.  Only call `grub_arch_sync_caches'
13371         if `size' is non-zero.
13373 2005-12-03  Marco Gerards  <mgerards@xs4all.nl>
13375         * conf/common.rmk (grub_modules_init.lst): Use `-printf "%P\n"'
13376         and `cd' to make sure the filename is not prefixed with a
13377         directory name.
13378         (pkgdata_MODULES): Add `gpt.mod'.
13379         (gpt_mod_SOURCES): New variable.
13380         (gpt_mod_CFLAGS): Likewise.
13381         (gpt_mod_LDFLAGS): Likewise.
13383         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `partmap/gpt.c'.
13385         * include/grub/pc_partition.h (GRUB_PC_PARTITION_TYPE_GPT_DISK):
13386         New macro.
13388         * partmap/gpt.c: New file.
13390         * partmap/pc.c (pc_partition_map_iterate): Don't continue when a
13391         GPT partition map is detected.
13393 2005-12-03  Vincent Pelletier  <subdino2004@yahoo.fr>
13395         * commands/i386/pc/play.c: New file.
13396         * conf/i386-pc.rmk (pkgdata_MODULES): Added play.mod.
13397         (play_mod_SOURCES, play_mod_CFLAGS, play_mod_LDFLAGS): New
13398         macros.
13400 2005-11-27  Marco Gerards  <mgerards@xs4all.nl>
13402         * include/grub/dl.h (GRUB_MOD_INIT): Use `__attribute__
13403         ((unused))' to silence gcc warning.
13405 2005-11-26  Hollis Blanchard  <hollis@penguinppc.org>
13407         * configure.ac: Correct `AC_PROG_YACC' test.
13409 2005-11-22  Hollis Blanchard  <hollis@penguinppc.org>
13411         * util/powerpc/ieee1275/grub-install.in: Run the mount point
13412         check before installing files.
13414 2005-11-22  Mike Small  <smallm@panix.com>
13416         * util/powerpc/ieee1275/grub-install.in (grubdir): Fixed partition
13417         number regex so multidigit numbers are recognized correctly.
13419 2005-11-22  Mike Small  <smallm@panix.com>
13421         * loader/powerpc/ieee1275/linux.c (grub_rescue_cmd_linux): Add a
13422         debugging message before attempting to claim memory.
13423         (grub_rescue_cmd_initrd): Add a claim debugging message and try
13424         multiple addresses in case of failure.
13426 2005-11-22  Hollis Blanchard  <hollis@penguinppc.org>
13428         * term/tparm.c (get_space): Remove empty `if' statement.
13430         * fs/ufs.c (grub_ufs_find_file): Remove `grub_le_to_cpu32'.
13432         * kern/parser.c (check_varstate): Rename `state' to 's'.
13434 2005-11-22  Hollis Blanchard  <hollis@penguinppc.org>
13436         * partmap/acorn.c: Change `unsigned' to `unsigned int'.  Move all
13437         variable definitions to the beginning of each function.  Sort stack
13438         variables by size.
13439         (find): Rename to `acorn_partition_map_find'.  Cast `grub_disk_read'
13440         `buf' argument to `char *'.
13442 2005-11-22  Hollis Blanchard  <hollis@penguinppc.org>
13444         * conf/powerpc-ieee1275.rmk: Include conf/common.mk.
13445         (pkgdata_MODULES): Removed fshelp.mod, fat.mod, ext2.mod, ufs.mod,
13446         minix.mod, hfs.mod, jfs.mod, xfs.mod, affs.mod, sfs.mod,
13447         hello.mod, boot.mod, terminal.mod, ls.mod, cmp.mod, cat.mod,
13448         help.mod, font.mod, terminfo.mod, amiga.mod, apple.mod, pc.mod,
13449         sun.mod, acorn.mod, loopback.mod, default.mod, timeout.mod,
13450         configfile.mod, search.mod, gzio.mod and test.mod.
13451         (symlist.c, grub_script.tab.c, grub_script.tab.h, kernel_syms.lst)
13452         (grub_modules_init.lst, grub_modules_init.h, grub_emu_init.c)
13453         (fshelp_mod_SOURCES, fshelp_mod_CFLAGS, fshelp_mod_LDFLAGS)
13454         (fat_mod_SOURCES, fat_mod_CFLAGS, fat_mod_LDFLAGS)
13455         (ext2_mod_SOURCES, ext2_mod_CFLAGS, ext2_mod_LDFLAGS)
13456         (ufs_mod_SOURCES, ufs_mod_CFLAGS, ufs_mod_LDFLAGS)
13457         (minix_mod_SOURCES, minix_mod_CFLAGS, minix_mod_LDFLAGS)
13458         (hfs_mod_SOURCES, hfs_mod_CFLAGS, hfs_mod_LDFLAGS, jfs_mod_SOURCES)
13459         (jfs_mod_CFLAGS, jfs_mod_LDFLAGS, iso9660_mod_SOURCES)
13460         (iso9660_mod_CFLAGS, iso9660_mod_LDFLAGS, xfs_mod_SOURCES)
13461         (xfs_mod_CFLAGS, xfs_mod_LDFLAGS, affs_mod_SOURCES)
13462         (affs_mod_CFLAGS, affs_mod_LDFLAGS, sfs_mod_SOURCES)
13463         (sfs_mod_CFLAGS, sfs_mod_LDFLAGS, hello_mod_SOURCES)
13464         (hello_mod_CFLAGS, hello_mod_LDFLAGS, boot_mod_SOURCES)
13465         (boot_mod_CFLAGS, boot_mod_LDFLAGS, terminal_mod_SOURCES)
13466         (terminal_mod_CFLAGS, terminal_mod_LDFLAGS, ls_mod_SOURCES)
13467         (ls_mod_CFLAGS, ls_mod_LDFLAGS, cmp_mod_SOURCES, cmp_mod_CFLAGS)
13468         (cmp_mod_LDFLAGS, cat_mod_SOURCES, cat_mod_CFLAGS, cat_mod_LDFLAGS)
13469         (help_mod_SOURCES, help_mod_CFLAGS, help_mod_LDFLAGS)
13470         (font_mod_SOURCES, font_mod_CFLAGS, font_mod_LDFLAGS)
13471         (terminfo_mod_SOURCES, terminfo_mod_CFLAGS, terminfo_mod_LDFLAGS)
13472         (amiga_mod_SOURCES, amiga_mod_CFLAGS, amiga_mod_LDFLAGS)
13473         (apple_mod_SOURCES, apple_mod_CFLAGS, apple_mod_LDFLAG): Removed.
13475         * conf/common.mk (grub_modules_init.lst): Use `find' instead of
13476         `grep --include'.
13477         (pkgdata_MODULES): Add test.mod.
13479 2005-11-18  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
13481         * genmk.rb: Fixed list rules moved to Makefile.in.  Recognise
13482         appending to variables with "+=".
13483         (PModule): Use full pathname to generate *.lst filenames.
13485         * Makefile.in: Fixed list rules moved from genmk.rb.
13486         (.DELETE_ON_ERROR): New special target.
13487         (RMKFILES): Add common.rmk and sparc64-ieee1275.rmk.
13489         * conf/i386-pc.rmk: Include conf/common.mk.
13490         (pkgdata_MODULES): Removed fshelp.mod, fat.mod, ext2.mod, ufs.mod,
13491         minix.mod, hfs.mod, jfs.mod, xfs.mod, affs.mod, sfs.mod,
13492         hello.mod, boot.mod, terminal.mod, ls.mod, cmp.mod, cat.mod,
13493         help.mod, font.mod, terminfo.mod, amiga.mod, apple.mod, pc.mod,
13494         sun.mod, acorn.mod, loopback.mod, default.mod, timeout.mod,
13495         configfile.mod, search.mod, gzio.mod and test.mod.
13496         (symlist.c, grub_script.tab.c, grub_script.tab.h, kernel_syms.lst)
13497         (grub_modules_init.lst, grub_modules_init.h, grub_emu_init.c)
13498         (fshelp_mod_SOURCES, fshelp_mod_CFLAGS, fshelp_mod_LDFLAGS)
13499         (fat_mod_SOURCES, fat_mod_CFLAGS, fat_mod_LDFLAGS)
13500         (ext2_mod_SOURCES, ext2_mod_CFLAGS, ext2_mod_LDFLAGS)
13501         (ufs_mod_SOURCES, ufs_mod_CFLAGS, ufs_mod_LDFLAGS)
13502         (minix_mod_SOURCES, minix_mod_CFLAGS, minix_mod_LDFLAGS)
13503         (hfs_mod_SOURCES, hfs_mod_CFLAGS, hfs_mod_LDFLAGS, jfs_mod_SOURCES)
13504         (jfs_mod_CFLAGS, jfs_mod_LDFLAGS, iso9660_mod_SOURCES)
13505         (iso9660_mod_CFLAGS, iso9660_mod_LDFLAGS, xfs_mod_SOURCES)
13506         (xfs_mod_CFLAGS, xfs_mod_LDFLAGS, affs_mod_SOURCES)
13507         (affs_mod_CFLAGS, affs_mod_LDFLAGS, sfs_mod_SOURCES)
13508         (sfs_mod_CFLAGS, sfs_mod_LDFLAGS, hello_mod_SOURCES)
13509         (hello_mod_CFLAGS, hello_mod_LDFLAGS, boot_mod_SOURCES)
13510         (boot_mod_CFLAGS, boot_mod_LDFLAGS, terminal_mod_SOURCES)
13511         (terminal_mod_CFLAGS, terminal_mod_LDFLAGS, ls_mod_SOURCES)
13512         (ls_mod_CFLAGS, ls_mod_LDFLAGS, cmp_mod_SOURCES, cmp_mod_CFLAGS)
13513         (cmp_mod_LDFLAGS, cat_mod_SOURCES, cat_mod_CFLAGS, cat_mod_LDFLAGS)
13514         (help_mod_SOURCES, help_mod_CFLAGS, help_mod_LDFLAGS)
13515         (font_mod_SOURCES, font_mod_CFLAGS, font_mod_LDFLAGS)
13516         (terminfo_mod_SOURCES, terminfo_mod_CFLAGS, terminfo_mod_LDFLAGS)
13517         (amiga_mod_SOURCES, amiga_mod_CFLAGS, amiga_mod_LDFLAGS)
13518         (apple_mod_SOURCES, apple_mod_CFLAGS, apple_mod_LDFLAG): Move from
13519         here...
13520         * conf/common.rmk: ... to here.  New file.
13522         * conf/common.mk: New file.
13524 2005-11-18  Yoshinori K. Okuji  <okuji@enbug.org>
13526         * conf/powerpc-ieee1275.rmk (grub_script.tab.h): Unified to ...
13527         (grub_script.tab.c): ... here.
13529         * conf/sparc64-ieee1275.rmk (grub_script.tab.h): Unified to ...
13530         (grub_script.tab.c): ... here.
13532         * conf/i386-pc.rmk (grub_script.tab.h): Unified to ...
13533         (grub_script.tab.c): ... here.
13535         * normal/command.c (grub_command_find): Fixed a memory leak of
13536         MODULE_NAME. Reported by Mike Small <smallm@panix.com>.
13538 2005-11-13  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
13540         * include/grub/symbol.h: (FUNCTION): Use double quotes instead of
13541         "@" which marks the start of a comment on ARM.
13542         (VARIABLE): Likewise.
13544 2005-11-13  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
13546         Add support for Linux/ADFS partition tables.
13548         * partmap/acorn.c: New file.
13550         * include/grub/acorn_filecore.h: Likewise.
13552         * DISTLIST: Added `partmap/acorn.c' and
13553         `include/grub/acorn_filecore.h'.
13555         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
13556         `partmap/acorn.c'.
13557         (pkgdata_MODULES): Add `acorn.mod'.
13558         (acorn_mod_SOURCES): New variable.
13559         (acorn_mod_CFLAGS): Likewise.
13561         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Add
13562         `partmap/acorn.c'.
13563         (pkgdata_MODULES): Add `acorn.mod'.
13564         (acorn_mod_SOURCES): New variable.
13565         (acorn_mod_CFLAGS): Likewise.
13567         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `partmap/acorn.c'.
13568         (pkgdata_MODULES): Add `acorn.mod'.
13569         (acorn_mod_SOURCES): New variable.
13570         (acorn_mod_CFLAGS): Likewise.
13571         (acorn_mod_LDFLAGS): Likewise.
13573         * include/types.h (grub_disk_addr_t): New typedef.
13575 2005-11-13  Marco Gerards  <mgerards@xs4all.nl>
13577         * geninit.sh: New file.
13579         * geninitheader.sh: Likewise.
13581         * commands/boot.c (grub_boot_init, grub_boot_fini): Removed.
13582         * commands/cat.c (grub_cat_init, grub_cat_fini): Likewise.
13583         * commands/cmp.c (grub_cmp_init, grub_cmp_fini): Likewise.
13584         * commands/configfile.c (grub_configfile_init)
13585         (grub_configfile_fini): Likewise.
13586         * commands/default.c (grub_default_init, grub_default_fini):
13587         Likewise.
13588         * commands/help.c (grub_help_init, grub_help_fini): Likewise.
13589         * commands/ls.c (grub_ls_init, grub_ls_fini): Likewise.
13590         * commands/search.c (grub_search_init, grub_search_fini): Likewise.
13591         * commands/terminal.c (grub_terminal_init, grub_terminal_fini):
13592         Likewise.
13593         * commands/test.c (grub_test_init, grub_test_fini): Likewise.
13594         * commands/timeout.c (grub_timeout_init, grub_timeout_fini):
13595         Likewise.
13596         * commands/i386/pc/halt.c (grub_halt_init, grub_halt_fini): Likewise.
13597         * commands/ieee1275/halt.c (grub_halt_init, grub_halt_fini):
13598         Likewise.
13599         * commands/i386/pc/reboot.c (grub_reboot_init, grub_reboot_fini):
13600         Likewise.
13601         * commands/ieee1275/reboot.c (grub_reboot_init, grub_reboot_fini):
13602         Likewise.
13603         * disk/loopback.c (grub_loop_init, grub_loop_fini): Likewise.
13604         * fs/affs.c (grub_affs_init, grub_affs_fini): Likewise.
13605         * fs/ext2.c (grub_ext2_init, grub_ext2_fini): Likewise.
13606         * fs/fat.c (grub_fat_init, grub_fat_fini): Likewise.
13607         * fs/hfs.c (grub_hfs_init, grub_hfs_fini): Likewise.
13608         * fs/iso9660.c (grub_iso9660_init, grub_iso9660_fini): Likewise.
13609         * fs/jfs.c (grub_jfs_init, grub_jfs_fini): Likewise.
13610         * fs/minix.c (grub_minix_init, grub_minix_fini): Likewise.
13611         * fs/sfs.c (grub_sfs_init, grub_sfs_fini): Likewise.
13612         * fs/ufs.c (grub_ufs_init, grub_ufs_fini): Likewise.
13613         * fs/xfs.c (grub_xfs_init, grub_xfs_fini): Likewise.
13614         * normal/main.c (grub_normal_init, grub_normal_fini): Likewise.
13615         * partmap/amiga.c (grub_amiga_partition_map_init)
13616         (grub_amiga_partition_map_fini): Likewise.
13617         * partmap/apple.c (grub_apple_partition_map_init)
13618         (grub_apple_partition_map_fini): Likewise.
13619         * partmap/pc.c (grub_pc_partition_map_init)
13620         (grub_pc_partition_map_fini): Likewise.
13621         * partmap/sun.c (grub_sun_partition_map_init,
13622         grub_sun_partition_map_fini): Likewise.
13623         * term/terminfo.c (grub_terminal_init, grub_terminal_fini):
13624         Likewise.
13626         * util/grub-emu.c: Include <grub_modules_init.h>.
13627         (main): Don't initialize and de-initialize any modules directly,
13628         use `grub_init_all' and `grub_fini_all' instead.
13630         * term/i386/pc/vesafb.c (grub_vesafb_init): Renamed to
13631         `grub_vesafb_mod_init'.
13632         (grub_vesafb_fini): Renamed to `grub_vesafb_mod_fini'.  Updated
13633         all users.
13634         * term/i386/pc/vga.c (grub_vga_init): Renamed to
13635         `grub_vga_mod_init'.  Updated all users.
13636         (grub_vga_fini): Renamed to `grub_vga_mod_fini'.
13638         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `grub_emu_init.c'.
13639         (grub_modules_init.lst, grub_modules_init.h, grub_emu_init.c): New
13640         rules.
13642         * include/grub/dl.h (GRUB_MOD_INIT): Add argument `name'.
13643         Generate a function to initialize the module in utilities.
13644         Updated all callers.
13645         (GRUB_MOD_FINI): Add argument `name'.  Generate a function to
13646         initialize the module in utilities.  Updated all callers.
13648 2005-11-09  Hollis Blanchard  <hollis@penguinppc.org>
13650         * term/ieee1275/ofconsole.c (grub_ofconsole_cls): Use both the ANSI
13651         escape sequence and a literal ^L to clear the screen.
13653         * commands/ieee1275/suspend.c (grub_cmd_suspend): Clear the screen
13654         when returning from Open Firmware.
13656 2005-11-09  Hollis Blanchard  <hollis@penguinppc.org>
13658         * term/ieee1275/ofconsole.c (grub_ofconsole_width): New variable.
13659         (grub_ofconsole_height): Likewise.
13660         (grub_ofconsole_putchar): If `grub_curr_x' exceeds console width,
13661         manually insert a '\n'.
13662         (grub_ofconsole_getwh): Set and return `grub_ofconsole_width' and
13663         `grub_ofconsole_height'.  Return early if these are already set.
13665 2005-11-07  Vincent Pelletier  <subdino2004@yahoo.fr>
13667         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Add
13668         `commands/test.c', `fs/affs.c', `fs/sfs.c', `fs/xfs.c',
13669         `normal/execute.c', `normal/lexer.c', `io/gzio.c',
13670         `kern/parser.c', `grub_script.tab.c', `normal/function.c'
13671         and `normal/script.c'.
13672         (normal_mod_SOURCES): `normal/execute.c', `normal/lexer.c',
13673         `grub_script.tab.c', `normal/function.c' and `normal/script.c'.
13674         (test_mod_SOURCES): New variable.
13675         (test_mod_CFLAGS): Likewise.
13676         (test_mod_LDFLAGS): Likewise.
13677         (pkgdata_MODULES): Add `test.mod'.
13678         (grub_script.tab.c): New rule.
13679         (grub_script.tab.h): Likewise.
13681 2005-11-07  Marco Gerards  <mgerards@xs4all.nl>
13683         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
13684         `commands/test.c', `normal/execute.c', `normal/lexer.c',
13685         `grub_script.tab.c', `normal/function.c' and `normal/script.c'.
13686         (normal_mod_SOURCES): `normal/execute.c', `normal/lexer.c',
13687         `grub_script.tab.c', `normal/function.c' and `normal/script.c'.
13688         (test_mod_SOURCES): New variable.
13689         (test_mod_CFLAGS): Likewise.
13690         (pkgdata_MODULES): Add `test.mod'.
13691         (grub_script.tab.c): New rule.
13692         (grub_script.tab.h): Likewise.
13694 2005-11-06  Marco Gerards  <mgerards@xs4all.nl>
13696         Add initial scripting support.
13698         * commands/test.c: New file.
13699         * include/grub/script.h: Likewise.
13700         * normal/execute.c: Likewise.
13701         * normal/function.c: Likewise.
13702         * normal/lexer.c: Likewise.
13703         * normal/parser.y: Likewise.
13704         * normal/script.c: Likewise.
13706         * configure.ac: Add `AC_PROG_YACC' test.
13708         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `commands/test.c',
13709         `normal/execute.c', `normal/lexer.c', `grub_script.tab.c',
13710         `normal/function.c' and `normal/script.c'.
13711         (normal_mod_SOURCES): `normal/execute.c', `normal/lexer.c',
13712         `grub_script.tab.c', `normal/function.c' and `normal/script.c'.
13713         (test_mod_SOURCES, test_mod_CFLAGS, test_mod_LDFLAGS): New
13714         variables.
13715         (pkgdata_MODULES): Add `test.mod'.
13716         (grub_script.tab.c): New rule.
13717         (grub_script.tab.h): Likewise.
13719         * include/grub/err.h (grub_err_t): Add `GRUB_ERR_TEST_FAILURE'.
13721         * include/grub/normal.h (grub_test_init): New prototype.
13722         (grub_test_fini): Likewise.
13724         * normal/command.c: Include <grub/script.h>.
13725         (grub_command_execute): Rewritten.
13727         * util/grub-emu.c (main): Call `grub_test_init' and
13728         `grub_test_fini'.
13730 2005-11-03  Hollis Blanchard  <hollis@penguinppc.org>
13732         * kern/powerpc/ieee1275/init.c (grub_get_rtc): Initialize `msecs'
13733         to 0.
13734         * term/ieee1275/ofconsole.c (grub_ofconsole_checkkey): Return -1 if
13735         there are no pending characters.
13737 2005-11-03  Hollis Blanchard  <hollis@penguinppc.org>
13739         * kern/powerpc/ieee1275/openfw.c (grub_ieee1275_get_devname): Use
13740         `grub_strndup' to drop device arguments. Replace unnecessary
13741         `grub_strndup' with `grub_strdup'.
13743 2005-11-03  Hollis Blanchard  <hollis@penguinppc.org>
13745         * kern/term.c (grub_cls): Do not call grub_cur_term->cls() if the
13746         `debug' environment variable has been set.
13748 2005-11-02  Hollis Blanchard  <hollis@penguinppc.org>
13750         * Makefile.in (install-local): Use $(DATA).
13751         (uninstall): Likewise.
13752         * conf/powerpc-ieee1275.rmk (bin_UTILITIES): Move grub-mkimage...
13753         (sbin_UTILITIES): ... to here.
13754         (sbin_SCRIPTS): New variable.
13755         (grub_install_SOURCES): New variable.
13756         * util/powerpc/ieee1275/grub-install.in: New file.
13757         * util/powerpc/ieee1275/grub-mkimage.c (kernel_path): Remove
13758         variable.
13759         (add_segments): Call `grub_util_get_path'.
13761 2005-10-28  Yoshinori K. Okuji  <okuji@enbug.org>
13763         From Timothy Baldwin:
13764         * commands/ls.c (grub_ls_list_files): Close FILE with
13765         grub_file_close.
13766         * kern/misc.c (grub_vsprintf): Terminate the string S with NUL.
13768 2005-10-24  Marco Gerards  <mgerards@xs4all.nl>
13770         * include/grub/parser.h: New file.
13772         * kern/parser.c: Likewise.
13774         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/parser.c'.
13775         (grub_setup_SOURCES): Likewise.
13776         (grub_probefs_SOURCES): Likewise.
13777         (grub_emu_SOURCES): Likewise.
13778         (kernel_img_HEADERS): Add `parser.h'.
13780         * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Add `parser.h'.
13781         (grub_emu_SOURCES): Add `kern/parser.c'.
13782         (grubof_SOURCES): Likewise.
13784         * conf/sparc64-ieee1275.rmk (grubof_HEADERS): Add `parser.h'.
13785         (grubof_SOURCES): Add `kern/parser.c'.
13787         * include/grub/misc.h (grub_split_cmdline): Removed prototype.
13789         * kern/misc.c (grub_split_cmdline): Removed function.
13791         * kern/rescue.c: Include <grub/parser.h>.
13792         (grub_enter_rescue_mode): Use `grub_parser_split_cmdline' instead
13793         of `grub_split_cmdline'.
13795         * normal/command.c: Include <grub/parser.h>.
13796         (grub_command_execute):  Use `grub_parser_split_cmdline' instead
13797         of `grub_split_cmdline'.
13799         * normal/completion.c: Include <grub/parser.h>.
13800         (cmdline_state): New variable.
13801         (iterate_dir): End the filename with a quote depending on the
13802         command line state.
13803         (get_state): new function.
13804         (grub_normal_do_completion): Use `grub_parser_split_cmdline' to
13805         split the arguments and determine the current argument.  When the
13806         argument string is not quoted, escape all spaces.
13808 2005-10-23  Vincent Pelletier  <subdino2004@yahoo.fr>
13810         * normal/sparc64/setjmp.S: New file.
13812 2005-10-23  Vincent Pelletier  <subdino2004@yahoo.fr>
13814         * include/grub/sparc64/libgcc.h: New file.
13815         * conf/sparc64-ieee1275.rmk (COMMON_ASFLAGS): Remove -Av9.
13816         (normal_mod_SOURCES): Use normal/sparc64/setjmp.S instead of
13817         normal/sparc64/setjmp.c.
13819 2005-10-23  Vincent Pelletier  <subdino2004@yahoo.fr>
13821         * kern/sparc64/dl.c: Rewritten for SPARCV9 ELF.
13822         * kern/sparc64/cache.S: New file.
13823         * kern/sparc64/cache.c: Removed.
13824         * conf/sparc64-ieee1275.rmk (COMMON_ASFLAGS): Add -Av9.
13825         (COMMON_CFLAGS): Add -mno-app-regs.  Remove -mcpu=v9 and
13826         -mtune=ultrasparc.
13827         (COMMON_LDFLAGS): Add -melf64_sparc.
13828         (grubof_HEADERS): Add sparc64/libgcc.h and machine/kernel.h.
13829         (grubof_SOURCES): Use cache.S instead of cache.c.
13830         (grubof_LDFLAGS): Add -mno-app-regs.  Replace "-Xlinker
13831         --oformat -Xlinker elf64-sparc" by "-Bstatic,-melf64_sparc".
13832         (pkgdata_MODULES): Uncomment. Leave linux.mod and _linux.mod
13833         commented though.
13834         (normal_mod_SOURCES): Add normal/completion.c and normal/misc.c.
13835         (_linux_mod_SOURCES, _linux_mod_CFLAGS, linux_mod_SOURCES)
13836         (linux_mod_CFLAGS): Commented out.
13837         (_linux_mod_LDFLAGS, linux_mod_LDFLAGS): New macro, commented
13838         out because module isn't built.
13839         (fshelp_mod_LDFLAGS, fat_mod_LDFLAGS, ext2_mod_LDFLAGS)
13840         (ufs_mod_LDFLAGS, minix_mod_LDFLAGS, hfs_mod_LDFLAGS)
13841         (jfs_mod_LDFLAGS, iso9660_mod_LDFLAGS, normal_mod_LDFLAGS)
13842         (hello_mod_LDFLAGS, boot_mod_LDFLAGS, terminal_mod_LDFLAGS)
13843         (ls_mod_LDFLAGS, cmp_mod_LDFLAGS, cat_mod_LDFLAGS)
13844         (font_mod_LDFLAGS, amiga_mod_LDFLAGS, apple_mod_LDFLAGS)
13845         (pc_mod_LDFLAGS, sun_mod_LDFLAGS, loopback_mod_LDFLAGS)
13846         (suspend_mod_LDFLAGS, reboot_mod_LDFLAGS, halt_mod_LDFLAGS)
13847         (help_mod_LDFLAGS, default_mod_LDFLAGS, timeout_mod_LDFLAGS)
13848         (configfile_mod_LDFLAGS, search_mod_LDFLAGS, xfs_mod_SOURCES)
13849         (xfs_mod_CFLAGS, xfs_mod_LDFLAGS, affs_mod_SOURCES)
13850         (affs_mod_CFLAGS, affs_mod_LDFLAGS, sfs_mod_SOURCES)
13851         (sfs_mod_CFLAGS, sfs_mod_LDFLAGS, gzio_mod_SOURCES)
13852         (gzio_mod_CFLAGS, gzio_mod_LDFLAGS): New macro.
13854 2005-10-20  Yoshinori K. Okuji  <okuji@enbug.org>
13856         * util/i386/pc/grub-probefs.c (main): Call grub_xfs_init and
13857         grub_xfs_fini. Do not call grub_hfs_init or grub_hfs_fini any
13858         longer, because HFS should not be used on PC.
13860 2005-10-20  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
13862         * io/gzio.c (grub_gzio_read): Use OFFSET instead of FILE->OFFSET
13863         consistently within the loop.
13865 2005-10-15  Marco Gerards  <mgerards@xs4all.nl>
13867         * fs/xfs.c (grub_xfs_iterate_dir): Detect an error if part of a
13868         directory can not be read.
13870 2005-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
13872         * configure.ac (AC_INIT): Increase the version number to 1.91.
13874         * DISTLIST: Added include/grub/terminfo.h, include/grub/tparm.h,
13875         include/grub/i386/pc/serial.h, term/terminfo.c, term/tparm.c and
13876         term/i386/pc/serial.c.
13878 2005-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
13880         * kern/file.c (grub_file_seek): Seeking to an offset equal to a
13881         file size must be permitted.
13883         * kern/i386/pc/startup.S (multiboot_trampoline): Fix a mistake
13884         between %ah and %al.
13886 2005-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
13888         * fs/xfs.c (grub_xfs_iterate_dir): Change the type of BLK to
13889         grub_uint64_t.
13890         Call the hook with a NUL-terminated filename.
13891         (grub_xfs_mount): Use grub_be_to_cpu32 instead of
13892         grub_cpu_to_be32.
13894         * kern/term.c (cursor_state): New variable.
13895         (grub_term_set_current): Reset the cursor state on a new
13896         terminal.
13897         (grub_setcursor): Rewritten to use CURSOR_STATE.
13898         (grub_getcursor): New function.
13900         * include/grub/term.h (grub_getcursor): New prototype.
13902         * io/gzio.c (test_header): Align BUF for accessing it as 32-bit
13903         integers on ARM. Reported by Timothy Baldwin
13904         <T.E.Baldwin99@members.leeds.ac.uk>.
13906 2005-10-11  Marco Gerards  <mgerards@xs4all.nl>
13908         * fs/sfs.c (grub_sfs_open): Don't free `data->label' if it is not
13909         allocated.
13910         (grub_sfs_dir): Likewise.
13912 2005-10-09  Marco Gerards  <mgerards@xs4all.nl>
13914         Add support for the SFS filesystem.
13916         * fs/sfs.c: New file.
13918         * DISTLIST: Added `fs/sfs.c'.
13920         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/sfs.c'.
13921         (grub_probefs_SOURCES): Likewise.
13922         (grub_emu_SOURCES): Likewise.
13923         (pkgdata_MODULES): Add `sfs.mod'.
13924         (sfs_mod_SOURCES): New variable.
13925         (sfs_mod_CFLAGS): Likewise.
13926         (sfs_mod_LDFLAGS): Likewise.
13928         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `fs/sfs.c'.
13929         (pkgdata_MODULES): Add `sfs.mod'.
13930         (sfs_mod_SOURCES): New variable.
13931         (sfs_mod_CFLAGS): Likewise.
13933         * util/grub-emu.c (main): Call `grub_sfs_init' and
13934         `grub_sfs_fini'.
13936         * include/grub/fs.h (grub_sfs_init): New prototype.
13937         (grub_sfs_fini): Likewise.
13939 2005-10-07  Marco Gerards  <mgerards@xs4all.nl>
13941         Add support for the AFFS filesystem.
13943         * fs/affs.c: New file.
13945         * DISTLIST: Added `fs/affs.c'.
13947         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/affs.c'.
13948         (grub_probefs_SOURCES): Likewise.
13949         (grub_emu_SOURCES): Likewise.
13950         (pkgdata_MODULES): Add `affs.mod'.
13951         (affs_mod_SOURCES): New variable.
13952         (affs_mod_CFLAGS): Likewise.
13953         (affs_mod_LDFLAGS): Likewise.
13955         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `fs/affs.c'.
13956         (pkgdata_MODULES): Add `affs.mod'.
13957         (affs_mod_SOURCES): New variable.
13958         (affs_mod_CFLAGS): Likewise.
13960         * util/grub-emu.c (main): Call `grub_affs_init' and
13961         `grub_affs_fini'.
13963         * include/grub/fs.h (grub_affs_init): New prototype.
13964         (grub_affs_fini): Likewise.
13966 2005-10-01  Marco Gerards  <mgerards@xs4all.nl>
13968         * fs/xfs.c (grub_xfs_iterate_dir): Add parentheses.
13970 2005-10-01  Marco Gerards  <mgerards@xs4all.nl>
13972         * configure.ac: Accept `x86_64' as host_cpu.  In that case add
13973         `-m32' to CFLAGS.
13975         * genmk.rb (class PModule): Always use `$(#{prefix}_LDFLAGS)' when
13976         linking.
13978         * conf/i386-pc.rmk (COMMON_CFLAGS): Add `-m32'.
13979         (COMMON_LDFLAGS): New variable.
13980         (kernel_img_LDFLAGS): Include `COMMON_FLAGS'.
13981         (_chain_mod_LDFLAGS, fshelp_mod_LDFLAGS, fat_mod_LDFLAGS)
13982         (ext2_mod_LDFLAGS, ufs_mod_LDFLAGS, minix_mod_LDFLAGS)
13983         (hfs_mod_LDFLAGS, jfs_mod_LDFLAGS, iso9660_mod_LDFLAGS)
13984         (xfs_mod_LDFLAGS, _linux_mod_LDFLAGS, linux_mod_LDFLAGS)
13985         (normal_mod_LDFLAGS, hello_mod_LDFLAGS, boot_mod_LDFLAGS)
13986         (terminal_mod_LDFLAGS, ls_mod_LDFLAGS, cmp_mod_LDFLAGS)
13987         (cat_mod_LDFLAGS, help_mod_LDFLAGS, reboot_mod_LDFLAGS)
13988         (halt_mod_LDFLAGS, vga_mod_LDFLAGS, font_mod_LDFLAGS)
13989         (terminfo_mod_LDFLAGS, serial_mod_LDFLAGS, _multiboot_mod_LDFLAGS)
13990         (multiboot_mod_LDFLAGS, amiga_mod_LDFLAGS, apple_mod_LDFLAGS)
13991         (pc_mod_LDFLAGS, sun_mod_LDFLAGS, loopback_mod_LDFLAGS)
13992         (default_mod_LDFLAGS, timeout_mod_LDFLAGS, configfile_mod_LDFLAGS)
13993         (vbe_mod_LDFLAGS, vesafb_mod_LDFLAGS, vbeinfo_mod_LDFLAGS)
13994         (vbetest_mod_LDFLAGS, search_mod_LDFLAGS, gzio_mod_LDFLAGS): New
13995         variables.
13996         (normal_mod_ASFLAGS): Add `-m32'.
13998         * include/grub/types.h (grub_host_addr_t, grub_host_off_t)
13999         (grub_host_size_t, grub_host_ssize_t): New types.
14000         (grub_addr_t, grub_off_t, grub_size_t, grub_ssize_t): Make type
14001         dependent of `GRUB_CPU_SIZEOF_VOID_P' instead on
14002         `GRUB_HOST_SIZEOF_VOID_P'.
14004         * include/grub/kernel.h (struct grub_module_header): Type of
14005         member offset changed to `grub_host_off_t'.  Type of member size
14006         changed to `grub_host_size_t'.
14007         (struct grub_module_info): Type of member offset changed to
14008         `grub_host_off_t'.  Type of member size changed to
14009         `grub_host_size_t'.
14011 2005-09-29  Yoshinori K. Okuji  <okuji@enbug.org>
14013         Make GRUB's kernel compliant to Multiboot Specification.
14015         * kern/i386/pc/startup.S (multiboot_header): New label.
14016         (multiboot_entry): Likewise.
14017         (multiboot_trampoline): Likewise.
14019         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE):
14020         Increased to 0x4A0.
14022         * fs/xfs.c (grub_xfs_iterate_dir): Fix a syntax error. You may not
14023         put parentheses after a question mark.
14024         [!GRUB_UTIL] (my_mod): New variable.
14026         * util/grub-emu.c (main): Call grub_xfs_init and grub_xfs_fini.
14028 2005-09-28  Marco Gerards  <mgerards@xs4all.nl>
14030         Adds support for the XFS filesystem.  Btrees are not supported
14031         yet.
14033         * fs/xfs.c: New file.
14035         * DISTLIST: Added `fs/xfs.c'.
14037         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/xfs.c'.
14038         (grub_probefs_SOURCES): Likewise.
14039         (grub_emu_SOURCES): Likewise.
14040         (pkgdata_MODULES): Add `xfs.mod'.
14041         (xfs_mod_SOURCES): New variable.
14042         (xfs_mod_CFLAGS): Likewise.
14044         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `fs/xfs.c'.
14045         (pkgdata_MODULES): Add `xfs.mod'.
14046         (xfs_mod_SOURCES): New variable.
14047         (xfs_mod_CFLAGS): Likewise.
14049         * util/grub-emu.c (main): Call `grub_xfs_init' and
14050         `grub_xfs_fini'.
14052         * include/grub/fs.h (grub_xfs_init): New prototype.
14053         (grub_xfs_fini): Likewise.
14056 2005-09-18  Vesa Jaaskelainen  <chaac@nic.fi>
14058         * video/i386/pc/vbe.c (grub_vbe_set_video_mode): In indexed
14059         color modes, allow greater than 16 colors to be configured as
14060         a default palette.
14062 2005-09-03  Yoshinori K. Okuji  <okuji@enbug.org>
14064         * normal/completion.c (complete_arguments): Add the qualifier
14065         const into OPTIONS.
14067         From Omniflux <omniflux+lists@omniflux.com>:
14068         * include/grub/terminfo.h: New file.
14069         * include/grub/tparm.h: Likewise.
14070         * include/grub/i386/pc/serial.h: Likewise.
14071         * term/terminfo.c: Likewise.
14072         * term/tparm.c: Likewise.
14073         * term/i386/pc/serial.c: Likewise.
14074         * conf/i386-pc.rmk (pkgdata_MODULES): Added terminfo.mod and
14075         serial.mod.
14076         (terminfo_mod_SOURCES): New variable.
14077         (terminfo_mod_CFLAGS): Likewise.
14078         (serial_mod_SOURCES): Likewise.
14079         (serial_mod_CFLAGS): Likewise.
14081 2005-08-31  Yoshinori K. Okuji  <okuji@enbug.org>
14083         * DISTLIST: Replaced boot/powerpc/ieee1275/crt0.S and
14084         boot/powerpc/ieee1275/cmain.c with kern/powerpc/ieee1275/crt0.S
14085         and kern/powerpc/ieee1275/cmain.c, respectively.
14087         * boot/powerpc/ieee1275/crt0.S: Moved to ...
14088         * kern/powerpc/ieee1275/crt0.S: ... here.
14090         * boot/powerpc/ieee1275/cmain.c: Moved to ...
14091         * kern/powerpc/ieee1275/cmain.c: ... here.
14093         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Use
14094         kern/powerpc/ieee1275/crt0.S and kern/powerpc/ieee1275/cmain.c
14095         instead of boot/powerpc/ieee1275/crt0.S and
14096         boot/powerpc/ieee1275/cmain.c, respectively.
14098         * boot/i386/pc/boot.S (lba_mode): Do not store the total number of
14099         sectors. It was not used anyway.
14101 2005-08-30  Hollis Blanchard  <hollis@penguinppc.org>
14103         * term/ieee1275/ofconsole.c (grub_ofconsole_getcharwidth): Fix
14104         `unused parameter' warning.
14106 2005-08-30  Hollis Blanchard  <hollis@penguinppc.org>
14108         * term/ieee1275/ofconsole.c (grub_ofconsole_getcharwidth): New
14109         function.
14110         (grub_ofconsole_term): Specify grub_ofconsole_getcharwidth as
14111         getcharwidth.
14113 2005-08-28  Marco Gerards  <metgerards@student.han.nl>
14115         * include/grub/normal.h (enum grub_completion_type): Added
14116         `GRUB_COMPLETION_TYPE_ARGUMENT'.
14118         * normal/cmdline.c (print_completion): Handle
14119         the `GRUB_COMPLETION_TYPE_ARGUMENT' type.
14120         * normal/menu_entry.c (store_completion): Likewise.
14122         * normal/completion.c (complete_arguments): New function.
14123         (grub_normal_do_completion): Call `complete_arguments' when the
14124         current words start with a dash.
14126 2005-08-27  Marco Gerards  <metgerards@student.han.nl>
14128         * conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Fix typo (use
14129         `gzio.mod' instead of `io.mod').
14131 2005-08-22  Yoshinori K. Okuji  <okuji@enbug.org>
14133         * gendistlist.sh (EXTRA_DISTFILES): Added genfslist.sh.
14134         (DISTDIRS): Added io and video.
14135         Rewrite the search routine to make an output consistently.
14137         * DISTLIST: Added conf/sparc64-ieee1275.mk,
14138         conf/sparc64-ieee1275.rmk, include/grub/gzio.h,
14139         include/grub/ieee1275/ieee1275.h, include/grub/ieee1275/ofdisk.h,
14140         io/gzio.c, kern/sparc64/cache.c, kern/sparc64/dl.c,
14141         kern/sparc64/ieee1275/init.c, kern/sparc64/ieee1275/openfw.c and
14142         util/powerpc/ieee1275/misc.c.
14144         * include/grub/gzio.h: New file.
14145         * io/gzio.c: Likewise.
14147         * kern/file.c (grub_file_close): Call grub_device_close only if
14148         FILE->DEVICE is not NULL.
14150         * include/grub/mm.h [!NULL] (NULL): New macro.
14152         * include/grub/err.h (GRUB_ERR_BAD_GZIP_DATA): New constant.
14154         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added io/gzip.c.
14155         (pkgdata_MODULES): Added gzio.mod.
14156         (gzio_mod_SOURCES): New variable.
14157         (gzio_mod_CFLAGS): Likewise.
14159         * conf/i386-pc.rmk (grub_emu_SOURCES): Added io/gzip.c.
14160         (pkgdata_MODULES): Added gzio.mod.
14161         (gzio_mod_SOURCES): New variable.
14162         (gzio_mod_CFLAGS): Likewise.
14164         * commands/cat.c: Include grub/gzio.h.
14165         (grub_cmd_cat): Use grub_gzfile_open instead of
14166         grub_file_open.
14168         * commands/cmp.c: Include grub/gzio.h.
14169         (grub_cmd_cmp): Use grub_gzfile_open instead of
14170         grub_file_open.
14172         * loader/i386/pc/multiboot.c: Include grub/gzio.h.
14173         (grub_rescue_cmd_multiboot): Use grub_gzfile_open instead of
14174         grub_file_open.
14175         (grub_rescue_cmd_module): Likewise.
14177 2005-08-21  Vincent Pelletier  <subdino2004@yahoo.fr>
14179         * conf/sparc64-ieee1275.rmk (grubof_SOURCES): The first file must be
14180         kern/sparc64/ieee1275/init.c because it contains _start.
14181         * conf/sparc64-ieee1275.mk: Generated from conf/sparc64-ieee1275.rmk.
14183 2005-08-21  Vincent Pelletier  <subdino2004@yahoo.fr>
14185         * configure.ac: Add support for sparc64 host with ieee1275
14186         firmware.
14187         * configure: Generated from configure.ac.
14188         * disk/ieee1275/ofdisk.c (grub_ofdisk_open): Use grub_ssize_t
14189         instead of int.
14190         (grub_ofdisk_read): Likewise.
14191         (grub_ofdisk_open): Use %p to print pointer values, and cast the
14192         pointers as (void *) to remove a warning.
14193         (grub_ofdisk_close): Likewise.
14194         (grub_ofdisk_read): Likewise.
14195         * kern/ieee1275/ieee1275.c (grub_ieee1275_exit): This never
14196         returns, so make it return void to remove a warning.
14197         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_exit):
14198         Corresponding prototype change.
14199         * kern/mm.c (grub_mm_init_region): Use %p to print pointer
14200         values, and cast the pointers as (void *) to remove a warning.
14201         (grub_mm_dump): Likewise.
14202         * conf/sparc64-ieee1275.mk: New file.
14203         * conf/sparc64-ieee1275.rmk: Likewise.
14204         * include/grub/sparc64/setjmp.h: Likewise.
14205         * include/grub/sparc64/types.h: Likewise.
14206         * include/grub/sparc64/ieee1275/console.h: Likewise.
14207         * include/grub/sparc64/ieee1275/ieee1275.h: Likewise.
14208         * include/grub/sparc64/ieee1275/kernel.h: Likewise.
14209         * include/grub/sparc64/ieee1275/time.h: Likewise.
14210         * kern/sparc64/cache.c: Likewise.
14211         * kern/sparc64/dl.c: Likewise.
14212         * kern/sparc64/ieee1275/init.c: Likewise.
14213         * kern/sparc64/ieee1275/openfw.c: Likewise.
14215 2005-08-21  Yoshinori K. Okuji  <okuji@enbug.org>
14217         * util/console.c (grub_ncurses_putchar): If C is greater than
14218         0x7f, set C to a question mark.
14219         (grub_ncurses_getcharwidth): New function.
14220         (grub_ncurses_term): Specify grub_ncurses_getcharwidth as
14221         getcharwidth.
14223         * normal/menu.c (print_entry): Made aware of Unicode. First,
14224         convert TITLE to UCS-4, and predict the cursor position by
14225         grub_getcharwidth.
14227         * include/grub/misc.h (grub_utf8_to_ucs4): Specify the qualifier
14228         const to SRC.
14229         * kern/misc.c (grub_utf16_to_utf8): Likewise.
14231 2005-08-20  Yoshinori K. Okuji  <okuji@enbug.org>
14233         * loader/powerpc/ieee1275/linux.c (grub_rescue_cmd_linux): Specify
14234         the boot file by the option BOOT_IMAGE. Use grub_stpcpy instead of
14235         grub_strcat.
14237         * loader/i386/pc/linux.c (grub_rescue_cmd_linux): Specify the boot
14238         file by the option BOOT_IMAGE. Use grub_stpcpy instead of
14239         grub_strcpy and grub_strlen. Take it into account that a space
14240         character is inserted as a delimiter.
14242 2005-08-20  Yoshinori K. Okuji  <okuji@enbug.org>
14244         * partmap/pc.c (pc_partition_map_iterate): Include the value of an
14245         invalid magic in the error.
14247         * commands/search.c: New file.
14249         * util/grub-emu.c (main): Call grub_search_init and
14250         grub_search_fini.
14252         * kern/rescue.c (grub_rescue_print_disks): Removed.
14253         (grub_rescue_print_devices): New function.
14254         (grub_rescue_cmd_ls): Use grub_device_iterate with
14255         grub_rescue_print_devices instead of grub_disk_dev_iterate with
14256         grub_rescue_print_disks.
14258         * kern/partition.c (grub_partition_iterate): Return the result of
14259         PARTMAP->ITERATE instead of GRUB_ERRNO.
14261         * kern/device.c: Include grub/partition.h.
14262         (grub_device_iterate): New function.
14264         * include/grub/partition.h (grub_partition_iterate): Return int
14265         instead of grub_err_t.
14267         * include/grub/normal.h [GRUB_UTIL] (grub_search_init): New
14268         prototype.
14269         [GRUB_UTIL] (grub_search_fini): Likewise.
14271         * include/grub/device.h (grub_device_iterate): New prototype.
14273         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added
14274         commands/search.c.
14275         (pkgdata_MODULES): Added search.mod.
14276         (search_mod_SOURCES): New variable.
14277         (search_mod_CFLAGS): Likewise.
14279         * conf/i386-pc.rmk (grub_emu_SOURCES): Added commands/search.c.
14280         (pkgdata_MODULES): Added search.mod.
14281         (search_mod_SOURCES): New variable.
14282         (search_mod_CFLAGS): Likewise.
14284         * commands/ls.c (grub_ls_list_disks): Renamed to ...
14285         (grub_ls_list_devices): ... this, and use grub_device_iterate.
14286         All callers changed.
14288         * DISTLIST: Added commands/search.c.
14290 2005-08-20  Yoshinori K. Okuji  <okuji@enbug.org>
14292         * kern/term.c (grub_putchar): Use grub_utf8_to_ucs4 for the
14293         conversion.
14294         (grub_getcharwidth): New function.
14296         * kern/misc.c (grub_utf8_to_ucs4): New function.
14298         * include/grub/term.h (struct grub_term): Added a new member
14299         "getcharwidth".
14300         (grub_getcharwidth): New prototype.
14302         * include/grub/misc.h (grub_utf8_to_ucs4): New prototype.
14304         * term/i386/pc/console.c (map_char): New function. Segregated from
14305         grub_console_putchar.
14306         (grub_console_putchar): Use map_char.
14307         (grub_console_getcharwidth): New function.
14308         (grub_console_term): Specified grub_console_getcharwidth as
14309         getcharwidth.
14311         * term/i386/pc/vga.c (grub_vga_getcharwidth): New function.
14312         (grub_vga_term): Specified grub_vga_getcharwidth as getcharwidth.
14314         * term/i386/pc/vesafb.c (grub_virtual_screen_setup): Return
14315         GRUB_ERRNO.
14316         (grub_vesafb_init): Do not use RC. Instead, use GRUB_ERRNO. Rely
14317         on grub_strtoul completely.
14318         (write_char): Declare local variables in the beginning of the
14319         function.
14320         (grub_vesafb_getcharwidth): New function.
14321         (grub_vesafb_term): Specified grub_vesafb_getcharwidth as
14322         getcharwidth.
14324 2005-08-19  Yoshinori K. Okuji  <okuji@enbug.org>
14326         * DISTLIST: Replace commands/i386/pc/vbe_list_modes.c and
14327         commands/i386/pc/vbe_test.c with commands/i386/pc/vbeinfo.c and
14328         commands/i386/pc/vbetest.c.
14330         * video/i386/pc/vbe.c (grub_vbe_probe): If INFOBLOCK is not NULL,
14331         call grub_vbe_get_controller_info again, because the returned
14332         information is volatile.
14333         (grub_vbe_set_video_mode): Mostly rewritten.
14334         (grub_vbe_get_video_mode): Use grub_vbe_probe and use
14335         grub_vbe_status_t correctly.
14336         (grub_vbe_get_video_mode_info): Likewise.
14337         (grub_vbe_set_pixel_rgb): Use a switch statement rather than
14338         several if statements.
14340         * commands/i386/pc/vbe_list_modes.c: Renamed to ...
14341         * commands/i386/pc/vbeinfo.c: ... this.
14343         * commands/i386/pc/vbe_test.c: Renamed to ...
14344         * commands/i386/pc/vbetest.c: ... this.
14346         * commands/i386/pc/vbeinfo.c (grub_cmd_vbe_list_modes): Renamed to
14347         ...
14348         (grub_cmd_vbeinfo): ... this. Save video modes before
14349         iterating. Skip a video mode, if it is not available, not enough
14350         information is given or it is monochrome. Show the memory
14351         model. Leave the interpretation of MODEVAR to grub_strtoul
14352         completely.
14353         (GRUB_MOD_INIT): Rename vbe_list_modes to vbeinfo.
14354         (GRUB_MOD_FINI): Likewise.
14356         * commands/i386/pc/vbetest.c (grub_cmd_vbe_test): Renamed to ...
14357         (grub_cmd_vbetest): ... this. Don't print unnecessarily. Use
14358         grub_err_t instead of grub_uint32_t. Don't use SPTR. Remove a
14359         duplicated grub_env_get. Leave the interpretation of MODEVAR to
14360         grub_strtoul completely.
14361         (real2pm): Removed.
14362         (GRUB_MOD_INIT): Rename vbe_test to vbetest.
14363         (GRUB_MOD_FINI): Likewise.
14365         * normal/misc.c: Include grub/mm.h.
14367         * conf/i386-pc.rmk (pkgdata_MODULES): Replaced vbe_test.mod and
14368         vbe_list_modes with vbetest.mod and vbeinfo.mod.
14369         (vbe_list_modes_mod_SOURCES): Removed.
14370         (vbe_list_modes_mod_CFLAGS): Likewise.
14371         (vbe_test_mod_SOURCES): Likewise.
14372         (vbe_test_mod_CFLAGS): Likewise.
14373         (vbeinfo_mod_SOURCES): New variable.
14374         (vbeinfo_mod_CFLAGS): Likewise.
14375         (vbetest_mod_SOURCES): Likewise.
14376         (vbetest_mod_CFLAGS): Likewise.
14378 2005-08-18  Yoshinori K. Okuji  <okuji@enbug.org>
14380         * normal/misc.c: New file.
14382         * DISTLIST: Added normal/misc.c.
14384         * partmap/amiga.c (amiga_partition_map_iterate): Add an argument
14385         DISK to HOOK. Call HOOK with DISK.
14386         * partmap/apple.c (apple_partition_map_iterate): Likewise.
14387         * partmap/pc.c (pc_partition_map_iterate): Likewise.
14388         * partmap/sun.c (sun_partition_map_iterate): Likewise.
14390         * normal/menu_entry.c (struct screen): Added a new member
14391         "completion_shown".
14392         (completion_buffer): New global variable.
14393         (make_screen): Set SCREEN->COMPLETION_SHOWN to zero.
14394         (store_completion): New function.
14395         (complete): Likewise.
14396         (clear_completions): Likewise.
14397         (grub_menu_entry_run): If SCREEN->COMPLETION_SHOWN is non-zero,
14398         call clear_completions and reset SCREEN->COMPLETION_SHOWN. If C is
14399         a tab, call complete.
14401         * normal/completion.c (disk_dev): Removed.
14402         (print_simple_completion): Likewise.
14403         (print_partition_completion): Likewise.
14404         (print_func): New global variable.
14405         (add_completion): Do not take the arguments WHAT or PRINT any
14406         longer. Added a new argument TYPE. Instead of printing directly,
14407         call PRINT_FUNC if not NULL.
14408         All callers changed.
14409         (complete_device): Use a local variable DEV instead of
14410         DISK_DEV. Do not move CURRENT_WORD to the end of a device name.
14411         (grub_normal_do_completion): Take a new argument HOOK. Do not
14412         initialize DISK_DEV. Initialize PRINT_FUNC to HOOK. If RET is an
14413         empty string, return NULL instead.
14414         All callers changed.
14416         * normal/cmdline.c (print_completion): New function.
14418         * kern/partition.c (grub_partition_iterate): Add an argument DISK
14419         to HOOK.
14420         All callers changed.
14422         * kern/disk.c (grub_print_partinfo): Removed.
14424         * include/grub/partition.h (struct grub_partition_map): Add a new
14425         argument DISK into HOOK of ITERATE.
14426         (grub_partition_iterate): Add a new argument DISK to HOOK.
14428         * include/grub/normal.h (enum grub_completion_type): New enum.
14429         (grub_completion_type_t): New type.
14430         (GRUB_COMPLETION_TYPE_COMMAND): New constant.
14431         (GRUB_COMPLETION_TYPE_DEVICE): Likewise.
14432         (GRUB_COMPLETION_TYPE_PARTITION): Likewise.
14433         (GRUB_COMPLETION_TYPE_FILE): Likewise.
14434         (grub_normal_do_completion): Added a new argument HOOK.
14435         (grub_normal_print_device_info): New prototype.
14437         * include/grub/disk.h (grub_print_partinfo): Removed.
14439         * conf/i386-pc.rmk (grub_emu_SOURCES): Added normal/misc.c.
14440         (normal_mod_SOURCES): Likewise.
14441         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
14442         (normal_mod_SOURCES): Likewise.
14444         * commands/ls.c (grub_ls_list_disks): Use
14445         grub_normal_print_device_info instead of grub_print_partinfo. Free
14446         PNAME.
14447         (grub_ls_list_files): Use grub_normal_print_device_info instead of
14448         duplicating the code.
14450 2005-08-16  Vesa Jaaskelainen  <chaac@nic.fi>
14452         * commands/i386/pc/vbe_list_modes.c: Update source formatting to
14453         follow GCS more precisely.
14454         * commands/i386/pc/vbe_test.c: Likewise.
14455         * include/grub/i386/pc/vbe.h: Likewise.
14456         * term/i386/pc/vesafb.c: Likewise.
14457         * video/i386/pc/vbe.c: Likewise.
14459 2005-08-16  Vesa Jaaskelainen  <chaac@nic.fi>
14461         * DISTLIST: Added term/i386/pc/vesafb.c
14462         DISTLIST: Added video/i386/pc/vbe.c
14463         DISTLIST: Added commands/i386/pc/vbe_list_modes.c.
14464         DISTLIST: Added commands/i386/pc/vbe_test.c.
14465         * commands/i386/pc/vbe_list_modes.c: New file.
14466         * commands/i386/pc/vbe_test.c: Likewise.
14467         * term/i386/pc/vesafb.c: Likewise.
14468         * video/i386/pc/vbe.c: Likewise.
14469         * include/grub/i386/pc/vbe.h (GRUB_VBE_DEFAULT_VIDEO_MODE): Added define.
14470         (grub_vbe_probe) Added prototype.
14471         (grub_vbe_set_video_mode) Likewise.
14472         (grub_vbe_get_video_mode) Likewise.
14473         (grub_vbe_get_video_mode_info) Likewise.
14474         (grub_vbe_set_pixel_rgb) Likewise.
14475         (grub_vbe_set_pixel_index) Likewise.
14476         * conf/i386-pc.rmk (pkgdata_MODULES): Added vbe.mod.
14477         (pkgdata_MODULES): Added vesafb.mod.
14478         (pkgdata_MODULES): Added vbe_list_modes.mod.
14479         (pkgdata_MODULES): Added vbe_test.mod.
14480         (vbe_mod_SOURCES): Added.
14481         (vbe_mod_CFLAGS): Likewise.
14482         (vesafb_mod_SOURCES): Likewise.
14483         (vesafb_mod_CFLAGS): Likewise.
14484         (vbe_list_modes_mod_SOURCES): Likewise.
14485         (vbe_list_modes_mod_CFLAGS): Likewise.
14486         (vbe_test_mod_SOURCES): Likewise.
14487         (vbe_test_mod_CFLAGS): Likewise.
14489 2005-08-14  Yoshinori K. Okuji  <okuji@enbug.org>
14491         * normal/command.c (grub_command_execute): If INTERACTIVE is
14492         false and GRUB_COMMAND_FLAG_NO_ECHO is not specified, print
14493         CMDLINE. Disable the pager if INTERACTIVE is true.
14494         All callers are changed.
14496         * normal/main.c (grub_normal_execute): Read command.lst and fs.lst
14497         before reading a config file.
14498         * normal/main.c (read_config_file): Even if a command is not
14499         found, register it if it is within an entry.
14501         * util/grub-emu.c: Include sys/types.h and unistd.h.
14502         (options): Added --hold.
14503         (struct arguments): Added a new member "hold".
14504         (parse_opt): If KEY is 'H', set ARGS->HOLD to ARG or -1 if ARG is
14505         missing.
14506         (main): Initialize ARGS.HOLD to zero. Wait until ARGS.HOLD is
14507         cleared by a debugger, if it is not zero.
14509         * include/grub/normal.h (grub_command_execute): Add an argument
14510         INTERACTIVE.
14512 2005-08-14  Vesa Jaaskelainen  <chaac@nic.fi>
14514         * DISTLIST: Added include/grub/i386/pc/vbe.h.
14516 2005-08-13  Yoshinori K. Okuji  <okuji@enbug.org>
14518         * aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): Replace the test
14519         program with another one, because the old one didn't detect a bug
14520         in gcc-3.4. Always use regparm 2, because the new test is still
14521         not enough for gcc-4.0. Someone must investigate a simple test
14522         case which detects a bug in gcc-4.0.
14524 2005-08-12  Yoshinori K. Okuji  <okuji@enbug.org>
14526         * DISTLIST: Added normal/completion.c.
14528         * normal/completion.c: New file.
14530         * term/i386/pc/console.c (grub_console_getwh): New function.
14531         (grub_console_term): Assign grub_console_getwh to getwh.
14533         * normal/cmdline.c (grub_tab_complete): Removed. Now the same
14534         function is defined in normal/completion.c as
14535         grub_normal_do_completion.
14536         (grub_cmdline_get): Use grub_normal_do_completion instead of
14537         grub_tab_complete.
14539         * kern/partition.c (grub_partition_map_iterate): Return 1 if HOOK
14540         returns non-zero, otherwise return 0.
14541         (grub_partition_iterate): First, probe the partition map. Then,
14542         call ITERATE only for this partition map.
14544         * kern/misc.c (grub_strncmp): Rewritten.
14546         * kern/disk.c (grub_disk_dev_iterate): Return 1 if P->ITERATE
14547         returns non-zero. Otherwise return 0.
14549         * include/grub/partition.h (grub_partition_map_iterate): Return
14550         int instead of void.
14552         * include/grub/normal.h (grub_normal_do_completion): New prototype.
14554         * include/grub/misc.h (grub_strncmp): Change the type of N to
14555         grub_size_t.
14557         * include/grub/disk.h (grub_disk_dev_iterate): Return int instead
14558         of void.
14560         * normal/menu.c (draw_border): Cast GRUB_TERM_BORDER_WIDTH to
14561         unsigned explicitly before comparing it with I.
14563         * kern/main.c (grub_env_write_root): Add the attribute unused into
14564         VAR.
14566         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added
14567         normal/completion.c.
14568         (normal_mod_SOURCES): Likewise.
14569         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
14570         (normal_mod_SOURCES): Likewise.
14572         * normal/command.c (grub_iterate_commands): If ITERATE returns
14573         non-zero, return one immediately.
14575 2005-08-09  Vesa Jaaskelainen  <chaac@nic.fi>
14577         * conf/i386-pc.rmk (kernel_img_HEADERS): Added machine/vbe.h.
14578         * kern/i386/pc/startup.S: Updated Global Descriptor table's
14579         descriptions.
14580         (grub_vbe_get_controller_info): New function.
14581         (grub_vbe_get_mode_info): Likewise.
14582         (grub_vbe_set_mode): Likewise.
14583         (grub_vbe_get_mode): Likewise.
14584         (grub_vbe_set_memory_window): Likewise.
14585         (grub_vbe_get_memory_window): Likewise.
14586         (grub_vbe_set_scanline_length): Likewise.
14587         (grub_vbe_get_scanline_length): Likewise.
14588         (grub_vbe_set_display_start): Likewise.
14589         (grub_vbe_get_display_start): Likewise.
14590         (grub_vbe_set_palette_data): Likewise.
14591         * include/grub/i386/pc/vbe.h: New file.
14593 2005-08-08  Hollis Blanchard  <hollis@penguinppc.org>
14595         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Replaced
14596         kern/ieee1275/of.c with kern/ieee1275/ieee1275.c.
14597         * DISTLIST: Likewise.
14598         * kern/ieee1275/of.c: Moved to ...
14599         * kern/ieee1275/ieee1275.c: ... here.
14601 2005-08-08  Hollis Blanchard  <hollis@penguinppc.org>
14603         * term/ieee1275/ofconsole.c: Include <grub/mm.h>.
14604         (grub_ofconsole_getwh): Cast -1 to type grub_ieee1275_ihandle_t.
14605         Pass 0 as `end' parameter to grub_strtoul().
14607 2005-08-08  Hollis Blanchard  <hollis@penguinppc.org>
14609         * include/grub/powerpc/ieee1275/console.h: Do not include
14610         <grub/types.h>.  Do not include <grub/symbol.h>.  Remove ASM_FILE
14611         ifdef.
14612         (grub_console_cur_color): Remove i386-specific prototype.
14613         (grub_console_real_putchar): Likewise.
14614         (grub_console_checkkey): Likewise.
14615         (grub_console_getkey): Likewise.
14616         (grub_console_getxy): Likewise.
14617         (grub_console_gotoxy): Likewise.
14618         (grub_console_cls): Likewise.
14619         (grub_console_setcursor): Likewise.
14620         * kern/powerpc/ieee1275/init.c: Don't include <grub/console.h>.
14621         Include <grub/machine/console.h>.
14622         * term/ieee1275/ofconsole.c: Likewise.
14624 2005-08-08  Yoshinori K. Okuji  <okuji@enbug.org>
14626         * Makefile.in (LIBLZO): New variable.
14628         * configure.ac: Check for LZO version 2.
14630         * util/i386/pc/grub-mkimage.c [HAVE_LZO_LZO1X_H]: Include
14631         lzo/lzo1x.h instead of lzo1x.h.
14633         * conf/i386-pc.rmk (grub_mkimage_LDFLAGS): Use $(LIBLZO) instead
14634         of -llzo.
14636         * util/i386/pc/grub-setup.c (main): Do not free PREFIX
14637         twice. Reported by Vladimir Serbinenko <phcoder@gmail.com>.
14639         * partmap/pc.c (pc_partition_map_probe): Restore P->DATA after
14640         copying the data from PARTITION to P.
14642 2005-08-07  Yoshinori K. Okuji  <okuji@enbug.org>
14644         * kern/rescue.c (grub_rescue_cmd_rmmod): If the reference count is
14645         negative, unload the module.
14647         * util/i386/pc/grub-setup.c (setup): The name of the PC partition
14648         map is "pc_partition_map" but not "pc".
14649         (usage): Fix the description. The options are --boot-image and
14650         --core-image but not --boot-file or --core-file.
14651         (main): If not specified explicitly, make BOOT_FILE and CORE_FILE
14652         based on DEFAULT_BOOT_FILE and DEFAULT_CORE_FILE with DIR or
14653         DEFAULT_DIRECTORY.
14655         * util/i386/pc/grub-install.in: Do not specify --boot-file or
14656         --core-file. Specify INSTALL_DEVICE as an argument.
14658         * util/console.c: Include config.h.
14659         [HAVE_NCURSeS_CURSES_H]: Include ncurses/curses.h.
14660         [HAVE_NCURSES_H]: Include ncurses.h.
14661         [HAVE_CURSES_H]: Include curses.h.
14662         [!A_NORMAL] (A_NORMAL): Defined as zero.
14663         [!A_STANDOUT] (A_STANDOUT): Likewise.
14665         * conf/i386-pc.rmk (grub_emu_LDFLAGS): Use $(LIBCURSES) instead of
14666         -lncurses.
14667         * conf/powerpc-ieee1275.rmk (grub_emu_LDFLAGS): Likewise.
14669         * configure.ac: Check for curses libraries and headers.
14671         * Makefile.in (LIBCURSES): New variable.
14673         * genmk.rb (Script::rule): Set the executable bits.
14675         * util/i386/pc/biosdisk.c (grub_util_biosdisk_get_grub_dev): The
14676         name of the PC partition map is "pc_partition_map" but not "pc".
14678 2005-08-07  Yoshinori K. Okuji  <okuji@enbug.org>
14680         * util/i386/pc/grub-install.in (grub_probefs): New variable.
14681         (modules): Likewise.
14682         (usage): Added descriptions for --modules and --grub-probefs.
14683         Handle --modules and --grub-probefs. Save the arguments in MODULES
14684         and GRUB_PROBEFS, respectively.
14685         Auto-detect a filesystem module against GRUBDIR. If the result is
14686         empty and modules are not specified explicitly, abort the
14687         installation. Add the result to MODULES.
14689         * DISTLIST: Removed boot/powerpc/ieee1275/ieee1275.c,
14690         disk/powerpc/ieee1275/ofdisk.c,
14691         include/grub/powerpc/ieee1275/init.h and
14692         term/powerpc/ieee1275/ofconsole.c.
14693         Added disk/ieee1275/ofdisk.c, kern/ieee1275/of.c and
14694         term/ieee1275/ofconsole.c.
14696         * include/grub/powerpc/ieee1275/console.h: Resurrected.
14698         * COPYING: Upgraded to the latest version. Only the address of the
14699         FSF office has changed.
14701 2005-08-07  Yoshinori K. Okuji  <okuji@enbug.org>
14703         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Replaced
14704         kern/ieee1275.c with kern/ieee1275/of.c.
14706         * kern/ieee1275.c: Moved to ...
14707         * kern/ieee1275/of.c: ... here.
14709 2005-08-06  Yoshinori K. Okuji  <okuji@enbug.org>
14711         * conf/i386-pc.rmk (kernel_img_HEADERS): Reordered for
14712         readability.
14714         * config.guess: Updated to the latest version from gnulib.
14715         * config.sub: Likewise.
14716         * install.sh: Likewise.
14717         * mkinstalldirs: Likewise.
14719         * include/grub/console.h: Removed. This file is arch-specific. Do
14720         not put this in include/grub.
14722         * include/grub/i386/pc/console.h: Resurrected.
14724         * util/console.c: Include grub/machine/console.h instead of
14725         grub/console.h.
14726         * util/grub-emu.c: Likewise.
14728 2005-08-04  Marco Gerards  <metgerards@student.han.nl>
14730         * kern/term.c (grub_putcode): Use `grub_getwh' instead of
14731         hardcoded value.
14733         From Vincent Pelletier  <subdino2004@yahoo.fr>
14734         * include/grub/term.h (GRUB_TERM_WIDTH, GRUB_TERM_HEIGHT):
14735         Redefined to use grub_getwh.
14736         (grub_term): New member named getwh.
14737         (grub_getwh): New prototype.
14738         * kern/term.c (grub_getwh): New function.
14739         * term/i386/pc/console.c (grub_console_getwh): New function.
14740         (grub_console_term): New member `getwh'.
14741         * term/i386/pc/vga.c (grub_vga_getwh): New function.
14742         (grub_vga_term): New member `getwh'.
14743         * term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Use
14744         grub_ssize_t.
14745         (grub_ofconsole_getw): New function.
14746         (grub_ofconsole_init): Use grub_ssize_t and unsigned char.
14747         (grub_ofconsole_term): New field named getwh and new initial
14748         value.
14750 2005-08-03  Hollis Blanchard  <hollis@penguinppc.org>
14752         * include/grub/powerpc/ieee1275/ieee1275.h: Move ...
14753         * include/grub/ieee1275/ieee1275.h: ... to here.  All users updated.
14754         Move `abort', `grub_reboot', and `grub_halt' prototypes ...
14755         * include/grub/powerpc/ieee1275/kernel.h: ... to here.
14756         * commands/ieee1275/halt.c: Include <grub/machine/kernel.h> instead
14757         of <grub/machine/ieee1275.h>.
14758         * commands/ieee1275/reboot.c: Likewise.
14759         * boot/powerpc/ieee1275/ieee1275.c: Move ...
14760         * kern/ieee1275.c: ... to here.  All users updated.  Change all
14761         parameter structs to use new type `grub_ieee1275_cell_t'.
14762         * term/powerpc/ieee1275/ofconsole.c: Move ...
14763         * term/ieee1275/ofconsole.c: ... to here.  All users updated.
14764         * disk/powerpc/ieee1275/ofdisk.c: Move ...
14765         * disk/ieee1275/ofdisk.c: ... to here.  All users updated.
14766         * boot/powerpc/ieee1275/cmain.c: Change `grub_ieee1275_entry_fn' type
14767         to return int.
14768         * include/grub/i386/pc/console.h: Move to include/grub/console.h.
14769         Remove unused prototypes.  All users updated.
14770         * include/grub/powerpc/ieee1275/console.h: Removed.
14771         * include/grub/powerpc/ieee1275/ieee1275.h: Define
14772         `grub_ieee1275_cell_t'.
14773         * kern/powerpc/ieee1275/openfw.c: Include <grub/machine/kernel.h>.
14774         Cast comparisons with -1 to the correct type.
14775         * loader/powerpc/ieee1275/linux.c (kernel_entry_t): Change parameter
14776         type to match `grub_ieee1275_entry_fn'.
14778 2005-08-01  Yoshinori K. Okuji  <okuji@enbug.org>
14780         * DISTLIST: Added util/i386/pc/grub-probefs.c.
14782         * conf/i386-pc.rmk (sbin_UTILITIES): Added grub-probefs.
14783         (grub_setup_SOURCES): Removed partmap/amiga.c, partmap/apple.c and
14784         partmap/sun.c.
14785         (grub_probefs_SOURCES): New variable.
14787         * util/i386/pc/grub-probefs.c: New file.
14789         * util/i386/pc/grub-setup.c (main): Call
14790         grub_pc_partition_map_init, grub_ufs_init, grub_minix_init,
14791         grub_hfs_init and grub_jfs_init to initialize the system. Call
14792         grub_ufs_fini, grub_minix_fini, grub_hfs_fini, grub_jfs_init and
14793         grub_pc_partition_map_fini to finish the system.
14795 2005-07-31  Yoshinori K. Okuji  <okuji@enbug.org>
14797         * loader/i386/pc/multiboot.c (grub_multiboot_is_elf32): New
14798         function.
14799         (grub_multiboot_load_elf32): Likewise.
14800         (grub_multiboot_is_elf64): Likewise.
14801         (grub_multiboot_load_elf64): Likewise.
14802         (grub_multiboot_load_elf): Likewise.
14803         (grub_rescue_cmd_multiboot): Call grub_multiboot_load_elf to load
14804         an ELF32 or ELF64 file.
14805         This is based on a patch from Ruslan Nikolaev <nruslan@mail.com>.
14807         From Serbinenko Vladimir <serbinenko.vova@list.ru>:
14808         * kern/disk.c (grub_print_partinfo): Check if FS->LABEL is not
14809         NULL before calling FS->LABEL.
14810         * fs/fat.c (grub_fat_dir): Initialize DIRNAME to NULL.
14811         * commands/ls.c (grub_ls_list_files): Show labels, if possible.
14812         (grub_ls_list_disks): Check if FS and FS->LABEL are not NULL
14813         before calling FS->LABEL.
14815 2005-07-26  Yoshinori K. Okuji  <okuji@enbug.org>
14817         * util/i386/pc/grub-install.in (datadir): New variable.
14818         (libdir): Removed.
14819         (pkgdatadir): New variable.
14820         (pkglibdir): Removed.
14822 2005-07-24  Yoshinori K. Okuji  <okuji@enbug.org>
14824         * DISTLIST: Added util/i386/pc/grub-install.in.
14826         * util/i386/pc/grub-install.in: New file.
14828         * conf/i386-pc.rmk (sbin_SCRIPTS): New variable.
14829         (grub_install_SOURCES): Likewise.
14831         * genmk.rb: Added support for scripts.
14832         (Script): New class.
14833         (scripts): New variable.
14835         * Makefile.in (install-local): Install sbin_SCRIPTS by
14836         INSTALL_SCRIPT.
14837         (uninstall): Remove sbin_SCRIPTS.
14839         * util/i386/pc/grub-setup.c (main): If the argument is not a GRUB
14840         device, try to get a GRUB device by
14841         grub_util_biosdisk_get_grub_dev.
14842         Free DEST_DEV.
14844         * util/i386/pc/grub-mkdevicemap.c (usage): Remove a duplicated
14845         description for --device-map.
14847 2005-07-20  Yoshinori K. Okuji  <okuji@enbug.org>
14849         Change the semantics of variable hooks. They now return strings
14850         instead of error values.
14852         * util/i386/pc/grub-setup.c: Include grub/env.h.
14853         (setup): Use grub_device_set_root instead of grub_env_set.
14855         * kern/rescue.c (grub_rescue_cmd_root): Use grub_env_set and
14856         grub_env_get instead of grub_device_set_root and
14857         grub_device_get_root, respectively.
14859         * kern/main.c (grub_env_write_root): New function.
14860         (grub_set_root_dev): Register grub_env_write_hook for "root". Use
14861         grub_env_set instead of grub_device_set_root.
14863         * kern/env.c (HASHSZ): Reduced to 13, because GRUB does not need
14864         many variables.
14865         (grub_env_set): Set ENV->VALUE to the result of ENV->WRITE_HOOK
14866         rather than calling ENV->WRITE_HOOK afterwards.
14867         (grub_env_get): Return the result of ENV->READ_HOOK rather than
14868         passing a pointer of a pointer.
14869         (grub_register_variable_hook): Change the types of "read_hook" and
14870         "write_hook" to grub_env_read_hook_t and grub_env_write_hook_t,
14871         respectively.
14872         Allocate the default empty string on the heap, because this string
14873         may be freed later.
14875         * kern/device.c: Include grub/env.h.
14876         (grub_device_set_root): Removed.
14877         (grub_device_get_root): Likewise.
14878         (grub_device_open): Use grub_env_get instead of
14879         grub_device_get_root.
14881         * include/grub/env.h (grub_env_read_hook_t): New type.
14882         (grub_env_write_hook_t): Likewise.
14883         (grub_env_var): Change the types of "read_hook" and "write_hook"
14884         to grub_env_read_hook_t and grub_env_write_hook_t, respectively.
14885         (grub_register_variable_hook): Likewise.
14887         * include/grub/device.h (grub_device_set_root): Removed.
14888         (grub_device_set_root): Likewise.
14890         * fs/fat.c (grub_fat_dir): Make a copy of PATH in DIRNAME, and
14891         make sure that DIRNAME terminates with '/', so that
14892         grub_fat_find_dir will fail if PATH is not a directory.
14894         * commands/ls.c (grub_ls_list_files): Remove the qualifier const
14895         from DIRNAME.
14896         Use the qualifier auto for print_files and print_files_long.
14897         If FS->DIR sets GRUB_ERRNO to GRUB_ERR_BAD_FILE_TYPE, try DIRNAME
14898         as a regular file.
14899         Put a newline only if there is no error.
14900         (grub_cmd_ls): Remove grub_ls_print_files, because this is not
14901         used.
14903 2005-07-20  Yoshinori K. Okuji  <okuji@enbug.org>
14905         * kern/partition.c (grub_partition_probe): Initialize PART to
14906         NULL. Otherwise, when no partition map is registered, this returns
14907         a garbage.
14909 2005-07-19  Yoshinori K. Okuji  <okuji@enbug.org>
14911         * partmap/apple.c (apple_partition_map_iterate): Check if POS
14912         equals GRUB_DISK_SECTOR_SIZE to see if the partition table is
14913         valid.
14915 2005-07-18  Yoshinori K. Okuji  <okuji@enbug.org>
14917         * commands/ls.c (grub_ls_list_disks): Print the filesystem
14918         information on each device, if it does not have partitions. Print
14919         "Device" instead of "Disk", because this function is not specific
14920         to disk devices.
14922         * normal/main.c (grub_rescue_cmd_normal): Make the variable CONFIG
14923         static to ensure that it is put on the memory rather than a
14924         register.
14926 2005-07-17  Yoshinori Okuji  <okuji@enbug.org>
14928         * commands/cat.c (GRUB_MOD_INIT): Use better documentation.
14929         (grub_cat_init): Likewise.
14930         * loader/i386/pc/chainloader_normal.c (GRUB_MOD_INIT): Likewise.
14931         (options): Likewise.
14932         * commands/configfile.c (GRUB_MOD_INIT): Likewise.
14933         (grub_configfile_init): Likewise.
14934         * font/manager.c (GRUB_MOD_INIT): Likewise.
14935         * commands/help.c (GRUB_MOD_INIT): Likewise.
14936         (grub_help_init): Likewise.
14937         * normal/command.c (grub_command_init): Likewise.
14938         * loader/i386/pc/linux_normal.c (GRUB_MOD_INIT): Likewise.
14939         * disk/loopback.c (grub_loop_init): Likewise.
14940         (GRUB_MOD_INIT): Likewise.
14941         * commands/ls.c (grub_ls_init): Likewise.
14942         (GRUB_MOD_INIT): Likewise.
14943         (options): Likewise.
14944         * commands/boot.c (grub_boot_init): Likewise.
14945         (GRUB_MOD_INIT): Likewise.
14946         * loader/i386/pc/multiboot_normal.c (GRUB_MOD_INIT): Likewise.
14947         * commands/i386/pc/reboot.c (grub_reboot_init): Likewise.
14948         (GRUB_MOD_INIT): Likewise.
14949         * commands/cmp.c (grub_cmp_init): Likewise.
14950         (GRUB_MOD_INIT): Likewise.
14952         * normal/arg.c: Use <> instead of "" to include header files.
14953         (SHORT_ARG_HELP): New macro.
14954         (SHORT_ARG_USAGE): Likewise.
14955         (help_options): Specify SHORT_ARG_HELP and SHORT_ARG_USAGE instead
14956         of 'h' and 'u' for help and usage, respectively. Use more GNU-like
14957         descriptions.
14958         (find_short): Check if C is 'h' or 'u' explicitly.
14959         (grub_arg_show_help): Use space characters instead of tabs. Treat
14960         SHORT_ARG_HELP and SHORT_ARG_USAGE exceptionally so that -h and -u
14961         are shown with --help and --usage only if they are not used for
14962         the command itself.
14963         (parse_option): Use SHORT_ARG_HELP and SHORT_ARG_USAGE instead of
14964         'h' and 'u'.
14966         * include/grub/arg.h (struct grub_arg_option): Add the qualifier
14967         const into "longarg". Change the type of "shortarg" to int.
14969 2005-07-17  Yoshinori Okuji  <okuji@enbug.org>
14971         * boot/i386/pc/boot.S (boot_drive_check): New label.
14973         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_DRIVE_CHECK): New
14974         macro.
14976         * util/i386/pc/grub-setup.c (setup): Added a workaround for BIOSes
14977         which do not pass a boot drive correctly. Copied from GRUB Legacy.
14979 2005-07-17  Yoshinori Okuji  <okuji@enbug.org>
14981         * kern/i386/pc/startup.S (gate_a20_try_system_control_port_a):
14982         When turning off Gate A20, skip the check and return immediately,
14983         because this is not fatal usually.
14985 2005-07-17  Yoshinori Okuji  <okuji@enbug.org>
14987         * conf/i386-pc.rmk (pxeboot_img_LDFLAGS): The text address should
14988         be 0x7C00 instead of 0x8000.
14990         * boot/i386/pc/pxeboot.S: Rewritten.
14992         * kern/i386/pc/startup.S (gate_a20_try_bios): No need to specify
14993         EXT_C.
14994         (gate_a20_check_state): Read a byte from 0x108000. Invert the
14995         result.
14997 2005-07-16  Yoshinori K. Okuji  <okuji@enbug.org>
14999         * kern/i386/pc/startup.S (grub_gate_a20): Rewritten for
15000         robustness. This routine now supports a BIOS call and System
15001         Control Port A to modify the gate A20.
15003         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE):
15004         Increased to 0x440.
15006 2005-07-12  Hollis Blanchard  <hollis@penguinppc.org>
15008         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_open): dprintf the
15009         device path and resulting ihandle.
15010         (grub_ofdisk_close): dprintf the ihandle being closed.
15011         (grub_ofdisk_read): dprintf function parameters.
15012         * kern/mm.c (grub_mm_init_region): Likewise.
15013         * loader/powerpc/ieee1275/linux.c: Remove extra whitespace.
15014         (grub_linux_boot): dprintf the Linux entry point, initrd address and
15015         size, and boot arguments.
15016         (grub_rescue_cmd_linux): dprintf each ELF segment's address and size
15017         before loading into memory.
15018         (grub_rescue_cmd_initrd): dprintf the initrd's address and size
15019         before loading into memory.
15021 2005-07-12  Yoshinori K. Okuji  <okuji@enbug.org>
15023         * kern/mm.c: Added much documentation.
15024         (GRUB_MM_ALIGN_LOG2): When GRUB_CPU_SIZEOF_VOID_P is
15025         8, set to 5 instead of 8.
15027 2005-07-10  Yoshinori Okuji  <okuji@enbug.org>
15029         * DISTLIST: Added util/i386/pc/grub-mkimage.c.
15031         * conf/i386-pc.rmk (sbin_UTILITIES): Added grub-mkdevicemap.
15032         (grub_mkdevicemap_SOURCES): New variable.
15034         * util/i386/pc/grub-mkdevicemap.c: New file. Mostly copied from
15035         lib/device.c of GRUB Legacy.
15037 2005-07-10  Yoshinori Okuji  <okuji@enbug.org>
15039         * commands/ls.c (grub_ls_list_files): Check if *PATH is NUL
15040         instead of PATH is NULL.
15042 2005-07-09  Vincent Pelletier  <subdino2004@yahoo.fr>
15044         * commands/cmp.c (BUFFER_SIZE): New macro.
15045         (grub_cmd_cmp): Close the right file at the right time.  Compare
15046         only data just read.  Don't report files of different  size as
15047         identical.  Dynamically allocate buffers.  Move variable
15048         declarations at the beginning of function.
15050 2005-07-09  Yoshinori Okuji  <okuji@enbug.org>
15052         * aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): The return value was
15053         reverse.
15055 2004-07-04  Vincent Pelletier  <subdino2004@yahoo.fr>
15057         * normal/cmdline.c (grub_cmdline_get): Don't fallback on ctrl-d
15058         when backspace is pressed at beginning of line.
15060 2005-07-03  Yoshinori Okuji  <okuji@enbug.org>
15062         * DISTLIST: Added genfslist.sh.
15064         * normal/main.c (fs_module_list): New variable.
15065         (autoload_fs_module): New function.
15066         (read_fs_list): Likewise.
15067         (grub_normal_execute): Call read_fs_list.
15069         * kern/fs.c (grub_fs_autoload_hook): New variable.
15070         (grub_fs_probe): Added support for auto-loading.
15072         * include/grub/normal.h (struct grub_fs_module_list): New struct.
15073         (grub_fs_module_list_t): New type.
15075         * include/grub/fs.h (grub_fs_autoload_hook_t): New type.
15076         (grub_fs_autoload_hook): New prototype.
15078         * genfslist.sh: New file.
15080         * genmk.rb: Added a rule to generate a filesystem list.
15082 2005-06-30  Marco Gerards  <metgerards@student.han.nl>
15084         * configure.ac: Fix the test for cross-compiling.
15086         * genmk.rb (Program): Use `$(CC)' instead of `$(BUILD_CC)'.  Don't
15087         define GRUB_UTIL anymore.
15089         * util/powerpc/ieee1275/grub-mkimage.c (load_note): Endian fixes
15090         so this function works on other systems than just big endian.
15091         (load_modules): Likewise.
15092         (add_segments): Likewise.
15094 2005-06-23  Hollis Blanchard  <hollis@penguinppc.org>
15096         * kern/misc.c (grub_vsprintf): Add `longfmt'.  If format string
15097         contains `l' modifier, get a long from va_arg().
15099 2005-06-23  Yoshinori K. Okuji  <okuji@enbug.org>
15101         * kern/mm.c (grub_free): If the next free block which is being
15102         merged is the first free block, set the first block to the block
15103         being freed.
15104         Reported by Vincent Guffens <guffens@inma.ucl.ac.be>.
15106 2005-05-08  Hollis Blanchard  <hollis@penguinppc.org>
15108         * boot/powerpc/ieee1275/cmain.c (cmain): Initialize
15109         `grub_ieee1275_chosen'.
15111 2005-05-08  Hollis Blanchard  <hollis@penguinppc.org>
15113         * boot/powerpc/ieee1275/cmain.c (module_info): Remove definition.
15114         (grub_ieee1275_chosen): New variable.
15115         (cmain): Initialize and use `grub_ieee1275_chosen' instead of
15116         `chosen'.
15117         * boot/powerpc/ieee1275/crt0.S (init_stack): Remove stack space.
15118         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_get_property):
15119         Rename first argument to `phandle' for consistency.
15120         (grub_ieee1275_get_property_length): Likewise.
15121         (grub_ieee1275_next_property): Likewise.  Change type of first argument
15122         to grub_ieee1275_phandle_t.
15123         * include/grub/powerpc/ieee1275/ieee1275.h (grub_ieee1275_entry_fn):
15124         Move export next to declaration.
15125         (grub_ieee1275_chosen): New variable.
15126         * include/grub/powerpc/ieee1275/kernel.h (GRUB_IEEE1275_MODULE_BASE):
15127         Correct cosmetic typo.
15128         * kern/powerpc/ieee1275/init.c (grub_set_prefix): Use
15129         `grub_ieee1275_chosen'.
15130         * kern/powerpc/ieee1275/openfw.c (grub_map): Likewise.
15131         * loader/powerpc/ieee1275/linux.c (grub_linux_boot): Likewise.
15132         (grub_rescue_cmd_linux): Set `initrd_addr' to 0.
15133         * term/powerpc/ieee1275/ofconsole.c (grub_ofconsole_refresh): Use
15134         `grub_ieee1275_chosen'.
15136 2005-05-10  Hollis Blanchard  <hollis@penguinppc.org>
15138         * boot/powerpc/ieee1275/cmain.c (cmain): Remove code to parse
15139         /chosen/bootargs.
15140         * kern/powerpc/ieee1275/init.c (grub_machine_init): Parse
15141         /chosen/bootargs as "variable=value" pairs.
15143 2005-05-08  Vincent Pelletier  <subdino2004@yahoo.fr>
15145         * include/grub/misc.h (grub_dprintf): New macro.
15146         (grub_real_dprintf): New prototype.
15147         (grub_strword): Likewise.
15148         (grub_iswordseparator): Likewise.
15149         * kern/misc.c (grub_real_dprintf): New function.
15150         (grub_strword): Likewise.
15151         (grub_iswordseparator): Likewise.
15153 2005-04-30  Hollis Blanchard  <hollis@penguinppc.org>
15155         * boot/powerpc/ieee1275/cmain.c: Don't include grub/machine/init.h.
15156         (roundup): Remove macro.
15157         (grub_ieee1275_flags): Make static.
15158         (grub_ieee1275_realmode): Remove.
15159         (grub_ieee1275_test_flag): New function.
15160         (grub_ieee1275_set_flag): Likewise.
15161         (find_options): Rename to `grub_ieee1275_find_options'; update
15162         callers. Set GRUB_IEEE1275_FLAG_REAL_MODE and
15163         GRUB_IEEE1275_FLAG_0_BASED_PARTITIONS.
15164         (cmain): New prototype.
15165         (cmain): Use `grub_ieee1275_set_flag' instead of accessing
15166         `grub_ieee1275_flags' directly.
15167         * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Remove
15168         machine/biosdisk.h.
15169         * disk/powerpc/ieee1275/ofdisk.c: Include grub/machine/ofdisk.h.
15170         Don't include grub/machine/init.h.
15171         (grub_ofdisk_open): Call `grub_ieee1275_test_flag'.
15172         * include/grub/powerpc/ieee1275/ieee1275.h (grub_ieee1275_flags):
15173         Remove prototype.
15174         (grub_ieee1275_realmode): Likewise.
15175         (grub_ieee1275_flag): New enum.
15176         (grub_ieee1275_test_flag): New prototype.
15177         (grub_ieee1275_set_flag): New prototype.
15178         * include/grub/powerpc/ieee1275/init.h: Remove file.
15179         * include/grub/powerpc/ieee1275/ofdisk.h: New file.
15180         * kern/powerpc/ieee1275/init.c: Don't include grub/machine/init.h.
15181         Include grub/machine/console.h.  Include grub/machine/ofdisk.h.
15182         (grub_machine_fini): Don't call `grub_ieee1275_release'.  Remove
15183         comment.
15184         * kern/powerpc/ieee1275/openfw.c (grub_claimmap): Call
15185         `grub_ieee1275_test_flag'.
15186         (grub_ieee1275_encode_devname): Likewise.
15188 2005-04-21  Hollis Blanchard  <hollis@penguinppc.org>
15190         * include/grub/powerpc/ieee1275/ieee1275.h
15191         (grub_ieee1275_encode_devname): New prototype.
15192         (grub_ieee1275_get_filename): Likewise.
15193         * kern/powerpc/ieee1275/init.c (grub_translate_ieee175_path): New
15194         function.
15195         (grub_set_prefix): Likewise.
15196         (grub_machine_init): Call grub_set_prefix.
15197         * kern/powerpc/ieee1275/openfw.c: Fix typos.
15198         (grub_parse_type): New enum.
15199         (grub_ieee1275_get_devargs): New function.
15200         (grub_ieee1275_get_devname): Likewise.
15201         (grub_ieee1275_parse_args): Likewise.
15202         (grub_ieee1275_get_filename): Likewise.
15203         (grub_ieee1275_encode_devname): Likewise.
15205 2005-03-30  Marco Gerards  <metgerards@student.han.nl>
15207         * kern/powerpc/ieee1275/init.c (grub_machine_fini): Don't call
15208         `grub_loader_unset'.
15210 2005-03-26  Hollis Blanchard  <hollis@penguinppc.org>
15212         * commands/ieee1275/halt.c (grub_cmd_halt): Call grub_halt
15213         instead of grub_ieee1275_interpret.
15214         (grub_halt_init): New function.
15215         (grub_halt_fini): Likewise.
15216         (GRUB_MOD_INIT): Correct message grammar.
15217         * commands/ieee1275/reboot.c (grub_cmd_reboot): Call grub_reboot
15218         instead of grub_ieee1275_interpret.
15219         (grub_reboot_init): New function.
15220         (grub_reboot_fini): Likewise.
15221         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Replace
15222         commands/i386/pc/halt.c, commands/i386/pc/reboot.c, and
15223         util/i386/pc/misc.c with commands/ieee1275/halt.c,
15224         commands/ieee1275/reboot.c, and util/powerpc/ieee1275/misc.c.
15225         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_fini): New
15226         function.
15227         * include/grub/powerpc/ieee1275/console.h (grub_console_fini):
15228         Add prototype.
15229         * include/grub/powerpc/ieee1275/ieee1275.h (grub_reboot): Add
15230         prototype.
15231         (grub_halt): Likewise.
15232         * include/grub/powerpc/ieee1275/init.h: Remove inaccurate comment.
15233         (cmain): Remove __attribute__((unused)).
15234         * kern/powerpc/ieee1275/init.c (grub_heap_start): New variable.
15235         (grub_heap_len): Likewise.
15236         (grub_machine_fini): New function.
15237         * kern/powerpc/ieee1275/openfw.c (grub_reboot): New function.
15238         (grub_halt): Likewise.
15239         * term/powerpc/ieee1275/ofconsole.c (grub_console_fini): New
15240         function.
15241         * util/powerpc/ieee1275/misc.c: New file.
15243 2005-03-19  Yoshinori K. Okuji  <okuji@enbug.org>
15245         * DISTLIST: New file.
15246         * gendistlist.sh: Likewise.
15248         * Makefile.in (COMMON_DISTFILES): Removed.
15249         (BOOT_DISTFILES): Likewise.
15250         (CONF_DISTFILES): Likewise.
15251         (DISK_DISTFILES): Likewise.
15252         (FS_DISTFILES): Likewise.
15253         (INCLUDE_DISTFILES): Likewise.
15254         (KERN_DISTFILES): Likewise.
15255         (LOADER_DISTFILES): Likewise.
15256         (TERM_DISTFILES): Likewise.
15257         (UTIL_DISTFILES): Likewise.
15258         (DISTFILES): Likewise.
15259         (uninstall): Uninstall files in $(pkgdata_DATA).
15260         (DISTLIST): New target.
15261         (distdir): Use the contents of the file DISTLIST to get a list of
15262         distributed files.
15264 2005-03-18  Yoshinori K. Okuji  <okuji@enbug.org>
15266         * fs/fat.c (grub_fat_mount): Ignore the 3rd bit of a media
15267         descriptor. This is ported from GRUB Legacy.
15269         * gencmdlist.sh: Added an extra semicolon to make it work with
15270         old sed versions. Reported by Robert Bihlmeyer
15271         <robbe@orcus.priv.at>.
15273 2005-03-08  Yoshinori Okuji  <okuji@enbug.org>
15275         Automatic loading of commands is supported.
15277         * normal/main.c (read_command_list): New function.
15278         (grub_normal_execute): Call read_command_list.
15280         * normal/command.c (grub_register_command): Return zero or CMD.
15281         Allocate CMD->NAME from the heap.
15282         Initialize CMD->MODULE_NAME to zero.
15283         Find the same name as well. If the same command is found and it is
15284         a dummy command, overwrite members. If it is not a dummy command,
15285         return zero.
15286         (grub_unregister_command): Free Q->NAME and Q->MODULE_NAME.
15287         (grub_command_find): If a dummy command is found, load a module
15288         and retry to find a command only once.
15290         * normal/cmdline.c (grub_tab_complete): Call grub_command_find to
15291         make sure that each command is loaded.
15293         * include/grub/normal.h (GRUB_COMMAND_FLAG_NOT_LOADED): New
15294         macro.
15295         (struct grub_command): Remove const from the member `name'.
15296         Add a new member `module_name'.
15297         (grub_register_command): Return grub_command_t.
15299         * commands/help.c (grub_cmd_help): Call grub_command_find to make
15300         sure that each command is loaded.
15302         * genmk.rb (PModule::rule): Specify a module name without the
15303         suffix ".mod" to gencmdlist.sh.
15305 2005-03-02  Yoshinori K. Okuji  <okuji@enbug.org>
15307         * gencmdlist.sh: New file.
15309         * genmk.rb (PModule::rule): Generate a rule for a command list.
15310         Clean command.lst.
15311         Generate command.lst from $(COMMANDFILES).
15313         * Makefile.in (COMMON_DISTFILES): Added gencmdlist.sh.
15314         (DATA): Added $(pkgdata_DATA).
15315         (install-local): Install files in $(pkgdata_DATA).
15317 2005-03-02  Yoshinori K. Okuji  <okuji@enbug.org>
15319         * term/i386/pc/vga.c (debug_command): Removed.
15320         (GRUB_MOD_INIT): Do not register the command "debug".
15322         From Hollis Blanchard:
15323         * commands/configfile.c: New file.
15324         * conf/i386-pc.rmk (grub_emu_SOURCES): Added
15325         commands/configfile.c.
15326         (pkgdata_MODULES): Added configfile.mod.
15327         (configfile_mod_SOURCES): New variable.
15328         (configfile_mod_CFLAGS): Likewise.
15329         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added
15330         commands/configfile.c.
15331         (pkgdata_MODULES): Added configfile.mod.
15332         (configfile_mod_SOURCES): New variable.
15333         (configfile_mod_CFLAGS): Likewise.
15334         * util/grub-emu.c (main): Call grub_configfile_init and
15335         grub_configfile_fini.
15336         * include/grub/normal.h [GRUB_UTIL] (grub_configfile_init): New
15337         prototype.
15338         [GRUB_UTIL] (grub_configfile_fini): Likewise.
15340 2005-02-27  Yoshinori K. Okuji  <okuji@enbug.org>
15342         * normal/arg.c (grub_arg_show_help): Do not show the bug report
15343         address.
15345         * commands/help.c (grub_cmd_help): Do not print newlines after
15346         the last command in print_command_help.
15348 2005-02-27  Yoshinori K. Okuji  <okuji@enbug.org>
15350         * commands/default.h: New file.
15351         * commands/timeout.h: Likewise.
15352         * normal/context.c: Likewise.
15354         * util/misc.c: Do not include sys/times.h.
15355         Include sys/time.h and grub/machine/time.h.
15356         (grub_get_rtc): Rewritten with gettimeofday.
15358         * util/grub-emu.c (main): Call grub_default_init and
15359         grub_timeout_init before grub_normal_init, and call
15360         grub_timeout_fini and grub_default_fini after grub_main.
15362         * util/console.c (grub_ncurses_checkkey): Return the read
15363         character or -1.
15365         * normal/menu.c (run_menu): Set MENU->TIMEOUT to -1 once it
15366         timeouts.
15368         * normal/main.c (read_config_file): Push MENU. If this fails,
15369         print an error and wait for a user input.
15370         Print an error only if GRUB_ERRNO is not GRUB_ERR_NONE.
15371         If a menu is empty or an error occurs, pop MENU.
15372         (grub_normal_execute): Pop and free MENU after grub_menu_run
15373         returns.
15375         * kern/loader.c (grub_loader_boot): Call grub_machine_fini.
15377         * include/grub/powerpc/ieee1275/time.h [GRUB_UTIL]: Do not
15378         include time.h.
15379         [GRUB_UTIL] (GRUB_TICKS_PER_SECOND): Use the same definition as
15380         without GRUB_UTIL.
15381         * include/grub/i386/pc/time.h [GRUB_UTIL]: Do not include
15382         time.h.
15383         [GRUB_UTIL] (GRUB_TICKS_PER_SECOND): Use the same definition as
15384         without GRUB_UTIL.
15386         * include/grub/normal.h (struct grub_menu_list): New struct.
15387         (grub_menu_list_t): New type.
15388         (struct grub_context): New struct.
15389         (grub_context_t): New type.
15390         (grub_register_command): Got rid of EXPORT_FUNC.
15391         (grub_unregister_command): Likewise.
15392         (grub_context_get): New prototype.
15393         (grub_context_get_current_menu): Likewise.
15394         (grub_context_push_menu): Likewise.
15395         (grub_context_pop_menu): Likewise.
15396         [GRUB_UTIL] (grub_default_init): Likewise.
15397         [GRUB_UTIL] (grub_default_fini): Likewise.
15398         [GRUB_UTIL] (grub_timeout_init): Likewise.
15399         [GRUB_UTIL] (grub_timeout_fini): Likewise.
15401         * conf/i386-pc.rmk (grub_emu_SOURCES): Added commands/default.c,
15402         commands/timeout.c and normal/context.c.
15403         (pkgdata_MODULES): Added default.mod and timeout.mod.
15404         (normal_mod_SOURCES): Added normal/context.c.
15405         (default_mod_SOURCES): New variable.
15406         (default_mod_CFLAGS): Likewise.
15407         (timeout_mod_SOURCES): Likewise.
15408         (timeout_mod_CFLAGS): Likewise.
15409         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Copied from
15410         conf/i386-pc.rmk.
15411         (pkgdata_MODULES): Added default.mod and timeout.mod.
15412         (normal_mod_SOURCES): Added normal/context.c.
15413         (default_mod_SOURCES): New variable.
15414         (default_mod_CFLAGS): Likewise.
15415         (timeout_mod_SOURCES): Likewise.
15416         (timeout_mod_CFLAGS): Likewise.
15418         * Makefile.in (all-local): Added $(MKFILES).
15420 2005-02-21  Vincent Pelletier  <subdino2004@yahoo.fr>
15422         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `partmap/sun.c'.
15423         (grub_emu_SOURCES): Likewise.
15424         (pkgdata_MODULES): Add `sun.mod'.
15425         (sun_mod_SOURCES, sun_mod_CFLAGS): New variables.
15426         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
15427         `partmap/sun.c'.
15428         (pkgdata_MODULES): Add `sun.mod'.
15429         (sun_mod_SOURCES, sun_mod_CFLAGS): New variables.
15430         * include/grub/partition.h (grub_sun_partition_map_init): New
15431         prototype.
15432         (grub_sun_partition_map_fini): Likewise.
15433         * partmap/sun.c: New file.
15434         * util/grub-emu.c (main): Initialize and de-initialize the sun
15435         partitionmap support.
15437 2005-02-19  Yoshinori K. Okuji  <okuji@enbug.org>
15439         This implements an Emacs-like menu entry editor.
15441         * normal/menu_entry.c: New file.
15443         * util/console.c (grub_ncurses_putchar): Translate some Unicode
15444         characters to ASCII.
15445         (saved_char): New variable.
15446         (grub_ncurses_checkkey): Rewritten completely.
15447         (grub_ncurses_getkey): Likewise.
15448         (grub_ncurses_init): Call raw instead of cbreak.
15450         * normal/menu.c (print_entry): Do not put a space.
15451         (init_page): Renamed to ...
15452         (grub_menu_init_page): ... this. All callers changed.
15453         (edit_menu_entry): Removed.
15454         (run_menu): Call grub_menu_entry_run instead of edit_menu_entry.
15456         * normal/cmdline.c (grub_cmdline_run): Call grub_setcursor.
15458         * kern/misc.c (grub_vprintf): Call grub_refresh.
15460         * normal/menu.c (DISP_LEFT): Renamed to ...
15461         * include/grub/term.h (GRUB_TERM_DISP_LEFT): ... this.
15462         * normal/menu.c (DISP_UP): Renamed to ...
15463         * include/grub/term.h (GRUB_TERM_DISP_UP): ... this.
15464         * normal/menu.c (DISP_RIGHT): Renamed to ...
15465         * include/grub/term.h (GRUB_TERM_DISP_RIGHT): ... this.
15466         * normal/menu.c (DISP_DOWN): Renamed to ...
15467         * include/grub/term.h (GRUB_TERM_DISP_DOWN): ... this.
15468         * normal/menu.c (DISP_HLINE): Renamed to ...
15469         * include/grub/term.h (GRUB_TERM_DISP_HLINE): ... this.
15470         * normal/menu.c (DISP_VLINE): Renamed to ...
15471         * include/grub/term.h (GRUB_TERM_DISP_VLINE): ... this.
15472         * normal/menu.c (DISP_UL): Renamed to ...
15473         * include/grub/term.h (GRUB_TERM_DISP_UL): ... this.
15474         * normal/menu.c (DISP_UR): Renamed to ...
15475         * include/grub/term.h (GRUB_TERM_DISP_UR): ... this.
15476         * normal/menu.c (DISP_LL): Renamed to ...
15477         * include/grub/term.h (GRUB_TERM_DISP_LL): ... this.
15478         * normal/menu.c (DISP_LR): Renamed to ...
15479         * include/grub/term.h (GRUB_TERM_DISP_LR): ... this.
15480         * normal/menu.c (TERM_WIDTH): Renamed to ...
15481         * include/grub/term.h (GRUB_TERM_WIDTH): ... this.
15482         * normal/menu.c (TERM_HEIGHT): Renamed to ...
15483         * include/grub/term.h (GRUB_TERM_HEIGHT): ... this.
15484         * normal/menu.c (TERM_INFO_HEIGHT): Renamed to ...
15485         * include/grub/term.h (GRUB_TERM_INFO_HEIGHT): ... this.
15486         * normal/menu.c (TERM_MARGIN): Renamed to ...
15487         * include/grub/term.h (GRUB_TERM_MARGIN): ... this.
15488         * normal/menu.c (TERM_SCROLL_WIDTH): Renamed to ...
15489         * include/grub/term.h (GRUB_TERM_SCROLL_WIDTH): ... this.
15490         * normal/menu.c (TERM_TOP_BORDER_Y): Renamed to ...
15491         * include/grub/term.h (GRUB_TERM_TOP_BORDER_Y): ... this.
15492         * normal/menu.c (TERM_LEFT_BORDER_X): Renamed to ...
15493         * include/grub/term.h (GRUB_TERM_LEFT_BORDER_X): ... this.
15494         * normal/menu.c (TERM_BORDER_WIDTH): Renamed to ...
15495         * include/grub/term.h (GRUB_TERM_BORDER_WIDTH): ... this.
15496         * normal/menu.c (TERM_MESSAGE_HEIGHT): Renamed to ...
15497         * include/grub/term.h (GRUB_TERM_MESSAGE_HEIGHT): ... this.
15498         * normal/menu.c (TERM_BORDER_HEIGHT): Renamed to ...
15499         * include/grub/term.h (GRUB_TERM_BORDER_HEIGHT): ... this.
15500         * normal/menu.c (TERM_NUM_ENTRIES): Renamed to ...
15501         * include/grub/term.h (GRUB_TERM_NUM_ENTRIES): ... this.
15502         * normal/menu.c (TERM_FIRST_ENTRY_Y): Renamed to ...
15503         * include/grub/term.h (GRUB_TERM_FIRST_ENTRY_Y): ... this.
15504         * normal/menu.c (TERM_ENTRY_WIDTH): Renamed to ...
15505         * include/grub/term.h (GRUB_TERM_ENTRY_WIDTH): ... this.
15506         * normal/menu.c (TERM_CURSOR_X): Renamed to ...
15507         * include/grub/term.h (GRUB_TERM_CURSOR_X): ... this.
15508         All callers changed.
15510         * include/grub/normal.h: New prototype.
15512         * conf/i386-pc.rmk (grub_emu_SOURCES): Added
15513         normal/menu_entry.c.
15514         (normal_mod_SOURCES): Likewise.
15515         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
15516         (normal_mod_SOURCES): Likewise.
15518 2005-02-15  Yoshinori K. Okuji  <okuji@enbug.org>
15520         * include/grub/normal.h (grub_halt_init): New prototype.
15521         (grub_halt_fini): Likewise.
15522         (grub_reboot_init): Likewise.
15523         (grub_reboot_fini): Likewise.
15525         * util/grub-emu.c: Include signal.h.
15526         (main_env): New global variable.
15527         (grub_machine_init): Ignore SIGINT. Otherwise grub-emu cannot
15528         catch C-c.
15529         (grub_machine_fini): New function.
15530         (main): Call grub_halt_init and grub_reboot_init before
15531         grub_main, and grub_reboot_fini and grub_halt_fini after it.
15532         Call setjmp with MAIN_ENV to go back afterwards.
15533         Call grub_machine_fini right before return.
15535         * include/grub/util/misc.h: Include setjmp.h.
15536         (main_env): New prototype.
15538         * include/grub/kernel.h (grub_machine_fini): New prototype.
15539         * include/grub/i386/pc/biosdisk.h (grub_biosdisk_fini): Likewise.
15540         * include/grub/i386/pc/console.h (grub_console_fini): Likewise.
15542         * disk/i386/pc/biosdisk.c (grub_biosdisk_fini): New function.
15543         * kern/i386/pc/init.c (grub_machine_fini): Likewise.
15544         * term/i386/pc/console.c (grub_console_fini): Likewise.
15546         * util/i386/pc/misc.c: New file.
15548         * conf/i386-pc.rmk (grub_emu_SOURCES): Added
15549         util/i386/pc/misc.c, commands/i386/pc/halt.c and
15550         commands/i386/pc/reboot.c.
15552 2005-02-14  Guillem Jover  <guillem@hadrons.org>
15554         * include/grub/dl.h (grub_dl_check_header): New prototype.
15555         (grub_arch_dl_check_header): Change return type to grub_err_t,
15556         remove size parameter and export function.  Update all callers.
15557         * kern/dl.c (grub_dl_check_header): New function.
15558         (grub_dl_load_core): Use `grub_dl_check_header' instead of
15559         `grub_arch_dl_check_header'.  Check ELF type.  Check if sections
15560         are inside the core.
15561         * kern/i386/dl.c (grub_arch_dl_check_header): Remove arch
15562         independent ELF header checks.
15563         * kern/powerpc/dl.c (grub_arch_dl_check_header): Likewise.
15564         * loader/i386/pc/multiboot.c (grub_rescue_cmd_multiboot): Use
15565         `grub_dl_check_header' instead of explicit checks.  Check for the
15566         ELF type.
15567         * loader/powerpc/ieee1275/linux.c (grub_rescue_cmd_linux): Use
15568         `grub_dl_check_header' instead of explicit checks.  Remove arch
15569         specific ELF header checks.
15571         * util/grub-emu.c (grub_arch_dl_check_header): Remove the
15572         argument SIZE.
15574 2005-02-13  Hollis Blanchard  <hollis@penguinppc.org>
15576         * conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Add ls.mod.
15577         * include/grub/powerpc/libgcc.h (__mulsf3): New prototype.
15579 2005-02-12  Hollis Blanchard  <hollis@penguinppc.org>
15581         * kern/partition.c (grub_partition_probe): Clear `grub_errno' and
15582         return 0 if `grub_errno' is GRUB_ERR_BAD_PART_TABLE.
15583         (part_map_iterate): Clear `grub_errno' and return 0 if
15584         `partmap->iterate' returns GRUB_ERR_BAD_PART_TABLE.
15585         * partmap/amiga.c (amiga_partition_map_iterate): Return
15586         GRUB_ERR_BAD_PART_TABLE if no partition map magic is found.
15587         * partmap/apple.c (apple_partition_map_iterate): Likewise.
15589 2005-02-01  Guillem Jover  <guillem@hadrons.org>
15591         * loader/i386/pc/multiboot_normal.c (GRUB_MOD_INIT): Fix module
15592         help info.
15594 2005-01-31  Marco Gerards  <metgerards@student.han.nl>
15596         * include/grub/powerpc/ieee1275/loader.h (grub_load_linux):
15597         Removed prototype.
15598         (grub_rescue_cmd_linux): New prototype.
15599         (grub_rescue_cmd_initrd): Likewise.
15600         * powerpc/ieee1275/linux.c (grub_linux_boot): Remove struct
15601         `bi_rec'.
15602         (grub_linux_release_mem): Release the memory for the initrd.
15603         (grub_load_linux): Renamed from this...
15604         (grub_rescue_cmd_linux): ...To this.  Changed all callers.
15605         Changed `entry' not to be static.  Loop over memory regions to
15606         find another one when the default fails.
15607         (grub_rescue_cmd_initrd): New function.
15608         (grub_linux_init): Remove function.
15609         (grub_linux_fini): Likewise.
15610         (GRUB_MOD_INIT): Register `initrd'.
15611         (GRUB_MOD_FINI): Unregister `initrd'.
15612         * powerpc/ieee1275/linux_normal.c (grub_linux_normal_init):
15613         Function removed.
15614         (grub_linux_normal_fini): Likewise.
15615         (GRUB_MOD_INIT): Register `initrd'.
15616         (GRUB_MOD_FINI): Unregister `initrd'.
15618 2005-01-31  Marco Gerards  <metgerards@student.han.nl>
15620         * commands/help.c: New file.
15621         * normal/arg.c (show_help): Renamed to...
15622         (grub_arg_show_help): ... this.
15623         * commands/i386/pc/halt.c: New file.
15624         * commands/i386/pc/reboot.c: Likewise.
15625         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `commands/help.c'.
15626         (pkgdata_MODULES): Add `reboot.mod', `halt.mod' and `help.mod'.
15627         (help_mod_SOURCES, help_mod_CFLAGS, reboot_mod_SOURCES)
15628         (reboot_mod_CFLAGS, halt_mod_SOURCES, halt_mod_CFLAGS): New
15629         variables.
15630         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
15631         `commands/help.c'.
15632         (pkgdata_MODULES): Add `help.mod'.
15633         (help_mod_SOURCES, help_mod_CFLAGS): New variables.
15634         * grub/i386/pc/init.h (grub_reboot): New prototype.
15635         (grub_halt): Likewise.
15636         * include/grub/normal.h (grub_arg_show_help): New prototype.
15637         (grub_help_init): Likewise.
15638         (grub_help_fini): Likewise.
15639         * util/grub-emu.c (main): Initialize and deinitialize the help
15640         command.
15642         * normal/cmdline.c (grub_cmdline_get): Doc fix.
15644         * normal/command.c (grub_command_init): Fixed the description of
15645         the `set' and `unset' commands.
15647 2005-01-31  Marco Gerards  <metgerards@student.han.nl>
15649         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_interpret): New
15650         function.
15651         * commands/ieee1275/halt.c: New file.
15652         * commands/ieee1275/reboot.c: Likewise.
15653         * commands/ieee1275/suspend.c (grub_cmd_suspend): Use
15654         `__attribute__ ((unused))'.  Some GCS related fixed.
15655         (grub_suspend_init) [GRUB_UTIL]: Function removed.
15656         (grub_suspend_fini): Likewise.
15657         * conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Add `reboot.mod'
15658         and `halt.mod'.
15659         (reboot_mod_SOURCES, reboot_mod_CFLAGS, halt_mod_SOURCES)
15660         (halt_mod_CFLAGS): New variables.
15661         * include/grub/powerpc/ieee1275/ieee1275.h
15662         (grub_ieee1275_interpret): New prototype.
15664 2005-01-29  Yoshinori K. Okuji  <okuji@enbug.org>
15666         * include/grub/misc.h (memmove): New prototype.
15667         (memcpy): Likewise.
15669 2005-01-22  Hollis Blanchard  <hollis@penguinppc.org>
15671         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_open): Don't initialize
15672         `devpath' to 0.  Use `name' instead of `devpath' with `grub_strndup'.
15674 2005-01-22  Marco Gerards  <metgerards@student.han.nl>
15676         * kern/misc.c (grub_strndup): Function rewritten.
15678 2005-01-22  Vincent Pelletier  <subdino2004@yahoo.fr>
15680         * normal/menu.c (TERM_WIDTH): Macro redefined.
15681         (TERM_TOP_BORDER_Y): Likewise.
15682         (draw_border): Replaced while-loop by a for-loop.  Make the number
15683         of lines consistent with the number of lines displayed in
15684         print_entries.  Added a margin below the rectangle.
15685         (print_entry): Make the entry fit in the rectangle.
15686         (print_entries): Display the scroll arrows next to the right
15687         border.
15689 2005-01-21  Marco Gerards  <metgerards@student.han.nl>
15691         * fs/minix.c (grub_minix_find_file): Reserve more space for
15692         `fpath' so the \0 can be stored.  Use `grub_strcpy' instead of
15693         `grub_strncpy' to copy `path' into it.
15695 2005-01-21  Marco Gerards  <metgerards@student.han.nl>
15697         Add the loopback device, a device via which files can be accessed
15698         as devices.
15700         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `disk/loopback.c'.
15701         (pkgdata_MODULES): Add loopback.mod.
15702         (loopback_mod_SOURCES): New variable.
15703         (loopback_mod_CFLAGS): Likewise.
15704         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
15705         `disk/loopback.c'.
15706         (pkgdata_MODULES): Add loopback.mod.
15707         (loopback_mod_SOURCES): New variable.
15708         (loopback_mod_CFLAGS): Likewise.
15709         * disk/loopback.c: new file.
15710         * include/grub/normal.h (grub_loop_init): New prototype.
15711         (grub_loop_fini): New prototype.
15712         * util/grub-emu.c (main): Initialize and de-initialize loopback
15713         support.
15714         * include/grub/disk.h (grub_disk_dev_id): Add
15715         `GRUB_DISK_DEVICE_LOOPBACK_ID'.
15717 2005-01-20  Hollis Blanchard  <hollis@penguinppc.org>
15719         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_enter): New
15720         function.
15721         * conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Add suspend.mod.
15722         (suspend_mod_SOURCES): New variable.
15723         (suspend_mod_CFLAGS): Likewise.
15724         * include/grub/powerpc/ieee1275/ieee1275.h (grub_ieee1275_enter):
15725         New prototype.
15726         * commands/ieee1275/suspend.c: New file.
15728 2005-01-20  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
15730         * include/grub/dl.h (GRUB_MOD_INIT): Changed `__attribute__
15731         ((unused))' to `__attribute__ ((used))'.
15732         (GRUB_MOD_FINI): Likewise.
15733         * kern/dl.c (grub_dl_load_file): Fix null pointer dereference.
15734         * genmk.rb (PModule): Assign space to common symbols when linking
15735         modules.
15737 2005-01-20  Marco Gerards  <metgerards@student.han.nl>
15739         * include/grub/mm.h (grub_mm_init_region): Change the type of the
15740         `unsigned' arguments to `grub_size_t'.
15741         (grub_malloc): Likewise.
15742         (grub_realloc): Likewise.
15743         (grub_memalign): Likewise.
15744         * kern/i386/dl.c (grub_arch_dl_check_header): Likewise.
15745         * kern/powerpc/dl.c (grub_arch_dl_check_header): Likewise.
15746         * util/misc.c (grub_malloc): Likewise.
15747         (grub_realloc): Likewise.
15748         * kern/mm.c (get_header_from_pointer): Change the casts to
15749         `unsigned' into a cast to `grub_size_t'.
15751         * fs/fshelp.c (grub_fshelp_find_file): The `oldnode' should always
15752         point to `currnode' when `currnode' is changed.
15754         * util/grub-emu.c (main): Initialize `progname'.  Reported by Nico
15755         Schottelius <nico-linux@schottelius.org>.
15757 2005-01-09  Hollis Blanchard  <hollis@penguinppc.org>
15759         * util/powerpc/ieee1275/grub-mkimage.c: Include <string.h>.
15760         (note_path): Remove variable.
15761         (GRUB_IEEE1275_NOTE_NAME): New macro.
15762         (GRUB_IEEE1275_NOTE_TYPE): Likewise.
15763         (grub_ieee1275_note_hdr): New structure.
15764         (grub_ieee1275_note_desc): Likewise.
15765         (grub_ieee1275_note): Likewise.
15766         (load_note): Remove `dir' argument.  All callers updated.  Remove
15767         `note_img' and `path'.  Do not load a file from `note_path'.
15768         Initialize a struct grub_ieee1275_note and write that to `out'.
15769         Use GRUB_IEEE1275_MODULE_BASE instead of MODULE_BASE.
15771 2005-01-05  Marco Gerards  <metgerards@student.han.nl>
15773         * util/misc.c (grub_util_read_image): Revert last change.  It
15774         called `grub_util_read_at', which seeks from the beginning of the
15775         file.
15777 2005-01-04  Hollis Blanchard  <hollis@penguinppc.org>
15779         * TODO: Add note about endianness in grub-mkimage.
15780         * boot/powerpc/ieee1275/crt0.S (note): Remove unused .note
15781         section.
15782         * conf/powerpc-ieee1275.rmk (bin_UTILITIES): Add grub-mkimage.
15783         (grub_mkimage_SOURCES): New target.
15784         * include/grub/kernel.h (grub_start_addr): Remove variable.
15785         (grub_end_addr): Likewise.
15786         (grub_total_module_size): Likewise.
15787         (grub_kernel_image_size): Likewise.
15788         (GRUB_MODULE_MAGIC): New constant.
15789         (grub_module_info): New structure.
15790         (grub_arch_modules_addr): New prototype.
15791         (grub_get_end_addr): Remove prototype.
15792         * include/grub/i386/pc/kernel.h (grub_end_addr): New prototype.
15793         * include/grub/powerpc/ieee1275/kernel.h: New file.
15794         * include/grub/util/misc.h (grub_util_get_fp_size): New
15795         prototype.
15796         (grub_util_read_at): Likewise.
15797         (grub_util_write_image_at): Likewise.
15798         * kern/main.c (grub_get_end_addr): Remove function.
15799         (grub_load_modules): Call grub_arch_modules_addr instead of using
15800         grub_end_addr.  Look for a grub_module_info struct in memory.  Use
15801         the grub_module_info fields instead of calling grub_get_end_addr
15802         as loop conditions.  Move grub_add_unused_region code here.
15803         (grub_add_unused_region): Remove function.
15804         * kern/i386/pc/init.c: Include grub/cache.h.
15805         (grub_machine_init): Remove call to grub_get_end_addr.  Remove
15806         one call to add_mem_region.
15807         (grub_arch_modules_addr): New function.
15808         * kern/powerpc/ieee1275/init.c (grub_end_addr): Remove variable.
15809         (grub_total_module_size): Likewise.
15810         Include grub/machine/kernel.h.
15811         (grub_arch_modules_addr): New function.
15812         * util/grub-emu.c (grub_end_addr): Remove variable.
15813         (grub_total_module_size): Likewise.
15814         (grub_arch_modules_addr): New function.
15815         * util/misc.c: Include unistd.h.
15816         (grub_util_get_fp_size): New function.
15817         (grub_util_read_at): Likewise.
15818         (grub_util_write_image_at): Likewise.
15819         (grub_util_read_image): Call grub_util_read_at.
15820         (grub_util_write_image): Call grub_util_write_image_at.
15821         * util/i386/pc/grub-mkimage.c (generate_image): Allocate
15822         additional memory in kernel_img for a struct grub_module_info.
15823         Fill in that grub_module_info.
15824         * util/powerpc/ieee1275/grub-mkimage.c: New file.
15826 2005-01-03  Hollis Blanchard  <hollis@penguinppc.org>
15828         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_milliseconds):
15829         New function.
15830         * include/grub/powerpc/ieee1275/ieee1275.h
15831         (grub_ieee1275_milliseconds): New prototype.
15832         * include/grub/powerpc/ieee1275/time.h (GRUB_TICKS_PER_SECOND):
15833         Change to 1000.
15834         * kern/powerpc/ieee1275/init.c (grub_get_rtc): Call
15835         grub_ieee1275_milliseconds.
15837 2005-01-03  Hollis Blanchard  <hollis@penguinppc.org>
15839         * boot/powerpc/ieee1275/cmain.c (grub_ieee1275_realmode): New
15840         variable.
15841         (find_options): New function.
15842         (cmain): Call find_options.
15843         * include/grub/powerpc/ieee1275/ieee1275.h
15844         (grub_ieee1275_realmode): New extern variable.
15845         * kern/powerpc/ieee1275/openfw.c (grub_claimmap): Only call
15846         grub_map if grub_ieee1275_realmode is false.
15848 2004-12-29  Marco Gerards  <metgerards@student.han.nl>
15850         * normal/cmdline.c (grub_cmdline_get): Redone logic so no empty
15851         lines are inserted and make it work like readline.  Reported by
15852         Vincent Pelletier <subdino2004@yahoo.fr>.
15854 2004-12-28  Marco Gerards  <metgerards@student.han.nl>
15856         * boot/powerpc/ieee1275/crt0.S (_start): Don't set up the stack.
15858         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCE): Remove
15859         `kern/powerpc/cache.S'.
15861 2004-12-27  Marco Gerards  <metgerards@student.han.nl>
15863         * genmk.rb: Handle the `Program' class in the main loop.  Written
15864         by Johan Rydberg <jrydberg@gnu.org>.
15865         (Program): New class.
15866         (programs): New variable.
15867         * boot/powerpc/ieee1275/cmain.c: Include <grub/machine/ieee1275.h>
15868         instead of "grub/machine/ieee1275.h".  Include <grub/kernel.h>
15869         instead of "grub/kernel.h".  Include <grub/machine/init.h>.
15870         (help_arch): Function removed.
15871         * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Add
15872         `powerpc/libgcc.h' and `loader.h'.
15873         (pkgdata_PROGRAMS): New variable.
15874         (sbin_UTILITIES): Variable removed.
15875         (grub_emu_SOURCES): Added kern/powerpc/cache.S.
15876         (grubof_SOURCES): Variable re-defined so it only includes the
15877         core functionality.
15878         (grubof_CFLAGS): Remove `-DGRUBOF'.
15879         (pkgdata_MODULES, fshelp_mod_SOURCES, fshelp_mod_CFLAGS,
15880         (fat_mod_SOURCES, fat_mod_CFLAGS, ext2_mod_SOURCES)
15881         (ext2_mod_CFLAGS, ufs_mod_SOURCES, ufs_mod_CFLAGS)
15882         (minix_mod_SOURCES, minix_mod_CFLAGS, hfs_mod_SOURCES)
15883         (hfs_mod_CFLAGS, jfs_mod_SOURCES, jfs_mod_CFLAGS)
15884         (iso9660_mod_SOURCES, iso9660_mod_CFLAGS, _linux_mod_SOURCES)
15885         (_linux_mod_CFLAGS, linux_mod_SOURCES, linux_mod_CFLAGS)
15886         (normal_mod_SOURCES, normal_mod_CFLAGS, normal_mod_ASFLAGS)
15887         (hello_mod_SOURCES, hello_mod_CFLAGS, boot_mod_SOURCES)
15888         (boot_mod_CFLAGS, terminal_mod_SOURCES, terminal_mod_CFLAGS)
15889         (ls_mod_SOURCES, ls_mod_CFLAGS, cmp_mod_SOURCES, cmp_mod_CFLAGS)
15890         (cat_mod_SOURCES, cat_mod_CFLAGS, font_mod_SOURCES)
15891         (font_mod_CFLAGS, amiga_mod_SOURCES, amiga_mod_CFLAGS)
15892         (apple_mod_SOURCES, apple_mod_CFLAGS, pc_mod_SOURCES)
15893         (pc_mod_CFLAGS): New variables.
15894         * disk/powerpc/ieee1275/ofdisk.c: Include <grub/machine/init.h>.
15895         (grub_ofdisk_iterate): Add a prototype for `dev_iterate'.
15896         * include/grub/dl.h (grub_arch_dl_sync_caches): New prototype.
15897         * include/grub/loader.h (grub_os_area_addr, grub_os_area_size):
15898         Moved from here...
15899         * include/grub/i386/pc/init.h (grub_os_area_addr)
15900         (rub_os_area_size): ... to here.
15901         * include/grub/powerpc/ieee1275/ieee1275.h
15902         (grub_ieee1275_entry_fn): Export symbol.
15903         * include/grub/powerpc/ieee1275/init.h: New file.
15904         * include/grub/powerpc/libgcc.h: Likewise.
15905         * include/grub/cache.h: Likewise.
15906         * kern/powerpc/cache.S: Likewise.  Written by Hollis Blanchard
15907         <hollis@penguinppc.org>.
15908         * kern/dl.c: Include <grub/cache.h>.
15909         (grub_dl_flush_cache): New function.
15910         (grub_dl_load_core): Call `grub_dl_flush_cache' to flush the cache
15911         for this module.
15912         * kern/powerpc/ieee1275/init.c (grub_ofdisk_init)
15913         (grub_console_init): Removed prototypes.
15914         (grub_machine_init): Don't initialize the modules anymore.
15915         * kern/powerpc/ieee1275/openfw.c (grub_map): Make the function
15916         static.
15917         * include/grub/powerpc/types.h (GRUB_HOST_WORDS_LITTLEENDIAN):
15918         Macro undef removed.
15919         (GRUB_HOST_WORDS_BIGENDIAN): New macro.
15920         * kern/powerpc/dl.c (grub_arch_dl_relocate_symbols): Add
15921         relocation `R_PPC_REL32'.  Return an error when the relocation is
15922         unknown.
15923         * Makefile.in (DATA): Add `$(pkgdata_PROGRAMS)'.
15924         * kern/i386/pc/init.c (grub_arch_sync_caches): New function.
15925         * util/misc.c (grub_arch_sync_caches): Likewise.
15927 2004-12-19  Marco Gerards  <metgerards@student.han.nl>
15929         * conf/powerpc-ieee1275.rmk (MOSTLYCLEANFILES): Remove
15930         `symlist.c', add `grubof_symlist.c'.
15931         (symlist.c): Variable removed.
15932         (grubof_HEADERS): Variable added.
15933         (grubof_symlist.c): New target.
15934         (kernel_syms.lst): Use `grubof_HEADERS' instead of
15935         `kernel_img_HEADERS'.
15936         (grubof_SOURCES): Add `kern/powerpc/dl.c' and `grubof_symlist.c'.
15937         * kern/powerpc/dl.c: New file.
15938         * kern/powerpc/ieee1275/init.c (grub_arch_dl_check_header):
15939         Function removed.
15940         (grub_arch_dl_relocate_symbols): Likewise.
15941         (grub_register_exported_symbols): Likewise.
15943 2004-12-13  Marco Gerards  <metgerards@student.han.nl>
15945         * fs/ext2.c (grub_ext2_open): Don't use data after freeing it.
15946         (grub_ext2_dir): Likewise.  Don't return in case of an error, jump
15947         to fail instead.  Reported by Vincent Pelletier
15948         <subdino2004@yahoo.fr>.
15950         * fs/fshelp.c (grub_fshelp_find_file): Don't free `oldnode' when
15951         it is not allocated.  Reported by Vincent Pelletier
15952         <subdino2004@yahoo.fr>.
15954         * normal/cmdline.c (grub_tab_complete): Add a blank line to the
15955         output so the output looks better.
15957 2004-12-04  Marco Gerards  <metgerards@student.han.nl>
15959         Modulize the partition map support and add support for the amiga
15960         partition map.
15962         * commands/ls.c: Include <grub/partition.h> instead of
15963         <grub/machine/partition.h>.
15964         * kern/disk.c: Likewise.
15965         * kern/rescue.c: Likewise.
15966         * loader/i386/pc/chainloader.c: Likewise.
15967         * normal/cmdline.c: Likewise.
15968         * kern/powerpc/ieee1275/init.c: Likewise.
15969         (grub_machine_init): Call `grub_pc_partition_map_init',
15970         `grub_amiga_partition_map_init' and
15971         `grub_apple_partition_map_init'.
15972         * conf/i386-pc.rmk (kernel_img_SOURCES): Remove
15973         `disk/i386/pc/partition.c'.  Add `kern/partition.c'.
15974         (kernel_img_HEADERS): Remove `machine/partition.h'.  Add
15975         `partition.h' and `pc_partition.h'.
15976         (grub_setup_SOURCES): Remove
15977         `disk/i386/pc/partition.c'.  Add `kern/partition.c',
15978         `partmap/amiga.c', `partmap/apple.c' and `partmap/pc.c'.
15979         (grub_emu_SOURCES): Likewise.
15980         (pkgdata_MODULES): Add `amiga.mod', `apple.mod' and `pc.mod'.
15981         (amiga_mod_SOURCES, amiga_mod_CFLAGS, apple_mod_SOURCES)
15982         (apple_mod_CFLAGS, pc_mod_SOURCES, pc_mod_CFLAGS): New variables.
15983         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Remove
15984         `disk/powerpc/ieee1275/partition.c'.  Add `kern/partition.c',
15985         `partmap/amiga.c', `partmap/apple.c' and `partmap/pc.c'.
15986         (grubof_SOURCES): Likewise.
15987         * disk/i386/pc/partition.c: File removed.
15988         * disk/powerpc/ieee1275/partition.c: Likewise.
15989         * include/grub/powerpc/ieee1275/partition.h: Likewise.
15990         * include/grub/i386/pc/partition.h: Likewise.
15991         * kern/partition.c: New file.
15992         * partmap/amiga.c: Likewise.
15993         * partmap/apple.c: Likewise.
15994         * partmap/pc.c: Likewise.
15995         * include/grub/partition.h: Likewise..
15996         * include/grub/pc_partition.h: Likewise.
15997         * util/grub-emu.c: Include <grub/partition.h> instead of
15998         <grub/machine/partition.h>.
15999         (main): Call `grub_pc_partition_map_init',
16000         `grub_amiga_partition_map_init' and
16001         `grub_apple_partition_map_init' and deinitialize afterwards.
16002         * util/i386/pc/biosdisk.c: Include `#include
16003         <grub/partition.h>' and `include <grub/pc_partition.h>' instead of
16004         `<grub/machine/partition.h>'.
16005         * util/i386/pc/grub-setup.c: Likewise.
16006         * util/i386/pc/biosdisk.c: Likewise.
16007         (grub_util_biosdisk_get_grub_dev): Only access the PC specific
16008         partition information in case of a PC partition.
16009         * util/i386/pc/grub-setup.c: Include `#include
16010         <grub/partition.h>' and `include <grub/pc_partition.h>' instead of
16011         `<grub/machine/partition.h>'.
16012         (setup): Only access the PC specific partition information in case
16013         of a PC partition.
16015 2004-11-17  Hollis Blanchard  <hollis@penguinppc.org>
16017         * kern/powerpc/ieee1275/init.c (grub_setjmp): Remove function.
16018         (grub_longjmp): Likewise.
16019         * include/grub/powerpc/setjmp.h (grub_jmp_buf): Set array size to
16020         20.
16021         * normal/powerpc/setjmp.S: New file.
16022         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Add
16023         `normal/powerpc/setjmp.S'.
16024         (grubof_CFLAGS): Add `-DGRUBOF'.
16025         * include/grub/setjmp.h [GRUB_UTIL]: Changed condition to
16026         [GRUB_UTIL && !GRUBOF].
16028 2004-11-16  Marco Gerards  <metgerards@student.han.nl>
16030         * kern/powerpc/ieee1275/openfw.c (grub_devalias_iterate): Skip any
16031         property named `name'.  Correctly handle the error returned by
16032         `grub_ieee1275_finddevice' if a device can not be opened.
16034 2004-11-02  Hollis Blanchard  <hollis@penguinppc.org>
16036         * term/powerpc/ieee1275/ofconsole.c (grub_ofconsole_readkey): Test
16037         `actual' for negativity.
16038         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Remove
16039         kern/fshelp.c.
16041 2004-11-01  Marco Gerards  <metgerards@student.han.nl>
16043         * term/i386/pc/vga.c (VGA_HEIGHT): Changed to 350.
16044         (PAGE_OFFSET): New macro.
16045         (CRTC_ADDR_PORT): Likewise.
16046         (CRTC_DATA_PORT): Likewise.
16047         (START_ADDR_HIGH_REGISTER): Likewise.
16048         (START_ADDR_LOW_REGISTER): Likewise.
16049         (GRAPHICS_ADDR_PORT): Likewise.
16050         (GRAPHICS_DATA_PORT): Likewise.
16051         (READ_MAP_REGISTER): Likewise.
16052         (INPUT_STATUS1_REGISTER): Likewise.
16053         (INPUT_STATUS1_VERTR_BIT): Likewise.
16054         (page): New variable.
16055         (wait_vretrace): New function.
16056         (set_read_map): Likewise.
16057         (set_start_address): Likewise.
16058         (grub_vga_init): Use mode 0x10 instead of mode 0x12.  Switch to
16059         the right page.
16060         (check_vga_mem): Take the page into account.
16061         (write_char): Likewise.
16062         (write_cursor): Likewise.
16063         (scroll_up): Likewise.  Copy the page to the page that is not
16064         shown and switch between both pages.
16065         (grub_vga_putchar): Fix off by one error.
16066         (grub_vga_cls): Wait for the vertical retrace.  Take the page into
16067         account.
16069 2004-11-01  Marco Gerards  <metgerards@student.han.nl>
16071         Add support for iso9660 (including rockridge).
16073         * conf/i386-pc.rmk (grub_emu_SOURCES): Add fs/iso9660.c.
16074         (iso9660_mod_SOURCES): New variable.
16075         (iso9660_mod_CFLAGS): Likewise.
16076         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs/iso9660.c.
16077         * include/grub/fs.h (grub_iso9660_init): New prototype.
16078         * util/grub-emu.c (main): Call `grub_iso9660_init'.
16079         * fs/iso9660.c: New file.
16081         * include/grub/misc.h (grub_strncat): New prototype.
16082         * kern/misc.c (grub_strncat): New function.
16084         * fs/hfs.c (grub_hfs_mount): Translate the error
16085         `GRUB_ERR_OUT_OF_RANGE' to `GRUB_ERR_BAD_FS'.
16086         * fs/jfs.c (grub_jfs_mount): Likewise.
16087         * fs/ufs.c (grub_ufs_mount): Likewise.
16089 2004-10-28  Hollis Blanchard  <hollis@penguinppc.org>
16091         * boot/powerpc/ieee1275/cmain.c (cmain): Remove asm statements
16092         which initialized BAT registers.
16093         * boot/powerpc/ieee1275/ieee1275.c (IEEE1275_CALL_ENTRY_FN,
16094         grub_ieee1275_common_hdr, INIT_IEEE1275_COMMON):
16095         Move from here...
16096         * include/grub/powerpc/ieee1275/ieee1275.h (IEEE1275_CALL_ENTRY_FN,
16097         grub_ieee1275_common_hdr, INIT_IEEE1275_COMMON):
16098         ... to here.
16099         * kern/powerpc/ieee1275/openfw.c (grub_map): New function.
16100         (grub_mapclaim): Likewise.
16101         * loader/powerpc/ieee1275/linux.c (grub_load_linux): Use
16102         grub_mapclaim instead of grub_ieee1275_claim.  Assign linux_addr by
16103         hand.
16105 2004-10-19  Hollis Blanchard  <hollis@penguinppc.org>
16107         * conf/powerpc-ieee1275.rmk (COMMON_ASFLAGS): Remove -fno-builtin.
16108         (COMMON_CFLAGS): Remove -fno-builtin and -D__ASSEMBLY__. Add
16109         -ffreestanding and -msoft-float.
16111 2004-10-15  Hollis Blanchard  <hollis@penguinppc.org>
16113         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_open): Do not
16114         append ":0" to devpath if the GRUB_IEEE1275_NO_PARTITION_0 flag is
16115         set in grub_ieee1275_flags.
16117 2004-10-14  Hollis Blanchard  <hollis@penguinppc.org>
16119         * include/grub/powerpc/ieee1275/ieee1275.h (abort): Add function
16120         prototype.
16121         * kern/powerpc/ieee1275/init.c (grub_machine_init): Call
16122         grub_console_init first.
16123         Change the memory range used for grub_ieee1275_claim and
16124         grub_mm_init_region.
16125         Print an error message if the claim fails.
16126         Include <grub/misc.h>.
16128 2004-10-13  Hollis Blanchard  <hollis@penguinppc.org>
16130         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_iterate):
16131         Call grub_children_iterate for device nodes of type `scsi',
16132         `ide', or `ata'.
16133         (grub_ofdisk_open): Remove manual device alias resolution.
16134         Fix memory leak when device cannot be opened.
16135         * include/grub/powerpc/ieee1275/ieee1275.h
16136         (grub_children_iterate): New prototype.
16137         * kern/powerpc/ieee1275/openfw.c (grub_children_iterate):
16138         New function.
16139         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_get_property):
16140         Return -1 if args.size was -1.
16142 2004-10-11  Hollis Blanchard  <hollis@penguinppc.org>
16144         * boot/powerpc/ieee1275/cmain.c (grub_ieee1275_flags): New global.
16145         (cmain): Accept 3 parameters. Test for 0xdeadbeef, indicating Old
16146         World Macintosh. If Old Wold, set flag in grub_ieee1275_flags; claim
16147         Open Firmware's memory for it; claim memory from _start to _end.
16148         * boot/powerpc/ieee1275/crt0.S (__bss_start): New extern.
16149         (_end): New extern.
16150         (_start): Zero BSS from __bss_start to _end.
16151         * include/grub/powerpc/ieee1275/ieee1275.h (grub_ieee1275_flags):
16152         New extern.
16153         (GRUB_IEEE1275_NO_PARTITION_0): New #define.
16155 2004-10-11  Hollis Blanchard  <hollis@penguinppc.org>
16157         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_claim): Return
16158         -1 if args.base was -1.
16160 2004-10-08  Hollis Blanchard  <hollis@penguinppc.org>
16162         * term/powerpc/ieee1275/ieee1275.c (grub_ofconsole_cls): Use an ANSI
16163         escape sequence instead of a literal ^L. Also call
16164         grub_ofconsole_gotoxy.
16166 2004-10-03  Hollis Blanchard  <hollis@penguinppc.org>
16168         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_claim): change
16169         void *  arguments to grub_addr_t.  All callers updated.  Also make
16170         the `result' argument optional.
16171         (grub_ieee1275_release): change void * arguments to grub_addr_t.
16172         All callers updated.
16174 2004-09-22  Hollis Blanchard  <hollis@penguinppc.org>
16176         * commands/ls.c (grub_ls_list_files): Use the string following the
16177         initial ')', if present, as the filesystem path.
16178         * kern/rescue.c (grub_rescue_cmd_ls): Likewise.
16180         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): List crt0.S first.
16182 2004-09-18  Yoshinori K. Okuji  <okuji@enbug.org>
16184         Make the source code of the menu interface more readable.
16186         * normal/menu.c: Include grub/mm.h.
16187         (TERM_WIDTH): New macro.
16188         (TERM_HEIGHT): Likewise.
16189         (TERM_INFO_HEIGHT): Likewise.
16190         (TERM_MARGIN): Likewise.
16191         (TERM_SCROLL_WIDTH): Likewise.
16192         (TERM_TOP_BORDER_Y): Likewise.
16193         (TERM_LEFT_BORDER_X): Likewise.
16194         (TERM_BORDER_WIDTH): Likewise.
16195         (TERM_MESSAGE_HEIGHT): Likewise.
16196         (TERM_BORDER_HEIGHT): Likewise.
16197         (TERM_NUM_ENTRIES): Likewise.
16198         (TERM_FIRST_ENTRY_Y): Likewise.
16199         (TERM_ENTRY_WIDTH): Likewise.
16200         (TERM_CURSOR_X): Likewise.
16201         (draw_border): Use macros instead of magic numbers.
16202         (print_entry): Likewise.
16203         (print_entries): Likewise.
16204         (run_menu): Likewise. Also, handle the key 'e'.
16205         (run_menu_entry): Ignore empty command lines.
16206         (print_message): Added a new argument EDIT. If EDIT is true,
16207         print a different message.
16208         (init_page): Likewise.
16209         (edit_menu_entry): New function. Not implemented yet.
16211 2004-09-17  Marco Gerards  <metgerards@student.han.nl>
16213         Add `linux.mod' and `multiboot.mod' so linux and multiboot kernels
16214         can be loaded from normal mode.
16216         * conf/i386-pc.rmk (pkgdata_MODULES): Add `linux.mod' and
16217         `multiboot.mod'.
16218         (linux_mod_SOURCES, linux_mod_CFLAGS, multiboot_mod_SOURCES)
16219         (multiboot_mod_CFLAGS): New variables.
16220         * loader/i386/pc/linux_normal.c: New file.
16221         * loader/i386/pc/multiboot_normal.c: Likewise.
16223         * loader/i386/pc/linux.c (grub_rescue_cmd_initrd): Don't use the
16224         attribute `unused'.
16226         * fs/ext2.c (grub_ext2_iterate_dir): Fix typos in inode type.  Use
16227         `fdiro' to read the mode information from instead of `diro'.
16229         * fs/fshelp.c (grub_fshelp_find_file): Set type to foundtype after
16230         looking up a symlink.
16232         * include/grub/normal.h (GRUB_COMMAND_FLAG_NO_ARG_PARSE): New
16233         macro.
16234         * normal/command.c (grub_command_execute): Don't parse the
16235         arguments when `GRUB_COMMAND_FLAG_NO_ARG_PARSE' is set in the
16236         flags of the command.
16238         * normal/menu.c (grub_menu_run): Fix typo.
16240 2004-09-14  Hollis Blanchard  <hollis@penguinppc.org>
16242         * kern/powerpc/ieee1275/init.c (abort): Trap into Open Firmware.
16244         * term/powerpc/ieee1275/ofconsole.c (grub_ofconsole_gotoxy): Use
16245         `y + 1' instead of `y - 1'.
16247         * conf/powerpc-ieee1275.rmk (grubof_LDFLAGS): Add `-N' and `-S'.
16249 2004-09-14  Yoshinori K. Okuji  <okuji@enbug.org>
16251         From Hollis Blanchard <hollis@penguinppc.org>:
16252         * kern/misc.c (memmove): New alias for grub_memmove.
16253         (memcmp): New alias for grub_memcmp.
16254         (memset): New alias for grub_memset.
16255         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_get_property):
16256         Change "int handle" to "grub_ieee1275_phandle_t handle".
16257         * include/grub/powerpc/ieee1275/ieee1275.h
16258         (grub_ieee1275_get_property): Likewise.
16260 2004-09-12  Tomas Ebenlendr  <ebik@ucw.cz>
16262         Added normal mode command `chainloader' as module chain.mod, which
16263         depends on normal.mod and _chain.mod.
16265         * conf/i386-pc.rmk (pkgdata_MODULES): Add `chain.mod'.
16266         (chain_mod_SOURCES, chain_mod_CFLAGS): Variables added.
16267         * include/grub/i386/pc/loader.h (grub_rescue_cmd_chainloader):
16268         Deleted prototype.
16269         * loader/i386/pc/chainloader.c (grub_rescue_cmd_chainloader): All
16270         but arguments parsing moved to ...
16271         (grub_chainloader_cmd): ... here.  New function.
16272         * include/grub/i386/pc/chainloader.h: New file.
16273         * loader/i386/pc/chainloader_normal.c: Likewise.
16275 2004-09-11  Marco Gerards  <metgerards@student.han.nl>
16277         * conf/i386-pc.rmk (kernel_img_SOURCES): Added kern/fshelp.c.
16278         (grub_mkimage_LDFLAGS): Likewise.
16279         (grub_emu_SOURCES): Likewise.
16280         (kernel_img_HEADERS): Added fshelp.h.
16281         * fs/ext2.c: Include <grub/fshelp.h>.
16282         (FILETYPE_REG): New macro.
16283         (FILETYPE_INO_REG): Likewise.
16284         (grub_ext_sblock): Renamed to `grub_ext2_sblock'.
16285         Changed all users.
16286         (ext2_block_group): Renamed to `grub_ext2_block_group'.  Changed
16287         all users.
16288         (grub_fshelp_node): New struct.
16289         (grub_ext2_data): Added member `diropen'.  Changed member `inode'
16290         to a pointer.
16291         (grub_ext2_get_file_block): Removed function.
16292         (grub_ext2_read_block): New function.
16293         (grub_ext2_read_file): Replaced parameter `data' by `node'.
16294         This function was written.
16295         (grub_ext2_mount): Read the root inode.  Create a diropen struct.
16296         (grub_ext2_find_file): Removed function.
16297         (grub_ext2_read_symlink): New function.
16298         (grub_ext2_iterate_dir): Likewise.
16299         (grub_ext2_open): Rewritten.
16300         (grub_ext2_dir): Rewritten.
16301         * include/grub/fshelp.h: New file.
16302         * fs/fshelp.c: Likewise.
16304 2004-09-10  Yoshinori K. Okuji  <okuji@enbug.org>
16306         * normal/menu.c: Include grub/loader.h and grub/machine/time.h.
16307         (print_message): Add a missing newline.
16308         (run_menu): Added timeout support.
16309         (run_menu_entry): New local function.
16310         (grub_menu_run): Added support for booting.
16312         * kern/loader.c (grub_loader_is_loaded): New function.
16314         * include/grub/powerpc/ieee1275/time.h: Include grub/symbol.h.
16315         (grub_get_rtc): Exported.
16317         * include/grub/i386/pc/time.h: Include grub/symbol.h.
16318         (grub_get_rtc): Exported.
16320         * include/grub/normal.h (struct grub_command_list): Remove
16321         constant from the member `command'.
16323         * include/grub/loader.h (grub_loader_is_loaded): Declared.
16325         * include/grub/err.h (GRUB_ERR_INVALID_COMMAND): New constant.
16327         * conf/i386-pc.rmk (kernel_img_HEADERS): Added machine/time.h.
16329 2004-08-28  Marco Gerards  <metgerards@student.han.nl>
16331         Add support for the JFS filesystem.
16333         * fs/jfs.c: New file.
16334         * include/grub/fs.h (grub_jfs_init): New prototype.
16335         (grub_jfs_fini): New prototype.
16336         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/jfs.c.
16337         (grub_emu_SOURCES): Likewise.
16338         (pkgdata_MODULES): Add jfs.mod.
16339         (jfs_mod_SOURCES): New variable.
16340         (jfs_mod_CFLAGS): Likewise.
16341         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs.jfs.c.
16342         (grubof_SOURCES): Likewise.
16343         * util/grub-emu.c (main): Initialize and deinitialize JFS support.
16345         * fs/fat.c (grub_fat_find_dir): Convert the filename little
16346         endian to the host endian.
16347         (grub_fat_utf16_to_utf8): Move function from there...
16348         * kern/misc.c (grub_utf16_to_utf8): ...to here.  Do not convert
16349         the endianness of the source string anymore.
16350         * include/grub/misc.h (grub_utf16_to_utf8): New prototype.
16352 2004-08-24  Marco Gerards  <metgerards@student.han.nl>
16354         * commands/boot.c (grub_boot_init) [GRUB_UTIL]: Make conditional.
16355         (grub_boot_fini) [GRUB_UTIL]: Likewise.
16356         (GRUB_MOD_INIT) [!GRUB_UTIL]: Likewise.
16357         (GRUB_MOD_FINI) [!GRUB_UTIL]: Likewise.
16359         * fs/hfs.c (grub_hfs_find_node): Add a prototype for `node_found'.
16360         (grub_hfs_iterate_dir): Make the function static.  Add prototypes
16361         for `node_found' and `it_dir'.
16362         (grub_hfs_dir): Add prototype for `dir_hook'.
16364         * fs/minix.c (grub_minix_get_file_block): Add prototype for
16365         `grub_get_indir'.  Rename `indir' in two blocks to `indir16'
16366         and `indir32' to silence a gcc warning.
16368         * include/grub/fs.h (grub_hfs_init): New prototype.
16369         (grub_hfs_fini): Likewise.
16372 2004-08-21  Yoshinori K. Okuji  <okuji@enbug.org>
16374         Each disk device has its own id now. This is useful to make use
16375         of multiple disk devices.
16377         * include/grub/disk.h (grub_disk_dev_id): New enum.
16378         (GRUB_DISK_DEVICE_BIOSDISK_ID): New constant.
16379         (GRUB_DISK_DEVICE_OFDISK_ID): Likewise.
16381         * disk/i386/pc/biosdisk.c (grub_biosdisk_dev): Specify
16382         GRUB_DISK_DEVICE_BIOSDISK_ID as an id.
16384         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_dev): Specify
16385         GRUB_DISK_DEVICE_OFDISK_ID as an id.
16387         * util/i386/pc/biosdisk.c (grub_util_biosdisk_dev): Specify
16388         GRUB_DISK_DEVICE_BIOSDISK_ID as an id.
16390         * include/grub/disk.h (struct grub_disk_dev): Added a new member
16391         "id" which is used by the cache manager.
16393         * normal/main.c (grub_normal_init_page): Use "GNU GRUB" instead
16394         of just "GRUB".
16396 2004-08-18  Marco Gerards  <metgerards@student.han.nl>
16398         * fs/hfs.c: New file.
16399         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/hfs.c.
16400         (grub_emu_SOURCES): Likewise.
16401         (pkgdata_MODULES): Add hfs.mod.
16402         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs/hfs.c.
16403         (grubof_SOURCES): Likewise.
16404         * util/grub-emu.c (main): Initialize and deinitialize HFS support.
16406         * include/grub/misc.h (grub_strncasecmp): Add prototype.
16407         * kern/misc.c (grub_strncasecmp): Add function.
16409 2004-08-14  Marco Gerards  <metgerards@student.han.nl>
16411         * include/grub/arg.h (GRUB_ARG_OPTION_OPTIONAL): Surround macro
16412         with parentheses.
16414         * fs/ext2.c (FILETYPE_UNKNOWN): New macro.
16415         (grub_ext2_dir): In case the directory entry type is unknown, read
16416         it from the inode.
16418 2004-08-02  Peter Bruin  <pjbruin@dds.nl>
16420         * loader/powerpc/ieee1275/linux.c (grub_linux_init): Pass
16421         grub_load_linux instead of grub_rescue_cmd_linux as second
16422         argument of grub_rescue_register_command.
16424         * Makefile.in (RMKFILES): Add conf/powerpc-ieee1275.rmk.
16426 2004-07-27  Marco Gerards  <metgerards@student.han.nl>
16428         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_release): New
16429         function.
16430         * commands/boot.c: Remove the check for `GRUB_UTIL'.
16431         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Add
16432         `loader/powerpc/ieee1275/linux.c',
16433         `loader/powerpc/ieee1275/linux_normal.c' and `commands/boot.c'.
16434         * include/grub/powerpc/ieee1275/ieee1275.h
16435         (grub_ieee1275_release): New prototype.
16436         * include/grub/powerpc/ieee1275/loader.h: Rewritten.
16437         * kern/powerpc/ieee1275/init.c (grub_machine_init): Initialize
16438         normal, boot, linux and linux_normal.
16439         * loader/powerpc/ieee1275/linux.c: New file.
16440         * loader/powerpc/ieee1275/linux_normal.c: Likewise.
16442 2004-07-12  Marco Gerards  <metgerards@student.han.nl>
16444         * normal/arg.c (grub_arg_parse): Correct error handling after
16445         reallocating the argumentlist (check if `argl' is not null instead
16446         of checking if `args' is not null).
16447         * kern/mm.c (grub_realloc): Return the same pointer when using the
16448         same region, instead of returning the header address.
16450 2004-07-11  Marco Gerards  <metgerards@student.han.nl>
16452         * disk/powerpc/ieee1275/partition.c (grub_partition_iterate): Skip
16453         one block instead of two when looking for the initial partition.
16454         (grub_partition_probe): Initialize the local variable `p' with 0.
16455         Use base 10 for the grub_strtoul call.
16456         * kern/misc.c (grub_strncpy): Fix off by one bug.  Eliminated the
16457         need for one local variable.
16458         (grub_strtoul): Don't add the new value to `num', instead of that
16459         just assign it.
16461 2004-07-11  Marco Gerards  <metgerards@student.han.nl>
16463         * conf/i386-pc.rmk (pkgdata_IMAGE): Add pxeboot.img.
16464         (pxeboot_img_SOURCES): New variable.
16465         (pxeboot_img_ASFLAGS): Likewise.
16466         (pxeboot_img_LDFLAGS): Likewise.
16467         * boot/i386/pc/pxeboot.S: New file.  Based on pxeloader.S from
16468         GRUB Legacy and boot.S.  Adopted for GRUB 2 by lode leroy
16469         <lode_leroy@hotmail.com>.
16471 2004-06-27  Tomas Ebenlendr  <ebik@ucw.cz>
16473         * kern/rescue.c (grub_enter_rescue_mode): Don't continue when
16474         there was no input.
16476 2004-06-27  Tomas Ebenlendr  <ebik@ucw.cz>
16478         * normal/cmdline.c (grub_set_history): Fix off by one bug.  Fixed
16479         the history buffer logic.
16481 2004-06-27  Tomas Ebenlendr  <ebik@ucw.cz>
16483         * fs/ext2.c (FILETYPE_INO_MASK, FILETYPE_INO_DIRECTORY)
16484         (FILETYPE_INO_SYMLINK): New macros.
16485         (grub_ext2_find_file): Check if the node is a directory using the
16486         inode stat information instead of using the filetype in the
16487         dirent.  Exclude the first character of an absolute symlink.
16488         (grub_ext2_dir): Mask out the filetype part of the mode member of
16489         the inode.
16491 2004-05-24  Marco Gerards  <metgerards@student.han.nl>
16493         Add support for UFS version 1 and 2.  Add support for the minix
16494         filesystem version 1 and 2, both the variants with 14 and 30 long
16495         filenames.
16497         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/ufs.c and
16498         fs/minix.c.
16499         (grub_emu_SOURCES): Likewise.
16500         (pkgdata_MODULES): Add ufs.mod and minix.mod.
16501         (ufs_mod_SOURCES): New variable.
16502         (ufs_mod_CFLAGS): Likewise.
16503         (minix_mod_SOURCES): Likewise.
16504         (minix_mod_CFLAGS): Likewise.
16505         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs/ufs.c and
16506         fs/minix.c.
16507         (grubof_SOURCES): Likewise.
16508         * fs/ufs.c: New file.
16509         * fs/minix.c: New file.
16510         * include/grub/fs.h (grub_ufs_init): New prototype.
16511         (grub_ufs_fini): Likewise.
16512         (grub_minix_init): Likewise.
16513         (grub_minix_fini): Likewise.
16514         * util/grub-emu.c (main): Initialize and deinitialize UFS and
16515         minix fs.
16517 2004-04-30  Jeroen Dekkers  <jeroen@dekkers.cx>
16519         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add normal/arg.c,
16520         commands/ls.c, commands/terminal.c, commands/boot.c,
16521         commands/cmp.c and commands/cat.c.
16522         (grubof_LDFLAGS): Add -nostdlib -static-libgcc -lgcc.
16524         * kern/powerpc/ieee1275/init.c: Include "grub/env.h" instead of
16525         "env.h"
16527 2004-04-04  Yoshinori K. Okuji  <okuji@enbug.org>
16529         All symbols prefixed with PUPA_ and pupa_ are renamed to GRUB_
16530         and grub_, respectively. Because the conversion is trivial and
16531         mechanical, I omit the details here. Please refer to the CVS
16532         if you need more information.
16534 2004-04-04  Yoshinori K. Okuji  <okuji@enbug.org>
16536         * include/pupa: Renamed to ...
16537         * include/grub: ... this.
16538         * util/i386/pc/pupa-mkimage.c: Renamed to ...
16539         * util/i386/pc/grub-mkimage.c: ... this.
16540         * util/i386/pc/pupa-setup.c: Renamed to ...
16541         * util/i386/pc/grub-setup.c: ... this.
16542         * util/pupa-emu.c: Renamed to ...
16543         * util/grub-emu.c: ... this.
16545 2004-03-29  Marco Gerards  <metgerards@student.han.nl>
16547         Add support for the newworld apple macintosh (PPC).  This has been
16548         tested on the powerbook 2000 only.  It only adds support for
16549         generic ieee1275 functions, console and disk support.  This should
16550         be easy to port to other architectures with support for Open
16551         Firmware.
16553         * configure.ac: Accept the powerpc as host_cpu.  In the case of
16554         the powerpc cpu set the host_vendor to ieee1275.  Make sure the i386
16555         specific tests are only executed while building for the i386.
16556         Inverse test for crosscompile.
16557         * genmk.rb (Utility): Allow assembler files.
16558         * normal/cmdline.c (pupa_tab_complete): Reset pupa_errno.
16559         * conf/powerpc-ieee1275.rmk: New file.
16560         * disk/powerpc/ieee1275/ofdisk.c: Likewise.
16561         * disk/powerpc/ieee1275/partition.c: Likewise.
16562         * include/pupa/powerpc/ieee1275/biosdisk.h: Likewise.
16563         * include/pupa/powerpc/ieee1275/console.h: Likewise.
16564         * include/pupa/powerpc/ieee1275/partition.h: Likewise.
16565         * include/pupa/powerpc/ieee1275/time.h: Likewise.
16566         * include/pupa/powerpc/ieee1275/util/biosdisk.h: Likewise.
16567         * include/pupa/powerpc/ieee1275/multiboot.h: Likewise.
16568         * include/pupa/powerpc/ieee1275/loader.h
16569         * include/pupa/powerpc/setjmp.h: Likewise.
16570         * include/pupa/powerpc/types.h: Likewise.
16571         * kern/powerpc/ieee1275/init.c: Likewise.
16572         * kern/powerpc/ieee1275/openfw.c: Likewise.
16573         * term/powerpc/ieee1275/ofconsole.c: Likewise.
16575         These files were written by Johan Rydberg
16576         (jrydberg@night.trouble.net) and I only modified them slightly.
16578         * boot/powerpc/ieee1275/cmain.c: New file.
16579         * boot/powerpc/ieee1275/crt0.S: Likewise.
16580         * boot/powerpc/ieee1275/ieee1275.c: Likewise.
16581         * include/pupa/powerpc/ieee1275/ieee1275.h: Likewise.
16583 2004-03-14  Jeroen Dekkers  <jeroen@dekkers.cx>
16585         * Makefile.in: Update copyright.
16586         * genmodsrc.sh: Likewise.
16587         * gensymlist.sh: Likewise.
16588         * term/i386/pc/vga.c: Indent correctly.
16590         * util/i386/pc/pupa-mkimage.c (usage): Use PACKAGE_BUGREPORT as
16591         bugreporting address.
16592         * util/i386/pc/pupa-setup.c (usage): Likewise,
16593         (main): Call pupa_ext2_init and pupa_ext2_fini.
16595         * fs/fat.c (log2): Renamed to ...
16596         (fat_log2): ... this.
16597         All callers changed.
16598         * kern/misc.c (memcpy): Alias to pupa_memmove.
16599         * loader/i386/pc/multiboot.c (pupa_rescue_cmd_multiboot): Fix
16600         lvalue cast.
16601         * util/console.c (pupa_ncurses_fini): Return 0.
16603         * util/i386/pc/biosdisk.c (pupa_util_biosdisk_open)[__linux__]:
16604         Move fail label here.
16605         [__GNU__]: Don't warn when using stat.
16606         (open_device)[!__linux__]: Check if FD < 0 instead of !FD.
16607         (pupa_util_biosdisk_get_pupa_dev)[__GNU__]: Change type of N to
16608         long int. Use strtol instead of strtoul.
16610 2004-03-14  Marco Gerards  <metgerards@student.han.nl>
16612         * commands/boot.c: New file.
16613         * commands/cat.c: Likewise.
16614         * commands/cmp.c: Likewise.
16615         * commands/ls.c: Likewise.
16616         * commands/terminal.c: Likewise.
16617         * normal/command.c: Include <pupa/env.h> and <pupa/dl.h>.
16618         (pupa_register_command): Changed interface to match the new
16619         argument parser.
16620         (pupa_command_execute): Changed (almost rewritten) so it uses
16621         pupa_split_command.  Added support for setting variables using the
16622         syntax `foo=bar'.
16623         (rescue_command): Changed to work with the new argument parser.
16624         (terminal_command): Moved from here to commands/terminal.c.
16625         (set_command): New function.
16626         (unset_command): New function.
16627         (insmod_command): New function.
16628         (rmmod_command): New function.
16629         (lsmod_command): New function.
16630         (pupa_command_init): Don't initialize the command terminal
16631         anymore.  Initialize the commands set, unset, insmod, rmmod and
16632         lsmod.
16633         * conf/i386-pc.rmk (kernel_img_SOURCES): Add kern/env.c.
16634         (kernel_img_HEADERS): Add arg.h and env.h.
16635         (pupa_mkimage_LDFLAGS): Add kern/env.c.
16636         (pupa_emu_SOURCES): Add kern/env.c, commands/ls.c,
16637         commands/terminal.c commands/boot.c commands/cmp.c commands/cat.c,
16638         normal/arg.c.
16639         (pkgdata_MODULES): Add ls.mod, boot.mod, cmp.mod, cat.mod and
16640         terminal.mod.
16641         (normal_mod_SOURCES): Add normal/arg.c and normal/arg.c.
16642         (boot_mod_SOURCES): New variable.
16643         (terminal_mod_SOURCES): Likewise.
16644         (ls_mod_SOURCES): Likewise.
16645         (cmp_mod_SOURCES): Likewise.
16646         (cat_mod_SOURCES): Likewise.
16648         * normal/arg.c: New file.
16649         * kern/env.c: Likewise.
16650         * include/pupa/arg.h: Likewise.
16651         * include/pupa/env.h: Likewise.
16652         * font/manager.c (font_command): Changed to match argument parsing
16653         interface changes.
16654         (PUPA_MOD_INIT): Likewise.
16655         * hello/hello.c (pupa_cmd_hello): Likewise.
16656         (PUPA_MOD_INIT): Likewise.
16657         * include/pupa/disk.h: Include <pupa/device.h>.
16658         (pupa_print_partinfo): New prototype.
16659         * include/pupa/dl.h (pupa_dl_set_prefix): Prototype removed.
16660         (pupa_dl_get_prefix): Likewise.
16661         * include/pupa/misc.h: Include <pupa/err.h>.
16662         (pupa_isgraph): New prototype.
16663         (pupa_isdigit): Likewise.
16664         (pupa_split_cmdline): Likewise.
16665         * include/pupa/normal.h: Include <pupa/arg.h>.
16666         (pupa_command): Changed the prototype of the member `func' to
16667         match the argument parsing interface.  Added member `options'.
16668         (pupa_register_command): Updated to match function.
16669         (pupa_arg_parse): New prototype.
16670         (pupa_hello_init) [PUPA_UTIL]: New prototype.
16671         (pupa_hello_fini) [PUPA_UTIL]: Likewise.
16672         (pupa_ls_init) [PUPA_UTIL]: Likewise.
16673         (pupa_ls_fini) [PUPA_UTIL]: Likewise.
16674         (pupa_cat_init) [PUPA_UTIL]: Likewise.
16675         (pupa_cat_fini) [PUPA_UTIL]: Likewise.
16676         (pupa_boot_init) [PUPA_UTIL]: Likewise.
16677         (pupa_boot_fini) [PUPA_UTIL]: Likewise.
16678         (pupa_cmp_init) [PUPA_UTIL]: Likewise.
16679         (pupa_cmp_fini) [PUPA_UTIL]: Likewise.
16680         (pupa_terminal_init) [PUPA_UTIL]: Likewise.
16681         (pupa_terminal_fini) [PUPA_UTIL]: Likewise.
16682         * kern/disk.c: Include <pupa/file.h>.
16683         (pupa_print_partinfo): New function.
16684         * kern/dl.c: Include <pupa/env.h>.
16685         (pupa_dl_dir): Variable removed.
16686         (pupa_dl_load): Use the environment variable `prefix' instead of
16687         the variable pupa_dl_dir.
16688         (pupa_dl_set_prefix): Function removed.
16689         (pupa_dl_get_prefix): Likewise.
16690         * kern/i386/pc/init.c: Include <pupa/env.h>.
16691         (pupa_machine_init): Use the environment variable `prefix' instead of
16692         using pupa_dl_set_prefix to set the prefix.
16693         * kern/main.c: Include <pupa/env.h>.
16694         (pupa_set_root_dev): Use the environment variable `prefix' instead of
16695         using pupa_dl_get_prefix to get the prefix.
16696         * kern/misc.c: Include <pupa/env.h>.
16697         (pupa_isdigit): New function.
16698         (pupa_isgraph): Likewise.
16699         (pupa_ftoa): Likewise.
16700         (pupa_vsprintf): Added support for printing values of the type
16701         `double'.  Make it possible to format variable output when using
16702         formatting like `%1.2%f'.
16703         (pupa_split_cmdline): New function.
16704         * kern/rescue.c: Include <pupa/env.h>.
16705         (next_word): Removed function.
16706         (pupa_rescue_cmd_prefix): Likewise.
16707         (pupa_rescue_cmd_set): New function.
16708         (pupa_rescue_cmd_unset): New function.
16709         (pupa_enter_rescue_mode): Use the `pupa_split_cmdline' function to
16710         split the command line instead of splitting it here.  Added
16711         support for setting variables using the syntax `foo=bar'.  Don't
16712         initialize the prefix command anymore.  Initialized the set and
16713         unset commands.
16714         * normal/cmdline.c: Include <pupa/env.h>.
16715         (pupa_tab_complete): Added prototypes for print_simple_completion,
16716         print_partition_completion, add_completion, iterate_commands,
16717         iterate_dev, iterate_part and iterate_dir. Moved code to print
16718         partition information from here to kern/disk.c.
16719         (pupa_cmdline_run): Don't check if the function exists anymore.
16720         * normal/main.c: Include <pupa/env.h>.
16721         (pupa_rescue_cmd_normal): Use the environment variable `prefix'
16722         instead of using pupa_dl_get_prefix to get the prefix.
16723         * term/i386/pc/vga.c: Include <pupa/arg.h>.
16724         (check_vga_mem): Cast pointers to `void *' to silence a gcc
16725         warning.
16726         (pupa_vga_putchar) [! DEBUG_VGA]: Removed for this case.
16727         (pupa_vga_setcolor): Declare unused variables with `__attribute__
16728         ((unused))' to silence a gcc warning.
16729         (pupa_vga_setcolor): Likewise.
16730         (debug_command): Changed to match argument parsing
16731         interface changes.
16732         * util/pupa-emu.c: Include <pupa/env.h>.
16733         (options): Added 0's for unused fields to silence a gcc warning.
16734         (argp): Likewise.
16735         (main): Use the environment variable `prefix' instead of using
16736         pupa_dl_set_prefix to set the prefix.  Initialize the commands ls,
16737         boot, cmp, cat and terminal.  Finish the commands boot, cmp, cat
16738         and terminal.
16740         * util/i386/pc/getroot.c: Include <pupa/i386/pc/util/biosdisk.h>.
16741         * util/misc.c: Include <malloc.h>.
16742         (pupa_malloc): Rewritten so errors are correctly reported.
16743         (pupa_realloc): Likewise.
16744         (pupa_memalign): Likewise.
16745         (pupa_mm_init_region): Declare unused variables with
16746         `__attribute__ ((unused))' to silence a gcc warning.
16747         * normal/i386/setjmp.S: Remove tab at the end of the file to
16748         silence a gcc warning.
16749         * loader/i386/pc/linux.c (pupa_rescue_cmd_initrd): Declare unused
16750         variables with `__attribute__ ((unused))' to silence a gcc
16751         warning.
16752         * loader/i386/pc/multiboot.c (pupa_multiboot_unload): Make the
16753         local variable i unsigned to silence a gcc warning.
16755         * kern/term.c: Include <pupa/misc.h>.
16756         (pupa_more_lines): New variable.
16757         (pupa_more): Likewise.
16758         (pupa_putcode): When the pager is active pause at the end of every
16759         screen.
16760         (pupa_set_more): New function.
16761         * include/pupa/term.h (pupa_set_more): New prototype.
16764 2004-03-07  Yoshinori K. Okuji  <okuji@enbug.org>
16766         Now this project is GRUB 2 rather than PUPA. The location of
16767         the CVS repository was moved to GRUB's.
16769         * configure.ac: Use bug-grub as the reporting address.
16770         Use GRUB instead of PUPA.
16771         Change the version number to 1.90.
16773 2004-02-24  Yoshinori K. Okuji  <okuji@enbug.org>
16775         * genkernsyms.sh: Updated copyright information.
16776         * genmk.rb: Likewise.
16777         * genmodsrc.sh: Likewise.
16778         * gensymlist.sh: Likewise.
16779         * boot/i386/pc/boot.S: Likewise.
16780         * boot/i386/pc/diskboot.S: Likewise.
16781         * disk/i386/pc/biosdisk.c: Likewise.
16782         * disk/i386/pc/partition.c: Likewise.
16783         * font/manager.c: Likewise.
16784         * fs/ext2.c: Likewise.
16785         * fs/fat.c: Likewise.
16786         * include/pupa/boot.h: Likewise.
16787         * include/pupa/device.h: Likewise.
16788         * include/pupa/disk.h: Likewise.
16789         * include/pupa/dl.h: Likewise.
16790         * include/pupa/elf.h: Likewise.
16791         * include/pupa/err.h: Likewise.
16792         * include/pupa/file.h: Likewise.
16793         * include/pupa/font.h: Likewise.
16794         * include/pupa/fs.h: Likewise.
16795         * include/pupa/kernel.h: Likewise.
16796         * include/pupa/loader.h: Likewise.
16797         * include/pupa/misc.h: Likewise.
16798         * include/pupa/mm.h: Likewise.
16799         * include/pupa/net.h: Likewise.
16800         * include/pupa/normal.h: Likewise.
16801         * include/pupa/rescue.h: Likewise.
16802         * include/pupa/setjmp.h: Likewise.
16803         * include/pupa/symbol.h: Likewise.
16804         * include/pupa/term.h: Likewise.
16805         * include/pupa/types.h: Likewise.
16806         * include/pupa/i386/setjmp.h: Likewise.
16807         * include/pupa/i386/types.h: Likewise.
16808         * include/pupa/i386/pc/biosdisk.h: Likewise.
16809         * include/pupa/i386/pc/boot.h: Likewise.
16810         * include/pupa/i386/pc/console.h: Likewise.
16811         * include/pupa/i386/pc/init.h: Likewise.
16812         * include/pupa/i386/pc/kernel.h: Likewise.
16813         * include/pupa/i386/pc/linux.h: Likewise.
16814         * include/pupa/i386/pc/loader.h: Likewise.
16815         * include/pupa/i386/pc/memory.h: Likewise.
16816         * include/pupa/i386/pc/multiboot.h: Likewise.
16817         * include/pupa/i386/pc/partition.h: Likewise.
16818         * include/pupa/i386/pc/time.h: Likewise.
16819         * include/pupa/i386/pc/vga.h: Likewise.
16820         * include/pupa/i386/pc/util/biosdisk.h: Likewise.
16821         * include/pupa/util/getroot.h: Likewise.
16822         * include/pupa/util/misc.h: Likewise.
16823         * include/pupa/util/resolve.h: Likewise.
16824         * kern/device.c: Likewise.
16825         * kern/disk.c: Likewise.
16826         * kern/dl.c: Likewise.
16827         * kern/err.c: Likewise.
16828         * kern/file.c: Likewise.
16829         * kern/fs.c: Likewise.
16830         * kern/loader.c: Likewise.
16831         * kern/main.c: Likewise.
16832         * kern/misc.c: Likewise.
16833         * kern/mm.c: Likewise.
16834         * kern/rescue.c: Likewise.
16835         * kern/term.c: Likewise.
16836         * kern/i386/dl.c: Likewise.
16837         * kern/i386/pc/init.c: Likewise.
16838         * kern/i386/pc/lzo1x.S: Likewise.
16839         * kern/i386/pc/startup.S: Likewise.
16840         * loader/i386/pc/chainloader.c: Likewise.
16841         * loader/i386/pc/linux.c: Likewise.
16842         * loader/i386/pc/multiboot.c: Likewise.
16843         * normal/cmdline.c: Likewise.
16844         * normal/command.c: Likewise.
16845         * normal/main.c: Likewise.
16846         * normal/menu.c: Likewise.
16847         * normal/i386/setjmp.S: Likewise.
16848         * term/i386/pc/console.c: Likewise.
16849         * term/i386/pc/vga.c: Likewise.
16850         * util/console.c: Likewise.
16851         * util/genmoddep.c: Likewise.
16852         * util/misc.c: Likewise.
16853         * util/pupa-emu.c: Likewise.
16854         * util/resolve.c: Likewise.
16855         * util/unifont2pff.rb: Likewise.
16856         * util/i386/pc/biosdisk.c: Likewise.
16857         * util/i386/pc/getroot.c: Likewise.
16858         * util/i386/pc/pupa-mkimage.c: Likewise.
16859         * util/i386/pc/pupa-setup.c: Likewise.
16861 2004-02-15  Jeroen Dekkers  <jeroen@dekkers.cx>
16863         * fs/ext2.c (pupa_ext2_read_file): Correct the value of BLOCKEND
16864         when it is EXT2_BLOCK_SIZE (data).  New argument READ_HOOK, all
16865         callers changed.  Set DATA->DISK->READ_HOOK to READ_HOOK before
16866         reading and reset it after reading.
16867         (pupa_ext2_close): Return PUPA_ERR_NONE.
16869         * include/pupa/i386/pc/linux.h (PUPA_LINUX_INITRD_MAX_ADDRESS):
16870         Correct value.
16871         (struct linux_kernel_header): Add kernel_version and
16872         initrd_addr_max.
16873         * loader/i386/pc/linux.c (pupa_rescue_cmd_linux): Check whether
16874         pupa_file_read succeeds.
16875         (pupa_rescue_cmd_initrd): Implement.
16877 2003-12-03  Marco Gerards  <metgerards@student.han.nl>
16879         * fs/ext2.c (pupa_ext2_label): New function.
16880         (pupa_ext2_fs): Added label.
16881         * fs/fat.c (pupa_fat_label): New function.
16882         (pupa_fat_fs): Added label.
16883         * include/pupa/fs.h (struct pupa_fs): Added prototype label.
16885         * kern/misc.c (pupa_strndup): New function.
16886         * include/pupa/misc.h (pupa_strndup): New prototype.
16888         * include/pupa/normal.h: Include <pupa/err.h>.
16889         (pupa_set_history): New prototype.
16890         (pupa_iterate_commands): New prototype.
16891         * normal/cmdline.c: Include <pupa/machine/partition.h>,
16892         <pupa/disk.h>, <pupa/file.h>.
16893         (hist_size): New variable.
16894         (hist_lines): Likewise.
16895         (hist_end): Likewise.
16896         (hist_used): Likewise.
16897         (pupa_set_history): New function.
16898         (pupa_history_get): Likewise.
16899         (pupa_history_add): Likewise.
16900         (pupa_history_replace): Likewise.
16901         (pupa_tab_complete): Likewise.
16902         (pupa_cmdline_run): Added tab completion and history buffer.  Tab
16903         completion shows partitionnames while completing partitions, this
16904         feature was suggested by Jeff Bailey.
16905         * normal/command.c (pupa_iterate_commands): New function.
16906         * normal/main.c (PUPA_DEFAULT_HISTORY_SIZE): New macro.
16907         (pupa_normal_init): Initialize history buffer.
16908         (PUPA_MOD_INIT): Likewise.
16909         (pupa_normal_fini): Free the history buffer.
16910         (PUPA_MOD_FINI): Likewise.
16912         * util/console.c (pupa_ncurses_getkey): Accept 127 as backspace
16913         key.
16915         * aclocal.m4 (pupa_I386_CHECK_REGPARM_BUG): New DEFUN.
16916         * configure.ac [i386]: Check for regparam bug.
16917         (NESTED_FUNC_ATTR) [! i386]: Defined.
16919 2003-11-17  Marco Gerards  <metgerards@student.han.nl>
16921         * conf/i386-pc.rmk (sbin_UTILITIES): Added pupa-emu.
16922         (pupa_setup_SOURCES): Added util/i386/pc/getroot.c.
16923         (pupa_emu_SOURCES): New variable.
16924         (pupa_emu_LDFLAGS): Likewise.
16925         * include/pupa/fs.h (pupa_ext2_init) [PUPA_UTIL]: New prototype.
16926         (pupa_ext2_fini) [PUPA_UTIL]: Likewise.
16927         * include/pupa/normal.h (pupa_normal_init) [PUPA_UTIL]: Likewise.
16928         (pupa_normal_fini) [PUPA_UTIL]: Likewise.
16929         * include/pupa/setjmp.h [PUPA_UTIL]: Include <setjmp.h>.
16930         (pupa_jmp_buf): New typedef.
16931         (pupa_setjmp) [PUPA_UTIL]: New macro.
16932         (pupa_longjmp) [PUPA_UTIL]: Likewise.
16933         * include/pupa/term.h (struct pupa_term): New member `refresh'.
16934         (pupa_refresh): New prototype.
16935         * include/pupa/util/getroot.h: New file.
16936         * kern/misc.c (pupa_vsprintf): Refresh the screen after updating
16937         it.
16938         * kern/rescue.c (pupa_rescue_get_command_line): Likewise.
16939         (pupa_rescue_cmd_cat): Likewise.
16940         (pupa_rescue_cmd_ls): Likewise.
16941         (pupa_rescue_cmd_testload): Likewise.
16942         (pupa_rescue_cmd_lsmod): Likewise.
16943         * normal/cmdline.c (pupa_cmdline_get): Likewise.
16944         * normal/menu.c (run_menu): Likewise.
16945         * kern/term.c (pupa_cls): Likewise.
16946         (pupa_refresh): New function.
16947         * normal/normal.c (pupa_normal_init) [PUPA_UTIL]: New function.
16948         (pupa_normal_fini) [PUPA_UTIL]: Likewise.
16949         * util/console.c: New file.
16951         * util/i386/pc/getroot.c: New file.
16952         * util/i386/pc/pupa-setup.c: Include <pupa/util/getroot.h>.
16953         (pupa_putchar): New function.
16954         (pupa_refresh): Likewise.
16955         (xgetcwd): Function moved to ...
16956         (strip_extra_slashes): Likewise.
16957         (get_prefix): Likewise.
16958         * util/i386/pc/getroot.c: ... here.
16959         (find_root_device): Function moved and renamed to...
16960         * util/i386/pc/getroot.c (pupa_find_root_device): ... here.
16961         Changed all callers.
16962         * util/i386/pc/pupa-setup.c (guess_root_device): Function moved
16963         and renamed to...
16964         * util/i386/pc/getroot.c (pupa_guess_root_device): ... here.
16965         Changed all callers.
16966         * util/misc.c (pupa_memalign): New function.
16967         (pupa_mm_init_region): Likewise.
16968         (pupa_register_exported_symbols): Likewise.
16969         (pupa_putchar): Function removed.
16970         * util/pupa-emu.c: New file.
16972 2003-11-16  Jeroen Dekkers  <jeroen@dekkers.cx>
16974         * conf/i386-pc.rmk (pkgdata_MODULES): Add _multiboot.mod.
16975         (_multiboot_mod_SOURCES): New variable.
16976         (_multiboot_mod_CFLAGS): Likewise.
16977         * loader/i386/pc/multiboot.c: New file.
16978         * include/pupa/i386/pc/multiboot.h: Likewise.
16979         * kern/i386/pc/startup.S: Include pupa/machine/multiboot.h.
16980         (pupa_multiboot_real_boot): New function.
16981         * include/pupa/i386/pc/loader.h: Include pupa/machine/multiboot.h.
16982         (pupa_multiboot_real_boot): New prototype.
16983         (pupa_rescue_cmd_multiboot): Likewise
16984         (pupa_rescue_cmd_module): Likewise.
16986         * kern/loader.c (pupa_loader_set): Continue when
16987         pupa_loader_unload_func() fails.
16988         (pupa_loader_unset): New function.
16989         * include/pupa/loader.h (pupa_loader_unset): New prototype.
16991         * kern/misc.c (pupa_stpcpy): New function.
16992         * include/pupa/misc.h (pupa_stpcpy): New prototype.
16994 2003-11-12  Marco Gerards  <metgerards@student.han.nl>
16996         * disk/i386/pc/biosdisk.c (pupa_biosdisk_open): Correctly check
16997         for available extensions.
16999         * include/pupa/i386/pc/time.h: New file.
17000         * kern/disk.c: Include <pupa/machine/time.h>.
17001         (PUPA_CACHE_TIMEOUT): New macro.
17002         (pupa_last_time): New variable.
17003         (pupa_disk_open): Flush the cache when there was a timeout.
17004         (pupa_disk_close): Reset the timer.
17005         * kern/i386/pc/startup.S (pupa_get_rtc): Renamed from
17006         pupa_currticks.
17007         * util/misc.c: Include <sys/times.h>
17008         (pupa_get_rtc): New function.
17010 2003-11-09  Jeroen Dekkers  <jeroen@dekkers.cx>
17012         * fs/ext2.c (struct pupa_ext2_inode): Declare struct datablocks
17013         as blocks.
17014         (pupa_ext2_get_file_block): Use blocks member.
17016         * fs/ext2.c (pupa_ext2_read_file): Only set skipfirst for the
17017         first block. Return -1 instead of pupa_errno on error.
17019 2003-10-27  Marco Gerards  <metgerards@student.han.nl>
17021         * README: In the pupa-mkimage example use _chain instead of chain
17022         and ext2 instead of fat.
17023         * TODO: Replace ext2fs with jfs as an example.  Add an item for
17024         adding journal playback for ext2fs.
17025         * conf/i386-pc.rmk (pupa_setup_SOURCES): Added fs/ext2.c.
17026         (pkgdata_MODULES): Added ext2.mod.
17027         (ext2_mod_SOURCES): New variable.
17028         (ext2_mod_CFLAGS): Likewise.
17029         * include/pupa/err.h (pupa_err_t): Added PUPA_ERR_SYMLINK_LOOP.
17030         * include/pupa/misc.h (pupa_strncpy): New prototype.
17031         (pupa_strcat): Likewise.
17032         (pupa_strncmp): Likewise.
17033         * kern/misc.c (pupa_strcat): Enable function.
17034         (pupa_strncpy): New function.
17035         (pupa_strncmp): Likewise.
17036         * fs/ext2.c: New file.
17038         * kern/disk.c (pupa_disk_read): Set pupa_errno to PUPA_ERR_NONE
17039         when the read failed before retrying.
17040         * util/i386/pc/biosdisk.c (_LARGEFILE_SOURCE): Removed.
17041         (_FILE_OFFSET_BITS): Likewise.
17042         * configure.ac: Added AC_SYS_LARGEFILE.
17044 2003-09-25  Yoshinori K. Okuji  <okuji@enbug.org>
17046         * genmk.rb (PModule#rule): Make sure to get only symbol names
17047         from the output of nm.
17048         Reported by Robert Millan <zeratul2@wanadoo.es>.
17050 2003-09-25  Yoshinori K. Okuji  <okuji@enbug.org>
17052         I forgot to check in these changes for a long time. This adds
17053         incomplete support for VGA console, and this is still very
17054         buggy. Also, a lot of consideration is required for I18N,
17055         UNICODE, and VGA font issues. Therefore, assume that this is
17056         such that "better than nothing".
17058         * font/manager.c: New file.
17059         * include/pupa/font.h: Likewise.
17060         * include/pupa/i386/pc/vga.h: Likewise.
17061         * term/i386/pc/vga.c: Likewise.
17062         * util/unifont2pff.rb: Likewise.
17064         * conf/i386-pc.rmk (kernel_img_HEADERS): Added machine/vga.h.
17065         (pkgdata_MODULES): Added vga.mod and font.mod.
17066         (vga_mod_SOURCES): New variables.
17067         (vga_mod_CFLAGS): Likewise.
17068         (font_mod_SOURCES): Likewise.
17069         (font_mod_CFLAGS): Likewise.
17071         * include/pupa/err.h (PUPA_ERR_BAD_FONT): New constant.
17073         * include/pupa/term.h: Include pupa/err.h.
17074         (struct pupa_term): Added init and fini.
17075         Changed the argument of putchar to pupa_uint32_t.
17077         * include/pupa/i386/pc/console.h: Include pupa/symbol.h.
17078         (pupa_console_real_putchar): New prototype.
17079         (pupa_console_putchar): Removed.
17080         (pupa_console_checkkey): Exported.
17081         (pupa_console_getkey): Likewise.
17083         * kern/misc.c (pupa_vsprintf): Add support for UNICODE
17084         characters.
17086         * kern/term.c (pupa_term_set_current): Rewritten.
17087         (pupa_putchar): Likewise.
17088         (pupa_putcode): New function.
17090         * kern/i386/pc/startup.S (pupa_console_putchar): Renamed to ...
17091         (pupa_console_real_putchar): ... this.
17092         (pupa_vga_set_mode): New function.
17093         (pupa_vga_get_font): Likewise.
17095         * normal/command.c: Include pupa/term.h.
17096         (terminal_command): New function.
17097         (pupa_command_init): Register the command "terminal".
17099         * normal/menu.c (DISP_LEFT): Changed to a UNICODE value.
17100         (DISP_UP): Likewise.
17101         (DISP_RIGHT): Likewise.
17102         (DISP_DOWN): Likewise.
17103         (DISP_HLINE): Likewise.
17104         (DISP_VLINE): Likewise.
17105         (DISP_UL): Likewise.
17106         (DISP_UR): Likewise.
17107         (DISP_LL): Likewise.
17108         (DISP_LR): Likewise.
17110         * term/i386/pc/console.c (pupa_console_putchar): New function.
17112 2003-02-08  NIIBE Yutaka  <gniibe@m17n.org>
17114         * util/resolve.c (pupa_util_resolve_dependencies): BUG
17115         FIX. Reverse the path_list.
17117         * include/pupa/normal.h: Export pupa_register_command and
17118         pupa_unregister_command.
17120         * hello/hello.c (pupa_cmd_hello): New module.
17121         * conf/i386-pc.rmk: Added hello.mod.
17123 2003-01-31  Yoshinori K. Okuji  <okuji@enbug.org>
17125         * kern/i386/pc/lzo1x.S: New file.
17127         * util/i386/pc/pupa-mkimage.c: Include lzo1x.h.
17128         (compress_kernel): New variable.
17129         (generate_image): Heavily modified to support compressing a
17130         large part of the core image.
17132         * util/misc.c (pupa_util_read_image): Fix a file descriptor
17133         leak.
17134         (pupa_util_load_image): New function.
17136         * kern/i386/pc/startup.S: Include pupa/machine/kernel.h.
17137         (pupa_compressed_size): New variable.
17138         (codestart): Enable Gate A20 here.
17139         Decompress the compressed part of the core image.
17140         Rearrange the code to put functions and variables which are
17141         required for initialization in the non-compressed part.
17142         Include lzo1x.S.
17144         * kern/i386/pc/init.c (pupa_machine_init): Don't enable Gate A20
17145         here.
17147         * include/pupa/util/misc.h (pupa_util_write_image): Declared.
17149         * include/pupa/i386/pc/kernel.h
17150         (PUPA_KERNEL_MACHINE_COMPRESSED_SIZE): New macro.
17151         (PUPA_KERNEL_MACHINE_INSTALL_DOS_PART): Increased by 4.
17152         (PUPA_KERNEL_MACHINE_INSTALL_BSD_PART): Likewise.
17153         (PUPA_KERNEL_MACHINE_PREFIX): Likewise.
17154         (PUPA_KERNEL_MACHINE_RAW_SIZE): New macro.
17156         * conf/i386-pc.rmk (pupa_mkimage_LDFLAGS): New variable.
17158         * genmk.rb (Image#rule): Put LDFLAGS at the end of a line.
17159         (Utility#rule): Likewise.
17161         * configure.ac: Check if LZO is available.
17163 2003-01-20  Yoshinori K. Okuji  <okuji@enbug.org>
17165         * include/pupa/normal.h: New file.
17166         * include/pupa/setjmp.h: Likewise.
17167         * include/pupa/i386/setjmp.h: Likewise.
17168         * normal/cmdline.c: Likewise.
17169         * normal/command.c: Likewise.
17170         * normal/main.c: Likewise.
17171         * normal/menu.c: Likewise.
17172         * normal/i386/setjmp.S: Likewise.
17174         * loader/i386/pc/linux.c (pupa_rescue_cmd_linux): Made global.
17175         (pupa_rescue_cmd_initrd): Likewise.
17177         * loader/i386/pc/chainloader.c (pupa_rescue_cmd_chainloader):
17178         Likewise.
17180         * kern/i386/pc/startup.S (translation_table): New variable.
17181         (translate_keycode): New function.
17182         (pupa_console_getkey): Call translate_keycode.
17184         * kern/rescue.c (attempt_normal_mode): New function.
17185         (pupa_enter_rescue_mode): Attempt to execute the normal mode. If
17186         it failed, print a message.
17188         * kern/mm.c (pupa_real_malloc): Print more information when a
17189         free magic is broken.
17190         (pupa_free): If the first free header is not free actually, set
17191         it to P.
17193         * kern/main.c (pupa_load_normal_mode): Just load the module
17194         "normal".
17195         (pupa_main): Don't print the message
17196         "Entering into rescue mode..." here.
17198         * include/pupa/i386/pc/loader.h (pupa_rescue_cmd_initrd):
17199         Declared.
17200         (pupa_rescue_cmd_initrd): Likewise.
17201         (pupa_rescue_cmd_initrd): Likewise.
17203         * include/pupa/symbol.h (FUNCTION): Specify the type.
17204         (VARIABLE): Likewise.
17206         * include/pupa/err.h (pupa_err_t): Added
17207         PUPA_ERR_UNKNOWN_COMMAND.
17209         * include/pupa/dl.h (pupa_dl_set_prefix): Exported.
17210         (pupa_dl_get_prefix): Likewise.
17212         * conf/i386-pc.rmk (pkgdata_MODULES): Added normal.mod.
17213         Added _chain.mod and _linux.mod instead of chain.mod and
17214         linux.mod.
17215         (chain_mod_SOURCES): Renamed to ...
17216         (_chain_mod_SOURCES): ... this.
17217         (chain_mod_CFLAGS): Renamed to ...
17218         (_chain_mod_CFLAGS): ... this.
17219         (linux_mod_SOURCES): Renamed to ...
17220         (_linux_mod_SOURCES): ... this.
17221         (linux_mod_CFLAGS): Renamed to ...
17222         (_linux_mod_CFLAGS): ... this.
17223         (normal_mod_SOURCES): New variable.
17224         (normal_mod_CFLAGS): Likewise.
17225         (normal_mod_ASFLAGS): Likewise.
17227 2003-01-18  Yoshinori K. Okuji  <okuji@enbug.org>
17229         * kern/rescue.c (pupa_rescue_cmd_rmmod): Call pupa_dl_unload, if
17230         possible.
17232         * kern/dl.c (pupa_dl_ref): Refer depending modules
17233         recursively.
17234         (pupa_dl_unref): Unrefer depending modules recursively.
17235         Don't call pupa_dl_unload implicitly, because PUPA can crash if
17236         a module is unloaded before one depending on that module is
17237         unloaded.
17238         (pupa_dl_unload): Unload depending modules explicitly,
17239         if possible.
17241 2003-01-17  Yoshinori K. Okuji  <okuji@enbug.org>
17243         * include/pupa/i386/pc/linux.h: New file.
17244         * loader/i386/pc/linux.c: Likewise.
17246         * loader/i386/pc/chainloader.c (pupa_chainloader_boot_sector):
17247         Removed.
17248         (pupa_chainloader_unload): Return PUPA_ERR_NONE.
17249         (pupa_rescue_cmd_chainloader): Read the image to 0x7C00 instead
17250         of PUPA_CHAINLOADER_BOOT_SECTOR.
17252         * kern/i386/pc/startup.S: Include pupa/machine/linux.h.
17253         (pupa_linux_prot_size): New variable.
17254         (pupa_linux_tmp_addr): Likewise.
17255         (pupa_linux_real_addr): Likewise.
17256         (pupa_linux_boot_zimage): New function.
17257         (pupa_linux_boot_bzimage): Likewise.
17259         * kern/i386/pc/init.c (struct mem_region): New structure.
17260         (MAX_REGIONS): New macro.
17261         (mem_regions): New variable.
17262         (num_regions): Likewise.
17263         (pupa_os_area_addr): Likewise.
17264         (pupa_os_area_size): Likewise.
17265         (pupa_lower_mem): Likewise.
17266         (pupa_upper_mem): Likewise.
17267         (add_mem_region): New function.
17268         (compact_mem_regions): Likewise.
17269         (pupa_machine_init): Set PUPA_LOWER_MEM and PUPA_UPPER_MEM to
17270         the size of the conventional memory and that of so-called upper
17271         memory (before the first memory hole).
17272         Instead of adding each found region to free memory, use
17273         add_mem_region and add them after removing overlaps.
17274         Also, add only 1/4 of the upper memory to free memory. The rest
17275         is used for loading OS images. Maybe this is ad hoc, but this
17276         makes it much easier to relocate OS images when booting.
17278         * kern/rescue.c (pupa_rescue_cmd_module): Removed.
17279         (pupa_enter_rescue_mode): Don't register initrd and module.
17281         * kern/mm.c: Include pupa/dl.h.
17283         * kern/main.c: Include pupa/file.h and pupa/device.h.
17285         * kern/loader.c (pupa_loader_load_module_func): Removed.
17286         (pupa_loader_load_module): Likewise.
17288         * kern/dl.c (pupa_dl_load): Use the suffix ``.mod'' instead of
17289         ``.o''.
17291         * include/pupa/i386/pc/loader.h (pupa_linux_prot_size): Declared.
17292         (pupa_linux_tmp_addr): Likewise.
17293         (pupa_linux_real_addr): Likewise.
17294         (pupa_linux_boot_zimage): Likewise.
17295         (pupa_linux_boot_bzimage): Likewise.
17297         * include/pupa/i386/pc/init.h (pupa_lower_mem): Declared.
17298         (pupa_upper_mem): Likewise.
17299         (pupa_gate_a20): Don't export, because turning off Gate A20 in a
17300         module is too dangerous.
17302         * include/pupa/loader.h (pupa_os_area_addr): Declared.
17303         (pupa_os_area_size): Likewise.
17304         (pupa_loader_set): Remove the first argument. Loader doesn't
17305         manage modules or initrd any longer.
17306         (pupa_loader_load_module): Removed.
17308         * conf/i386-pc.rmk (pkgdata_MODULES): Added linux.mod.
17309         (linux_mod_SOURCES): New variable.
17310         (linux_mod_CFLAGS): Likewise.
17312 2003-01-07  Yoshinori K. Okuji  <okuji@enbug.org>
17314         * util/i386/pc/pupa-setup.c (setup): Convert the endianness of
17315         the length of a blocklist correctly.
17317         * util/i386/pc/biosdisk.c (pupa_util_biosdisk_open) [__linux__]:
17318         Use ioctl only if the OS file is a block device.
17319         (pupa_util_biosdisk_open): Don't use ST.ST_BLOCKS, because it is
17320         not very useful for normal files.
17322         * kern/main.c (pupa_set_root_dev): New function.
17323         (pupa_load_normal_mode): Likewise.
17324         (pupa_main): Call those above.
17326         * include/pupa/types.h (pupa_swap_bytes16): Cast the result to
17327         pupa_uint16_t.
17329         * include/pupa/kernel.h (pupa_enter_normal_mode): Removed.
17331 2003-01-06  Yoshinori K. Okuji  <okuji@enbug.org>
17333         * util/i386/pc/pupa-setup.c: Include pupa/machine/kernel.h.
17334         (setup): Configure the installed partition information and the
17335         dl prefix.
17337         * loader/i386/pc/chainloader.c (my_mod): New variable.
17338         (pupa_chainloader_unload): New function.
17339         (pupa_rescue_cmd_chainloader): Refer itself.
17340         (PUPA_MOD_INIT): Save its own module in MY_MOD.
17342         * kern/i386/pc/startup.S (install_partition): Removed.
17343         (version_string): Likewise.
17344         (config_file): Likewise.
17345         (pupa_install_dos_part): New variable.
17346         (pupa_install_bsd_part): Likewise.
17347         (pupa_prefix): Likewise.
17348         (pupa_chainloader_real_boot): Call pupa_dl_unload_all.
17350         * kern/i386/pc/init.c: Include pupa/machine/kernel.h, pupa/dl.h
17351         and pupa/misc.h.
17352         (make_install_device): New function.
17353         (pupa_machine_init): Set the dl prefix.
17355         * kern/rescue.c: Include pupa/rescue.h and pupa/dl.h.
17356         (buf): Renamed to ...
17357         (linebuf): ... this.
17358         (pupa_rescue_cmd_prefix): New function.
17359         (pupa_rescue_cmd_insmod): Likewise.
17360         (pupa_rescue_cmd_rmmod): Likewise.
17361         (pupa_rescue_cmd_lsmod): Likewise.
17362         (pupa_enter_rescue_mode): Register new commands: prefix, insmod,
17363         rmmod and lsmod.
17365         * kern/mm.c (pupa_memalign): If failed even after invalidating
17366         disk caches, unload unneeded modules and retry.
17368         * kern/misc.c (pupa_memmove): New function.
17369         (pupa_memcpy): Removed.
17370         (pupa_strcpy): New function.
17371         (pupa_itoa): Made static.
17373         * kern/dl.c (pupa_dl_iterate): New function.
17374         (pupa_dl_ref): Likewise.
17375         (pupa_dl_unref): Likewise.
17376         (pupa_dl_unload): Return if succeeded or not.
17377         (pupa_dl_unload_unneeded): New function.
17378         (pupa_dl_unload_all): Likewise.
17379         (pupa_dl_init): Renamed to ...
17380         (pupa_dl_set_prefix): ... this.
17381         (pupa_dl_get_prefix): New function.
17383         * include/pupa/i386/pc/kernel.h: Include pupa/types.h.
17384         (PUPA_KERNEL_MACHINE_INSTALL_DOS_PART): New macro.
17385         (PUPA_KERNEL_MACHINE_INSTALL_BSD_PART): Likewise.
17386         (PUPA_KERNEL_MACHINE_PREFIX): Likewise.
17387         (pupa_install_dos_part): Declared.
17388         (pupa_install_bsd_part): Likewise.
17389         (pupa_prefix): Likewise.
17390         (pupa_boot_drive): Likewise.
17392         * include/pupa/types.h: Fix a typo.
17394         * include/pupa/misc.h (pupa_memcpy): New macro. Just an alias to
17395         pupa_memmove.
17396         (pupa_memmove): Declared.
17397         (pupa_strcpy): Likewise.
17399         * include/pupa/dl.h (PUPA_MOD_INIT): Change the prototype. Now
17400         pupa_mod_init takes one argument, its own module.
17401         (pupa_dl_unload_unneeded): Declared.
17402         (pupa_dl_unload_all): Likewise.
17403         (pupa_dl_ref): Likewise.
17404         (pupa_dl_unref): Likewise.
17405         (pupa_dl_iterate): Likewise.
17406         (pupa_dl_init): Renamed to ...
17407         (pupa_dl_set_prefix): ... this.
17408         (pupa_dl_get_prefix): Declared.
17410         * fs/fat.c [!PUPA_UTIL] (my_mod): New variable.
17411         (pupa_fat_dir) [!PUPA_UTIL]: Prevent the fat module from being
17412         unloaded.
17413         (pupa_fat_open) [!PUPA_UTIL]: Refer itself if succeeded.
17414         (pupa_fat_close) [!PUPA_UTIL]: Unrefer itself.
17416         * configure.ac (tmp_CFLAGS): Added -Wshadow, -Wpointer-arith,
17417         -Wmissing-prototypes, -Wundef and -Wstrict-prototypes.
17419 2003-01-03  Yoshinori K. Okuji  <okuji@enbug.org>
17421         * util/i386/pc/pupa-setup.c (setup): Define the internal
17422         function find_first_partition_start at the top level, because GCC
17423         3.0.x cannot compile internal functions in deeper scopes
17424         correctly.
17425         (find_root_device): Use lstat instead of stat.
17426         Don't follow symbolic links.
17427         Fix the path-constructing code.
17429         * util/i386/pc/biosdisk.c [__linux__] (BLKFLSBUF): New macro.
17430         (pupa_util_biosdisk_open) [__linux__]: Get the size of a device
17431         by a BLKGETSIZE ioctl first, because block devices don't fill
17432         the member st_mode of the structure stat on Linux.
17433         [__linux__] (linux_find_partition): Use a temporary buffer
17434         REAL_DEV for the working space. Copy it to DEV before returning.
17435         (open_device) [__linux__]: Call ioctl with BLKFLSBUF to make the
17436         buffer cache consistent.
17437         (get_os_disk) [__linux__]: Use the length 5 instead of 4 for
17438         strncmp. The previous value was merely wrong.
17439         (pupa_util_biosdisk_get_pupa_dev): Use stat instead of lstat.
17441         * fs/fat.c (pupa_fat_read_data): Shift 4 instead of 12 when the
17442         FAT size is 12. The previous value was merely wrong.
17444         * kern/main.c (pupa_main): Don't split the starting message from
17445         newlines.
17447         * kern/term.c (pupa_putchar): Put CR after LF instead of before
17448         LF, because BIOS goes crazy about character attributes in this
17449         case.
17451 2003-01-03  Yoshinori K. Okuji  <okuji@enbug.org>
17453         * include/i386/pc/util/biosdisk.h: New file.
17454         * util/i386/pc/biosdisk.c: Likewise.
17455         * util/i386/pc/pupa-setup.c: Likewise.
17457         * Makefile.in (INCLUDE_DISTFILES): Added
17458         include/pupa/i386/pc/util/biosdisk.h.
17459         (UTIL_DISTFILES): Added biosdisk.c and pupa-setup.c under the
17460         directory util/i386/pc.
17461         (install-local): Added a rule for sbin_UTILITIES.
17462         (uninstall): Likewise.
17464         * util/i386/pc/pupa-mkimage.c (usage): Fix a typo in the doc.
17466         * util/misc.c (xrealloc): New function.
17467         (pupa_malloc): Likewise.
17468         (pupa_free): Likewise.
17469         (pupa_realloc): Likewise.
17470         (pupa_stop): Likewise.
17471         (pupa_putchar): Likewise.
17473         * kern/disk.c (pupa_disk_read): Prevent L from underflowing.
17475         * include/pupa/util/misc.h (xrealloc): Declared.
17477         * include/pupa/i386/pc/boot.h (PUPA_BOOT_MACHINE_BPB_START): New
17478         macro.
17479         (PUPA_BOOT_MACHINE_BPBEND): Renamed to ...
17480         (PUPA_BOOT_MACHINE_BPB_END): ... this.
17482         * include/pupa/fs.h [PUPA_UTIL] (pupa_fat_init): Declared.
17483         [PUPA_UTIL] (pupa_fat_fini): Likewise.
17485         * fs/fat.c [PUPA_UTIL] (pupa_fat_init): Defined. Maybe a better
17486         way should be implemented.
17487         [PUPA_UTIL] (pupa_fat_fini): Likewise.
17489         * disk/i386/pc/biosdisk.c (pupa_biosdisk_call_hook): Increase
17490         the size of NAME for safety.
17491         (pupa_biosdisk_iterate): Search hard disks to 0x90 instead of
17492         0x88.
17494         * conf/i386-pc.rmk (sbin_UTILITIES): New variable.
17495         (pupa_setup_SOURCES): Likewise.
17497         * genmk.rb (Utility#rule): Add $(BUILD_CFLAGS) into the rules.
17499 2002-12-28  Yoshinori K. Okuji  <okuji@enbug.org>
17501         * kern/i386/pc/startup.S (push_get_mmap_entry): Revert to a
17502         bunch of pushl's from pusha, because this destroys the return
17503         value.
17505 2002-12-28  Yoshinori K. Okuji  <okuji@enbug.org>
17507         Use -mrtd and -mregparm=3 to reduce the generated code sizes.
17508         This means that any missing prototypes could be fatal. Also, you
17509         must take care when writing assembly code. See the comments at
17510         the beginning of startup.S, for more details.
17512         * kern/i386/pc/startup.S (pupa_halt): Modified for the new
17513         compilation mechanism.
17514         (pupa_chainloader_real_boot): Likewise.
17515         (pupa_biosdisk_rw_int13_extensions): Likewise.
17516         (pupa_biosdisk_rw_standard): Likewise.
17517         (pupa_biosdisk_check_int13_extensions): Likewise.
17518         (pupa_biosdisk_get_diskinfo_int13_extensions): Likewise.
17519         (pupa_biosdisk_get_diskinfo_standard): Likewise.
17520         (pupa_get_memsize): Likewise.
17521         (pupa_get_mmap_entry): Likewise.
17522         (pupa_console_putchar): Likewise.
17523         (pupa_console_setcursor): Likewise.
17524         (pupa_getrtsecs): Use pushl instead of push.
17526         * kern/i386/pc/init.c (pupa_machine_init): Use the scratch
17527         memory instead of the stack for a mmap entry, because some
17528         BIOSes may ignore the maximum size and overflow.
17530         * conf/i386-pc.rmk (COMMON_CFLAGS): Added -mrtd and -mregparm=3.
17532         * genmk.rb (PModule#rule): Compile automatically generated
17533         sources with module-specific CFLAGS as well as other sources.
17535 2002-12-27  Yoshinori K. Okuji  <okuji@enbug.org>
17537         * configure.ac: Check ld.
17538         Replace CFLAGS and CPPFLAGS with BUILD_CFLAGS and BUILD_CPPFLAGS
17539         respectively, before checking endianness and sizes.
17541         * Makefile.in (LD): New variable.
17543 2002-12-27  Yoshinori K. Okuji  <okuji@enbug.org>
17545         * Makefile.in (BUILD_CC): CC -> BUILD_CC.
17547 2002-12-27  Yoshinori K. Okuji  <okuji@enbug.org>
17549         * Changelog: New file.