2009-06-16 James Jarvis <James.Jarvis@ed.ac.uk>
[grub2/phcoder/solaris.git] / ChangeLog
blobf3e631c1d4e8767798fdb1f30a22de353bc6ef44
1 2009-06-16  James Jarvis  <James.Jarvis@ed.ac.uk>
3         * commands/help.c GRUB_MOD_INIT(echo): Fix the help output of
4         `echo' command.
6 2009-06-16  Pavel Roskin  <proski@gnu.org>
8         * boot/i386/pc/boot.S: Remove root_drive.  Assert offset of
9         boot_drive_check by using GRUB_BOOT_MACHINE_DRIVE_CHECK.  Don't
10         save %dx, we only need %dl and we never change it.
11         * boot/i386/pc/cdboot.S: Don't set the root drive.
12         * boot/i386/pc/pxeboot.S: Likewise.
13         * include/grub/i386/pc/boot.h: Remove
14         GRUB_BOOT_MACHINE_ROOT_DRIVE, adjust
15         GRUB_BOOT_MACHINE_DRIVE_CHECK.
16         * include/grub/i386/pc/kernel.h: Remove grub_root_drive.
17         * kern/i386/pc/init.c (make_install_device): Remove references
18         to grub_root_drive.
19         * kern/i386/pc/startup.S: Likewise.
20         * util/i386/pc/grub-setup.c (setup): Don't set root_drive.
22 2009-06-16  Vladimir Serbinenko  <phcoder@gmail.com>
24         xnu_uuid command
26         * commands/xnu_uuid.c: new file
27         * conf/common.rmk (pkglib_MODULES): add xnu_uuid.mod
28         (xnu_uuid_mod_SOURCES): new variable
29         (xnu_uuid_mod_CFLAGS): likewise
30         (xnu_uuid_mod_LDFLAGS): likewise
31         * conf/i386-coreboot.rmk (grub_emu_SOURCES): add commands/probe.c
32         * conf/i386-ieee1275.rmk: likewise
33         * conf/i386-pc.rmk: likewise
34         * conf/powerpc-ieee1275.rmk: likewise
35         * conf/sparc64-ieee1275.rmk: likewise
36         * util/grub.d/30_os-prober.in: use UUID for Mac OS X/Darwin
38 2009-06-16  Pavel Roskin  <proski@gnu.org>
40         * configure.ac: Avoid '==' in test command, it's not portable.
42 2009-06-16  Vladimir Serbinenko  <phcoder@gmail.com>
44         Probe command
46         * commands/probe.c: new file
47         * conf/common.rmk (pkglib_MODULES): add probe.mod
48         (probe_mod_SOURCES): new variable
49         (probe_mod_CFLAGS): likewise
50         (probe_mod_LDFLAGS): likewise
51         * conf/i386-coreboot.rmk (grub_emu_SOURCES): add commands/probe.c
52         * conf/i386-ieee1275.rmk: likewise
53         * conf/i386-pc.rmk: likewise
54         * conf/powerpc-ieee1275.rmk: likewise
55         * conf/sparc64-ieee1275.rmk: likewise
57 2009-06-15  Vladimir Serbinenko  <phcoder@gmail.com>
59         Fix handling of string like \"hello\" and "a
60         b"
62         * script/sh/lexer.c (check_textstate): accept GRUB_PARSER_STATE_ESC
63         (grub_script_yylex): fix parsing of quoting, escaping and newline
65 2009-06-13  Vladimir Serbinenko  <phcoder@gmail.com>
67         * loader/i386/multiboot.c (grub_multiboot_get_bootdev): fix partition 
68         handling
69         
70 2009-06-13  Jun Inoue  <jun.lambda@gmail.com>
72         * util/grub-mkconfig.in: Fix parsing of --output option.
74 2009-06-12  Pavel Roskin  <proski@gnu.org>
76         * Makefile.in (pkgdata_SRCDIR): Remove.  genmodsrc.sh and
77         genmk.rb don't need to be generated or installed.
79 2009-06-12  Vladimir Serbinenko  <phcoder@gmail.com>
81         * commands/i386/pc/drivemap_int13h.S: add more comments
83 2009-06-11  Pavel Roskin  <proski@gnu.org>
85         * Makefile.in (uninstall): Uninstall manuals.
87         * Makefile.in: Rename lib_DATA to lib_SCRIPTS, move it from
88         PKGLIB to SCRIPTS.  This fixes installation of grub-mkconfig_lib
89         and update-grub_lib in two places.
90         * conf/common.rmk: Rename lib_DATA to lib_SCRIPTS.
92         * disk/usbms.c (grub_usbms_transfer): Initialize `err' to fix
93         a compiler warning.
95         * loader/i386/bsd.c (grub_freebsd_boot): Rename `entry' to
96         `entry_lo' to fix variable shadowing.
98 2009-06-11  Christian Franke  <franke@computer.org>
100         * kern/misc.c (__enable_execute_stack): Add missing return type
101         to prevent gcc warning.
103 2009-06-11  Felix Zielcke  <fzielcke@z-51.de>
105         * conf/i386-ieee1275.rmk (COMMON_LDFLAGS): Remove `-static -lgcc'.
107 2009-06-11  Pavel Roskin  <proski@gnu.org>
109         * Makefile.in: Don't rely on any scripts being executable.
110         Always use $(SHELL) to run shell scripts.
112         * configure.ac: Always define ___main if using -nostdlib.  This
113         fixes tests on Cygwin.
115 2009-06-11  Giuseppe Caizzone  <acaizzo@gmail.com>
117         UDF fix
119         * fs/udf.c (grub_udf_read_block): handle the fact that ad->length
120         is in bytes and not in blocks
122 2009-06-11  Pavel Roskin  <proski@gnu.org>
124         * kern/i386/halt.c (grub_halt): Make `i' unsigned to fix a
125         warning.
127 2009-06-11  Felix Zielcke  <fzielcke@z-51.de>
129         * util/grub.d/30_os-prober.in: Fix a comment. Source
130         ${libdir}/grub/grub-mkconfig_lib.  Use prepare_grub_to_access_device
131         to set the root device.  Place drivemap command in the generated
132         chain entry.
134 2009-06-11  Pavel Roskin  <proski@gnu.org>
136         * configure.ac: Remove host_m32.  Issues with 64-bit utilities
137         have long been resolved.
139 2009-06-11  Colin Watson  <cjwatson@ubuntu.com>
141         * util/grub.d/10_linux.in: Capitalise "Linux".
143         * util/grub-pe2elf.c (usage): Fix references to grub-editenv.
145 2009-06-11  Pavel Roskin  <proski@gnu.org>
147         * kern/efi/efi.c (grub_exit): Add infinite loop at the end to
148         fix a gcc warning and ensure that the function won't ever exit.
150         * kern/i386/ieee1275/init.c: Add missing prototype for
151         grub_stop_floppy().
153         * loader/ieee1275/multiboot2.c [__i386__]: Include
154         grub/cpu/multiboot.h.
156         * term/i386/pc/serial.c (serial_translate_key_sequence): Avoid
157         casts to short - they are not portable and cause warnings.  Fix
158         use of uninitialized values in input_buf.  Use ARRAY_SIZE.
160 2009-06-11  Vladimir Serbinenko  <phcoder@gmail.com>
162         Drivemap fixes
164         * commands/i386/pc/drivemap.c (grub_get_root_biosnumber_drivemap):
165         new function
166         (grub_get_root_biosnumber_saved): new variable
167         (GRUB_MOD_INIT): register grub_get_root_biosnumber_drivemap
168         (GRUB_MOD_FINI): unregister grub_get_root_biosnumber_drivemap
169         * commands/i386/pc/drivemap_int13h.S (grub_drivemap_handler): restore
170         %dx after the call if necessary
171         * conf/common.rmk (pkglib_MODULES): remove boot.mod
172         (boot_mod_SOURCES): remove
173         (boot_mod_CFLAGS): remove
174         (boot_mod_LDFLAGS): remove
175         * conf/i386-coreboot.rmk (pkglib_MODULES): add boot.mod
176         (boot_mod_SOURCES): new variable
177         (boot_mod_CFLAGS): likewise
178         (boot_mod_LDFLAGS): likewise
179         * conf/i386-efi.rmk: likewise
180         * conf/i386-ieee1275.rmk: likewise
181         * conf/i386-pc.rmk: likewise
182         * conf/powerpc-ieee1275.rmk: likewise
183         * conf/sparc64-ieee1275.rmk: likewise
184         * conf/x86_64-efi.rmk: likewise
185         * include/grub/i386/pc/biosnum.h: new file
186         * lib/i386/pc/biosnum.c: likewise
187         * loader/i386/bsd.c (grub_bsd_get_device): use grub_get_root_biosnumber
188         * loader/i386/multiboot.c (grub_multiboot_get_bootdev): likewise
189         * loader/i386/pc/chainloader.c (grub_chainloader_cmd): likewise
191 2009-06-10  Pavel Roskin  <proski@gnu.org>
193         * io/gzio.c (test_header): Don't reuse one buffer for all data.
194         Use separate variables.  Read only the file size at the end, but
195         not the checksum that we don't use.
197         * kern/file.c (grub_file_read): Use void pointer for the buffer.
198         Adjust all callers.
200         * kern/ieee1275/openfw.c: Remove libc includes.
201         * kern/ieee1275/cmain.c: Likewise.
202         * include/grub/ieee1275/ieee1275.h: Likewise.
204         * kern/i386/coreboot/init.c: Include grub/cpu/tsc.h to fix
205         compiler warnings.
207 2009-06-10  Felix Zielcke  <fzielcke@z-51.de>
209         * gendistlist.sh (EXTRA_DISTFILES): Add `genhandlerlist.sh' and
210         `genparttoollist.sh'.
211         (DISTDIRS): Add `efiemu', `mmap', `parttool' and `script'.
212         Add `*.sh' to the list find searches for and change `mdate.sh'
213         to `mdate-sh'.
215 2009-06-10  Pavel Roskin  <proski@gnu.org>
217         * include/grub/multiboot2.h: Provide compatibility defines for
218         multiboot2.h.
219         * include/multiboot2.h: Include stdint.h only if needed, using
220         angle brackets.
221         * loader/i386/pc/multiboot2.c: Include multiboot2.h after
222         grub/multiboot2.h.
223         * loader/ieee1275/multiboot2.c: Likewise.
224         * loader/multiboot2.c: Likewise.
225         * loader/multiboot_loader.c: Likewise.
227         * configure.ac: Use -nostdlib when probing for the target.  It
228         should not be required to have libc for the target.
230         * configure.ac: Remove checks for __bswapsi2 and __bswapdi2,
231         they fail without libc headers for the target.
232         * include/grub/powerpc/libgcc.h: Use weak attribute for all
233         exports.
234         * include/grub/sparc64/libgcc.h: Likewise.  Don't use
235         preprocessor conditionals.
237         * conf/common.rmk: Compile tar.mod from tar.c, not cpio.c.  The
238         build system doesn't need to be aware of the tar.c internals.
240 2009-06-09  Michel Hermier  <michel.hermier@gmail.com>
242         * fs/i386/pc/pxe.c (grub_pxefs_read): Fix returned values.
244 2009-06-09  Robert Millan  <rmh.grub@aybabtu.com>
246         * util/deviceiter.c (grub_util_iterate_devices): Increase number of
247         disk limit to 26 for IDE, Virtio, Xen and SCSI.
249 2009-06-09  Felix Zielcke  <fzielcke@z-51.de>
251         * util/i386/pc/grub-install.in: Change the error message if UUIDs
252         aren't available if ata.mod gets used.
254 2009-06-09  Oliver Henshaw  <oliver.henshaw@gmail.com>
256         * bus/usb/ohci.c (grub_ohci_pci_iter): Link struct only after
257         initialising controller.
258         * bus/usb/uhci.c (grub_uhci_pci_iter): Likewise.
260 2009-06-08  Felix Zielcke  <fzielcke@z-51.de>
262         * util/i386/pc/grub-install.in: Add a parameter --disk-module
263         to choose between ata and biosdisk module on i386-pc.
265 2009-06-08  Oliver Henshaw  <oliver.henshaw@gmail.com>
267         * bus/usb/ohci.c (grub_ohci_pci_iter): Define the Class,
268         Subclass and Programming Interface fields in terms of the 3 byte
269         Class Code register.
270         * bus/usb/uhci.c (grub_uhci_pci_iter): Likewise.
272         * bus/usb/ohci.c (grub_ohci_pci_iter): Check that programming
273         interface is OHCI.  Add grub_dprintf for symmetry with
274         bus/usb/uhci.c.
275         * bus/usb/uhci.c (grub_uhci_pci_iter): Check that programming
276         interface is UHCI.  Add interf variable for programming
277         interface.  Print interface with class/subclass.
279         * bus/usb/ohci.c: Set interf with correct field.
281         * bus/usb/uhci.c: Remove unneeded doubled lines.
282         * bus/usb/ohci.c: Likewise. Change interf to grub_uint32_t.
283         Remove whitespace inside comment.
285 2009-06-08  Robert Millan  <rmh.grub@aybabtu.com>
287         * loader/i386/linux.c (grub_cmd_linux): When processing `vga=', use
288         as fallback an equivalent option without depth.
290 2009-06-08  Vladimir Serbinenko  <phcoder@gmail.com>
292         Not fail if unable to retrieve C/H/S on LBA disks
294         * disk/i386/pc/biosdisk.c (grub_biosdisk_open): behave gracefully
295         if unable to retrieve C/H/S on LBA disks
297 2009-06-08  Pavel Roskin  <proski@gnu.org>
299         * fs/hfs.c (grub_hfs_find_dir): Use union to avoid a warning
300         about aliasing.
302 2009-06-08  Felix Zielcke  <fzielcke@z-51.de>
304         * Makefile.in (uninstall): Remove all $lib_DATA files.
306 2009-06-08  Vladimir Serbinenko  <phcoder@gmail.com>
308         Bugfix: install on partitionless device
310         * util/hostdisk.c (grub_util_biosdisk_get_grub_dev): check if os_dev
311         is a whole disk
313 2009-06-08  Felix Zielcke  <fzielcke@z-51.de>
315         * Makefile.in (uninstall): Remove all $include_DATA files.
317 2009-06-08  Felix Zielcke  <fzielcke@z-51.de>
319         * commands/true.c: New file.  Implement the true and false commands.
320         * conf/common.rmk.c (pkglib_MODULES): Add `true.mod'.
321         (true_mod_SOURCES): New variable.
322         (true_mod_CFLAGS): Likewise.
323         (true_mod_LDFLAGS): Likewise.
325 2009-06-05  Colin D Bennett  <colin@gibibit.com>
327         Optimized font character lookup using binary search instead of linear
328         search.  Fonts now are required to have the character index ordered by
329         code point.
331         * font/font.c (load_font_index): Verify that fonts have ordered
332         character indices.
333         (find_glyph): Use binary search instead of linear search to find a
334         character in a font.
336 2009-06-05  Michael Scherer  <misc@mandriva.org>
338         * fs/hfsplus.c (grub_hfsplus_mount): Determine if the filesystem
339         uses case sensitive btree.
340         (grub_hfsplus_iterate_dir): Use GRUB_FSHELP_CASE_INSENSITIVE
341         only for case insensitive filesystems.
343 2009-06-05  Vladimir Serbinenko  <phcoder@gmail.com>
345         * conf/i386-pc.rmk (efiemu_mod_CFLAGS): remove -Werror -Wall
346         * conf/common.rmk (search_mod_CFLAGS): likewise
348 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
350         * kern/i386/pc/startup.S [APPLE_CC]: block of nops to
351         compensate a compiler bug
353 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
355         * include/grub/term.h (GRUB_TERM_BACKSPACE): explicitly define as 8
356         instead of '\b'
358 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
360         Definitions for creating asm symbols with Apple's CC
362         * include/grub/symbol.h [APPLE_CC] (FUNCTION): new macro
363         [APPLE_CC] (VARIABLE): likewise
365 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
367         Disable lnxboot.img when compiled
368         with Apple's CC
370         * conf/i386-pc.rmk (pkglib_IMAGES): remove lnxboot.img
371         pkglib_IMAGES [! TARGET_APPLE_CC] (pkglib_IMAGES): add lnxboot.img
372         * boot/i386/pc/lnxboot.S [APPLE_CC]: define an #error
373         [! APPLE_CC] (CODE_LENG): skip
374         [! APPLE_CC] (setup_sects): likewise
375         [! APPLE_CC]: skip filling
377 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
379         Address in trampolines based on 32-bit registers when compiled
380         with Apple's CC
382         * loader/i386/xnu_helper.S [APPLE_CC]: use 32-bit registers
383         for addresses
384         * loader/i386/linux_trampoline.S [APPLE_CC]: likewise
386 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
388         Avoid aliases when compiling with Apple's CC for PCBIOS machine
390         * kern/misc.c [APPLE_CC] (memcpy): new function
391         [APPLE_CC] (memmove): likewise
392         [APPLE_CC && !GRUB_UTIL] (grub_err_printf): likewise
393         (memcpy): define alias conditionally on !APPLE_CC
394         (memset): likewise
395         (abort): likewise
396         * include/grub/misc.h (memove): don't define when both GRUB_UTIL and
397         APPLE_CC are defined
398         * include/grub/list.h [APPLE_CC] (grub_assert_fail): new function
399         (grub_assert_fail): make prototype conditional
401 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
403         Use grub-macho2img when compiling with Apple's CC for PCBIOS machine
405         * conf/common.rmk (bin_UTILITIES): add (on false on condition)
406         grub-macho2img
407         (CLEANFILES): add grub-macho2img
408         (grub_macho2img_SOURCES): new variable
409         * kern/i386/pc/startup.S (bss_start): new variable
410         (bss_end): likewise
411         * genmk.rb: use grub-macho2img for *.img when compiled with Apple's CC
412         * util/grub-macho2img.c: new file
414 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
416         Use objconv when compiling with Apple's CC
418         * conf/i386-pc.rmk (efiemu32.o): use OBJCONV if defined
419         (efiemu64.o): likewise
420         (efiemu64_c.o): omit -mcmodel=large and add -DAPPLE_CC=1
421         when compiling with Apple's CC
422         (efiemu64_s.o): likewise
423         * configure.ac: check for objconv when compiling with Apple's CC
424         * genmk.rb: use objconv for modules when compiled with Apple's CC
426 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
428         Define segment as well as section when compiling with
429         Apple's CC
431         * efiemu/runtime/efiemu.c (PHYSICAL_ATTRIBUTE): new definition
432         (efiemu_set_virtual_address_map): declare with PHYSICAL_ATTRIBUTE
433         (efiemu_convert_pointer): likewise
434         (efiemu_set_virtual_address_map): likewise
435         (efiemu_convert_pointer): likewise
436         (efiemu_getcrc32): likewise
437         (init_crc32_table): likewise
438         (reflect): likewise
439         * include/grub/dl.h (GRUB_MOD_NAME): define segment with Apple's CC
440         (GRUB_MOD_DEP): likewise
442 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
444         Allow a compilation without -mcmodel=large
446         * kern/efi/mm.c (grub_efi_allocate_pages): don't allocate >4GiB
447         when compiled without -mcmodel=large
448         (filter_memory_map): remove memory post 4 GiB when compiled
449         without -mcmodel=large
450         * configure.ac: fail gracefully and add -DMCMODEL_SMALL=1 to
451         TARGET_CFLAGS when -mcmodel=large isn't supported
453 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
455         Remove nested functions in efiemu core
457         * efiemu/runtime/efiemu.c (reflect): make static instead of nested
459 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
461         Avoid clobbering %ebx/%rbx in inline assembly with Apple's CC
463         * efiemu/runtime/efiemu.c (write_cmos): use %cl instead of %bl as
464         temporary storage
465         * include/grub/i386/tsc.h (grub_get_tsc): restore %rbx/%ebx when
466         using Apple's CC
467         (grub_cpu_is_tsc_supported): likewise
468         * loader/i386/xnu.c (guessfsb): restore %rbx/%ebx in inline assembly
470 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
472         Absolute addressing through constant with Apple's cc
474         * kern/i386/pc/startup.S: Define necessary constants
475         and address through it when using ABS with Apple's CC
476         * boot/i386/pc/diskboot.S: likewise
477         * boot/i386/pc/boot.S: likewise
478         * boot/i386/pc/lnxboot.S: likewise
479         * boot/i386/pc/cdboot.S: likewise
480         * mmap/i386/pc/mmap_helper.S: likewise
481         * commands/i386/pc/drivemap_int13h.S: likewise
483 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
485         Check if compiler is apple cc
487         * Makefile.in (ASFLAGS): new variable
488         (TARGET_ASFLAGS): likewise
489         (TARGET_MODULE_FORMAT): likewise
490         (TARGET_APPLE_CC): likewise
491         (OBJCONV): likewise
492         (TARGET_IMG_CFLAGS): likewise
493         (TARGET_CPPFLAGS): add includedir
494         * configure.ac: call grub_apple_cc and grub_apple_target_cc
495         (TARGET_IMG_LDFLAGS): Add -Wl,-Ttext,. All users updated
496         Check for linker script only if compiler isn't Apple's CC
497         (TARGET_MODULE_FORMAT): set
498         (TARGET_APPLE_CC): likewise
499         (TARGET_ASFLAGS): likewise
500         (ASFLAGS): likewise
501         Check for objcopy only if compiler isn't Apple's CC
502         Check for BSS symbol only if compiler isn't Apple's CC
503         * genmk.rb: adapt nm options if we use Apple's utils
504         * aclocal.m4 (grub_apple_cc): new test
505         (grub_apple_target_cc): likewise
507 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
509         Simplify sed expressions and improve awk
511         * Makefile.in (install-local): simplify sed expression
512         * gencmdlist.sh: likewise
513         * genmoddep.awk: avoid adding module as a dependency of itself
515 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
517         Add missing start symbols
519         * boot/i386/pc/boot.S: add start
520         * boot/i386/pc/pxeboot.S: likewise
522 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
524         Fix wrong assumptions with grub-mkimage on EFI
526         * i386/efi/grub-mkimage.c (read_kernel_module): don't write prefix here
527         (relocate_addresses): consider both r_addend and value at offset
528         (make_mods_section): zerofill modinfo and header
529         (convert_elf): write prefix here
531 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
533         Use .asciz instead of .string
535         * i386/pc/diskboot.S: use .asciz instead of .string
536         * i386/pc/boot.S: likewise
537         * include/grub/dl.h (GRUB_MOD_DEP): likewise
538         (GRUB_MOD_NAME): likewise
540 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
542         gfxpayload support
544         * commands/videotest.c (grub_cmd_videotest): use grub_video_set_mode
545         * include/grub/video.h (GRUB_VIDEO_MODE_TYPE_PURE_TEXT): new definition
546         (grub_video_setup): remove
547         (grub_video_set_mode): new prototype
548         * loader/i386/linux.c (DEFAULT_VIDEO_MODE): new definition
549         (vid_mode): remove
550         (linux_vesafb_res): compile only on PCBIOS
551         (grub_linux_boot): support gfxpayload
552         * loader/i386/pc/xnu.c (video_hook): new function
553         (grub_xnu_set_video): support gfxpayload
554         * term/gfxterm.c (DEFAULT_VIDEO_WIDTH): removed
555         (DEFAULT_VIDEO_HEIGHT): likewise
556         (DEFAULT_VIDEO_FLAGS): likewise
557         (DEFAULT_VIDEO_MODE): new definition
558         (video_hook): new function
559         (grub_gfxterm_init): use grub_video_set_mode
560         * util/grub.d/30_os-prober.in: remove explicit modesetting before
561         loading xnu
562         * video/video.c (grub_video_setup): removed
563         (grub_video_set_mode): new function based on grub_gfxterm_init and
564         grub_video_setup
566 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
568         Avoid calling biosdisk in drivemap
570         * commands/i386/pc/drivemap.c (parse_biosdisk): remove
571         (revparse_biosdisk): likewise
572         (list_mappings): derive name from id directly
573         (grub_cmd_drivemap): use tryparse_diskstring
575 2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>
577         Script fixes
579         * include/grub/script_sh.h (grub_script_cmdline): remove cmdline
580         (grub_lexer_param): add tokenonhold
581         (grub_script_create_cmdline): remove cmdline. All callers updated
582         (grub_script_function_create): make functionname
583         grub_script_arg. All callers updated
584         (grub_script_execute_argument_to_string): new prototype
585         * kern/parser.c (state_transitions): reorder
586         (grub_parser_cmdline_state): fix a bug and make more compact
587         * script/sh/execute.c (grub_script_execute_argument_to_string):
588         make global
589         (grub_script_execute_cmdline): use new format
590         * script/sh/function.c (grub_script_function_create): make functionname
591         grub_script_arg. All callers updated
592         * script/sh/lexer.c (grub_script_lexer_init): initialize tokenonhold
593         (grub_script_yylex): remove
594         (grub_script_yylex2): renamed to ...
595         (grub_script_yylex): ...renamed
596         parse the expressions like a${b}c
597         * script/sh/parser.y (GRUB_PARSER_TOKEN_ARG): new typed terminal
598         (GRUB_PARSER_TOKEN_VAR): remove
599         (GRUB_PARSER_TOKEN_NAME): likewise
600         ("if"): declare as typeless
601         ("while"): likewise
602         ("function"): likewise
603         ("else"): likewise
604         ("then"): likewise
605         ("fi"): likewise
606         (text): remove
607         (argument): likewise
608         (script): accept empty scripts and make exit on error
609         (arguments): use GRUB_PARSER_TOKEN_ARG
610         (function): likewise
611         (command): move error handling to script
612         (menuentry): move grub_script_lexer_ref before
613         * script/sh/script.c (grub_script_create_cmdline): remove cmdline
614         argument. All callers updated
616 2009-06-04  Robert Millan  <rmh.grub@aybabtu.com>
618         Prevent GRUB from probing floppies during boot.
620         * conf/common.rmk (search_mod_CFLAGS): Use `-Werror -Wall'.
621         * commands/search.c (options): Add --no-floppy.
622         (search_fs, search_file, grub_cmd_search): Support --no-floppy.
623         * util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Use
624         --no-floppy when searching for UUIDs.
626 2009-06-04  Robert Millan  <rmh.grub@aybabtu.com>
628         Simplify the code duplication in commands/search.c.
630         * commands/search.c (search_label, search_fs_uuid): Merge into ...
631         (search_fs): ... this.  Update all users.
633 2009-06-03  Felix Zielcke  <fzielcke@z-51.de>
635         * util/grub-mkconfig.in (update_grub_dir): Rename to grub_mkconfig_dir.
637 2009-05-28  Pavel Roskin  <proski@gnu.org>
639         * Makefile.in: Don't use "cp -d", it doesn't work on FreeBSD.
640         Remove the original symlink explicitly.
642         * fs/hfs.c (grub_hfs_find_dir): Skip sequences of slashes, not
643         just one slash.  That's how grub_fshelp_find_file() does it.
645 2009-05-26  Pavel Roskin  <proski@gnu.org>
647         * genmk.rb: Avoid shadowing variable `s', rename the outer `s'
648         to `str'.
650         * util/getroot.c (grub_util_get_dev_abstraction): Mark os_dev as
651         possibly unused.
653 2009-05-25  Christian Franke  <franke@computer.org>
655         * disk/ata.c (grub_ata_wait_not_busy): Add debug output of status
656         register.
657         (grub_atapi_identify): Add wait after drive select.
658         (grub_ata_identify): Do more strict status register check before
659         calling grub_atapi_identify ().  Suppress error message if status
660         register is 0x00 after command failure.  Add status register
661         check after PIO read to avoid bogus identify due to stuck DRQ.
662         Thanks to Pavel Roskin for testing.
663         (grub_device_initialize): Remove unsafe status register check.
664         Thanks to 'phcoder' for problem report and patch.
665         Prevent sign extension in debug message.
667 2009-05-23  Colin D Bennett  <colin@gibibit.com>
669         Cleaned up `include/grub/normal.h'.  Grouped prototypes by
670         definition file, and functions defined in `normal/menu.c' have had
671         their prototypes moved to `include/grub/menu.h' for consistency.
673         * include/grub/menu.h (grub_menu_execute_callback): Added; moved
674         from normal.h.
675         (grub_menu_get_entry): Likewise.
676         (grub_menu_get_timeout): Likewise.
677         (grub_menu_set_timeout): Likewise.
678         (grub_menu_execute_entry): Likewise.
679         (grub_menu_execute_with_fallback): Likewise.
680         (grub_menu_entry_run): Likewise.
682         * include/grub/normal.h: Re-ordered and grouped function
683         prototypes by file that the function is defined in.
684         (grub_menu_execute_callback): Removed; moved to menu.h.
685         (grub_menu_get_entry): Likewise.
686         (grub_menu_get_timeout): Likewise.
687         (grub_menu_set_timeout): Likewise.
688         (grub_menu_execute_entry): Likewise.
689         (grub_menu_execute_with_fallback): Likewise.
690         (grub_menu_entry_run): Likewise.
691         (grub_menu_addentry): Renamed from this ...
692         (grub_normal_add_menu_entry): ... to this.
694         * normal/main.c (grub_menu_addentry): Renamed from this ...
695         (grub_normal_add_menu_entry): ... to this.
697         * script/sh/execute.c (grub_script_execute_menuentry): Update
698         reference to renamed grub_menu_addentry function.
700 2009-05-23  Felix Zielcke  <fzielcke@z-51.de>
702         * commands/i386/pc/drivemap.c (MODNAME): Remove. Update all users.
704 2009-05-22  Pavel Roskin  <proski@gnu.org>
706         * aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): Remove.
707         * configure.ac: Don't call grub_I386_CHECK_REGPARM_BUG.  Define
708         NESTED_FUNC_ATTR using AH_BOTTOM.  Use regparm(1) only when
709         compiling for the i386 targets, but not for the utilities.
711         * include/grub/i386/pc/kernel.h (grub_boot_drive): Change type
712         to grub_uint8_t.
713         (grub_root_drive): Likewise.
714         * kern/i386/pc/startup.S (grub_boot_drive): Change size to byte,
715         remove alignment.
716         (grub_root_drive): Change size to byte.
717         (grub_start_addr): Remove.
718         (grub_end_addr): Likewise.
719         (grub_apm_bios_info): Likewise.
721 2009-05-21  Felix Zielcke  <fzielcke@z-51.de>
723         * normal/i386: Remove.
724         * normal/powerpc: Likewise.
725         * normal/sparc64: Likewise.
726         * normal/x86_64: Likewise.
728 2009-05-19  Vladimir Serbinenko  <phcoder@gmail.com>
730         * conf/x86_64-efi.rmk (linux_mod_ASFLAGS): Add missing variable
731         * loader/i386/linux_trampoline.S: Fix indentation
732         * loader/i386/xnu_helper.S: Likewise
734 2009-05-18  Colin D Bennett  <colin@gibibit.com>
736         Display error messages when parsing a Lua statement fails.
737         Previously, executing a syntactically invalid statement like
738         ")foo" or "bar;" would silently fail.
740         * script/lua/grub_main.c (handle_lua_error): New function.
741         (grub_lua_parse_line): Improved reporting of Lua parser and
742         execution errors.
744 2009-05-17  Vladimir Serbinenko  <phcoder@gmail.com>
746         Remove -Werror which causes build to fail on some systems
748         * conf/i386-pc.rmk (xnu_mod_CFLAGS): Remove -Werror -Wall
749         * conf/i386-efi.rmk (xnu_mod_CFLAGS): Likewise
750         * conf/x86_64-efi.rmk (xnu_mod_CFLAGS): Likewise
752 2009-05-17  Vladimir Serbinenko  <phcoder@gmail.com>
754         trampoline for linux on 64-bit platform
756         * conf/x86_64-efi.rmk (linux_mod_SOURCES): added
757         loader/i386/efi/linux_trampoline.S
758         * include/grub/x86_64/efi/loader.h (grub_linux_real_boot): removed
759         declaration
760         * kern/x86_64/efi/startup.S (grub_linux_real_boot): moved from
761         here
762         * loader/i386/linux_trampoline.S: moved here
763         * loader/i386/efi/linux.c (allocate_pages): reserve space for
764         trampoline
765         (jumpvector): removed
766         (grub_linux_trampoline_start): new declaration
767         (grub_linux_trampoline_end): likewise
768         (grub_linux_boot): use trampoline when on 64-bit platform
769         * loader/i386/linux.c: likewise
771 2009-05-16  Pavel Roskin  <proski@gnu.org>
773         * script/lua/grub_lib.c (grub_lua_getenv): Make name and value
774         const to avoid a warning.
775         (grub_lua_setenv): Likewise.
776         * script/lua/grub_main.c (grub_lua_parse_line): Use size_t for
777         lmsg to fix a warning.
779 2009-05-16  Felix Zielcke  <fzielcke@z-51.de>
781         * conf/i386.rmk (setjmp_mod_CFLAGS): Rename to ...
782         (setjmp_mod_ASFLAGS): ... this. Set to $(COMMON_ASFLAGS).
783         * conf/x86_64-efi.rmk (setjmp_mod_CFLAGS): Rename to ...
784         (setjmp_mod_ASFLAGS): ... this. Set to $(COMMON_ASFLAGS).
785         * conf/powerpc-ieee1275.rmk (setjmp_mod_CFLAGS): Rename to ...
786         (setjmp_mod_ASFLAGS): ... this. Set to $(COMMON_ASFLAGS).
787         * conf/sparc64-ieee1275.rmk (setjmp_mod_CFLAGS): Rename to ...
788         (setjmp_mod_ASFLAGS): ... this. Set to $(COMMON_ASFLAGS).
790 2009-05-16  Felix Zielcke  <fzielcke@z-51.de>
792         * util/grub-mkconfig.in: Export GRUB_TERMINAL_INPUT.
794 2009-05-16  Bean  <bean123ch@gmail.com>
796         * conf/common.rmk (pkglib_MODULES): Add lua.mod.
797         (lua_mod_SOURCES): New variable.
798         (lua_mod_CFLAGS): Likewise.
799         (lua_mod_LDFLAGS): Likewise.
801         * conf/i386.rmk (pkglib_MODULES): Add setjmp.mod.
802         (setjmp_mod_SOURCES): New variable.
803         (setjmp_mod_CFLAGS): Likewise.
804         (setjmp_LDFLAGS): Likewise.
806         * conf/x86_64-efi.rmk (pkglib_MODULES): Add setjmp.mod.
807         (setjmp_mod_SOURCES): New variable.
808         (setjmp_mod_CFLAGS): Likewise.
809         (setjmp_LDFLAGS): Likewise.
811         * conf/powerpc-ieee1275.rmk (pkglib_MODULES): Add setjmp.mod.
812         (setjmp_mod_SOURCES): New variable.
813         (setjmp_mod_CFLAGS): Likewise.
814         (setjmp_LDFLAGS): Likewise.
816         * conf/sparc64-ieee1275.rmk (pkglib_MODULES): Add setjmp.mod.
817         (setjmp_mod_SOURCES): New variable.
818         (setjmp_mod_CFLAGS): Likewise.
819         (setjmp_LDFLAGS): Likewise.
821         * normal/i386/setjmp.S: Moved from here ...
822         * lib/i386/setjmp.S: ... Moved here
823         * normal/x86_64/setjmp.S: Moved from here ...
824         * lib/x86_64/setjmp.S: ... Moved here
825         * normal/powerpc/setjmp.S: Moved from here ...
826         * lib/powerpc/setjmp.S: ... Moved here
827         * normal/sparc64/setjmp.S: Moved from here ...
828         * lib/sparc64/setjmp.S: ... Moved here
830         * include/grub/i386/setjmp.h (grub_setjmp): Don't use attribute
831         returns_twice in mingw.
833         * script/lua/grub_lib.c: New file.
834         * script/lua/grub_lib.h: Likewise.
835         * script/lua/grub_lua.h: Likewise.
836         * script/lua/grub_main.c: Likewise.
837         * script/lua/lapi.c: Likewise.
838         * script/lua/lapi.h: Likewise.
839         * script/lua/lauxlib.c: Likewise.
840         * script/lua/lauxlib.h: Likewise.
841         * script/lua/lbaselib.c: Likewise.
842         * script/lua/lcode.c: Likewise.
843         * script/lua/lcode.h: Likewise.
844         * script/lua/ldblib.c: Likewise.
845         * script/lua/ldebug.c: Likewise.
846         * script/lua/ldebug.h: Likewise.
847         * script/lua/ldo.c: Likewise.
848         * script/lua/ldo.h: Likewise.
849         * script/lua/ldump.c: Likewise.
850         * script/lua/lfunc.c: Likewise.
851         * script/lua/lfunc.h: Likewise.
852         * script/lua/lgc.c: Likewise.
853         * script/lua/lgc.h: Likewise.
854         * script/lua/linit.c: Likewise.
855         * script/lua/liolib.c: Likewise.
856         * script/lua/llex.c: Likewise.
857         * script/lua/llex.h: Likewise.
858         * script/lua/llimits.h: Likewise.
859         * script/lua/lmathlib.c: Likewise.
860         * script/lua/lmem.c: Likewise.
861         * script/lua/lmem.h: Likewise.
862         * script/lua/loadlib.c: Likewise.
863         * script/lua/lobject.c: Likewise.
864         * script/lua/lobject.h: Likewise.
865         * script/lua/lopcodes.c: Likewise.
866         * script/lua/lopcodes.h: Likewise.
867         * script/lua/loslib.c: Likewise.
868         * script/lua/lparser.c: Likewise.
869         * script/lua/lparser.h: Likewise.
870         * script/lua/lstate.c: Likewise.
871         * script/lua/lstate.h: Likewise.
872         * script/lua/lstring.c: Likewise.
873         * script/lua/lstring.h: Likewise.
874         * script/lua/lstrlib.c: Likewise.
875         * script/lua/ltable.c: Likewise.
876         * script/lua/ltable.h: Likewise.
877         * script/lua/ltablib.c: Likewise.
878         * script/lua/ltm.c: Likewise.
879         * script/lua/ltm.h: Likewise.
880         * script/lua/lua.h: Likewise.
881         * script/lua/luaconf.h: Likewise.
882         * script/lua/lualib.h: Likewise.
883         * script/lua/lundump.c: Likewise.
884         * script/lua/lundump.h: Likewise.
885         * script/lua/lvm.c: Likewise.
886         * script/lua/lvm.h: Likewise.
887         * script/lua/lzio.c: Likewise.
888         * script/lua/lzio.h: Likewise.
890 2009-05-16  Bean  <bean123ch@gmail.com>
892         * include/grub/kernel.h (grub_module_header_types): Add type
893         OBJ_TYPE_CONFIG.
895         * kern/main.c (grub_load_config): New function.
896         (grub_main): Call grub_load_config to read boot config.
898         * grub-mkimage (generate_image): New parameter config_path.
899         (options): New option --config.
900         (main): Parse --config option, and pass it to generate_image.
902 2009-05-14  Christian Franke  <franke@computer.org>
904         * commands/i386/pc/drivemap_int13h.S: Add missing EXT_C for symbols.
905         This fixes build on Cygwin.
907 2009-05-14  Pavel Roskin  <proski@gnu.org>
909         * commands/i386/pc/drivemap_int13h.S: Eliminate unconditional
910         jump.  This saves two bytes, so the typical case of 2 swapped
911         drives would fit 32 bytes.
913 2009-05-13  Pavel Roskin  <proski@gnu.org>
915         * loader/i386/multiboot.c (grub_multiboot): Cast mmap_addr to
916         grub_uint32_t to avoid a warning.
918         * loader/i386/linux.c (allocate_pages): When assigning
919         real_mode_mem, cast through grub_size_t to fix a warning.  The
920         code already makes sure that the value would fit a pointer.
921         (grub_linux_setup_video): Cast render_target->data to
922         grub_size_t to fix a warning.
924 2009-05-13  Javier Martín  <lordhabbit@gmail.com>
926         * commands/i386/pc/drivemap.c: New file - implement drivemap
927         command.
928         * commands/i386/pc/drivemap_int13h.S: New file - int13 handler.
929         * conf/i386-pc.rmk: Add drivemap.c and drivemap_int13h.S.
931 2009-05-13  Pavel Roskin  <proski@gnu.org>
933         * util/i386/pc/grub-setup.c (setup): Remove unused variable
934         embedding_area_exists.
936 2009-05-13  Robert Millan  <rmh.grub@aybabtu.com>
938         * util/i386/pc/grub-setup.c (setup): Restructure code flow to make
939         it easier to understand / work with.
940         Improve warning messages for cases where there's no embedding area,
941         or when it is too small (or core.img too large).
943 2009-05-13  Pavel Roskin  <proski@gnu.org>
945         * loader/i386/pc/multiboot2.c: Add necessary includes for
946         grub_multiboot2_real_boot().
948         * fs/iso9660.c (grub_iso9660_iterate_dir): The file mode in the
949         PX record is always little-endian.  We only need the lower 2
950         bytes of the mode.
952         * fs/cpio.c: Use the same name "struct head" for tar and cpio to
953         facilitate code reuse.
954         (grub_cpio_mount): Use "struct head", not a char buffer.  This
955         fixes a warning reported by gcc 4.4.
957         * kernel/disk.c (grub_disk_read): Use void pointer for the
958         buffer.
959         (grub_disk_write): Use const void pointer for the buffer.
960         Adjust all callers.  Remove unnecessary casts.
962 2009-05-10  Robert Millan  <rmh.grub@aybabtu.com>
964         * util/i386/pc/grub-install.in: Update copyright year.
966 2009-05-09  Vladimir Serbinenko  <phcoder@gmail.com>
968         gptsync
970         * commands/gptsync.c: new file
971         * conf/common.rmk (pkglib_MODULES): add gptsync.mod
972         (gptsync_mod_SOURCES): new variable
973         (gptsync_mod_CFLAGS): likewise
974         (gptsync_mod_LDFLAGS): likewise
975         * include/grub/pc_partition.h (GRUB_PC_PARTITION_TYPE_NTFS):
976         new definition
977         (GRUB_PC_PARTITION_TYPE_HFS): likewise
978         * conf/i386-coreboot.rmk (grub_emu_SOURCES): add commands/gptsync.c
979         * conf/i386-ieee1275.rmk: likewise
980         * conf/i386-pc.rmk: likewise
981         * conf/powerpc-ieee1275.rmk: likewise
983 2009-05-09  Vladimir Serbinenko  <phcoder@gmail.com>
985         Fixed grub-emu
987         * kern/dl.c (grub_dl_ref): omit when compiling grub-emu
988         (grub_dl_ref): likewise
990 2009-05-08  Robert Millan  <rmh.grub@aybabtu.com>
992         * util/i386/pc/grub-setup.c (setup): Factorize find_usable_region(),
993         split in two functions (one for msdos and one for gpt).
995 2009-05-08  Pavel Roskin  <proski@gnu.org>
997         * disk/raid.c (grub_raid_block_xor): Make buf2 constant, it's
998         not modified.
1000         * disk/raid6_recover.c (grub_raid6_recover): Fix warnings about
1001         uninitialized err[0] and err[1].  Rename them to bad1 and bad2.
1002         Initialize them with -1.  Add sanity check for bad1.  Eliminate
1003         nerr variable.
1005 2009-05-08  David S. Miller  <davem@davemloft.net>
1007         * util/sparc64/ieee1275/grub-ofpathname.c (main): Set progname.
1009 2009-05-06  Robert Millan  <rmh.grub@aybabtu.com>
1011         * util/i386/pc/grub-setup.c (setup): Fix check for embed region
1012         existence.
1014 2009-05-05  Felix Zielcke  <fzielcke@z-51.de>
1016         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
1017         `kern/rescue_reader.c', `kern/rescue_parser.c' and `normal/autofs.c'.
1019 2009-05-05  David S. Miller  <davem@davemloft.net>
1021         * util/sparc64/ieee1275/grub-install.in: Fix sed arg quoting.
1023 2009-05-05  Pavel Roskin  <proski@gnu.org>
1025         * include/grub/dl.h [GRUB_UTIL]: Provide inline implementations
1026         of grub_dl_ref() and grub_dl_unref().
1027         * commands/parttool.c: Remove preprocessor conditionals around
1028         grub_dl_ref() and grub_dl_unref().
1029         * fs/affs.c: Likewise.
1030         * fs/afs.c: Likewise.
1031         * fs/cpio.c: Likewise.
1032         * fs/ext2.c: Likewise.
1033         * fs/fat.c: Likewise.
1034         * fs/hfs.c: Likewise.
1035         * fs/hfsplus.c: Likewise.
1036         * fs/iso9660.c: Likewise.
1037         * fs/jfs.c: Likewise.
1038         * fs/minix.c: Likewise.
1039         * fs/ntfs.c: Likewise.
1040         * fs/reiserfs.c: Likewise.
1041         * fs/sfs.c: Likewise.
1042         * fs/udf.c: Likewise.
1043         * fs/ufs.c: Likewise.
1044         * fs/xfs.c: Likewise.
1045         * include/grub/dl.h: Likewise.
1046         * loader/xnu.c: Likewise.
1048 2009-05-04  Pavel Roskin  <proski@gnu.org>
1050         * commands/acpi.c: Remove unused variable my_mod.
1051         * partmap/amiga.c: Likewise.
1052         * partmap/apple.c: Likewise.
1053         * partmap/gpt.c: Likewise.
1054         * partmap/pc.c: Likewise.
1055         * partmap/sun.c: Likewise.
1056         * term/gfxterm.c: Likewise.
1057         * term/i386/pc/vesafb.c: Likewise.
1058         * term/i386/pc/vga.c: Likewise.
1060 2009-05-04  David S. Miller  <davem@davemloft.net>
1062         * kern/ieee1275/openfw.c (grub_children_iterate): Fix string
1063         pointer args to grub_ieee1275_get_property().
1065         * conf/sparc64-ieee1275.rmk: Fix build due to missing '\'.
1067         * disk/ieee1275/ofdisk.c (grub_ofdisk_iterate): Bypass cdrom
1068         devices, and do not traverse down under controller nodes.
1070         * disk/ieee1275/ofdisk.c (compute_dev_path): New.
1071         (grub_ofdisk_open): Use it to un-escape "," characters.
1072         * kern/disk.c (find_part_sep): New.
1073         (grub_disk_open): Use it to find the first non-escaped ','
1074         character in the disk name.
1075         * util/ieee1275/devicemap.c (escape_of_path): New.
1076         (grub_util_emit_devicemap_entry): Use it.
1077         * util/sparc64/ieee1275/grub-install.in: Update script to
1078         strip partition specifiers properly by not triggering on
1079         '\' escaped ',' characters.
1081 2009-05-04  Robert Millan  <rmh.grub@aybabtu.com>
1083         * include/grub/i386/linux.h (GRUB_LINUX_VID_MODE_VESA_START): Set
1084         to 0x300.
1085         * loader/i386/linux.c (vga_modes, linux_vesafb_res): Add a few
1086         resolutions.
1087         (linux_vesafb_modes): Add a lot of additional modes to the list (based
1088         on documentation from Wikipedia).
1090 2009-05-04  Pavel Roskin  <proski@gnu.org>
1092         * disk/ata.c: Spelling fixes.
1093         * disk/raid.c: Likewise.
1094         * disk/usbms.c: Likewise.
1095         * disk/dmraid_nvidia.c: Likewise.
1096         * kern/ieee1275/openfw.c: Likewise.
1097         * kern/ieee1275/init.c: Likewise.
1098         * kern/ieee1275/cmain.c: Likewise.
1099         * boot/i386/pc/cdboot.S: Likewise.
1100         * video/readers/png.c: Likewise.
1101         * video/i386/pc/vbe.c: Likewise.
1102         * fs/udf.c: Likewise.
1103         * fs/hfs.c: Likewise.
1104         * fs/reiserfs.c: Likewise.
1105         * efiemu/runtime/efiemu.c: Likewise.
1106         * efiemu/main.c: Likewise.
1107         * efiemu/mm.c: Likewise.
1108         * include/grub/elf.h: Likewise.
1109         * include/grub/xnu.h: Likewise.
1110         * include/grub/usbdesc.h: Likewise.
1111         * include/grub/usb.h: Likewise.
1112         * include/grub/script_sh.h: Likewise.
1113         * include/grub/lib/LzmaEnc.h: Likewise.
1114         * include/grub/efiemu/efiemu.h: Likewise.
1115         * include/grub/command.h: Likewise.
1116         * normal/menu.c: Likewise.
1117         * normal/main.c: Likewise.
1118         * normal/datetime.c: Likewise.
1119         * bus/usb/uhci.c: Likewise.
1120         * mmap/i386/uppermem.c: Likewise.
1121         * mmap/mmap.c: Likewise.
1122         * commands/acpi.c: Likewise.
1123         * commands/test.c: Likewise.
1124         * partmap/apple.c: Likewise.
1125         * font/font.c: Likewise.
1126         * loader/sparc64/ieee1275/linux.c: Likewise.
1127         * loader/macho.c: Likewise.
1128         * loader/i386/bsd_trampoline.S: Likewise.
1129         * loader/i386/bsd.c: Likewise.
1130         * loader/xnu.c: Likewise.
1131         * term/i386/pc/vesafb.c: Likewise.
1132         * term/usb_keyboard.c: Likewise.
1133         * util/resolve.c: Likewise.
1134         * util/getroot.c: Likewise.
1136 2009-05-04  Felix Zielcke  <fzielcke@z-51.de>
1138         * conf/i386-pc.rmk (libpkg_DATA): Rename to pkglib_DATA.
1140 2009-05-04  Robert Millan  <rmh.grub@aybabtu.com>
1142         * loader/i386/linux.c [GRUB_MACHINE_PCBIOS] (grub_cmd_linux): Fix
1143         build error.
1145 2009-05-04  Robert Millan  <rmh.grub@aybabtu.com>
1147         * loader/i386/linux.c (grub_cmd_linux): Make "vga=" compatibility
1148         parameter only available on BIOS.
1150 2009-05-04  Vladimir Serbinenko  <phcoder@gmail.com>
1152         Removed wrong semicolon in declaration
1154         * grub/misc.h (grub_dprintf): remove semicolon
1156 2009-05-04  Robert Millan  <rmh.grub@aybabtu.com>
1158         * loader/i386/linux.c (GRUB_ASSUME_LINUX_HAS_FB_SUPPORT): New macro.
1159         (grub_linux_boot): Don't check for `linux_vesafb_modes' bounds (this
1160         is done by grub_cmd_linux() now).
1161         [! GRUB_ASSUME_LINUX_HAS_FB_SUPPORT]: If "vga=" parameter wasn't set,
1162         restore video to text mode.
1163         (grub_cmd_linux): Default `vid_mode' initialization to 0, which
1164         indicates lack of "vga=" parameter.  "vga=0" is mapped to
1165         `GRUB_LINUX_VID_MODE_NORMAL'.
1167 2009-05-04  Felix Zielcke  <fzielcke@z-51.de>
1169         * conf/i386-efi.rmk (grub_emu_SOURCES): Remove `normal/execute.c',
1170         `normal/lexer.c', `kern/rescue.c', `normal/function.c', `normal/misc.c'
1171         and `normal/script.c'.  Add `kern/rescue_reader.c',
1172         `kern/rescue_parser.c', `script/sh/main.c', `script/sh/execute.c',
1173         `script/sh/function.c', `script/sh/lexer.c', `script/sh/script.c' and
1174         `grub_script.tab.c'.
1176         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
1177         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
1178         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
1179         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
1180         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
1182         * Makefile.in: Remove duplicated 2008 in Copyright line.
1184 2009-05-04  Robert Millan  <rmh.grub@aybabtu.com>
1186         * util/misc.c (grub_util_warn): New function.  Emits a warning
1187         unconditionally.
1188         * include/grub/util/misc.h (grub_util_warn): New declaration.
1190         * util/i386/pc/grub-install.in: Understand --force and pass it down
1191         to grub-setup.
1193         * util/i386/pc/grub-setup.c (main): Understand --force and pass it
1194         down to setup().
1195         (setup): Improve error messages and add warnings when requested to
1196         install in odd layouts.  Refuse to install using blocklists unless
1197         --force was set.
1199 2009-05-04  martin f. krafft  <madduck@madduck.net>
1201         * disk/raid.c (grub_raid_scan_device): Improve debug message.
1203 2009-05-04  Vladimir Serbinenko  <phcoder@gmail.com>
1205         Updated copyright year
1207         * fs/hfsplus.c: updated copyright year
1209 2009-05-04  Vladimir Serbinenko  <phcoder@gmail.com>
1211         HFS+ UUID
1213         * fs/hfsplus.c (grub_hfsplus_volheader): added num_serial field
1214         in the space previously used by unused3
1215         (grub_hfsplus_uuid): new function
1216         (grub_hfsplus_fs): added uuid field
1218 2009-05-03  Pavel Roskin  <proski@gnu.org>
1220         * disk/ata.c: Don't cast mod to void in GRUB_MOD_INIT to
1221         suppress warnings.  It's no longer needed.
1222         * disk/host.c: Likewise.
1223         * disk/ata_pthru.c: Likewise.
1224         * disk/loopback.c: Likewise.
1225         * hook/datehook.c: Likewise.
1226         * parttool/pcpart.c: Likewise.
1227         * fs/i386/pc/pxe.c: Likewise.
1228         * fs/ntfscomp.c: Likewise.
1229         * efiemu/main.c: Likewise.
1230         * mmap/mmap.c: Likewise.
1231         * commands/crc.c: Likewise.
1232         * commands/hexdump.c: Likewise.
1233         * commands/hdparm.c: Likewise.
1234         * commands/acpi.c: Likewise.
1235         * commands/echo.c: Likewise.
1236         * commands/minicmd.c: Likewise.
1237         * commands/blocklist.c: Likewise.
1238         * commands/memrw.c: Likewise.
1239         * commands/loadenv.c: Likewise.
1240         * commands/usbtest.c: Likewise.
1241         * commands/lsmmap.c: Likewise.
1242         * commands/boot.c: Likewise.
1243         * commands/parttool.c: Likewise.
1244         * commands/configfile.c: Likewise.
1245         * commands/search.c: Likewise.
1246         * commands/ieee1275/suspend.c: Likewise.
1247         * commands/cat.c: Likewise.
1248         * commands/i386/pc/pxecmd.c: Likewise.
1249         * commands/i386/pc/play.c: Likewise.
1250         * commands/i386/pc/halt.c: Likewise.
1251         * commands/i386/pc/vbeinfo.c: Likewise.
1252         * commands/i386/pc/vbetest.c: Likewise.
1253         * commands/lspci.c: Likewise.
1254         * commands/date.c: Likewise.
1255         * commands/handler.c: Likewise.
1256         * commands/ls.c: Likewise.
1257         * commands/test.c: Likewise.
1258         * commands/cmp.c: Likewise.
1259         * commands/efi/loadbios.c: Likewise.
1260         * commands/efi/fixvideo.c: Likewise.
1261         * commands/halt.c: Likewise.
1262         * commands/help.c: Likewise.
1263         * commands/reboot.c: Likewise.
1264         * hello/hello.c: Likewise.
1265         * script/sh/main.c: Likewise.
1266         * loader/xnu.c: Likewise.
1267         * term/terminfo.c: Likewise.
1268         * term/i386/pc/serial.c: Likewise.
1269         * term/usb_keyboard.c: Likewise.
1271 2009-05-03  David S. Miller  <davem@davemloft.net>
1273         * normal/menu.c: Include grub/parser.h
1275 2009-05-03  Pavel Roskin  <proski@gnu.org>
1277         * mmap/efi/mmap.c (grub_mmap_malign_and_register): Return void*,
1278         not char*.
1279         * mmap/i386/mmap.c (grub_mmap_malign_and_register): Likewise.
1280         Suggested by Javier Martín <lordhabbit@gmail.com>
1282         * util/i386/pc/grub-mkrescue.in: Allow for the case when
1283         efiemu??.o doesn't exist.
1284         * util/i386/pc/grub-install.in: Likewise.  Use "cp -f" for
1285         copying.
1287 2009-05-03  Bean  <bean123ch@gmail.com> Vladimir Serbinenko  <phcoder@gmail.com>
1289         FreeBSD 64-bit support
1291         * conf/i386-pc.rmk (bsd_mod_SOURCES): add loader/i386/bsd_helper.S
1292         and loader/i386/bsd_trampoline.S
1293         (bsd_mod_ASFLAGS): new variable
1294         * include/grub/i386/bsd.h (FREEBSD_MODINFOMD_SMAP): new definition
1295         (FREEBSD_MODTYPE_KERNEL64): likewise
1296         (grub_bsd64_trampoline_start): likewise
1297         (grub_bsd64_trampoline_end): likewise
1298         (grub_bsd64_trampoline_selfjump): likewise
1299         (grub_bsd64_trampoline_gdt): likewise
1300         * include/grub/i386/loader.h (grub_unix_real_boot): moved from here ...
1301         * include/grub/i386/bsd.h (grub_unix_real_boot): ... moved here
1302         * kern/i386/loader.S (grub_unix_real_boot): moved from here ...
1303         * loader/i386/bsd_helper.S (grub_unix_real_boot): moved here
1304         * include/grub/gpt_partition.h (grub_gpt_partentry): Corrected the type
1305         of "attrib" member
1306         * loader/i386/bsd_pagetable.c: new file
1307         * loader/i386/bsd_trampoline.S: likewise
1308         * loader/i386/bsd.c (ALIGN_QWORD): new macro
1309         (ALIGN_VAR): likewise
1310         (entry_hi): new variable
1311         (kern_end_mdofs): likewise
1312         (is_64bit): likewise
1313         (grub_freebsd_add_meta): use ALIGN_VAR
1314         (grub_e820_mmap): new declaration
1315         (grub_freebsd_add_mmap): new function
1316         (grub_freebsd_add_meta_module): support 64 bit kernels
1317         (grub_freebsd_list_modules): use ALIGN_VAR
1318         (gdt_descriptor): new declaration
1319         (grub_freebsd_boot): support 64 bit kernels
1320         (grub_bsd_elf64_hook): new function
1321         (grub_bsd_load_elf): support elf64
1323 2009-05-03  Bean  <bean123ch@gmail.com>
1325         * script/sh/execute.c (grub_script_execute_cmdif): Reset grub_errno
1326         after we get the result of if statement.
1328 2009-05-03  Bean  <bean123ch@gmail.com>
1330         * Makefile.in (enable_efiemu): New variable.
1332         * conf/i386-pc.rmk: Only compile efiemu runtimes when enable_efiemu is
1333         set.
1334         (efiemu32.o): Use macro $< for source file, add $(srcdir) to include
1335         path.
1336         (efi64_c.o): Use macro $< for source file, add $(srcdir) to include
1337         path, add -mno-red-zone option.
1338         (efiemu64_s.o): Likewise.
1339         (efiemu64.o): Use macro $^ for source file.
1341         * configure.ac (--enable-efiemu): New option.
1343 2009-05-03  Vladimir Serbinenko  <phcoder@gmail.com>
1345         xnu support
1347         * conf/i386-efi.rmk (kernel_mod_HEADERS): added i386/pit.h
1348         (pkglib_MODULES): add xnu.mod
1349         (xnu_mod_SOURCES): new variable
1350         (xnu_mod_CFLAGS): likewise
1351         (xnu_mod_LDFLAGS): likewise
1352         (xnu_mod_ASFLAGS): likewise
1353         * conf/i386-pc.rmk: likewise
1354         * conf/x86_64-efi.rmk: likewise
1355         * include/grub/efi/efi.h (grub_efi_finish_boot_services):
1356         new declaration
1357         * include/grub/i386/macho.h: new file
1358         * include/grub/i386/xnu.h: likewise
1359         * include/grub/macho.h: likewise
1360         * include/grub/machoload.h: likewise
1361         * include/grub/x86_64/macho.h: likewise
1362         * include/grub/x86_64/xnu.h: likewise
1363         * include/grub/xnu.h: likewise
1364         * kern/efi/efi.c (grub_efi_finish_boot_services): new function
1365         * kern/efi/mm.c (MAX_HEAP_SIZE): increase
1366         * loader/i386/efi/xnu.c: new file
1367         * loader/i386/pc/xnu.c: likewise
1368         * loader/i386/xnu.c: likewise
1369         * loader/i386/xnu_helper.S: likewise
1370         * loader/macho.c: likewise
1371         * loader/xnu.c: likewise
1372         * loader/xnu_resume.c: likewise
1373         * util/grub-dumpdevtree: likewise
1374         * include/grub/i386/pit.h: include grub/err.h
1375         (grub_pit_wait): export
1376         * util/grub.d/30_os-prober.in: support Darwin/Mac OS X
1378 2009-05-02  Vladimir Serbinenko  <phcoder@gmail.com>
1380         Efiemu
1382         * conf/i386-pc.rmk: new modules efiemu, efiemu_acpi, efiemu_pnvram,
1383         _linux_efi, linux_efi.
1384         new files in grub-emu
1385         new targets efiemu32.o and efiemu64.o
1386         * loader/linux_normal_efiemu.c: likewise
1387         * loader/i386/efi/linux.c: added preliminary efiemu support
1388         * util/i386/pc/grub-install.in: add efiemu??.o to the list of
1389         files to copy
1390         * include/grub/autoefi.h: new file
1391         * include/grub/i386/efiemu.h: likewise
1392         * include/grub/i386/pc/efiemu.h: likewise
1393         * include/grub/efi/api.h: add LL suffix when necessary
1394         new definitions relating to tables
1395         * include/grub/efiemu/efiemu.h: new file
1396         * include/grub/efiemu/runtime.h: likewise
1397         * efiemu/prepare.c: likewise
1398         * efiemu/loadcore_common.c: likewise
1399         * efiemu/loadcore64.c: likewise
1400         * efiemu/runtime/efiemu.sh: likewise
1401         * efiemu/runtime/efiemu.S: likewise
1402         * efiemu/runtime/efiemu.c: likewise
1403         * efiemu/runtime/config.h: likewise
1404         * efiemu/prepare32.c: likewise
1405         * efiemu/main.c: likewise
1406         * efiemu/modules/pnvram.c: likewise
1407         * efiemu/modules/i386: likewise
1408         * efiemu/modules/i386/pc: likewise
1409         * efiemu/modules/acpi.c: likewise
1410         * efiemu/i386/pc/cfgtables.c: likewise
1411         * efiemu/i386/loadcore64.c: likewise
1412         * efiemu/i386/loadcore32.c: likewise
1413         * efiemu/prepare64.c: likewise
1414         * efiemu/loadcore.c: likewise
1415         * efiemu/symbols.c: likewise
1416         * efiemu/mm.c: likewise
1417         * efiemu/loadcore32.c: likewise
1419 2009-05-02  Vladimir Serbinenko  <phcoder@gmail.com>
1421         ACPI spoofing
1423         * commands/acpi.c: new file
1424         * commands/i386/pc/acpi.c: likewise
1425         * commands/efi/acpi.c: likewise
1426         * include/grub/acpi.h: likewise
1427         * conf/i386-pc.rmk (pkglib_MODULES): added acpi.mod
1428         (acpi_mod_SOURCES): new variable
1429         (acpi_mod_CFLAGS): likewise
1430         (acpi_mod_LDFLAGS): likewise
1431         * conf/i386-efi.rmk: likewise
1432         * conf/x86_64-efi.rmk: likewise
1434 2009-05-02  Vladimir Serbinenko  <phcoder@gmail.com>
1436         Missing part from mmap patch
1438         * mmap/efi/mmap.c (grub_machine_mmap_unregister): renamed to
1439         (grub_mmap_unregister)
1440         (grub_mmap_free_and_unregister): use grub_mmap_register
1442 2009-05-02  Vladimir Serbinenko  <phcoder@gmail.com>
1444         Mmap services
1446         * loader/i386/efi/linux.c (grub_linux_boot): use grub_mmap_iterate
1447         * loader/i386/linux.c (find_mmap_size): likewise
1448         (allocate_pages): likewise
1449         * loader/i386/multiboot.c (grub_get_multiboot_mmap_len): likewise
1450         (grub_fill_multiboot_mmap): likewise
1451         (grub_multiboot): use grub_mmap_get_lower and grub_mmap_get_upper
1452         * loader/i386/pc/linux.c (grub_cmd_linux): use grub_mmap_get_lower
1453         * include/grub/i386/bsd.h (OPENBSD_MMAP_AVAILABLE): new definition
1454         (OPENBSD_MMAP_RESERVED): likewise
1455         * include/grub/i386/pc/memory.h: include grub/memory.h
1456         (grub_lower_mem): removed
1457         (grub_upper_mem): likewise
1458         (GRUB_MACHINE_MEMORY_ACPI): new definition
1459         (GRUB_MACHINE_MEMORY_NVS): likewise
1460         (GRUB_MACHINE_MEMORY_MAX_TYPE): likewise
1461         (GRUB_MACHINE_MEMORY_HOLE): likewise
1462         (grub_machine_mmap_register): likewise
1463         (grub_machine_mmap_unregister): likewise
1464         (grub_machine_get_upper): likewise
1465         (grub_machine_get_lower): likewise
1466         (grub_machine_get_post64): likewise
1467         * include/grub/i386/efi/memory.h: new file
1468         * include/grub/x86_64/efi/memory.h: likewise
1469         * include/grub/efi/memory.h: likewise
1470         * conf/i386-pc.rmk (pkglib_MODULES): added mmap.mod
1471         (mmap_mod_SOURCES): new variable
1472         (mmap_mod_LDFLAGS): likewise
1473         (mmap_mod_ASFLAGS): likewise
1474         * conf/i386-coreboot.rmk: likewise
1475         * conf/i386-ieee1275.rmk: likewise
1476         * conf/i386-efi.rmk: likewise
1477         * conf/x86_64-efi.rmk: likewise
1478         * include/grub/types.h (UINT_TO_PTR): new macro
1479         (PTR_TO_UINT32): likewise
1480         (PTR_TO_UINT64): likewise
1481         * include/grub/memory.h: new file
1482         * mmap/i386/pc/mmap.c: likewise
1483         * mmap/i386/pc/mmap_helper.S: likewise
1484         * mmap/i386/uppermem.c: likewise
1485         * mmap/mmap.c: likewise
1486         * mmap/efi/mmap.c: likewise
1487         * kern/i386/coreboot/init.c (grub_machine_init): don't use
1488         grub_upper_mem
1489         * kern/i386/pc/init.c (grub_lower_mem): removed variable
1490         (grub_upper_mem): likewise
1491         (grub_machine_init): don't use grub_upper_mem,
1492         make grub_lower_mem local
1493         * loader/i386/bsd.c (grub_openbsd_boot): use grub_mmap_get_lower,
1494         grub_mmap_iterate and grub_mmap_get_upper
1495         (grub_netbsd_boot): use grub_mmap_get_lower and grub_mmap_get_upper
1497 2009-05-02  Bean  <bean123ch@gmail.com>
1499         * conf/common.rmk (grub_script.tab.c): Change normal/parser.y to
1500         script/sh/parser.y.
1501         (pkglib_MODULES): Add normal.mod and sh.mod.
1502         (normal_SOURCES): New variable.
1503         (normal_mod_CFLAGS): Likewise.
1504         (normal_mod_LDFLAGS): Likewise.
1505         (sh_mod_SOURCES): Likewise.
1506         (sh_mod_CFLAGS): Likewise.
1507         (sh_mod_LDFLAGS): Likewise.
1509         * conf/i386-pc.rmk (normal/lexer.c_DEPENDENCIES): Changed to
1510         script/sh/lexer.c_DEPENDENCIES.
1511         (kernel_img_SOURCES): Remove kern/rescue.c, and kern/reader.c,
1512         kern/rescue_reader.c and kern/rescue_parser.c.
1513         (kernel_img_HEADERS): Remove rescue.h, add reader.h.
1514         (grub_emu_SOURCES): Change source files.
1515         (pkglib_MODULES): Remove normal.mod.
1516         (normal_SOURCES): Removed.
1517         (normal_mod_CFLAGS): Likewise.
1518         (normal_mod_LDFLAGS): Likewise.
1519         * conf/i386-coreboot.rmk: Likewise.
1520         * conf/i386-efi.rmk: Likewise.
1521         * conf/i386-ieee1276.rmk: Likewise.
1522         * conf/powerpc-ieee1275.rmk: Likewise.
1523         * conf/sparc64-ieee1275.rmk: Likewise.
1524         * conf/x86_64-efi.rmk: Likewise.
1526         * include/grub/command.h (grub_command_execute): New inline function.
1528         * include/grub/menu.h (grub_menu_entry): Removed commands field.
1530         * include/grub/normal.h: Remove <grub/setjmp.h>.
1531         (grub_fs_module_list): Moved to normal/autofs.c.
1532         (grub_exit_env): Removed.
1533         (grub_command_execute): Likewise.
1534         (grub_normal_menu_addentry): Renamed to grub_menu_addentry, removed
1535         parameter script.
1536         (read_command_list): New function declaration.
1537         (read_fs_list): Likewise.
1539         * include/parser.h: Include <grub/reader.h>.
1540         (grub_parser_split_cmdline): Change type of getline parameter.
1541         (grub_parser): New structure.
1542         (grub_parser_class): New variable.
1543         (grub_parser_execute): New function declaration.
1544         (grub_register_rescue_parser): Likewise.
1545         (grub_parser_register): New inline function.
1546         (grub_parser_unregister): Likewise.
1547         (grub_parser_get_current): Likewise.
1548         (grub_parser_set_current): Likewise.
1550         * include/grub/reader.h: New file.
1551         * kern/reader.c: Likewise.
1552         * kern/rescue_parser.c: Likewise.
1553         * kern/rescue_reader.c: Likewise.
1554         * normal/autofs.c: Likewise.
1555         * normal/dyncmd.c: Likewise.
1557         * include/grub/rescue.h: Removed.
1558         * normal/command.h: Likewise.
1560         * include/grub/script.h: Moved to ...
1561         * include/grub/script_sh.h: ... Moved here.
1562         * normal/execute.c: Moved to ...
1563         * script/sh/execute.c: ... Moved here.
1564         * normal/function.c: Moved to ...
1565         * script/sh/function.c: ... Moved here.
1566         * normal/lexer.c: Moved to ...
1567         * script/sh/lexer.c: ... Moved here.
1568         * normal/parser.y: Moved to ...
1569         * script/sh/parser.y: ... Moved here.
1570         * normal/script.c: Moved to ...
1571         * script/sh/script.c: ... Moved here.
1573         * normal/main.c: Remove <grub/rescue.h> and <grub/script.h>, include
1574         <grub/reader.h>.
1575         (grub_exit_env): Removed.
1576         (fs_module_list): Moved to normal/autofs.c.
1577         (grub_file_getline): Don't handle comment here.
1578         (free_menu): Skip removed field entry->commands.
1579         (grub_normal_menu_addentry): Removed as grub_menu_entry, removed
1580         script parameter.
1581         (read_config_file): Removed nested parameter, change getline function.
1582         (grub_enter_normal_mode): Removed.
1583         (grub_dyncmd_dispatcher): Moved to normal/dyncmd.c.
1584         (read_command_list): Likewise.
1585         (autoload_fs_module): Moved to normal/autofs.c.
1586         (read_fs_list): Likewise.
1587         (reader_nested): New variable.
1588         (grub_normal_execute): Run parser.sh to switch to sh parser.
1589         (grub_cmd_rescue): Removed.
1590         (cmd_normal): Removed.
1591         (grub_cmd_normal): Unregister itself at the beginning. Don't register
1592         rescue command.
1593         (grub_cmdline_run): New function.
1594         (grub_normal_reader_init): Likewise.
1595         (grub_normal_read_line): Likewise.
1596         (grub_env_write_pager): Likewise.
1597         (cmdline): New variable.
1598         (grub_normal_reader): Likewise.
1599         (GRUB_MOD_INIT): Register normal reader and set as current, register
1600         pager hook, register normal command with grub_register_command_prio,
1601         so that it won't show up in command.lst.
1602         (GRUB_MOD_FINI): Unregister normal reader, unhook pager, clear
1603         grub_fs_autoload_hook.
1605         * normal/menu.c: Remove <grub/script.h>, add <grub/command.h>.
1606         (grub_menu_execute_entry): Replace grub_script_execute with
1607         grub_parser_execute, change parameter to grub_command_execute.
1609         * normal/menu_text.c: Remove <grub/script.h>.
1611         * normal/menu_entry.c: Remove <grub/script.h>, add <grub/command.h>
1612         and <grub/parser.h>.
1613         (run): Change editor_getline to use new parser interface. Change
1614         parameter to grub_command_execute.
1616         * kern/main.c: Remove <grub/rescue.h>, include <grub/command.h>,
1617         <grub/reader.h> and <grub/parser.h>.
1618         (grub_load_normal_mode): Execute normal command.
1619         (grub_main): Call grub_register_core_commands,
1620         grub_register_rescue_parser and grub_register_rescue_reader, use
1621         grub_reader_loop to enter input loop.
1623         * kern/parser.c (grub_parser_split_cmdline): Change type of
1624         getline parameter.
1625         (grub_parser_class): New variable.
1626         (grub_parser_execute): New function.
1628         * loader/i386/multiboot.c: Remove <grub/rescue.h>.
1629         * loader/multiboot2.c: Likewise.
1630         * loader/sparc64/ieee1275/linux.c: Likewise.
1632         * util/grub-emu.c (read_command_list): New dummy function.
1634 2009-05-02  Robert Millan  <rmh.grub@aybabtu.com>
1636         * util/deviceiter.c (grub_util_iterate_devices): Increase max drive
1637         count to 16 for CCISS and IDA.
1639 2009-05-02  Robert Millan  <rmh.grub@aybabtu.com>
1641         * normal/menu_text.c  (grub_wait_after_message): Print a newline
1642         after waiting for user input.
1644         * loader/i386/linux.c: Include `<grub/normal.h>'.
1645         (grub_cmd_linux): Improve the error message about `ask' mode, by
1646         waiting for user input so it's not missed (we can do this, since
1647         user requested interaction).
1649 2009-05-02  Vladimir Serbinenko  <phcoder@gmail.com>
1651         Added missing lst to grub-mkrescue
1653         * util/i386/pc/grub-mkrescue.in: added ${input_dir}/handler.lst
1654         and ${input_dir}/parttool.lst
1656 2009-04-30  David S. Miller  <davem@davemloft.net>
1658         * util/hostdisk.c (device_is_wholedisk): New function.
1659         (grub_util_biosdisk_get_grub_dev): Shortcut when hdg.start is
1660         zero only if device_is_wholedisk() returns true.
1662         * util/hostdisk.c (convert_system_partition_to_system_disk):
1663         Handle virtual disk devices named /dev/vdiskX as found on sparc
1664         and powerpc.
1666         * kern/sparc64/ieee1275/init.c (grub_machine_set_prefix): If
1667         lettered partition specifier is found, convert to numbered.
1669 2009-04-29  David S. Miller  <davem@davemloft.net>
1671         * include/grub/powerpc/ieee1275/memory.h: Include ieee1275.h.
1672         * include/grub/sparc64/ieee1275/memory.h: Likewise.
1674         * normal/command.c: Add missing newline at end of file.
1676         * commands/lsmmap.c (grub_cmd_lsmmap): Add casts to avoid printf
1677         warnings.
1678         * kern/ieee1275/openfw.c (grub_claimmap): Likewise.
1679         * disk/ieee1275/ofdisk.c (grub_ofdisk_open, grub_ofdisk_close,
1680         grub_ofdisk_read): Likewise, and deal similarly with the fact that
1681         ihandles have a 32-bit type but need to be stored in a "void *".
1683 2009-04-28  Pavel Roskin  <proski@gnu.org>
1685         * disk/fs_uuid.c (grub_fs_uuid_open): Use parent->data for dev,
1686         not disk.  Adjust all dependencies.
1687         (grub_fs_uuid_close): Use grub_device_close(), not
1688         grub_disk_close().
1690         * disk/fs_uuid.c (grub_fs_uuid_open): Allocate memory to copy
1691         parent's partition, don't copy it by reference, as it gets freed
1692         on close.
1694 2009-04-27  Vladimir Serbinenko  <phcoder@gmail.com>
1696         Preboot hooks support
1698         * commands/boot.c (struct grub_preboot_t): new declaration
1699         (preboots_head): new variable
1700         (preboots_tail): likewise
1701         (grub_loader_register_preboot_hook): new function
1702         (grub_loader_unregister_preboot_hook): likewise
1703         (grub_loader_set): launch preboot hooks
1704         * include/grub/loader.h (grub_loader_preboot_hook_prio_t): new type
1705         (grub_loader_register_preboot_hook): new declaration
1706         (grub_loader_unregister_preboot_hook): likewise
1708 2009-04-27  Vladimir Serbinenko  <phcoder@gmail.com>
1710         Warning fix
1712         * disk/scsi.c (grub_scsi_open): added missing cast when
1713         calling grub_dprintf
1715 2009-04-26  Vladimir Serbinenko  <phcoder@gmail.com>
1717         Bug and warning fixes
1719         * include/grub/i386/pc/init.h (grub_stop_floppy): added missing
1720         declaration
1721         * commands/test.c (test_parse): fixed bug with file tests and corrected
1722         declaration of find_file
1724 2009-04-26  Pavel Roskin  <proski@gnu.org>
1726         * Makefile.in: Don't install empty manual pages if help2man is
1727         missing.  Use help2man option for output, not shell redirection.
1729 2009-04-26  David S. Miller  <davem@davemloft.net>
1731         * util/grub-mkdevicemap.c (make_device_map): Add missing
1732         NESTED_FUNC_ATTR to process_device().
1734 2009-04-25  Vladimir Serbinenko  <phcoder@gmail.com>
1736         Test command
1738         * commands/test.c: rewritten to use bash-like test
1740 2009-04-25  Vladimir Serbinenko  <phcoder@gmail.com>
1742         Parttool autoloading and improvements
1744         * Makefile.in (pkglib_DATA): add parttool.lst
1745         (parttool.lst): new target
1746         * genmk.rb: generate parttool-*
1747         (CLEANFILES): add #{parttool}
1748         (PARTTOOLFILES): new variable
1749         * genparttoollist.sh: new file
1750         * parttool/pcpart.c (grub_pcpart_boot): more feedback
1751         (grub_pcpart_type): likewise
1752         * commands/parttool.c (helpmsg): new variable
1753         (grub_cmd_parttool): output help if not enough arguments are supplied
1754         autoload modules
1755         (GRUB_MOD_INIT(parttool)): use helpmsg
1757 2009-04-24  David S. Miller  <davem@davemloft.net>
1759         Avoiding opening same device multiple times in device iterator.
1761         * kern/device.c: (grub_device_iterate): Define struct part_ent,
1762         and use it to build a list of partitions in iterate_disk() and
1763         iterate_partition().
1765         * disk/fs_uuid.c (grub_fs_uuid_close): Call grub_disk_close()
1766         on disk->data.
1768         * disk/ieee1275/nand.c (grub_nand_iterate): Return
1769         grub_devalias_iterate() result instead of unconditional 0.
1770         * disk/ieee1275/ofdisk.c (grub_ofdisk_iterate): Likewise.
1771         Also, capture hook return value, either directly or via
1772         grub_children_iterate(), and propagate to caller.
1773         * include/grub/ieee1275/ieee1275.h (grub_devalias_iterate,
1774         grub_children_iterate): Return value is now 'int' instead of
1775         'grub_err_t'.
1776         * kern/ieee1275/openfw.c (grub_children_iterate): Fix to behave
1777         like a proper iterator, stopping when hooks return non-zero.
1778         (grub_devalias_iterate): Likewise.
1780 2009-04-23  David S. Miller  <davem@davemloft.net>
1782         * kern/sparc64/ieee1275/openfw.c: Unused, delete.
1784 2009-04-22  David S. Miller  <davem@davemloft.net>
1786         * kern/ieee1275/mmap.c (grub_machine_mmap_iterate): If size_cells
1787         is larger than address_cells, use that value for address_cells too.
1789         * include/grub/ieee1275/ieee1275.h (IEEE1275_MAX_PROP_LEN,
1790         IEEE1275_MAX_PATH_LEN): Define.
1791         * kern/ieee1275/openfw.c (grub_children_iterate): Dynamically
1792         allocate 'childtype', 'childpath', 'childname', and 'fullname'.
1793         (grub_devalias_iterate): Dynamically allocate 'aliasname' and
1794         'devtype'.  Explicitly NULL terminate devalias expansion.
1796         * util/sparc64/ieee1275/misc.c: New file.
1797         * util/sparc64/ieee1275/grub-setup.c: New file.
1798         * util/sparc64/ieee1275/grub-ofpathname.c: New file.
1799         * util/sparc64/ieee1275/grub-mkimage.c: New file.
1800         * util/sparc64/ieee1275/grub-install.in: New file.
1801         * util/ieee1275/ofpath.c: New file.
1802         * util/ieee1275/devicemap.c: New file.
1803         * util/devicemap.c: New file.
1804         * util/deviceiter.c: New file.
1805         * kern/sparc64/ieee1275/init.c: New file.
1806         * include/grub/util/ofpath.h: New file.
1807         * include/grub/util/deviceiter.h: New file.
1808         * util/grub-mkdevicemap.c: Include deviceiter.h.
1809         Implement using grub_util_emit_devicemap_entry and
1810         grub_util_iterate_devices.
1811         * conf/i386-corebook.rmk: Build util/deviceiter.c and
1812         util/devicemap.c into grub-mkdevicemap
1813         * conf/i386-efi.rmk: Likewise.
1814         * conf/i386-ieee1275.rmk: Likewise.
1815         * conf/i386-pc.rmk: Likewise.
1816         * conf/powerpc-ieee1275.rmk: Likewise.
1817         * conf/sparc64-ieee1275.rmk: Add rules to build boot block
1818         images and installation utilities.  Build kernel as image
1819         instead of as elf binary.  Use common rules as much as possible.
1821 2009-04-19  Vladimir Serbinenko  <phcoder@gmail.com>
1823         Correct GPT definition
1825         * include/grub/gpt_partition.h (grub_gpt_partentry): Corrected the type
1826         of "attrib" member
1828 2009-04-19  Felix Zielcke  <fzielcke@z-51.de>
1830         * INSTALL: Replace `autogen.sh' with `./autogen.sh'.
1832 2009-04-19  David S. Miller  <davem@davemloft.net>
1834         * loader/sparc64/ieee1275/linux.c: Include grub/command.h
1835         (grub_rescue_cmd_linux): Rename to...
1836         (grub_cmd_linux): and fix prototype.
1837         (grub_rescue_cmd_initrd): Rename to...
1838         (grub_cmd_initrd): and fix prototype.
1839         (cmd_linux, cmd_initrd): New.
1840         (GRUB_MOD_INIT(linux)): Use grub_register_command().
1841         (GRUB_MOD_FINI(linux): Use grub_unregister_command().
1843 2009-04-17  Pavel Roskin  <proski@gnu.org>
1845         * bus/usb/ohci.c (grub_ohci_transaction): Fix incorrect printf
1846         format.
1847         (grub_ohci_transfer): Likewise.
1849         * bus/usb/usbtrans.c (grub_usb_control_msg): Warning fix.
1851         * loader/multiboot_loader.c (grub_cmd_multiboot_loader): Fix
1852         return without a value.  Fix inconsistent indentation.
1854         * fs/i386/pc/pxe.c (grub_pxefs_dir): Fix function prototype to
1855         match struct grub_fs.
1857         * disk/ata.c (grub_ata_pciinit): Use NESTED_FUNC_ATTR.
1858         * bus/usb/ohci.c (grub_ohci_pci_iter): Likewise.
1859         * bus/usb/uhci.c (grub_uhci_pci_iter): Likewise.
1860         * commands/lspci.c (grub_lspci_iter): Likewise.
1862 2009-04-16  Bean  <bean123ch@gmail.com>
1864         * commands/efi/loadbios.c (grub_cmd_fakebios): Add missing return
1865         value.
1867 2009-04-15  Pavel Roskin  <proski@gnu.org>
1869         * include/grub/types.h: Rename ULONG_MAX to GRUB_ULONG_MAX and
1870         LONG_MAX to GRUB_LONG_MAX.  Introduce GRUB_LONG_MIN.  Update all
1871         users of ULONG_MAX, LONG_MAX and LONG_MIN to use the new
1872         definitions.
1874 2009-04-15  Felix Zielcke  <fzielcke@z-51.de>
1876         * disk/lvm.c (grub_lvm_scan_device): Add `LVM' to the error messages,
1877         that no multiple data or metadata areas are supported and `Unknown
1878         metadata header'.
1880 2009-04-15  Vladimir Serbinenko  <phcoder@gmail.com>
1882         Move loader out of the kernel
1884         * kern/loader.c: moved to ...
1885         * commands/boot.c: ... moved here
1886         * commands/minicmd.c (grub_mini_cmd_boot): moved to ...
1887         * commands/boot.c (grub_cmd_boot): moved here. All users updated
1888         * include/grub/kernel.h (grub_machine_fini): export
1889         * include/grub/loader.h (grub_loader_is_loaded): update declaration
1890         (grub_loader_set): likewise
1891         (grub_loader_unset): likewise
1892         (grub_loader_boot): likewise
1893         * conf/common.rmk: new module boot.mod
1894         (pkglib_MODULES): add boot.mod
1895         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): remove kern/loader.c
1896         (grub_emu_SOURCES): likewise
1897         * conf/i386-efi.rmk (kernel_elf_SOURCES): likewise
1898         (grub_emu_SOURCES): likewise
1899         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): likewise
1900         (grub_emu_SOURCES): likewise
1901         * conf/i386-pc.rmk (kernel_elf_SOURCES): likewise
1902         (grub_emu_SOURCES): likewise
1903         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): likewise
1904         (grub_emu_SOURCES): likewise
1905         * conf/sparc64-ieee1275.rmk (kernel_elf_SOURCES): likewise
1906         (grub_emu_SOURCES): likewise
1907         * conf/x86_64-efi.rmk (kernel_elf_SOURCES): likewise
1908         (grub_emu_SOURCES): likewise
1910 2009-04-15  Vladimir Serbinenko  <phcoder@gmail.com>
1912         use grub_lltoa instead of grub_itoa and grub_ltoa for all purposes
1914         * kern/misc.c (grub_itoa): Removed function
1915         (grub_ltoa): likewise
1916         (grub_vsprintf): use grub_lltoa
1918 2009-04-15  Vladimir Serbinenko  <phcoder@gmail.com>
1920         Restore grub-emu
1922         * conf/i386-pc.rmk (grub_emu_SOURCES): add normal/handler.c
1923         * conf/i386-coreboot.rmk: likewise
1924         * conf/i386-ieee1275.rmk: likewise
1925         * conf/powerpc-ieee1275.rmk: likewise
1927 2009-04-15  Felix Zielcke  <fzielcke@z-51.de>
1929         * INSTALL: Add that `./autogen.sh' needs to be run before
1930         `./configure.'.
1932 2009-04-14  Bean  <bean123ch@gmail.com>
1934         * Makefile.in (pkglib_DATA): Add handler.lst.
1935         (handler.lst): New rule.
1937         * conf/i386-pc.rmk (normal_mod_SOURCES): Add normal/handler.c.
1938         * conf/i386-coreboot.rmk: Likewise.
1939         * conf/i386-ieee1275.rmk: Likewise.
1940         * conf/i386-efi.rmk: Likewise.
1941         * conf/x86_64-efi.rmk: Likewise.
1942         * conf/powerpc-ieee1275.rmk: Likewise.
1943         * conf/sparc64-ieee1275.rmk: Likewise.
1945         * genhandlerlist.sh: New file.
1947         * genmk.rb: Add rules to generate handler.lst.
1949         * include/grub/normal.h (grub_file_getline): New function definition.
1950         (read_handler_list): Likewise.
1951         (free_handler_list): Likewise.
1953         * include/grub/term.h (grub_term_register_input): Add name parameter
1954         for auto generation of handler.lst.
1955         (grub_term_register_output): Likewise.
1957         * normal/handler.c: New file.
1959         * normal/main.c (get_line): Renamed to grub_file_getline.
1960         (read_config_file): Use the newly renamed grub_file_getline.
1961         (read_command_list): Likewise.
1962         (read_fs_list): Likewise.
1963         (grub_normal_execute): Call read_handler_list to parse handler.lst.
1964         (GRUB_MOD_FINI): Call free_handler_list to free handler list.
1966         * term/efi/console.c (grub_console_init): Add name parameter for auto
1967         generation of handler.lst.
1968         * term/gfxterm.c: Likewise.
1969         * term/i386/pc/at_keyboard.c: Likewise.
1970         * term/i386/pc/console.c: Likewise.
1971         * term/i386/pc/serial.c: Likewise.
1972         * term/i386/pc/vesafb.c: Likewise.
1973         * term/i386/pc/vga.c: Likewise.
1974         * term/i386/pc/vga_text.c: Likewise.
1975         * term/ieee1275/ofconsole.c: Likewise.
1976         * term/usb_keyboard.c: Likewise.
1978 2009-04-14  Bean  <bean123ch@gmail.com>
1980         * util/grub-pe2elf.c (write_symbol_table): Terminate short name symbol
1981         properly with null character.
1983 2009-04-14  Felix Zielcke  <fzielcke@z-51.de>
1985         * configure: Remove.
1986         * config.h.in: Likewise.
1987         * stamp-h.in: Likewise.
1988         * DISTLIST: Likewise.
1989         * conf/common.mk: Likewise.
1990         * conf/i386-coreboot.mk: Likewise.
1991         * conf/i386-efi.mk: Likewise.
1992         * conf/i386-ieee1275.mk: Likewise.
1993         * conf/i386.mk: Likewise.
1994         * conf/i386-pc.mk: Likewise.
1995         * conf/powerpc-ieee1275.mk: Likewise.
1996         * conf/sparc64-ieee1275.mk: Likewise.
1997         * conf/x86_64-efi.mk: Likewise.
1999         * INSTALL: Remove the sentence that Ruby and autoconf are only required if you
2000         develop on GRUB.
2002 2009-04-14  John Stanley  <jpsinthemix@verizon.net>
2003             David S. Miller  <davem@davemloft.net>
2005         * util/hostdisk.c (make_device_name): Fix buffer length
2006         calculations.
2008 2009-04-14  Felix Zielcke  <fzielcke@z-51.de>
2010         * util/hostdisk.c [__FreeBSD__ || __FreeBSD_kernel__]: Include
2011         <sys/param.h> and <sys/sysctl.h>.
2012         (open_device) [__FreeBSD__ || __FreeBSD_kernel_]: Use sysctlgetbyname()
2013         to add 0x10 to `kern.geom.debugflags' if it's not already set, before
2014         opening the device and reset them afterwards.
2016 2009-04-13  Pavel Roskin  <proski@gnu.org>
2018         * conf/common.rmk (grub_fstest_SOURCES): Add normal/datetime.c.
2019         Reported by John Stanley <jpsinthemix@verizon.net>
2021 2009-04-13  Robert Millan  <rmh@aybabtu.com>
2023         * util/grub.d/10_freebsd.in: Detect Debian GNU/kFreeBSD and use
2024         that name for menuentries when appropriate.
2026 2009-04-13  Felix Zielcke  <fzielcke@z-51.de>
2028         * util/grub.d/10_freebsd.in: Add a missing `fi'.
2030 2009-04-13  Robert Millan  <rmh@aybabtu.com>
2032         * loader/i386/linux.c (grub_cmd_linux): Don't pass `vga=ask' parameter
2033         to Linux, simply abort telling the user it's no longer supported.
2035 2009-04-13  Felix Zielcke  <fzielcke@z-51.de>
2037         * util/grub.d/10_freebsd.in: Don't exit if /boot/devices.hints
2038         doesn't exist.  Check also for /boot/kernel/kernel.gz.  Print
2039         `freebsd_loadenv' only when devices.hints exist.
2041 2009-04-13  Pavel Roskin  <proski@gnu.org>
2043         * term/usb_keyboard.c (grub_usb_keyboard_getkey): Warning fixes.
2045 2009-04-13  Felix Zielcke  <fzielcke@z-51.de>
2047         * util/i386/pc/grub-install.in (install_drive): Remove the BSD
2048         partition number.
2049         (grub_drive): Likewise.
2051 2009-04-13  David S. Miller  <davem@davemloft.net>
2053         * kern/sparc64/ieee1275/ieee1275.c: New file.
2054         * include/grub/sparc64/ieee1275/ieee1275.h (IEEE1275_MAP_WRITE,
2055         IEEE1275_MAP_READ, IEEE1275_MAP_EXEC, IEEE1275_MAP_LOCKED,
2056         IEEE1275_MAP_CACHED, IEEE1275_MAP_SE, IEEE1275_MAP_GLOBAL,
2057         IEEE1275_MAP_IE, IEEE1275_MAP_DEFAULT): Define.
2058         (grub_ieee1275_map_physical, grub_ieee1275_claim_vaddr,
2059         grub_ieee1275_alloc_physmem): Declare new exported functions.
2061         * include/grub/sparc64/ieee1275/loader.h: New file.
2062         * include/grub/sparc64/ieee1275/memory.h: Likewise.
2063         * include/grub/sparc64/kernel.h: Likewise.
2064         * loader/sparc64/ieee1275/linux.c: Likewise.
2066         * conf/common.rmk (grub_probe_SOURCES): Add Sun partition module.
2067         (grub_fstest_SOURCES): Likewise.
2069         * util/hostdisk.c (make_device_name): Do not make any assumptions
2070         about the length of drive names.
2072         * kern/dl.c (grub_dl_load_file): Close file immediately when
2073         we are done using it.
2075 2009-04-12  David S. Miller  <davem@davemloft.net>
2077         * kern/misc.c (grub_ltoa): Fix cast when handling negative
2078         values.  Noticed by Pavel Roskin.
2080         * configure.ac: Check for __bswapsi2 and__bswapdi2 using
2081         target compiler.
2083         * genmk.rb: Add more flexible image type specification, also
2084         pass --strip-unneeded to objcopy.
2085         * conf/i386-pc.rmk: Use *_FORMAT.
2086         * conf/i386-pc.mk: Rebuilt.
2088         * disk/ieee1275/ofdisk.c (struct ofdisk_hash_ent): New struct.
2089         (OFDISK_HASH_SZ): Define.
2090         (ofdisk_hash): New hash table.
2091         (ofdisk_hash_fn, ofdisk_hash_find, ofdisk_hash_add): New functions.
2092         (grub_ofdisk_open): Use ofdisk_hash_ent address as disk->id
2093         instead of device phandle which is not unique.
2095         * kern/sparc64/ieee1275/init.c: Delete, replace with...
2096         * kern/sparc64/ieee1275/crt0.S: assembler implementation.
2097         * include/grub/sparc64/ieee1275/kernel.h: Declare grub_prefix[].
2098         (GRUB_MOD_ALIGN, GRUB_MOD_GAP, GRUB_KERNEL_MACHINE_TOTAL_MODULE_SIZE,
2099         GRUB_KERNEL_MACHINE_KERNEL_IMAGE_SIZE,
2100         GRUB_KERNEL_MACHINE_COMPRESSED_SIZE, GRUB_KERNEL_MACHINE_PREFIX,
2101         GRUB_KERNEL_MACHINE_DATA_END): Define.
2102         (grub_kernel_image_size, grub_total_module_size): Declare.
2104 2009-04-12  Pavel Roskin  <proski@gnu.org>
2106          * configure.ac: Change the logic when we check for target tools.
2107          Do it when the target is specified and it's different from the
2108          specified value of the host.
2110 2009-04-11  Felix Zielcke  <fzielcke@z-51.de>
2112         * util/hostdisk.c [__FreeBSD_kernel__]: Include sys/disk.h.
2113         (grub_util_biosdisk_open) [__FreeBSD_kernel__]: Add support for
2114         GNU/kFreeBSD. Check if a device is a character device. Use
2115         DIOCGMEDIASIZE to get the size.
2116         (convert_system_partition_to_system_disk) [__FreeBSD_kernel__]: Add
2117         support for GNU/kFreeBSD.
2118         (grub_util_biosdisk_get_grub_dev) [__FreeBSD_kernel__]: Check if OS_DEV
2119         is a character device instead of a block device. Add support for
2120         FreeBSD device names.
2122         * util/getroot.c (find_root_device) [__FreeBSD_kernel__]: Check if ENT
2123         is a character device instead of a block device.
2125         * util/grub-probe.c (probe) [__FreeBSD_kernel__]: Check if DEVICE_NAME
2126         is a character device instead of a block device.
2128 2009-04-11  Andrey Shuvikov  <mr_hyro@yahoo.com>
2130         * util/hostdisk.c [__FreeBSD__]: Include sys/disk.h.
2131         (grub_util_biosdisk_open) [__FreeBSD__]: Add support for
2132         FreeBSD. Check if a device is a character device. Use
2133         DIOCGMEDIASIZE to get the size.
2134         (convert_system_partition_to_system_disk) [__FreeBSD__]: Add
2135         support for FreeBSD.
2136         (grub_util_biosdisk_get_grub_dev) [__FreeBSD__]: Check if OS_DEV
2137         is a character device instead of a block device. Add support for
2138         FreeBSD device names.
2140         * util/getroot.c (find_root_device) [__FreeBSD__]: Check if ENT is
2141         a character device instead of a block device.
2142         (grub_util_check_char_device): New function.
2144         * util/grub-probe.c (probe) [__FreeBSD__]: Check if DEVICE_NAME is
2145         a character device instead of a block device.
2147         * include/grub/util/getroot.h (grub_util_check_char_device): New
2148         prototype.
2150 2009-04-11  David S. Miller  <davem@davemloft.net>
2152         * conf/sparc64-ieee1275.rmk (kernel_img_LDFLAGS): Link with
2153         static libgcc.
2154         * configure.ac: Check for __bswapsi2 and __bswapdi2 presence.
2155         * include/grub/sparc64/libgcc.h (__bswapsi2): Export libgcc
2156         function, if present.
2157         (__bswapdi2): Likewise.
2159         * include/grub/sparc64/ieee1275/boot.h: New file.
2160         * boot/sparc64/ieee1275/boot.S: Likewise.
2161         * boot/sparc64/ieee1275/diskboot.S: Likewise.
2163         * kern/misc.c (grub_ltoa): New function.
2164         (grub_vsprintf): Use it to format 'long' integers.
2166 2009-04-10  David S. Miller  <davem@davemloft.net>
2168         * disk/ieee1275/nand.c (grub_nand_open): All ieee1275 call arg
2169         slots are of type grub_ieee1275_cell_t.
2170         (grub_nand_read): Likewise.
2171         * kern/ieee1275/ieee1275.c (IEEE1275_PHANDLE_INVALID,
2172         IEEE1275_IHANDLE_INVALID): Use grub_ieee1275_cell_t since these
2173         macros are used to compare values in arg/ret block of the call.
2174         (grub_ieee1275_finddevice, grub_ieee1275_get_property,
2175         grub_ieee1275_next_property, grub_ieee1275_get_property_length,
2176         grub_ieee1275_instance_to_package, grub_ieee1275_package_to_path,
2177         grub_ieee1275_instance_to_path, grub_ieee1275_write,
2178         grub_ieee1275_read, grub_ieee1275_seek, grub_ieee1275_peer,
2179         grub_ieee1275_child, grub_ieee1275_parent, grub_ieee1275_open,
2180         grub_ieee1275_close, grub_ieee1275_set_property,
2181         grub_ieee1275_set_color): All ieee1275 call arg slots are of type
2182         grub_ieee1275_cell_t.
2183         * kern/ieee1275/openfw.c (grub_map): Likewise.
2184         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_ihandle_t,
2185         grub_ieee1275_phandle_t): Define as grub_unit32_t type.
2187         * kern/ieee1275/init.c (grub_machine_init): Make 'actual' grub_ssize_t.
2188         * kern/ieee1275/openfw.c (grub_children_iterate): Likewise.
2189         (grub_devalias_iterate): Likewise.
2191 2009-04-10  Vladimir Serbinenko  <phcoder@gmail.com>
2193         UFS improvements
2195         * fs/ufs.c (INODE_NBLOCKS): new definition
2196         (struct grub_ufs_dirent): added fields for non-BSD dirents
2197         (grub_ufs_get_file_block): fixed double indirect handling
2198         (grub_ufs_lookup_symlink): use more robust way to determine whether
2199         symlink is inline
2200         (grub_ufs_find_file): support for non-BSD dirents
2201         (grub_ufs_dir): support for non-BSD dirents
2203 2009-04-10  Bean  <bean123ch@gnail.com>
2205         * include/grub/efi/api.h (grub_efi_configuration_table): Add packed
2206         attribute, otherwise the size would be wrong for i386 platform.
2208         * include/grub/pci.h (grub_pci_read_word): New inline function.
2209         (grub_pci_read_byte): Likewise.
2210         (grub_pci_write): Likewise.
2211         (grub_pci_write_word): Likewise.
2212         (grub_pci_write_byte): Likewise.
2214         * include/grub/pci.h (grub_pci_iteratefunc_t): Add NESTED_FUNC_ATTR.
2216         * loader/i386/efi/linux.c (fake_bios_data): Moved to loadbios module.
2217         (find_framebuf): Scan pci to locate the frame buffer address.
2219         * commands/efi/fixvideo.c: New file.
2221         * commands/efi/loadbios.c: Likewise.
2223         * commands/memrw.c: Likewise.
2225         * util/grub-dumpbios.in: Likewise.
2227         * conf/common.rmk (grub-dumpbios): New utility.
2228         (pkglib_MODULES): New module memrw.mod.
2229         (memrw_mod_SOURCE): New macro.
2230         (memrw_mod_CFLAGS): Likewise.
2231         (memrw_mod_LDFLAGS): Likewise.
2233         * conf/i386-efi.rmk (pkglib_MODULES): New module loadbios.mod and
2234         fixvideo.mod.
2235         (loadbios_mod_SOURCE): New macro.
2236         (loadbios_mod_CFLAGS): Likewise.
2237         (loadbios_mod_LDFLAGS): Likewise.
2238         (fixvideo_mod_SOURCE): Likewise.
2239         (fixvideo_mod_CFLAGS): Likewise.
2240         (fixvideo_mod_LDFLAGS): Likewise.
2242         * conf/x86_64.rmk (pkglib_MODULES): New module loadbios.mod and
2243         fixvideo.mod.
2244         (loadbios_mod_SOURCE): New macro.
2245         (loadbios_mod_CFLAGS): Likewise.
2246         (loadbios_mod_LDFLAGS): Likewise.
2247         (fixvideo_mod_SOURCE): Likewise.
2248         (fixvideo_mod_CFLAGS): Likewise.
2249         (fixvideo_mod_LDFLAGS): Likewise.
2251 2009-04-08  Felix Zielcke  <fzielcke@z-51.de>
2253         * disk/lvm.c (grub_lvm_scan_device): Add a missing NULL check.
2255 2009-04-07  David S. Miller  <davem@davemloft.net>
2257         * kern/sparc64/dl.c (grub_arch_dl_relocate_symbols): Add
2258         support for R_SPARC_OLO10 relocations.  Fix compile warning for
2259         R_SPARC_WDISP30 case.
2260         * kern/sparc64/cache.S: Fix grub_arch_sync_caches implementation.
2262 2009-04-06  Pavel Roskin  <proski@gnu.org>
2264         * include/grub/misc.h (ARRAY_SIZE): New macro.
2265         * include/grub/i386/linux.h (GRUB_LINUX_VID_MODE_VESA_START):
2266         New macro.
2267         * loader/i386/linux.c (allocate_pages): Use free_pages().
2268         (grub_linux_unload): Don't use free_pages().
2269         (grub_linux_boot): Prevent accessing linux_vesafb_modes with a
2270         wrong index.  Treat all other modes as text modes.
2271         (grub_cmd_linux): Initialize vid_mode unconditionally to
2272         GRUB_LINUX_VID_MODE_NORMAL.  Recognize and support "vga=ask".
2274         * commands/help.c (print_command_help): Use cmd->prio, not
2275         cmd->flags to check for GRUB_PRIO_LIST_FLAG_ACTIVE.
2277 2009-04-06  Vladimir Serbinenko  <phcoder@gmail.com>
2279         Parttool
2281         * parttool/pcpart.c: new file
2282         * commands/parttool.c: likewise
2283         * conf/common.rmk (pkglib_MODULES): Added parttool.mod and pcpart.mod
2284         (parttool_mod_SOURCES): new variable
2285         (parttool_mod_CFLAGS): likewise
2286         (parttool_mod_LDFLAGS): likewise
2287         (pcpart_mod_SOURCES): likewise
2288         (pcpart_mod_CFLAGS): likewise
2289         (pcpart_mod_LDFLAGS): likewise
2290         * conf/i386-coreboot.rmk (grub_emu_SOURCES): added commands/parttool.c
2291         and parttool/pcpart.c
2292         * conf/i386-efi.rmk: likewise
2293         * conf/i386-ieee1275.rmk: likewise
2294         * conf/i386-pc.rmk: likewise
2295         * conf/powerpc-ieee1275.rmk: likewise
2296         * conf/sparc64-ieee1275.rmk: likewise
2297         * conf/x86_64-ieee1275.rmk: likewise
2299 2009-04-05  Vladimir Serbinenko  <phcoder@gmail.com>
2301         Support for mtime and further expandability of dir command
2303         * include/grub/lib/datetime.h: moved to ...
2304         * include/grub/datetime.h: ... moved here and added
2305         declaration of grub_unixtime2datetime. All users updated
2306         * include/grub/fs.h: new syntax for dir and mtime functions in
2307         struct grub_fs
2308         * include/grub/fshelp.h: new declarations of GRUB_FSHELP_TYPE_MASK
2309         and GRUB_FSHELP_FLAGS_MASK
2310         * commands/ls.c (grub_ls_list_files): Write mtime in long format
2311         * fs/ext2.c (grub_ext2_dir): use new dir syntax and supply mtime
2312         (grub_ext2_mtime): new function
2313         * fs/hfsplus.c (grub_hfsplus_dir): use new dir syntax and supply mtime
2314         (grub_hfsplus_mtime): new function
2315         * fs/ufs.c (GRUB_UFS_ATTR_TYPE): new definition
2316         (GRUB_UFS_ATTR_FILE): likewise
2317         (GRUB_UFS_ATTR_LNK): likewise
2318         (struct grub_ufs_sblock): new fields mtime
2319         (grub_ufs_read_inode): new parameter to read inode to a separate buffer
2320         all users updated
2321         (grub_ufs_dir): mtime support
2322         (grub_ufs_mtime): new function
2323         * fs/affs.c (grub_affs_dir): use new dir syntax
2324         * fs/afs.c (grub_afs_dir): likewise
2325         * fs/cpio.c (grub_cpio_dir): likewise
2326         * fs/fat.c (grub_fat_find_dir): likewise
2327         * fs/hfs.c (grub_hfs_dir): likewise
2328         * fs/iso9660.c (grub_iso9660_dir): likewise
2329         * fs/jfs.c (grub_jfs_dir): likewise
2330         * fs/minix.c (grub_minix_dir): likewise
2331         * fs/ntfs.c (grub_ntfs_dir): likewise
2332         * fs/reiserfs.c (grub_reiserfs_dir): likewise
2333         * fs/sfs.c (grub_sfs_dir): likewise
2334         * fs/xfs.c (grub_xfs_dir): likewise
2335         * util/hostfs.c (grub_hostfs_dir): likewise
2336         * lib/datetime.c: moved to ...
2337         * normal/datetime.c: ... moved here
2338         (grub_unixtime2datetime): new function
2339         * kern/rescue.c (grub_rescue_print_files): use new dir syntax
2340         * normal/completion.c (iterate_dir): use new dir syntax
2341         * normal/misc.c (grub_normal_print_device_info): tell the
2342         last modification time of a volume
2343         * kern/fs.c (grub_fs_probe): updated dummy function to use new syntax
2344         * conf/common.rmk: added lib/datetime.c to ls.mod
2345         * conf/i386-coreboot.rmk (grub_emu_SOURCES): add normal/datetime.c
2346         (normal_mod_SOURCES): likewise
2347         (datetime_mod_SOURCES): Removed lib/datetime.c
2348         * conf/i386-efi.rmk: likewise
2349         * conf/i386-ieee1275.rmk: likewise
2350         * conf/i386-pc.rmk: likewise
2351         * conf/powerpc-ieee1275.rmk: likewise
2352         * conf/sparc64-ieee1275.rmk: likewise
2353         * conf/x86_64-efi.rmk: likewise
2355 2009-04-05  Vladimir Serbinenko  <phcoder@gmail.com>
2357         Trim trailing spaces in FAT label and support mtools-like labels
2359         * fs/fat.c (grub_fat_iterate_dir): New function based
2360         on grub_fat_find_dir
2361         (grub_fat_find_dir): use grub_fat_iterate_dir
2362         (grub_fat_label): likewise
2364 2009-04-04  Vladimir Serbinenko  <phcoder@gmail.com>
2366         * conf/powerpc-ieee1275.rmk (kernel_elf_HEADERS): add list.h
2367         and command.h
2368         remove extraneous kernel_elf_HEADERS
2370 2009-04-04  Bean  <bean123ch@gnail.com>
2372         * include/grub/util/misc.h: Add dummy function fsync for mingw.
2374         * util/misc.c: Likewise.
2376 2009-04-04  Yoshinori K. Okuji  <okuji@enbug.org>
2378         * loader/i386/efi/linux.c (fake_bios_data): Use grub_dprintf
2379         instead of grub_printf.
2381 2009-04-03  Robert Millan  <rmh@aybabtu.com>
2383         * loader/i386/linux.c (grub_linux_setup_video): Fill
2384         `params->{red,green,blue,reserved}_{mask_size,field_pos}' with
2385         values from `mode info' structure instead of hardcoded
2386         values.
2388 2009-04-01  Pavel Roskin  <proski@gnu.org>
2390         * Makefile.in: Remove all references to MODULE_LDFLAGS, it's
2391         unused now.
2392         * genmk.rb: Likewise.
2393         * configure.ac: Likewise.
2395 2009-04-01  Manoel Abranches  <mrabran@linux.vnet.ibm.com>
2397         * aclocal.m4: Move --build-id=none from MODULE_LDFLAGS to
2398         TARGET_LDFLAGS.  This corrects a problem with grub-mkelfimage.
2400 2009-04-01  David S. Miller  <davem@davemloft.net>
2402         * normal/sparc64/setjmp.S: Fix setjmp implementation.
2403         * include/grub/sparc64/setjmp.h (grub_jmp_buf): Update.
2404         (grub_setjmp): Mark with 'returns_twice' attribute.
2405         * include/grub/i386/setjmp.h (grub_setjmp): Likewise
2406         * include/grub/powerpc/setjmp.h (grub_setjmp): Likewise.
2407         * include/grub/x86_64/setjmp.h (grub_setjmp): Likewise.
2409 2009-04-01  Robert Millan  <rmh@aybabtu.com>
2411         Reapply fix from 2008-07-28 which was accidentally reverted; also
2412         perform the same fix to a similar check in same function.
2414         * disk/raid.c (grub_raid_scan_device): Do not abort when two disks
2415         with the same number are found, just use issue a warning with
2416         grub_dprintf(), as this error has been reported to be non-fatal.
2418 2009-03-31  Pavel Roskin  <proski@gnu.org>
2420         * aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): Provide safe default
2421         for cross-compilation.
2423 2009-03-30  Robert Millan  <rmh@aybabtu.com>
2425         Fix i386-ieee1275 build.
2427         * include/grub/i386/ieee1275/loader.h (grub_multiboot2_real_boot):
2428         Remove declaration.
2430 2009-03-30  Pavel Roskin  <proski@gnu.org>
2432         * fs/hfs.c (grub_hfs_strncasecmp): Integrate into ...
2433         (grub_hfs_cmp_catkeys): ... this.  Don't assume strings to be
2434         zero-terminated, rely only on the strlen value.  Fix comparison
2435         of strings differing in length.
2437 2009-03-30  Robert Millan  <rmh@aybabtu.com>
2439         * loader/i386/linux.c (grub_cmd_linux): Check for zImage before
2440         checking for abi version.  Improve error messages on BIOS to notify
2441         user about `linux16' command.
2443 2009-03-29  Vladimir Serbinenko  <phcoder@gmail.com>
2445         Leak fixes
2447         * kern/disk.c (grub_disk_cache_store): Invalidate previous cache
2448         in case of collision
2449         * disk/scsi.c (grub_scsi_open): free scsi in case of error
2451 2009-03-29  Robert Millan  <rmh@aybabtu.com>
2453         * loader/i386/linux.c (grub_cmd_linux): Parse "vga=" parameter and
2454         set `vid_mode' accordingly.
2455         (grub_linux_boot): Process `vid_mode' and set video mode.
2457 2009-03-29  Robert Millan  <rmh@aybabtu.com>
2459         * util/grub.d/10_linux.in (linux_entry): New function.
2460         Factorize generation of Linux boot entries.
2462 2009-03-29  Yoshinori K. Okuji  <okuji@enbug.org>
2464         Make the format of Environment Block plain text. The boot loader
2465         part is not tested well yet.
2467         * util/grub-editenv.c (DEFAULT_ENVBLK_SIZE): New macro.
2468         (buffer): Removed.
2469         (envblk): Likewise.
2470         (usage): Remove "info" and "clear". Add "unset". Update the
2471         description of "set", as this does not delete variables any
2472         longer.
2473         (create_envblk_file): Complete rewrite.
2474         (open_envblk_file): Likewise.
2475         (cmd_info): Removed.
2476         (cmd_list): Likewise.
2477         (cmd_set): Likewise.
2478         (cmd_clear): Likewise.
2479         (list_variables): New function.
2480         (write_envblk): Likewise.
2481         (set_variables): Likewise.
2482         (unset_variables): Likewise.
2483         (main): Complete rewrite.
2485         * commands/loadenv.c (buffer): Removed.
2486         (envblk): Likewise.
2487         (open_envblk_file): New function.
2488         (read_envblk_file): Complete rewrite.
2489         (grub_cmd_load_env): Likewise.
2490         (grub_cmd_list_env): Likewise.
2491         (struct blocklist): New struct.
2492         (free_blocklists): New function.
2493         (check_blocklists): Likewise.
2494         (write_blocklists): Likewise.
2495         (grub_cmd_save_env): Complete rewrite.
2497         * include/grub/lib/envblk.h (GRUB_ENVBLK_SIGNATURE): Replaced with
2498         a plain text signature.
2499         (GRUB_ENVBLK_MAXLEN): Removed.
2500         (struct grub_envblk): Complete rewrite.
2501         (grub_envblk_find): Removed.
2502         (grub_envblk_insert): Likewise.
2503         (grub_envblk_open): New prototype.
2504         (grub_envblk_set): Likewise.
2505         (grub_envblk_delete): Put const to VALUE.
2506         (grub_envblk_iterate): Put const to NAME and VALUE.
2507         (grub_envblk_close): New prototype.
2508         (grub_envblk_buffer): New inline function.
2509         (grub_envblk_size): Likewise.
2511         * lib/envblk.c: Include grub/mm.h.
2512         (grub_env_find): Removed.
2513         (grub_envblk_open): New function.
2514         (grub_envblk_close): Likewise.
2515         (escaped_value_len): Likewise.
2516         (find_next_line): Likewise.
2517         (grub_envblk_insert): Removed.
2518         (grub_envblk_set): New function.
2519         (grub_envblk_delete): Complete rewrite.
2520         (grub_envblk_iterate): Likewise.
2522 2009-03-28  Robert Millan  <rmh@aybabtu.com>
2524         * conf/i386-pc.rmk (pkglib_MODULES): Add `linux16.mod'.
2525         (linux16_mod_SOURCES, linux16_mod_CFLAGS, linux16_mod_LDFLAGS): New
2526         variables.  Use 16-bit loader.
2527         (linux_mod_SOURCES, linux_mod_CFLAGS, linux_mod_LDFLAGS): Use 32-bit
2528         loader.
2529         * kern/i386/loader.S (grub_linux_boot): Rename to ...
2530         (grub_linux16_boot): ... this.  Update all users.
2531         * loader/i386/linux.c (grub_linux32_boot): Rename to ...
2532         (grub_linux_boot): ... this.  Update all users.
2534         * loader/i386/pc/linux.c (GRUB_MOD_INIT(linux)): Rename to ...
2535         (GRUB_MOD_INIT(linux16)): ... this.  Rename `linux' and `initrd'
2536         commands to `linux16' and `initrd16'.
2537         (GRUB_MOD_FINI(linux)): Rename to ...
2538         (GRUB_MOD_FINI(linux16)): ... this.
2540 2009-03-24  Pavel Roskin  <proski@gnu.org>
2542         * genmk.rb: Define ASM_FILE for *.S files for *.lst generation,
2543         not just for compilation.
2545 2009-03-22  Vladimir Serbinenko  <phcoder@gmail.com>
2547         Move multiboot helper out of kernel
2549         * conf/i386-pc.rmk (multiboot_mod_SOURCES): Add
2550         `loader/i386/multiboot_helper.S'.
2551         * conf/i386-coreboot.rmk: Likewise
2552         * conf/i386-ieee1275.rmk: Likewise
2554         * kern/i386/loader.S: Move multiboot helpers from here...
2555         * loader/i386/multiboot_helper.S: ...moved here
2556         * include/grub/i386/loader.h: Move declarations of multiboot
2557         helpers from here...
2558         * include/grub/i386/multiboot.h: ...moved here
2559         * loader/i386/multiboot.c: Added include of grub/cpu/multiboot.h
2561 2009-03-22  Yoshinori K. Okuji  <okuji@enbug.org>
2563         * kern/env.c (grub_env_context_open): Added an argument to specify
2564         whether a new context inherits exported variables from current
2565         one. This is useful when making a sandbox to interpret a config
2566         file.
2567         All callers updated.
2569         * include/grub/env.h (grub_env_context_open): Updated the prototype.
2571 2009-03-22  Yoshinori K. Okuji  <okuji@enbug.org>
2573         * kern/env.c (grub_env_context_close): Fix memory leaks.
2575 2009-03-22  Yoshinori K. Okuji  <okuji@enbug.org>
2577         * normal/main.c (grub_normal_execute): Added an argument
2578         BATCH to specify if an interactive interface should be provided
2579         after reading a config file.
2580         All callers updated.
2581         (read_command_list): Prevent being executed twice.
2582         (read_fs_list): Likewise.
2584         * include/grub/normal.h (grub_normal_execute): Updated the
2585         prototype.
2587 2009-03-22  Pavel Roskin  <proski@gno.org>
2589         * kern/powerpc/ieee1275/startup.S: Replace EXT_C(start) with
2590         _start.
2591         * kern/i386/pc/startup.S: Likewise.
2592         * kern/i386/efi/startup.S: Likewise.
2593         * kern/i386/ieee1275/startup.S: Likewise.
2594         * kern/i386/coreboot/startup.S: Likewise.
2595         * kern/x86_64/efi/startup.S: Likewise.
2597         * aclocal.m4 (grub_CHECK_START_SYMBOL): Remove.
2598         * configure.ac: Don't call grub_CHECK_START_SYMBOL.
2599         * kern/i386/pc/startup.S: Use _start instead of START_SYMBOL.
2601 2009-03-21  Vladimir Serbinenko  <phcoder@gmail.com>
2603         Bugfixes in multiboot for bugs uncovered by solaris kernel.
2605         * loader/i386/multiboot_elfxx.c (grub_multiboot_load_elf): Corrected
2606         limit detection.
2607         Use vaddr of correct segment for entry_point.
2609 2009-03-21  Bean  <bean123ch@gmail.com>
2611         * commands/blocklist.c: Add include file <grub/command.h>, remove
2612         <grub/normal.h> and <grub/arg.h>.
2613         (grub_cmd_blocklist): Use the new command interface.
2614         (GRUB_MOD_INIT): Likewise.
2615         (GRUB_MOD_FINI): Likewise.
2616         * commands/boot.c: Likewise.
2617         * commands/cat.c: Likewise.
2618         * commands/cmp.c: Likewise.
2619         * commands/configfile.c: Likewise.
2620         * commands/crc.c: Likewise.
2621         * commands/echo.c: Likewise.
2622         * commands/halt.c: Likewise.
2623         * commands/handler.c: Likewise.
2624         * commands/hdparm.c: Likewise.
2625         * commands/help.c: Likewise.
2626         * commands/hexdump.c: Likewise.
2627         * commands/loadenv.c: Likewise.
2628         * commands/ls.c: Likewise.
2629         * commands/lsmmap.c: Likewise.
2630         * commands/lspci.c: Likewise.
2631         * commands/loadenv.c: Likewise.
2632         * commands/read.c: Likewise.
2633         * commands/reboot.c: Likewise.
2634         * commands/search.c: Likewise.
2635         * commands/sleep.c: Likewise.
2636         * commands/test.c: Likewise.
2637         * commands/usbtest.c: Likewise.
2638         * commands/videotest.c: Likewise.
2639         * commands/i386/cpuid.c: Likewise.
2640         * commands/i386/pc/halt.c: Likewise.
2641         * commands/i386/pc/play.c: Likewise.
2642         * commands/i386/pc/pxecmd.c: Likewise.
2643         * commands/i386/pc/vbeinfo.c: Likewise.
2644         * commands/i386/pc/vbetest.c: Likewise.
2645         * commands/ieee1275/suspend.c: Likewise.
2646         * disk/loopback.c: Likewise.
2647         * font/font_cmd.c: Likewise.
2648         * hello/hello.c: Likewise.
2649         * loader/efi/appleloader.c: Likewise.
2650         * loader/efi/chainloader.c: Likewise.
2651         * loader/i386/bsd.c: Likewise.
2652         * loader/i386/efi/linux.c: Likewise.
2653         * loader/i386/ieee1275/linux.c: Likewise.
2654         * loader/i386/linux.c: Likewise.
2655         * loader/i386/pc/chainloader.c: Likewise.
2656         * loader/i386/pc/linux.c: Likewise.
2657         * loader/powerpc/ieee1275/linux.c: Likewise.
2658         * loader/multiboot_loader.c: Likewise.
2659         * term/gfxterm.c: Likewise.
2660         * term/i386/pc/serial.c: Likewise.
2661         * term/terminfo.c: Likewise.
2663         * term/i386/pc/vesafb.c: Removed <grub/arg.h>.
2664         * term/i386/pc/vga.c: Likewise.
2665         * video/readers/jpeg.c: Likewise.
2666         * video/readers/png.c: Likewise.
2667         * video/readers/tga.c: Likewise.
2669         * util/grub-fstest (cmd_loopback): Removed.
2670         (cmd_blocklist): Likewise.
2671         (cmd_ls): Likewise.
2672         (grub_register_command): Likewise.
2673         (grub_unregister_command): Likewise.
2674         (execute_command): Use grub_command_find to locate command and execute
2675         it.
2677         * include/grub/efi/chainloader.h: Removed.
2678         * loader/efi/chainloader_normal.c: Likewise.
2679         * loader/i386/bsd_normal.c: Likewise.
2680         * loader/i386/pc/chainloader_normal.c: Likewise.
2681         * loader/i386/pc/multiboot_normal.c: Likewise.
2682         * loader/linux_normal.c: Likewise.
2683         * loader/multiboot_loader_normal.c: Likewise.
2684         * loader/powerpc/ieee1275/linux_normal.c: Likewise.
2686         * gencmdlist.sh: Scan new registration command grub_register_extcmd
2687         and grub_register_command_p1.
2689         * conf/common.rmk (grub_fstest_SOURCES): Add kern/list.c,
2690         kern/command.c, lib/arg.c and commands/extcmd.c.
2691         (pkglib_MODULES): Remove boot.mod, and minicmd.mod and extcmd.mod.
2692         (minicmd_mod_SOURCES): New variable.
2693         (minicmd_mod_CFLAGS): Likewise.
2694         (minicmd_mod_LDFLAGS): Likewise.
2695         (extcmd_mod_SOURCES): Likewise.
2696         (extcmd_mod_CFLAGS): Likewise.
2697         (extcmd_mod_LDFLAGS): Likewise.
2698         (boot_mod_SOURCES): Removed.
2699         (boot_mod_CFLAGS): Likewise.
2700         (boot_mod_LDFLAGS): Likewise.
2702         * conf/i386-pc.rmk (kernel_img_SOURCES): Add kern/command.c and
2703         kern/corecmd.c.
2704         (kernel_img_HEADERS): Add command.h.
2705         (grub_emu_SOURCES): Remove commands/boot.c and normal/arg.c, add
2706         commands/minicmd.c, kern/command.c, kern/corecmd.c, commands/extcmd.c
2707         and lib/arg.c.
2708         (pkglib_MODULES): Change _linux.mod, _chain.mod, _bsd.mod and
2709         _multiboot.mod as linux.mod, chain.mod, bsd.mod and multiboot.mod,
2710         remove the corresponding normal mode command.
2711         (normal_mod_SOURCES): Remove normal/arg.c.
2712         * conf/i386-coreboot.rmk: Likewise.
2713         * conf/i386-efi.rmk: Likewise.
2714         * conf/i386-ieee1275.rmk: Likewise.
2715         * conf/powerpc-ieee1275.rmk: Likewise.
2716         * conf/x86_64-efi.rmk: Likewise.
2718         * include/grub/arg.h: Move from here ...
2719         * include/grub/lib/arg.h: ... to here.
2721         * normal/arg.c: Move from here ...
2722         * lib/arg.c: ... to here.
2724         * commands/extcmd.c: New file.
2725         * commands/minicmd.c: Likewise.
2726         * include/grub/command.h: Likewise.
2727         * include/grub/extcmd.h: Likewise.
2728         * kern/command.c: Likewise.
2729         * kern/corecmd.c: Likewise.
2731         * kern/list.c (grub_list_iterate): Return int instead of void.
2732         (grub_list_insert): New function.
2733         (grub_prio_list_insert): Likewise.
2735         * kern/rescue.c (grub_rescue_command): Removed.
2736         (grub_rescue_command_list): Likewise.
2737         (grub_rescue_register_command): Likewise.
2738         (grub_rescue_unregister_command): Likewise.
2739         (grub_rescue_cmd_boot): Move to minicmd.c
2740         (grub_rescue_cmd_help): Likewise.
2741         (grub_rescue_cmd_info): Likewise.
2742         (grub_rescue_cmd_boot): Likewise.
2743         (grub_rescue_cmd_testload): Likewise.
2744         (grub_rescue_cmd_dump): Likewise.
2745         (grub_rescue_cmd_rmmod): Likewise.
2746         (grub_rescue_cmd_lsmod): Likewise.
2747         (grub_rescue_cmd_exit): Likewise.
2748         (grub_rescue_print_devices): Moved to corecmd.c.
2749         (grub_rescue_print_files): Likewise.
2750         (grub_rescue_cmd_ls): Likewise.
2751         (grub_rescue_cmd_insmod): Likewise.
2752         (grub_rescue_cmd_set): Likewise.
2753         (grub_rescue_cmd_unset): Likewise.
2754         (attempt_normal_mode): Use grub_command_find to get normal module.
2755         (grub_enter_rescue_mode): Use grub_register_core_commands to register
2756         commands, remove grub_rescue_register_command calls.
2758         * normal/command.c (grub_register_command): Removed.
2759         (grub_unregister_command): Likewise.
2760         (grub_command_find): Likewise.
2761         (grub_iterate_commands): Likewise.
2762         (rescue_command): Likewise.
2763         (export_command): Moved to corecmd.c.
2764         (set_command): Removed.
2765         (unset_command): Likewise.
2766         (insmod_command): Likewise.
2767         (rmmod_command): Likewise.
2768         (lsmod_command): Likewise.
2769         (grub_command_init): Likewise.
2771         * normal/completion.c (iterate_command): Use cmd->prio to check for
2772         active command.
2773         (complete_arguments): Use grub_extcmd_t structure to find options.
2774         (grub_normal_do_completion): Change function grub_iterate_commands to
2775         grub_command_iterate.
2777         * normal/execute.c (grub_script_execute_cmd): No need to parse
2778         argument here.
2780         * normal/main.c (grub_dyncmd_dispatcher): New function.
2781         (read_command_list): Register unload commands as dyncmd.
2782         (grub_cmd_normal): Use new command interface, register rescue,
2783         unregister normal at entry, register normal, unregister rescue at exit.
2785         * include/grub/list.h (grub_list_test_t): New type.
2786         (grub_list_iterate): Return int instead of void.
2787         (grub_list_insert): New function.
2788         (GRUB_AS_NAMED_LIST_P): New macro.
2789         (GRUB_AS_PRIO_LIST): Likewise.
2790         (GRUB_AS_PRIO_LIST_P): Likewise.
2791         (GRUB_PRIO_LIST_PRIO_MASK): New constant.
2792         (GRUB_PRIO_LIST_FLAG_ACTIVE): Likewise.
2793         (grub_prio_list): New structure.
2794         (grub_prio_list_insert): New function.
2795         (grub_prio_list_remove): New inline function.
2797         * include/grub/normal.h: Remove <grub/arg.h>, add <grub/command.h>.
2798         (GRUB_COMMAND_FLAG_CMDLINE): Moved to command.h.
2799         (GRUB_COMMAND_FLAG_MENU): Likewise.
2800         (GRUB_COMMAND_FLAG_BOTH): Likewise.
2801         (GRUB_COMMAND_FLAG_TITLE): Likewise.
2802         (GRUB_COMMAND_FLAG_NO_ECHO): Likewise.
2803         (GRUB_COMMAND_FLAG_NO_ARG_PARSE): Removed.
2804         (GRUB_COMMAND_FLAG_NOT_LOADED): Likewise.
2805         (grub_command): Likewise.
2806         (grub_register_command): Likewise.
2807         (grub_command_find): Likewise.
2808         (grub_iterate_commands): Likewise.
2809         (grub_command_init): Likewise.
2810         (grub_arg_parse): Likewise.
2811         (grub_arg_show_help): Likewise.
2813         * include/grub/rescue.h (grub_rescue_register_command): Removed.
2814         (grub_rescue_unregister_command): Likewise.
2816         * include/grub/i386/bsd.h: Remove grub_rescue_cmd_freebsd,
2817         grub_rescue_cmd_openbsd, grub_rescue_cmd_netbsd,
2818         grub_rescue_cmd_freebsd_loadenv and grub_rescue_cmd_freebsd_module.
2820         * include/grub/i386/efi/loader.h: Remove grub_rescue_cmd_linux and
2821         grub_rescue_cmd_initrd.
2822         * include/grub/i386/loader.h: Likewise.
2823         * include/grub/x86_64/loader.h: Likewise.
2825         * include/grub/i386/pc/chainloader.h: Remove grub_chainloader_cmd.
2827 2009-03-21  Bean  <bean123ch@gmail.com>
2829         * util/hostdisk.c (read_device_map): Use grub_util_get_disk_size
2830         instead of stat in mingw environment.
2832         * util/misc.c (grub_millisleep): Use Sleep in mingw environment.
2834         * aclocal.m4 (grub_CHECK_LINK_DIR): New function.
2836         * configure.ac: Use grub_CHECK_LINK_DIR to determine whether to use
2837         AC_CONFIG_LINKS.
2839 2009-03-21  Bean  <bean123ch@gmail.com>
2841         * fs/ext2.c (grub_ext2_mount): Change errno to GRUB_ERR_BAD_FS for
2842         out of range error.
2844 2009-03-18  Michel Dänzer  <michel@daenzer.net>
2846         * fs/ext2.c (grub_ext2_read_block): Take endianness into account when
2847         checking inode flags for EXT4_EXTENTS_FLAG.
2849 2009-03-18  Robert Millan  <rmh@aybabtu.com>
2851         * loader/i386/linux.c: Include `<grub/video.h>' and
2852         `<grub/i386/pc/vbe.h>'..
2853         (grub_linux_setup_video): New function.  Loosely based on the EFI one.
2854         (grub_linux32_boot): Attempt to configure video settings with
2855         grub_linux_setup_video().
2856         (grub_rescue_cmd_linux): Set noreturn=0 in grub_loader_set, in order
2857         to avoid grub_console_fini() which would step out of graphical mode
2858         unconditionally.
2860 2009-03-14  Robert Millan  <rmh@aybabtu.com>
2862         Fix build on powerpc.
2863         * conf/powerpc-ieee1275.rmk (kernel_elf_HEADERS): Add `handler.h'.
2865 2009-03-12  Vladimir Serbinenko  <phcoder@gmail.com>
2867         * term/gfxterm.c (GRUB_MOD_FINI(term_gfxterm)): Correct name of
2868         background image command.
2870 2009-03-12  Colin D Bennett  <colin@gibibit.com>
2872         * term/gfxterm.c (draw_cursor): Ensure character is redrawn.
2873         (grub_gfxterm_putchar): Extract pairs of identical calls to
2874         draw_cursor out of conditional blocks.
2876 2009-03-11  Pavel Roskin  <proski@gnu.org>
2878         * fs/hfs.c (grub_hfs_strncasecmp): New function.
2879         (grub_hfs_cmp_catkeys): Use HFS specific string comparison.
2881 2009-03-11  Robert Millan  <rmh@aybabtu.com>
2883         * loader/i386/multiboot_elfxx.c
2884         (CONCAT(grub_multiboot_load_elf, XX)): Do not reject ET_DYN files.
2886 2009-03-11  Felix Zielcke  <fzielcke@z-51.de>
2888         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Add `kern/list.c' and
2889         `kern/handler.c'.
2891 2009-03-11  Robert Millan  <rmh@aybabtu.com>
2893         * loader/i386/multiboot.c (code_size): New variable.
2894         (grub_multiboot): Define offsets by adding to `code_size' rather
2895         than subtracting from `grub_multiboot_payload_size'.  Provide
2896         4-byte alignment to MBI and others by increasing
2897         `boot_loader_name_length' appropriately.
2899         * loader/i386/multiboot_elfxx.c
2900         (CONCAT(grub_multiboot_load_elf, XX)): Initialize `code_size'.
2902 2009-03-09  Felix Zielcke  <fzielcke@z-51.de>
2904         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Remove duplicated
2905         `fs/ext2.c'.
2907 2009-03-08  Robert Millan  <rmh@aybabtu.com>
2909         Make loader/i386/linux.c usable on i386-pc again.
2911         * kern/i386/pc/init.c (grub_machine_init): Disable addition of low
2912         memory to heap.
2913         * loader/i386/linux.c [GRUB_MACHINE_PCBIOS] (allocate_pages): Remove
2914         `#error' stanza.
2916 2009-03-07  Bean  <bean123ch@gmail.com>
2918         * loader/i386/efi/linux.c (grub_rescue_cmd_initrd): Fix a bug in initrd
2919         allocation.
2921 2009-03-06  Robert Millan  <rmh@aybabtu.com>
2923         Fix display issue on terminals with screen size other than 80x25
2924         (e.g. gfxterm with resolution higher than 640x480).
2926         * normal/main.c (grub_normal_init_page): Display title text in a
2927         position relative to the center of the terminal instead of relying
2928         on a hardcoded offset.
2930 2009-03-04  Robert Millan  <rmh@aybabtu.com>
2932         Filter /etc/grub.d/10_* so that only add-ons for native kernels are
2933         installed.
2935         * Makefile.in (host_kernel): New variable.
2936         * conf/common.rmk (grub-mkconfig_SCRIPTS): Conditionalize all 10_*.in
2937         scripts instead of just the windows one.
2938         * configure.ac: Initialize and AC_SUBST `host_kernel'.
2940 2009-03-04  Felix Zielcke  <fzielcke@z-51.de>
2942         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `kern/list.c' and
2943         `kern/handler.c'.
2944         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
2945         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
2946         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
2947         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
2948         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
2949         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
2951 2009-03-04  Felix Zielcke  <fzielcke@z-51.de>
2953         * partmap/pc.c (pc_partition_map_iterate): Skip over invalid BSD partitions
2954         or if there's no space for the disk label and print the partition number on a
2955         invalid magic.
2957 2009-03-04  Felix Zielcke  <fzielcke@z-51.de>
2959         * util/misc.c: Include <time.h>.
2960         (grub_millisleep): New function.
2962 2009-03-04  Bean  <bean123ch@gmail.com>
2964         * configure.ac: Only test -mcmodel=large option in x86_64-efi, also add
2965         another option -mno-red-zone.
2967         * commands/handler.c: Change module description.
2969         * kern/handler.c: Add missing space at the end of description line.
2971         * kern/list.c: Likewise.
2973 2009-03-03  Robert Millan  <rmh@aybabtu.com>
2975         Move more components to the relocation area, and fix mbi pointer
2976         handling to use the destination rather than the origin (thanks to
2977         Vladimir Serbinenko for spotting).
2979         * loader/i386/multiboot.c (mbi_dest): New variable.
2980         (grub_multiboot_boot): Use `mbi_dest' instead of `mbi'.
2981         (grub_multiboot): Put cmdline, boot_loader_name and mbi in the
2982         relocation area.
2984 2009-03-01  Bean  <bean123ch@gmail.com>
2986         * include/grub/efi/api.h (GRUB_EFI_MPS_TABLE_GUID): New constant.
2987         (GRUB_EFI_ACPI_TABLE_GUID): Likewise.
2988         (GRUB_EFI_ACPI_20_TABLE_GUID): Likewise.
2989         (GRUB_EFI_SMBIOS_TABLE_GUID): Likewise.
2991         * loader/i386/efi/linux.c (acpi_guid): New variable.
2992         (acpi_guid): Likewise.
2993         (EBDA_SEG_ADDR): New constant.
2994         (LOW_MEM_ADDR): Likewise.
2995         (FAKE_EBDA_SEG): Likewise.
2996         (fake_bios_data): New function.
2997         (grub_linux_boot): Call fake_bios_data.
2999 2009-03-01  Bean  <bean123ch@gmail.com>
3001         * commands/terminal.c: Removed.
3003         * commands/handler.c: New file.
3005         * include/grub/list.h: Likewise.
3007         * include/grub/handler.h: Likewise.
3009         * kern/list.c: Likewise.
3011         * kern/handler.c: Likewise.
3013         * kern/term.h: Include header file <grub/handler.h>.
3014         (grub_term_input): Move next field to the beginning.
3015         (grub_term_output): Likewise.
3016         (grub_term_input_class): New variable.
3017         (grub_term_output_class): Likewise.
3018         (grub_term_register_input): Changed to inline function.
3019         (grub_term_register_output): Likewise.
3020         (grub_term_unregister_input): Likewise.
3021         (grub_term_unregister_output): Likewise.
3022         (grub_term_set_current_input): Likewise.
3023         (grub_term_set_current_output): Likewise.
3024         (grub_term_get_current_input): Likewise.
3025         (grub_term_get_current_output): Likewise.
3026         (grub_term_iterate_input): Removed.
3027         (grub_term_iterate_output): Likewise.
3029         * kern/term.c (grub_term_list_input): Removed.
3030         (grub_term_list_output): Likewise.
3031         (grub_term_input_class): New variable.
3032         (grub_term_output_class): Likewise.
3033         (grub_cur_term_input): Change variable as macro.
3034         (grub_cur_term_output): Likewise.
3035         (grub_term_register_input): Removed.
3036         (grub_term_register_output): Likewise.
3037         (grub_term_unregister_input): Likewise.
3038         (grub_term_unregister_output): Likewise.
3039         (grub_term_set_current_input): Likewise.
3040         (grub_term_set_current_output): Likewise.
3041         (grub_term_iterate_input): Likewise.
3042         (grub_term_iterate_output): Likewise.
3043         (grub_term_get_current_input): Likewise.
3044         (grub_term_get_current_output): Likewise.
3046         * util/grub-editenv.c: Include header file <grub/handler.h>.
3047         (grub_term_get_current_input): Removed.
3048         (grub_term_get_current_output): Likewise.
3049         (grub_term_input_class): New variable.
3050         (grub_term_output_class): Likewise.
3052         * util/grub-fstest.c (grub_term_get_current_input): Removed.
3053         (grub_term_get_current_output): Likewise.
3054         (grub_term_input_class): New variable.
3055         (grub_term_output_class): Likewise.
3057         * util/grub-probe.c (grub_term_get_current_input): Removed.
3058         (grub_term_get_current_output): Likewise.
3059         (grub_term_input_class): New variable.
3060         (grub_term_output_class): Likewise.
3062         * util/i386/pc/grub-setup.c (grub_term_get_current_input): Removed.
3063         (grub_term_get_current_output): Likewise.
3064         (grub_term_input_class): New variable.
3065         (grub_term_output_class): Likewise.
3067         * conf/common.rmk (pkglib_MODULES): Replace terminal with handler.
3068         (terminal_mod_SOURCES): Likewise.
3069         (terminal_mod_CFLAGS): Likewise.
3070         (terminal_mod_LDFLAGS): Likewise.
3072         * conf/i386-pc.rmk (grub_emu_SOURCES): Replace terminal.c with
3073         handler.c.
3074         (kernel_img_SOURCES): Add list.c and handler.c.
3075         (kernel_img_HEADERS): Add list.h and handler.h.
3077         * conf/i386-efi.rmk (grub_emu_SOURCES): Replace terminal.c with
3078         handler.c.
3079         (kernel_mod_SOURCES): Add list.c and handler.c.
3080         (kernel_mod_HEADERS): Add list.h and handler.h.
3082         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Replace terminal.c with
3083         handler.c.
3084         (kernel_elf_SOURCES): Add list.c and handler.c.
3085         (kernel_elf_HEADERS): Add list.h and handler.h.
3087         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Replace terminal.c with
3088         handler.c.
3089         (kernel_elf_SOURCES): Add list.c and handler.c.
3090         (kernel_elf_HEADERS): Add list.h and handler.h.
3092         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Replace terminal.c with
3093         handler.c.
3094         (kernel_mod_SOURCES): Add list.c and handler.c.
3095         (kernel_mod_HEADERS): Add list.h and handler.h.
3097         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Replace terminal.c with
3098         handler.c.
3099         (kernel_elf_SOURCES): Add list.c and handler.c.
3100         (kernel_elf_HEADERS): Add list.h and handler.h.
3102 2009-02-27  Robert Millan  <rmh@aybabtu.com>
3104         Factorize elf32 / elf64 code in Multiboot loader.  This will
3105         prevent it from getting out of sync again.
3107         * loader/i386/multiboot.c (grub_multiboot_is_elf32,
3108         grub_multiboot_load_elf32, grub_multiboot_is_elf64,
3109         grub_multiboot_load_elf64): Move from here ...
3110         * loader/i386/multiboot_elfxx.c (grub_multiboot_is_elf,
3111         grub_multiboot_load_elf): ... to here (new file).
3113 2009-02-27  Robert Millan  <rmh@aybabtu.com>
3115         * util/grub.d/10_linux.in: Rename "single-user mode" to
3116         "recovery mode".
3118 2009-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
3120         Don't leak in SCSI code.
3121         * disk/scsi.c (grub_scsi_close): free `scsi'.
3123 2009-02-27  Robert Millan  <rmh@aybabtu.com>
3125         * loader/i386/pc/multiboot.c: Move from here ...
3126         * loader/i386/multiboot.c: ... to here.  Update all users.
3128 2009-02-27  Robert Millan  <rmh@aybabtu.com>
3130         Patch from Alexandre Bique <bique.alexandre@gmail.com>
3131         * util/i386/pc/grub-setup.c (setup): Fix directory path.
3133 2009-02-27  Krzysztof Smiechowicz  <deadwood@wp.pl>
3135         * fs/sfs.c (grub_sfs_read_extent): Correction to traversing extent
3136         b-tree.
3138 2009-02-27  Robert Millan  <rmh@aybabtu.com>
3140         * kern/misc.c (grub_strtoull): Fix bug (it mistakenly parsed the
3141         `0x' qualifier as 0 when base is specified as parameter).
3143 2009-02-24  Bean  <bean123ch@gmail.com>
3145         * configure.ac: Check for -mcmodel=large in x86_64 target.
3147         * include/grub/efi/api.h (efi_call_10): New macro.
3148         (efi_wrap_10): New function.
3150         * include/grub/efi/pe32.h (GRUB_PE32_REL_BASE_HIGH): New macro.
3151         (GRUB_PE32_REL_BASED_HIGH): Likewise.
3152         (GRUB_PE32_REL_BASED_LOW): Likewise.
3153         (GRUB_PE32_REL_BASED_HIGHLOW): Likewise.
3154         (GRUB_PE32_REL_BASED_HIGHADJ): Likewise.
3155         (GRUB_PE32_REL_BASED_MIPS_JMPADDR): Likewise.
3156         (GRUB_PE32_REL_BASED_SECTION): Likewise.
3157         (GRUB_PE32_REL_BASED_REL): Likewise.
3158         (GRUB_PE32_REL_BASED_IA64_IMM64): Likewise.
3159         (GRUB_PE32_REL_BASED_DIR64): Likewise.
3160         (GRUB_PE32_REL_BASED_HIGH3ADJ): Likewise.
3162         * kern/x86_64/dl.c (grub_arch_dl_relocate_symbols): Fixed relocation
3163         issue.
3165         * kern/x86_64/efi/callwrap.S (efi_wrap_6): Bug fix.
3166         (efi_wrap_10): New function.
3168         * kern/x86_64/efi/startup.S (codestart): Use relative addressing.
3170         * loader/efi/appleloader.c (devpath_5): Add support for late 2008
3171         MB/MBP model (NV chipset).
3172         (devdata_devs): Add devpath_5 to the list.
3174         * load/i386/efi/linux.c (video_base): Remove variable.
3175         (RGB_MASK): New macro.
3176         (RGB_MAGIC): Likewise.
3177         (LINE_MIN): Likewise.
3178         (LINE_MAX): Likewise.
3179         (FBTEST_STEP): Likewise.
3180         (FBTEST_COUNT): Likewise.
3181         (fb_list): New variable.
3182         (grub_find_video_card): Remove function.
3183         (find_framebuf): New function.
3184         (grub_linux_setup_video): Use find_framebuf to get frame buffer and
3185         line length.
3187         * util/i386/efi/grub-mkimage.c (grub_reloc_section): Fix relocation
3188         problem for x86_64.
3190 2009-02-22  Vesa Jääskeläinen  <chaac@nic.fi>
3192         Patch #25624 by Kevin Lacquement <kevin@lacqui>.
3194         * util/grub-mkconfig.in: Use ${grub_mkdevicemap} instead of hard
3195         coding tool name.
3197 2009-02-22  Robert Millan  <rmh@aybabtu.com>
3199         * include/multiboot.h (MULTIBOOT_INFO_ALIGN): New macro.
3200         * loader/i386/pc/multiboot.c (grub_multiboot): Include the MBI
3201         in our relocation, instead of using it directly from heap.  Also
3202         use `MULTIBOOT_INFO_ALIGN' to ensure it is aligned.
3204 2009-02-21  Robert Millan  <rmh@aybabtu.com>
3206         Implement USB keyboard support (based on patch by Marco Gerards)
3208         * conf/i386-pc.rmk (pkglib_MODULES): Add `usb_keyboard.mod'.
3209         (usb_keyboard_mod_SOURCES, usb_keyboard_mod_CFLAGS)
3210         (usb_keyboard_mod_LDFLAGS): New variables.
3212         * term/usb_keyboard.c: New file.
3214 2009-02-14  Vladimir Serbinenko  <phcoder@gmail.com>
3216         Corrected wrong declaration
3218         * kern/disk.c: corrected declaration of grub_disk_ata_pass_through.
3220 2009-02-14  Christian Franke  <franke@computer.org>
3222         * commands/lspci.c (grub_pci_classes): Add `SATA Controller'.
3223         (grub_lspci_iter): Print class code and programming interface byte.
3225 2009-02-14  Christian Franke  <franke@computer.org>
3227         * gendistlist.sh: Ignore `.svn' directories.
3229 2009-02-14  Felix Zielcke  <fzielcke@z-51.de>
3231         * fs/fat.c: Add 2009 to Copyright line.
3233 2009-02-14  Christian Franke  <franke@computer.org>
3235         * commands/hdparm.c: New file.  Provides `hdparm' command
3236         which sends ATA commands via grub_disk_ata_pass_through ().
3238         * conf/i386-pc.rmk: Add ata_pthru.mod and hdparm.mod.
3240         * disk/ata.c: Include <grub/ata.h>.  Move <grub/misc.h>
3241         and <grub/cpu/io.h> to include/grub/ata.h.
3242         (enum grub_ata_addressing_t): Move to include/grub/ata.h.
3243         (GRUB_CDROM_SECTOR_SIZE): Remove.
3244         (GRUB_ATA_*): Move to include/grub/ata.h.
3245         (GRUB_ATAPI_*): Likewise.
3246         (enum grub_ata_commands): Likewise.
3247         (enum grub_ata_timeout_milliseconds): Likewise.
3248         (struct grub_ata_device): Likewise.
3249         (grub_ata_regset): Likewise.
3250         (grub_ata_regget): Likewise.
3251         (grub_ata_regset2): Likewise.
3252         (grub_ata_regget2): Likewise.
3253         (grub_ata_check_ready): Likewise.
3254         (grub_ata_wait_not_busy): Remove static, exported in
3255         include/grub/ata.h.
3256         (grub_ata_wait_drq): Likewise.
3257         (grub_ata_pio_read): Likewise.
3259         * disk/ata_pthru.c: New file.  Provides grub_ata_pass_through ()
3260         function for hdparm.mod.
3262         * include/grub/ata.h: New file, contains declarations from
3263         disk/ata.c.
3264         (enum grub_ata_commands): Add new commands for commands/hdparm.c.
3266         * include/grub/disk.h (grub_disk_ata_pass_through_parms): New struct.
3267         (grub_disk_ata_pass_through): New exported variable.
3269         * kern/disk.c (grub_disk_ata_pass_through): New variable.
3271 2009-02-13  Colin D Bennett  <colin@gibibit.com>
3273         Support multiple fallback entries, and provide an API to support
3274         executing default+fallback menu entries.  Renamed the `terminal' menu
3275         viewer to `text'.
3277         * include/grub/normal.h (grub_normal_text_menu_viewer): New global
3278         variable declaration.
3279         (grub_menu_execute_callback): New structure declaration.
3280         (grub_menu_execute_callback_t): New typedef.
3281         (grub_menu_execute_with_fallback): New function declaration.
3282         (grub_menu_get_entry): Likewise.
3283         (grub_menu_get_timeout): Likewise.
3284         (grub_menu_set_timeout): Likewise.
3286         * normal/main.c (GRUB_MOD_INIT(normal)): Refer to new variable name.
3288         * normal/menu.c (grub_wait_after_message): Moved to
3289         `normal/menu_text.c'.
3290         (draw_border): Likewise.
3291         (print_message): Likewise.
3292         (print_entry): Likewise.
3293         (print_entries): Likewise.
3294         (grub_menu_init_page): Likewise.
3295         (get_entry_number): Likewise.
3296         (print_timeout): Likewise.
3297         (run_menu): Likewise.
3298         (grub_menu_execute_entry): Likewise.
3299         (show_text_menu): Likewise.
3300         (get_and_remove_first_entry_number): New function.
3301         (grub_menu_execute_with_fallback): Likewise.
3302         (get_entry): Renamed to ...
3303         (grub_menu_get_entry): .. this and made it global.
3304         (get_timeout): Renamed to ...
3305         (grub_menu_get_timeout): ... this and made it global.
3306         (set_timeout): Renamed to ...
3307         (grub_menu_set_timeout): ... this and made it global.
3308         (grub_normal_terminal_menu_viewer): Renamed to ...
3309         (grub_normal_text_menu_viewer): ... this.
3311         * normal/menu_text.c: New file.  Extracted text-menu-specific code
3312         from normal/menu.c.
3314         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Add `normal/menu_text.c'.
3315         (normal_mod_SOURCES): Likewise.
3317         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
3318         (normal_mod_SOURCES): Likewise.
3320         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3321         (normal_mod_SOURCES): Likewise.
3323         * conf/i386-pc.rmk, (grub_emu_SOURCES): Likewise.
3324         (normal_mod_SOURCES): Likewise.
3326         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3327         (normal_mod_SOURCES): Likewise.
3329         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3330         (normal_mod_SOURCES): Likewise.
3332         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
3333         (normal_mod_SOURCES): Likewise.
3335 2009-02-11  Robert Millan  <rmh@aybabtu.com>
3337         * util/grub.d/00_header.in: Update old reference to `font' command.
3339 2009-02-10  Felix Zielcke  <fzielcke@z-51.de>
3341         * fs/fat.c (grub_fat_mount): Fix wrong comparison.
3343         Based on patch from Javier Martín.
3345 2009-02-09  Felix Zielcke  <fzielcke@z-51.de>
3347         * conf/common.rmk (grub_probe_SOURCES): Move fs/ext2.c before fs/fat.c
3348         to avoid false positives with FAT.
3349         (grub_fstest_SOURCES): Likewise.
3350         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
3351         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
3352         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3353         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
3354         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3355         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3357 2009-02-09  Felix Zielcke  <fzielcke@z-51.de>
3359         * fs/fat.c (grub_fat_mount): Try to avoid false positives by checking
3360         bpb.version_specific.fat12_or_fat16.fstype and
3361         bpb.version_specific.fat32.fstype.
3363 2009-02-08  Robert Millan  <rmh@aybabtu.com>
3365         * fs/tar.c: Replace "fs/cpio.c" with "cpio.c".
3367 2009-02-08  Robert Millan  <rmh@aybabtu.com>
3369         * Makefile.in (host_os, host_cpu): New variables.
3370         (target_os): Remove.  Update all users.
3372 2009-02-08  Marco Gerards  <marco@gnu.org>
3374         * Makefile.in (enable_grub_emu_usb): New variable.
3375         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `disk/scsi.c'.
3376         (grub_emu_SOURCES) [grub_emu_SOURCES]: Add `disk/usbms.c',
3377         `util/usb.c', `bus/usb/usb.c' and `commands/usbtest.c'.
3378         (grub_emu_LDFLAGS): Add `$(LIBUSB)'.
3379         (pkglib_MODULES): Add `usb.mod', `uhci.mod', `ohci.mod',
3380         `usbtest.mod' and `usbms.mod'.
3381         (usb_mod_SOURCES, usb_mod_CFLAGS, usb_mod_LDFLAGS)
3382         (usbtest_mod_SOURCES, usbtest_mod_CFLAGS, usbtest_mod_LDFLAGS)
3383         (uhci_mod_SOURCES, uhci_mod_CFLAGS, uhci_mod_LDFLAGS,
3384         (ohci_mod_SOURCES, ohci_mod_CFLAGS, ohci_mod_LDFLAGS)
3385         (usbms_mod_SOURCES, usbms_mod_CFLAGS, usbms_mod_LDFLAGS): New
3386         variables.
3388         * disk/usbms.c: New file.
3390         * include/grub/usb.h: Likewise.
3392         * include/grub/usbtrans.h: Likewise.
3394         * include/grub/usbdesc.h: Likewise.
3396         * bus/usb/usbtrans.c: Likewise.
3398         * bus/usb/ohci.c: Likewise.
3400         * bus/usb/uhci.c: Likewise.
3402         * bus/usb/usbhub.c: Likewise.
3404         * bus/usb/usb.c: Likewise.
3406         * commands/usbtest.c: Likewise.
3408         * util/usb.c: Likewise.
3410         * include/grub/err.h (grub_err_t): Add `GRUB_ERR_IO'.
3412         * configure.ac: Test for libusb presence.
3414         * util/grub-emu.c (main) [HAVE_LIBUSB_H]: Call `grub_libusb_init'.
3416 2009-02-08  Vesa Jääskeläinen  <chaac@nic.fi>
3418         * kern/mm.c: Add more comments.
3420 2009-02-08  Robert Millan  <rmh@aybabtu.com>
3422         Patch from Javier Martín.
3423         * fs/ext2.c (EXT2_DRIVER_SUPPORTED_INCOMPAT): Add
3424         `EXT4_FEATURE_INCOMPAT_FLEX_BG'.
3426 2009-02-08  Robert Millan  <rmh@aybabtu.com>
3428         * fs/cpio.c: Split tar functionality to ...
3429         * fs/tar.c: ... here (new file).  Update all users.
3431 2009-02-07  Robert Millan  <rmh@aybabtu.com>
3433         * fs/ext2.c (grub_ext2_mount): Avoid mounting filesystems with
3434         backward-incompatible features.
3436         Based on patch from Javier Martín, with some adjustments.
3438 2009-02-07  Michael Scherer  <misc@mandriva.org>
3440         * fs/hfs.c (grub_hfsplus_iterate_dir): Treat hfs+ as case insensitive.
3442 2009-02-07  Robert Millan  <rmh@aybabtu.com>
3444         * conf/common.rmk (grub_probe_SOURCES, grub_fstest_SOURCES): Move
3445         position of `disk/lvm.c' to ensure grub_init_all() always picks it
3446         after the RAID stuff.
3448 2009-02-05  Vesa Jääskeläinen  <chaac@nic.fi>
3450         Fixes problem when running vbetest command as reported by
3451         Vladimir Serbinenko <phcoder@gmail.com>.
3453         * (grub_vbe_set_video_mode): Fixed problem with text modes.
3455 2009-02-04  Felix Zielcke  <fzielcke@z-51.de>
3457         util/getroot.c (grub_util_get_grub_dev): Add support for /dev/mdNpN and
3458         /dev/md/NpN style mdraid devices.
3460 2009-02-03  Felix Zielcke  <fzielcke@z-51.de>
3462         * util/unifont2pff.rb: Remove.
3464 2009-02-03  Felix Zielcke  <fzielcke@z-51.de>
3466         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Add a missing trailing
3467         `#'.
3469 2009-02-03  Felix Zielcke  <fzielcke@z-51.de>
3471         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `normal/menu_viewer.c'.
3472         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
3473         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
3474         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
3475         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3476         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3477         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
3479 2009-02-02  Christian Franke  <franke@computer.org>
3481         * lib/hexdump.c (hexdump): Print at most 3 lines if data is identical.
3483 2009-02-01  Felix Zielcke  <fzielcke@z-51.de>
3485         * INSTALL: Note that we now require at least autoconf 2.59 and
3486         that LZO is optional.
3488 2009-02-01  Vesa Jääskeläinen  <chaac@nic.fi>
3490         Base on patch on bug #24154 created by Tomas Tintera
3491         <trosos@seznam.cz>.
3493         * video/i386/pc/vbe.c (grub_video_vbe_scroll): Fix downward scrolling.
3495 2009-02-01  Vesa Jääskeläinen  <chaac@nic.fi>
3497         Based on patch on bug #25318 created by Bernhard Rosenkraenzer
3498         <bero@arklinux.org>.
3500         * normal/parser.y (script_init): Add missing semicolon.
3502 2009-01-31  Colin D Bennett  <colin@gibibit.com>
3504         * normal/main.c: Add include to grub/menu_viewer.h.
3505         (free_menu_entry_classes): Added.
3506         (grub_normal_menu_addentry): Added class property handling.
3507         (grub_normal_execute): Changed to use new menu viewer for menu viewing.
3508         (GRUB_MOD_INIT(normal)): Added register for text based menu viewer.
3510         * normal/menu_viewer.c: New file.
3512         * normal/menu.c (run_menu_entry): Renamed to ...
3513         (grub_menu_execute_entry): ... this and made it as global.
3514         (grub_menu_run): Renamed to ...
3515         (show_text_menu): ... this and made it local.
3516         (show_text_menu): Adapt to new function names.
3517         (grub_normal_terminal_menu_viewer): New global variable.
3519         * include/grub/menu.h: New file.
3521         * include/grub/menu_viewer.h: New file.
3523         * include/grub/normal.h: Added include to grub/menu.h.
3524         (grub_menu_entry): Moved to include/grub/menu.h.
3525         (grub_menu_entry_t): Likewise.
3526         (grub_menu): Likewise.
3527         (grub_menu_t): Likewise.
3528         (grub_normal_terminal_menu_viewer): Added.
3529         (grub_menu_execute_entry): Likewise.
3530         (grub_menu_run): Removed.
3532         * DISTLIST: Added include/grub/menu.h.
3533         Added include/grub/menu_viewer.h.
3534         Added normal/menu_viewer.c.
3536 2009-01-31  Vesa Jääskeläinen  <chaac@nic.fi>
3538         * normal/execute.c (grub_script_execute_menuentry): Changed to use
3539         arglist for menutitle arguments.
3541         * normal/main.c (grub_normal_menu_addentry): Likewise.
3543         * normal/parser.y (menuentry): Likewise.
3545         * normal/script.c (grub_script_create_cmdmenu): Likewise.
3547         * include/grub/script.h (grub_script_cmd_menuentry): Likewise.
3548         (grub_script_create_cmdmenu): Likewise.
3550         * include/grub/normal.h (grub_normal_menu_addentry): Likewise.
3552         * conf/i386-pc.rmk (normal_mod_SOURCES): Adapt Colin D Bennett's
3553         changes.
3555         * conf/x86_64-efi.rmk (normal_mod_SOURCES): Likewise.
3557         * conf/i386-coreboot.rmk (normal_mod_SOURCES): Likewise.
3559         * conf/i386-efi.rmk (normal_mod_SOURCES): Likewise.
3561         * conf/i386-ieee1275.rmk (normal_mod_SOURCES): Likewise.
3563         * conf/powerpc-ieee1275.rmk (normal_mod_SOURCES): Likewise.
3565         * conf/sparc64-ieee1275.rmk (normal_mod_SOURCES): Likewise.
3567 2009-01-30  Christian Franke  <franke@computer.org>
3569         * normal/arg.c (grub_arg_show_help): Add indentation if '\n' appears
3570         in option help text.
3572 2009-01-27  Pavel Roskin  <proski@gnu.org>
3574         * disk/fs_uuid.c (search_fs_uuid): Ignore case of the UUID.
3576 2009-01-27  Vesa Jääskeläinen  <chaac@nic.fi>
3578         * commands/lsmmap.c: Add include to grub/machine/memory.h.
3580         * fs/i386/pc/pxe.c (grub_pxefs_open): Fix sign problem.
3582         * term/i386/pc/at_keyboard.c (GRUB_MOD_FINI(at_keyboard)): Use proper
3583         unregister function.
3585 2009-01-27  Vesa Jääskeläinen  <chaac@nic.fi>
3587         * disk/scsi.c (grub_scsi_read): Fix sign problem.
3589         * term/i386/pc/vga_text.c (grub_vga_text_init_fini). Fix declaration.
3591         * util/grub-mkfont.c (usage): Fix typo.
3593         * util/elf/grub-mkimage.c (load_modules): Fix warning.
3595 2009-01-26  Daniel Mierswa  <impulze@impulze.org>
3597         * fs/fat.c (grub_fat_uuid): Fix shift of the first two bytes.
3599         * commands/search.c (search_fs_uuid): Ignore case of the UUID.
3601         * kern/misc.c (grub_strcasecmp): New function.
3602         (grub_strcasecmp): Use grub_size_t instead of int for length.
3603         Fix return value.
3604         * include/grub/misc.h: Update function prototypes.
3606 2009-01-26  Robert Millan  <rmh@aybabtu.com>
3608         * configure.ac: Fix cross-compilation check.
3610 2009-01-22  Christian Franke  <franke@computer.org>
3612         * kern/misc.c (grub_vsprintf): Fix size and termination of `format2'
3613         (precision) digit string.  Allow `.format2' without `format1' (width).
3614         Limit input chars for `%s' output to `format2' if specified.  This is
3615         compatible with standard printf ().
3617 2009-01-22  Christian Franke  <franke@computer.org>
3619         * disk/ata.c (grub_ata_wait_status): Replace by ...
3620         (grub_ata_wait_not_busy): ... this function.  Checks only BSY bit,
3621         other status bits may be invalid while BSY is asserted.
3622         (grub_ata_check_ready): New function.
3623         (grub_ata_cmd): Removed.
3624         (grub_ata_wait_drq): New function.
3625         (grub_ata_strncpy): Remove inline.
3626         (grub_ata_pio_read): Reduce to actual block transfer.  BSY wait
3627         and error check now done by grub_ata_wait_drq ().
3628         (grub_ata_pio_write): Likewise.
3629         (grub_atapi_identify): Set DEV before check for !BSY.  Use
3630         grub_ata_wait_drq () to wait for data.
3631         (grub_ata_device_initialize): Add status register check to
3632         detect missing SATA slave devices.  Add debug messages.
3633         (grub_atapi_wait_drq): Use grub_ata_wait_not_busy ().
3634         (grub_atapi_packet): Set DEV before check for !BSY.  Replace
3635         transfer loop by grub_ata_pio_write ().
3636         (grub_ata_identify): Set DEV before check for !BSY. Use
3637         grub_ata_wait_drq () to wait for data.
3638         (grub_ata_setaddress): Set DEV before check for !BSY.
3639         (grub_ata_readwrite): Remove duplicate code, handle batch/rest and
3640         read/write in one loop.  Fix invalid command on write.  Fix incomplete
3641         command on (size % batch) == 0.  Add missing error check after write of
3642         last block.  Add debug messages.
3643         (grub_atapi_read):  Replace transfer loop by grub_ata_pio_read ().
3645 2009-01-19  Christian Franke  <franke@computer.org>
3647         * disk/ata.c (GRUB_ATAPI_REG_*): New defines.
3648         (GRUB_ATAPI_IREASON_*): Likewise.
3649         (grub_ata_pio_write): Fix timeout error return.
3650         (grub_atapi_identify): Add grub_ata_wait () after cmd.
3651         (grub_atapi_wait_drq): New function.
3652         (grub_atapi_packet): New parameter `size'.
3653         Use grub_atapi_wait_drq () and direct write instead of
3654         grub_ata_pio_write ().
3655         (grub_atapi_read): Replace grub_ata_pio_read () by a loop which
3656         reads the number of bytes requested by the device for each DRQ
3657         assertion.
3658         (grub_atapi_write): Remove old implementation, return not
3659         implemented instead.
3661 2009-01-19  Christian Franke  <franke@computer.org>
3663         * disk/scsi.c (grub_scsi_read10): Use scsi->blocksize instead
3664         of 512 to calculate data size.
3665         (grub_scsi_read12): Likewise.
3666         (grub_scsi_write10): Likewise.
3667         (grub_scsi_write12): Likewise.
3668         (grub_scsi_read): Adjust size according to blocksize.
3669         Add checks for invalid blocksize and unaligned transfer.
3671 2009-01-19  Vesa Jääskeläinen  <chaac@nic.fi>
3673         * font/font.c (grub_font_loader_init): Re-position unknown glyph.
3675         * term/gfxterm.c (write_char): Fix background rendering for wide
3676         width glyphs.
3678 2009-01-19  Robert Millan  <rmh@aybabtu.com>
3680         * config.guess: Update to latest version from config git.
3681         * config.sub: Likewise.
3683 2009-01-17  Felix Zielcke  <fzielcke@z-51.de>
3685         * Makefile.in: Change font compilation to use new grub-mkfont instead
3686         of java version.
3688         * util/fonttool/src/org/gnu/grub/fonttool/BDFLoader.java: Remove.
3689         * util/fonttool/src/org/gnu/grub/fonttool/CharDefs.java: Likewise.
3690         * util/fonttool/src/org/gnu/grub/fonttool/CharacterRange.java: Likewise.
3691         * util/fonttool/src/org/gnu/grub/fonttool/CharacterRange.java: Likewise.
3692         * util/fonttool/src/org/gnu/grub/fonttool/Converter.java: Likewise.
3693         * util/fonttool/src/org/gnu/grub/fonttool/Font.java: Likewise.
3694         * util/fonttool/src/org/gnu/grub/fonttool/Glyph.java: Likewise.
3695         * util/fonttool/src/org/gnu/grub/fonttool/PFF2Sections.java: Likewise.
3696         * util/fonttool/src/org/gnu/grub/fonttool/PFF2Writer.java: Likewise.
3698 2009-01-16  Christian Franke  <franke@computer.org>
3700         * disk/ata.c (enum grub_ata_commands): Remove EXEC_DEV_DIAGNOSTICS.
3701         (enum grub_ata_timeout_milliseconds): New enum.
3702         (grub_ata_wait_status): Add parameter milliseconds.
3703         (grub_ata_cmd): Remove variable `err'.  Remove wait for !DRQ to allow
3704         recovery from timed-out commands.
3705         (grub_ata_pio_read): Add parameter milliseconds.  Fix error return,
3706         return grub_errno instead of REG_ERROR.
3707         (grub_ata_pio_write): Add parameter milliseconds.
3708         (grub_atapi_identify): Fix size of ATAPI IDENTIFY sector.
3709         Pass milliseconds to grub_ata_wait_status () and
3710         grub_ata_pio_read ().
3711         (grub_atapi_packet): Pass milliseconds to grub_ata_pio_write ().
3712         (grub_ata_identify): Remove variable `ataerr'.  Pass milliseconds to
3713         grub_ata_wait_status ().  Fix IDENTIFY timeout check.
3714         (grub_ata_device_initialize): Remove EXECUTE DEVICE DIAGNOSTICS.
3715         It is not suitable for device detection, because DEV bit is ignored,
3716         the command may run too long, and not all devices set the signature
3717         properly.
3718         (grub_ata_pciinit): Clear grub_errno before grub_ata_device_initialize ().
3719         (grub_ata_setaddress): Pass milliseconds to grub_ata_wait_status ().
3720         Fix device selection, DEV bit must be set first to address the registers
3721         of the correct device.
3722         (grub_ata_readwrite): Pass milliseconds to grub_ata_wait_status () and
3723         grub_ata_pio_read/write ().
3724         (grub_atapi_read): Pass milliseconds to grub_ata_pio_read ().
3725         (grub_atapi_write): Pass milliseconds to grub_ata_pio_write ().
3727 2009-01-13  Carles Pina i Estany  <carles@pina.cat>
3729         * util/grub-editenv.c (main): Use fseeko(), not fseek().
3731 2009-01-13  Bean  <bean123ch@gmail.com>
3733         * util/grub-mkfont.c (write_font): forget to remove some debug code.
3735 2009-01-13  Bean  <bean123ch@gmail.com>
3737         * Makefile.in: (enable_grub_mkfont): New variable.
3738         (freetype_cflags): Likewise.
3739         (freetype_libs): Likewise.
3741         * common.rmk (bin_UTILITIES): Add `grub-mkfont' if requested.
3742         (grub_mkfont_SOURCES): New variable.
3743         (grub_mkfont_CFLAGS): Likewise.
3744         (grub_mkfont_LDFLAGS): Likewise.
3746         * configure.ac (--enable-grub-mkfont): New option. Check for freetype2
3747         library if `--enable-grub-mkfont' is requested.
3748         (enable_grub_mkfont): New variable.
3749         (freetype_cflags): Likewise.
3750         (freetype_libs): Likewise.
3752         * util/grub-mkfont.c: New file.
3754 2009-01-12  Christian Franke  <franke@computer.org>
3756         * disk/ata.c (grub_ata_pciinit): Fix bit numbers of compatibility
3757         mode check.  Fix setting of compat_use[].
3759 2009-01-10  Robert Millan  <rmh@aybabtu.com>
3761         Update a few copyright years which we forgot to do in 2008 (only for
3762         files whose changes made in 2008 were copyright-significant)
3764         * Makefile.in: Add 2008 to Copyright line.
3765         * disk/ieee1275/ofdisk.c: Likewise.
3766         * disk/efi/efidisk.c: Likewise.
3767         * kern/dl.c: Likewise.
3768         * kern/sparc64/ieee1275/init.c: Likewise.
3769         * kern/mm.c: Likewise.
3770         * kern/efi/mm.c: Likewise.
3771         * boot/i386/pc/boot.S: Likewise.
3772         * genfslist.sh: Likewise.
3773         * fs/iso9660.c: Likewise.
3774         * fs/hfs.c: Likewise.
3775         * fs/jfs.c: Likewise.
3776         * fs/minix.c: Likewise.
3777         * fs/ufs.c: Likewise.
3778         * gensymlist.sh.in: Likewise.
3779         * genkernsyms.sh.in: Likewise.
3780         * include/grub/misc.h: Likewise.
3781         * include/grub/types.h: Likewise.
3782         * include/grub/symbol.h: Likewise.
3783         * include/grub/elf.h: Likewise.
3784         * include/grub/kernel.h: Likewise.
3785         * include/grub/disk.h: Likewise.
3786         * include/grub/dl.h: Likewise.
3787         * include/grub/i386/linux.h: Likewise.
3788         * include/grub/i386/pc/biosdisk.h: Likewise.
3789         * include/grub/efi/api.h: Likewise.
3790         * include/grub/efi/pe32.h: Likewise.
3791         * include/grub/util/misc.h: Likewise.
3792         * normal/execute.c: Likewise.
3793         * normal/arg.c: Likewise.
3794         * normal/completion.c: Likewise.
3795         * normal/lexer.c: Likewise.
3796         * normal/parser.y: Likewise.
3797         * normal/misc.c: Likewise.
3798         * commands/i386/pc/vbeinfo.c: Likewise.
3799         * commands/hexdump.c: Likewise.
3800         * commands/terminal.c: Likewise.
3801         * commands/ls.c: Likewise.
3802         * commands/help.c: Likewise.
3803         * partmap/pc.c: Likewise.
3804         * loader/efi/chainloader.c: Likewise.
3805         * loader/multiboot_loader.c: Likewise.
3806         * loader/i386/pc/multiboot2.c: Likewise.
3807         * term/efi/console.c: Likewise.
3808         * term/i386/pc/serial.c: Likewise.
3809         * util/lvm.c: Likewise.
3810         * util/console.c: Likewise.
3811         * util/i386/efi/grub-mkimage.c: Likewise.
3812         * util/raid.c: Likewise.
3814 2009-01-06  Vesa Jääskeläinen  <chaac@nic.fi>
3816         * commands/videotest.c: Removed include to grub/machine/memory.h.
3818         * conf/i386-pc.rmk (pkglib_MODULES): Removed video.mod, gfxterm.mod,
3819         videotest.mod, bitmap.mod, tga.mod, jpeg.mod, png.mod.
3820         (video_mod_SOURCES): Removed.
3821         (video_mod_CFLAGS): Likewise.
3822         (video_mod_LDFLAGS): Likewise.
3823         (gfxterm_mod_SOURCES): Likewise.
3824         (gfxterm_mod_CFLAGS): Likewise.
3825         (gfxterm_mod_LDFLAGS): Likewise.
3826         (videotest_mod_SOURCES): Likewise.
3827         (videotest_mod_CFLAGS): Likewise.
3828         (videotest_mod_LDFLAGS): Likewise.
3829         (bitmap_mod_SOURCES): Likewise.
3830         (bitmap_mod_CFLAGS): Likewise.
3831         (bitmap_mod_LDFLAGS): Likewise.
3832         (tga_mod_SOURCES): Likewise.
3833         (tga_mod_CFLAGS): Likewise.
3834         (tga_mod_LDFLAGS): Likewise.
3835         (jpeg_mod_SOURCES): Likewise.
3836         (jpeg_mod_CFLAGS): Likewise.
3837         (jpeg_mod_LDFLAGS): Likewise.
3838         (png_mod_SOURCES): Likewise.
3839         (png_mod_CFLAGS): Likewise.
3840         (png_mod_LDFLAGS): Likewise.
3842         * conf/common.rmk (pkglib_MODULES): Added video.mod, videotest.mod,
3843         bitmap.mod, tga.mod, jpeg.mod, png.mod, font.mod, gfxterm.mod
3844         (video_mod_SOURCES): Added.
3845         (video_mod_CFLAGS): Likewise.
3846         (video_mod_LDFLAGS): Likewise.
3847         (videotest_mod_SOURCES): Likewise.
3848         (videotest_mod_CFLAGS): Likewise.
3849         (videotest_mod_LDFLAGS): Likewise.
3850         (bitmap_mod_SOURCES): Likewise.
3851         (bitmap_mod_CFLAGS): Likewise.
3852         (bitmap_mod_LDFLAGS): Likewise.
3853         (tga_mod_SOURCES): Likewise.
3854         (tga_mod_CFLAGS): Likewise.
3855         (tga_mod_LDFLAGS): Likewise.
3856         (jpeg_mod_SOURCES): Likewise.
3857         (jpeg_mod_CFLAGS): Likewise.
3858         (jpeg_mod_LDFLAGS): Likewise.
3859         (png_mod_SOURCES): Likewise.
3860         (png_mod_CFLAGS): Likewise.
3861         (png_mod_LDFLAGS): Likewise.
3862         (gfxterm_mod_SOURCES): Likewise.
3863         (gfxterm_mod_CFLAGS): Likewise.
3864         (gfxterm_mod_LDFLAGS): Likewise.
3866         * term/gfxterm.c: Removed include to grub/machine/memory.h,
3867         grub/machine/console.h.
3869 2009-01-04  Jerone Young  <jerone@gmail.com>
3871         Make on screen instructions clearer
3873         Based on patch created by Jidanni <jidanni@jidanni.org>
3875         * normal/menu.c: print clearer instructions on the screen
3877 2009-01-02  Colin D Bennett  <colin@gibibit.com>
3879         New font engine.
3881         Additional changes by Vesa Jääskeläinen <chaac@nic.fi> to adapt to
3882         build system and fixed gfxterm.c to work with different sized fonts.
3884         * configure.ac: Changed UNIFONT_HEX to UNIFONT_BDF.
3886         * configure: Re-generated.
3888         * DISTLIST: Removed font/manager.c.
3889         Added font/font.c.
3890         Added font/font_cmd.c.
3892         * Makefile.in: Changed UNIFONT_HEX to UNIFONT_BDF.  Added Font tool
3893         compilation.
3895         * include/grub/misc.h (grub_utf8_to_ucs4): Changed prototype.  Changed users.
3897         * kern/misc.c (grub_utf8_to_ucs4): Changed prototype.
3899         * kern/term.c: Changed users of grub_utf8_to_ucs4.
3901         * normal/menu.c: Likewise.
3903         * conf/common.rmk (font_mod_SOURCES): Removed font/manager.c.
3904         (font_mod_SOURCES): Added font/font_cmd.c, font/font.c.
3906         * include/grub/font.h: Replaced with new file.
3908         * include/grub/video.h (GRUB_VIDEO_MODE_TYPE_ALPHA): Changed value.
3909         (GRUB_VIDEO_MODE_TYPE_DOUBLE_BUFFERED): Likewise.
3910         (GRUB_VIDEO_MODE_TYPE_COLOR_MASK): Likewise.
3911         (GRUB_VIDEO_MODE_TYPE_1BIT_BITMAP): Added.
3912         (grub_video_blit_format): Added GRUB_VIDEO_BLIT_FORMAT_1BIT_PACKED.
3913         (grub_video_mode_info): Added bg_red, bg_green, bg_blue, bg_alpha,
3914         fg_red, fg_green, fg_blue, fg_alpha.
3915         (grub_video_adapter): Removed blit_glyph.
3916         (grub_video_blit_glyph): Removed.
3918         * font/manager.c: Removed file.
3920         * font/font.c: New file.
3922         * font/font_cmd.c: Likewise.
3924         * video/video.c (grub_video_blit_glyph): Removed.
3926         * video/i386/pc/vbe.c (grub_video_vbe_map_rgb): Added 1-bit support.
3927         (grub_video_vbe_map_rgba): Likewise.
3928         (grub_video_vbe_unmap_color_int): Likewise.
3929         (grub_video_vbe_blit_glyph): Removed.
3930         (grub_video_vbe_adapter): Removed blit_glyph.
3932         * video/i386/pc/vbeutil.c (get_data_ptr): Added 1-bit support.
3933         (get_pixel): Likewise.
3934         (set_pixel): Likewise.
3936         * commands/videotest.c (grub_cmd_videotest): Added more tests for fonts.
3938         * term/gfxterm.c: Adapted to new font engine.
3940         * term/i386/pc/vesafb.c: Marked as deprecated.  Made it compile.
3942         * term/i386/pc/vga.c: Likewise.
3944         * util/fonttool/src/org/gnu/grub/fonttool/BDFLoader.java: New file.
3946         * util/fonttool/src/org/gnu/grub/fonttool/CharDefs.java: Likewise.
3948         * util/fonttool/src/org/gnu/grub/fonttool/CharacterRange.java: Likewise.
3950         * util/fonttool/src/org/gnu/grub/fonttool/CharacterRange.java: Likewise.
3952         * util/fonttool/src/org/gnu/grub/fonttool/Converter.java: Likewise.
3954         * util/fonttool/src/org/gnu/grub/fonttool/Font.java: Likewise.
3956         * util/fonttool/src/org/gnu/grub/fonttool/Glyph.java: Likewise.
3958         * util/fonttool/src/org/gnu/grub/fonttool/PFF2Sections.java: Likewise.
3960         * util/fonttool/src/org/gnu/grub/fonttool/PFF2Writer.java: Likewise.
3962         * util/grub.d/00_header.in: Changed to use new loadfont command.
3964         * util/grub-mkconfig_lib.in: Changed font extension.
3966 2008-12-28  Felix Zielcke  <fzielcke@z-51.de>
3968         * util/getroot.c (grub_util_get_grub_dev): Add support for
3969         /dev/md/dNNpNN style partitionable mdraid devices.
3971 2008-12-12  Alex Smith  <alex@alex-smith.me.uk>
3973         * fs/i386/pc/pxe.c (grub_pxefs_open): Handle the one open connection
3974         at a time limit of the PXE TFTP API correctly.
3975         (grub_pxefs_close): Likewise.
3977 2008-11-29  Robert Millan  <rmh@aybabtu.com>
3979         * disk/ata.c (grub_ata_pciinit): Handle errors raised by
3980         grub_ata_device_initialize() calls.
3982 2008-11-28  Krzysztof Smiechowicz  <deadwood@wp.pl>
3984         * fs/affs.c (grub_affs_iterate_dir): Return failure when directory
3985         iteration failed.
3986         * fs/sfs.c (grub_sfs_iterate_dir): Likewise.
3988 2008-11-28  Robert Millan  <rmh@aybabtu.com>
3990         Fix build on powerpc-ieee1275.  Based on patch created by
3991         Manoel Abranches <mrabran@linux.vnet.ibm.com>.
3992         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Add
3993         `kern/ieee1275/mmap.c'.
3994         * include/grub/powerpc/ieee1275/memory.h: New file.
3996         Provide grub-install on coreboot.
3997         * conf/i386-coreboot.rmk (sbin_SCRIPTS): Add `grub-install'.
3998         (grub_install_SOURCES): New variable.
3999         * util/i386/pc/grub-install.in: Add a few condition checks to make it
4000         usable on coreboot.
4002 2008-11-25  Felix Zielcke  <fzielcke@z-51.de>
4004         * util/grub-fstest.c (grub_term_get_current_input): Change return type
4005         to `grub_term_input_t'.
4006         (grub_term_get_current_output): Change return type to
4007         `grub_term_output_t'.
4009 2008-11-22  Robert Millan  <rmh@aybabtu.com>
4011         Fix breakage on coreboot due to declaration mismatch.
4012         * term/i386/pc/vga_text.c (grub_vga_text_init_fini): New function.
4013         (grub_vga_text_term): Use grub_vga_text_init_fini() instead of
4014         grub_vga_text_cls().
4016         * kern/i386/loader.S (grub_multiboot_backward_relocator): Improve
4017         comments.  Avoid copying one more byte than necessary (just in case).
4019         * conf/powerpc-ieee1275.rmk (kernel_elf_LDFLAGS): Change link address
4020         to 0x200000 (avoids trouble with some OFW implementations, and matches
4021         with the one in Yaboot).
4022         Reported by Manoel Abranches
4024 2008-11-20  Robert Millan  <rmh@aybabtu.com>
4026         * kern/i386/coreboot/init.c (grub_time_tics): Remove variable.
4027         (grub_get_rtc, grub_exit): Abort with grub_fatal() if called.
4029         * util/grub-mkconfig_lib.in (grub_warn): New function.
4030         (convert_system_path_to_grub_path): Use grub_warn() when issuing
4031         warnings, to obtain consistent formatting.
4032         * util/grub.d/00_header.in: Likewise.
4033         * util/update-grub_lib.in: Likewise.
4035         * loader/i386/linux.c (allocate_pages): Fix a warning.
4036         Move comment text to `#error' stanza.
4038         Harmonize ieee1275's grub_available_iterate() with the generic
4039         grub_machine_mmap_iterate() interface (fixes a recently-introduced
4040         build problem on i386-ieee1275):
4041         * kern/ieee1275/openfw.c (grub_available_iterate): Moved from here ...
4042         * kern/ieee1275/mmap.c (grub_machine_mmap_iterate): ... here.  Add third
4043         parameter `type'.  Update all users of this function.
4044         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add
4045         `kern/ieee1275/mmap.c'.
4046         * kern/ieee1275/init.c
4047         * include/grub/ieee1275/ieee1275.h (grub_available_iterate): Replace
4048         with ...
4049         (grub_machine_mmap_iterate): ... this.
4050         * include/grub/i386/pc/memory.h (grub_machine_mmap_iterate): Change
4051         return type to `grub_err_t'.  Update all implementations of this
4052         function prototype.
4053         * include/grub/i386/coreboot/memory.h (grub_machine_mmap_iterate):
4054         Likewise.
4056         Add `lsmmap' command (lists firmware-provided memory map):
4057         * commands/lsmmap.c: New file.
4058         * conf/i386-pc.rmk (pkglib_MODULES): Add `lsmmap.mod'.
4059         (lsmmap_mod_SOURCES, lsmmap_mod_CFLAGS, lsmmap_mod_LDFLAGS): New
4060         variables.
4061         * conf/powerpc-ieee1275.rmk: Likewise.
4062         * conf/i386-coreboot.rmk: Likewise.
4063         * conf/i386-ieee1275.rmk: Likewise.
4065 2008-11-19  Robert Millan  <rmh@aybabtu.com>
4067         * loader/i386/pc/linux.c (grub_rescue_cmd_initrd): Fix a typo.
4068         * loader/i386/linux.c (grub_rescue_cmd_initrd): Implement a few needed
4069         constraints to initrd allocation (based on code from
4070         loader/i386/pc/linux.c).  Without them, initrd was allocated too high
4071         for Linux to find it.
4073 2008-11-14  Robert Millan  <rmh@aybabtu.com>
4075         * fs/cpio.c (grub_cpio_open): Compare `name' and `fn' by hand in
4076         order to cope with duplicate slashes.
4078 2008-11-14  Robert Millan  <rmh@aybabtu.com>
4080         * include/grub/i386/coreboot/memory.h (GRUB_MEMORY_MACHINE_LOWER_SIZE):
4081         Redefine to match with GRUB_MEMORY_MACHINE_UPPER_START (0x100000).  We
4082         don't want to mess with lower memory, because it is used in the Linux
4083         loader.
4085         * loader/i386/linux.c (allocate_pages): Allocate `real_mode_mem' in
4086         an appropriate place in lower memory, between 0x10000 and 0x90000,
4087         like loader/i386/efi/linux.c does.  Linux often panics if real_mode_mem
4088         is in our heap (probably as a result of it being corrupted during
4089         decompression).  Add #error instance with comment to explain why this
4090         loader isn't currently usable on PC/BIOS.
4092 2008-11-14  Robert Millan  <rmh@aybabtu.com>
4094         * term/i386/pc/serial.c [! GRUB_MACHINE_PCBIOS]
4095         (GRUB_SERIAL_PORT_NUM): Fix miscalculation.
4097 2008-11-12  Robert Millan  <rmh@aybabtu.com>
4099         Make loader/i386/linux.c buildable on i386-pc (although disabled).
4101         * include/grub/i386/pc/init.h: Include `<grub/machine/memory.h>'.
4102         (struct grub_machine_mmap_entry, grub_machine_mmap_iterate): Move
4103         from here ...
4104         * include/grub/i386/pc/memory.h: ... to here.
4106 2008-11-12  Robert Millan  <rmh@aybabtu.com>
4108         Fix build problems on i386-ieee1275 and *-efi (introduced by vga_text
4109         split).
4111         * include/grub/i386/pc/console.h: Include `<grub/i386/vga_common.h>'.
4112         (grub_console_cur_color, grub_console_real_putchar)
4113         (grub_console_putchar, grub_console_getcharwidth, grub_console_getwh)
4114         (grub_console_setcolorstate, grub_console_setcolor)
4115         (grub_console_getcolor): Move from here ...
4116         * include/grub/i386/vga_common.h: ... to here (new file).
4118         * term/i386/pc/vga_text.c: Replace `<grub/machine/console.h>' with
4119         `<grub/i386/vga_common.h>' and `<grub/cpu/io.h>' with
4120         `<grub/i386/io.h>'.
4121         * term/i386/vga_common.c: Replace `<grub/machine/console.h>' with
4122         `<grub/i386/vga_common.h>'.
4124 2008-11-12  Robert Millan  <rmh@aybabtu.com>
4126         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `term/i386/vga_common.c'.
4127         * conf/i386.rmk (pkglib_MODULES): Add `vga_text.mod'.
4128         (vga_text_mod_SOURCES, vga_text_mod_CFLAGS, vga_text_mod_LDFLAGS): New
4129         variables.
4130         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Replace
4131         `term/i386/pc/console.c' with `term/i386/vga_common.c'.
4133         * kern/i386/coreboot/init.c (grub_machine_init): Replace call to
4134         grub_console_init() with call to grub_vga_text_init().
4135         (grub_machine_fini): Replace call to
4136         grub_console_fini() with call to grub_vga_text_fini() and
4137         grub_at_keyboard_fini().
4139         * include/grub/i386/pc/console.h: Include `<grub/term.h>'.
4140         (grub_console_putchar, grub_console_getcharwidth, grub_console_getwh)
4141         (grub_console_setcolorstate, grub_console_setcolor)
4142         (grub_console_getcolor): New function prototypes.
4144         * term/i386/pc/vga_text.c: Include `<grub/dl.h>'.
4145         (grub_vga_text_getxy, grub_vga_text_gotoxy, grub_vga_text_cls)
4146         (grub_vga_text_setcursor): Static-ize.
4147         (grub_vga_text_term): New structure.
4148         (GRUB_MOD_INIT(vga_text), GRUB_MOD_FINI(vga_text)): New functions.
4150         * term/i386/pc/console.c: Remove `<grub/machine/machine.h>'.
4151         (grub_console_cur_color, grub_console_standard_color)
4152         (grub_console_normal_color, grub_console_highlight_color)
4153         (map_char, grub_console_putchar, grub_console_getcharwidth)
4154         (grub_console_getwh, grub_console_setcolorstate, grub_console_setcolor)
4155         (grub_console_getcolor): Move from here ...
4156         * term/i386/vga_common.c: ... to here (same function names).
4158 2008-11-12  Robert Millan  <rmh@aybabtu.com>
4160         Use newly-added Multiboot support in coreboot.
4162         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Replace
4163         `kern/i386/coreboot/mmap.c' with `kern/i386/multiboot_mmap.c'.
4165         * kern/i386/coreboot/startup.S: Enable Multiboot header, fix its
4166         alignment, set `MULTIBOOT_MEMORY_INFO' flag.
4167         (codestart): Store the MBI in `startup_multiboot_info' when we're
4168         being loaded using Multiboot.
4170         * kern/i386/coreboot/init.c (grub_machine_init): Move
4171         grub_at_keyboard_init() call to beginning of function (useful for
4172         debugging).  Call grub_machine_mmap_init() before attempting to use
4173         grub_machine_mmap_iterate().
4174         (grub_lower_mem, grub_upper_mem): Move from here ...
4175         * kern/i386/multiboot_mmap.c (grub_lower_mem, grub_upper_mem): ... to
4176         here (new file).
4178         * include/grub/i386/coreboot/memory.h (grub_machine_mmap_init): New
4179         function prototype.
4181 2008-11-12  Robert Millan  <rmh@aybabtu.com>
4183         Fix a regression introduced by the at_keyboard.mod split.  Because
4184         some terminals are default on some platforms and non-default on
4185         others, the first terminal being registered determines which is
4186         going to be default.
4188         * kern/term.c (grub_term_register_input): If this is the first
4189         terminal being registered, set it as the current one.
4190         (grub_term_register_output): Likewise.
4192         * term/efi/console.c (grub_console_init): Do not call
4193         grub_term_set_current_output() or grub_term_set_current_input().
4194         * term/ieee1275/ofconsole.c (grub_console_init): Likewise.
4195         * term/i386/pc/console.c (grub_console_init): Likewise.
4196         (grub_console_fini): Do not call grub_term_set_current_input()
4197         (but leave grub_term_set_current_output() to restore text mode).
4199 2008-11-10  Robert Millan  <rmh@aybabtu.com>
4201         * util/grub.d/00_header.in: Add backward compatibility check for
4202         versions of terminal.mod that don't understand `terminal_input' or
4203         `terminal_output'.
4205 2008-11-09  Robert Millan  <rmh@aybabtu.com>
4207         * commands/terminal.c (GRUB_MOD_FINI(terminal)): Unregister
4208         `terminal_input' / `terminal_output', not `terminal'.
4210 2008-11-08  Robert Millan  <rmh@aybabtu.com>
4212         * Makefile.in (include_DATA): Fix srcdir=. assumption.
4213         (DISTCLEANFILES): Add `build_env.mk'.
4215 2008-11-08  Robert Millan  <rmh@aybabtu.com>
4217         * term/i386/pc/vesafb.c (grub_vesafb_term): Change type to
4218         `struct grub_term_output'.  Remove `.checkkey' and `.getkey'
4219         members.  Update all users.
4220         * util/console.c (grub_ncurses_term): Split in ...
4221         (grub_ncurses_term_input): ... this, and ...
4222         (grub_ncurses_term_output): ... this.  Update all users.
4223         * term/ieee1275/ofconsole.c: Remove stale `#endif'.
4225 2008-11-08  Robert Millan  <rmh@aybabtu.com>
4227         * Makefile.in (PKGLIB): Add $(pkglib_BUILDDIR).
4228         (PKGDATA): Add $(pkgdata_SRCDIR).
4229         (pkglib_BUILDDIR): New variable.
4230         (pkgdata_SRCDIR): New variable.
4231         (build_env.mk): New target.
4232         (include_DATA): New variable.
4233         (install-local): Install $(include_DATA) files in $(includedir).
4235 2008-11-07  Pavel Roskin  <proski@gnu.org>
4237         * gendistlist.sh: Use C locale for sorting to ensure consistent
4238         output on all systems.
4240         * util/grub.d/00_header.in: Remove incorrect space before
4241         "serial".
4243 2008-11-07  Robert Millan  <rmh@aybabtu.com>
4245         * include/multiboot2.h (struct multiboot_header): Add `flags' member as
4246         per specification.
4247         * loader/multiboot2.c (grub_multiboot2): Fix Multiboot2 header check.
4248         * loader/multiboot_loader.c (find_multi_boot2_header): New function
4249         (based on find_multi_boot1_header).
4250         (grub_rescue_cmd_multiboot_loader): Check for Multiboot2 header,
4251         using find_multi_boot2_header(), and abort if neither Multiboot or
4252         Multiboot headers were found.
4254 2008-11-07  Robert Millan  <rmh@aybabtu.com>
4256         Modularize at_keyboard.mod:
4258         * conf/i386.rmk (pkglib_MODULES): Add `at_keyboard.mod'.
4259         (at_keyboard_mod_SOURCES, at_keyboard_mod_CFLAGS)
4260         (at_keyboard_mod_LDFLAGS): New variables.
4262         Actual terminal split:
4264         * include/grub/term.h (struct grub_term): Split in ...
4265         (struct grub_term_input): ... this, and ...
4266         (struct grub_term_output): ... this.  Update all users.
4267         (grub_term_set_current): Split in ...
4268         (grub_term_set_current_input): ... this, and ...
4269         (grub_term_set_current_output): ... this.
4270         (grub_term_get_current): Split in ...
4271         (grub_term_get_current_input): ... this, and ...
4272         (grub_term_get_current_output): ... this.
4273         (grub_term_register): Split in ...
4274         (grub_term_register_input): ... this, and ...
4275         (grub_term_register_output): ... this.
4276         (grub_term_unregister): Split in ...
4277         (grub_term_unregister_input): ... this, and ...
4278         (grub_term_unregister_output): ... this.
4279         (grub_term_iterate): Split in ...
4280         (grub_term_iterate_input): ... this, and ...
4281         (grub_term_iterate_output): ... this.
4283         * kern/term.c (grub_term_list): Split in ...
4284         (grub_term_list_input): ... this, and ...
4285         (grub_term_list_output): ... this.  Update all users.
4286         (grub_cur_term): Split in ...
4287         (grub_cur_term_input): ... this, and ...
4288         (grub_cur_term_output): ... this.  Update all users.
4289         (grub_term_set_current): Split in ...
4290         (grub_term_set_current_input): ... this, and ...
4291         (grub_term_set_current_output): ... this.
4292         (grub_term_get_current): Split in ...
4293         (grub_term_get_current_input): ... this, and ...
4294         (grub_term_get_current_output): ... this.
4295         (grub_term_register): Split in ...
4296         (grub_term_register_input): ... this, and ...
4297         (grub_term_register_output): ... this.
4298         (grub_term_unregister): Split in ...
4299         (grub_term_unregister_input): ... this, and ...
4300         (grub_term_unregister_output): ... this.
4301         (grub_term_iterate): Split in ...
4302         (grub_term_iterate_input): ... this, and ...
4303         (grub_term_iterate_output): ... this.
4305         * kern/misc.c (grub_abort): Split use of grub_term_get_current() into
4306         a check for input and one for output (and only attempt to get keys
4307         from user when input works).
4309         * util/grub-probe.c (grub_term_get_current): Split in ...
4310         (grub_term_get_current_input): ... this, and ...
4311         (grub_term_get_current_output): ... this.
4312         * util/grub-fstest.c: Likewise.
4313         * util/i386/pc/grub-setup.c: Likewise.
4314         * util/grub-editenv.c: Likewise.
4316         Portability adjustments:
4318         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Remove
4319         `term/i386/pc/at_keyboard.c'.
4320         * kern/ieee1275/init.c [__i386__] (grub_machine_init): Remove call to
4321         grub_keyboard_controller_init() (now handled by terminal .init).
4322         * kern/i386/coreboot/init.c (grub_machine_init): Add call to
4323         grub_at_keyboard_init().
4324         * include/grub/i386/ieee1275/console.h (grub_keyboard_controller_init)
4325         (grub_console_checkkey, grub_console_getkey): Remove (now provided by
4326         at_keyboard.mod via input terminal interface).
4327         * include/grub/i386/coreboot/console.h: Convert into a stub for
4328         `<grub/i386/pc/console.h>'.
4330         Migrate full terminals to new API:
4332         * term/efi/console.c (grub_console_term): Split into ...
4333         (grub_console_term_input): ... this, and ...
4334         (grub_console_term_output): ... this.  Update all users.
4335         * term/ieee1275/ofconsole.c: Remove __i386__ hack.
4336         (grub_ofconsole_init): Split into ...
4337         (grub_ofconsole_init_input): ... this, and ...
4338         (grub_ofconsole_init_output): ... this.
4339         (grub_ofconsole_term): Split into ...
4340         (grub_ofconsole_term_input): ... this, and ...
4341         (grub_ofconsole_term_output): ... this.  Update all users.
4342         * term/i386/pc/serial.c (grub_serial_term): Split into ...
4343         (grub_serial_term_input): ... this, and ...
4344         (grub_serial_term_output): ... this.  Update all users.
4345         * term/i386/pc/console.c (grub_console_term): Split into ...
4346         (grub_console_term_input): ... this, and ...
4347         (grub_console_term_output): ... this.  Update all users.
4348         (grub_console_term_input): Only enable it on PC/BIOS platform.
4349         (grub_console_init): Remove grub_keyboard_controller_init() call.
4351         Migrate input terminals to new API:
4353         * term/i386/pc/at_keyboard.c: Replace `cpu' and `machine' with
4354         `i386' and `i386/pc' to enable build on x86_64 (this driver is
4355         i386-specific anyway).
4356         (grub_console_checkkey): Rename to ...
4357         (grub_at_keyboard_checkkey): ... this.  Static-ize.  Update all
4358         users.
4359         (grub_keyboard_controller_orig): New variable.
4360         (grub_console_getkey): Rename to ...
4361         (grub_at_keyboard_getkey): ... this.  Static-ize.  Update all
4362         users.
4363         (grub_keyboard_controller_init): Static-ize.  Save original
4364         controller value so that it can be restored ...
4365         (grub_keyboard_controller_fini): ... here (new function).
4366         (grub_at_keyboard_term): New structure.
4367         (GRUB_MOD_INIT(at_keyboard), GRUB_MOD_FINI(at_keyboard)): New
4368         functions.
4370         Migrate output terminals to new API:
4372         * term/i386/pc/vga.c (grub_vga_term): Change type to
4373         `struct  grub_term_output'.  Remove `.checkkey' and `.getkey'
4374         members.  Update all users.
4375         * term/gfxterm.c (grub_video_term): Change type to
4376         `struct  grub_term_output'.  Remove `.checkkey' and `.getkey'
4377         members.  Update all users.
4378         * include/grub/i386/pc/console.h (grub_console_checkkey)
4379         (grub_console_getkey): Do not export (no longer needed by gfxterm,
4380         etc).
4382         Migrate `terminal' command and userland tools to new API:
4384         * commands/terminal.c (grub_cmd_terminal): Split into ...
4385         (grub_cmd_terminal_input): ... this, and ...
4386         (grub_cmd_terminal_output): ... this.
4387         (GRUB_MOD_INIT(terminal)): Split `terminal' command in two commands:
4388         `terminal_input' and `terminal_output'.
4389         * util/grub.d/00_header.in: Adjust `terminal' calls to new
4390         `terminal_input' / `terminal_output' API.
4391         * util/grub-mkconfig.in: Export ${GRUB_TERMINAL_INPUT} and
4392         ${GRUB_TERMINAL_OUTPUT} instead of ${GRUB_TERMINAL} (and if user
4393         provided ${GRUB_TERMINAL}, convert it).
4395 2008-11-04  Robert Millan  <rmh@aybabtu.com>
4397         * util/grub.d/10_freebsd.in: New file.  Generate grub configuration
4398         for FreeBSD.
4399         * conf/common.rmk (grub-mkconfig_SCRIPTS): Add 10_freebsd.
4401 2008-11-03  Bean  <bean123ch@gmail.com>
4403         * kern/elf.c (grub_elf32_load): Revert to previous code.
4404         (grub_elf64_load): Likewise.
4406         * loader/i386/bsd.c (grub_bsd_elf32_hook): Change return address.
4408 2008-11-01  Robert Millan  <rmh@aybabtu.com>
4410         * Makefile.in (CPPFLAGS): Fix builddir=. assumption.
4411         (TARGET_CPPFLAGS): Likewise.
4412         * genmk.rb (mod_src): Fix builddir=. and srcdir=. assumptions.
4414 2008-11-01  Carles Pina i Estany  <carles@pina.cat>
4416         * normal/menu.c (run_menu): Add Previous and Next Page keys in menu.
4418 2008-10-29  Guillem Jover  <guillem.jover@nokia.com>
4420         * disk/lvm.c (grub_lvm_scan_device): Fix error recovery by delaying the
4421         addition of objects until the code is not going to be able to fail.
4423 2008-10-29  Guillem Jover  <guillem.jover@nokia.com>
4425         * disk/lvm.c (grub_lvm_scan_device): Fix possible NULL value handling
4426         (add a missing NULL check, and correct them by moving the pointer
4427         operations after the actual check).
4429 2008-10-29  Robert Millan  <rmh@aybabtu.com>
4431         * util/i386/pc/grub-install.in: Handle empty string as output from
4432         make_system_path_relative_to_its_root().
4434 2008-10-05  Hans Lambermont  <hans@lambermont.dyndns.org>
4436         * disk/lvm.c (grub_lvm_scan_device): Allocate buffer space for the
4437         circular metadata worst case scenario. If the metadata is circular
4438         then copy the wrap in place.
4439         * include/grub/lvm.h: Add GRUB_LVM_MDA_HEADER_SIZE, from the LVM2
4440         project lib/format_text/layout.h
4441         Circular metadata bug found and patch debugged by Jan Derk Gerlings.
4443 2008-10-03  Felix Zielcke  <fzielcke@z-51.de>
4445         * util/i386/pc/grub-install.in: Source grub-mkconfig_lib instead of update-grub_lib.
4447 2008-10-03  Felix Zielcke  <fzielcke@z-51.de>
4449         * util/update-grub_lib.in: Mention filename in warning message.
4451 2008-09-29  Felix Zielcke  <fzielcke@z-51.de>
4453         * NEWS: Update for rename of update-grub to grub-mkconfig.
4455 2008-09-29  Felix Zielcke  <fzielcke@z-51.de>
4457         * util/update-grub_lib.in: Copy to ...
4458         * util/grub-mkconfig_lib.in: ... this.  Update all users.
4459         * util/update-grub_lib.in: Make it a stub to `grub-mkconfig_lib.in'.
4460         * util/update-grub.in: Rename to ...
4461         * util/grub-mkconfig.in: ... this.  Update all users.  Remove `-y'
4462         option. Add `--output' option to allow users to specify the generated
4463         configuration file.  Default to stdout.
4464         (update_grub_dir): Rename to ...
4465         (grub_mkconfig_dir): ... this.
4466         (grub_cfg): Default to an empty string.
4467         * conf/common.rmk (update-grub): Rename to ...
4468         (grub-mkconfig): ... this.
4469         (update-grub_lib): Copy to ...
4470         (grub-mkconfig_lib): ... this.
4471         (update-grub_SCRIPTS): Copy to ...
4472         (grub-mkconfig_SCRIPTS): ... this. Update all users.
4473         (update-grub_DATA): Rename to ...
4474         (grub-mkconfig_DATA): ... this.
4476 2008-09-28  Robert Millan  <rmh@aybabtu.com>
4478         * fs/iso9660.c (struct grub_iso9660_primary_voldesc): Rename `created'
4479         to `modified'.  Add the real `created' field.
4480         (grub_iso9660_uuid): Use `modified' rather than `created' for
4481         constructing the UUID.
4483 2008-09-28  Felix Zielcke  <fzielcke@z-51.de>
4485         fs/jfs.c (grub_jfs_find_file): Treat multiple slashes like one.
4486         Based on code from Tomas Ebenlendr <ebik@ucw.cz>.
4488 2008-09-28  Bean  <bean123ch@gmail.com>
4490         * fs/ntfs.c (grub_ntfs_iterate_dir): Fix a bug in the previous patch.
4491         Thanks to Christian Franke for finding this bug.
4493 2008-09-25  Robert Millan  <rmh@aybabtu.com>
4495         * util/grub-mkdevicemap.c (make_device_map): Actually replace all
4496         instances of grub_util_get_disk_name() (see previous commit).
4498 2008-09-25  Robert Millan  <rmh@aybabtu.com>
4500         * conf/i386-pc.rmk (grub_mkdevicemap_SOURCES): Remove
4501         `util/i386/get_disk_name.c'.
4502         * conf/i386-efi.rmk: Likewise.
4503         * conf/x86_64-efi.rmk: Likewise.
4504         * conf/i386-coreboot.rmk: Likewise.
4505         * conf/i386-ieee1275.rmk: Likewise.
4506         * conf/powerpc-ieee1275.rmk (grub_mkdevicemap_SOURCES): Remove
4507         `util/ieee1275/get_disk_name.c'.
4508         * include/grub/util/misc.h (grub_util_get_disk_name): Remove.
4509         * util/ieee1275/get_disk_name.c: Remove file.
4510         * util/i386/get_disk_name.c: Remove file.
4511         * util/grub-mkdevicemap.c (make_device_map): Back to hardcoding
4512         "hd%d" for device.map entries, rather than using
4513         grub_util_get_disk_name().
4515 2008-09-24  Carles Pina i Estany  <carles@pina.cat>
4517         * disk/dmraid_nvidia.c (grub_dmraid_nv_detect): Fix `unused parameter'
4518         warning.
4519         * commands/i386/pc/pxecmd.c (dmraid_nvidia): Likewise.
4521 2008-09-24  Carles Pina i Estany  <carles@pina.cat>
4523         * include/grub/i386/pc/console.h (GRUB_TERM_NPAGE):
4524         Changed to 0x5100.
4525         (GRUB_TERM_PPAGE): Changed to 0x4900.
4527 2008-09-24  Robert Millan  <rmh@aybabtu.com>
4529         * include/grub/powerpc/ieee1275/console.h (GRUB_CONSOLE_KEY_*): Remove
4530         macros (they were i386-pc specific).
4531         * include/grub/sparc64/ieee1275/console.h: Likewise.
4532         * include/grub/efi/console.h: Likewise.
4534 2008-09-22  Bean  <bean123ch@gmail.com>
4536         * fs/ntfs.c (grub_ntfs_iterate_dir): Fix a rare case where $BITMAP is
4537         resident and in attribute list.
4539         * include/grub/ntfs.h (BMP_LEN): Removed.
4541 2008-09-22  Bean  <bean123ch@gmail.com>
4543         * disk/ata.c (grub_atapi_open): Initialize devfnd, no need to set
4544         scsi->name and scsi->luns, as they will be set in grub_scsi_open.
4546         * disk/scsi.c (grub_scsi_open): Don't call p->close (scsi) here when
4547         error occurs, as grub_disk_open will call grub_disk_close, which will
4548         call p->close (scsi).
4550 2008-09-21  Felix Zielcke  <fzielcke@z-51.de>
4552         * configure.ac (AC_INIT): Quote `GRUB' string and version number.
4553         (AC_PREREQ): Bumped to 2.59.
4554         (AC_TRY_COMPILE): Replace obsolete macro with ...
4555         (AC_COMPILE_IFELSE): ... this.
4556         * aclocal.m4 (AC_TRY_LINK): Replace obsolete macro with ...
4557         (AC_LINK_IFELSE): ... this.
4559 2008-09-21  Felix Zielcke  <fzielcke@z-51.de>
4561         * autogen.sh: Add a call to `gendistlist.sh'.
4563 2008-09-19  Christian Franke  <franke@computer.org>
4565         * aclocal.m4 (grub_CHECK_ENABLE_EXECUTE_STACK): New function.
4566         * configure.ac: Call grub_CHECK_ENABLE_EXECUTE_STACK.
4567         * include/grub/misc.h [NEED_ENABLE_EXECUTE_STACK]:
4568         Export __enable_execute_stack() to modules.
4569         * kern/misc.c [NEED_ENABLE_EXECUTE_STACK] (__enable_execute_stack):
4570         New function.
4572 2008-09-09  Felix Zielcke  <fzielcke@z-51.de>
4574         * Makefile.in (RMKFILES): Add `i386.rmk' and `x86_64-efi.rmk'.
4575         Sort the list.
4577 2008-09-09  Felix Zielcke  <fzielcke@z-51.de>
4579         * util/hostdisk.c: Replace #include <grub/util/biosdisk.h> with
4580         #include <grub/util/hostdisk.h>.
4582 2008-09-08  Robert Millan  <rmh@aybabtu.com>
4584         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Skip
4585         segments when their filesz is zero (grub_file_read() interprets
4586         zero-size as "read until EOF", which results in memory corruption).
4587         Use `lowest_segment' rather than 0 for calculating the current
4588         segment load address.
4590 2008-09-08  Robert Millan  <rmh@aybabtu.com>
4592         * util/hostdisk.c (open_device): Replace a grub_util_info() call
4593         with grub_dprintf("hostdisk", ...), as it was so verbose that it
4594         clobbered useful information.
4596 2008-09-08  Robert Millan  <rmh@aybabtu.com>
4598         * include/grub/util/biosdisk.h: Move to ...
4599         * include/grub/util/hostdisk.h: ... here.  Update all users.
4600         * util/biosdisk.c: Move to ...
4601         * util/hostdisk.c: ... here.  Update all users.
4603 2008-09-07  Robert Millan  <rmh@aybabtu.com>
4605         * loader/i386/pc/multiboot.c (mmap_addr, mmap_length): Remove
4606         variables.
4607         (grub_multiboot): Move `mbi' allocation upwards, so that mmap address
4608         and length can be stored directly in the `mbi->mmap_addr' and
4609         `mbi->mmap_length' struct fields.
4611 2008-09-07  Robert Millan  <rmh@aybabtu.com>
4613         * conf/i386.rmk: New file.  Provides declaration for building
4614         `cpuid.mod'.
4615         * conf/i386-pc.rmk (pkglib_MODULES): Remove `cpuid.mod'.
4616         (cpuid_mod_SOURCES, cpuid_mod_CFLAGS, cpuid_mod_LDFLAGS): Remove
4617         variables.
4618         Include `conf/i386.mk'.
4619         * conf/i386-efi.rmk: Likewise.
4620         * conf/x86_64-efi.rmk: Likewise.
4621         * conf/i386-coreboot.rmk: Likewise.
4622         * conf/i386-ieee1275.rmk: Likewise.
4624 2008-09-07  Vesa Jääskeläinen  <chaac@nic.fi>
4626         Based on patch created by Colin D Bennett <colin@gibibit.com>.
4627         Adds optimization support for BGR based modes.
4629         * include/grub/i386/pc/vbeblit.h (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8A8) Removed.
4630         (grub_video_i386_vbeblit_R8G8B8X8_R8G8B8X8): Likewise.
4631         (grub_video_i386_vbeblit_R8G8B8_R8G8B8A8): Likewise.
4632         (grub_video_i386_vbeblit_R8G8B8_R8G8B8X8): Likewise.
4633         (grub_video_i386_vbeblit_index_R8G8B8A8): Likewise.
4634         (grub_video_i386_vbeblit_index_R8G8B8X8): Likewise.
4635         (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8): Likewise.
4636         (grub_video_i386_vbeblit_R8G8B8_R8G8B8): Likewise.
4637         (grub_video_i386_vbeblit_index_R8G8B8): Likewise.
4638         (grub_video_i386_vbeblit_index_index): Likewise.
4639         (grub_video_i386_vbeblit_replace_directN): Added.
4640         (grub_video_i386_vbeblit_replace_BGRX8888_RGBX8888): Likewise.
4641         (grub_video_i386_vbeblit_replace_BGRX8888_RGB888): Likewise.
4642         (grub_video_i386_vbeblit_replace_BGR888_RGBX8888): Likewise.
4643         (grub_video_i386_vbeblit_replace_BGR888_RGB888): Likewise.
4644         (grub_video_i386_vbeblit_replace_RGBX8888_RGB888): Likewise.
4645         (grub_video_i386_vbeblit_replace_RGB888_RGBX8888): Likewise.
4646         (grub_video_i386_vbeblit_replace_index_RGBX8888): Likewise.
4647         (grub_video_i386_vbeblit_replace_index_RGB888): Likewise.
4648         (grub_video_i386_vbeblit_blend_BGRA8888_RGBA8888): Likewise.
4649         (grub_video_i386_vbeblit_blend_BGR888_RGBA8888): Likewise.
4650         (grub_video_i386_vbeblit_blend_RGBA8888_RGBA8888): Likewise.
4651         (grub_video_i386_vbeblit_blend_RGB888_RGBA8888): Likewise.
4652         (grub_video_i386_vbeblit_blend_index_RGBA8888): Likewise.
4654         * include/grub/i386/pc/vbefill.h (grub_video_i386_vbefill_R8G8B8A8) Removed.
4655         (grub_video_i386_vbefill_R8G8B8): Likewise.
4656         (grub_video_i386_vbefill_index): Likewise.
4657         (grub_video_i386_vbefill_direct32): Added.
4658         (grub_video_i386_vbefill_direct24): Likewise.
4659         (grub_video_i386_vbefill_direct16): Likewise.
4660         (grub_video_i386_vbefill_direct8): Likewise.
4662         * include/grub/video.h (grub_video_blit_format): Removed
4663         GRUB_VIDEO_BLIT_FORMAT_R8G8B8A8, GRUB_VIDEO_BLIT_FORMAT_R8G8B8.
4664         (grub_video_blit_format): Added GRUB_VIDEO_BLIT_FORMAT_RGBA_8888,
4665         GRUB_VIDEO_BLIT_FORMAT_BGRA_8888, GRUB_VIDEO_BLIT_FORMAT_RGB_888,
4666         GRUB_VIDEO_BLIT_FORMAT_BGR_888, GRUB_VIDEO_BLIT_FORMAT_RGB_565,
4667         GRUB_VIDEO_BLIT_FORMAT_BGR_565.
4669         * video/video.c (grub_video_get_blit_format): Updated to use new
4670         blit formats.  Added handling for 16 bit color modes.
4672         * video/i386/pc/vbe.c (grub_video_vbe_fill_rect): Updated to use new
4673         fillers.
4674         (common_blitter): Updated to use new blitters.
4676         * video/i386/pc/vbeblit.c (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8A8):
4677         Removed.
4678         (grub_video_i386_vbeblit_R8G8B8X8_R8G8B8X8): Likewise.
4679         (grub_video_i386_vbeblit_R8G8B8_R8G8B8A8): Likewise.
4680         (grub_video_i386_vbeblit_R8G8B8_R8G8B8X8): Likewise.
4681         (grub_video_i386_vbeblit_index_R8G8B8A8): Likewise.
4682         (grub_video_i386_vbeblit_index_R8G8B8X8): Likewise.
4683         (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8): Likewise.
4684         (grub_video_i386_vbeblit_R8G8B8_R8G8B8): Likewise.
4685         (grub_video_i386_vbeblit_index_R8G8B8): Likewise.
4686         (grub_video_i386_vbeblit_index_index): Likewise.
4687         (grub_video_i386_vbeblit_replace_directN): Added.
4688         (grub_video_i386_vbeblit_replace_BGRX8888_RGBX8888): Likewise.
4689         (grub_video_i386_vbeblit_replace_BGRX8888_RGB888): Likewise.
4690         (grub_video_i386_vbeblit_replace_BGR888_RGBX8888): Likewise.
4691         (grub_video_i386_vbeblit_replace_BGR888_RGB888): Likewise.
4692         (grub_video_i386_vbeblit_replace_RGBX8888_RGB888): Likewise.
4693         (grub_video_i386_vbeblit_replace_RGB888_RGBX8888): Likewise.
4694         (grub_video_i386_vbeblit_replace_index_RGBX8888): Likewise.
4695         (grub_video_i386_vbeblit_replace_index_RGB888): Likewise.
4696         (grub_video_i386_vbeblit_blend_BGRA8888_RGBA8888): Likewise.
4697         (grub_video_i386_vbeblit_blend_BGR888_RGBA8888): Likewise.
4698         (grub_video_i386_vbeblit_blend_RGBA8888_RGBA8888): Likewise.
4699         (grub_video_i386_vbeblit_blend_RGB888_RGBA8888): Likewise.
4700         (grub_video_i386_vbeblit_blend_index_RGBA8888): Likewise.
4702         * video/i386/pc/vbefill.c (grub_video_i386_vbefill_R8G8B8A8): Removed.
4703         (grub_video_i386_vbefill_R8G8B8): Likewise.
4704         (grub_video_i386_vbefill_index): Likewise.
4705         (grub_video_i386_vbefill_direct32): Added.
4706         (grub_video_i386_vbefill_direct24): Likewise.
4707         (grub_video_i386_vbefill_direct16): Likewise.
4708         (grub_video_i386_vbefill_direct8): Likewise.
4710         * video/readers/jpeg.c (grub_jpeg_decode_sos): Adapt to new blitter
4711         types.
4713         * video/readers/tga.c (grub_video_reader_tga): Adapt to new blitter
4714         types.
4716         * video/readers/png.c (grub_png_decode_image_header): Adapt to new
4717         blitter types.
4719         * video/bitmap.c (grub_video_bitmap_create): Adapt to new blitter
4720         types.
4722 2008-09-06  Felix Zielcke  <fzielcke@z-51.de>
4724         * disk/raid.c (insert_array): Set `array->chunk_size' to 64 for
4725         RAID level 1.
4727 2008-09-06  Felix Zielcke  <fzielcke@z-51.de>
4729         * fs/iso9660.c (grub_iso9660_date): New structure.
4730         (grub_iso9660_primary_voldesc): Add `grub_iso9660_date' member.
4731         (grub_iso9660_uuid): New function.
4733 2008-09-05  Bean  <bean123ch@gmail.com>
4735         * fs/fshelp.c (grub_fshelp_find_file): Handle case insensitive names.
4737         * fs/ntfs.c (list_file): Ignore names in DOS namespace, set the case
4738         insensitive bit for names in Win32 and Win32 & DOS namespace.
4740         * include/grub/fshelp.h (GRUB_FSHELP_CASE_INSENSITIVE): New macro.
4742         * include/grub/types.h (LONG_MAX): Likewise.
4744 2008-09-04  Felix Zielcke  <fzielcke@z-51.de>
4746         * util/getroot.c: Include <config.h>.
4747         (grub_util_get_grub_dev): Rewrite to use asprintf for mdraid devices,
4748         add support for /dev/md/N devices and handle LVM double dash escaping.
4750 2008-09-04  Felix Zielcke  <fzielcke@z-51.de>
4752         * config.guess: Update to latest version from config git.
4753         * config.sub: Likewise.
4755 2008-09-03  Robert Millan  <rmh@aybabtu.com>
4757         * disk/scsi.c (grub_scsi_open): Remove size limit when printing
4758         `disk->total_sectors'.
4760 2008-09-01  Colin D Bennett  <colin@gibibit.com>
4762         * include/grub/normal.h: Fixed incorrect comment for
4763         GRUB_COMMAND_FLAG_NO_ARG_PARSE.
4765 2008-09-01  Colin D Bennett  <colin@gibibit.com>
4767         * commands/i386/pc/vbeinfo.c (grub_cmd_vbeinfo): Replaced constant
4768         values with defines.
4770         * include/grub/i386/pc/vbe.h (GRUB_VBE_MODEATTR_SUPPORTED): Added.
4771         (GRUB_VBE_MODEATTR_RESERVED_1): Likewise.
4772         (GRUB_VBE_MODEATTR_BIOS_TTY_OUTPUT_SUPPORT): Likewise.
4773         (GRUB_VBE_MODEATTR_COLOR): Likewise.
4774         (GRUB_VBE_MODEATTR_GRAPHICS): Likewise.
4775         (GRUB_VBE_MODEATTR_VGA_COMPATIBLE): Likewise.
4776         (GRUB_VBE_MODEATTR_VGA_WINDOWED_AVAIL): Likewise.
4777         (GRUB_VBE_MODEATTR_LFB_AVAIL): Likewise.
4778         (GRUB_VBE_MODEATTR_DOUBLE_SCAN_AVAIL): Likewise.
4779         (GRUB_VBE_MODEATTR_INTERLACED_AVAIL): Likewise.
4780         (GRUB_VBE_MODEATTR_TRIPLE_BUF_AVAIL): Likewise.
4781         (GRUB_VBE_MODEATTR_STEREO_AVAIL): Likewise.
4782         (GRUB_VBE_MODEATTR_DUAL_DISPLAY_START): Likewise.
4783         (GRUB_VBE_MEMORY_MODEL_TEXT): Likewise.
4784         (GRUB_VBE_MEMORY_MODEL_CGA): Likewise.
4785         (GRUB_VBE_MEMORY_MODEL_HERCULES): Likewise.
4786         (GRUB_VBE_MEMORY_MODEL_PLANAR): Likewise.
4787         (GRUB_VBE_MEMORY_MODEL_NONCHAIN4_256): Likewise.
4788         (GRUB_VBE_MEMORY_MODEL_YUV): Likewise.
4790 2008-08-31  Robert Millan  <rmh@aybabtu.com>
4792         * loader/i386/pc/multiboot.c (grub_get_multiboot_mmap_len): Fix
4793         declaration.
4794         (grub_multiboot): Fix a few warnings.
4796 2008-08-31  Robert Millan  <rmh@aybabtu.com>
4798         * loader/i386/pc/multiboot.c: Update comment not to say that
4799         boot_device support is unimplemented.
4801 2008-08-31  Robert Millan  <rmh@aybabtu.com>
4803         * loader/i386/pc/multiboot.c: Update comment not to say that a.out
4804         or memory map support are unimplemented.
4806 2008-08-31  Colin D Bennett  <colin@gibibit.com>
4808         * util/i386/pc/grub-mkrescue.in: Support multiple overlay directories.
4810 2008-08-31  Colin D Bennett  <colin@gibibit.com>
4812         * commands/i386/pc/vbeinfo.c (grub_cmd_vbeinfo): Show VBE version and
4813         total video memory in 'vbeinfo' output; show color format details for
4814         each video mode.
4816 2008-08-30  Pavel Roskin  <proski@gnu.org>
4818         * util/genmoddep.c: Remove for real this time.
4819         * DISTLIST: Remove util/genmoddep.c.
4821 2008-08-30  Robert Millan  <rmh@aybabtu.com>
4823         * kern/i386/pc/startup.S (multiboot_header): Force 4-byte alignment
4824         as required by Multiboot spec (it was already 4-byte aligned, but
4825         only by chance).
4827 2008-08-29  Pavel Roskin  <proski@gnu.org>
4829         * kern/powerpc/ieee1275/crt0.S: Rename to ...
4830         * kern/powerpc/ieee1275/startup.S: ... this.
4831         * conf/powerpc-ieee1275.rmk: Adjust for the above.
4832         * DISTLIST: Likewise.
4834         * kern/powerpc/ieee1275/crt0.S: Include grub/symbol.h and
4835         grub/cpu/kernel.h.  Add start label for consistency with other
4836         platforms.  Add grub_prefix immediately after start.  Add jump
4837         to the code after grub_prefix.
4838         * include/grub/powerpc/kernel.h: Provide valid values for
4839         GRUB_KERNEL_CPU_PREFIX and GRUB_KERNEL_CPU_DATA_END.
4841 2008-08-29  Bean  <bean123ch@gmail.com>
4843         * configure.ac: Change host_os to cygwin for mingw.
4844         (asprintf): New check for function.
4846         * include/grub/symbol.h: Replace #ifndef __CYGWIN__ with
4847         #if ! defined (__CYGWIN__) && ! defined (__MINGW32__).
4849         * include/grub/util/misc.h: #include <config.h> and <grub/types.h>,
4850         declare asprintf if HAVE_ASPRINTF is not set, declare fseeko, ftello,
4851         sync, sleep and grub_util_get_disk_size for mingw.
4853         * util/biosdisk.c (grub_util_biosdisk_open): Use grub_util_get_disk_size
4854         to get size in mingw.
4855         (open_device): Use flag O_BINARY if it's defined.
4856         (find_root_device): Add dummy code for mingw.
4858         * util/grub-mkdevicemap.c (get_floppy_disk_name): Return 0 for mingw.
4859         (get_ide_disk_name): Return //./PHYSICALDRIVE%d for mingw.
4860         (get_scsi_disk_name): Return 0 for mingw.
4862         * util/hostfs.c: #include <grub/util/misc.h>.
4863         (grub_hostfs_open): Use "rb" flag to open file, use
4864         grub_util_get_disk_size to get disk size for mingw.
4866         * util/misc.c: #include <windows.h> and <winioctl.h> in mingw.
4867         (asprintf): New function if HAVE_ASPRINTF is not set.
4868         (sync): New function for mingw.
4869         (sleep): Likewise.
4870         (grub_util_get_disk_size): Likewise.
4872 2008-08-28  Pavel Roskin  <proski@gnu.org>
4874         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Add
4875         kern/time.c.
4877 2008-08-28  Robert Millan  <rmh@aybabtu.com>
4879         * util/biosdisk.c (find_grub_drive): Declare missing `i' variable.
4881 2008-08-28  Robert Millan  <rmh@aybabtu.com>
4883         Change find_grub_drive() syntax so it doesn't prevent it from
4884         detecting NULL names as errors.
4886         * util/biosdisk.c (find_grub_drive): Move free slot search code
4887         from here ...
4888         (find_free_slot): ... to here.
4889         (read_device_map): Use find_free_slot() to search for free slots.
4891 2008-08-27  Marco Gerards  <marco@gnu.org>
4893         * conf/common.rmk (pkglib_MODULES): Add scsi.mod.
4894         (scsi_mod_SOURCES): New variable.
4895         (scsi_mod_CFLAGS): Likewise
4896         (scsi_mod_LDFLAGS): Likewise.
4898         * disk/scsi.c: New file.
4900         * include/grub/scsi.h: Likewise.
4902         * include/grub/scsicmd.h: Likewise.
4904         * disk/ata.c: Include <grub/scsi.h>.
4905         (grub_atapi_packet): Do not use grub_ata_cmd, use registers
4906         instead.
4907         (grub_ata_iterate): Skip ATAPI devices.
4908         (grub_ata_open): Only handle ATAPI devices.
4909         (struct grub_atapi_read): Removed.
4910         (grub_atapi_readsector): Likewise.
4911         (grub_ata_read): No longer handle ATAPI devices.
4912         (grub_ata_write): Likewise.
4913         (grub_atapi_iterate): New function.
4914         (grub_atapi_read): Likewise.
4915         (grub_atapi_write): Likewise.
4916         (grub_atapi_open): Likewise.
4917         (grub_atapi_close): Likewise.
4918         (grub_atapi_dev): New variable.
4919         (GRUB_MOD_INIT(ata)): Register ATAPI as SCSI device.
4920         (GRUB_MOD_FINI(ata)): Unregister ATAPI.
4922         * include/grub/disk.h (enum grub_disk_dev_id): Add
4923         `GRUB_DISK_DEVICE_SCSI_ID'.
4925 2008-08-26  Robert Millan  <rmh@aybabtu.com>
4927         * util/biosdisk.c (grub_util_biosdisk_open, open_device)
4928         (grub_util_biosdisk_get_grub_dev): Make error messages a bit more
4929         descriptive.
4931 2008-08-23  Bean  <bean123ch@gmail.com>
4933         * conf/common.rmk (grub_probe_SOURCES): Add disk/mdraid_linux.c.
4934         (grub_fstest_SOURCES): Add disk/raid5_recover.c, disk/raid6_recover.c,
4935         disk/mdraid_linux.c and disk/dmraid_nvidia.c and lib/crc.c.
4936         (pkglib_MODULES): Add raid5rec.mod, raid6rec.mod, mdraid.mod and
4937         dm_nv.mod.
4938         (raid5rec_mod_SOURCES): New macro.
4939         (raid5rec_mod_CFLAGS): Likewise.
4940         (raid5rec_mod_LDFLAGS): Likewise.
4941         (raid6rec_mod_SOURCES): Likewise.
4942         (raid6rec_mod_CFLAGS): Likewise.
4943         (raid6rec_mod_LDFLAGS): Likewise.
4944         (mdraid_mod_SOURCES): Likewise.
4945         (mdraid_mod_CFLAGS): Likewise.
4946         (mdraid_mod_LDFLAGS): Likewise.
4947         (dm_nv_mod_SOURCES): Likewise.
4948         (dm_nv_mod_CFLAGS): Likewise.
4949         (dm_nv_mod_LDFLAGS): Likewise.
4951         * conf/i386-pc.rmk (grub_setup_SOURCES): Add disk/mdraid_linux.c.
4952         (grub_emu_SOURCES):  Add disk/raid5_recover.c, disk/raid6_recover.c,
4953         disk/mdraid_linux.c and disk/dmraid_nvidia.c.
4955         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Add disk/raid5_recover.c,
4956         disk/raid6_recover.c, disk/mdraid_linux.c and disk/dmraid_nvidia.c.
4958         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
4960         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
4962         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
4964         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
4966         * disk/raid5_recover.c: New file.
4968         * disk/raid6_recover.c: Likewise.
4970         * disk/mdraid_linux.c: Likewise.
4972         * disk/dmraid_nvidia.c: Likewise.
4974         * disk/i386/pc/biosdisk.c: Set total_sectors of cdrom device to
4975         ULONG_MAX.
4977         * disk/raid.c (grub_raid_open): Use the size of the smallest disk to
4978         calculate the size of raid device.
4979         (grub_raid_read): Simplify raid0 code. Support raid4, raid6 and four
4980         different layout of raid5.
4981         (grub_raid_scan_device): Remove code specific to mdraid.
4982         (grub_raid_list): New variable.
4983         (free_array): New function.
4984         (grub_raid_register): Likewise.
4985         (grub_raid_unregister): Likewise.
4986         (grub_raid_rescan): Likewise.
4987         (GRUB_MOD_INIT): Don't iterate device here.
4988         (GRUB_MOD_FINI): Use free_array to release resource.
4990         * include/grub/raid.h: Remove macro and structure specific to mdraid.
4991         (grub_raid5_recover_func_t): New function variable type.
4992         (grub_raid6_recover_func_t): Likewise.
4993         (grub_raid5_recover_func): New variable.
4994         (grub_raid6_recover_func): Likewise.
4995         (grub_raid_register): New function.
4996         (grub_raid_unregister): Likewise.
4997         (grub_raid_rescan): Likewise.
4998         (grub_raid_block_xor): Likewise.
5000         * util/grub-fstest.c: Add #include <grub/raid.h> and <grub/lib/crc.h>.
5001         (CMD_CRC): New macro.
5002         (part): Removed.
5003         (read_file): Handle device as well as file.
5004         (cmd_crc): New function.
5005         (fstest): Handle multiple disks.
5006         (options): Remove part, raw and long, add root and diskcount.
5007         (usage): Add crc, remove -p, -r, -l, add -r and -c.
5008         (main): Find the first non option entry and ignore subsequent options,
5009         add handling for the new options, support multiple disks.
5011         * util/grub-probe.c (probe): Add mdraid to abstraction_name.
5013 2008-08-23  Bean  <bean123ch@gmail.com>
5015         * normal/x86_64/setjmp.S (grub_longjmp): Return 1 when val = 0.
5017         * genfslist.sh: Ignore kernel.mod.
5019         * genpartmaplist.sh: Likewise.
5021 2008-08-23  Robert Millan  <rmh@aybabtu.com>
5023         * util/getroot.c (find_root_device): Skip anything that starts with
5024         a dot, not just directories.  This avoids things like /dev/.tmp.md0.
5026 2008-08-22  Felix Zielcke  <fzielcke@z-51.de>
5028         * util/update-grub.in (GRUB_GFXMODE): Export variable.
5029         * util/grub.d/00_header.in: Allow the administrator to change default
5030         gfxmode via ${GRUB_GFXMODE}.
5032 2008-08-21  Felix Zielcke  <fzielcke@z-51.de>
5034         * fs/ntfs.c (grub_ntfs_mount): Fix a memory leak.
5036 2008-08-21  Robert Millan  <rmh@aybabtu.com>
5038         * loader/i386/linux.c: New file.  Implements generic 32-bit Linux
5039         loader.
5040         * conf/i386-coreboot.rmk (_linux_mod_SOURCES): Replace
5041         `loader/i386/pc/linux.c' with `loader/i386/linux.c'.
5043 2008-08-20  Carles Pina i Estany  <carles@pina.cat>
5045         * menu/normal.c (run_menu): Replace hardcoded numbers with macros
5046         (16 for GRUB_TERM_UP and 14 for GRUB_TERM_DOWN)
5048 2008-08-19  Robert Millan  <rmh@aybabtu.com>
5050         * term/gfxterm.c (DEFAULT_CURSOR_COLOR): Remove.
5051         (struct grub_virtual_screen): Remove `cursor_color'.
5052         (grub_virtual_screen_setup): Remove `virtual_screen.cursor_color'
5053         initialization.
5054         (write_cursor): Use `virtual_screen.fg_color' to draw cursor.
5056 2008-08-18  Robert Millan  <rmh@aybabtu.com>
5058         Unify (identical) linux_normal.c files.
5059         * loader/i386/efi/linux_normal.c: Move from here ...
5060         * loader/linux_normal.c: ... to here.  Update all users.
5061         * loader/i386/pc/linux_normal.c: Delete.  Update all users.
5062         * loader/i386/ieee1275/linux_normal.c: Likewise.
5064 2008-08-18  Robert Millan  <rmh@aybabtu.com>
5066         * include/grub/i386/linux.h (LINUX_LOADER_ID_LILO)
5067         (LINUX_LOADER_ID_LOADLIN, LINUX_LOADER_ID_BOOTSECT)
5068         (LINUX_LOADER_ID_SYSLINUX, LINUX_LOADER_ID_ETHERBOOT)
5069         (LINUX_LOADER_ID_ELILO, LINUX_LOADER_ID_GRUB, LINUX_LOADER_ID_UBOOT)
5070         (LINUX_LOADER_ID_XEN, LINUX_LOADER_ID_GUJIN, LINUX_LOADER_ID_QEMU):
5071         New macros.
5072         (GRUB_LINUX_CL_OFFSET, GRUB_LINUX_CL_END_OFFSET): Move from here ...
5073         * loader/i386/pc/linux.c (GRUB_LINUX_CL_OFFSET)
5074         (GRUB_LINUX_CL_END_OFFSET): ... to here.
5075         * loader/i386/efi/linux.c (GRUB_EFI_CL_OFFSET): Rename to ...
5076         (GRUB_LINUX_CL_OFFSET): ... this.  Update all users.
5077         (GRUB_EFI_CL_END_OFFSET): Rename to ...
5078         (GRUB_LINUX_CL_END_OFFSET): ... this.  Update all users.
5079         (grub_rescue_cmd_linux): Macroify `type_of_loader' initialization.
5080         Initialize `params->video_cursor_x' and `params->video_cursor_y'
5081         portably using grub_getxy().
5082         Replace `-EFI' with `-bzImage' in boot message.
5084 2008-08-17  Robert Millan  <rmh@aybabtu.com>
5086         * include/grub/x86_64/kernel.h: New file (<grub/i386/kernel.h> stub).
5088 2008-08-17  Robert Millan  <rmh@aybabtu.com>
5090         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/i386/pc/mmap.c'.
5092         * include/grub/i386/pc/init.h (GRUB_MACHINE_MEMORY_AVAILABLE)
5093         (GRUB_MACHINE_MEMORY_RESERVED): New macros.
5094         (grub_machine_mmap_iterate): New function declaration.
5095         * include/grub/multiboot.h (struct grub_multiboot_mmap_entry): New
5096         structure.
5097         (GRUB_MMAP_MEMORY_AVAILABLE, GRUB_MMAP_MEMORY_RESERVED): New
5098         macros.
5100         * kern/i386/pc/init.c (grub_machine_init): Replace hardcoded region
5101         type check value with `GRUB_MACHINE_MEMORY_AVAILABLE'.
5102         Move e820 parsing from here ...
5103         * kern/i386/pc/mmap.c: New file.
5104         (grub_machine_mmap_iterate): ... to here.
5106         * include/grub/i386/coreboot/memory.h: Remove `<grub/err.h>'.
5107         (GRUB_LINUXBIOS_MEMORY_AVAILABLE): Rename (for consistency) to ...
5108         (GRUB_MACHINE_MEMORY_AVAILABLE): ... this.  Update all users.
5109         (grub_available_iterate): Redeclare to return `void', and redeclare
5110         its hook to use grub_uint64_t as addr and size parameters, and rename
5111         to ...
5112         (grub_machine_mmap_iterate): ... this.  Update all users.
5114         * kern/i386/coreboot/mmap.c (grub_mmap_iterate): Simplify parser loop
5115         to make it more readable.  Rename to ...
5116         (grub_machine_mmap_iterate): ... this.
5118         * loader/i386/pc/multiboot.c (mmap_addr, mmap_length): New variables.
5119         (grub_get_multiboot_mmap_len, grub_fill_multiboot_mmap): New functions.
5120         (grub_multiboot): Allocate an extra region after the payload, and fill
5121         it with a Multiboot memory map.  Adjust a.out loader to calculate size
5122         with the extra space.
5123         (grub_multiboot_load_elf32): Adjust elf32 loader to calculate size
5124         with the extra space.
5126 2008-08-17  Carles Pina i Estany  <carles@pina.cat>
5128         * menu/normal.c (run_menu): Add Home and End keys in grub-menu.
5130 2008-08-17  Felix Zielcke  <fzielcke@z-51.de>
5132         * gendistlist.sh: Add *.y, *.tex, *.texi, grub.cfg, README, *.sc,
5133         mdate-sh to the list `find' searches for.
5134         * DISTLIST: Regenerated.
5136 2008-08-16  Felix Zielcke  <fzielcke@z-51.de>
5138         * gendistlist.sh (EXTRA_DISTFILES): Remove gensymlist.sh,
5139         genkernsyms.sh.  Add geninit.sh, geninitheader.sh, genkernsyms.sh.in,
5140         genmoddep.awk, gensymlist.sh.in.
5141         (DISTDIRS): Add bus, docs, hook, lib.
5142         * DISTLIST: Regenerated.
5143         * NEWS: Add cygwin support and change the `os-prober' entry a bit.
5145 2008-08-16  Robert Millan  <rmh@aybabtu.com>
5147         * disk/raid.c (grub_raid_init): Handle/report errors set by
5148         grub_device_iterate().
5149         * disk/lvm.c (grub_lvm_init): Likewise.
5151 2008-08-15  Bean  <bean123ch@gmail.com>
5153         * conf/i386-pc.rmk (pkglib_MODULES): Add datetime.mod, date.mod
5154         and datehook.mod.
5155         (datetime_mod_SOURCES): New macro.
5156         (datetime_mod_CFLAGS): Likewise.
5157         (datetime_mod_LDFLAGS): Likewise.
5158         (date_mod_SOURCES): Likewise.
5159         (date_mod_CFLAGS): Likewise.
5160         (date_mod_LDFLAGS): Likewise.
5161         (datehook_mod_SOURCES): Likewise.
5162         (datehook_mod_CFLAGS): Likewise.
5163         (datehook_mod_LDFLAGS): Likewise.
5165         * conf/i386-coreboot.rmk (pkglib_MODULES): Add datetime.mod, date.mod
5166         and datehook.mod.
5167         (datetime_mod_SOURCES): New macro.
5168         (datetime_mod_CFLAGS): Likewise.
5169         (datetime_mod_LDFLAGS): Likewise.
5170         (date_mod_SOURCES): Likewise.
5171         (date_mod_CFLAGS): Likewise.
5172         (date_mod_LDFLAGS): Likewise.
5173         (datehook_mod_SOURCES): Likewise.
5174         (datehook_mod_CFLAGS): Likewise.
5175         (datehook_mod_LDFLAGS): Likewise.
5177         * conf/i386-ieee1275.rmk (pkglib_MODULES): Add datetime.mod, date.mod
5178         and datehook.mod.
5179         (datetime_mod_SOURCES): New macro.
5180         (datetime_mod_CFLAGS): Likewise.
5181         (datetime_mod_LDFLAGS): Likewise.
5182         (date_mod_SOURCES): Likewise.
5183         (date_mod_CFLAGS): Likewise.
5184         (date_mod_LDFLAGS): Likewise.
5185         (datehook_mod_SOURCES): Likewise.
5186         (datehook_mod_CFLAGS): Likewise.
5187         (datehook_mod_LDFLAGS): Likewise.
5189         * conf/i386-efi.rmk (pkglib_MODULES): Add datetime.mod, date.mod
5190         and datehook.mod.
5191         (datetime_mod_SOURCES): New macro.
5192         (datetime_mod_CFLAGS): Likewise.
5193         (datetime_mod_LDFLAGS): Likewise.
5194         (date_mod_SOURCES): Likewise.
5195         (date_mod_CFLAGS): Likewise.
5196         (date_mod_LDFLAGS): Likewise.
5197         (datehook_mod_SOURCES): Likewise.
5198         (datehook_mod_CFLAGS): Likewise.
5199         (datehook_mod_LDFLAGS): Likewise.
5201         * conf/x86_64-efi.rmk (pkglib_MODULES): Add datetime.mod, date.mod
5202         and datehook.mod.
5203         (datetime_mod_SOURCES): New macro.
5204         (datetime_mod_CFLAGS): Likewise.
5205         (datetime_mod_LDFLAGS): Likewise.
5206         (date_mod_SOURCES): Likewise.
5207         (date_mod_CFLAGS): Likewise.
5208         (date_mod_LDFLAGS): Likewise.
5209         (datehook_mod_SOURCES): Likewise.
5210         (datehook_mod_CFLAGS): Likewise.
5211         (datehook_mod_LDFLAGS): Likewise.
5213         * kern/env.c (grub_env_insert): Fix a bug in prevp pointer.
5215         * commands/date.c: New file.
5217         * hook/datehook.c: Likewise.
5219         * include/grub/lib/datetime.h: Likewise.
5221         * include/grub/i386/cmos.h: Likewise.
5223         * lib/datetime.c: Likewise.
5225         * lib/i386/datetime.c: Likewise.
5227         * lib/efi/datetime.c: Likewise.
5229 2008-08-14  Robert Millan  <rmh@aybabtu.com>
5231         * conf/common.rmk (bin_UTILITIES): Add `grub-mkelfimage'.
5232         (grub_mkelfimage_SOURCES): New variable.
5233         (util/elf/grub-mkimage.c_DEPENDENCIES): Likewise.
5235         * conf/i386-coreboot.rmk (bin_UTILITIES, grub_mkimage_SOURCES)
5236         (grub_mkimage_LDFLAGS, util/elf/grub-mkimage.c_DEPENDENCIES): Remove.
5237         * conf/powerpc-ieee1275.rmk: Likewise.
5238         * conf/i386-ieee1275.rmk: Likewise.
5240         * kern/ieee1275/init.c: Include `<grub/cpu/kernel.h>'.
5241         * kern/i386/coreboot/init.c: Likewise.
5243         * kern/i386/ieee1275/startup.S: Replace `<grub/machine/kernel.h>'
5244         with `<grub/cpu/kernel.h>'.
5245         (GRUB_KERNEL_MACHINE_PREFIX, GRUB_KERNEL_MACHINE_DATA_END): Renamed
5246         to ...
5247         (GRUB_KERNEL_CPU_PREFIX, GRUB_KERNEL_CPU_DATA_END): ... this.
5248         * kern/i386/coreboot/startup.S: Likewise.
5250         * include/grub/powerpc/ieee1275/kernel.h (GRUB_MOD_ALIGN)
5251         (GRUB_MOD_GAP): Remove.
5252         * include/grub/powerpc/kernel.h: New file.
5253         * include/grub/i386/ieee1275/kernel.h (GRUB_KERNEL_MACHINE_PREFIX)
5254         (GRUB_KERNEL_MACHINE_DATA_END): Remove.
5255         * include/grub/i386/kernel.h: New file.
5256         * include/grub/i386/coreboot/kernel.h (GRUB_MOD_ALIGN)
5257         (GRUB_MOD_GAP, GRUB_KERNEL_MACHINE_PREFIX)
5258         (GRUB_KERNEL_MACHINE_DATA_END): Remove.
5260         * util/ieee1275/grub-install.in (grub_mkimage): Initialize to use
5261         `grub-mkelfimage'.
5262         Use --directory when invoking grub_mkimage.
5264         * util/elf/grub-mkimage.c: Include `<grub/cpu/kernel.h>'.
5265         (add_segments): Replace GRUB_KERNEL_MACHINE_DATA_END and
5266         GRUB_KERNEL_MACHINE_PREFIX with GRUB_KERNEL_CPU_DATA_END
5267         and GRUB_KERNEL_CPU_PREFIX.
5269 2008-08-14  Felix Zielcke  <fzielcke@z-51.de>
5271         * include/grub/err.h (grub_err_printf): New function prototype.
5272         * util/misc.c (grub_err_printf): New function.
5273         * kern/misc.c [! GRUB_UTIL] (grub_err_printf): New alias for
5274         grub_printf.
5275         * kern/err.c (grub_print_error): Use grub_err_printf.
5277 2008-08-13  Robert Millan  <rmh@aybabtu.com>
5279         * docs/grub.cfg: Remove `/dev/' prefix in GNU/Hurd boot entry.
5281 2008-08-13  Robert Millan  <rmh@aybabtu.com>
5283         * docs/grub.cfg: Use the native device name for the example GNU/Hurd
5284         boot entry.
5286 2008-08-12  Robert Millan  <rmh@aybabtu.com>
5288         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Move part
5289         of the relocation code from here ...
5290         (grub_multiboot): ... to here.
5291         (forward_relocator, backward_relocator): Move from here ...
5292         * kern/i386/loader.S (grub_multiboot_forward_relocator)
5293         (grub_multiboot_backward_relocator): ... to here.
5294         (grub_multiboot_real_boot): Use %edx for entry offset.  Put Multiboot
5295         magic in %eax.  Use %ebp for jumping (so %edx is not trashed).
5296         * include/grub/i386/loader.h (grub_multiboot_forward_relocator)
5297         (grub_multiboot_forward_relocator_end)
5298         (grub_multiboot_backward_relocator)
5299         (grub_multiboot_backward_relocator_end): New variables.
5301 2008-08-12  Bean  <bean123ch@gmail.com>
5303         * disk/raid.c (grub_raid_read): Fix a bug in raid0 code.
5305 2008-08-11  Robert Millan  <rmh@aybabtu.com>
5307         * kern/i386/linuxbios/startup.S: Move from here ...
5308         * kern/i386/coreboot/startup.S: ... to here.
5310         * kern/i386/linuxbios/init.c: Move from here ...
5311         * kern/i386/coreboot/init.c: ... to here.
5313         * kern/i386/linuxbios/table.c: Move from here ...
5314         * kern/i386/coreboot/mmap.c: ... to here.
5316         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Update moved files.
5318 2008-08-11  Robert Millan  <rmh@aybabtu.com>
5320         * kern/device.c (grub_device_open): Do not handle grub_disk_open()
5321         errors.  Leave it to the upper layer to handle them.
5323 2008-08-09  Christian Franke  <franke@computer.org>
5325         * Makefile.in: Add `target_os' and `enable_grub_pe2elf'.
5326         * conf/common.rmk: Install `grub-pe2elf' only if requested.
5327         Install `grub.d/10_windows' only on Cygwin.
5328         * configure.ac: Add subst of `target_os'.
5329         Check `target_os' also before setting TARGET_OBJ2ELF.
5330         Add `--enable-grub-pe2elf'.
5332 2008-08-08  Robert Millan  <rmh@aybabtu.com>
5334         * kern/disk.c: Replace `<grub/machine/time.h>' with `<grub/time.h>'.
5335         (grub_last_time): Change type to grub_uint64_t.
5336         (grub_disk_open): Migrate code from to using grub_get_time_ms().
5337         (grub_disk_close): Likewise.
5339         * normal/menu.c: Replace `<grub/machine/time.h>' with `<grub/time.h>'.
5340         (run_menu): Migrate code from to using grub_get_time_ms().
5342         * util/misc.c (grub_get_time_ms): New function.
5344 2008-08-08  Marco Gerards  <marco@gnu.org>
5346         * disk/ata.c (grub_ata_regget): Change return type to
5347         `grub_uint8_t'.
5348         (grub_ata_regget2): Likewise.
5349         (grub_ata_wait_status): New function.
5350         (grub_ata_wait_busy): Removed function, updated all users to use
5351         `grub_ata_wait_status'.
5352         (grub_ata_wait_drq): Likewise.
5353         (grub_ata_cmd): New function.
5354         (grub_ata_pio_read): Change return type to `grub_uint8_t'.  Add
5355         error handling.
5356         (grub_ata_pio_write): Add error handling.
5357         (grub_atapi_identify): Likewise.
5358         (grub_atapi_packet): Use `grub_ata_cmd' and improve error
5359         handling.
5360         (grub_ata_identify): Use `grub_ata_cmd' and improve error
5361         handling.  Actually use the detected registers.  Reorder the
5362         detection logic such that it is easier to read.
5363         (grub_ata_pciinit): Do not assign the same ID to each controller.
5364         (grub_ata_setaddress): Use `grub_ata_cmd' and improve error
5365         handling.
5366         (grub_atapi_readsector): Check the result of `grub_ata_pio_read'.
5368         * include/grub/err.h (grub_err_t): Add `GRUB_ERR_TIMEOUT'.
5370 2008-08-08  Marco Gerards  <marco@gnu.org>
5372         * NEWS: Update.
5374 2008-08-07  Bean  <bean123ch@gmail.com>
5376         * include/grub/x86_64/pci.h: New file.
5378 2008-08-07  Christian Franke  <franke@computer.org>
5380         * kern/i386/pit.c (TIMER2_SPEAKER): New define.
5381         (TIMER2_GATE): Likewise.
5382         (grub_pit_wait): Add enable/disable of the timer2 gate
5383         bit of port 0x61.  This fixes a possible infinite loop.
5385 2008-08-07  Bean  <bean123ch@gmail.com>
5387         * conf/x86_64-efi.rmk (kernel_mod_SOURCES): Add kern/time.c,
5388         kern/i386/tsc.c and kern/i386/pit.c.
5390         * include/grub/i386/tsc.h (grub_cpu_is_cpuid_supported): Handle
5391         x86_64 platform.
5393         * kern/i386/efi/init.c: Replace <grub/cpu/tsc.h> with
5394         <grub/i386/tsc.h>.
5396         * kern/i386/pit.c: Replace <grub/cpu/io.h> with <grub/i386/io.h>.
5398 2008-08-07  Bean  <bean123ch@gmail.com>
5400         * conf/i386-efi.rmk (kernel_mod_SOURCES): Add kern/time.c.
5402         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add kern/time.c,
5404         * include/grub/i386/pit.h: Use macro KERNEL_CPU_PIT_HEADER to avoid
5405         multiple inclusion. Add #include <grub/types.h>.
5407 2008-08-06  Christian Franke  <franke@computer.org>
5409         * conf/common.rmk: Build and install `10_windows'.
5410         * util/grub.d/10_windows.in: New script.
5412 2008-08-06  Pavel Roskin  <proski@gnu.org>
5414         * kern/i386/pit.c: Include `<grub/i386/pit.h>'.
5416 2008-08-06  Robert Millan  <rmh@aybabtu.com>
5418         * conf/i386-coreboot.rmk (kernel_elf_ASFLAGS): New variable.
5419         * kern/i386/tsc.c: Include `<grub/i386/pit.h>'.
5421 2008-08-06  Bean  <bean123ch@gmail.com>
5423         * fs/i386/pc/pxe.c (grub_pxe_data): New member block_size.
5424         (grub_pxefs_fs_int): Remove dummy definition.
5425         (grub_pxefs_open): Use data->block_size to store the current block
5426         size setting.
5427         (grub_pxefs_read): Use block size stored in data->block_size. As the
5428         value of grub_pxe_blksize can be changed after the file is opened.
5430 2008-08-06  Bean  <bean123ch@gmail.com>
5432         * fs/i386/pc/pxe.c (curr_file): new variable.
5433         (grub_pxefs_open): Simply the handling of pxe file system. Don't
5434         require the dummy internal file system anymore.
5435         (grub_pxefs_read): Removed.
5436         (grub_pxefs_close): Likewise.
5437         (grub_pxefs_fs_int): Likewise.
5438         (grub_pxefs_read_int): Renamed to grub_pxefs_read. Reinitialize tftp
5439         connection when we switch file.
5440         (grub_pxefs_close_int): Renamed to grub_pxefs_close.
5442 2008-08-06  Robert Millan  <rmh@aybabtu.com>
5444         * conf/i386-coreboot.rmk (pkglib_MODULES): Add `reboot.mod' and
5445         `halt.mod'.
5446         (reboot_mod_SOURCES, reboot_mod_CFLAGS, reboot_mod_LDFLAGS)
5447         (halt_mod_SOURCES, halt_mod_CFLAGS, halt_mod_LDFLAGS): New variables.
5449         * kern/i386/halt.c: New file.
5450         * kern/i386/reboot.c: Likewise.
5451         * include/grub/i386/reboot.h: Likewise.
5452         * include/grub/i386/halt.h: Likewise.
5454         * commands/halt.c [! GRUB_MACHINE_IEEE1275 ! GRUB_MACHINE_EFI]:
5455         Include `<grub/cpu/halt.h>'.
5456         * commands/reboot.c [! GRUB_MACHINE_IEEE1275 ! GRUB_MACHINE_EFI]
5457         [! GRUB_MACHINE_PCBIOS]: Include `<grub/cpu/reboot.h>'.
5459         * term/i386/pc/at_keyboard.c: Include `<grub/cpu/at_keyboard.h>'.
5460         (SHIFT_L, SHIFT_R, CTRL, ALT, CAPS_LOCK, KEYBOARD_REG_DATA)
5461         (KEYBOARD_REG_STATUS, KEYBOARD_COMMAND_ISREADY, KEYBOARD_COMMAND_READ)
5462         (KEYBOARD_COMMAND_WRITE, KEYBOARD_COMMAND_REBOOT)
5463         (KEYBOARD_SCANCODE_SET1, KEYBOARD_ISMAKE, KEYBOARD_ISREADY)
5464         (KEYBOARD_SCANCODE, OLPC_UP, OLPC_DOWN, OLPC_LEFT, OLPC_RIGHT): Move
5465         from here ...
5466         * include/grub/i386/at_keyboard.h: ... to here.
5468 2008-08-05  Robert Millan  <rmh@aybabtu.com>
5470         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/i386/pit.c'.
5471         * conf/i386-efi.rmk (kernel_mod_SOURCES): Likewise.
5472         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Likewise. Also add
5473         `kern/i386/tsc.c', `kern/generic/rtc_get_time_ms.c' and
5474         `kern/generic/millisleep.c'.
5476         * kern/i386/tsc.c (calibrate_tsc): Rewrite using grub_pit_wait()
5477         instead of grub_get_rtc().
5478         (grub_tsc_init): Initialize `tsc_boot_time'.
5480         * kern/i386/linuxbios/init.c (grub_millisleep): Remove stub.
5481         (grub_machine_init): Use grub_tsc_init() rather than
5482         installing an RTC-based handler via grub_install_get_time_ms().
5484         * kern/i386/pit.c: New file.
5485         * include/grub/i386/pit.h: Likewise.
5487 2008-08-05  Bean  <bean123ch@gmail.com>
5489         * boot/i386/pc/pxeboot.S (_start): Use drive number 0x7F for pxe.
5491         * conf/i386-pc.rmk (kernel_img_HEADERS): Add machine/pxe.h.
5492         (pkglib_MODULES): Add pxe.mod and pxecmd.mod.
5493         (pxe_mod_SOURCES): New macro.
5494         (pxe_mod_CFLAGS): Likewise.
5495         (pxe_mod_LDFLAGS): Likewise.
5496         (pxecmd_mod_SOURCES): Likewise.
5497         (pxecmd_mod_CFLAGS): Likewise.
5498         (pxecmd_mod_LDFLAGS): Likewise.
5500         * kern/i386/pc/startup.S (grub_pxe_scan): New function.
5501         (grub_pxe_call): Likewise.
5503         * include/grub/disk.h (grub_disk_dev_id): Add GRUB_DISK_DEVICE_PXE_ID.
5505         * commands/i386/pc/pxecmd.c: New file.
5507         * fs/i386/pc/pxe.c: Likewise.
5509         * include/grub/i386/pc/pxe.h: Likewise.
5511 2008-08-05  Bean  <bean123ch@gmail.com>
5513         * util/console.c (grub_console_cur_color): New variable.
5514         (grub_console_standard_color): Likewise.
5515         (grub_console_normal_color): Likewise.
5516         (grub_console_highlight_color): Likewise.
5517         (color_map): Likewise.
5518         (use_color): Likewise.
5519         (NUM_COLORS): New macro.
5520         (grub_ncurses_setcolorstate): Handle color properly.
5521         (grub_ncurses_setcolor): Don't change color here, just remember the
5522         settings, color will be set in grub_ncurses_setcolorstate.
5523         (grub_ncurses_getcolor): New function.
5524         (grub_ncurses_init): Initialize color pairs.
5525         (grub_ncurses_term): New member grub_ncurses_getcolor.
5527 2008-08-05  Colin D Bennett  <colin@gibibit.com>
5529         High resolution timer support.  Implemented for x86 CPUs using TSC.
5530         Extracted generic grub_millisleep() so it's linked in only as needed.
5531         This requires a Pentium compatible CPU; if the RDTSC instruction is
5532         not supported, then it falls back on the generic grub_get_time_ms()
5533         implementation that uses the machine's RTC.
5535         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/time.c',
5536         `kern/i386/tsc.c', `kern/generic/rtc_get_time_ms.c' and
5537         `kern/generic/millisleep.c'.
5539         * conf/i386-efi.rmk (kernel_mod_SOURCES): Add `kern/i386/tsc.c',
5540         `kern/generic/rtc_get_time_ms.c' and `kern/generic/millisleep.c'.
5542         * conf/x86_64-efi.rml (kernel_mod_SOURCES): Add
5543         `kern/generic/millisleep.c' and `kern/generic/rtc_get_time_ms.c'.
5545         * conf/sparc64-ieee1275.rmk (kernel_elf_SOURCES): Likewise.
5547         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Add
5548         `kern/generic/millisleep.c'.
5550         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Likewise.
5552         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Add `kern/time.c'.
5554         * kern/generic/rtc_get_time_ms.c: New file.
5556         * kern/generic/millisleep.c: New file.
5558         * kern/misc.c: Don't include
5559         <kern/time.h> anymore.
5560         (grub_millisleep_generic): Removed.
5562         * commands/sleep.c (grub_interruptible_millisleep): Uses
5563         grub_get_time_ms() instead of grub_get_rtc().
5565         * include/grub/i386/tsc.h (grub_get_tsc): New file.  New inline
5566         function.
5567         (grub_cpu_is_cpuid_supported): New inline function.
5568         (grub_cpu_is_tsc_supported): New inline function.
5569         (grub_tsc_init): New function prototype.
5570         (grub_tsc_get_time_ms): New function prototype.
5572         * kern/i386/tsc.c (grub_get_time_ms): New file.
5574         * include/grub/time.h: Include <grub/types.h.
5575         (grub_millisleep_generic): Removed.
5576         (grub_get_time_ms): New prototype.
5577         (grub_install_get_time_ms): New prototype.
5578         (grub_rtc_get_time_ms): New prototype.
5580         * kern/time.c (grub_get_time_ms): New function.
5581         (grub_install_get_time_ms): New function.
5583         * kern/i386/efi/init.c: Include <grub/cpu/tsc.h>.  Don't include
5584         <grub/time.h> anymore.
5585         (grub_millisleep): Removed.
5586         (grub_machine_init): Call grub_tsc_init.
5588         * kern/i386/linuxbios/init.c (grub_machine_init): Install the RTC
5589         get_time_ms() implementation.
5591         * kern/sparc64/ieee1275/init.c (grub_millisleep): Removed.
5592         (ieee1275_get_time_ms): New function.
5593         (grub_machine_init): Install get_time_ms() implementation.
5595         * kern/i386/pc/init.c: Include <grub/cpu/tsc.h>.
5596         (grub_machine_init): Call grub_tsc_init().
5597         (grub_millisleep): Removed.
5599         * kern/ieee1275/init.c (grub_millisleep): Removed.
5600         (grub_machine_init): Install ieee1275_get_time_ms()
5601         implementation.
5602         (ieee1275_get_time_ms): New function.
5603         (grub_get_rtc): Now calls ieee1275_get_time_ms(), which does the
5604         real work.
5606 2008-08-05  Marco Gerards  <marco@gnu.org>
5608         * disk/ata.c: Include <grub/pci.h>.
5609         (enum grub_ata_commands): Add `GRUB_ATA_CMD_EXEC_DEV_DIAGNOSTICS'.
5610         (grub_ata_initialize): Rewritten.
5611         (grub_ata_device_initialize): New function.
5613 2008-08-04  Pavel Roskin  <proski@gnu.org>
5615         * kern/main.c: Include grub/mm.h.
5617 2008-08-04  Robert Millan  <rmh@aybabtu.com>
5619         * conf/i386-coreboot.rmk (COMMON_ASFLAGS, COMMON_CFLAGS)
5620         (COMMON_LDFLAGS): Harmonize with i386-pc version (fixes a code
5621         corruption problem).
5623 2008-08-04  Robert Millan  <rmh@aybabtu.com>
5625         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Fix misc
5626         warnings introduced in my last commit.
5628 2008-08-03  Robert Millan  <rmh@aybabtu.com>
5630         Make PCI available on all i386 architectures.
5632         * include/grub/i386/pc/pci.h: Move from here ...
5633         * include/grub/i386/pci.h: ... to here.
5635         * include/grub/i386/pc/pci.h: Remove.
5636         * include/grub/i386/efi/pci.h: Remove.
5637         * include/grub/x86_64/efi/pci.h: Remove.
5639         * include/grub/pci.h: Replace `<grub/machine/pci.h>' with
5640         `<grub/cpu/pci.h>'.
5642         * conf/i386-coreboot.rmk (pkglib_MODULES): Add `pci' and `lspci'.
5643         (pci_mod_SOURCES, pci_mod_CFLAGS, pci_mod_LDFLAGS, lspci_mod_SOURCES)
5644         (lspci_mod_CFLAGS, lspci_mod_LDFLAGS): New variables.
5646         * conf/i386-ieee1275.rmk: Likewise.
5648 2008-08-03  Robert Millan  <rmh@aybabtu.com>
5650         * term/i386/pc/vga_text.c (CRTC_CURSOR_DISABLE): New macro.
5651         (grub_console_setcursor): Make it possible to set cursor off.
5653 2008-08-03  Robert Millan  <rmh@aybabtu.com>
5655         * util/grub.d/00_header.in: Be platform-agnostic.  Probe for existence
5656         of modules instead of assuming which platform provides what.
5657         * util/update-grub.in: Likewise.
5659 2008-08-03  Robert Millan  <rmh@aybabtu.com>
5661         * kern/i386/pc/init.c (make_install_device): Check for `grub_prefix'
5662         instead of `grub_install_dos_part' to determine whether a drive needs
5663         to be prepended to prefix (`grub_install_dos_part' is not reliable,
5664         because it can be overridden when loading GRUB via Multiboot).
5666 2008-08-02  Robert Millan  <rmh@aybabtu.com>
5668         * util/i386/pc/grub-install.in: Remove trailing slash from prefix.
5670 2008-08-02  Robert Millan  <rmh@aybabtu.com>
5672         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Add a pair
5673         of informational grub_dprintf() calls.
5675 2008-08-02  Robert Millan  <rmh@aybabtu.com>
5677         * disk/memdisk.c (memdisk_size): Don't initialize.
5678         (GRUB_MOD_INIT(memdisk)): Find memdisk using grub_module_iterate().
5680         * include/grub/i386/pc/kernel.h
5681         (GRUB_KERNEL_MACHINE_MEMDISK_IMAGE_SIZE): Remove macro.
5682         (GRUB_KERNEL_MACHINE_PREFIX, GRUB_KERNEL_MACHINE_DATA_END): Shift.
5683         (grub_memdisk_image_size, grub_arch_memdisk_addr)
5684         (grub_arch_memdisk_size): Remove.
5686         * include/grub/kernel.h (struct grub_module_header): Remove `offset'
5687         field (was only used to transfer a constant).  Add `type' field to
5688         support multiple module types.
5689         (grub_module_iterate): New function.
5691         * kern/device.c (grub_device_open): Do not hide error messages
5692         when grub_disk_open() fails.  Use grub_print_error() instead.
5694         * kern/i386/pc/init.c (grub_arch_modules_addr)
5695         (grub_arch_memdisk_size): Remove functions.
5696         (grub_arch_modules_addr): Return the module address in high memory
5697         (now that it isn't copied anymore).
5699         * kern/i386/pc/startup.S (grub_memdisk_image_size): Remove variable.
5700         (codestart): Don't add grub_memdisk_image_size to %ecx in LZMA
5701         decompression routine (grub_total_module_size already includes that
5702         now).  Don't copy modules back to low memory.
5704         * kern/main.c: Include `<grub/mm.h>'.
5705         (grub_load_modules): Split out (and use) ...
5706         (grub_module_iterate): ... this function, which iterates through
5707         module objects and runs a hook.
5708         Comment out grub_mm_init_region() call, as it would cause non-ELF
5709         modules to be overwritten.
5711         * util/i386/pc/grub-mkimage.c (generate_image): Instead of appending
5712         the memdisk image in its own region, make it part of the module list.
5713         * util/elf/grub-mkimage.c (options): Add "memdisk"|'m' option.
5714         (main): Parse --memdisk|-m option, and pass user-provided path as
5715         parameter to generate_image().
5716         (add_segments): Pass `memdisk_path' down to load_modules().
5717         (load_modules): Embed memdisk image in module section when requested.
5718         * util/i386/efi/grub-mkimage.c (make_mods_section): Initialize
5719         `header.type' instead of `header.offset'.
5721         * conf/powerpc-ieee1275.rmk (pkglib_MODULES): Add `memdisk.mod'.
5722         (memdisk_mod_SOURCES, memdisk_mod_CFLAGS)
5723         (memdisk_mod_LDFLAGS): New variables.
5724         * conf/i386-coreboot.rmk: Likewise.
5725         * conf/i386-ieee1275.rmk: Likewise.
5727 2008-08-02  Robert Millan  <rmh@aybabtu.com>
5729         * loader/i386/pc/multiboot.c (playground, forward_relocator)
5730         (backward_relocator): New variables.  Used to allocate and relocate
5731         the payload, respectively.
5732         (grub_multiboot_load_elf32): Load into heap instead of requested
5733         address, install the appropriate relocator code in each bound of
5734         the payload, and set the entry point such that
5735         grub_multiboot_real_boot() will jump to one of them.
5737         * kern/i386/loader.S (grub_multiboot_payload_size)
5738         (grub_multiboot_payload_orig, grub_multiboot_payload_dest)
5739         (grub_multiboot_payload_entry_offset): New variables.
5740         (grub_multiboot_real_boot): Set cpu context to what the relocator
5741         expects, and jump to the relocator instead of the payload.
5743         * include/grub/i386/loader.h (grub_multiboot_payload_size)
5744         (grub_multiboot_payload_orig, grub_multiboot_payload_dest)
5745         (grub_multiboot_payload_entry_offset): Export.
5747 2008-08-01  Bean  <bean123ch@gmail.com>
5749         * normal/menu_entry.c (editor_getline): Don't return the original
5750         string as result, as it will be released by lexer once it has done
5751         using it.
5753 2008-08-01  Robert Millan  <rmh@aybabtu.com>
5755         * util/grub.d/10_linux.in: Use prepare_grub_to_access_device() from
5756         within menuentries, not before them.
5757         util/grub.d/10_hurd.in: Likewise.
5759 2008-08-01  Bean  <bean123ch@gmail.com>
5761         * conf/common.rmk (pkglib_MODULES): Add bufio.mod.
5762         (bufio_mod_SOURCES): New macro.
5763         (bufio_mod_CFLAGS): Likewise.
5764         (bufio_mod_LDFLAGS): Likewise.
5766         * include/grub/bufio.h: New file.
5768         * io/bufio.c: Likewise.
5770         * video/png.c: Replace <grub/file.h> with <grub/bufio.h>.
5771         (grub_video_reader_png): Use grub_buffile_open to open file.
5773         * video/jpeg.c: Replace <grub/file.h> with <grub/bufio.h>.
5774         (grub_video_reader_jpeg): Use grub_buffile_open to open file.
5776         * video/tga.c: Replace <grub/file.h> with <grub/bufio.h>.
5777         (grub_video_reader_tga): Use grub_buffile_open to open file.
5779         * font/manager.c: Include <grub/bufio.h>.
5780         (add_font): Use grub_buffile_open to open file.
5782 2008-07-31  Robert Millan  <rmh@aybabtu.com>
5784         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): When loading
5785         ELF segments, use a macro for arbitrarily accessing any of them instead
5786         of preparing a pointer that allows access to one at a time.
5787         (grub_multiboot_load_elf64): Likewise.
5789 2008-07-31  Bean  <bean123ch@gmail.com>
5791         * boot/i386/pc/lnxboot.S (real_code_2): Replace 0x50 with
5792         GRUB_KERNEL_MACHINE_DATA_END.
5794 2008-07-30  Robert Millan  <rmh@aybabtu.com>
5796         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_DATA_END):
5797         Increase from 0x50 to 0x60.
5798         * util/i386/pc/grub-install.in: Detect cross-disk installs, and
5799         use UUIDs to identify the root drive for them.  If that's not
5800         possible, abort.
5801         * util/i386/pc/grub-setup.c (setup): Do not special-case, or even
5802         check, for cross-disk installs.
5804 2008-07-30  Robert Millan  <rmh@aybabtu.com>
5806         * kern/ieee1275/init.c (grub_machine_set_prefix): If `grub_prefix'
5807         is non-empty, use it to set the `prefix' environment variable instead
5808         of the usual approach.
5809         * kern/i386/linuxbios/init.c (make_install_device): Remove function.
5810         (grub_machine_set_prefix): Use `grub_prefix' to set the `prefix'
5811         environment variable instead of dummy make_install_device().
5813         * kern/i386/ieee1275/startup.S: Include `<grub/machine/kernel.h>'.
5814         (start): Insert a data section, with `grub_prefix' variable.
5815         * kern/i386/linuxbios/startup.S: Likewise.
5817         * include/grub/powerpc/ieee1275/kernel.h [!ASM_FILE] (grub_prefix):
5818         New variable reference.
5819         * include/grub/i386/ieee1275/kernel.h (GRUB_KERNEL_MACHINE_PREFIX):
5820         New macro.  Defines offset of `grub_prefix' within startup.S (relative
5821         to `start').
5822         (GRUB_KERNEL_MACHINE_DATA_END): New macro.  Defines the end of data
5823         section within startup.S (relative to `start').
5824         * include/grub/i386/coreboot/kernel.h: Likewise.
5826         * util/elf/grub-mkimage.c (add_segments): Receive `prefix' parameter.
5827         Overwrite grub_prefix with its contents, at the beginning of the
5828         first segment.
5829         (main): Understand -p|--prefix.
5831 2008-07-30  Robert Millan  <rmh@aybabtu.com>
5833         * util/grub.d/10_hurd.in: Source ${libdir}/grub/update-grub_lib.
5835 2008-07-30  Robert Millan  <rmh@aybabtu.com>
5837         * term/i386/pc/vga_text.c (grub_console_cls): Use
5838         grub_console_gotoxy() to go back to beginning of the screen.
5839         Found by Patrick Georgi <patrick.georgi@coresystems.de>
5841 2008-07-29  Christian Franke  <franke@computer.org>
5843         * util/update-grub_lib.in (make_system_path_relative_to_its_root):
5844         Add conversion of emulated mount points on Cygwin.
5846 2008-07-29  Christian Franke  <franke@computer.org>
5848         * util/update-grub.in: Add a check for admin
5849         group on Cygwin.
5850         Remove old `grub.cfg.new' before creation.
5851         Add `-f' to `mv' to handle the different filesystem
5852         semantics of Windows.
5854 2008-07-29  Bean  <bean123ch@gmail.com>
5856         * normal/main.c (get_line): Fix buffer overflow bug.
5858 2008-07-28  Robert Millan  <rmh@aybabtu.com>
5860         * partmap/apple.c (GRUB_APPLE_HEADER_MAGIC): New macro.
5861         (struct grub_apple_header): New struct.  Describes the layout of
5862         the partmap header.
5863         (apple_partition_map_iterate): Check the header magic as well as the
5864         partition magic (which was already being checked).
5866 2008-07-28  Pavel Roskin  <proski@gnu.org>
5868         * genmk.rb: Add a warning to the beginning of the output that
5869         it's a generated file and should not be edited.
5871 2008-07-28  Robert Millan  <rmh@aybabtu.com>
5873         * disk/raid.c (grub_raid_scan_device): Do not abort when two disks
5874         with the same number are found, just use issue a warning with
5875         grub_dprintf(), as this error has been reported to be non-fatal.
5877 2008-07-27  Robert Millan  <rmh@aybabtu.com>
5879         * disk/ata.c (grub_ata_dumpinfo): Use grub_dprintf() for debugging
5880         information.
5882 2008-07-27  Bean  <bean123ch@gmail.com>
5884         * fs/fat.c (GRUB_FAT_MAXFILE): New constant.
5885         (grub_fat_find_dir): Ignore case when comparing filename.
5887 2008-07-27  Bean  <bean123ch@gmail.com>
5889         * fs/xfs.c (grub_xfs_dir_header): Change field i8count back to
5890         smallino, as it's more descriptive, and i8count can be confused with
5891         the other field count.
5892         (grub_xfs_iterate_dir): Adjust grub_xfs_dir_entry pointer for small
5893         inode type.
5895 2008-07-27  Bean  <bean123ch@gmail.com>
5897         * commands/crc.c: New file.
5899         * lib/crc.c: Likewise.
5901         * include/grub/lib/crc.h: Likewise.
5903         * util/grub-fstest.c: grub/hexdump.h => grub/lib/hexdump.h.
5905         * commands/hexdump.c: grub/hexdump.h => grub/lib/hexdump.h.
5906         (hexdump): Move this function to ...
5908         * lib/hexdump.c: ... here.
5910         * include/grub/hexdump.h: Renamed to ...
5912         * include/grub/lib/hexdump.h: ... this.
5914         * commands/loadenv.c: grub/envblk.h => grub/lib/envblk.h
5916         * util/grub-editenv.c: Likewise.
5918         * include/envblk.h: Renamed to ...
5920         * include/lib/envblk.h: ... this.
5922         * util/envblk.c: Renamed to ...
5924         * lib/envblk.c: ... this.
5926         * conf/common.rmk (grub_fstest_SOURCES): commands/hexdump.c =>
5927         lib/hexdump.c.
5928         (grub_editenv_SOURCES): util/envblk.c => lib/envblk.c
5929         (pkglib_MODULES): Add crc.mod.
5930         (hexdump_mod_SOURCES): Add lib/hexdump.c.
5931         (loadenv_mod_SOURCES): util/envblk.c => lib/envblk.c.
5932         (crc_mod_SOURCES): New macro.
5933         (crc_mod_CFLAGS): Likewise.
5934         (crc_mod_LDFLAGS): Likewise.
5936         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Add lib/hexdump.c.
5938         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
5940         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
5942         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
5944         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
5946 2008-07-27  Felix Zielcke  <fzielcke@z-51.de>
5948         * commands/help.c: Include <grub/term.h>.
5949         (TERM_WIDTH): Removed.  Updated all users.
5951 2008-07-27  Pavel Roskin  <proski@gnu.org>
5953         * util/getroot.c (find_root_device): Rephrase a comment to avoid
5954         spurious warnings about a comment within a comment.
5956 2008-07-25  Robert Millan  <rmh@aybabtu.com>
5958         * util/getroot.c (find_root_device): Skip devices that match
5959         /dev/dm-[0-9].  This lets the real device be found for any type of
5960         abstraction (LVM, EVMS, RAID..).
5961         (grub_guess_root_device): Do not traverse /dev/mapper (for LVM)
5962         and /dev/evms (for EVMS) before traversing /dev.  If a /dev/dm-[0-9]
5963         device is found first, find_root_device() will now skip it.
5965 2008-07-24  Pavel Roskin  <proski@gnu.org>
5967         * include/grub/types.h: Use __builtin_bswap32() and
5968         __builtin_bswap64() with gcc 4.3 and newer.
5970 2008-07-24  Christian Franke  <franke@computer.org>
5972         * util/i386/pc/grub-install.in: If `--debug' is specified,
5973         pass `--verbose' to grub-setup.
5974         Abort script if make_system_path_relative_to_its_root() fails.
5976 2008-07-24  Bean  <bean123ch@gmail.com>
5978         * configure.ac: Fixed a bug caused by the previous cygwin patch,
5979         variable `target_platform' should be `platform'.
5981 2008-07-24  Bean  <bean123ch@gmail.com>
5983         * video/reader/png.c (DEFLATE_HLIT_MAX): Change value.
5984         (grub_png_init_fixed_block): New function.
5985         (grub_png_decode_image_data): Handle fixed huffman code compression.
5987 2008-07-24  Bean  <bean123ch@gmail.com>
5989         * common.rmk (bin_UTILITIES): Add grub-pe2elf.
5990         (grub_pe2elf_SOURCES): New macro.
5991         (CLEANFILES): Add grub-pe2elf.
5993         * include/grub/efi/pe32.h (GRUB_PE32_SCN_ALIGN_1BYTES): New constant.
5994         (GRUB_PE32_SCN_ALIGN_2BYTES): Likewise.
5995         (GRUB_PE32_SCN_ALIGN_4BYTES): Likewise.
5996         (GRUB_PE32_SCN_ALIGN_8BYTES): Likewise.
5997         (GRUB_PE32_SCN_ALIGN_16BYTES): Likewise.
5998         (GRUB_PE32_SCN_ALIGN_32BYTES): Likewise.
5999         (GRUB_PE32_SCN_ALIGN_64BYTES): Likewise.
6000         (GRUB_PE32_SCN_ALIGN_SHIFT): Likewise.
6001         (GRUB_PE32_SCN_ALIGN_MASK): Likewise.
6002         (GRUB_PE32_SYM_CLASS_EXTERNAL): Likewise.
6003         (GRUB_PE32_SYM_CLASS_STATIC): Likewise.
6004         (GRUB_PE32_SYM_CLASS_FILE): Likewise.
6005         (GRUB_PE32_DT_FUNCTION): Likewise.
6006         (GRUB_PE32_REL_I386_DIR32): Likewise.
6007         (GRUB_PE32_REL_I386_REL32): Likewise.
6008         (grub_pe32_symbol): New structure.
6009         (grub_pe32_reloc): Likewise.
6011         * util/grub-pe2elf.c: New file.
6013         * configure.ac: Set TARGET_OBJ2ELF if host os is cygwin. Don't test for
6014         start symbol in non pc platform.
6016         * genmk.rb: Use TARGET_OBJ2ELF to convert native object format to elf.
6018         The following patches are from Christian Franke.
6020         * include/grub/dl.h: Remove .previous, gas supports this only
6021         for ELF format.
6023         * include/grub/symbol.h [__CYGWIN__] (#define FUNCTION/VARIABLE):
6024         Remove .type, gas supports this only for ELF format.
6026         * kern/dl.c (grub_dl_resolve_dependencies): Add check for trailing
6027         nullbytes in symbol table. This fixes an infinite loop if table is
6028         zero filled.
6030         * Makefile.in: Add autoconf replacements TARGET_IMG_LDSCRIPT,
6031         TARGET_IMG_LDFLAGS and EXEEXT.
6033         * aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): Replace -Wl,-N by
6034         TARGET_IMG_LDFLAGS_AC.
6035         (grub_CHECK_STACK_ARG_PROBE): New function.
6037         * conf/i386-pc.rmk: Replace -Wl,-N by TARGET_IMG_LDFLAGS.
6039         * conf/i386-pc-cygwin-ld-img.sc: New linker script.
6041         * configure.ac: Add check for linker script "conf/${target}-img-ld.c"
6042         to set TARGET_IMG_LD* accordingly.
6043         Add check for Cygwin to set TARGET_MOD_OBJCOPY accordingly.
6044         Add call to grub_CHECK_STACK_ARG_PROBE.
6045         Use TARGET_IMG_LDFLAGS to check start, bss_start, end symbols.
6047         * genkernsyms.sh.in: Handle HAVE_ASM_USCORE case.
6049         * genmk.rb: Add EXEEXT to CLEANFILES.
6051 2008-07-23  Robert Millan  <rmh@aybabtu.com>
6053         * Makefile.in (UNICODE_ARROWS, UNICODE_LINES): New variables (they
6054         define the codes for arrows and lines used for the menu).
6055         (ascii.pff): Generate fonts for $(UNICODE_ARROWS) and $(UNICODE_LINES)
6056         as well.
6058         * util/update-grub_lib.in (font_path): Prefer ascii.pff over complete
6059         fonts, because the latter are too slow.
6061 2008-07-21  Bean  <bean123ch@gmail.com>
6063         * kern/i386/pc/startup.S (gate_a20_try_bios): Change test order for
6064         a20. Run keyboard test last, as it will cause macbook to halt.
6066 2008-07-18  Pavel Roskin  <proski@gnu.org>
6068         * kern/dl.c: Go back to using GRUB_CPU_SIZEOF_VOID_P.  We cannot
6069         load foreign architecture modules correctly anyway.  Keep
6070         support for loading host architecture modules, whether we
6071         compile them or not.
6073 2008-07-17  Pavel Roskin  <proski@gnu.org>
6075         * configure.ac: Use -m32 or -m64 regardless of whether we had to
6076         change target_cpu.  The compiler default can mismatch target_cpu
6077         in any case.
6079         * disk/efi/efidisk.c: Fix format warnings on x86_64.
6080         * kern/efi/efi.c: Likewise.
6082         * aclocal.m4 (grub_PROG_TARGET_CC): New macro.  Check if the
6083         target compiler is functional.
6084         * configure.ac: Call grub_PROG_TARGET_CC once all target flags
6085         are set up.
6087         * configure.ac: Default to efi platform for x86_64-apple.  Allow
6088         powerpc64 CPU, default to ieee1275 platform for it.  Split CPU
6089         adjustments from the rest, only do them if target is not
6090         explicitly given.  Merge other adjustments with the final sanity
6091         check.  Remove an extraneous check for supported CPU.  Be
6092         specific which CPU and which platform is not supported.
6094         * configure.ac: Default to pc platform for x86_64.
6096 2008-07-17  Robert Millan  <rmh@aybabtu.com>
6098         Partial LinuxBIOS -> Coreboot rename.
6100         * conf/i386-linuxbios.rmk: Renamed to ...
6101         * conf/i386-coreboot.rmk: ... this.
6102         * Makefile.in (RMKFILES): s/i386-linuxbios.rmk/i386-coreboot.rmk/g.
6103         * configure.ac: Accept "coreboot" as input platform (but maintain
6104         compatibility with "linuxbios").
6105         * include/grub/i386/linuxbios: Renamed to ...
6106         * include/grub/i386/coreboot: ... this.
6108 2008-07-17  Bean  <bean123ch@gmail.com>
6110         * conf/i386/efi.rmk (pkglib_MODULES): add pci.mod and lspci.mod.
6111         (appleldr_mod_SOURCE): New variable.
6112         (appleldr_mod_CFLAGS): Likewise.
6113         (appleldr_mod_LDFLAGS): Likewise.
6114         (pci_mod_SOURCES): Likewise.
6115         (pci_mod_CFLAGS): Likewise.
6116         (pci_mod_LDFLAGS): Likewise.
6117         (lspci_mod_SOURCES): Likewise.
6118         (lspci_mod_CFLAGS): Likewise.
6119         (lspci_mod_LDFLAGS): Likewise.
6121         * conf/x86_64-efi.rmk: New file.
6123         * disk/efi/efidisk.c (grub_efidisk_read): Wrap efi calls with efi_call_N
6124         macro.
6125         (grub_efidisk_write): Likewise.
6127         * include/efi/api.h (efi_call_0): New macro.
6128         (efi_call_1): Likewise.
6129         (efi_call_2): Likewise.
6130         (efi_call_3): Likewise.
6131         (efi_call_4): Likewise.
6132         (efi_call_5): Likewise.
6133         (efi_call_6): Likewise.
6135         * include/grub/efi/chainloader.h (grub_chainloader_cmd): Rename to
6136         grub_rescue_cmd_chainloader.
6138         * include/grub/efi/pe32.h (GRUB_PE32_MACHINE_X86_64): New macro.
6139         (grub_pe32_optional_header): Change some fields based on i386 or
6140         x86_64 platform.
6141         (GRUB_PE32_PE32_MAGIC): Likewise.
6143         * include/grub/efi/uga_draw.h: New file.
6145         * include/grub/elf.h (STN_ABS): New constant.
6146         (R_X86_64_NONE): Relocation constant for x86_64.
6147         (R_X86_64_64): Likewise.
6148         (R_X86_64_PC32): Likewise.
6149         (R_X86_64_GOT32): Likewise.
6150         (R_X86_64_PLT32): Likewise.
6151         (R_X86_64_COPY): Likewise.
6152         (R_X86_64_GLOB_DAT): Likewise.
6153         (R_X86_64_JUMP_SLOT): Likewise.
6154         (R_X86_64_RELATIVE): Likewise.
6155         (R_X86_64_GOTPCREL): Likewise.
6156         (R_X86_64_32): Likewise.
6157         (R_X86_64_32S): Likewise.
6158         (R_X86_64_16): Likewise.
6159         (R_X86_64_PC16): Likewise.
6160         (R_X86_64_8): Likewise.
6161         (R_X86_64_PC8): Likewise.
6163         * include/grub/i386/efi/pci.h: New file.
6165         * include/grub/i386/linux.h (GRUB_LINUX_EFI_SIGNATURE):
6166         Change it value based on platform.
6167         (GRUB_LINUX_EFI_SIGNATURE_0204): New constant.
6168         (GRUB_E820_RAM): Likewise.
6169         (GRUB_E820_RESERVED): Likewise.
6170         (GRUB_E820_ACPI): Likewise.
6171         (GRUB_E820_NVS): Likewise.
6172         (GRUB_E820_EXEC_CODE): Likewise.
6173         (GRUB_E820_MAX_ENTRY): Likewise.
6174         (grub_e820_mmap): New structure.
6175         (linux_kernel_header): Change the efi field according to different
6176         kernel version, also field from linux_kernel_header.
6178         * include/grub/kernel.h (grub_module_info): Add padding for x86_64.
6180         * include/grub/pci.h (GRUB_PCI_ADDR_SPACE_MASK): New constant.
6181         (GRUB_PCI_ADDR_SPACE_MEMORY): Likewise.
6182         (GRUB_PCI_ADDR_SPACE_IO): Likewise.
6183         (GRUB_PCI_ADDR_MEM_TYPE_MASK): Likewise.
6184         (GRUB_PCI_ADDR_MEM_TYPE_32): Likewise.
6185         (GRUB_PCI_ADDR_MEM_TYPE_1M): Likewise.
6186         (GRUB_PCI_ADDR_MEM_TYPE_64): Likewise.
6187         (GRUB_PCI_ADDR_MEM_PREFETCH): Likewise.
6188         (GRUB_PCI_ADDR_MEM_MASK): Likewise.
6189         (GRUB_PCI_ADDR_IO_MASK): Likewise.
6191         * include/grub/x86_64/efi/kernel.h: New file.
6193         * include/grub/x86_64/efi/loader.h: Likewise.
6195         * include/grub/x86_64/efi/machine.h: Likewise.
6197         * include/grub/x86_64/efi/pci.h: Likewise.
6199         * include/grub/x86_64/efi/time.h: Likewise.
6201         * include/grub/x86_64/linux.h: Likewise.
6203         * include/grub/x86_64/setjmp.h: Likewise.
6205         * include/grub/x86_64/time.h: Likewise.
6207         * include/grub/x86_64/types.h: Likewise.
6209         * kern/dl.c (GRUB_CPU_SIZEOF_VOID_P): Changed to
6210          GRUB_TARGET_SIZEOF_VOID_P.
6212         * kern/efi/efi.c (grub_efi_locate_protocol): Wrap efi calls.
6213         (grub_efi_locate_handle): Likewise.
6214         (grub_efi_open_protocol): Likewise.
6215         (grub_efi_set_text_mode): Likewise.
6216         (grub_efi_stall): Likewise.
6217         (grub_exit): Likewise.
6218         (grub_reboot): Likewise.
6219         (grub_halt): Likewise.
6220         (grub_efi_exit_boot_services): Likewise.
6221         (grub_get_rtc): Likewise.
6223         * kern/efi/mm.c (MEMORY_MAP_SIZE): Change to 0x3000 for new models.
6224         (GRUB_CPU_SIZEOF_VOID_P): Changed to GRUB_TARGET_SIZEOF_VOID_P.
6225         (grub_efi_allocate_pages): Wrap efi calls.
6226         (grub_efi_free_pages): Wrap efi calls.
6227         (grub_efi_get_memory_map): Wrap efi calls.
6229         * kern/x86_64/dl.c: New file.
6231         * kern/x86_64/efi/callwrap.S: Likewise.
6233         * kern/x86_64/efi/startup.S: Likewise.
6235         * loader/efi/appleloader.c: Likewise.
6237         * loader/efi/chainloader.c (cmdline): New variable.
6238         (grub_chainloader_unload): Wrap efi calls.
6239         (grub_chainloader_boot): Likewise.
6240         (grub_rescue_cmd_chainloader): Wrap efi calls, handle
6241         command line.
6243         * loader/efi/chainloader_normal.c (chainloader_command):
6244         Change grub_chainloader_cmd to grub_rescue_cmd_chainloader, pass
6245         command line.
6247         * loader/i386/efi/linux.c (allocate_pages): Change allocation
6248         method.
6249         (grub_e820_add_region): New function.
6250         (grub_linux_boot): Construct e820 map from efi map, handle x86_64
6251         booting.
6252         (grub_find_video_card): New function.
6253         (grub_linux_setup_video): New function.
6254         (grub_rescue_cmd_linux): Probe for video information.
6256         * normal/x86_64/setjmp.S: New file.
6258         * term/efi/console.c (map_char): New function.
6259         (grub_console_putchar): Map unicode char.
6260         (grub_console_checkkey): Wrap efi calls.
6261         (grub_console_getkey): Likewise.
6262         (grub_console_getwh): Likewise.
6263         (grub_console_gotoxy): Likewise.
6264         (grub_console_cls): Likewise.
6265         (grub_console_setcolorstate): Likewise.
6266         (grub_console_setcursor): Likewise.
6268         * util/i386/efi/grub-mkimage.c: Add support for x86_64.
6270 2008-07-16  Pavel Roskin  <proski@gnu.org>
6272         * loader/i386/efi/linux.c (allocate_pages): Fix warnings in
6273         format strings.
6275         * util/i386/efi/grub-mkimage.c (get_target_address): Return a
6276         pointer, not an integer.  This fixes a warning and prevents
6277         precision loss on 64-bit systems.
6278         (relocate_addresses): Remove unneeded cast.
6280 2008-07-15  Pavel Roskin  <proski@gnu.org>
6282         * kern/i386/ieee1275/init.c: Include grub/cache.h.
6284         * term/ieee1275/ofconsole.c: Disable code unused on i386.
6286         * kern/ieee1275/ieee1275.c (grub_ieee1275_get_integer_property):
6287         Fix comparison between signed and unsigned.
6289         * include/grub/i386/ieee1275/console.h: Declare
6290         grub_console_init() and grub_console_fini().
6292         * loader/i386/ieee1275/linux.c (grub_set_bootpath): Remove.
6293         It's empty and unused.
6295         * fs/ext2.c (grub_ext2_read_block): Initialize blknr in the
6296         beginning to avoid warnings with some compilers.
6298         * loader/ieee1275/multiboot2.c: Include grub/machine/loader.h.
6299         [__i386__] (grub_mb2_arch_boot): Avoid unnecessary cast.
6301 2008-07-14  Pavel Roskin  <proski@gnu.org>
6303         * kern/env.c (grub_register_variable_hook): Don't copy empty
6304         string, it leaks memory.  Pass "" to grub_env_set(), it should
6305         handle constant strings.
6307         * commands/blocklist.c (grub_cmd_blocklist): Fix format warning.
6308         * commands/cmp.c (grub_cmd_cmp): Likewise.
6309         * kern/dl.c (grub_dl_flush_cache): Likewise.
6310         (grub_dl_load_core): Likewise.
6311         * kern/elf.c (grub_elf32_load_phdrs): Likewise.
6312         (grub_elf64_load_phdrs): Likewise.
6314 2008-07-13  Pavel Roskin  <proski@gnu.org>
6316         * lib/LzmaEnc.c (LzmaEnc_SetProps): Fix warning about comparison
6317         between signed and unsigned.
6318         (LzmaEnc_Finish): Fix warning about an unused parameter.
6320 2008-07-13  Bean  <bean123ch@gmail.com>
6322         * Makefile.in (enable_lzo): New rule.
6324         * conf/i386-pc.rmk (grub_mkimage_SOURCES): New test with enable_lzo.
6326         * configure.ac (ENABLE_LZO): New option --enable-lzo.
6328         * boot/i386/pc/lnxboot.S: #include <config.h>.
6330         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE): Change
6331         its value according to the compression algorithm used, lzo or lzma.
6333         * util/i386/pc/grub-mkimage.c (compress_kernel): Use different
6334         compression algorithm according to configure macro.
6336         * kern/i386/pc/startup.S (codestart): Likewise.
6338         * kern/i386/pc/lzma_decode.S: New file.
6340         * include/grub/lib/LzFind.h: Likewise.
6342         * include/grub/lib/LzHash.h: Likewise.
6344         * include/grub/lib/LzmaDec.h: Likewise.
6346         * include/grub/lib/LzmaEnc.h: Likewise.
6348         * include/grub/lib/LzmaTypes.h: Likewise.
6350         * lib/LzFind.c: Likewise.
6352         * lib/LzmaDec.c: Likewise.
6354         * lib/LzmaEnc.c: Likewise.
6356 2008-07-13  Bean  <bean123ch@gmail.com>
6358         * fs/ext2.c (EXT4_EXTENTS_FLAG): New macro.
6359         (grub_ext4_extent_header): New structure.
6360         (grub_ext4_extent): Likewise.
6361         (grub_ext4_extent_idx): Likewise.
6362         (grub_ext4_find_leaf): New function.
6363         (grub_ext2_read_block): Handle extents.
6365 2008-07-12  Robert Millan  <rmh@aybabtu.com>
6367         * util/i386/pc/grub-mkrescue.in: s/grub-install/grub-mkrescue/g.
6369 2008-07-11  Robert Millan  <rmh@aybabtu.com>
6371         * util/grub.d/40_custom.in: New file. Example on how to add custom
6372         entries to /etc/grub.d.
6373         * conf/common.rmk (%, update-grub_SCRIPTS, CLEANFILES): Install
6374         40_custom (implicitly, by merging all the grub.d rules).
6376 2008-07-11  Pavel Roskin  <proski@gnu.org>
6378         * commands/read.c (grub_getline): Fix invalid memory access.
6379         Don't add newline to the variable value.
6381         * term/i386/pc/serial.c (GRUB_SERIAL_PORT_NUM): New constant.
6382         [!GRUB_MACHINE_PCBIOS] (serial_hw_io_addr): Add COM2 and COM3.
6383         (serial_hw_get_port): Check validity of the port number.
6384         (grub_cmd_serial): Check return value of serial_hw_get_port().
6386 2008-07-07  Pavel Roskin  <proski@gnu.org>
6388         * boot/i386/pc/diskboot.S (notification_string): Replace
6389         "Loading kernel" with just "loading".  This is shorter, less
6390         confusing and saves a few bytes for possible future changes.
6392 2008-07-05  Pavel Roskin  <proski@gnu.org>
6394         * disk/ata.c (grub_ata_dumpinfo): Don't output addressing and
6395         size for ATAPI devices, they are undefined.  Output sector
6396         number in decimal form.
6398         * disk/ata.c: Use named constants for status bits.
6400 2008-07-04  Pavel Roskin  <proski@gnu.org>
6402         * kern/i386/linuxbios/init.c (grub_machine_init): Cast addr to
6403         grub_addr_t before casting it to the void pointer to fix a
6404         warning.  Non-addressable regions are discarded earlier.
6405         (grub_arch_modules_addr): Cast _end to grub_addr_t.
6406         * kern/i386/linuxbios/table.c: Include grub/misc.h.
6407         (check_signature): Don't shadow table_header.
6408         (grub_linuxbios_table_iterate): Cast numeric constants to
6409         grub_linuxbios_table_header_t.
6410         * include/grub/i386/linuxbios/init.h: Add noreturn attribute to
6411         grub_stop().
6413         * kern/ieee1275/init.c: Cast _start and _end to grub_addr_t to
6414         prevent warnings.
6416         * include/grub/misc.h (ALIGN_UP): Avoid unnecessary cast to a
6417         pointer, which can cause warnings.  Support 64-bit addresses.
6419         * util/elf/grub-mkimage.c: Use GRUB_TARGET_SIZEOF_LONG instead
6420         of sizeof(long).  This fixes PowerPC image generation on x86_64.
6422 2008-07-04  Robert Millan  <rmh@aybabtu.com>
6424         This fixes a performance issue when pc & gpt partmap iterators
6425         didn't abort iteration even after our hook found what it was
6426         looking for (often causing expensive probes of non-existent drives).
6428         Some callers relied on previous buggy behaviour, since they would
6429         raise an error when their own hooks caused early abortion of its
6430         iteration.
6432         * kern/device.c (grub_device_open): Improve error message.
6433         * disk/lvm.c (grub_lvm_open): Likewise.
6434         * disk/raid.c (grub_raid_open): Likewise.
6436         * partmap/pc.c (pc_partition_map_iterate): Abort parent iteration
6437         when hook requests it, independently of grub_errno.
6438         (pc_partition_map_probe): Do not fail when find_func() caused
6439         early abortion of pc_partition_map_iterate().
6441         * partmap/gpt.c (gpt_partition_map_iterate): Abort parent iteration
6442         when hook requests it, independently of grub_errno.
6443         (gpt_partition_map_probe): Do not fail when find_func() caused
6444         early abortion of gpt_partition_map_iterate().
6446         * kern/partition.c (grub_partition_iterate): Abort parent iteration
6447         when hook requests it, independently of grub_errno.  Do not fail when
6448         part_map_iterate_hook() caused early abortion of p->iterate().
6450         * util/biosdisk.c (grub_util_biosdisk_get_grub_dev): Do not fail
6451         when grub_partition_iterate() returned with non-zero.
6453 2008-07-03  Pavel Roskin  <proski@gnu.org>
6455         * disk/ata.c (grub_ata_pio_write): Check status before writing,
6456         like we do in grub_ata_pio_read().
6457         (grub_ata_readwrite): Always write individual sectors.  Fix the
6458         sector count for the remainder.
6459         (grub_ata_write): Enable writing to ATA devices.  Correctly
6460         report error for ATAPI devices.
6462 2008-07-02  Pavel Roskin  <proski@gnu.org>
6464         * boot/i386/pc/cdboot.S: Add _start entry to fix a linker
6465         warning.
6467         * disk/ata.c (grub_ata_readwrite): Don't increment sector number
6468         for every read sector, we already increment it for the whole
6469         batch.  This fixes reading more than 256 sectors at once.
6471         * util/grub-editenv.c (cmd_info): Cast argument to long
6472         explicitly.  ptrdiff_t reduces to int on i386.
6474         * util/grub-editenv.c (main): Be specific which parameter is
6475         missing.
6477         * disk/memdisk.c (memdisk_addr): Make a pointer to fix warnings.
6478         (memdisk): Make memdisk_orig_addr a pointer.
6480         * fs/reiserfs.c (grub_reiserfs_read): Fix misuse of grub_size_t
6481         for file offsets, use grub_off_t instead.  Fix printf format
6482         warnings.
6484         * fs/reiserfs.c: Remove #warning, TODO list items don't belong
6485         there.  Real unexpected warnings should not drown in the noise
6486         about known problems.
6488         * commands/hexdump.c (grub_cmd_hexdump): Fix misuse of
6489         grub_disk_addr_t for memory addresses.
6491         * loader/aout.c (grub_aout_load): Cast load_addr to pointer
6492         explicitly to fix a warning.
6494         * util/grub-editenv.c (cmd_info): Fix warning in printf format.
6496         * Makefile.in (MODULE_LDFLAGS): New variable.
6497         * aclocal.m4 (grub_PROG_LD_BUILD_ID_NONE): New macro.  Check if
6498         the linker accepts --build-id=none.
6499         * configure.ac: Call grub_PROG_LD_BUILD_ID_NONE.  Substitute
6500         MODULE_LDFLAGS.
6501         * genmk.rb: Use MODULE_LDFLAGS when linking modules.
6503         * fs/xfs.c (struct grub_xfs_dir_header): Use names similar to
6504         those in Linux XFS code.  Provide a way to access 64-bit parent
6505         inode.
6506         (grub_xfs_iterate_dir): Use the new names.  Avoid reading past
6507         the end of struct grub_xfs_dir_header.
6509 2008-07-02  Bean  <bean123ch@gmail.com>
6511         * include/grub/ieee1275.h (grub_ieee1275_flag): New constant
6512         GRUB_IEEE1275_FLAG_CANNOT_INTERPRET, GRUB_IEEE1275_FLAG_FORCE_CLAIM
6513         and GRUB_IEEE1275_FLAG_NO_ANSI.
6515         * kern/ieee1275/cmain.c (grub_ieee1275_find_options): Set flag
6516         GRUB_IEEE1275_FLAG_CANNOT_INTERPRET, GRUB_IEEE1275_FLAG_FORCE_CLAIM
6517         and GRUB_IEEE1275_FLAG_NO_ANSI for Open Hackware.
6519         * kern/ieee1275/ieee1275.c (grub_ieee1275_interpret): Return
6520         immediately if GRUB_IEEE1275_FLAG_CANNOT_INTERPRET is set.
6522         * kern/ieee1275/init.c (grub_claim_heap): Claim memory directly if
6523         GRUB_IEEE1275_FLAG_FORCE_CLAIM is set.
6525         * term/ieee1275/ofconsole.c (grub_ofconsole_writeesc): Don't output
6526         esc sequence on non ANSI terminal.
6527         (grub_ofconsole_gotoxy): Emulate backspace key on non ANSI terminal.
6529         * util/elf/grub-mkimage.c (add_segments): Move ELF header to the
6530         beginning of file.
6532 2008-07-02  Bean  <bean123ch@gmail.com>
6534         * conf/common.rmk (bin_UTILITIES): Add grub-editenv.
6535         (grub_editenv_SOURCES): New variable.
6536         (pkglib_MODULES): Add loadenv.mod.
6537         (loadenv_mod_SOURCES): New variable.
6538         (loadenv_mod_CFLAGS): Likewise.
6539         (loadenv_mod_LDFLAGS): Likewise.
6541         * include/grub/envblk.h: New file.
6543         * util/envblk.c: New file.
6545         * util/grub-editenv.c: New file.
6547         * commands/loadenv.c: New file.
6549 2008-07-01  Pavel Roskin  <proski@gnu.org>
6551         * include/multiboot2.h (struct multiboot_tag_module): Use char,
6552         not unsigned char.  This fixes warnings and is consistent with
6553         other tags.
6555         * disk/fs_uuid.c (search_fs_uuid): Correctly increment count.
6557         * normal/parser.y: Define YYENABLE_NLS as 0 to fix warnings.
6559         * term/tparm.c (analyze): Always set *popcount.
6561         * loader/i386/pc/linux.c (grub_rescue_cmd_linux): Remove useless
6562         cast to fix a warning.
6564         * loader/i386/pc/multiboot2.c (grub_mb2_arch_module_alloc): Use
6565         cast to suppress a warning.
6567         * fs/afs.c (grub_afs_read_block): Return grub_disk_addr_t, as
6568         grub_fshelp_read_file() expects.
6570         * fs/fat.c: Fix UUID calculation on big-endian systems.  We
6571         write uuid as a 32-bit value in CPU byte order, so declare and
6572         use it as such.
6574         * disk/raid.c: Cast grub_dprintf() arguments to unsigned long
6575         long if the format specifier expects it.
6576         * partmap/gpt.c (gpt_partition_map_iterate): Likewise.
6577         * partmap/pc.c (pc_partition_map_iterate): Likewise.
6578         * fs/ntfs.c (grub_ntfs_uuid): Cast data->uuid to unsigned long
6579         long to fix a warning.
6580         * fs/reiserfs.c (grub_reiserfs_read): Change casts in
6581         grub_dprintf() arguments to fix warnings.
6583 2008-06-30  Pavel Roskin  <proski@gnu.org>
6585         * util/i386/pc/grub-setup.c (setup): Write install_dos_part and
6586         install_bsd_part immediately before core.img is embedded or
6587         modified on disk.  This fixes core.img verification if core.img
6588         cannot be embedded.
6590         * util/i386/pc/grub-setup.c (setup): Use core_path_dev, not
6591         core_path to calculate the blocklist.
6592         Patch from Javier Martín <lordhabbit@gmail.com>
6594 2008-06-29  Robert Millan  <rmh@aybabtu.com>
6596         * fs/xfs.c (GRUB_XFS_FSB_TO_BLOCK): New macro.  Maps filesystem
6597         block to disk block.
6598         (grub_xfs_read_block): Use GRUB_XFS_FSB_TO_BLOCK() on result.
6599         Patch from Niels Böhm <bitbucket@arcor.de>
6601 2008-06-29  Robert Millan  <rmh@aybabtu.com>
6603         * util/update-grub_lib.in (font_path): Search for fonts in
6604         /boot/grub first, which is more likely to be readable (we aren't
6605         deciding where fonts live, just looking for them).
6607 2008-06-26  Pavel Roskin  <proski@gnu.org>
6609         * util/biosdisk.c (read_device_map): Don't leave dead map
6610         entries for devices failing stat() check.
6612         * util/i386/pc/grub-setup.c (setup): Don't reuse core_path, use
6613         core_path_dev for the core.img path on the target device.
6615 2008-06-26  Robert Millan  <rmh@aybabtu.com>
6617         * disk/fs_uuid.c: New file.
6618         * conf/common.rmk (pkglib_MODULES): Add `fs_uuid.mod'.
6619         (fs_uuid_mod_SOURCES, fs_uuid_mod_CFLAGS)
6620         (fs_uuid_mod_LDFLAGS): New variables.
6621         * include/grub/disk.h (grub_disk_dev_id): Add
6622         `GRUB_DISK_DEVICE_UUID_ID'.
6623         * kern/disk.c (grub_disk_dev_iterate): Allow disk devices not to
6624         implement iterate().
6626 2008-06-26  Robert Millan  <rmh@aybabtu.com>
6628         * util/grub.d/10_linux.in: Avoid passing UUIDs to Linux when either
6629         "/dev/disk/by-uuid/${GRUB_DEVICE_UUID}" does not exist, or when a
6630         Linux image includes no initrd.
6632 2008-06-21  Javier Martín  <lordhabbit@gmail.com>
6634         * util/i386/pc/grub-setup.c (setup): Remove literal "core.img" in a
6635         call to resolve the core image location that effectively appended the
6636         name twice.
6638 2008-06-21  Robert Millan  <rmh@aybabtu.com>
6640         * util/grub.d/00_header.in: Move last prepare_grub_to_access_device()
6641         call from here ...
6643         * util/grub.d/10_hurd.in: ... to here ...
6644         * util/grub.d/10_linux.in: ... and here.
6646 2008-06-19  Robert Millan  <rmh@aybabtu.com>
6648         * kern/main.c (grub_main): Export `prefix' variable immediately
6649         after it has been set by grub_machine_set_prefix().
6651 2008-06-19  Robert Millan  <rmh@aybabtu.com>
6653         * commands/search.c (search_label, search_fs_uuid, search_file): Print
6654         search result when not saving to variable, not the other way around.
6655         When saving to variable, abort iteration as soon as a match is found.
6657 2008-06-19  Robert Millan  <rmh@aybabtu.com>
6659         * util/update-grub_lib.in (prepare_grub_to_access_device): Remove
6660         check for partition that provides /boot/grub.  Its logic is flawed,
6661         as it prevents prepare_grub_to_access_device() from being called
6662         multiple times.
6664 2008-06-19  Robert Millan  <rmh@aybabtu.com>
6666         * util/update-grub_lib.in (prepare_grub_to_access_device): Issue
6667         "insmod" command directly when abstraction modules are needed,
6668         instead of relying on GRUB_PRELOAD_MODULES (which had no effect
6669         since it had already been processed).
6671 2008-06-19  Pavel Roskin  <proski@gnu.org>
6673         * conf/i386-efi.rmk: Recompile grub-mkimage.c if Makefile has
6674         changed.  This is needed in case GRUB_LIBDIR changes.
6675         * conf/i386-ieee1275.rmk: Likewise.
6676         * conf/i386-linuxbios.rmk: Likewise.
6677         * conf/i386-pc.rmk: Likewise.
6678         * conf/powerpc-ieee1275.rmk: Likewise.
6680 2008-06-18  Pavel Roskin  <proski@gnu.org>
6682         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Rename
6683         kernel_elf_symlist.c to symlist.c for consistency with other
6684         architectures.  Update all users.
6685         * conf/sparc64-ieee1275.rmk (kernel_elf_SOURCES): Likewise.
6687 2008-06-18  Robert Millan  <rmh@aybabtu.com>
6689         * util/i386/pc/grub-install.in: If the drive is LVM or RAID, prepend
6690         it in prefix.
6692         * util/i386/pc/grub-setup.c (main): Don't handle prefix at all.  Set
6693         `must_embed' to 1 when root_dev is a RAID device.  When dest_dev is
6694         a RAID device, run setup() for all members independently on whether
6695         LVM abstraction is being used.
6696         (setup): Don't handle prefix at all; let grub-mkimage take care of it.
6697         If grub-mkimage has set `*install_dos_part == -2', don't override this
6698         value.
6699         Perform *install_dos_part adjustments independently on whether
6700         we're embedding or not.
6701         Clarify error message when image is too big for embedding.
6702         Remove duplicate *install_dos_part stanza.
6704 2008-06-17  Robert Millan  <rmh@aybabtu.com>
6706         * term/ieee1275/ofconsole.c (fgcolor, bgcolor): Remove variables.
6707         (grub_ofconsole_normal_color, grub_ofconsole_highlight_color): New
6708         variables.
6709         (grub_ofconsole_setcolor, grub_ofconsole_getcolor): Load/store
6710         values in grub_ofconsole_normal_color and
6711         grub_ofconsole_highlight_color (they're not directly related to
6712         background and foreground).
6713         (grub_ofconsole_setcolorstate): Extract background and foreground
6714         from grub_ofconsole_normal_color and grub_ofconsole_highlight_color.
6716 2008-06-17  Robert Millan  <rmh@aybabtu.com>
6718         * util/update-grub_lib.in (prepare_grub_to_access_device): Use
6719         /boot/grub for the check in last commit, not /boot (they could be
6720         different partitions).
6722 2008-06-16  Robert Millan  <rmh@aybabtu.com>
6724         * util/update-grub_lib.in (prepare_grub_to_access_device): If we were
6725         asked to setup access for the same partition that provides /boot,
6726         don't bother using UUIDs since our root already has the value we
6727         want.
6729 2008-06-16  Robert Millan  <rmh@aybabtu.com>
6731         * util/biosdisk.c (convert_system_partition_to_system_disk): Detect
6732         I2O devices.
6733         Patch from Sven Mueller <sven@debian.org>.
6735 2008-06-16  Robert Millan  <rmh@aybabtu.com>
6737         * util/update-grub.in: Check for $EUID instead of $UID.
6738         Reported by Vincent Zweije.
6740 2008-06-16  Bean  <bean123ch@gmail.com>
6742         * fs/ext2.c (grub_ext2_blockgroup): Revert to pre-journal state.
6743         (grub_ext2_read_block): Likewise.
6744         (grub_ext2_read_inode): Likewise.
6745         (grub_ext2_mount): Likewise.
6746         (grub_ext2_close): Likewise.
6747         (grub_ext3_get_journal): Removed.
6749         * fs/reiserfs.c (grub_reiserfs_get_item): Revert to pre-journal state.
6750         (grub_reiserfs_read_symlink): Likewise.
6751         (grub_reiserfs_mount): Likewise.
6752         (grub_reiserfs_open): Likewise.
6753         (grub_reiserfs_read): Likewise.
6754         (grub_reiserfs_close): Likewise.
6755         (grub_reiserfs_get_journal): Removed.
6757         * fs/fshelp.c (grub_fshelp_read): Removed.
6758         (grub_fshelp_map_block): Likewise.
6760         * include/grub/fshelp.h (grub_fshelp_journal_type): Removed.
6761         (grub_fshelp_journal): Likewise.
6762         (grub_fshelp_read): Likewise.
6763         (grub_fshelp_map_block): Likewise.
6765 2008-06-16  Pavel Roskin  <proski@gnu.org>
6767         * conf/powerpc-ieee1275.rmk: Remove -msoft-float, we don't use
6768         floating point anymore.
6769         * include/grub/powerpc/libgcc.h: Leave only necessary exports.
6771 2008-06-15  Pavel Roskin  <proski@gnu.org>
6773         * commands/ls.c (grub_ls_list_files): Use integer calculations
6774         for human readable format, avoid floating point use.
6775         * kern/misc.c (grub_ftoa): Remove.
6776         (grub_vsprintf): Remove floating point support.
6778 2008-06-15  Robert Millan  <rmh@aybabtu.com>
6780         * util/grub.d/10_linux.in: Use the underlying device for loop-AES
6781         devices.
6782         Reported by Max Vozeler.
6784 2008-06-15  Robert Millan  <rmh@aybabtu.com>
6786         * util/i386/pc/grub-mkimage.c (generate_image): If we included a drive
6787         in our prefix, set install_{dos,bsd}_part = -2 to indicate this can be
6788         skipped later.
6789         (main): If a memdisk was requested, add "(memdisk)" drive explicitly to
6790         the beginning of the prefix.
6792         * kern/i386/pc/init.c (make_install_device): Remove memdisk check.
6793         It is assumed that if we have a memdisk, grub-mkimage has set
6794         grub_prefix to include the "(memdisk)" drive in it.
6796 2008-06-15  Robert Millan  <rmh@aybabtu.com>
6798         * term/i386/pc/console.c [GRUB_MACHINE_LINUXBIOS] (grub_console_init):
6799         Initialize keyboard controller after registering the terminal, so that
6800         grub_printf() can be called from grub_keyboard_controller_init().
6802 2008-06-15  Robert Millan  <rmh@aybabtu.com>
6804         * fs/sfs.c (grub_sfs_read_extent): Fix the count of nodes in
6805         extent-btree which is written as big endian on disk.
6806         Reported by Alain Greppin  <al@chilibi.org>.
6808 2008-06-14  Robert Millan  <rmh@aybabtu.com>
6810         * util/i386/efi/grub-install.in (modules): Remove `_chain'.
6811         * util/i386/pc/grub-install.in (modules): Likewise.
6813 2008-06-13  Pavel Roskin  <proski@gnu.org>
6815         * commands/ls.c (grub_ls_list_files): Fix format warnings.
6817 2008-06-13  Bean  <bean123ch@gmail.com>
6819         * commands/hexdump.c (grub_cmd_hexdump): Adjust offset for partition.
6821         * fs/ext2.c (grub_ext3_get_journal): Fix revoke block handling.
6823         * fs/fshelp.c (grub_fshelp_map_block): Don't map block 0 as it's used
6824         to indicate sparse block.
6826 2008-06-12  Pavel Roskin  <proski@gnu.org>
6828         * fs/ext2.c (grub_ext2_read_inode): Don't normalize block
6829         number, grub_fshelp_read() does it for us.
6831         * fs/fshelp.c (grub_fshelp_read): New function.  Implement
6832         linear disk read with journal translation.
6833         * fs/ext2.c: Use grub_fshelp_read() instead of grub_disk_read().
6834         * include/grub/fshelp.h: Declare grub_fshelp_read().
6836 2008-06-09  Pavel Roskin  <proski@gnu.org>
6838         * fs/minix.c (grub_minix_mount): Handle error reading
6839         superblock.
6841 2008-06-08  Robert Millan  <rmh@aybabtu.com>
6843         * util/i386/pc/grub-setup.c (main): If install drive is an LVM,
6844         don't append the RAID prefix afterwards.
6845         Reported by Clint Adams.
6847 2008-06-08  Robert Millan  <rmh@aybabtu.com>
6849         Based on description from Pavel:
6850         * kern/disk.c (grub_disk_check_range): Rename to ...
6851         (grub_disk_adjust_range): ... this.  Add a comment explaining the
6852         tasks performed by this function.
6854 2008-06-08  Robert Millan  <rmh@aybabtu.com>
6856         * include/grub/ntfs.h (struct grub_ntfs_bpb): Rename `serial_number' to
6857         `num_serial' (for consistency with other variables).
6858         (struct grub_ntfs_data): Add `uuid' member.
6859         * fs/ntfs.c (grub_ntfs_mount): Initialize `data->uuid'.
6860         (grub_ntfs_uuid): New function.
6861         (grub_ntfs_fs): Reference grub_ntfs_uuid() in `uuid' struct member.
6863 2008-06-07  Pavel Roskin  <proski@gnu.org>
6865         * util/biosdisk.c (open_device): Revert last change to the
6866         function, it broke installation.  The sector needs to be
6867         different dependent on which device is opened.
6869 2008-06-06  Robert Millan  <rmh@aybabtu.com>
6871         Ensure GRUB_KERNEL_MACHINE_DATA_END is always consistent with the
6872         rest of GRUB, and breakage doesn't happen if its value were modified.
6874         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE):
6875         Redefine as an offset from `GRUB_KERNEL_MACHINE_DATA_END' instead of
6876         a constant (same value).
6877         * kern/i386/pc/startup.S: Replace hardcoded `0x50' with
6878         `GRUB_KERNEL_MACHINE_DATA_END' (same value).
6880 2008-06-06  Robert Millan  <rmh@aybabtu.com>
6882         * util/biosdisk.c (open_device): Do not modify sector offset when
6883         accessing a partition.  kern/disk.c already handles this for us.
6885 2008-06-06  Robert Millan  <rmh@aybabtu.com>
6887         * util/grub-emu.c (grub_machine_init): Move code in this function from
6888         here ...
6889         (main): ... to here (before grub_util_biosdisk_init() call, to prevent
6890         segfault in case grub_printf() is called).
6892         * util/i386/pc/grub-install.in: Append `--device-map=${device_map}' to
6893         grub_probe.  Update all users not to explicitly add it again.
6894         (grub_device): New variable; contains corresponding device for grubdir.
6895         (fs_module, partmap_module, devabstraction_module): Pass
6896         `--device ${grub_device}' to grub_probe to avoid traversing /dev
6897         every time.
6899 2008-06-05  Robert Millan  <rmh@aybabtu.com>
6901         * normal/misc.c (grub_normal_print_device_info): When a filesystem UUID
6902         is found, print it (same layout as with labels).
6904 2008-06-04  Robert Millan  <rmh@aybabtu.com>
6906         * util/biosdisk.c (get_drive): Rename to ...
6907         (find_grub_drive): ... this.  Update all users.
6909         (get_os_disk): Rename to ...
6910         (convert_system_partition_to_system_disk): ... this.  Update all users.
6912         (find_drive): Rename to ...
6913         (find_system_device): ... this.  Update all users.
6915 2008-06-04  Robert Millan  <rmh@aybabtu.com>
6917         * util/biosdisk.c (get_os_disk): Handle IDA devices.
6918         * util/grub-mkdevicemap.c (get_mmc_disk_name)
6919         (make_device_map): Likewise.
6921 2008-06-01  Robert Millan  <rmh@aybabtu.com>
6923         *  util/biosdisk.c (get_drive): Verify that `map[i].drive' is non-NULL
6924         before dereferencing it.
6926         * fs/fat.c (struct grub_fat_bpb): Move fat32-specific fields into a
6927         union with fat12/fat16-specific ones.  Add some new fields, including
6928         `num_serial' for both versions.
6929         (struct grub_fat_data): Add `uuid' member.
6930         (grub_fat_mount): Refer to fat32-specific fields in `bpb' by their new
6931         names.  Initialize `data->uuid' using `num_serial'.
6932         (grub_fat_uuid): New function.
6933         (grub_fat_fs): Reference grub_fat_uuid() in `uuid' struct member.
6935         * fs/reiserfs.c (grub_reiserfs_superblock): Add `uuid' field.
6936         (grub_reiserfs_uuid): New function.
6937         (grub_reiserfs_fs): Reference grub_reiserfs_uuid() in `uuid' struct
6938         member.
6940         * fs/xfs.c (grub_xfs_sblock): Add `uuid' field.
6941         (grub_xfs_uuid): New function.
6942         (grub_xfs_fs): Reference grub_reiserfs_uuid() in `uuid' struct member.
6944 2008-06-01  Robert Millan  <rmh@aybabtu.com>
6946         * util/update-grub_lib.in (prepare_grub_to_access_device): Generate
6947         code that is backward compatible with pre-uuid search command.
6949 2008-05-31  Robert Millan  <rmh@aybabtu.com>
6951         * disk/i386/pc/biosdisk.c (grub_biosdisk_iterate): Iterate through
6952         floppies after everything else, to ensure floppy drive isn't accessed
6953         unnecessarily (patch from Bean).
6955 2008-05-31  Robert Millan  <rmh@aybabtu.com>
6957         * commands/search.c (search_label, search_fs_uuid, search_file): Do
6958         not print device names when we were asked to set a variable.
6960 2008-05-31  Robert Millan  <rmh@aybabtu.com>
6962         * term/ieee1275/ofconsole.c (grub_ofconsole_setcursor): Implement
6963         using "cursor-on" and "cursor-off" commands (understood at least by
6964         the Open Firmware flavour on OLPC).
6966 2008-05-31  Michael Gorven  <michael@gorven.za.net>
6968         * term/terminfo.c (grub_terminfo_set_current): Correct vt100 cursor
6969         on and off sequences.
6971 2008-05-31  Robert Millan  <rmh@aybabtu.com>
6973         * util/update-grub_lib.in: Replace `grub-probe' with `${grub_probe}'.
6974         * util/update-grub.in: Likewise.
6976 2008-05-30  Pavel Roskin  <proski@gnu.org>
6978         * util/biosdisk.c (linux_find_partition): Simplify logic and
6979         make the code more universal.  Keep special processing for
6980         devfs, but use a simple rule for all other devices.  If the
6981         device ends with a number, append 'p' and the partition number.
6982         Otherwise, append only the partition number.
6984 2008-05-30  Robert Millan  <rmh@aybabtu.com>
6986         * util/update-grub.in (GRUB_DISABLE_LINUX_UUID): Export variable.
6987         * util/grub.d/10_linux.in: If GRUB_DEVICE_UUID is set, and
6988         GRUB_DISABLE_LINUX_UUID isn't true, use the filesystem UUIDs as
6989         the `root' parameter to Linux.
6991 2008-05-30  Robert Millan  <rmh@aybabtu.com>
6993         * commands/search.c (options): Rename --fs_uuid to --fs-uuid.
6994         * util/update-grub_lib.in (prepare_grub_to_access_device): Replace
6995         --fs_uuid with --fs-uuid.
6996         * util/update-grub.in: Allow filesystem UUID probes to fail (since not
6997         all filesystems support them).
6999 2008-05-30  Robert Millan  <rmh@aybabtu.com>
7001         * fs/ext2.c (grub_ext2_uuid): Use `04x' instead of '02x' as
7002         grub_printf() flags, since we're printing in units of 2 bytes.
7004 2008-05-30  Robert Millan  <rmh@aybabtu.com>
7006         * util/grub.d/00_header.in: Remove obsolete comment referencing
7007         convert_system_path_to_grub_path().
7008         * util/update-grub.in: Likewise.
7009         * util/update-grub_lib.in (is_path_readable_by_grub): New function.
7010         (convert_system_path_to_grub_path): Add a warning message explaining
7011         that this function is deprecated.  Rely on is_path_readable_by_grub()
7012         for the readability checks.
7013         (font_path): Use is_path_readable_by_grub() for the readability
7014         check rather than convert_system_path_to_grub_path().
7016 2008-05-30  Robert Millan  <rmh@aybabtu.com>
7018         * util/update-grub_lib.in (prepare_grub_to_access_device): New function.
7019         * util/update-grub.in: Set `GRUB_FONT_PATH' to the system path, without
7020         converting it first.
7021         * util/grub.d/00_header.in: Use prepare_grub_to_access_device() to setup
7022         grub.cfg for access to font file, and afterwards call it again to set
7023         the root device.
7025 2008-05-30  Robert Millan  <rmh@aybabtu.com>
7027         * commands/search.c (options): Add --fs_uuid option.
7028         (search_fs_uuid): New function.
7029         (grub_cmd_search): Fix --set argument passing.
7030         Use search_fs_uuid() when requested via --fs_uuid.
7031         (grub_search_init): Update help message.
7032         * fs/ext2.c (struct grub_ext2_sblock): Rename `unique_id' to `uuid'
7033         and redeclare it as an array of 16-bit words.
7034         (grub_ext2_uuid): New function.
7035         (grub_ext2_fs): Reference grub_ext2_uuid() in `uuid' struct member.
7036         * include/grub/fs.h (struct grub_fs): Add `uuid' struct member.
7037         * util/update-grub.in (GRUB_DEVICE_UUID, GRUB_DEVICE_BOOT)
7038         (GRUB_DEVICE_BOOT_UUID): New variables.
7039         (GRUB_DRIVE. GRUB_DRIVE_BOOT. GRUB_DRIVE_BOOT_GRUB): Remove.
7040         * util/grub.d/00_header.in: Set root using `search --fs_uuid' command
7041         whenever possible.
7042         * util/grub.d/10_hurd.in: Avoid explicit use of root drive.  Instead,
7043         just assume `root' variable has the right value.
7044         * util/grub.d/10_linux.in: Likewise.
7045         * util/grub-probe.c (probe): Probe for filesystem UUID when requested
7046         via PRINT_FS_UUID.
7047         (main): Recognise `-t fs_uuid' argument.
7049 2008-05-30  Robert Millan  <rmh@aybabtu.com>
7051         * util/biosdisk.c (map): Redefine structure to hold information
7052         about GRUB drive name.
7053         (get_drive): Reimplement without assuming (and verifying) BIOS-like
7054         drive names.
7055         (call_hook): Remove.
7056         (grub_util_biosdisk_iterate): Access drive names via `.drive' struct
7057         member.  Assume drive has partitions.
7058         (grub_util_biosdisk_open): Access device names via `.device' struct
7059         member.
7060         (open_device): Likewise.
7061         (find_drive): Likewise.
7062         (read_device_map): Adjust map[] usage to match the new struct
7063         definition.  Don't check for duplicates (still possible, but not cheap
7064         anymore).
7065         (grub_util_biosdisk_fini): Free malloced buffers referenced by map[].
7066         (make_device_name): Remove assumption of BIOS-like drive names.
7068 2008-05-30  Pavel Roskin  <proski@gnu.org>
7070         * conf/i386-efi.rmk (normal/execute.c_DEPENDENCIES): Remove, as
7071         compiling execute.c doesn't need grub_script.tab.h anymore.
7072         (normal/command.c_DEPENDENCIES): Likewise.
7073         (normal/function.c_DEPENDENCIES): Likewise.
7074         * conf/i386-ieee1275.rmk: Likewise.
7075         * conf/i386-linuxbios.rmk: Likewise.
7076         * conf/i386-pc.rmk: Likewise.
7077         * conf/powerpc-ieee1275.rmk: Likewise.
7078         * conf/sparc64-ieee1275.rmk: Likewise.
7080 2008-05-29  Pavel Roskin  <proski@gnu.org>
7082         * disk/lvm.c (grub_lvm_scan_device): Check for the buffer end
7083         when scanning metadata for volume group name.
7085         * include/grub/script.h: Don't include grub_script.tab.h.  It's
7086         a generated file, which may only be included from the files with
7087         DEPENDENCIES rules in the makefile.  Don't use typedef YYSTYPE,
7088         use union YYSTYPE, as the later allows forward declaration.
7089         * normal/lexer.c: Don't use typedef YYSTYPE, use union YYSTYPE.
7091 2008-05-29  Robert Millan  <rmh@aybabtu.com>
7093         * term/i386/pc/at_keyboard.c: Include `grub/machine/machine.h'.
7094         (OLPC_UP, OLPC_DOWN, OLPC_LEFT, OLPC_RIGHT): New macros.
7095         [GRUB_MACHINE_IEEE1275] (keyboard_map): Add OLPC scan codes
7096         (grub_console_checkkey): Add grub_dprintf() call to report unknown
7097         scan codes.
7099 2008-05-29  Robert Millan  <rmh@aybabtu.com>
7101         * term/i386/pc/at_keyboard.c (grub_console_checkkey): Add support for
7102         control key combinations.
7104 2008-05-29  Robert Millan  <rmh@aybabtu.com>
7106         * util/powerpc/ieee1275/grub-install.in: Move from here ...
7107         * util/ieee1275/grub-install.in: ... to here.
7108         * powerpc-ieee1275.rmk (grub_install_SOURCES): Update location.
7109         * i386-ieee1275.rmk (sbin_SCRIPTS): New variable.
7110         (grub_install_SOURCES): Likewise.
7112 2008-05-29  Robert Millan  <rmh@aybabtu.com>
7114         * fs/affs.c: Update copyright year.
7115         * fs/ext2.c: Likewise.
7116         * fs/fshelp.c: Likewise.
7117         * fs/hfsplus.c: Likewise.
7118         * fs/ntfs.c: Likewise.
7119         * fs/xfs.c: Likewise.
7120         * include/grub/fshelp.h: Likewise.
7121         * util/grub-mkdevicemap.c: Likewise.
7123 2008-05-28  Robert Millan  <rmh@aybabtu.com>
7125         * util/update-grub.in: Allow chmod call to fail, since /boot/grub/
7126         might need to be fatfs to support some firmware implementations
7127         (e.g. OFW or EFI).
7129 2008-05-28  Robert Millan  <rmh@aybabtu.com>
7131         * util/biosdisk.c (linux_find_partition, get_os_disk): Handle MMC
7132         devices.
7133         * util/grub-mkdevicemap.c (get_mmc_disk_name)
7134         (make_device_map): Likewise.
7136 2008-05-20  Bean  <bean123ch@gmail.com>
7138         * fs/fshelp.c (grub_fshelp_map_block): New function.
7139         (grub_fshelp_find_file): Use 64-bit type for pos and block address.
7140         Use `>>' and `&' operator to avoid 64-bit divide and modulo.
7142         * include/grub/fshelp.h (grub_fshelp_journal_type): New enum.
7143         (GRUB_FSHELP_JOURNAL_UNUSED_MAPPING): New macro.
7144         (grub_fshelp_journal): New structure.
7145         (grub_fshelp_map_block): New function prototype.
7146         (grub_fshelp_read_file): Use grub_disk_addr_t as block type.
7147         (grub_fshelp_map_block): Likewise.
7149         * fs/ext2.c (EXT3_FEATURE_COMPAT_HAS_JOURNAL): New macro.
7150         (EXT3_JOURNAL_MAGIC_NUMBER): Likewise.
7151         (EXT3_JOURNAL_DESCRIPTOR_BLOCK): Likewise.
7152         (EXT3_JOURNAL_COMMIT_BLOCK): Likewise.
7153         (EXT3_JOURNAL_SUPERBLOCK_V1): Likewise.
7154         (EXT3_JOURNAL_SUPERBLOCK_V2): Likewise.
7155         (EXT3_JOURNAL_REVOKE_BLOCK): Likewise.
7156         (EXT3_JOURNAL_FLAG_ESCAPE): Likewise.
7157         (EXT3_JOURNAL_FLAG_SAME_UUID): Likewise.
7158         (EXT3_JOURNAL_FLAG_DELETED): Likewise.
7159         (EXT3_JOURNAL_FLAG_LAST_TAG): Likewise.
7160         (grub_ext2_sblock): New members for journal support.
7161         (grub_ext3_journal_header): New structure.
7162         (grub_ext3_journal_revoke_header): Likewise.
7163         (grub_ext3_journal_block_tag): Likewise.
7164         (grub_ext3_journal_sblock): Likewise.
7165         (grub_fshelp_node): New members logfile and journal.
7166         (grub_ext2_read_block): Change block type to grub_disk_addr_t. Use
7167         grub_fshelp_map_block to get real block number.
7168         (grub_ext2_blockgroup): Use grub_fshelp_map_block to get real block
7169         number.
7170         (grub_ext2_read_inode): Likewise.
7171         (grub_ext3_get_journal): New function.
7172         (grub_read_inode): Initialize journal using grub_ext3_get_journal.
7173         (grub_ext2_close): Release memory used by journal.
7175         * fs/reiserfs.c (REISERFS_MAGIC_STRING): Changed to "ReIsEr".
7176         (REISERFS_MAGIC_DESC_BLOCK): New macro.
7177         (grub_reiserfs_transaction_header): Renamed to
7178         grub_reiserfs_description_block, replace field data with real_blocks.
7179         (grub_reiserfs_commit_block): New structure.
7180         (grub_reiserfs_data): New member journal.
7181         (grub_reiserfs_get_item): Use grub_fshelp_map_block to get real block
7182         number.
7183         (grub_reiserfs_read_symlink): Likewise.
7184         (grub_reiserfs_iterate_dir): Likewise.
7185         (grub_reiserfs_open): Likewise.
7186         (grub_reiserfs_read): Likewise.
7187         (grub_reiserfs_get_journal): New function.
7188         (grub_reiserfs_mount): Use "ReIsEr" as super block magic, as there are
7189         three varieties ReIsErFs, ReIsEr2Fs and ReIsEr3Fs. Initialize journal
7190         using grub_reiserfs_get_journal.
7191         (grub_reiserfs_close): Release memory used by journal.
7193         * fs/affs.c (grub_affs_read_block): Change block type to
7194         grub_disk_addr_t. Use grub_divmod64 to do 64-bit division.
7196         * fs/afs.c (grub_afs_read_block): Change block type to grub_disk_addr_t.
7198         * fs/hfsplus.c (grub_hfsplus_read_block): Likewise.
7200         * fs/ntfs.c (grub_ntfs_read_block): Likewise.
7202         * fs/udf.c (grub_udf_read_block): Change block type to
7203         grub_disk_addr_t. Use type cast to avoid warning.
7205         * fs/xfs.c (grub_xfs_read_block): Likewise.
7207 2008-05-16  Christian Franke  <franke@computer.org>
7209         * commands/cat.c (grub_cmd_cat): Remove non-ESC keys from keyboard queue
7210         to ensure that break with ESC will always work.
7211         * commands/sleep.c (grub_interruptible_millisleep): Likewise.
7212         Remove ESC from keyboard queue.
7214 2008-05-16  Christian Franke  <franke@computer.org>
7216         * util/biosdisk.c: [__CYGWIN__] Add includes.
7217         (grub_util_biosdisk_open): Use Linux code also for Cygwin.
7218         (get_os_disk): Move variable declarations to OS specific
7219         parts to avoid warning.
7220         [__GNU__] (get_os_disk): Fix /dev/sdXsN case.
7221         [__CYGWIN__] (get_os_disk): Add Cygwin /dev/sdXN device names.
7222         (grub_util_biosdisk_get_grub_dev): Use Linux code also for
7223         Cygwin.
7224         * util/getroot.c: [__CYGWIN__] Add includes.
7225         (strip_extra_slashes): Fix "/" case.
7226         [__CYGWIN__] (get_win32_path): New function.
7227         [__CYGWIN__] (grub_get_prefix): Add conversion to win32 path.
7228         [__CYGWIN__] (find_root_device): Disable.
7229         [__CYGWIN__] (get_bootsec_serial): New function.
7230         [__CYGWIN__] (find_cygwin_root_device): Likewise.
7231         [__linux__] (grub_guess_root_device): Add early returns to simplify
7232         structure.
7233         [__CYGWIN__] (grub_guess_root_device): Call find_cygwin_root_device.
7234         [__linux__] (grub_util_get_dev_abstraction): Enable LVM and RAID
7235         check for Linux only.
7237 2008-05-15  Bean  <bean123ch@gmail.com>
7239         * kern/i386/pc/startup.S (grub_console_getkey): Workaround for the
7240         keyboard hang problem in apple's intel mac.
7242 2008-05-09  Robert Millan  <rmh@aybabtu.com>
7244         * util/biosdisk.c (linux_find_partition, get_os_disk): Handle Virtio
7245         devices.
7246         * util/grub-mkdevicemap.c (get_virtio_disk_name)
7247         (make_device_map): Likewise.
7248         Reported by Aurelien Jarno <aurel32@debian.org>
7250 2008-05-07  Ian Campbell  <ijc@hellion.org.uk>
7252         * util/biosdisk.c (get_os_disk): Recognise xvd type disks.
7253         * util/grub-mkdevicemap.c (get_xvd_disk_name): New function.
7254         (make_device_map): Output entries for xvd type disks.
7256 2008-05-07  Robert Millan  <rmh@aybabtu.com>
7258         * util/biosdisk.c (linux_find_partition, get_os_disk): Handle CCISS
7259         devices.
7260         * util/grub-mkdevicemap.c (get_cciss_disk_name)
7261         (make_device_map): Likewise.
7262         Reported by Roland Dreier <rdreier@cisco.com>
7264 2008-05-07  Robert Millan  <rmh@aybabtu.com>
7266         * disk/lvm.c (grub_lvm_scan_device): Detect errors in an additional
7267         grub_strstr() call.  Correct a few mistakes in failure path handling.
7269 2008-05-06  Robert Millan  <rmh@aybabtu.com>
7271         * util/update-grub_lib.in (make_system_path_relative_to_its_root):
7272         Do not print a trailing slash (therefore, the root directory is an
7273         empty string).
7274         (convert_system_path_to_grub_path): Do not remove trailing slash
7275         from make_system_path_relative_to_its_root() output.
7277         * util/i386/pc/grub-install.in: Add trailing slash to output from
7278         make_system_path_relative_to_its_root().
7280 2008-05-06  Robert Millan  <rmh@aybabtu.com>
7282         * util/grub-fstest.c (grub_refresh): Call `fflush (stdout)'.  This
7283         ensures that output lines aren't intermangled with those sent to
7284         stderr (via grub_util_info()).
7285         * util/grub-probe.c (grub_refresh): Likewise.
7286         * util/i386/pc/grub-setup.c (grub_refresh): Likewise.
7288 2008-05-05  Christian Franke  <franke@computer.org>
7290         * util/grub-mkdevicemap.c (get_floppy_disk_name) [__CYGWIN__]:
7291         Add Cygwin device names.
7292         (get_ide_disk_name) [__CYGWIN__]: Likewise.
7293         (get_scsi_disk_name) [__CYGWIN__]: Likewise.
7294         (check_device): Return error instead of success on empty name.
7295         (make_device_map): Move label inside linux specific code to
7296         prevent compiler warning.
7298 2008-04-30  Robert Millan  <rmh@aybabtu.com>
7300         Based on patch from Fabian Greffrath <greffrath@leat.rub.de>
7301         * util/grub.d/10_linux.in: Add ${GRUB_CMDLINE_LINUX_DEFAULT} to the
7302         first boot option.
7303         * util/update-grub.in: Export GRUB_CMDLINE_LINUX_DEFAULT.
7305 2008-04-29  Robert Millan  <rmh@aybabtu.com>
7307         * docs/grub.cfg: New file (example GRUB configuration).
7309 2008-04-26  Robert Millan  <rmh@aybabtu.com>
7311         * DISTLIST: Sort (sort -u < DISTLIST | sponge DISTLIST).  Add
7312         `loader/i386/ieee1275/linux.c', `loader/i386/ieee1275/linux_normal.c'
7313         and `disk/ieee1275/nand.c'.
7315 2008-04-25  Bean  <bean123ch@gmail.com>
7317         * Makefile.in (RMKFILES): Add missing arch i386-ieee1275 and
7318         i386-linuxbios.
7320         * commands/hexdump.c (grub_cmd_hexdump): Support dumping of device,
7321         change the buffer size to 4096 for cdrom device.
7323         * conf/i386-ieee1275.rmk (pkglib_MODULES): Add _linux.mod, linux.mod
7324         and nand.mod.
7325         (_linux_mod_SOURCES): New variable.
7326         (_linux_mod_CFLAGS): Likewise.
7327         (_linux_mod_LDFLAGS): Likewise.
7328         (linux_mod_SOURCES): Likewise.
7329         (linux_mod_CFLAGS): Likewise.
7330         (linux_mod_LDFLAGS): Likewise.
7331         (nand_mod_SOURCES): Likewise.
7332         (nand_mod_CFLAGS): Likewise.
7333         (nand_mod_LDFLAGS): Likewise.
7335         * disk/ieee1275/ofdisk.c (grub_ofdisk_open): Return
7336         GRUB_ERR_UNKNOWN_DEVICE instead of GRUB_ERR_BAD_DEVICE if no device
7337         type property. (nand device in olpc don't have this property)
7339         * include/grub/disk.h (grub_disk_dev_id): New macro
7340         GRUB_DISK_DEVICE_NAND_ID.
7342         * include/grub/i386/ieee1275/loader.h (grub_rescue_cmd_linux): New
7343         function prototype.
7344         (grub_rescue_cmd_initrd): Likewise.
7346         * include/grub/i386/linux.h (GRUB_LINUX_OFW_SIGNATURE): New macro.
7347         (linux_kernel_params): Add new member ofw_signature, ofw_num_items,
7348         ofw_cif_handler and ofw_idt, adjust padding number.
7350         * include/grub/i386/pc/memory.h (grub_upper_mem): Export it if
7351         GRUB_MACHINE_IEEE1275 is defined.
7353         * include/grub/ieee1275/ieee1275.h (grub_available_iterate):
7354         Use NESTED_FUNC_ATTR attribute on the hook parameter.
7356         * kern/powerpc/ieee1275/init.c (grub_claim_heap): Use NESTED_FUNC_ATTR
7357         on nested function heap_init.
7358         (grub_upper_mem): New variable for i386-ieee1275.
7359         (grub_get_extended_memory): New function for i386-ieee1275.
7360         (grub_machine_init): Call grub_get_extended_memory for i386-ieee1275.
7362         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Use
7363         NESTED_FUNC_ATTR on the hook parameter. Don't quit if no device type
7364         property.
7366         * loader/i386/ieee1275/linux.c: New file.
7368         * loader/i386/ieee1275/linux_normal.c: New file.
7370         * disk/ieee1275/nand.c: New file.
7372 2008-04-18  Thomas Schwinge  <tschwinge@gnu.org>
7374         * util/i386/pc/grub-mkrescue.in (grub_mkimage): Don't overwrite correct
7375         value.
7376         * util/powerpc/ieee1275/grub-mkrescue.in (grub_mkimage): Likewise.
7378 2008-04-18  Robert Millan  <rmh@aybabtu.com>
7380         Restructures early code path on ieee1275 to unify grub_main() as
7381         the first C function that is executed in every platform.
7383         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_init): New prototype.
7384         * kern/i386/ieee1275/startup.S (_start): Jump to grub_main() instead of
7385         cmain().
7386         * kern/powerpc/ieee1275/crt0.S (_start): Likewise.
7387         * kern/ieee1275/cmain.c (cmain): Rename to ...
7388         * kern/ieee1275/cmain.c (grub_ieee1275_init): ... this.
7389         * kern/ieee1275/init.c (grub_machine_init): Call grub_ieee1275_init()
7390         at the beginning.
7392 2008-04-18  Robert Millan  <rmh@aybabtu.com>
7394         * util/update-grub.in: Fix syntax error when setting
7395         `GRUB_PRELOAD_MODULES'.
7396         Reported by Stephane Chazelas <stephane@artesyncp.com>
7398 2008-04-17  Lubomir Kundrak  <lkundrak@redhat.com>
7400         * aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): take only .text
7401         section into account, newer toolchains generate unique build ids
7402         * configure.ac: remove the test for --build-id=none acceptance,
7403         we want build ids to be preserved
7404         * genmk.rb: add -R .note.gnu.build-id to objcopy, so build id
7405         far from other sections don't cause the raw binary images grow
7406         size
7408 2008-04-15  Robert Millan  <rmh@aybabtu.com>
7410         * disk/lvm.c: Update copyright year.
7411         * kern/misc.c: Likewise.
7413 2008-04-14  Vesa Jaaskelainen  <chaac@nic.fi>
7415         * disk/lvm.c (grub_lvm_scan_device): Add forgotten failure path when
7416         there is no memory left for physical volume name.
7418 2008-04-14  Vesa Jaaskelainen  <chaac@nic.fi>
7420         * disk/lvm.c (grub_lvm_scan_device): Fix logical volume's physical
7421         volume name mapping to support bigger than 9 character names properly.
7423 2008-04-13  Robert Millan  <rmh@aybabtu.com>
7425         * disk/i386/pc/biosdisk.c (grub_biosdisk_rw): Fix CHS limit check,
7426         as per http://www.allensmith.net/Storage/HDDlimit/Int13h.htm
7428 2008-04-13  Christian Franke  <franke@computer.org>
7430         * util/i386/pc/grub-mkrescue.in: Add --emulation=floppy
7431         to create a floppy emulation boot CD when non emulation mode
7432         does not work.
7433         Enable Joliet CD filesystem extension.
7435 2008-04-13  Robert Millan  <rmh@aybabtu.com>
7437         * kern/misc.c (grub_strncat): Fix off-by-one error.
7438         Reported by Zhang Huan <zhanghuan@nrchpc.ac.cn>
7440         * kern/env.c (grub_env_context_close): Clear current context, not
7441         previous one.
7442         Patch from Zhang Huan <zhanghuan@nrchpc.ac.cn>
7444         * kern/misc.c (grub_strcat): Minor speed optimization (same code size).
7446 2008-04-13  Robert Millan  <rmh@aybabtu.com>
7448         Improve robustness when handling LVM.
7450         * disk/lvm.c (grub_lvm_getvalue): Return 0 when `*p' is NULL
7451         (and leave `*p' unmodified).
7452         (grub_lvm_iterate): Don't assume `vg->lvs != NULL' when iterating
7453         through it.
7454         (grub_lvm_memberlist): Don't assume `lv->vg->pvs != NULL' when
7455         iterating through it.
7456         (grub_lvm_open): Don't assume `vg->lvs != NULL' when iterating
7457         through it.
7458         (grub_lvm_scan_device): Check the return value (and fail gracefully
7459         when due) on each grub_lvm_getvalue() or grub_strstr() call.
7460         Don't assume `vg->pvs != NULL' when iterating through it.
7462 2008-04-13  Robert Millan  <rmh@aybabtu.com>
7464         * gendistlist.sh (EXTRA_DISTFILES): Add `genpartmaplist.sh'.
7465         * genmk.rb (partmap): New variable.
7466         (CLEANFILES, PARTMAPFILES): Add #{partmap}.
7467         (#{partmap}): New target rule.
7468         * genpartmaplist.sh: New file.
7469         * Makefile.in (pkglib_DATA): Add partmap.lst.
7470         (partmap.lst): New target rule.
7471         * util/i386/pc/grub-mkrescue.in: Generate grub.cfg that loads needed
7472         modules (including all partition maps), instead of preloading them.
7474 2007-04-13  Fabian Greffrath  <fabian.greffrath@web.de>
7476         * util/grub.d/30_os-prober.in: New script. Use `os-prober' and
7477         `linux-boot-prober' (if installed) to detect other operating
7478         systems which are installed on the computer and add them to
7479         the boot menu.
7480         * conf/common.rmk: Build and install 30_os-prober.
7482 2008-04-12  Robert Millan  <rmh@aybabtu.com>
7484         * kern/powerpc/ieee1275/init.c: Move from here ...
7485         * kern/ieee1275/init.c: ... to here.  Update all users.
7487         * kern/powerpc/ieee1275/cmain.c: Move from here ...
7488         * kern/ieee1275/cmain.c: ... to here.  Update all users.
7490         * kern/powerpc/ieee1275/openfw.c: Move from here ...
7491         * kern/ieee1275/openfw.c: ... to here.  Update all users.
7493         * loader/powerpc/ieee1275/multiboot2.c: Move from here ...
7494         * loader/ieee1275/multiboot2.c: ... to here.  Update all users.
7496 2008-04-10  Pavel Roskin  <proski@gnu.org>
7498         * configure.ac: Always use "_cv_" in cache variables for
7499         compatibility with Autoconf 2.62.
7501 2008-04-07  Robert Millan  <rmh@aybabtu.com>
7503         Revert grub/machine/init.h addition by Pavel (since it breaks on
7504         i386-ieee1275 and others):
7505         * util/i386/pc/misc.c: Remove grub/machine/init.h.
7506         * util/powerpc/ieee1275/misc.c: Likewise.
7508 2008-04-07  Robert Millan  <rmh@aybabtu.com>
7510         * util/grub-probe.c (probe): Improve error message.
7512 2008-04-07  Robert Millan  <rmh@aybabtu.com>
7514         * util/biosdisk.c (read_device_map): Skip devices that don't exist
7515         (this prevents the presence of a bogus entry from ruining the whole
7516         thing).
7518 2008-04-06  Pavel Roskin  <proski@gnu.org>
7520         * util/biosdisk.c: Include grub/util/biosdisk.h.
7521         * util/grub-fstest.c (execute_command): Make static.
7522         * util/grub-mkdevicemap.c (check_device): Likewise.
7523         * util/i386/pc/misc.c: Include grub/machine/init.h.
7524         * util/powerpc/ieee1275/misc.c: Likewise.
7525         * util/lvm.c: Include grub/util/lvm.h.
7526         * util/misc.c: Include grub/kernel.h, grub/misc.h and
7527         grub/cache.h.
7528         * util/raid.c: Include grub/util/raid.h.
7529         (grub_util_getdiskname): Make static.
7531         * util/grub-emu.c (main): Remove calls to grub_hostfs_init() and
7532         grub_hostfs_fini(), as they are called from grub_init_all() and
7533         grub_fini_all() respectively.  This fixes an infinite loop in
7534         grub-fstest due to double registration of hostfs.
7535         Reported by Christian Franke <Christian.Franke@t-online.de>
7537 2008-04-05  Pavel Roskin  <proski@gnu.org>
7539         * bus/pci.c (grub_pci_iterate): For multifunction devices, probe
7540         all 8 functions.  Otherwise, probe function 0 only.
7542 2008-04-04  Pavel Roskin  <proski@gnu.org>
7544         * commands/lspci.c (grub_lspci_iter): Print the bus number
7545         correctly.
7547         * commands/lspci.c (grub_pci_classes): Fix typos.
7548         (grub_lspci_iter): Don't print func twice.  Print vendor ID
7549         before device ID, as it's normally done.
7551         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options):
7552         Fix signedness warnings.
7553         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate):
7554         Likewise.
7555         * util/ieee1275/get_disk_name.c: Include config.h so that
7556         _GNU_SOURCE is defined and getline() is declared.  Mark an
7557         unused argument as such.  Fix a signedness warning.
7559 2008-04-02  Pavel Roskin  <proski@gnu.org>
7561         * genkernsyms.sh.in: Use more robust assignments for CC and
7562         srcdir.  Quote srcdir.
7563         * gensymlist.sh.in: Likewise.  Assert at the compile time that
7564         the symbol table is not empty.
7566         * disk/raid.c (grub_raid_memberlist): Fix a signedness warning.
7567         * fs/cpio.c (grub_cpio_read): Likewise.
7569 2008-04-01  Pavel Roskin  <proski@gnu.org>
7571         * disk/ata.c (grub_ata_open): Don't lose precision in disk->id.
7572         * disk/host.c (grub_host_open): Likewise.
7573         * disk/loopback.c (grub_loopback_open): Likewise.
7574         * disk/memdisk.c (grub_memdisk_open): Use a string pointer for
7575         disk->id as in disk/host.c, not a multi-character constant.
7577         * util/grub-fstest.c (cmd_cmp): Use fseeko(), not fseek().  The
7578         later is obsolete, potentially dangerous and sets a bad example.
7579         * util/i386/efi/grub-mkimage.c (make_header): Likewise.
7580         * util/misc.c (grub_util_get_image_size): Likewise.
7582         * disk/loopback.c (options): Improve help for "--partitions".
7584         * normal/arg.c (grub_arg_show_help): Fix spacing of the long
7585         options to align them with the short options, e.g. "echo -e".
7587 2008-03-31  Bean  <bean123ch@gmail.com>
7589         * video/reader/png.c (grub_png_data): New member is_16bit and
7590         image_data.
7591         (grub_png_decode_image_header): Detect 16 bit png image.
7592         (grub_png_convert_image): New function to convert 16 bit image to 8 bit.
7593         (grub_png_decode_png): Call grub_png_convert_image for 16 bit image.
7594         (grub_video_reader_png): Release memory occupied by image_data.
7596         * fs/ntfs.c (find_attr): Handle non-resident attribute list larger than
7597         4096 bytes.
7598         (grub_nfs_mount): Skip the test for sector per cluster.
7600         * include/grub/ntfs.h (MAX_SPC): Removed.
7602 2008-03-31  Bean  <bean123ch@gmail.com>
7604         * conf/common.rmk (pkgdata_MODULES): Add afs.mod.
7605         (grub_probe_SOURCES): Add fs/afs.c.
7606         (grub_fstest_SOURCES): Likewise.
7607         (afs_mod_SOURCES): New variable.
7608         (afs_mod_CFLAGS): Likewise.
7609         (afs_mod_LDFLAGS): Likewise.
7611         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/afs.c.
7612         (grub_emu_SOURCES): Likewise.
7614         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
7616         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
7618         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
7620         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
7622         * fs/afs.c: New file.
7624 2008-03-30  Pavel Roskin  <proski@gnu.org>
7626         * disk/host.c: Include grub/misc.h to fix a warning.
7627         * util/hostfs.c: Use GRUB_MOD_INIT and GRUB_MOD_FINI to fix
7628         warnings about implicit declarations.
7630         * fs/udf.c (grub_udf_mount): Fix warning about a shadowing a
7631         variable.
7632         * include/grub/i386/loader.h: Change declaration of
7633         grub_linux_boot() to match what grub_loader_set() expects.
7634         * util/getroot.c (grub_guess_root_device): Return const char* to
7635         fix a warning.
7636         * util/grub-probe.c (probe): Fix a warning about uninitialized
7637         abstraction_name variable.
7638         * util/i386/get_disk_name.c (grub_util_get_disk_name): Mark
7639         second argument as unused to fix a warning.
7641         * loader/i386/pc/multiboot2.c (grub_mb2_arch_elf64_hook): Add
7642         missing grub_error() call.
7644         * util/update-grub_lib.in: Define datarootdir, since Autoconf
7645         2.60 and newer uses it to define datadir.
7647         * commands/sleep.c: Fix warning about implicit declaration.
7648         * disk/memdisk.c: Likewise.
7649         * loader/aout.c: Likewise.
7650         * loader/i386/bsd_normal.c: Likewise.
7651         * util/grub-probe.c: Likewise.
7653         * commands/i386/cpuid.c (has_longmode): Make static.
7654         * disk/i386/pc/biosdisk.c (cd_drive): Likewise.
7655         * include/grub/i386/bsd.h (bios_memmap_t): Remove, it's unused.
7657         * kern/i386/pc/startup.S (real_to_prot): Use %cs prefix to load
7658         GDT.  This is more robust, as %ds can change.
7659         (grub_biosdisk_rw_int13_extensions): Don't clear %ds before
7660         calling real_to_prot().
7661         (grub_biosdisk_get_diskinfo_int13_extensions): Likewise.
7663 2008-03-28  Pavel Roskin  <proski@gnu.org>
7665         * kern/i386/pc/startup.S: Assert that uncompressed functions
7666         don't spill beyond GRUB_KERNEL_MACHINE_RAW_SIZE.
7667         * kern/i386/pc/lzo1x.S: Remove all .align directives in the
7668         code, as they push parts of the code (error handlers) beyond
7669         GRUB_KERNEL_MACHINE_RAW_SIZE.  Speed is not as important in this
7670         code as correctness and size.
7672 2008-03-28  Pavel Roskin  <proski@gnu.org>
7674         * kern/i386/pc/startup.S
7675         (grub_biosdisk_get_diskinfo_int13_extensions): When converting
7676         data block address to the real mode, keep offset minimal.  This
7677         works around a bug in AWARD BIOS on old Athlon systems, which
7678         makes CD detection hang.
7680 2008-03-26  Pavel Roskin  <proski@gnu.org>
7682         * normal/color.c (grub_parse_color_name_pair): Make `name' a
7683         const.
7684         * include/grub/normal.h: Add grub_parse_color_name_pair()
7685         declaration.
7687 2008-03-24  Bean  <bean123ch@gmail.com>
7689         * disk/i386/pc/biosdisk.c (cd_start): Removed.
7690         (cd_count): Removed.
7691         (cd_drive): New variable.
7692         (grub_biosdisk_get_drive): Don't check for (cdN) device.
7693         (grub_biosdisk_call_hook): Likewise.
7694         (grub_biosdisk_iterate): Change cdrom detection method.
7695         (grub_biosdisk_open): Replace cd_start with cd_drive.
7696         (GRUB_MOD_INIT): Use grub_biosdisk_get_cdinfo_int13_extension to
7697         detect cdrom device.
7699         * include/grub/i386/pc/biosdisk.h (GRUB_BIOSDISK_MACHINE_CDROM_START):
7700         Removed.
7701         (GRUB_BIOSDISK_MACHINE_CDROM_END): Removed.
7702         (GRUB_BIOSDISK_CDTYPE_NO_EMUL): New macro.
7703         (GRUB_BIOSDISK_CDTYPE_1_2_M): Likewise.
7704         (GRUB_BIOSDISK_CDTYPE_1_44_M): Likewise.
7705         (GRUB_BIOSDISK_CDTYPE_2_88_M): Likewise.
7706         (GRUB_BIOSDISK_CDTYPE_HARDDISK): Likewise.
7707         (GRUB_BIOSDISK_CDTYPE_MASK): Likewise.
7708         (grub_biosdisk_cdrp): New structure.
7709         (grub_biosdisk_get_cdinfo_int13_extensions): New function.
7711         * include/grub/i386/pc/kernel.h (grub_boot_drive): Export this variable.
7713         * kern/i386/pc/init.c (make_install_device): Don't use (cdN) as root
7714         device.
7716         * kern/i386/pc/startup.S (grub_biosdisk_get_cdinfo_int13_extensions):
7717         New function.
7719 2008-03-20  Robert Millan  <rmh@aybabtu.com>
7721         Remove 2 TiB limit in ata.mod.
7722         * disk/ata.c (grub_ata_device): Promote `size' to grub_uint64_t.
7723         (grub_ata_dumpinfo): Print sector count with 0x%llx.
7724         (grub_ata_identify): Interpret `&info16[100]' as a pointer to
7725         grub_uint64_t instead of grub_uint32_t.
7727 2008-03-05  Bean  <bean123ch@gmail.com>
7729         * loader/i386/pc/multiboot.c (grub_multiboot_get_bootdev): New function.
7730         (grub_multiboot): Set boot device.
7732         * boot/i386/pc/lnxboot.S (real_code_2): Set %dh to 0xFF.
7734 2008-03-02  Bean  <bean123ch@gmail.com>
7736         * fs/reiserfs.c (grub_reiserfs_read_symlink): Add 0 at the end of
7737         symlink_buffer.
7739 2008-03-01  Yoshinori K. Okuji  <okuji@enbug.org>
7741         * DISTLIST: Added docs/fdl.texi, docs/grub.texi, docs/mdate-sh and
7742         texinfo.tex.
7744         * docs/grub.texi: New file. Copied from GRUB Legacy, and slightly
7745         modified.
7747         * docs/fdl.texi: New file.
7749         * docs/mdate-sh: New file. Copied from gnulib.
7750         * docs/texinfo.tex: Likewise.
7752         * config.guess: Updated from gnulib.
7753         * install-sh: Likewise.
7755 2008-02-28  Robert Millan  <rmh@aybabtu.com>
7757         * conf/i386-linuxbios.rmk (pkglib_MODULES): Add aout.mod.
7758         (aout_mod_SOURCES): New variable.
7759         (aout_mod_CFLAGS): Likewise.
7760         (aout_mod_LDFLAGS): Likewise.
7762         * conf/i386-ieee1275.rmk: Likewise.
7764 2008-02-28  Robert Millan  <rmh@aybabtu.com>
7766         * util/update-grub.in: Reorganise terminal validity check.  Accept
7767         `ieee1275:console' (OLPC) and `*:gfxterm' as valid too.
7768         Based on suggestion by Franklin PIAT.
7770 2008-02-28  Fabian Greffrath  <greffrath@leat.rub.de>
7772         * include/grub/util/getroot.h (grub_util_check_block_device): Export new
7773         function.
7774         * util/getroot.c (grub_util_check_block_device): New function that
7775         returns the given argument if it is a block device and returns NULL else.
7776         * util/grub-probe.c (argument_is_device): New variable.
7777         (probe): Promote device_name from a variable to an argument. Receive
7778         device_name from grub_util_check_block_device() if path is NULL and from
7779         grub_guess_root_device() else. Do not free() device_name anymore.
7780         (options): Introduce new parameter '-d, --device'.
7781         (main): Add description of the new parameter to the help screen.
7782         Rename path variable to argument. Set argument_is_device if the '-d'
7783         option is given. Pass argument to probe() depending on
7784         argument_is_device.
7786 2008-02-24  Bean  <bean123ch@gmail.com>
7788         * fs/iso9660.c (GRUB_ISO9660_VOLDESC_BOOT): New macro.
7789         (GRUB_ISO9660_VOLDESC_PRIMARY): Likewise.
7790         (GRUB_ISO9660_VOLDESC_SUPP): Likewise.
7791         (GRUB_ISO9660_VOLDESC_PART): Likewise.
7792         (GRUB_ISO9660_VOLDESC_END): Likewise.
7793         (grub_iso9660_primary_voldesc): New member escape.
7794         (grub_iso9660_data): New member joliet.
7795         (grub_iso9660_convert_string): New function.
7796         (grub_iso9660_mount): Detect joliet extension.
7797         (grub_iso9660_iterate_dir): Convert filename when joliet is detected.
7798         (grub_iso9660_iso9660_label): Likewise.
7800         * conf/common.rmk (pkgdata_MODULES): Add udf.mod.
7801         (grub_setup_SOURCES): Add fs/udf.c.
7802         (grub_fstest_SOURCES): Likewise.
7803         (udf_mod_SOURCES): New variable.
7804         (udf_mod_CFLAGS): Likewise.
7805         (udf_mod_LDFLAGS): Likewise.
7807         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/udf.c.
7808         (grub_emu_SOURCES): Likewise.
7810         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
7812         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
7814         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
7816         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
7818         * fs/udf.c: New file.
7820 2008-02-24  Robert Millan  <rmh@aybabtu.com>
7822         * conf/i386-efi.rmk (normal/function.c_DEPENDENCIES)
7823         (normal/lexer.c_DEPENDENCIES): New variables.
7824         * conf/i386-ieee1275.rmk (normal/function.c_DEPENDENCIES)
7825         (normal/lexer.c_DEPENDENCIES): Likewise.
7826         * conf/i386-linuxbios.rmk (normal/function.c_DEPENDENCIES)
7827         (normal/lexer.c_DEPENDENCIES): Likewise.
7828         * conf/i386-pc.rmk (normal/function.c_DEPENDENCIES)
7829         (normal/lexer.c_DEPENDENCIES): Likewise.
7830         * conf/powerpc-ieee1275.rmk (normal/function.c_DEPENDENCIES)
7831         (normal/lexer.c_DEPENDENCIES): Likewise.
7832         * conf/sparc64-ieee1275.rmk (normal/function.c_DEPENDENCIES)
7833         (normal/lexer.c_DEPENDENCIES): Likewise.
7835 2008-02-23  Robert Millan  <rmh@aybabtu.com>
7837         * partmap/gpt.c (grub_gpt_magic): Add `0x' qualifier to each member,
7838         since they were intended to be in hex.  This didn't break previously
7839         because of a bug in gpt_partition_map_iterate() (see below).
7841         (gpt_partition_map_iterate): Replace `grub_memcmp' with `! grub_memcmp'
7842         when checking the validity of GPT header.
7843         Remove `partno', since it always provides the same information as `i'.
7845 2008-02-21  Yoshinori K. Okuji  <okuji@enbug.org>
7847         * include/grub/efi/time.h: Fix a wrong comment.
7849 2008-02-19  Pavel Roskin  <proski@gnu.org>
7851         * kern/rescue.c (grub_enter_rescue_mode): Improve initial
7852         message.
7854 2008-02-19  Bean  <bean123ch@gmail.com>
7856         * conf/i386-pc.rmk (pkglib_MODULES): Add aout.mod _bsd.mod and bsd.mod.
7857         (aout_mod_SOURCES): New variable.
7858         (aout_mod_CFLAGS): Likewise.
7859         (aout_mod_LDFLAGS): Likewise.
7860         (_bsd_mod_SOURCES): New variable.
7861         (_bsd_mod_CFLAGS): Likewise.
7862         (_bsd_mod_LDFLAGS): Likewise.
7863         (bsd_mod_SOURCES): New variable.
7864         (bsd_mod_CFLAGS): Likewise.
7865         (bsd_mod_LDFLAGS): Likewise.
7867         * include/grub/aout.h: New file.
7869         * include/grub/i386/loader.h (grub_unix_real_boot): New function.
7871         * include/grub/i386/bsd.h: New file.
7873         * include/grub/i386/pc/init.h (grub_get_mmap_entry): Use EXPORT_FUNC
7874         to make it public.
7876         * kern/elf.c (grub_elf32_load): Get the physical address after the hook
7877         function is called, so that it's possible to change it inside the hook.
7878         (grub_elf64_load): Likewise.
7879         (grub_elf_file): Don't close the file if elf header is not found.
7880         (grub_elf_close): Close the file if grub_elf_file fails (The new
7881         grub_elf_file won't close it).
7882         (grub_elf32_size): Use NESTED_FUNC_ATTR for nested function calcsize.
7883         (grub_elf64_size): Likewise.
7885         * kern/i386/loader.S (grub_unix_real_boot): New function.
7887         * loader/aout.c: New file.
7889         * loader/i386/bsd.c: New file.
7891         * loader/i386/bsd_normal.c: New file.
7893         * loader/i386/pc/multiboot.c (grub_multiboot): Handle a.out format.
7895         * loader/multiboot2.c (grub_multiboot2): Reset grub_errno so that it
7896         can test other formats.
7898 2008-02-19  Robert Millan  <rmh@aybabtu.com>
7900         * partmap/gpt.c: Include `<grub/gpt_partition.h>'.
7901         (grub_gpt_partition_type_empty): Redefine with macro from
7902         `<grub/gpt_partition.h>'.
7903         (gpt_partition_map_iterate): Adjust partition type comparison.
7905         Export `entry' as partmap-specific `part.data' struct.
7906         (grub_gpt_header, grub_gpt_partentry): Move from here ...
7908         * include/grub/gpt_partition.h (grub_gpt_header)
7909         (grub_gpt_partentry): ... to here (new file).
7911         * util/i386/pc/grub-setup.c: Include `<grub/gpt_partition.h>'.
7913         (grub_gpt_partition_type_bios_boot): New const variable, defined
7914         with macro from `<grub/gpt_partition.h>'.
7916         (setup): Replace `first_start' with `embed_region', which keeps
7917         track of the embed region (and is partmap-agnostic).
7919         Replace find_first_partition_start() with find_usable_region(),
7920         which finds a usable region for embedding using partmap-specific
7921         knowledge (supports PC/MSDOS and GPT).
7923         Fix all assumptions that the embed region start at sector 1, using
7924         `embed_region.start' from now on.  Similarly, use `embed_region.end'
7925         rather than `first_start' to calculate available size.
7927         In grub_util_info() message, replace "into after the MBR" with an
7928         indication of the specific sector our embed region starts at.
7930 2008-02-19  Robert Millan  <rmh@aybabtu.com>
7932         * DISTLIST: Replace `commands/ieee1275/halt.c' and
7933         `commands/ieee1275/reboot.c' with `commands/halt.c' and
7934         `commands/reboot.c'.
7935         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES, reboot_mod_SOURCES)
7936         (halt_mod_SOURCES): Likewise.
7937         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES, reboot_mod_SOURCES)
7938         (halt_mod_SOURCES): Likewise.
7940 2008-02-17  Christian Franke  <franke@computer.org>
7942         * commands/cat.c (grub_cmd_cat): Add break on GRUB_TERM_ESC key.
7944 2008-02-17  Robert Millan  <rmh@aybabtu.com>
7946         * util/i386/pc/grub-setup.c (setup): In find_first_partition_start(),
7947         set `first_start' to 0 for non-PC/MSDOS partition maps.
7949 2008-02-16  Robert Millan  <rmh@aybabtu.com>
7951         * util/i386/pc/grub-setup.c (setup): In find_first_partition_start(),
7952         do not assume partition map is PC/MSDOS before performing checks that
7953         are specific to that layout.
7955 2008-02-13  Robert Millan  <rmh@aybabtu.com>
7957         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Remove
7958         `commands/i386/pc/halt.c' and `commands/i386/pc/reboot.c'.
7959         * kern/i386/linuxbios/init.c (grub_halt, grub_reboot): Remove stubs.
7961 2008-02-13  Yoshinori K. Okuji  <okuji@enbug.org>
7963         * configure.ac: Only a cosmetic change on the handling of
7964         -fno-stack-protector.
7966 2008-02-12  Alexandre Boeglin  <alex@boeglin.org>
7968         * conf/i386-efi.rmk (grub_emu_SOURCES): Replace
7969         commands/i386/pc/halt.c and reboot.c by commands/halt.c and
7970         reboot.c.
7971         (grub_install_SOURCES): Add halt.mod and reboot.mod.
7972         (halt_mod_SOURCES): New variable.
7973         (halt_mod_CFLAGS): Likewise.
7974         (halt_mod_LDFLAGS): Likewise.
7975         (reboot_mod_SOURCES): Likewise.
7976         (reboot_mod_CFLAGS): Likewise.
7977         (reboot_mod_LDFLAGS): Likewise.
7979         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Replace
7980         commands/ieee1275/halt.c and reboot.c by commands/halt.c and
7981         reboot.c.
7982         (halt_mod_SOURCES): Likewise.
7983         (reboot_mod_SOURCES): Likewise.
7985         * conf/i386-pc.rmk (grub_emu_SOURCES): Replace
7986         commands/i386/pc/reboot.c by commands/reboot.c.
7987         (reboot_mod_SOURCES): Likewise.
7989         * commands/i386/pc/reboot.c: merge this file ...
7991         * commands/ieee1275/reboot.c: ... and this file ...
7993         * commands/reboot.c: ... to this file.
7994         Add some precompiler directive to include the correct header for
7995         each machine.
7997         * commands/ieee1275/halt.c: move this file ...
7999         * commands/halt.c: ... to here.
8000         Add some precompiler directive to include the correct header for
8001         each machine.
8003         * include/grub/efi/efi.h (grub_reboot): New function declaration.
8004         (grub_halt): Likewise.
8006         * kern/efi/efi.c (grub_reboot): New function.
8007         (grub_halt): Likewise.
8009 2008-02-12  Robert Millan  <rmh@aybabtu.com>
8011         * util/getroot.c (grub_guess_root_device): Inspect /dev/evms before
8012         /dev (like it is done for /dev/mapper).  This doesn't provide support
8013         for EVMS, but at least it is now easy to identify the problem when it
8014         arises.
8016 2008-02-11  Robert Millan  <rmh@aybabtu.com>
8018         * util/biosdisk.c (grub_util_biosdisk_open, linux_find_partition)
8019         (grub_util_biosdisk_get_grub_dev): Check open() exit status by
8020         comparing it with -1, not 0.
8022 2008-02-10  Robert Millan  <rmh@aybabtu.com>
8024         * conf/i386-efi.rmk (grub_emu_SOURCES): Add `disk/raid.c' and
8025         `disk/lvm.c'.
8026         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
8027         * conf/i386-pc.rmk (grub_setup_SOURCES): Likewise.
8029         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Move `disk/raid.c' and
8030         `disk/lvm.c' to the end of the list.
8031         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
8032         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
8034 2008-02-10  Robert Millan  <rmh@aybabtu.com>
8036         * kern/main.c (grub_load_normal_mode): Do not reset `grub_errno'.  Call
8037         grub_print_error() instead.  This will let user know why we're entering
8038         rescue mode.
8039         Based on suggestions from Sam Morris.
8041 2008-02-10  Alexandre Boeglin  <alex@boeglin.org>
8043         * normal/arg.c (grub_arg_parse): If one of the args is "--", call add_arg()
8044         on remaining N args, instead of "--" arg N times.
8046 2008-02-09  Vesa Jaaskelainen  <chaac@nic.fi>
8048         * font/manager.c (unknown_glyph): Added variable for unknown glyph.
8049         (fill_with_default_glyph): Changed to use unknown_glyph for fill
8050         pattern for unknown glyphs.
8052 2008-02-09  Robert Millan  <rmh@aybabtu.com>
8054         * configure.ac: Probe for `help2man'.
8055         * Makefile.in (builddir): New variable.
8056         (HELP2MAN): Likewise.  Set to `true' when @HELP2MAN@ doesn't provide it,
8057         or otherwise add a few flags/options to it.
8058         (install-local): For every executable utility or script that is
8059         installed, invoke $(HELP2MAN) to install a manpage based on --help
8060         output.
8062         * util/i386/pc/grub-install.in: Move down `update-grub_lib' sourcing, so
8063         that it doesn't prevent --help from working in build tree.
8065         * util/i386/pc/grub-mkrescue.in (usage): Replace `grub-devel@gnu.org'
8066         with `bug-grub@gnu.org'.
8067         * util/powerpc/ieee1275/grub-mkrescue.in (usage): Likewise.
8068         * util/update-grub.in (usage): New function.
8069         Implement proper argument check, with support for --help and --version
8070         (as well as existing -y).
8072 2008-02-09  Christian Franke  <franke@computer.org>
8074         * commands/cat.c (grub_cmd_cat): Print '\r' as hex to
8075         avoid overwriting previous output.
8076         * kern/rescue.c (grub_rescue_cmd_cat): Likewise.
8078 2008-02-09  Robert Millan  <rmh@aybabtu.com>
8080         * normal/menu.c (run_menu): If timeout is set to zero, don't bother
8081         drawing the menu.
8083 2008-02-09  Robert Millan  <rmh@aybabtu.com>
8085         * commands/sleep.c: New file.
8086         * conf/common.rmk (pkglib_MODULES): Add `commands/sleep.c'.
8087         (sleep_mod_SOURCES): New variable.
8088         (sleep_mod_CFLAGS): Likewise.
8089         (sleep_mod_LDFLAGS): Likewise.
8091 2008-02-09  Robert Millan  <rmh@aybabtu.com>
8093         * disk/raid.c (grub_raid_scan_device): Add a pair of sanity checks for
8094         situations in which we can deduce the RAID size and the superblock
8095         doesn't match it.
8097 2008-02-09  Robert Millan  <rmh@aybabtu.com>
8099         * disk/lvm.c [GRUB_UTIL] (grub_lvm_memberlist): New function.  Construct
8100         and return a grub_diskmemberlist_t composed of LVM physical volumes.
8101         [GRUB_UTIL] (grub_lvm_dev): Add `memberlist' member.
8103         * disk/raid.c [GRUB_UTIL] (grub_raid_memberlist): New function.  Construct
8104         and return a grub_diskmemberlist_t composed of physical array members.
8105         [GRUB_UTIL] (grub_raid_dev): Add `memberlist' member.
8107         * include/grub/disk.h [GRUB_UTIL] (grub_disk_memberlist): New struct
8108         prototype.
8109         [GRUB_UTIL] (struct grub_disk_dev): Add `memberlist' function pointer.
8110         [GRUB_UTIL] (struct grub_disk_memberlist): New struct declaration.
8111         [GRUB_UTIL] (grub_disk_memberlist_t): New typedef.
8113         * util/grub-probe.c (probe): Move partmap probing code from here ...
8114         (probe_partmap): ... to here.
8115         (probe): Use probe_partmap() once for the disk we're probing, and
8116         additionally, when such disk contains a memberlist() struct member,
8117         once for each disk that is contained in the structure returned by
8118         memberlist().
8120 2008-02-09  Robert Millan  <rmh@aybabtu.com>
8122         * util/grub-probe.c (main): When `verbosity > 1', set `debug'
8123         environment variable to 'all' in order to obtain debug output from
8124         non-util/ code.
8125         * util/i386/pc/grub-setup.c (main): Likewise.
8127 2008-02-08  Robert Millan  <rmh@aybabtu.com>
8129         * disk/raid.c (grub_raid_scan_device): Check for
8130         `array->device[sb.this_disk.number]' rather than for
8131         `array->device[sb.this_disk.number]->name', since the latter is not
8132         guaranteed to be accessible.
8134 2008-02-08  Robert Millan  <rmh@aybabtu.com>
8136         * disk/raid.c: Update copyright.
8137         * fs/cpio.c: Likewise.
8138         * include/grub/raid.h: Likewise.
8139         * loader/i386/pc/multiboot.c: Likewise.
8140         * util/hostfs.c: Likewise.
8142 2008-02-08  Robert Millan  <rmh@aybabtu.com>
8144         * include/grub/raid.h (struct grub_raid_array): Change type of `device'
8145         to a grub_disk_t array.
8146         * disk/raid.c (grub_raid_read): Replace `device[x].disk' accesses with
8147         `device[x]'.
8148         (grub_raid_scan_device): Replace `device[x].name' accesses with
8149         `device[x]->name'.  Simplify initialization of `array->device[x]'.
8151 2008-02-08  Robert Millan  <rmh@aybabtu.com>
8153         * disk/raid.c (grub_raid_open, grub_raid_scan_device): Add a few
8154         grub_dprintf() calls.
8155         * kern/disk.c (grub_disk_read): Include grub_errmsg in out of range
8156         error message.
8158 2008-02-07  Christian Franke  <franke@computer.org>
8160         * util/hostfs.c (grub_hostfs_open): Use fseeko and ftello
8161         instead of fseek and ftell to support large files.
8162         (grub_hostfs_read): Likewise.
8164 2008-02-07  Robert Millan  <rmh@aybabtu.com>
8166         Patch from Jeroen Dekkers.
8167         * disk/raid.c (grub_raid_scan_device): Reset `grub_errno' on disk
8168         failure, since successfully reading all array members might not be
8169         required.
8171 2008-02-06  Robert Millan  <rmh@aybabtu.com>
8173         * util/grub-probe.c (probe): Simplify partmap probing (with the
8174         assumption that the first word up to the underscore equals to
8175         the module name).
8177 2008-02-06  Christian Franke  <franke@computer.org>
8179         * fs/cpio.c (grub_cpio_find_file): Return GRUB_ERR_NONE
8180         (and set *ofs = 0) instead of GRUB_ERR_FILE_NOT_FOUND on
8181         last block of a cpio or tar stream.
8182         Check for "TRAILER!!!" instead of any empty data
8183         block to detect last block of a cpio stream.
8184         (grub_cpio_dir): Fix constness of variable np.
8185         (grub_cpio_open): Return GRUB_ERR_FILE_NOT_FOUND if
8186         cpio or tar trailer is detected.  This fixes a crash
8187         on open of a non existing file.
8189 2008-02-05  Bean  <bean123ch@gmail.com>
8191         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Get physical
8192         address of entry.
8193         (grub_multiboot_load_elf64): Likewise.
8194         (grub_multiboot): Initialize mbi structure.
8196         * util/grub-fstest.c: Don't include unused header file script.h.
8198         * conf/common.rmk (grub-fstest.c_DEPENDENCIES): Move to the beginning
8199         of file.
8200         (grub_fstest_SOURCES): Likewise.
8202 2008-02-05  Robert Millan  <rmh@aybabtu.com>
8204         * include/grub/term.h (GRUB_TERM_LEFT, GRUB_TERM_RIGHT)
8205         (GRUB_TERM_UP, GRUB_TERM_DOWN, GRUB_TERM_HOME, GRUB_TERM_END)
8206         (GRUB_TERM_DC, GRUB_TERM_PPAGE, GRUB_TERM_NPAGE, GRUB_TERM_ESC)
8207         (GRUB_TERM_TAB, GRUB_TERM_BACKSPACE): New macros.
8209         * kern/i386/pc/startup.S: Include `<grub/term.h>'.
8210         (translation_table): Replace hardcoded values with macros
8211         provided by `<grub/term.h>'.
8213         * term/i386/pc/at_keyboard.c: Include `<grub/term.h>'.
8214         (keyboard_map): Correct/add a few values, with macros provided
8215         by `<grub/term.h>'.
8216         (keyboard_map_shift): Zero values that don't differ from their
8217         `keyboard_map' equivalents.
8218         (grub_console_checkkey): Optimize KEYBOARD_STATUS_CAPS_LOCK toggling.
8219         Discard the second scan code that is always sent by Caps lock.
8220         Only use `keyboard_map_shift' when it provides a non-zero value,
8221         otherwise fallback to `keyboard_map'.
8223 2008-02-04  Bean  <bean123ch@gmail.com>
8225         * Makefile.in (enable_grub_fstest): New variable.
8227         * conf/common.rmk (grub_fstest_init.lst): New rule.
8228         (grub_fstest_init.h): Likewise.
8229         (grub_fstest_init.c): Likewise.
8230         (util/grub-fstest.c_DEPENDENCIES): New variable.
8231         (grub_fstest_SOURCES): Likewise.
8233         * configure.ac (enable_grub_fstest): Check for --enable-grub-fstest.
8235         * util/grub-fstest.c: New file.
8237 2008-02-03  Yoshinori K. Okuji  <okuji@enbug.org>
8239         Make grub-setup handle a separate root device.
8241         * util/i386/pc/grub-setup.c (setup): Always open the root device,
8242         so that the root device can be compared with the destination
8243         device.
8244         When embedding the core image, if the root and destination devices
8245         are different, set ROOT_DRIVE to ROOT_DEV->DISK->ID. Otherwise, to
8246         0xFF.
8247         When not embedding, set ROOT_DRIVE to 0xFF.
8249 2008-02-03  Yoshinori K. Okuji  <okuji@enbug.org>
8251         Add support for having a grub directory in a different drive. This
8252         is still only the data handling part.
8254         * kern/i386/pc/startup.S (multiboot_trampoline): Set %dh to 0xFF.
8255         (codestart): Save %dh in GRUB_ROOT_DRIVE.
8256         (grub_root_drive): New variable.
8258         * kern/i386/pc/init.c (make_install_device): Use GRUB_ROOT_DRIVE
8259         instead of GRUB_BOOT_DRIVE to construct a device name. Set
8260         GRUB_ROOT_DRIVE to GRUB_BOOT_DRIVE if it is 0xFF, otherwise use it
8261         as it was.
8263         * include/grub/i386/pc/kernel.h (grub_root_drive): New prototype.
8265         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_ROOT_DRIVE): New
8266         macro.
8267         (GRUB_BOOT_MACHINE_DRIVE_CHECK): Set to 0x4f.
8269         * boot/i386/pc/pxeboot.S (_start): Set %dh to 0xFF. For now, this
8270         is bogus, because PXE booting does not specify any drive
8271         correctly.
8273         * boot/i386/pc/lnxboot.S (reg_edx): Set the second byte to 0xFF. I
8274         am not sure if this is really correct.
8276         * boot/i386/pc/cdboot.S: Set %dh to 0xFF, because the root drive
8277         is always identical to the boot drive when booting from a CD.
8279         * boot/i386/pc/boot.S (MOV_MEM_TO_AL): Removed. Not needed any
8280         longer.
8281         (root_drive): New variable.
8282         (real_start): Unconditionally set %dh to ROOT_DRIVE.
8283         (setup_sectors): Push %dx right after popping it, because %dh will
8284         be modified later.
8285         (copy_buffer): Restore %dx.
8287 2008-02-03  Robert Millan  <rmh@aybabtu.com>
8289         * util/i386/pc/grub-mkrescue.in: Rewrite most of image generation to
8290         use `cdboot.img' for cdrom images.
8292 2008-02-03  Robert Millan  <rmh@aybabtu.com>
8294         * util/grub.d/00_header.in: Issue scripting commands for GRUB to
8295         only setup gfxterm when `font' command has succeeded.
8297 2008-02-03  Robert Millan  <rmh@aybabtu.com>
8299         * loader/multiboot_loader.c [GRUB_MACHINE_LINUXBIOS]
8300         (grub_rescue_cmd_multiboot_loader)
8301         (grub_rescue_cmd_module_loader): Enable multiboot1 calls.
8303 2008-02-03  Pavel Roskin  <proski@gnu.org>
8305         * kern/i386/pc/startup.S (grub_chainloader_real_boot): Pop
8306         %edx and %esi from stack only after grub_gate_a20() is called.
8307         grub_gate_a20() clobbers %edx.
8309 2008-02-03  Yoshinori K. Okuji  <okuji@enbug.org>
8311         * configure.ac (AC_INIT): Bumped to 1.96.
8313         * DISTLIST: Added boot/i386/pc/cdboot.S, bus/pci.c,
8314         commands/lspci.c,disk/memdisk.c, include/grub/pci.h,
8315         include/grub/i386/pc/pci.h, video/readers/jpeg.c, and
8316         video/readers/png.c.
8318 2008-02-03  Bean  <bean123ch@gmail.com>
8320         * conf/i386-pc.rmk (pkglib_IMAGES): Add cdboot.img.
8321         (cdboot_img_SOURCES): New variable.
8322         (cdboot_img_ASFLAGS): New variable.
8323         (cdboot_img_LDFLAGS): New variable.
8325         * boot/i386/pc/cdboot.S: New file.
8327         * disk/i386/pc/biosdisk.c (cd_start): New variable.
8328         (cd_count): Likewise.
8329         (grub_biosdisk_get_drive): Add support for cd device.
8330         (grub_biosdisk_call_hook): Likewise.
8331         (grub_biosdisk_iterate): Likewise.
8332         (grub_biosdisk_open): Likewise.
8333         (GRUB_BIOSDISK_CDROM_RETRY_COUNT): New macro.
8334         (grub_biosdisk_rw): Support reading from cd device.
8335         (GRUB_MOD_INIT): Iterate cd devices.
8337         * include/grub/i386/pc/biosdisk.h (GRUB_BIOSDISK_FLAG_CDROM): New macro.
8338         (GRUB_BIOSDISK_MACHINE_CDROM_START): Likewise.
8339         (GRUB_BIOSDISK_MACHINE_CDROM_END): Likewise.
8341         * kern/i386/pc/init.c (make_install_device): Check for cd device.
8343 2008-02-02  Robert Millan  <rmh@aybabtu.com>
8345         * commands/read.c: New file.
8346         * conf/common.rmk (pkglib_MODULES): Add `commands/read.c'.
8347         (read_mod_SOURCES): New variable.
8348         (read_mod_CFLAGS): Likewise.
8349         (read_mod_LDFLAGS): Likewise.
8351 2008-02-02  Robert Millan  <rmh@aybabtu.com>
8353         * normal/main.c (grub_normal_execute): Check for `menu->size' when
8354         determining whether menu has to be displayed.
8356 2008-02-02  Marco Gerards  <marco@gnu.org>
8358         * bus/pci.c: New file.
8360         * include/grub/pci.h: Likewise.
8362         * include/grub/i386/pc/pci.h: Likewise.
8364         * commands/lspci.c: Likewise.
8366         * conf/i386-pc.rmk (pkglib_MODULES): Add `pci.mod' and
8367         `lspci.mod'.
8368         (pci_mod_SOURCES): New variable.
8369         (pci_mod_CFLAGS): Likewise.
8370         (pci_mod_LDFLAGS): Likewise.
8371         (lspci_mod_SOURCES): Likewise.
8372         (lspci_mod_CFLAGS): Likewise.
8373         (lspci_mod_LDFLAGS): Likewise.
8375 2008-02-02  Bean  <bean123ch@gmail.com>
8377         * fs/ufs.c (INODE_BLKSZ): Fix incorrect value.
8378         (grub_ufs_get_file_block): Fix indirect block calculation problem.
8380         * fs/xfs.c (grub_xfs_sblock): New member log2_dirblk.
8381         (grub_xfs_btree_node): New structure.
8382         (grub_xfs_btree_root): New structure.
8383         (grub_xfs_inode): New members nblocks, extsize, nextents and btree.
8384         (GRUB_XFS_EXTENT_OFFSET): Use exts instead of inode->data.extents.
8385         (GRUB_XFS_EXTENT_BLOCK): Likewise.
8386         (GRUB_XFS_EXTENT_SIZE): Likewise.
8387         (grub_xfs_read_block): Support btree format type.
8388         (grub_xfs_iterate_dir): Use NESTED_FUNC_ATTR in call_hook.
8389         Use directory block as basic unit.
8391         * fs/fshelp.c (grub_fshelp_read_file): Bug fix for sparse block.
8393         * aclocal.m4 (grub_i386_CHECK_REGPARM_BUG): Define NESTED_FUNC_ATTR as
8394         __attribute__ ((__regparm__ (1))).
8396 2008-02-01  Robert Millan  <rmh@aybabtu.com>
8398         Correct a mistake in previous commit.
8400         * conf/i386-pc.rmk (normal/execute.c_DEPENDENCIES): Move to the
8401         top.
8402         (normal/command.c_DEPENDENCIES): New variable.
8404 2008-02-01  Robert Millan  <rmh@aybabtu.com>
8406         * conf/i386-efi.rmk (normal/execute.c_DEPENDENCIES): Move to the
8407         top.
8408         (normal/command.c_DEPENDENCIES): New variable.
8409         (grub-emu_DEPENDENCIES, normal_mod_DEPENDENCIES): Remove variables.
8410         * conf/i386-ieee1275.rmk: Likewise.
8411         * conf/i386-linuxbios.rmk: Likewise.
8412         * conf/i386-pc.rmk: Likewise.
8413         * conf/sparc64-ieee1275.rmk: Likewise.
8414         * conf/powerpc-ieee1275.rmk: Likewise.
8415         (grub_emu_SOURCES): Add `fs/fshelp.c'.
8417         * genmk.rb: Add `$(#{src}_DEPENDENCIES)' in targets that require it.
8419 2008-02-01  Robert Millan  <rmh@aybabtu.com>
8421         * kern/disk.c (grub_disk_read, grub_disk_write): Add grub_dprintf()
8422         call at beginning of function.
8424 2008-01-31  Pavel Roskin  <proski@gnu.org>
8426         * util/powerpc/ieee1275/grub-mkrescue.in: New file.
8427         * conf/powerpc-ieee1275.rmk (bin_SCRIPTS): New variable.
8428         (grub_mkrescue_SOURCES): Likewise.
8429         * DISTLIST: Add util/powerpc/ieee1275/grub-mkrescue.in.
8431 2008-01-30  Robert Millan  <rmh@aybabtu.com>
8433         * conf/i386-pc.rmk (sbin_UTILITIES): Remove `grub-probe'.
8434         (util/grub-probe.c_DEPENDENCIES, grub_probe_SOURCES): Moved from here ...
8435         * conf/common.rmk (util/grub-probe.c_DEPENDENCIES)
8436         (grub_probe_SOURCES): ... to here.
8438         * conf/i386-efi.rmk (sbin_UTILITIES): Remove `grub-probe'.
8439         (util/grub-probe.c_DEPENDENCIES, grub_probe_SOURCES): Remove.
8440         * conf/i386-ieee1275.rmk: Likewise.
8441         * conf/i386-linuxbios.rmk: Likewise.
8442         * conf/powerpc-ieee1275.rmk: Likewise.
8444 2008-01-30  Tristan Gingold  <gingold@free.fr>
8446         * kern/rescue.c: Silently accept empty lines.
8448 2008-01-29  Bean  <bean123ch@gmail.com>
8450         * boot/i386/pc/lnxboot.S (data_start): Code cleanup.
8451         (real_code_2): Code cleanup and change comment style.
8452         (move_memory): Avoid using 32-bit address mode.
8454 2008-01-29  Bean  <bean123ch@gmail.com>
8456         * conf/i386-pc.rmk (pkglib_MODULES): Add `png.mod'.
8457         (png_mod_SOURCES): New variable.
8458         (png_mod_CFLAGS): Likewise.
8459         (png_mod_LDFLAGS): Likewise.
8461         * video/readers/png.c: New file.
8463 2008-01-28  Robert Millan  <rmh@aybabtu.com>
8465         * include/grub/i386/linuxbios/kernel.h (GRUB_MOD_GAP): New macro.
8466         * kern/powerpc/ieee1275/init.c (grub_arch_modules_addr): Remove
8467         `ifndef GRUB_MOD_GAP' hack.
8468         * util/elf/grub-mkimage.c (add_segments): Likewise.
8470 2008-01-27  Robert Millan  <rmh@aybabtu.com>
8472         * kern/powerpc/ieee1275/init.c (grub_arch_modules_addr): Skip
8473         `GRUB_MOD_GAP' for platforms in which it's not defined.
8474         * util/elf/grub-mkimage.c (add_segments): Likewise.
8476 2008-01-27  Robert Millan  <rmh@aybabtu.com>
8478         Get grub-emu to build again (including parallel builds).
8480         * conf/i386-pc.rmk (util/grub-emu.c_DEPENDENCIES): Remove variable.
8481         Split into ...
8482         (util/grub-emu.c_DEPENDENCIES): ... this, ...
8483         (normal/execute.c_DEPENDENCIES): ... this, ...
8484         (grub-emu_DEPENDENCIES): ... and this.
8486         * conf/i386-efi.rmk: Likewise.
8487         * conf/i386-linuxbios.rmk: Likewise.
8488         * conf/i386-ieee1275.rmk: Likewise.
8489         * conf/powerpc-ieee1275.rmk: Likewise.
8490         (grub_emu_SOURCES): Remove duplicated `kern/file.c'.
8492 2008-01-27  Robert Millan  <rmh@aybabtu.com>
8494         * NEWS: Add a few items.
8496 2008-01-27  Robert Millan  <rmh@aybabtu.com>
8498         Fix parallel builds with grub-emu.  Based on earlier commit for
8499         grub-probe and grub-setup.
8501         * conf/i386-pc.rmk (grub-emu_DEPENDENCIES): Renamed to ...
8502         (util/grub-emu.c_DEPENDENCIES): ... this.
8503         * conf/i386-efi.rmk (grub-emu_DEPENDENCIES): Renamed to ...
8504         (util/grub-emu.c_DEPENDENCIES): ... this.
8505         * conf/i386-linuxbios.rmk (grub-emu_DEPENDENCIES): Renamed to ...
8506         (util/grub-emu.c_DEPENDENCIES): ... this.
8507         * conf/i386-ieee1275.rmk (grub-emu_DEPENDENCIES): Renamed to ...
8508         (util/grub-emu.c_DEPENDENCIES): ... this.
8509         * conf/powerpc-ieee1275.rmk (grub-emu_DEPENDENCIES): Renamed to ...
8510         (util/grub-emu.c_DEPENDENCIES): ... this.
8512 2008-01-27  Pavel Roskin  <proski@gnu.org>
8514         * include/grub/powerpc/ieee1275/kernel.h: Introduce GRUB_MOD_GAP
8515         to create a gap between _end and the modules added to the image
8516         with grub-mkrescue.  That fixes "CLAIM failed" on PowerMAC.
8517         * kern/powerpc/ieee1275/init.c: Use GRUB_MOD_GAP.
8518         * util/elf/grub-mkimage.c (add_segments): Likewise.
8520 2008-01-26  Pavel Roskin  <proski@gnu.org>
8522         * kern/dl.c (grub_dl_load): Don't abort if prefix is not set,
8523         just return an error.
8525 2008-01-26  Bean  <bean123ch@gmail.com>
8527         * fs/reiserfs.c (grub_fshelp_node): New member next_offset.
8528         (grub_reiserfs_get_item): Save offset of the next item.
8529         (grub_reiserfs_iterate_dir): Use next_offset to find next item.
8531 2008-01-25  Robert Millan  <rmh@aybabtu.com>
8533         * conf/i386-pc.rmk (grub_setup_SOURCES, grub_emu_SOURCES): Regroup to
8534         make all filesystem sources appear together (possibly fixing omissions
8535         while at it).
8536         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
8537         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
8538         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
8539         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
8541         * conf/i386-pc.rmk (grub_probe_SOURCES): Likewise.  Additionally,
8542         add `kern/file.c'.
8543         * conf/i386-efi.rmk (grub_probe_SOURCES): Likewise.
8544         * conf/i386-ieee1275.rmk (grub_probe_SOURCES): Likewise.
8545         * conf/i386-linuxbios.rmk (grub_probe_SOURCES): Likewise.
8546         * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Likewise.
8548         * util/grub-probe.c: Include `<grub/file.h>' and `<sys/stat.h>'.
8549         (probe): Add a sanity check to make sure of our ability to read
8550         requested files when probing for filesystem type.
8552         * genmk.rb: Update copyright year (2007).
8554         * include/grub/fs.h (grub_fat_init, grub_fat_fini, grub_ext2_init)
8555         (grub_ext2_fini, grub_ufs_init, grub_ufs_fini, grub_minix_init)
8556         (grub_minix_fini, grub_hfs_init, grub_hfs_fini, grub_jfs_init)
8557         (grub_jfs_fini, grub_xfs_init, grub_xfs_fini, grub_affs_init)
8558         (grub_affs_fini, grub_sfs_init, grub_sfs_fini, grub_iso9660_init)
8559         : Remove function prototypes.
8561 2008-01-25  Robert Millan  <rmh@aybabtu.com>
8563         Revert my previous commits (based on wrong assumption of how grub_errno
8564         works).
8566         * kern/disk.c (grub_disk_open): Stop resetting grub_errno.
8567         * kern/file.c (grub_file_open): Likewise.
8569 2008-01-24  Pavel Roskin  <proski@gnu.org>
8571         * include/grub/ieee1275/ieee1275.h: Introduce flag for firmwares
8572         that hang if GRUB tries to setup colors.
8573         * term/ieee1275/ofconsole.c (grub_ofconsole_init): Don't set
8574         colors for firmwares that don't support it.
8575         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_set_flag):
8576         Recognize Open Hack'Ware, set flags to work around its
8577         limitations.
8579 2008-01-24  Robert Millan  <rmh@aybabtu.com>
8581         * kern/file.c (grub_file_open): Do not account previous failures of
8582         unrelated functions when grub_errno is checked for.
8583         Reported by Oleg Strikov.
8585 2008-01-24  Bean  <bean123ch@gmail.com>
8587         * fs/ufs.c (GRUB_UFS_VOLNAME_LEN): New macro.
8588         (grub_ufs_sblock): New member volume name.
8589         (grub_ufs_find_file): Fix string copy bug.
8590         (grub_ufs_label): Implement this function properly.
8592         * fs/hfs.c (grub_hfs_cnid_type): New enum.
8593         (grub_hfs_iterate_records): Use the correct file number for extents
8594         and catalog file. Fix problem in next index calculation.
8595         (grub_hfs_find_node): Replace recursive function call with loop.
8596         (grub_hfs_iterate_dir): Replace recursive function call with loop.
8598 2008-01-23  Robert Millan  <rmh@aybabtu.com>
8600         * include/grub/i386/ieee1275/loader.h: Include `<grub/types.h>',
8601         `<grub/symbol.h>' and `<grub/multiboot.h>'.
8602         (grub_multiboot2_real_boot): New function prototype.
8604         * include/grub/i386/pc/memory.h: Include `<grub/machine/machine.h>'.
8605         [!GRUB_MACHINE_IEEE1275] (grub_lower_mem, grub_upper_mem): Disable.
8607         * kern/i386/ieee1275/init.c (grub_os_area_addr)
8608         (grub_os_area_size, grub_lower_mem, grub_upper_mem): Remove variables.
8610 2008-01-23  Robert Millan  <rmh@aybabtu.com>
8612         * kern/mm.c (grub_mm_init_region): Replace grub_dprintf() call with
8613         #ifdef'ed out grub_printf().
8615 2008-01-23  Robert Millan  <rmh@aybabtu.com>
8617         * term/i386/pc/at_keyboard.c (grub_keyboard_isr): #ifdef out
8618         grub_dprintf calls, since they make "debug=all" mode unusable.
8619         (grub_console_checkkey): Likewise.
8621 2008-01-23  Robert Millan  <rmh@aybabtu.com>
8623         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add
8624         `term/i386/pc/at_keyboard.c'.
8625         (pkglib_MODULES): Add `serial.mod'.
8626         (serial_mod_SOURCES): New variable.
8627         (serial_mod_CFLAGS): Likewise.
8628         (serial_mod_LDFLAGS): Likewise.
8630         * include/grub/i386/ieee1275/console.h: Add `<grub/symbol.h>'.  Remove
8631         `<grub/powerpc/ieee1275/console.h>'.
8632         (grub_keyboard_controller_init): New function prototype.
8633         (grub_console_checkkey): Likewise.
8634         (grub_console_getkey): Likewise.
8636         * kern/powerpc/ieee1275/init.c (grub_machine_init): Initialize AT
8637         keyboard on i386.
8639         * term/ieee1275/ofconsole.c (grub_ofconsole_term): On i386, use
8640         grub_ofconsole_checkkey() and grub_ofconsole_getkey() for input.
8642 2008-01-23  Robert Millan  <rmh@aybabtu.com>
8644         * kern/i386/pc/init.c (make_install_device): When memdisk image is
8645         present, "(memdisk)/boot/grub" becomes the default prefix.
8647         * util/i386/pc/grub-mkrescue.in: Switch to a minimal core.img plus
8648         a memdisk tarball with all the modules.  Add --overlay=DIR option that
8649         allows users to overlay additional files into the image.
8651 2008-01-23  Robert Millan  <rmh@aybabtu.com>
8653         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add `machine/loader.h'
8654         and `machine/memory.h'.
8655         (pkglib_MODULES): Add `multiboot.mod' and `_multiboot.mod'.
8656         (_multiboot_mod_SOURCES): New variable.
8657         (_multiboot_mod_CFLAGS): Likewise.
8658         (_multiboot_mod_LDFLAGS): Likewise.
8659         (multiboot_mod_SOURCES): Likewise.
8660         (multiboot_mod_CFLAGS): Likewise.
8661         (multiboot_mod_LDFLAGS): Likewise.
8663         * include/grub/i386/ieee1275/loader.h: New file.
8665         * include/grub/i386/ieee1275/machine.h: Likewise.
8667         * include/grub/i386/ieee1275/memory.h: Likewise.
8669         * include/grub/i386/pc/init.h (grub_os_area_addr): Remove (redundant)
8670         variable declaration.
8671         (grub_os_area_size): Likewise.
8673         * kern/i386/ieee1275/init.c (grub_os_area_addr, grub_os_area_size)
8674         (grub_lower_mem, grub_upper_mem): New variables.
8675         (grub_stop_floppy): New function (just to make
8676         grub_multiboot2_real_boot() happy).
8678         * kern/i386/ieee1275/startup.S: Include `<grub/machine/memory.h>',
8679         `<grub/cpu/linux.h>', `<multiboot.h>' and `<multiboot2.h>'.
8680         (grub_stop): New function.
8681         Include `"../realmode.S"' and `"../loader.S"'.
8683         * loader/multiboot_loader.c: Include `<grub/machine/machine.h>'.
8684         Replace `__i386__' #ifdefs with `GRUB_MACHINE_PCBIOS'.
8686         * loader/powerpc/ieee1275/multiboot2.c (grub_mb2_arch_boot): On i386,
8687         rely on grub_multiboot2_real_boot() for final boot.
8689 2008-01-22  Robert Millan  <rmh@aybabtu.com>
8691         * disk/ieee1275/ofdisk.c (grub_ofdisk_iterate): When
8692         `GRUB_IEEE1275_FLAG_OFDISK_SDCARD_ONLY' flag is set, skip any
8693         device that doesn't look like an SD card.
8694         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_flag): Add
8695         `GRUB_IEEE1275_FLAG_OFDISK_SDCARD_ONLY' flag.
8696         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_set_flag): Detect
8697         OLPC laptop, and set `GRUB_IEEE1275_FLAG_OFDISK_SDCARD_ONLY' when
8698         found.
8700 2008-01-22  Robert Millan  <rmh@aybabtu.com>
8702         * kern/powerpc/ieee1275/init.c (grub_claim_heap): Add sanity check to
8703         avoid claiming over our own code.
8705 2008-01-22  Bean  <bean123ch@gmail.com>
8707         * conf/i386-pc.rmk (pkglib_MODULES): Add `jpeg.mod'.
8708         (jpeg_mod_SOURCES): New variable.
8709         (jpeg_mod_CFLAGS): Likewise.
8710         (jpeg_mod_LDFLAGS): Likewise.
8712         * video/readers/jpeg.c : New file.
8714 2008-01-22  Bean  <bean123ch@gmail.com>
8716         * fs/cpio.c (grub_cpio_find_file): Return GRUB_ERR_FILE_NOT_FOUND when
8717         there are no more items.
8719 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8721         * kern/mm.c (grub_mm_init_region): Improve debug message.
8723 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8725         * conf/i386-pc.rmk (GRUB_MEMORY_MACHINE_LINK_ADDR): New variable.
8726         (kernel_img_LDFLAGS): Use `GRUB_MEMORY_MACHINE_LINK_ADDR' as link
8727         address.
8728         (grub_mkimage_CFLAGS): Propagate `GRUB_MEMORY_MACHINE_LINK_ADDR' as
8729         a C macro.
8730         * include/grub/i386/pc/memory.h (GRUB_MEMORY_MACHINE_UPPER): New macro.
8731         Indicates start of upper memory.
8732         * util/i386/pc/grub-mkimage.c: Include `<grub/machine/memory.h>'.
8733         (generate_image): Abort when image size is big enough to corrupt
8734         upper memory.
8736         * include/grub/i386/pc/vga.h: Include `<grub/machine/memory.h>'.
8737         (GRUB_MEMORY_MACHINE_VGA_ADDR): Alias for `GRUB_MEMORY_MACHINE_UPPER'.
8738         * term/i386/pc/vga.c (VGA_MEM): Use `GRUB_MEMORY_MACHINE_VGA_ADDR'
8739         instead of hardcoding 0xA0000.
8740         * video/i386/pc/vbe.c: Include `<grub/machine/vga.h>'.
8741         (grub_vbe_set_video_mode): Use `GRUB_MEMORY_MACHINE_VGA_ADDR'
8742         instead of hardcoding 0xA0000.
8744 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8746         * disk/memdisk.c (memdisk_size): New variable.
8747         (grub_memdisk_open): Replace grub_arch_memdisk_size() call with
8748         `memdisk_size'.
8749         (grub_memdisk_init): Initialize `memdisk_size'.  Reallocate memdisk
8750         image to dynamic memory.
8751         (grub_memdisk_fini): Replace grub_arch_memdisk_size() call with
8752         `memdisk_size'.  Free memdisk block.
8754 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8756         Fix detection of very small filesystems (like tar).
8758         * fs/reiserfs.c (grub_reiserfs_mount): When disk is too small to
8759         contain a ReiserFS, abort with GRUB_ERR_BAD_FS rather than
8760         GRUB_ERR_OUT_OF_RANGE (which made the upper layer think there's
8761         a problem with this disk).
8763 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8765         * disk/i386/pc/biosdisk.c (grub_biosdisk_iterate): Add debug message
8766         on grub_biosdisk_rw_standard() error.
8768 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8770         * include/grub/ieee1275/ieee1275.h: Add 2008 to Copyright line for
8771         recent changes.
8772         * kern/elf.c: Likewise.
8773         * kern/ieee1275/ieee1275.c: Likewise.
8774         * kern/powerpc/ieee1275/openfw.c: Likewise.
8775         * term/ieee1275/ofconsole.c: Likewise.
8777 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8779         * include/grub/i386/pc/kernel.h: Include `<grub/symbol.h>'.
8781         * include/grub/kernel.h (grub_arch_memdisk_addr)
8782         (grub_arch_memdisk_size): Moved from here ...
8784         * include/grub/i386/pc/kernel.h (grub_arch_memdisk_addr)
8785         (grub_arch_memdisk_size): ... to here.
8787 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8789         Mostly based on bugfix from Bean.
8791         * kern/elf.c (grub_elf32_phdr_iterate): Use `NESTED_FUNC_ATTR'
8792         attribute with hook() parameter.
8793         (grub_elf32_load): Use `NESTED_FUNC_ATTR' with grub_elf32_load_segment()
8794         declaration.
8795         (grub_elf64_phdr_iterate): Use `NESTED_FUNC_ATTR'
8796         attribute with hook() parameter.
8797         (grub_elf64_load): Use `NESTED_FUNC_ATTR' with grub_elf64_load_segment()
8798         declaration.
8800 2008-01-21  Robert Millan  <rmh@aybabtu.com>
8802         * conf/i386-pc.rmk (kernel_img_HEADERS): Add `machine/kernel.h'.
8803         (pkglib_MODULES): Add `memdisk.mod'.
8804         (memdisk_mod_SOURCES): New variable.
8805         (memdisk_mod_CFLAGS): Likewise.
8806         (memdisk_mod_LDFLAGS): Likewise.
8808         * disk/memdisk.c: New file.
8810         * include/grub/disk.h (grub_disk_dev_id): Add
8811         `GRUB_DISK_DEVICE_MEMDISK_ID'.
8813         * include/grub/i386/pc/kernel.h
8814         (GRUB_KERNEL_MACHINE_MEMDISK_IMAGE_SIZE): New macro.
8815         (GRUB_KERNEL_MACHINE_PREFIX): Increment by 4.
8816         (grub_kernel_image_size): New variable declaration.
8817         (grub_total_module_size): Likewise.
8818         (grub_memdisk_image_size): Likewise.
8820         * include/grub/i386/pc/memory.h
8821         (GRUB_MEMORY_MACHINE_DECOMPRESSION_ADDR): New macro.
8823         * include/grub/kernel.h: Include `<grub/symbol.h>'.
8824         (grub_arch_memdisk_addr): New variable declaration.
8825         (grub_arch_memdisk_size): Likewise.
8827         * kern/i386/pc/init.c (grub_arch_memdisk_addr): New function.
8828         (grub_arch_memdisk_size): Likewise.
8830         * kern/i386/pc/startup.S (grub_memdisk_image_size): New variable.
8831         (codestart): Replace hardcoded `0x100000' with
8832         `GRUB_MEMORY_MACHINE_DECOMPRESSION_ADDR' macro.
8834         * util/i386/pc/grub-mkimage.c: Include `<grub/misc.h>'.
8835         (generate_image): Add `memdisk_path' parameter.  When `memdisk_path' is
8836         not NULL, append the contents of the file it refers to, at the end of
8837         the compressed kernel image.  Initialize `grub_memdisk_image_size'
8838         variable (at `GRUB_KERNEL_MACHINE_MEMDISK_IMAGE_SIZE' offset).
8839         (options): Add "memdisk"|'m' option.
8840         (main): Parse --memdisk|-m option, and pass user-provided path as
8841         parameter to generate_image().
8843 2008-01-20  Robert Millan  <rmh@aybabtu.com>
8845         * kern/sparc64/ieee1275/openfw.c (grub_devalias_iterate): Copy debug
8846         grub_dprintf() calls from here ...
8847         * kern/powerpc/ieee1275/openfw.c (grub_devalias_iterate): ... to here.
8849 2008-01-20  Robert Millan  <rmh@aybabtu.com>
8851         Fix detection of "real mode" when /options/real-mode? doesn't exist.
8853         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_mmu): New variable
8854         declaration.
8855         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_mmu): New variable.
8856         (grub_ieee1275_find_options): If `grub_ieee1275_mmu' is 0, set
8857         `GRUB_IEEE1275_FLAG_REAL_MODE'.
8858         (cmain): Initialize `grub_ieee1275_mmu' (using /chosen/mmu integer
8859         property).
8860         * kern/powerpc/ieee1275/openfw.c (grub_map): Rely on pre-initialized
8861         `grub_ieee1275_mmu' rather than obtaining a handler on every call.
8863 2008-01-19  Robert Millan  <rmh@aybabtu.com>
8865         Get rid of confusing function (superseded by
8866         `grub_ieee1275_get_integer_property')
8867         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_decode_int_4): Remove
8868         prototype.
8869         * kern/ieee1275/ieee1275.c (grub_ieee1275_decode_int_4): Remove
8870         function.
8871         * term/ieee1275/ofconsole.c (grub_ofconsole_init): Avoid use of
8872         grub_ieee1275_decode_int_4(), by obtaining integer properties directly
8873         in native endianness from grub_ieee1275_get_integer_property().
8875 2008-01-19  Robert Millan  <rmh@aybabtu.com>
8877         * kern/powerpc/ieee1275/openfw.c (grub_halt): Issue "power-off"
8878         command after "shut-down", since implementations differ on which
8879         the command for halt is.
8881 2008-01-19  Robert Millan  <rmh@aybabtu.com>
8883         * include/grub/i386/linuxbios/console.h: Add header protection.
8884         (grub_keyboard_controller_init): New function prototype.
8885         * term/i386/pc/at_keyboard.c (KEYBOARD_COMMAND_ISREADY): New macro.
8886         (KEYBOARD_COMMAND_READ): Likewise.
8887         (KEYBOARD_COMMAND_WRITE): Likewise.
8888         (KEYBOARD_SCANCODE_SET1): Likewise.
8889         (grub_keyboard_controller_write): New function.
8890         (grub_keyboard_controller_read): Likewise.
8891         (grub_keyboard_controller_init): Likewise.
8893         * term/i386/pc/console.c: Include `<grub/machine/machine.h>'.
8894         (grub_console_init): On coreboot/LinuxBIOS, call
8895         grub_keyboard_controller_init().
8897 2008-01-19  Robert Millan  <rmh@aybabtu.com>
8899         PowerPC changes provided by Pavel Roskin.
8901         * kern/powerpc/ieee1275/cmain.c (cmain): Don't take any arguments.
8902         * kern/powerpc/ieee1275/crt0.S: Store r5 in grub_ieee1275_entry_fn,
8903         don't rely on cmain() doing it.
8904         * kern/i386/ieee1275/startup.S (_start): Store %eax in
8905         grub_ieee1275_entry_fn, don't rely on cmain() doing it.
8907 2008-01-16  Robert Millan  <rmh@aybabtu.com>
8909         * include/grub/i386/linuxbios/memory.h
8910         (GRUB_MEMORY_MACHINE_LINUXBIOS_TABLE_ADDR): Remove macro.
8911         * kern/i386/linuxbios/table.c (grub_linuxbios_table_iterate): Do not
8912         receive `table_header' as argument.  Instead, probe for it in the
8913         known memory ranges where it can be present.
8914         (grub_available_iterate): Do not pass a fixed `table_header' address
8915         to grub_linuxbios_table_iterate().
8917 2008-01-15  Robert Millan  <rmh@aybabtu.com>
8919         * configure.ac: Add `i386-ieee1275' to the list of supported targets.
8920         * conf/i386-ieee1275.rmk: New file.
8921         * include/grub/i386/ieee1275/console.h: Likewise.
8922         * include/grub/i386/ieee1275/ieee1275.h: Likewise.
8923         * include/grub/i386/ieee1275/kernel.h: Likewise.
8924         * include/grub/i386/ieee1275/time.h: Likewise.
8925         * kern/i386/ieee1275/init.c: Likewise.
8926         * kern/i386/ieee1275/startup.S: Likewise.
8928 2008-01-15  Robert Millan  <rmh@aybabtu.com>
8930         * kern/misc.c (grub_vsprintf): Do not reset `longlongfmt' to zero
8931         when pointers are 32-bit (but still do set it to one when they are
8932         64-bit).
8934 2008-01-15  Robert Millan  <rmh@aybabtu.com>
8936         * include/grub/ieee1275/ieee1275.h
8937         (grub_ieee1275_get_integer_property): New function prototype.
8939         * kern/ieee1275/ieee1275.c: Include `<grub/types.h>'.
8940         (grub_ieee1275_get_integer_property): New function.  Wraps around
8941         grub_ieee1275_get_property() to handle endianness.
8943         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options): Replace
8944         grub_ieee1275_get_property() with grub_ieee1275_get_integer_property()
8945         where appropriate.
8946         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Likewise.
8947         (grub_map): Likewise.
8948         * kern/sparc64/ieee1275/openfw.c (grub_map): Likewise.
8950 2008-01-15  Bean  <bean123ch@gmail.com>
8952         * normal/execute.c (grub_script_exec_argument_to_string): Check for undefined variable.
8953         (grub_script_execute_cmdline): Reset grub_errno.
8955         * normal/main.c (read_config_file): Reset grub_errno.
8957         * normal/parse.y (script_init): New.
8958         (script): Move function and menuentry here.
8959         (delimiter): New.
8960         (command): Add delimiter at the end of command.
8961         (commands): Adjust to match the new command.
8962         (commandblock): Remove grub_script_lexer_record_start.
8963         (menuentry): Add grub_script_lexer_record_start, use the new commands.
8964         (if): Use the new commands.
8966         * conf/common.rmk (pkgdata_MODULES): Add echo.mod.
8968 2008-01-15  Robert Millan  <rmh@aybabtu.com>
8970         * normal/menu.c (run_menu): Move timeout message from here ...
8971         (print_timeout): ... to here.
8972         (run_menu): Use print_timeout() once during initial draw to print
8973         the whole message, and again in every clock tick to update only
8974         the number of seconds.
8976 2008-01-15  Robert Millan  <rmh@aybabtu.com>
8978         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Obtain
8979         actual size of `available' from grub_ieee1275_get_property(), and
8980         restrict parsing to that bound.
8982 2008-01-15  Christian Franke  <franke@computer.org>
8984         * util/grub-emu.c: Replace <argp.h> by <getopt.h>.
8985         (argp_program_version): Remove variable.
8986         (argp_program_bug_address): Likewise.
8987         (options): Convert from struct argp_option to struct option.
8988         (struct arguments): Remove.
8989         (parse_opt): Remove.
8990         (usage): New function.
8991         (main): Replace struct args members by simple variables.
8992         Replace argp_parse() by getopt_long().
8993         Add switch to evaluate options.
8994         Add missing "(...)" around root_dev in prefix string.
8996 2008-01-14  Robert Millan  <rmh@aybabtu.com>
8998         * kern/powerpc/ieee1275/init.c (grub_exit): Reimplement as a wrapper
8999         for grub_ieee1275_exit(), in order to improve portability.
9001 2008-01-14  Robert Millan  <rmh@aybabtu.com>
9003         * util/grub.d/10_linux.in (prefix): Define.
9004         (exec_prefix): Likewise.  Both definitions are later used by `libdir'.
9006 2008-01-13  Pavel Roskin  <proski@gnu.org>
9008         * disk/ieee1275/ofdisk.c (grub_ofdisk_open): Don't use
9009         grub_errno if no errors have been detected.
9011 2008-01-12  Robert Millan  <rmh@aybabtu.com>
9013         * include/grub/util/getroot.h (grub_dev_abstraction_types): New enum.
9014         (grub_util_get_dev_abstraction): New function prototype.
9016         * util/getroot.c: Include `<grub/util/getroot.h>'
9017         (grub_util_get_grub_dev): Move detection of abstraction type to ...
9018         (grub_util_get_dev_abstraction): ... here (new function).
9020         * util/grub-probe.c: Convert PRINT_* to an enum.  Add
9021         `PRINT_ABSTRACTION'.
9022         (probe): Probe for abstraction type when requested.
9023         (main): Understand `--target=abstraction'.
9025         * util/i386/efi/grub-install.in: Add abstraction module to core
9026         image when it is found to be necessary.
9027         * util/i386/pc/grub-install.in: Likewise.
9028         * util/powerpc/ieee1275/grub-install.in: Likewise.
9030         * util/update-grub_lib.in (font_path): Return system path without
9031         converting to GRUB path.
9032         * util/update-grub.in: Convert system path returned by font_path()
9033         to a GRUB path.  Use `grub-probe -t abstraction' to determine what
9034         abstraction module is needed for loading fonts (if any).  Export
9035         that as `GRUB_PRELOAD_MODULES'.
9036         * util/grub.d/00_header.in: Process `GRUB_PRELOAD_MODULES' (print
9037         insmod commands).
9039 2008-01-12  Yoshinori K. Okuji  <okuji@enbug.org>
9041         Remove some unused code from reiserfs.
9043         * fs/reiserfs.c (struct grub_reiserfs_key)
9044         [GRUB_REISERFS_KEYV2_BITFIELD]: Removed offset and type.
9045         (struct grub_reiserfs_node_body): Removed.
9046         (grub_reiserfs_get_key_v2_type) [GRUB_REISERFS_KEYV2_BITFIELD]:
9047         Likewise.
9048         (grub_reiserfs_get_key_offset) [GRUB_REISERFS_KEYV2_BITFIELD]:
9049         Likewise.
9050         (grub_reiserfs_set_key_offset) [GRUB_REISERFS_KEYV2_BITFIELD]:
9051         Likewise.
9052         (grub_reiserfs_set_key_offset) [GRUB_REISERFS_KEYV2_BITFIELD]:
9053         Likewise.
9054         (grub_reiserfs_set_key_type) [GRUB_REISERFS_KEYV2_BITFIELD]:
9055         Likewise.
9056         (grub_reiserfs_iterate_dir) [GRUB_REISERFS_KEYV2_BITFIELD]:
9057         Likewise.
9058         (grub_reiserfs_open) [GRUB_REISERFS_KEYV2_BITFIELD]: Likewise.
9059         (grub_reiserfs_read) [GRUB_REISERFS_KEYV2_BITFIELD]: Likewise.
9060         (grub_reiserfs_dir) [GRUB_REISERFS_KEYV2_BITFIELD]: Likewise.
9062 2008-01-10  Robert Millan  <rmh@aybabtu.com>
9064         * util/update-grub_lib.in (grub_file_is_not_garbage): New function.
9065         Determines if a file is garbage left by packaging systems, etc.
9066         * util/update-grub.in: Use grub_file_is_not_garbage() as a condition
9067         for processing /etc/grub.d scripts.
9068         * util/grub.d/10_hurd.in: Fix `GRUB_DISTRIBUTOR' comparison.
9069         * util/grub.d/10_linux.in: Likewise.  Use grub_file_is_not_garbage()
9070         as a condition for processing Linux images.
9072 2008-01-10  Pavel Roskin  <proski@gnu.org>
9074         * include/grub/powerpc/libgcc.h (__ucmpdi2): New export.  Needed
9075         to compile reiserfs.c on PowerPC.
9077 2008-01-10  Robert Millan  <rmh@aybabtu.com>
9079         * kern/device.c (grub_device_iterate): Do not abort device iteration
9080         when one of the devices cannot be opened.
9081         * kern/disk.c (grub_disk_open): Do not account previous failures of
9082         unrelated functions when grub_errno is checked for.
9084 2008-01-08  Robert Millan  <rmh@aybabtu.com>
9086         * loader/i386/pc/linux.c (grub_rescue_cmd_linux): For
9087         `! grub_linux_is_bzimage', change order of address comparison to make
9088         it more intuitive, and improve "too big zImage" error message.
9090 2008-01-08  Robert Millan  <rmh@aybabtu.com>
9092         * Makefile.in (uninstall): Handle `$(update-grub_SCRIPTS)' and
9093         `$(update-grub_DATA)'.
9094         (distcheck): Fix race condition when invoking `$(MAKE)' on multiple
9095         targets.
9097 2008-01-07  Robert Millan  <rmh@aybabtu.com>
9099         * boot/i386/pc/boot.S (boot_drive_check): Add a comment indicating
9100         which instruction is modified by grub-setup during installation
9101         (since it wasn't obvious by only looking at this file).
9103 2008-01-07  Robert Millan  <rmh@aybabtu.com>
9105         * TODO: Rewrite.  Just refer to the wiki and the BTS instead of
9106         listing actual TODO items.
9108 2008-01-06  Yoshinori K. Okuji  <okuji@enbug.org>
9110         * fs/reiserfs.c (grub_reiserfs_get_key_v2_type): Handle endianness
9111         correctly.
9112         (grub_reiserfs_get_key_offset): Likewise.
9113         (grub_reiserfs_set_key_offset): Likewise.
9114         (grub_reiserfs_set_key_type): Likewise.
9115         (grub_reiserfs_iterate_dir): Return 1 if found, otherwise 0.
9117         (GRUB_REISERFS_KEYV2_BITFIELD): Undefined. Probably it would be
9118         better to remove the bitfield version completely.
9120 2008-01-06  Yoshinori K. Okuji  <okuji@enbug.org>
9122         * fs/reiserfs.c (grub_reiserfs_iterate_dir): ENTRY_ITEM must be
9123         allocated from the heap, due to the fshelp implementation.
9124         (grub_reiserfs_dir): Free NODE, due to the same reason.
9126 2008-01-06  Yoshinori K. Okuji  <okuji@enbug.org>
9128         Mostly from Vincent Pelletier:
9130         * fs/reiserfs.c: New file.
9132         * conf/common.rmk (pkglib_MODULES): Added reiserfs.mod.
9133         (reiserfs_mod_SOURCES): New variable.
9134         (reiserfs_mod_CFLAGS): Likewise.
9135         (reiserfs_mod_LDFLAGS): Likewise.
9137         * DISTLIST: Added boot/i386/pc/lnxboot.S, commands/hexdump.c,
9138         disk/ata.c, fs/cpio.c, fs/ntfscomp.c, fs/reiserfs.c,
9139         include/grub/ntfs.h, include/grub/i386/pc/machine.h, and
9140         normal/color.c.
9142 2008-01-06  Robert Millan  <rmh@aybabtu.com>
9144         * normal/color.c: Remove `<grub/env.h>'.
9146 2008-01-05  Jeroen Dekkers  <jeroen@dekkers.cx>
9148         * include/grub/normal.h: Include <grub/env.h>.
9150 2008-01-05  Robert Millan  <rmh@aybabtu.com>
9152         * util/i386/pc/grub-setup.c (usage): Replace obsolete `(hd0,0)' in
9153         usage example with `(hd0,1)'.
9154         Reported by Samuel Thibault.
9156 2008-01-05  Robert Millan  <rmh@aybabtu.com>
9158         * kern/i386/loader.S (grub_linux_is_bzimage): New variable.
9159         (grub_linux_boot_zimage): Rename to ...
9160         (grub_linux_boot): ... this.
9161         (grub_linux_boot_bzimage): Merge with `grub_linux_boot_zimage'.
9162         (grub_linux_boot_zimage): Conditionalize zImage copy.
9164         * include/grub/i386/loader.h (grub_linux_is_bzimage): Add prototype.
9165         (grub_linux_boot_bzimage): Remove prototype.
9166         (grub_linux_boot_zimage): Rename to ...
9167         (grub_linux_boot): ... this.
9169         * loader/i386/pc/linux.c (big_linux): Replace with `grub_linux_is_bzimage'.
9170         (grub_linux_boot): Remove function.
9172 2008-01-05  Robert Millan  <rmh@aybabtu.com>
9174         * include/grub/normal.h (grub_env_write_color_normal): New prototype.
9175         (grub_env_write_color_highlight): Likewise.
9176         (grub_wait_after_message): Likewise.
9178         * normal/color.c: New file.
9180         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `normal/color.c'.
9181         (normal_mod_DEPENDENCIES): Likewise.
9183         * conf/i386-efi.rmk (grub_emu_SOURCES): Add `normal/color.c'.
9184         (normal_mod_DEPENDENCIES): Likewise.
9186         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Add `normal/color.c'.
9187         (normal_mod_DEPENDENCIES): Likewise.
9189         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `normal/color.c'.
9190         (normal_mod_DEPENDENCIES): Likewise.
9192         * normal/menu_entry.c (run): Rely on grub_wait_after_message()
9193         for waiting after a message is printed.
9194         * normal/main.c (read_config_file): Likewise.
9195         (grub_normal_init): Register grub_env_write_color_normal() and
9196         grub_env_write_color_highlight() hooks.  Mark `color_normal' and
9197         `color_highlight' variables as global.
9199         * normal/menu.c (grub_wait_after_message): New function.
9200         (grub_color_menu_normal): New variable.  Replaces ...
9201         (GRUB_COLOR_MENU_NORMAL): ... this macro.
9202         (grub_color_menu_highlight): New variable.  Replaces ...
9203         (GRUB_COLOR_MENU_HIGHLIGHT): ... this macro.
9204         (draw_border): Set color state to `GRUB_TERM_COLOR_NORMAL' instead of
9205         `GRUB_TERM_COLOR_STANDARD'.
9206         (print_message): Use `grub_setcolorstate' to reload colors.  Rename
9207         `normal_code' and `highlight_code' to `old_color_normal' and
9208         `old_color_highlight', respectively.
9209         (grub_menu_init_page): Update colors when drawing the menu, based on
9210         `menu_color_normal' and `menu_color_highlight' variables.
9211         (grub_menu_run): Rely on grub_wait_after_message() for waiting after
9212         a message is printed.
9214 2008-01-05  Robert Millan  <rmh@aybabtu.com>
9216         * kern/env.c (grub_env_context_open): Propagate hooks for global
9217         variables to new context.
9219         * kern/main.c (grub_set_root_dev): Export `root' variable.
9221 2008-01-05  Robert Millan  <rmh@aybabtu.com>
9223         * util/biosdisk.c (get_os_disk): Check for devfs-style IDE and SCSI
9224         discs unconditionally, since udev and others have options to provide
9225         them.
9227 2008-01-05  Robert Millan  <rmh@aybabtu.com>
9229         * normal/completion.c (iterate_dir): Skip `.' and `..' directories.
9231 2008-01-04  Christian Franke  <franke@computer.org>
9233         * kern/i386/pc/init.c (grub_machine_init): Fix evaluation
9234         of eisa_mmap.
9236 2008-01-03  Pavel Roskin  <proski@gnu.org>
9238         * kern/i386/linuxbios/init.c: Put "void" to all function
9239         declarations with no arguments.
9240         * kern/powerpc/ieee1275/init.c: Likewise.
9241         * term/i386/pc/at_keyboard.c: Likewise.
9242         * term/i386/pc/vga_text.c: Likewise.
9243         * util/grub-mkdevicemap.c: Likewise.
9245 2008-01-02  Robert Millan  <rmh@aybabtu.com>
9247         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Improve error
9248         message when loaded image is out of bounds.
9249         (grub_multiboot_load_elf64): Likewise.
9251 2008-01-02  Pavel Roskin  <proski@gnu.org>
9253         * util/grub.d/10_linux.in: Try version without ".old" when
9254         looking for initrd.  It's better to use initrd from the newer
9255         kernel of the same version than no initrd at all.
9257 2008-01-01  Robert Millan  <rmh@aybabtu.com>
9259         * util/biosdisk.c (get_os_disk): Fix check for IDE or SCSI discs.
9261 2008-01-01  Vesa Jaaskelainen  <chaac@nic.fi>
9263         * include/grub/video.h: Added grub_video_unmap_color and
9264         grub_video_get_active_render_target.
9265         (grub_video_adapter): Added unmap_color and get_active_render_target.
9267         * video/video.c: Added grub_video_unmap_color and
9268         grub_video_get_active_render_target.
9269         (grub_video_get_info): Changed method to accept NULL pointer as an
9270         argument to allow detection of active video adapter.
9272         * video/i386/pc/vbe.c: Renamed grub_video_vbe_unmap_color as
9273         grub_video_vbe_unmap_color_int.
9274         Added grub_video_vbe_unmap_color and
9275         grub_video_vbe_get_active_render_target.
9276         (grub_video_vbe_adapter): Added unmap_color and
9277         get_active_render_target.
9279         * video/i386/pc/vbeblit.c: Replaced grub_video_vbe_unmap_color usage
9280         with grub_video_vbe_unmap_color_int.
9282         * term/gfxterm.c (DEFAULT_STANDARD_COLOR): Added.
9283         (DEFAULT_NORMAL_COLOR): Likewise.
9284         (DEFAULT_HIGHLIGHT_COLOR) Likewise.
9285         (DEFAULT_FG_COLOR): Removed.
9286         (DEFAULT_BG_COLOR): Likewise.
9287         (DEFAULT_CURSOR_COLOR): Changed value.
9288         (grub_virtual_screen): Added standard_color_setting,
9289         normal_color_setting, highlight_color_setting and term_color.
9290         (grub_virtual_screen): Removed fg_color_setting and bg_color_setting.
9291         (bitmap_width): Added.
9292         (bitmap_height): Likewise.
9293         (bitmap): Likewise.
9294         (set_term_color): Likewise.
9295         (grub_virtual_screen_setup): Changed to use new terminal coloring
9296         settings.
9297         (grub_gfxterm_init): Added init for bitmap.
9298         (grub_gfxterm_fini): Added destroy for bitmap.
9299         (redraw_screen_rect): Updated to use background bitmap and new
9300         terminal coloring.
9301         (scroll_up): Added optimization for case when there is no bitmap.
9302         (grub_gfxterm_cls): Fixed to use correct background color.
9303         (grub_virtual_screen_setcolorstate): Changed to use new terminal
9304         coloring.
9305         (grub_virtual_screen_setcolor): Likewise.
9306         (grub_virtual_screen_getcolor): Added.
9307         (grub_gfxterm_background_image_cmd): Likewise.
9308         (grub_video_term): Added setcolor and getcolor.
9309         (MOD_INIT): Added registration of background_image command.
9310         (MOD_TERM): Added unregistration for background_image command.
9312 2007-12-30  Pavel Roskin  <proski@gnu.org>
9314         * loader/multiboot_loader.c: Fix multiboot command
9315         unregistration.  Fix all typos in the word "multiboot".
9317 2007-12-29  Pavel Roskin  <proski@gnu.org>
9319         * util/grub.d/10_linux.in: Refactor search for initrd.  Add
9320         support for initrd names used in Fedora.
9322 2007-12-26  Bean  <bean123ch@gmail.com>
9324         * conf/common.rmk (pkgdata_MODULES): Add cpio.mod.
9325         (cpio_mod_SOURCES): New variable.
9326         (cpio_mod_CFLAGS): Likewise.
9327         (cpio_mod_LDFLAGS): Likewise.
9329         * fs/cpio.c: New file.
9331         * conf/i386-pc.rmk (grub_emu_SOURCES): Add cpio.c.
9333         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
9335         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
9337         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
9339 2007-12-25  Robert Millan  <rmh@aybabtu.com>
9341         * include/grub/term.h (struct grub_term): Add `getcolor' function.
9342         (grub_getcolor): New function.
9344         * kern/term.c (grub_getcolor): New function.
9345         * normal/menu.c (GRUB_COLOR_MENU_NORMAL): New macro.
9346         (GRUB_COLOR_MENU_HIGHLIGHT): New macro.
9347         (print_entry): Set normal and highlight colors to
9348         `GRUB_COLOR_MENU_NORMAL' and `GRUB_COLOR_MENU_HIGHLIGHT',
9349         respectively, before printing and restore them to old
9350         values afterwards.
9351         (grub_menu_init_page): Likewise.  Fill an additional colored space
9352         that would otherwise be left blank.
9354         * term/efi/console.c (grub_console_getcolor): New function.
9355         (struct grub_console_term.getcolor): New variable.
9356         * term/i386/pc/console.c (grub_console_getcolor): New function.
9357         (struct grub_console_term.getcolor): New variable.
9358         * term/ieee1275/ofconsole.c (grub_ofconsole_getcolor): New function.
9359         (struct grub_console_term.getcolor): New variable.
9361         * term/i386/pc/serial.c (grub_serial_setcolor): Remove function.
9362         (struct grub_console_term.setcolor): Remove variable.
9363         * term/i386/pc/vesafb.c (grub_virtual_screen_setcolor): Remove function.
9364         (struct grub_console_term.setcolor): Remove variable.
9365         * term/i386/pc/vga.c (grub_vga_setcolor): Remove function.
9366         (struct grub_console_term.setcolor): Remove variable.
9367         * term/gfxterm.c (grub_virtual_screen_setcolor): Remove function.
9368         (struct grub_console_term.setcolor): Remove variable.
9370 2007-12-25  Robert Millan  <rmh@aybabtu.com>
9372         * configure.ac: Search for possible unifont.hex locations, and
9373         define UNIFONT_HEX if found.
9375         * Makefile.in (UNIFONT_HEX): Define variable.
9376         (DATA): Rename to ...
9377         (PKGLIB): ... this.  Update all users.
9378         (PKGDATA): New variable.
9379         (pkgdata_IMAGES): Rename to ...
9380         (pkglib_IMAGES): ... this. Update all users.
9381         (pkgdata_MODULES): Rename to ...
9382         (pkglib_MODULES): ... this. Update all users.
9383         (pkgdata_PROGRAMS): Rename to ...
9384         (pkglib_PROGRAMS): ... this. Update all users.
9385         (pkgdata_DATA): Rename to ...
9386         (pkglib_DATA): ... this. Update all users.
9387         (CLEANFILES): Redefine to `$(pkglib_DATA) $(pkgdata_DATA)'.
9388         (unicode.pff, ascii.pff): New rules.
9389         (all-local): Add `$(PKGDATA)' dependency.
9390         (install-local): Process `$(PKGDATA)'.
9392         * util/update-grub_lib.in (font_path): Search for *.pff files in
9393         a few more locations, including `${pkgdata}'.
9395 2007-12-23  Robert Millan  <rmh@aybabtu.com>
9397         Patch from Bean  <bean123ch@gmail.com>:
9398         * disk/loopback.c (grub_loopback_read): Add missing bit shift to
9399         `size'.
9401 2007-12-21  Bean  <bean123ch@gmail.com>
9403         * conf/common.rmk (pkgdata_MODULES): Add ntfscomp.mod.
9404         (ntfscomp_mod_SOURCES): New variable.
9405         (ntfscomp_mod_CFLAGS): Likewise.
9406         (ntfscomp_mod_LDFLAGS): Likewise.
9408         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/ntfscomp.c.
9409         (grub_probe_SOURCES): Likewise.
9410         (grub_emu_SOURCES): Likewise.
9412         * conf/i386-efi.rmk (grub_probe_SOURCES): Add fs/ntfscomp.c.
9413         (grub_emu_SOURCES): Likewise.
9415         * conf/i386-linuxbios.rmk (grub_probe_SOURCES): Add fs/ntfscomp.c.
9416         (grub_emu_SOURCES): Likewise.
9418         * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Add fs/ntfscomp.c.
9419         (grub_emu_SOURCES): Likewise.
9421         * fs/ntfs.c (grub_ntfscomp_func): New variable.
9422         (read_run_list): Renamed to grub_ntfs_read_run_list.
9423         (decomp_nextvcn): Moved to ntfscomp.c.
9424         (decomp_getch): Likewise.
9425         (decomp_get16): Likewise.
9426         (decomp_block): Likewise.
9427         (read_block): Likewise.
9428         (read_data): Partially moved to ntfscomp.c.
9429         (fixup): Change unsigned to grub_uint16_t.
9430         (read_mft): Change unsigned long to grub_uint32_t.
9431         (read_attr): Likewise.
9432         (read_data): Likewise.
9433         (read_run_data): Likewise.
9434         (read_run_list): Likewise.
9435         (read_mft): Likewise.
9437         * fs/ntfscomp.c: New file.
9439         * include/grub/ntfs.h: New file.
9441 2007-12-16  Robert Millan  <rmh@aybabtu.com>
9443         * util/grub-mkdevicemap.c (make_device_map): Iterate up to 20 for
9444         IDE disk check, since Linux is known to support 20 IDE disks.
9445         Reported by Colin Watson.
9447 2007-12-15  Bean  <bean123ch@gmail.com>
9449         * conf/i386-pc.rmk (pkgdata_IMAGES): Add lnxboot.img.
9450         (lnxboot_img_SOURCES): New variable.
9451         (lnxboot_img_ASFLAGS): Likewise.
9452         (lnxboot_img_LDFLAGS): Likewise.
9454         * boot/i386/pc/lnxboot.S: New file.
9456 2007-11-24  Pavel Roskin  <proski@gnu.org>
9458         * configure.ac: Test if '--build-id=none' is supported by the
9459         linker.  If yes, add it to TARGET_LDFLAGS.  Build ID causes
9460         objcopy to generate incorrect binary files (binutils
9461         2.17.50.0.18-1 as shipped by Fedora 8).
9462         * aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): Use LDFLAGS when
9463         linking, so that build ID doesn't break the test.
9465 2007-11-24  Pavel Roskin  <proski@gnu.org>
9467         * include/grub/i386/time.h: use "void" in the argument list
9468         of grub_cpu_idle().
9469         * include/grub/powerpc/time.h: Likewise.
9470         * include/grub/sparc64/time.h: Likewise.
9472 2007-11-18  Christian Franke  <franke@computer.org>
9474         * util/console.c (grub_ncurses_getkey): Change curses KEY_* mapping,
9475         now return control chars instead of GRUB_CONSOLE_KEY_* constants.
9476         This fixes the problem that function keys did not work in grub-emu.
9478 2007-11-18  Christian Franke  <franke@computer.org>
9480         * disk/host.c (grub_host_open): Remove attribute unused from
9481         name parameter. Add check for "host". This fixes the problem
9482         that grub-emu does not find partitions.
9484 2007-11-18  Christian Franke  <franke@computer.org>
9486         * util/hostfs.c (is_dir): New function.
9487         (grub_hostfs_dir):  Handle missing dirent.d_type case.
9488         (grub_hostfs_read): Add missing fseek().
9489         (grub_hostfs_label): Clear label pointer.  This fixes a crash
9490         of grub-emu on "ls (host)".
9492 2007-11-18  Christian Franke  <franke@computer.org>
9494         * include/grub/i386/pc/init.h (struct grub_machine_mmap_entry):
9495         Add attribute packed, gcc 3.4.4 on Cygwin aligns this
9496         to 64 bit boundary by default.
9498 2007-11-18  Bean  <bean123ch@gmail.com>
9500         * conf/common.rmk (pkgdata_MODULES): Add hexdump.mod.
9501         (hexdump_mod_SOURCES): New variable.
9502         (hexdump_mod_CFLAGS): Likewise.
9503         (hexdump_mod_LDFLAGS): Likewise.
9505         * conf/i386-pc.rmk (grub_emu_SOURCES): Add command/hexdump.c.
9507         * conf/i386-efi.rmk (grub_emu_SOURCES): Add command/hexdump.c.
9509         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Add command/hexdump.c.
9511         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add command/hexdump.c.
9513         * include/grub/hexdump.h: New file.
9515         * commands/hexdump.c: New file.
9517 2007-11-10  Robert Millan  <rmh@aybabtu.com>
9519         * commands/i386/pc/play.c (beep_off): Switch order of arguments
9520         in grub_outb() calls.
9521         (beep_on): Likewise.
9523 2007-11-10  Christian Franke  <franke@computer.org>
9525         * normal/menu.c (run_menu): Check for empty menu to avoid crash.
9526         (grub_menu_run): Likewise.
9528 2007-11-10  Robert Millan  <rmh@aybabtu.com>
9530         * include/grub/i386/efi/machine.h: New file.
9531         * include/grub/i386/linuxbios/machine.h: Likewise.
9532         * include/grub/i386/pc/machine.h: Likewise.
9533         * include/grub/powerpc/ieee1275/machine.h: Likewise.
9534         * include/grub/sparc64/ieee1275/machine.h: Likewise.
9536         * term/i386/pc/serial.c: Include <grub/machine/machine.h>.
9537         (serial_hw_io_addr): New variable.
9538         (serial_hw_get_port): Obtain port address from `serial_hw_io_addr'
9539         instead of `(unsigned short *) 0x400'.
9541 2007-11-10  Bean  <bean123ch@gmail.com>
9543         * fs/ntfs.c (read_block): Fix a bug caused by adjacent blocks.
9545 2007-11-10  Vesa Jaaskelainen  <chaac@nic.fi>
9547         * conf/i386-pc.rmk (pkgdata_MODULES): Added vga.mod.
9548         (vga_mod_SOURCES): Added.
9549         (vga_mod_CFLAGS): Likewise.
9550         (vga_mod_LDFLAGS): Likewise.
9552         * term/i386/pc/vga.c (get_map_mask): Switch order of arguments in
9553         grub_outb() calls.
9554         (set_map_mask): Likewise.
9555         (set_read_map): Likewise.
9556         (set_read_address): Likewise.
9557         (vga_font): Removed variable.
9558         (get_vga_glyph): Removed function.
9559         (invalidate_char): Likewise.
9560         (write_char): Changed to use grub_font_get_glyph() for font
9561         information.
9562         (grub_vga_putchar): Likewise.
9563         (grub_vga_getcharwidth): Likewise.
9565 2007-11-10  Vesa Jaaskelainen  <chaac@nic.fi>
9567         * conf/i386-pc.rmk (boot_img_LDFLAGS): Use COMMON_LDFLAGS for target
9568         flags.
9569         (pxeboot_img_LDFLAGS): Likewise.
9570         (diskboot_img_LDFLAGS): Likewise.
9571         (kernel_img_LDFLAGS): Likewise.
9573 2007-11-06  Robert Millan  <rmh@aybabtu.com>
9575         * term/i386/pc/serial.c (serial_hw_put): Switch order of arguments
9576         in grub_outb() calls.
9577         (serial_hw_init): Likewise.
9579 2007-11-05  Robert Millan  <rmh@aybabtu.com>
9581         * util/update-grub.in: Allow files in ${update_grub_dir} to contain
9582         spaces.  Skip non-regular files.
9584 2007-11-05  Robert Millan  <rmh@aybabtu.com>
9586         * kern/disk.c (grub_disk_firmware_fini)
9587         (grub_disk_firmware_is_tainted): New variables.
9589         * include/grub/disk.h (grub_disk_firmware_fini)
9590         (grub_disk_firmware_is_tainted): Likewise.
9592         * disk/i386/pc/biosdisk.c (GRUB_MOD_FINI(biosdisk)): Moved from here ...
9593         (grub_disk_biosdisk_fini): ... to here.
9594         (GRUB_MOD_FINI(biosdisk)): Implement using grub_disk_biosdisk_fini().
9595         (GRUB_MOD_INIT(biosdisk)): Abort when `grub_disk_firmware_is_tainted'
9596         is set.  Register grub_disk_biosdisk_fini() in
9597         `grub_disk_firmware_fini'.
9599         * disk/ata.c: Remove `<grub/machine/biosdisk.h>'.
9600         (GRUB_MOD_INIT(ata)): Remove grub_biosdisk_fini() call.
9601         Use `grub_disk_firmware_is_tainted' and `grub_disk_firmware_fini'
9602         to finish existing firmware disk interface.
9604         * conf/i386-linuxbios.rmk (pkgdata_MODULES): Add `ata.mod'.
9605         (ata_mod_SOURCES): New variable.
9606         (ata_mod_CFLAGS): Likewise.
9607         (ata_mod_LDFLAGS): Likewise.
9609 2007-11-05  Robert Millan  <rmh@aybabtu.com>
9611         * disk/ata.c: Remove `<grub/machine/time.h>'.  Include `<grub/time.h>'.
9612         (grub_ata_wait): Reimplement using grub_millisleep().
9614         * include/grub/misc.h (grub_div_roundup): Fix parenthesization.
9615         * include/grub/i386/time.h (grub_cpu_idle): Disable `hlt' instruction.
9617 2007-11-03  Marco Gerards  <marco@gnu.org>
9619         * term/i386/pc/vga_text.c: Include <grub/cpu/io.h>.
9620         (CRTC_ADDR_PORT): New macro.
9621         (CRTC_DATA_PORT): Likewise.
9622         (CRTC_CURSOR): Likewise.
9623         (CRTC_CURSOR_ADDR_HIGH): Likewise.
9624         (CRTC_CURSOR_ADDR_LOW): Likewise.
9625         (update_cursor): New function.
9626         (grub_console_real_putchar): Call `update_cursor'.
9627         (grub_console_gotoxy): Likewise.
9628         (grub_console_cls): Set the default color when clearing the
9629         screen.
9630         (grub_console_setcursor): Implemented.
9632 2007-11-03  Marco Gerards  <marco@gnu.org>
9634         * disk/ata.c (grub_ata_pio_read): Don't wait for the command to
9635         become activate.
9636         (grub_ata_pio_write): Likewise.
9638         (grub_atapi_identify): Wait after issuing an ATA command.
9639         (grub_atapi_packet): Likewise.
9640         (grub_ata_identify): Likewise.
9641         (grub_ata_readwrite): Likewise.
9643 2007-11-03  Marco Gerards  <marco@gnu.org>
9645         * disk/ata.c (grub_ata_pio_read): Detect and return the error code.
9646         (grub_ata_pio_write): Likewise.
9647         (grub_ata_readwrite): Use `grub_error', instead of
9648         returning `grub_errno'.
9650 2007-11-03  Marco Gerards  <marco@gnu.org>
9652         * disk/ata.c (grub_ata_readwrite): Call grub_ata_pio_read and
9653         grub_ata_pio_write once for every single sector, instead of for
9654         multiple sectors.
9656 2007-10-31  Robert Millan  <rmh@aybabtu.com>
9658         * configure.ac: Add `i386-linuxbios' to the list of supported targets.
9660         * conf/i386-linuxbios.rmk: New file.
9662         * kern/i386/pc/hardware.c: Likewise.
9663         * term/i386/pc/at_keyboard.c: Likewise.
9664         * term/i386/pc/vga_text.c: Likewise.
9666         * include/grub/i386/linuxbios/boot.h: Likewise.
9667         * include/grub/i386/linuxbios/console.h: Likewise.
9668         * include/grub/i386/linuxbios/init.h: Likewise.
9669         * include/grub/i386/linuxbios/kernel.h: Likewise.
9670         * include/grub/i386/linuxbios/loader.h: Likewise.
9671         * include/grub/i386/linuxbios/memory.h: Likewise.
9672         * include/grub/i386/linuxbios/serial.h: Likewise.
9673         * include/grub/i386/linuxbios/time.h: Likewise.
9675         * kern/i386/linuxbios/init.c: Likewise.
9676         * kern/i386/linuxbios/startup.S: Likewise.
9677         * kern/i386/linuxbios/table.c: Likewise.
9679 2007-10-31  Marco Gerards  <marco@gnu.org>
9681         * conf/i386-pc.rmk (pkgdata_MODULES): Add `ata.mod'.
9682         (ata_mod_SOURCES): New variable.
9683         (ata_mod_CFLAGS): Likewise.
9684         (ata_mod_LDFLAGS): Likewise.
9686         * disk/ata.c: New file.
9688         * include/grub/disk.h (grub_disk_dev_id): Add
9689         `GRUB_DISK_DEV_ATA_ID'.
9691 2007-10-31  Robert Millan  <rmh@aybabtu.com>
9693         * include/grub/i386/pc/init.h (grub_lower_mem): Moved from here ...
9694         * include/grub/i386/pc/memory.h (grub_lower_mem): ... to here.
9696         * include/grub/i386/pc/init.h (grub_upper_mem): Moved from here ...
9697         * include/grub/i386/pc/memory.h (grub_upper_mem): ... to here.
9699         * include/grub/i386/pc/memory.h: Include `<grub/symbol.h>' and
9700         `<grub/types.h>'.
9702         * loader/i386/pc/multiboot.c: Include `<grub/machine/memory.h>'.
9704 2007-10-27  Robert Millan  <rmh@aybabtu.com>
9706         * include/grub/types.h (ULONG_MAX): Define macro.
9708 2007-10-22  Robert Millan  <rmh@aybabtu.com>
9710         * kern/i386/pc/startup.S: Remove `"kern/i386/realmode.S"'.  Include
9711         `"../realmode.S"'.
9712         Remove `"kern/i386/loader.S"'.  Include `"../loader.S"'.
9714 2007-10-22  Robert Millan  <rmh@aybabtu.com>
9716         * conf/i386-pc.rmk (kernel_img_SOURCES): Remove `disk/i386/pc/biosdisk.c'.
9717         (pkgdata_MODULES): Add `biosdisk.mod'.
9718         (biosdisk_mod_SOURCES, biosdisk_mod_CFLAGS, biosdisk_mod_LDFLAGS): New
9719         variables.
9721         * disk/i386/pc/biosdisk.c: Include `<grub/dl.h>'.
9722         (grub_biosdisk_init): Replace with ...
9723         (GRUB_MOD_INIT(biosdisk)): ... this.
9724         (grub_biosdisk_fini): Replace with ...
9725         (GRUB_MOD_FINI(biosdisk)): ... this.
9727         * kern/i386/pc/init.c: Remove `<grub/machine/biosdisk.h>'.
9728         (grub_machine_init): Remove call to grub_biosdisk_init().
9729         (grub_machine_fini): Remove call to grub_machine_fini().
9731         * util/i386/pc/grub-install.in (modules): Add `biosdisk'.
9733 2007-10-22  Robert Millan  <rmh@aybabtu.com>
9735         * include/grub/time.h: New file.
9736         * include/grub/i386/time.h: Likewise.
9737         * include/grub/powerpc/time.h: Likewise.
9738         * include/grub/sparc64/time.h: Likewise.
9740         * include/grub/i386/pc/time.h (KERNEL_TIME_HEADER): Rename all
9741         instances to ...
9742         (KERNEL_MACHINE_TIME_HEADER): ... this.
9743         * include/grub/powerpc/ieee1275/time.h (KERNEL_TIME_HEADER): Rename all
9744         instances to ...
9745         (KERNEL_MACHINE_TIME_HEADER): ... this.
9746         * include/grub/sparc64/ieee1275/time.h (KERNEL_TIME_HEADER): Rename all
9747         instances to ...
9748         (KERNEL_MACHINE_TIME_HEADER): ... this.
9750         * kern/i386/efi/init.c: Include `<grub/time.h>'.
9751         (grub_millisleep): New function.
9752         * kern/i386/pc/init.c: Include `<grub/time.h>'.
9753         (grub_millisleep): New function.
9754         * kern/powerpc/ieee1275/init.c: Include `<grub/time.h>'.
9755         Remove `grub/machine/time.h' include.
9756         (grub_millisleep): New function.
9757         * kern/sparc64/ieee1275/init.c: Include `<grub/time.h>'.
9758         Remove `grub/machine/time.h' include.
9759         (grub_millisleep): New function.
9761         * include/grub/misc.h (grub_div_roundup): New function.
9763         * kern/misc.c: Include `<grub/time.h>'.
9764         (grub_millisleep_generic): New function.
9766         * conf/i386-efi.rmk (kernel_mod_HEADERS): Remove `i386/efi/time.h'.
9767         Add `time.h'.
9768         * conf/i386-pc.rmk (kernel_img_HEADERS): Remove `machine/time.h'.
9769         Add `time.h'.
9770         * conf/powerpc-ieee1275.rmk (kernel_elf_HEADERS): Remove
9771         `machine/time.h'.  Add `time.h'.
9772         * conf/sparc64-ieee1275.rmk (kernel_elf_HEADERS): Likewise.
9774 2007-10-21  Robert Millan  <rmh@aybabtu.com>
9776         * include/grub/misc.h (grub_max): New function.
9778 2007-10-21  Robert Millan  <rmh@aybabtu.com>
9780         * util/misc.c (grub_util_info): Call fflush() before returning.
9782 2007-10-20  Robert Millan  <rmh@aybabtu.com>
9784         * genmk.rb (Image): Copy `extra_flags' from here ...
9785         (PModule): ... to here.  Use it in `#{obj}: #{src}' rule.
9787         * commands/i386/cpuid.c (grub_cmd_cpuid): Add __attribute__ ((unused))
9788         to `argc' and `args' arguments.
9790 2007-10-17  Robert Millan  <rmh@aybabtu.com>
9792         * kern/i386/loader.S: New file.
9794         * kern/i386/pc/startup.S (grub_linux_prot_size): Moved from here ...
9795         * kern/i386/loader.S (grub_linux_prot_size)... to here.
9796         * kern/i386/pc/startup.S (grub_linux_tmp_addr): Moved from here ...
9797         * kern/i386/loader.S (grub_linux_tmp_addr)... to here.
9798         * kern/i386/pc/startup.S (grub_linux_real_addr): Moved from here ...
9799         * kern/i386/loader.S (grub_linux_real_addr)... to here.
9800         * kern/i386/pc/startup.S (grub_linux_boot_zimage): Moved from here ...
9801         * kern/i386/loader.S (grub_linux_boot_zimage)... to here.
9802         * kern/i386/pc/startup.S (grub_linux_boot_bzimage): Moved from here ...
9803         * kern/i386/loader.S (grub_linux_boot_bzimage)... to here.
9804         * kern/i386/pc/startup.S (grub_multiboot_real_boot): Moved from here ...
9805         * kern/i386/loader.S (grub_multiboot_real_boot)... to here.
9806         * kern/i386/pc/startup.S (grub_multiboot2_real_boot): Moved from here ...
9807         * kern/i386/loader.S (grub_multiboot2_real_boot)... to here.
9809         * kern/i386/realmode.S: New file.
9811         * kern/i386/pc/startup.S (protstack): Moved from here ...
9812         * kern/i386/realmode.S (protstack)... to here.
9813         * kern/i386/pc/startup.S (gdt): Moved from here ...
9814         * kern/i386/realmode.S (gdt)... to here.
9815         * kern/i386/pc/startup.S (prot_to_real): Moved from here ...
9816         * kern/i386/realmode.S (prot_to_real)... to here.
9818         * kern/i386/pc/startup.S: Include `kern/i386/loader.S' and
9819         `kern/i386/realmode.S'.
9821 2007-10-17  Robert Millan  <rmh@aybabtu.com>
9823         * include/grub/i386/loader.h: New file.
9825         * include/grub/i386/pc/loader.h (grub_linux_prot_size)
9826         (grub_linux_tmp_addr, grub_linux_real_addr, grub_os_area_addr)
9827         (grub_os_area_size, grub_linux_boot_zimage, grub_linux_boot_bzimage)
9828         (grub_multiboot_real_boot, grub_multiboot2_real_boot)
9829         (grub_rescue_cmd_linux, grub_rescue_cmd_initrd): Moved from here ...
9830         * include/grub/i386/loader.h (grub_linux_prot_size)
9831         (grub_linux_tmp_addr, grub_linux_real_addr, grub_os_area_addr)
9832         (grub_os_area_size, grub_linux_boot_zimage, grub_linux_boot_bzimage)
9833         (grub_multiboot_real_boot, grub_multiboot2_real_boot)
9834         (grub_rescue_cmd_linux, grub_rescue_cmd_initrd): ... to here.
9836         * include/grub/i386/pc/loader.h: Include `grub/cpu/loader.h'.
9838 2007-10-15  Robert Millan  <rmh@aybabtu.com>
9840         * normal/misc.c (grub_normal_print_device_info): Do not probe for
9841         filesystem when dev->disk is unset.
9842         Do probe for filesystem even when dev->disk->has_partitions is set.
9843         In case a filesystem is found, always report it.
9844         In case it isn't, if dev->disk->has_partitions is set, report that
9845         a partition table was found instead of reporting that no filesystem
9846         could be identified.
9848 2007-10-12  Robert Millan  <rmh@aybabtu.com>
9850         * conf/powerpc-ieee1275.rmk (grub_mkimage_SOURCES): Replace reference
9851         to util/powerpc/ieee1275/grub-mkimage.c with util/elf/grub-mkimage.c.
9853         * include/grub/types.h (grub_host_to_target16): New macro.
9854         (grub_host_to_target32): Likewise.
9855         (grub_host_to_target64): Likewise.
9856         (grub_target_to_host16): Likewise.
9857         (grub_target_to_host32): Likewise.
9858         (grub_target_to_host64): Likewise.
9860         * include/grub/powerpc/ieee1275/kernel.h (GRUB_IEEE1275_MOD_ALIGN):
9861         Renamed from to ...
9862         (GRUB_MOD_ALIGN): ...this.  Update all users.
9864         * util/elf/grub-mkimage.c (load_note): Replace grub_cpu_to_be32 with
9865         grub_host_to_target32.
9866         Replace grub_be_to_cpu32 with grub_target_to_host32.
9867         (load_modules): Likewise.
9868         (add_segments): Replace grub_be_to_cpu16 with grub_target_to_host16.
9869         Replace grub_be_to_cpu32 with grub_target_to_host32.
9870         Replace grub_cpu_to_be16 with grub_host_to_target16.
9871         Replace grub_cpu_to_be32 grub_host_to_target32.
9873 2007-10-12  Robert Millan  <rmh@aybabtu.com>
9875         * util/powerpc/ieee1275/grub-mkimage.c: Moved to ...
9876         * util/elf/grub-mkimage.c: ... here.
9878         * DISTLIST: Add `util/elf/grub-mkimage.c'.  Remove
9879         `util/powerpc/ieee1275/grub-mkimage.c'.
9881 2007-10-07  Robert Millan  <rmh@aybabtu.com>
9883         * kern/powerpc/ieee1275/init.c: Rename HEAP_LIMIT to HEAP_MAX_ADDR,
9884         and make it easier to figure out.
9885         Add HEAP_MIN_SIZE and HEAP_MAX_ADDR definitions.
9886         (grub_claim_heap): Use HEAP_MAX_ADDR rather than taking a parameter.
9887         Do not avoid claiming a region above HEAP_MAX_ADDR if that would
9888         leave us with less than HEAP_MIN_SIZE total heap.
9889         Avoid our total amount of heap to surpass HEAP_MAX_SIZE.
9891 2007-10-03  Robert Millan  <rmh@aybabtu.com>
9893         * include/grub/i386/io.h: New file.
9894         * commands/i386/pc/play.c (inb): Removed.
9895         (outb): Removed.
9896         Include grub/cpu/io.h.  Replace inb() with grub_inb() and outb()
9897         with grub_outb().
9898         * term/i386/pc/serial.c  (inb): Removed.
9899         (outb): Removed.
9900         Include grub/cpu/io.h.  Replace inb() with grub_inb() and outb()
9901         with grub_outb().
9902         * term/i386/pc/vga.c  (inb): Removed.
9903         (outb): Removed.
9904         Include grub/cpu/io.h.  Replace inb() with grub_inb() and outb()
9905         with grub_outb().
9907 2007-10-02  Robert Millan  <rmh@aybabtu.com>
9909         * conf/i386-efi.rmk (grub_emu_SOURCES): Add util/hostfs.c.
9910         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
9911         Reported by Marcin Kurek.
9913 2007-09-07  Robert Millan  <rmh@aybabtu.com>
9915         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_test_flag): Detect
9916         SmartFirmware version updates (as released by Sven Luther), and avoid
9917         setting GRUB_IEEE1275_FLAG_NO_PARTITION_0 or
9918         GRUB_IEEE1275_FLAG_0_BASED_PARTITIONS unless the running version is
9919         known broken.
9921 2007-09-03  Yoshinori K. Okuji  <okuji@enbug.org>
9923         From Hitoshi Ozeki:
9924         * kern/i386/pc/init.c (compact_mem_regions): Decrease NUM_REGIONS
9925         when merging two regions.
9927 2007-09-03  Yoshinori K. Okuji  <okuji@enbug.org>
9929         * kern/rescue.c (grub_enter_rescue_mode): Free ARGS.
9930         * normal/completion.c (grub_normal_do_completion): Likewise.
9931         Reported by Hitoshi Ozeki.
9933 2007-09-03  Yoshinori K. Okuji  <okuji@enbug.org>
9935         Do not use devices at boot in chainloading.
9937         * loader/i386/pc/chainloader.c (boot_drive): New variable.
9938         (boot_part_addr): Likewise.
9939         (grub_chainloader_boot): Simply call grub_chainloader_real_boot
9940         with BOOT_DRIVE and BOOT_PART_ADDR.
9941         (grub_chainloader_cmd): Set BOOT_DRIVE and BOOT_PART_ADDR.
9942         Reported by Hitoshi Ozeki <h-ozeki@ck2.so-net.ne.jp>.
9944 2007-08-29  Robert Millan  <rmh@aybabtu.com>
9946         Patch from Simon Peter <dn.tlp@gmx.net>:
9947         * genmk.rb (Utility): Append $(#{src}_DEPENDENCIES) to #{obj} targets.
9948         * conf/i386-pc.rmk: Replace grub-probe_DEPENDENCIES with
9949         util/grub-probe.c_DEPENDENCIES.  Replace grub-setup_DEPENDENCIES with
9950         util/i386/pc/grub-setup.c_DEPENDENCIES.
9951         * conf/i386-efi.rmk: Replace grub-probe_DEPENDENCIES with
9952         util/grub-probe.c_DEPENDENCIES.
9953         * conf/powerpc-ieee1275.rmk: Likewise.
9955 2007-08-28  Robert Millan  <rmh@aybabtu.com>
9957         * util/i386/get_disk_name.c: New.  Implement grub_util_get_disk_name()
9958         to tell grub-mkdevicemap how to name devices.
9959         * util/ieee1275/get_disk_name.c: Likewise (using "ofpathname -a"
9960         feature).
9962         * conf/i386-efi.rmk (grub_mkdevicemap_SOURCES): Add
9963         util/i386/get_disk_name.c.
9964         * conf/i386-pc.rmk (grub_mkdevicemap_SOURCES): Likewise.
9965         * conf/powerpc-ieee1275.rmk (grub_mkdevicemap_SOURCES): Add
9966         util/ieee1275/get_disk_name.c.
9968         * include/grub/util/misc.h: grub_util_get_disk_name() declaration.
9970         * DISTLIST: Add util/i386/get_disk_name.c and
9971         util/ieee1275/get_disk_name.c.
9973         * util/grub-mkdevicemap.c: Replace device naming logic with
9974         grub_util_get_disk_name() calls.
9976 2007-08-20  Robert Millan  <rmh@aybabtu.com>
9978         * normal/menu.c (run_menu): Refer to seconds as "s" not "seconds"
9979         (so that it works for both plural and singular quantities).
9981 2007-08-05  Robert Millan  <rmh@aybabtu.com>
9983         * util/grub.d/10_linux.in (test_gt): Strip out vmlinu[xz]- prefix
9984         so that [xz] isn't taken into account when determining order.
9986 2007-08-02  Marco Gerards  <marco@gnu.org>
9988         * DISTLIST: Add `disk/host.c', `fs/ntfs.c', `include/multiboot.h',
9989         `include/multiboot2.h', `include/grub/elfload.h',
9990         `include/multiboot.h', `include/grub/multiboot.h',
9991         `include/grub/multiboot_loader.h', `include/grub/multiboot2.h',
9992         `include/grub/i386/pc/biosdisk.h', `include/grub/util/biosdisk.h',
9993         `kern/elf.c', `loader/multiboot_loader.c',
9994         `loader/multiboot_loader_normal.c', `loader/multiboot2.c',
9995         `loader/i386/pc/multiboot2.c',
9996         `loader/powerpc/ieee1275/multiboot2.c', `util/hostfs.c' and
9997         `util/i386/pc/grub-mkrescue.in'.  Remove
9998         `include/grub/biosdisk.h', `include/grub/i386/pc/multiboot.h',
9999         `include/grub/i386/pc/util/biosdisk.h' and
10000         `include/grub/powerpc/ieee1275/multiboot.h'.
10002 2007-08-02  Bean  <bean123ch@gmail.com>
10004         * conf/common.rmk (pkgdata_MODULES): Add ntfs.mod.
10005         (ntfs_mod_SOURCES): New variable.
10006         (ntfs_mod_CFLAGS): Likewise.
10007         (ntfs_mod_LDFLAGS): Likewise.
10009         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/ntfs.c.
10010         (grub_probe_SOURCES): Likewise.
10011         (grub_emu_SOURCES): Likewise.
10013         * conf/i386-efi.rmk (grub_probe_SOURCES): Add fs/ntfs.c.
10014         (grub_emu_SOURCES): Likewise.
10016         * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Add fs/ntfs.c.
10017         (grub_emu_SOURCES): Likewise.
10019         * conf/misc.c (grub_utf16_to_utf8): Fix unicode conversion bug.
10021         * fs/ntfs.c: New file.
10023 2007-08-02  Bean  <bean123ch@gmail.com>
10025         * disk.h (grub_disk): Use NESTED_FUNC_ATTR.
10027         * file.h (grub_file): Likewise.
10029         * fshelp.h (grub_fshelp_read_file): Likewise.
10031         * util/i386/pc/grub-setup.c (setup): Likewise.
10032         (save_first_sector): Likewise.
10033         (save_blocklists): Likewise.
10035         * fs/affs.c (grub_affs_read_file): Likewise.
10037         * fs/ext2.c (grub_ext2_read_file): Likewise.
10039         * fs/fat.c (grub_fat_read_data): Likewise.
10041         * fs/fshelp.c (grub_fshelp_read_file): Likewise.
10043         * fs/hfs.c (grub_hfs_read_file): Likewise.
10045         * fs/hfsplus.c (grub_hfsplus_read_file): Likewise.
10047         * fs/jfs.c (grub_jfs_read_file): Likewise.
10049         * fs/minix.c (grub_minix_read_file): Likewise.
10051         * fs/sfs.c (grub_sfs_read_file): Likewise.
10053         * fs/ufs.c (grub_ufs_read_file): Likewise.
10055         * fs/xfs.c (grub_xfs_read_file): Likewise.
10057         * command/blocklist.c (read_blocklist): Likewise.
10058         (print_blocklist): Likewise.
10060 2007-08-02  Marco Gerards  <marco@gnu.org>
10062         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `disk/host.c' and
10063         `util/hostfs.c'.
10065         * disk/host.c: New file.
10067         * util/hostfs.c: Likewise.
10069         * fs/hfsplus.c (grub_hfsplus_mount): When reading out of disk,
10070         return `GRUB_ERR_BAD_FS'.
10071         * fs/sfs.c (grub_sfs_mount): Likewise.
10072         * fs/xfs.c (grub_xfs_mount): Likewise.
10074         * include/grub/disk.h (enum grub_disk_dev_id): Add
10075         `GRUB_DISK_DEVICE_HOST_ID'.
10077         * util/grub-emu.c (main): Initialize and de-initialize hostfs.
10079 2007-07-24  Jerone Young  <jerone@gmail.com>
10081         * conf/i386-pc.rmk: Add Multiboot loader and multiboot 2 to multiboot
10082         modules for compilation.
10083         * conf/powerpc-ieee1275.rmk: Likewise.
10085         * include/multiboot.h: Move multiboot definitions to one file. Rename
10086         many definitions to not get grub specific.
10087         * include/multiboot2.h: Create header with multiboot 2 definitions.
10088         * include/grub/multiboot.h: Header for grub specific function
10089         prototypes and definitions.
10090         * include/grub/multiboot2.h: Likewise.
10091         * include/grub/multiboot_loader.h: Likewise.
10092         * include/grub/i386/pc/multiboot.h: Removed.
10093         * include/grub/powerpc/ieee1275/multiboot.h: Removed.
10095         * loader/multiboot_loader.c: Created to act as a proxy for multiboot 1
10096         and 2 to allow for one multiboot and module commands.
10097         * loader/multiboot2.c: Add multiboot2 functionality.
10098         * loader/i386/pc/multiboot.c: Modify for new multiboot header location
10099         and definition names.
10100         * loader/i386/pc/multiboot2.c: Created to add i386 specific multiboot
10101         2 functions.
10102         * loader/powerpc/ieee1275/multiboot2.c: Created to add powerpc
10103         ieee1275 specific multiboot2 code.
10105         * kern/i386/pc/startup.S: Change headers and definition names for
10106         multiboot. Add function grub_multiboot2_real_boot for multiboot 2.
10108 2007-07-22  Robert Millan  <rmh@aybabtu.com>
10110         * geninitheader.sh: Process file specified in first parameter rather
10111         than hardcoding grub_modules_init.lst.
10112         * geninit.sh: Likewise.  Also, construct header name dynamically rather
10113         than hardcoding grub_modules_init.h.
10115         * conf/common.rmk: Rename grub_modules_init.[ch] files associated with
10116         grub-emu to grub_emu_init.[ch].  Add rules to build analogous
10117         grub_probe_init.[ch] and grub_setup_init.[ch].
10119         * conf/powerpc-ieee1275.rmk (grub_emu_DEPENDENCIES): Replace
10120         grub_modules_init.h with grub_emu_init.h.
10121         (grub_probe_DEPENDENCIES, grub_probe_SOURCES): Add new
10122         grub_probe_init.[ch] files.
10123         * conf/i386-efi.rmk: Likewise.
10124         * conf/i386-pc.rmk: Likewise.
10125         (grub_setup_DEPENDENCIES, grub_setup_SOURCES): Add new
10126         grub_setup_init.[ch] files.
10128         * util/grub-emu.c: Replace grub_modules_init.h with grub_emu_init.h.
10129         * util/grub-probe.c: Include grub_probe_init.h.  Use grub_init_all()
10130         to initialize modules rather than a list of hardcoded functions.
10131         * util/i386/pc/grub-setup.c: Include grub_setup_init.h.  Use
10132         grub_init_all() to initialize modules rather than a list of hardcoded
10133         functions.
10135 2007-07-22  Robert Millan  <rmh@aybabtu.com>
10137         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options): Set
10138         GRUB_IEEE1275_FLAG_NO_PARTITION_0 flag when running on SmartFirmware.
10140 2007-07-22  Robert Millan  <rmh@aybabtu.com>
10142         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_flag): Add
10143         GRUB_IEEE1275_FLAG_BROKEN_OUTPUT flag.
10144         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options): Set this
10145         flag when running on SmartFirmware.
10146         * term/ieee1275/ofconsole.c (grub_ofconsole_init): Avoid running
10147         "output-device output" command when GRUB_IEEE1275_FLAG_BROKEN_OUTPUT
10148         was set.
10150         * kern/powerpc/ieee1275/openfw.c (grub_ieee1275_encode_devname):
10151         Increase partno when GRUB_IEEE1275_FLAG_0_BASED_PARTITIONS flag is set,
10152         rather than decreasing it.
10154         * util/i386/pc/grub-setup.c (setup): When embedding is required, but
10155         there's not enough space to do it, fail in the same way as when it
10156         can't be done because there are no partitions.
10158         * util/powerpc/ieee1275/grub-install.in: Improve error message shown
10159         when nvsetenv failed.
10161 2007-07-22  Yoshinori K. Okuji  <okuji@enbug.org>
10163         * conf/i386-pc.rmk (CLEANFILES): Removed for grub-mkrescue,
10164         because this rule is automatically generated.
10165         (grub-mkrescue): Removed for the same reason as above.
10167 2007-07-22  Yoshinori K. Okuji  <okuji@enbug.org>
10169         Migrate to GNU General Public License Version 3.
10171         * COPYING: Replaced with the plain text version of GPLv3.
10173         * config.guess: Updated from gnulib.
10174         * config.sub: Likewise.
10176         * geninit.sh: Output a GPLv3 copyright notice.
10177         * geninitheader.sh: Likewise.
10178         * genmodsrc.sh: Likewise.
10179         * gensymlist.sh.in: Likewise.
10181         * boot/i386/pc/boot.S: Upgraded to GPLv3.
10182         * boot/i386/pc/diskboot.S: Likewise.
10183         * boot/i386/pc/pxeboot.S: Likewise.
10184         * commands/blocklist.c: Likewise.
10185         * commands/boot.c: Likewise.
10186         * commands/cat.c: Likewise.
10187         * commands/cmp.c: Likewise.
10188         * commands/configfile.c: Likewise.
10189         * commands/echo.c: Likewise.
10190         * commands/help.c: Likewise.
10191         * commands/ls.c: Likewise.
10192         * commands/search.c: Likewise.
10193         * commands/terminal.c: Likewise.
10194         * commands/test.c: Likewise.
10195         * commands/videotest.c: Likewise.
10196         * commands/i386/cpuid.c: Likewise.
10197         * commands/i386/pc/halt.c: Likewise.
10198         * commands/i386/pc/play.c: Likewise.
10199         * commands/i386/pc/reboot.c: Likewise.
10200         * commands/i386/pc/vbeinfo.c: Likewise.
10201         * commands/i386/pc/vbetest.c: Likewise.
10202         * commands/ieee1275/halt.c: Likewise.
10203         * commands/ieee1275/reboot.c: Likewise.
10204         * commands/ieee1275/suspend.c: Likewise.
10205         * disk/loopback.c: Likewise.
10206         * disk/lvm.c: Likewise.
10207         * disk/raid.c: Likewise.
10208         * disk/efi/efidisk.c: Likewise.
10209         * disk/i386/pc/biosdisk.c: Likewise.
10210         * disk/ieee1275/ofdisk.c: Likewise.
10211         * font/manager.c: Likewise.
10212         * fs/affs.c: Likewise.
10213         * fs/ext2.c: Likewise.
10214         * fs/fat.c: Likewise.
10215         * fs/fshelp.c: Likewise.
10216         * fs/hfs.c: Likewise.
10217         * fs/hfsplus.c: Likewise.
10218         * fs/iso9660.c: Likewise.
10219         * fs/jfs.c: Likewise.
10220         * fs/minix.c: Likewise.
10221         * fs/sfs.c: Likewise.
10222         * fs/ufs.c: Likewise.
10223         * fs/xfs.c: Likewise.
10224         * hello/hello.c: Likewise.
10225         * include/grub/acorn_filecore.h: Likewise.
10226         * include/grub/arg.h: Likewise.
10227         * include/grub/bitmap.h: Likewise.
10228         * include/grub/boot.h: Likewise.
10229         * include/grub/cache.h: Likewise.
10230         * include/grub/device.h: Likewise.
10231         * include/grub/disk.h: Likewise.
10232         * include/grub/dl.h: Likewise.
10233         * include/grub/elfload.h: Likewise.
10234         * include/grub/env.h: Likewise.
10235         * include/grub/err.h: Likewise.
10236         * include/grub/file.h: Likewise.
10237         * include/grub/font.h: Likewise.
10238         * include/grub/fs.h: Likewise.
10239         * include/grub/fshelp.h: Likewise.
10240         * include/grub/gzio.h: Likewise.
10241         * include/grub/hfs.h: Likewise.
10242         * include/grub/kernel.h: Likewise.
10243         * include/grub/loader.h: Likewise.
10244         * include/grub/lvm.h: Likewise.
10245         * include/grub/misc.h: Likewise.
10246         * include/grub/mm.h: Likewise.
10247         * include/grub/net.h: Likewise.
10248         * include/grub/normal.h: Likewise.
10249         * include/grub/parser.h: Likewise.
10250         * include/grub/partition.h: Likewise.
10251         * include/grub/pc_partition.h: Likewise.
10252         * include/grub/raid.h: Likewise.
10253         * include/grub/rescue.h: Likewise.
10254         * include/grub/script.h: Likewise.
10255         * include/grub/setjmp.h: Likewise.
10256         * include/grub/symbol.h: Likewise.
10257         * include/grub/term.h: Likewise.
10258         * include/grub/terminfo.h: Likewise.
10259         * include/grub/tparm.h: Likewise.
10260         * include/grub/types.h: Likewise.
10261         * include/grub/video.h: Likewise.
10262         * include/grub/efi/api.h: Likewise.
10263         * include/grub/efi/chainloader.h: Likewise.
10264         * include/grub/efi/console.h: Likewise.
10265         * include/grub/efi/console_control.h: Likewise.
10266         * include/grub/efi/disk.h: Likewise.
10267         * include/grub/efi/efi.h: Likewise.
10268         * include/grub/efi/pe32.h: Likewise.
10269         * include/grub/efi/time.h: Likewise.
10270         * include/grub/i386/linux.h: Likewise.
10271         * include/grub/i386/setjmp.h: Likewise.
10272         * include/grub/i386/types.h: Likewise.
10273         * include/grub/i386/efi/kernel.h: Likewise.
10274         * include/grub/i386/efi/loader.h: Likewise.
10275         * include/grub/i386/efi/time.h: Likewise.
10276         * include/grub/i386/pc/biosdisk.h: Likewise.
10277         * include/grub/i386/pc/boot.h: Likewise.
10278         * include/grub/i386/pc/chainloader.h: Likewise.
10279         * include/grub/i386/pc/console.h: Likewise.
10280         * include/grub/i386/pc/init.h: Likewise.
10281         * include/grub/i386/pc/kernel.h: Likewise.
10282         * include/grub/i386/pc/loader.h: Likewise.
10283         * include/grub/i386/pc/memory.h: Likewise.
10284         * include/grub/i386/pc/multiboot.h: Likewise.
10285         * include/grub/i386/pc/serial.h: Likewise.
10286         * include/grub/i386/pc/time.h: Likewise.
10287         * include/grub/i386/pc/vbe.h: Likewise.
10288         * include/grub/i386/pc/vbeblit.h: Likewise.
10289         * include/grub/i386/pc/vbefill.h: Likewise.
10290         * include/grub/i386/pc/vbeutil.h: Likewise.
10291         * include/grub/i386/pc/vga.h: Likewise.
10292         * include/grub/ieee1275/ieee1275.h: Likewise.
10293         * include/grub/ieee1275/ofdisk.h: Likewise.
10294         * include/grub/powerpc/libgcc.h: Likewise.
10295         * include/grub/powerpc/setjmp.h: Likewise.
10296         * include/grub/powerpc/types.h: Likewise.
10297         * include/grub/powerpc/ieee1275/biosdisk.h: Likewise.
10298         * include/grub/powerpc/ieee1275/console.h: Likewise.
10299         * include/grub/powerpc/ieee1275/ieee1275.h: Likewise.
10300         * include/grub/powerpc/ieee1275/kernel.h: Likewise.
10301         * include/grub/powerpc/ieee1275/loader.h: Likewise.
10302         * include/grub/powerpc/ieee1275/multiboot.h: Likewise.
10303         * include/grub/powerpc/ieee1275/time.h: Likewise.
10304         * include/grub/powerpc/ieee1275/util/biosdisk.h: Likewise.
10305         * include/grub/sparc64/libgcc.h: Likewise.
10306         * include/grub/sparc64/setjmp.h: Likewise.
10307         * include/grub/sparc64/types.h: Likewise.
10308         * include/grub/sparc64/ieee1275/console.h: Likewise.
10309         * include/grub/sparc64/ieee1275/ieee1275.h: Likewise.
10310         * include/grub/sparc64/ieee1275/kernel.h: Likewise.
10311         * include/grub/sparc64/ieee1275/time.h: Likewise.
10312         * include/grub/util/biosdisk.h: Likewise.
10313         * include/grub/util/getroot.h: Likewise.
10314         * include/grub/util/lvm.h: Likewise.
10315         * include/grub/util/misc.h: Likewise.
10316         * include/grub/util/raid.h: Likewise.
10317         * include/grub/util/resolve.h: Likewise.
10318         * io/gzio.c: Likewise.
10319         * kern/device.c: Likewise.
10320         * kern/disk.c: Likewise.
10321         * kern/dl.c: Likewise.
10322         * kern/elf.c: Likewise.
10323         * kern/env.c: Likewise.
10324         * kern/err.c: Likewise.
10325         * kern/file.c: Likewise.
10326         * kern/fs.c: Likewise.
10327         * kern/loader.c: Likewise.
10328         * kern/main.c: Likewise.
10329         * kern/misc.c: Likewise.
10330         * kern/mm.c: Likewise.
10331         * kern/parser.c: Likewise.
10332         * kern/partition.c: Likewise.
10333         * kern/rescue.c: Likewise.
10334         * kern/term.c: Likewise.
10335         * kern/efi/efi.c: Likewise.
10336         * kern/efi/init.c: Likewise.
10337         * kern/efi/mm.c: Likewise.
10338         * kern/i386/dl.c: Likewise.
10339         * kern/i386/efi/init.c: Likewise.
10340         * kern/i386/efi/startup.S: Likewise.
10341         * kern/i386/pc/init.c: Likewise.
10342         * kern/i386/pc/lzo1x.S: Likewise.
10343         * kern/i386/pc/startup.S: Likewise.
10344         * kern/ieee1275/ieee1275.c: Likewise.
10345         * kern/powerpc/cache.S: Likewise.
10346         * kern/powerpc/dl.c: Likewise.
10347         * kern/powerpc/ieee1275/cmain.c: Likewise.
10348         * kern/powerpc/ieee1275/crt0.S: Likewise.
10349         * kern/powerpc/ieee1275/init.c: Likewise.
10350         * kern/powerpc/ieee1275/openfw.c: Likewise.
10351         * kern/sparc64/cache.S: Likewise.
10352         * kern/sparc64/dl.c: Likewise.
10353         * kern/sparc64/ieee1275/init.c: Likewise.
10354         * kern/sparc64/ieee1275/openfw.c: Likewise.
10355         * loader/efi/chainloader.c: Likewise.
10356         * loader/efi/chainloader_normal.c: Likewise.
10357         * loader/i386/efi/linux.c: Likewise.
10358         * loader/i386/efi/linux_normal.c: Likewise.
10359         * loader/i386/pc/chainloader.c: Likewise.
10360         * loader/i386/pc/chainloader_normal.c: Likewise.
10361         * loader/i386/pc/linux.c: Likewise.
10362         * loader/i386/pc/linux_normal.c: Likewise.
10363         * loader/i386/pc/multiboot.c: Likewise.
10364         * loader/i386/pc/multiboot_normal.c: Likewise.
10365         * loader/powerpc/ieee1275/linux.c: Likewise.
10366         * loader/powerpc/ieee1275/linux_normal.c: Likewise.
10367         * normal/arg.c: Likewise.
10368         * normal/cmdline.c: Likewise.
10369         * normal/command.c: Likewise.
10370         * normal/completion.c: Likewise.
10371         * normal/execute.c: Likewise.
10372         * normal/function.c: Likewise.
10373         * normal/lexer.c: Likewise.
10374         * normal/main.c: Likewise.
10375         * normal/menu.c: Likewise.
10376         * normal/menu_entry.c: Likewise.
10377         * normal/misc.c: Likewise.
10378         * normal/parser.y: Likewise.
10379         * normal/script.c: Likewise.
10380         * normal/i386/setjmp.S: Likewise.
10381         * normal/powerpc/setjmp.S: Likewise.
10382         * normal/sparc64/setjmp.S: Likewise.
10383         * partmap/acorn.c: Likewise.
10384         * partmap/amiga.c: Likewise.
10385         * partmap/apple.c: Likewise.
10386         * partmap/gpt.c: Likewise.
10387         * partmap/pc.c: Likewise.
10388         * partmap/sun.c: Likewise.
10389         * term/gfxterm.c: Likewise.
10390         * term/terminfo.c: Likewise.
10391         * term/efi/console.c: Likewise.
10392         * term/i386/pc/console.c: Likewise.
10393         * term/i386/pc/serial.c: Likewise.
10394         * term/i386/pc/vesafb.c: Likewise.
10395         * term/i386/pc/vga.c: Likewise.
10396         * term/ieee1275/ofconsole.c: Likewise.
10397         * util/biosdisk.c: Likewise.
10398         * util/console.c: Likewise.
10399         * util/genmoddep.c: Likewise.
10400         * util/getroot.c: Likewise.
10401         * util/grub-emu.c: Likewise.
10402         * util/grub-mkdevicemap.c: Likewise.
10403         * util/grub-probe.c: Likewise.
10404         * util/lvm.c: Likewise.
10405         * util/misc.c: Likewise.
10406         * util/raid.c: Likewise.
10407         * util/resolve.c: Likewise.
10408         * util/update-grub.in: Likewise.
10409         * util/update-grub_lib.in: Likewise.
10410         * util/grub.d/00_header.in: Likewise.
10411         * util/grub.d/10_hurd.in: Likewise.
10412         * util/grub.d/10_linux.in: Likewise.
10413         * util/i386/efi/grub-install.in: Likewise.
10414         * util/i386/efi/grub-mkimage.c: Likewise.
10415         * util/i386/pc/grub-install.in: Likewise.
10416         * util/i386/pc/grub-mkimage.c: Likewise.
10417         * util/i386/pc/grub-mkrescue.in: Likewise.
10418         * util/i386/pc/grub-setup.c: Likewise.
10419         * util/i386/pc/misc.c: Likewise.
10420         * util/powerpc/ieee1275/grub-install.in: Likewise.
10421         * util/powerpc/ieee1275/grub-mkimage.c: Likewise.
10422         * util/powerpc/ieee1275/misc.c: Likewise.
10423         * video/bitmap.c: Likewise.
10424         * video/video.c: Likewise.
10425         * video/i386/pc/vbe.c: Likewise.
10426         * video/i386/pc/vbeblit.c: Likewise.
10427         * video/i386/pc/vbefill.c: Likewise.
10428         * video/i386/pc/vbeutil.c: Likewise.
10429         * video/readers/tga.c: Likewise.
10431 2007-07-02  Robert Millan  <rmh@aybabtu.com>
10433         * conf/i386-efi.rmk: Replace obsolete reference to
10434         util/i386/pc/biosdisk.c with util/biosdisk.c, and util/i386/pc/getroot.c
10435         with util/getroot.c.
10436         * conf/powerpc-ieee1275.rmk: Likewise.
10437         * conf/sparc64-ieee1275.rmk: Likewise.
10439         * util/grub-emu.c (main): Fix unchecked pointer handling.
10441 2007-07-02  Robert Millan  <rmh@aybabtu.com>
10443         * util/i386/efi/grub-install.in: Allow `grub_probe --target=partmap'
10444         invocation to fail, in order to support partition-less media.
10446         * util/i386/pc/grub-install.in: Likewise.
10448         * util/powerpc/ieee1275/grub-install.in: Use grub-probe to determine
10449         which fs or partmap modules are needed (akin to its sister scripts).
10451         Also use grub-probe to get rid of unportable /proc/mounts check.
10453         Print the same informational message that the other scripts do, before
10454         exiting.
10456 2007-06-23  Robert Millan  <rmh@aybabtu.com>
10458         * util/update-grub_lib.in (font_path): New function.  Determine whether
10459         a font file can be found and, if so, echo the GRUB path to it.
10461         * util/update-grub.in: Handle multiple terminals depending on user
10462         input, platform availability and font file presence.  Propagate
10463         variables of our findings to /etc/grub.d/ children.
10465         * util/grub.d/00_header.in: Handle multiple terminals, based on
10466         environment setup by update-grub.
10468 2007-06-23  Robert Millan  <rmh@aybabtu.com>
10470         * conf/i386-pc.rmk (pkgdata_MODULES): Add serial.mod.
10472 2007-06-21  Robert Millan  <rmh@aybabtu.com>
10474         * include/grub/i386/pc/kernel.h: Define GRUB_KERNEL_MACHINE_DATA_END to
10475         indicate end of data section in kernel image.
10476         * include/grub/i386/efi/kernel.h: Define GRUB_KERNEL_MACHINE_PREFIX and
10477         GRUB_KERNEL_MACHINE_DATA_END.
10479         * kern/i386/pc/startup.S: Do not initialize grub_prefix, only reserve
10480         space for it.
10481         * kern/i386/efi/startup.S: Likewise.
10483         * util/i386/pc/grub-mkimage.c: Initialize grub_prefix to /boot/grub
10484         during image generation.  Implement --prefix option to override this
10485         patch.
10486         * util/i386/efi/grub-mkimage.c: Likewise.
10488         * util/update-grub_lib.in (convert_system_path_to_grub_path): Split
10489         code to make path relative to its root into a separate function.
10491         * util/i386/pc/grub-install.in: Use newly provided
10492         make_system_path_relative_to_its_root() to convert ${grubdir}, then
10493         pass the result to grub-install --prefix.
10495 2007-06-13  Robert Millan  <rmh@aybabtu.com>
10497         * include/grub/util/misc.h: Define DEFAULT_DIRECTORY and
10498         DEFAULT_DEVICE_MAP.
10499         * util/grub-emu.c: Use above definitions from misc.h instead of
10500         defining them.
10501         * util/grub-mkdevicemap.c: Likewise.
10502         * util/i386/pc/grub-setup.c: Likewise.
10503         * util/grub-probe.c: Likewise.
10504         (probe): Abort with grub_util_error() when either
10505         grub_guess_root_device or grub_util_get_grub_dev fails.
10507 2007-06-12  Robert Millan  <rmh@aybabtu.com>
10509         * normal/command.c (grub_command_execute): Use NULL rather than 0 for
10510         "pager" assignment.
10511         * util/biosdisk.c (grub_util_biosdisk_get_grub_dev): Likewise for
10512         "pcdata".
10513         * util/grub-probe.c (probe): Likewise for "drive_name".
10515 2007-06-11  Robert Millan  <rmh@aybabtu.com>
10517         * util/i386/pc/grub-mkrescue.in: Pad both floppy images with zeroes,
10518         not just the cdrom one.
10520 2007-06-11  Robert Millan  <rmh@aybabtu.com>
10522         * util/i386/pc/grub-mkrescue.in: Add "set -e".
10523         Add --pkglibdir=DIR option to override pkglibdir.
10524         Mention --image-type=TYPE in help output.
10525         Fix --grub-mkimage (it was a no-op).
10526         Abort gracefully when no parameter is given.
10528 2007-06-11  Robert Millan  <rmh@aybabtu.com>
10530         * util/i386/pc/grub-mkrescue.in: New file.
10531         * conf/i386-pc.rmk: Add its build declarations.  Put it in bin_SCRIPTS.
10532         * Makefile.in: Handle bin_SCRIPTS.
10534 2007-06-10  Vesa Jaaskelainen  <chaac@nic.fi>
10536         * term/gfxterm.c (grub_gfxterm_init): Added support for specifying
10537         list of video modes.
10539 2007-06-06  Robert Millan  <rmh@aybabtu.com>
10541         * util/update-grub_lib.in (convert_system_path_to_grub_path): Abort if
10542         file doesn't exist, or if it is in a filesystem grub can't read.
10544         * util/update-grub.in: Set fallback for GRUB_FS check to "unknown".  Do
10545         not abort if GRUB_DRIVE could not be defined.  Rearrange generated
10546         header comment to fit in 80 columns when the variables are resolved.
10548         * util/grub.d/00_header.in: Only set root variable when GRUB_DRIVE
10549         could be identified by update-grub.  Remove redundant check for
10550         unifont.pff existence (since convert_system_path_to_grub_path now
10551         handles that).
10553 2007-06-04  Robert Millan  <rmh@aybabtu.com>
10555         * conf/i386-efi.rmk (grub_probe_SOURCES): Add partmap/apple.c.
10557         * conf/i386-pc.rmk (grub_probe_SOURCES): Likewise.
10559         * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Add partmap/pc.c.
10561 2007-06-04  Robert Millan  <rmh@aybabtu.com>
10563         * conf/powerpc-ieee1275.rmk: Enable grub-mkdevicemap and grub-probe.
10565         * include/grub/partition.h: Declare grub_apple_partition_map_init and
10566         grub_apple_partition_map_fini.
10568         * util/biosdisk.c
10569         (grub_util_biosdisk_open): Replace BLKGETSIZE with BLKGETSIZE64 (needed
10570         to access >2 TiB disks).
10572         Print disk->total_sectors with %llu instead of %lu, since this
10573         variable is always 64-bit (prevents wrong disk size from being displayed
10574         on either >2 TiB disk or big-endian CPU).
10576         (grub_util_biosdisk_get_grub_dev): Convert gpt_partition_map handling
10577         into a generic case that supports all (sane) partition maps.
10579         Stop using grub_cpu_to_le32() on dos_part / bsd_part since it actually
10580         breaks big-endian.
10582         * util/grub-probe.c: Call grub_apple_partition_map_init() before probe()
10583         and grub_apple_partition_map_fini() after that.
10585 2007-06-01  Robert Millan  <rmh@aybabtu.com>
10587         * util/update-grub.in: Export GRUB_CMDLINE_LINUX.
10589         * util/grub.d/00_header.in: Only enable gfxterm when
10590         convert_system_path_to_grub_path() succeeds.
10592 2007-05-20  Robert Millan  <rmh@aybabtu.com>
10594         * util/update-grub_lib.in: New file.
10595         * DISTLIST: Add update-grub_lib.in.
10596         * conf/common.rmk: Generate update-grub_lib and install it in
10597         $(lib_DATA).
10598         * Makefile.in: Add install routine for $(lib_DATA).
10600         * util/grub.d/00_header.in: Use convert_system_path_to_grub_path()
10601         function provided by update-grub_lib to support arbitrary paths of
10602         unifont.pff.
10603         * util/update-grub.in: Use convert_system_path_to_grub_path() to
10604         initialize GRUB_DRIVE_BOOT and GRUB_DRIVE_BOOT_GRUB variables.
10606 2007-05-19  Robert Millan  <rmh@aybabtu.com>
10608         * commands/i386/cpuid.c: New module.
10609         * DISTLIST: Add it.
10610         * conf/i386-efi.rmk: Enable cpuid.mod.
10611         * conf/i386-pc.rmk: Likewise.
10613 2007-05-18  Jeroen Dekkers  <jeroen@dekkers.cx>
10615         * kern/disk.c (grub_disk_read): Check return value of
10616         grub_realloc().
10618 2007-05-18  Jeroen Dekkers  <jeroen@dekkers.cx>
10620         * util/getroot.c (grub_util_get_grub_dev): Support partitionable
10621         arrays.
10622         * disk/raid.c (grub_raid_open): Likewise.
10624 2007-05-17  Jeroen Dekkers  <jeroen@dekkers.cx>
10626         * util/biosdisk.c (linux_find_partition): Allocate real_dev on the
10627         stack instead of on the heap.
10629         * kern/disk.c (grub_disk_read): Make sure tmp_buf is big enough
10630         before doing a read on it.
10632         * configure.ac: Only use -fno-stack-protector for the target
10633         environment.
10635 2007-05-17  Jeroen Dekkers  <jeroen@dekkers.cx>
10637         * video/i386/pc/vbe.c (grub_video_vbe_create_render_target): Add
10638         __attribute_ ((unused)) to mode_type argument.
10640         * util/getroot.c (grub_guess_root_device): Fix #endif.
10642         * kern/misc.c (memcmp): Fix prototype.
10644         * include/grub/partition.h [GRUB_UTIL]
10645         (grub_gpt_partition_map_init): Add prototype.
10646         (grub_gpt_partition_map_fini): Likewise.
10648         * fs/jfs.c (struct grub_jfs_inode): Put __attribute__ ((packed)
10649         at the right place.
10651         * fs/fat.c (grub_fat_mount): Replace ~0UL with ~0U.
10652         (grub_fat_read_data): Likewise.
10653         (grub_fat_find_dir): Likewise.
10655         * font/manager.c (find_glyph): Make table a const.
10656         (grub_font_get_glyph): Remove bitmap from if statement.
10658 2007-05-16  Jeroen Dekkers  <jeroen@dekkers.cx>
10660         * util/getroot.c (grub_guess_root_device): Remove RAID and LVM
10661         code, first search for device in /dev/mapper, then in /dev.
10662         (grub_util_get_grub_dev): New function.
10663         * include/grub/util/getroot.h (grub_util_get_grub_dev): Add
10664         prototype.
10665         * util/grub-probe.c (probe): Remove check for RAID, call
10666         grub_util_get_grub_dev() instead of
10667         grub_util_biosdisk_get_grub_dev().
10668         * util/grub-emu.c (main): Call grub_util_get_grub_dev() instead of
10669         grub_util_biosdisk_get_grub_dev().
10670         * util/i386/pc/grub-setup.c (main): Likewise.
10672 2007-05-16  Robert Millan  <rmh@aybabtu.com>
10674         * DISTLIST: Update for the latest changes.
10675         * conf/i386-pc.rmk: Use the new paths for util/getroot.c,
10676         util/grub-mkdevicemap.c, util/grub-probe.c and util/biosdisk.c.
10677         * util/grub-emu.c: Replace grub/i386/pc/util/biosdisk.h with
10678         grub/util/biosdisk.h.
10679         * util/i386/pc/grub-setup.c: Replace grub/machine/util/biosdisk.h with
10680         grub/util/biosdisk.h.
10682 2007-05-16  Robert Millan  <rmh@aybabtu.com>
10684         * util/grub.d/00_header.in: Set default gfxmode to `640x480'.
10686 2007-05-16  Robert Millan  <rmh@aybabtu.com>
10688         * util/i386/efi/grub-install.in: New.
10689         * conf/i386-efi.rmk: Enable grub-mkdevicemap, grub-probe and the
10690         newly added grub-install.
10691         * util/biosdisk.c: Remove unnecessary grub/machine/biosdisk.h
10692         include.
10693         * util/getroot.c: Replace grub/i386/pc/util/biosdisk.h with
10694         grub/util/biosdisk.h.
10695         * util/grub-probe.c: Replace grub/machine/util/biosdisk.h with
10696         grub/util/biosdisk.h.
10698 2007-05-16  Robert Millan  <rmh@aybabtu.com>
10700         * include/grub/i386/pc/util/biosdisk.h: Moved to ...
10701         * include/grub/util/biosdisk.h: ... here.
10702         * util/i386/pc/biosdisk.c: Moved to ...
10703         * util/biosdisk.c: ... here.
10704         * util/i386/pc/getroot.c: Moved to ...
10705         * util/getroot.c: ... here.
10706         * util/i386/pc/grub-mkdevicemap.c: Moved to ...
10707         * util/grub-mkdevicemap.c: ... here.
10708         * util/i386/pc/grub-probe.c: Moved to ...
10709         * util/grub-probe.c: ... here.
10711 2007-05-15  Robert Millan  <rmh@aybabtu.com>
10713         * util/update-grub.in: Remove duplicated line in grub.cfg header
10714         message.
10716 2007-05-13  Robert Millan  <rmh@aybabtu.com>
10718         * util/update-grub.in: Fix a few assumptions about the devices holding
10719         /, /boot and /boot/grub being the same.
10720         * util/grub.d/00_header.in: Likewise.
10721         * util/grub.d/10_hurd.in: Likewise.
10722         * util/grub.d/10_linux.in: Likewise.
10724         * util/grub.d/10_linux.in: Implement Linux image sorting with arbitrary
10725         patterns.  Use that to define the `.old' suffix as older than `'.
10727         * util/grub.d/00_header.in: Set default gfxmode to `800x600x16'.
10729         * util/update-grub.in: Add a reference to ${sysconfdir}/default/grub in
10730         the grub.cfg header message.
10732 2007-05-11  Robert Millan  <rmh@aybabtu.com>
10734         * util/update-grub.in: Create device.map if it doesn't already exist,
10735         before attempting to run grub-probe.
10736         Check for grub-probe and grub-mkdevicemap with the same code
10737         grub-install is using.
10738         Remove test mode.
10740 2007-05-09  Jeroen Dekkers  <jeroen@dekkers.cx>
10742         * Makefile.in: Add the datarootdir autoconf variable.
10744 2007-05-09  Robert Millan  <rmh@aybabtu.com>
10746         * util/i386/pc/grub-probe.c (probe): When detecting partition map,
10747         fail gracefully if dev->disk->partition == NULL.
10749 2007-05-07  Robert Millan  <rmh@aybabtu.com>
10751         * util/i386/pc/grub-probe.c: Add `grub-probe -t partmap' parameter to
10752         determine partition map module.
10753         * util/i386/pc/grub-install.in: Use this feature to decide which
10754         partition module to load, instead of hardcoding pc and gpt.
10756 2007-05-07  Robert Millan  <rmh@aybabtu.com>
10758         * Makefile.in: Fix assumption that $(srcdir) has a trailing slash when
10759         source directory differs from build directory.
10761 2007-05-05  Robert Millan  <rmh@aybabtu.com>
10763         * util/powerpc/ieee1275/grub-install.in: Fix syntax error in pkglibdir
10764         initialisation.
10766 2007-05-05  Robert Millan  <rmh@aybabtu.com>
10768         * util/update-grub.in: Create ${grub_prefix} if it doesn't exist.
10770 2007-05-05  Robert Millan  <rmh@aybabtu.com>
10772         * util/grub.d/10_linux.in: Allow the administrator to insert Linux
10773         command-line arguments via ${GRUB_CMDLINE_LINUX}.
10775 2007-05-05  Robert Millan  <rmh@aybabtu.com>
10777         * conf/i386-pc.rmk (grub_setup_SOURCES): Add partmap/gpt.c.
10778         (grub_probe_SOURCES): Likewise.
10779         * util/i386/pc/biosdisk.c (grub_util_biosdisk_get_grub_dev): Detect
10780         GPT and initialize dos_part and bsd_part accordingly.
10781         * util/i386/pc/grub-setup.c (setup): Ditto for install_dos_part and
10782         install_bsd_part.
10783         (main): Activate gpt module for use during partition identification,
10784         and deactivate it afterwards.
10785         * util/i386/pc/grub-install.in: Add gpt module to core.img.
10786         * util/i386/pc/grub-probe.c (main): Activate gpt module for use during
10787         partition identification, and deactivate it afterwards.
10789 2007-05-05  Robert Millan  <rmh@aybabtu.com>
10791         * term/i386/pc/console.c (grub_console_fini): Call
10792         grub_term_set_current() before grub_term_unregister().
10794 2007-05-04  Robert Millan  <rmh@aybabtu.com>
10796         * DISTLIST: Add util/update-grub.in, util/grub.d/00_header.in,
10797         util/grub.d/10_hurd.in, util/grub.d/10_linux.in and util/grub.d/README.
10798         * Makefile.in: Build update-grub_SCRIPTS.  Install update-grub_SCRIPTS
10799         and update-grub_DATA.
10800         * conf/common.rmk: Build and install update-grub components.
10801         * conf/common.mk: Regenerate.
10802         * util/update-grub.in: New.  Core of update-grub.
10803         * util/grub.d/00_header.in: New.  Generates grub.cfg header.
10804         * util/grub.d/10_hurd.in: New.  Generates boot entries for the Hurd.
10805         * util/grub.d/10_linux.in: New.  Generates boot entries for Linux.
10806         * util/grub.d/README: New.  Document grub.d directory layout.
10808 2007-05-01  Robert Millan  <rmh@aybabtu.com>
10810         * util/grub-emu.c: Move initialization functions
10811         grub_util_biosdisk_init() and grub_init_all() before
10812         grub_util_biosdisk_get_grub_dev(), which relies on them.
10814 2007-04-19  Robert Millan  <rmh@aybabtu.com>
10816         * util/powerpc/ieee1275/grub-install.in: Initialize ${bindir}, since
10817         it is used later.
10819 2007-04-18  Jerone Young  <jerone@gmail.com>
10821         * kernel/elf.c: Add missing parenthesis for conditional statement
10822         stanza.
10824 2007-04-10  Jerone Young  <jerone@gmail.com>
10826         * util/i386/pc/getroot.c: Update so that if root device is /dev/root ,
10827         continue on and look for device node with real device name.
10829 2007-04-10  Jerone Young  <jerone@gmail.com>
10831         * configure.ac: Add argument for autoconf to use transformation
10832         ability.
10833         * Makefile.in: Add autoconf package transformation code.
10834         * util/i386/pc/grub-install.in: Likewise.
10835         * util/powerpc/ieee1275/grub-install.in: Likewise.
10837 2007-03-19  Yoshinori K. Okuji  <okuji@enbug.org>
10839         * fs/ext2.c (EXT2_GOOD_OLD_REVISION): New macro.
10840         (EXT2_GOOD_OLD_INODE_SIZE): Likewise.
10841         (EXT2_REVISION): Likewise.
10842         (EXT2_INODE_SIZE): Likewise.
10843         (struct grub_ext2_block_group): Added a missing member
10844         "used_dirs".
10845         (grub_ext2_read_inode): Divide by the inode size in a superblock
10846         instead of 128 to obtain INODES_PER_BLOCK.
10847         Use the macro EXT2_INODE_SIZE instead of directly using
10848         SBLOCK->INODE_SIZE.
10850 2007-03-18  Yoshinori K. Okuji  <okuji@enbug.org>
10852         * fs/ext2.c (grub_ext2_read_inode): Use the inode size in a
10853         superblock instead of the structure size to compute an
10854         offset. This fixes the problem that GRUB could not read a
10855         filesystem when inode size is different from 128-byte.
10857 2007-03-05  Marco Gerards  <marco@gnu.org>
10859         * normal/main.c (read_config_file): When "menu" is not set, create
10860         an initial context.
10862 2007-02-21  Hollis Blanchard  <hollis@penguinppc.org>
10864         * kern/powerpc/ieee1275/init.c (HEAP_SIZE): Removed.
10865         (HEAP_LIMIT): New macro.
10866         (grub_claim_heap): Claim memory up to `heaplimit'.
10868 2007-02-21  Hollis Blanchard  <hollis@penguinppc.org>
10870         * conf/powerpc-ieee1275.rmk (kernel_elf_LDFLAGS): Link at 64KB.
10871         * kern/powerpc/ieee1275/init.c (_end): Add declaration.
10872         (_start): Likewise.
10873         (grub_arch_modules_addr): Return address after `_end'.
10874         * util/powerpc/ieee1275/grub-mkimage.c: Include grub/misc.h.
10875         (load_modules): Use new parameter as `p_paddr' and `p_vaddr'.
10876         (add_segments): Calculate `_end' from phdr size and location.
10877         (ALIGN_UP): Moved to ...
10878         * include/grub/misc.h: here.
10879         * include/grub/powerpc/ieee1275/kernel.h (GRUB_IEEE1275_MOD_ALIGN):
10880         New macro.
10881         (GRUB_IEEE1275_MODULE_BASE): Removed.
10883 2007-02-20  Hollis Blanchard  <hollis@penguinppc.org>
10885         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Correct
10886         loop boundary.
10888 2007-02-20  Hollis Blanchard  <hollis@penguinppc.org>
10890         * include/grub/elfload.h (grub_elf32_load_hook_t): Return grub_err_t.
10891         All users updated.
10892         (grub_elf64_load_hook_t): Likewise.
10893         * kern/elf.c: Call `grub_error_push' before `grub_error'. Improve
10894         debug output.
10896 2007-02-20  Hollis Blanchard  <hollis@penguinppc.org>
10898         * kern/mm.c: Update copyright.
10899         (grub_mm_debug): Correct syntax error.
10900         (grub_mm_dump_free): New function.
10901         (grub_debug_free): Call `grub_free'.
10902         * include/grub/mm.h: Update copyright.
10903         (grub_mm_dump_free): Add declaration.
10905 2007-02-12  Hollis Blanchard  <hollis@penguinppc.org>
10907         * include/grub/ieee1275/ieee1275.h: Update copyright.
10908         * kern/powerpc/ieee1275/init.c: Likewise.
10909         * kern/powerpc/ieee1275/openfw.c: Likewise.
10911         * loader/powerpc/ieee1275/linux.c: Likewise.
10912         * include/grub/elfload.h: Likewise.
10913         * kern/elf.c: Likewise.
10914         (grub_elf32_load): Pass `base' and `size' parameters.  Update all
10915         callers.
10916         (grub_elf64_load): Likewise.
10917         (grub_elf32_load_segment): Move to a nested function.
10918         (grub_elf64_load_segment): Likewise.
10920 2007-02-12  Hollis Blanchard  <hollis@penguinppc.org>
10922         * include/grub/ieee1275/ieee1275.h (grub_available_iterate): New
10923         prototype.
10924         * kern/powerpc/ieee1275/init.c (grub_heap_start): Removed.
10925         (grub_heap_len): Likewise.
10926         (HEAP_SIZE): New macro.
10927         (grub_claim_heap): New function.
10928         (grub_machine_init): Don't claim heap directly.  Call
10929         `grub_claim_heap'.
10930         * kern/powerpc/ieee1275/openfw.c: Include alloca.h.
10931         (grub_available_iterate): New function.
10933 2007-02-03  Thomas Schwinge  <tschwinge@gnu.org>
10935         * aclocal.m4 (grub_CHECK_STACK_PROTECTOR): New definition.
10936         * configure.ac: Use it for testing the HOST and TARGET compilers.
10938 2006-12-13  Thomas Schwinge  <tschwinge@gnu.org>
10940         * Makefile.in (enable_grub_emu): New variable.
10941         * configure.ac (--enable-grub-emu): New option.
10942         Do the checks for (n)curses only if `--enable-grub-emu' is requested.
10943         * conf/i386-efi.rmk (sbin_UTILITIES): Add `grub-emu' only if requested.
10944         * conf/i386-pc.rmk: Likewise.
10945         * conf/powerpc-ieee1275.rmk: Likewise.
10946         * conf/sparc64-ieee1275.rmk (bin_UTILITIES): Likewise.
10948 2006-12-12  Marco Gerards  <marco@gnu.org>
10950         * include/grub/err.h (grub_err_t): Add `GRUB_ERR_MENU'.
10952         * kern/env.c (grub_env_unset): Don't free the member `value' when
10953         the type is GRUB_ENV_VAR_DATA, in this case it's a user defined
10954         pointer.
10956         * normal/main.c (current_menu): Removed.
10957         (free_menu): Unset the `menu' environment variable.
10958         (grub_normal_menu_addentry): Make use of the environment variable
10959         `menu', instead of using the global `current_menu'.  Allocate
10960         memory for the sourcecode of this entry.
10961         (read_config_file): New argument `nested', changed all callers.
10962         Only in the case of a new context, initialize a new menu.  Set the
10963         `menu' environment variable.
10964         (grub_normal_execute): Don't set and unset the environment
10965         variable `menu' here anymore.  Only free the menu when leaving the
10966         context.
10968         * util/i386/pc/biosdisk.c (linux_find_partition): Fixed a memory
10969         leak.
10971 2006-12-11  Marco Gerards  <marco@gnu.org>
10973         * normal/menu_entry.c (run): Fix off by one bug so the last line
10974         is executed.  Move the loader check to outside the loop.
10976 2006-12-08  Hollis Blanchard  <hollis@penguinppc.org>
10978         * kern/powerpc/ieee1275/cmain.c (cmain): Mark r3 and r4 as `UNUSED'.
10980 2006-11-25  Yoshinori K. Okuji  <okuji@enbug.org>
10982         * util/i386/pc/grub-mkimage.c (generate_image): Fix the offset of
10983         the number of sectors.  Reported by Andrey Shuvikov
10984         <mr_hyro@yahoo.com>.
10986 2006-11-11  Jeroen Dekkers  <jeroen@dekkers.cx>
10988         * kern/disk.c (grub_disk_read): When there is a read error, always
10989         try to read only the necessary data.
10991         * conf/i386-pc.rmk (grub_probe_SOURCES): Add disk/lvm.c and
10992         disk/raid.c.
10993         * include/grub/disk.h [GRUB_UTIL] (grub_raid_init): New
10994         prototype.
10995         [GRUB_UTIL] (grub_raid_fini): Likewise.
10996         [GRUB_UTIL] (grub_lvm_init): Likewise.
10997         [GRUB_UTIL] (grub_lvm_fini): Likewise.
10998         * util/i386/pc/grub-probe.c (probe): Check whether DEVICE_NAME is
10999         RAID device and copy DEVICE_NAME to DRIVE_NAME in that case.
11000         (main): Call grub_raid_init(), grub_lvm_init(), grub_lvm_fini()
11001         and grub_raid_fini().
11003 2006-11-09  Jeroen Dekkers  <jeroen@dekkers.cx>
11005         * include/grub/types.h (__unused): Rename to UNUSED.
11006         * kern/elf.c (grub_elf32_size): Use UNUSED instead of __unused.
11007         (grub_elf64_size): Likewise.
11009 2006-11-03  Hollis Blanchard  <hollis@penguinppc.org>
11011         * kern/elf.c (grub_elf_file): Call grub_file_seek. Call
11012         grub_error_push and grub_error_pop in the error-handling path.
11013         (grub_elf32_load_segment): Only call grub_file_read with non-zero
11014         length.
11016 2006-11-03  Hollis Blanchard  <hollis@penguinppc.org>
11018         * conf/i386-efi.rmk (grub_emu_SOURCES): Add kern/elf.c.
11019         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
11020         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
11021         (kernel_elf_SOURCES): Likewise.
11022         * conf/i386-efi.rmk (kernel_mod_HEADERS): Add elfload.h and cache.h.
11023         * conf/i386-pc.rmk (kernel_mod_HEADERS): Likewise.
11024         * conf/powerpc-ieee1275.rmk (kernel_elf_HEADERS): Likewise.
11025         * conf/sparc64-ieee1275.rmk (kernel_elf_HEADERS): Likewise.
11026         * conf/common.rmk (pkgdata_MODULES): Add elf.mod.
11027         (elf_mod_SOURCES): New variable.
11028         (elf_mod_CFLAGS): Likewise.
11029         (elf_mod_LDFLAGS): Likewise.
11030         * include/grub/types.h (__unused): New macro.
11031         * include/grub/elfload.h: New file.
11032         * kern/elf.c: Likewise.
11033         * loader/powerpc/ieee1275/linux.c: Include elfload.h.
11034         (ELF32_LOADMASK): New macro.
11035         (ELF64_LOADMASK): Likewise.
11036         (vmlinux): Removed.
11037         (grub_linux_load32): New function.
11038         (grub_linux_load64): Likewise.
11039         (grub_rescue_cmd_linux): Call grub_linux_load32 or grub_linux_load64.
11040         Use grub_elf_t instead of grub_file_t.
11042 2006-11-02  Hollis Blanchard  <hollis@penguinppc.org>
11044         * kern/ieee1275/ieee1275.c (grub_ieee1275_set_color): Add
11045         `catch_result' to struct set_color_args.
11047 2006-10-28  Yoshinori K. Okuji  <okuji@enbug.org>
11049         * normal/menu.c: Include grub/script.h.
11050         * normal/menu_entry.c: Likewise.
11051         * include/grub/normal.h: Do not include grub/script.h.
11053 2006-10-27  Hollis Blanchard  <hollis@penguinppc.org>
11055         * kern/disk.c (grub_disk_read): Correct debug printf formatting.
11057 2006-10-27  Hollis Blanchard  <hollis@penguinppc.org>
11059         * kern/disk.c (grub_disk_open): Print debug messages when opening a
11060         disk.
11061         (grub_disk_close): Print debug messages when closing a disk.
11062         (grub_disk_read): Print debug messages when disk read fails.
11063         * kern/fs.c (grub_fs_probe): Print debug messages when detecting
11064         filesystem type.
11065         * kern/partition.c: Include misc.h.
11066         (grub_partition_iterate): Print debug messages when detecting
11067         partition type.
11069 2006-10-27  Hollis Blanchard  <hollis@penguinppc.org>
11071         * disk/ieee1275/ofdisk.c (grub_ofdisk_read): Return error if `status'
11072         is negative.
11073         * kern/ieee1275/ieee1275.c (IEEE1275_IHANDLE_INVALID): Change to 0.
11075 2006-10-26  Hollis Blanchard  <hollis@penguinppc.org>
11077         * kern/powerpc/ieee1275/openfw.c (grub_ieee1275_encode_devname):
11078         Reverse GRUB_IEEE1275_FLAG_0_BASED_PARTITIONS test.
11080 2006-10-25  Jeroen Dekkers  <jeroen@dekkers.cx>
11082         * disk/lvm.c (grub_lvm_scan_device): Malloc sizeof(*lv) bytes
11083         instead of sizeof(lv). Patch by Michael Guntsche.
11085 2006-10-18  Jeroen Dekkers  <jeroen@dekkers.cx>
11087         * disk/lvm.c: Rename VGS to VG_LIST.
11088         (grub_lvm_iterate): Change VGS->LV to VG-LV.
11089         (grub_lvm_open): Likewise.
11090         Thanks to Michael Guntsche for finding this bug.
11092 2006-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
11094         * configure.ac (AC_INIT): Bumped to 1.95.
11096 2006-10-14  Robert Millan  <rmh@aybabtu.com>
11098         * util/i386/pc/getroot.c (grub_guess_root_device): Don't compare os_dev
11099         with "/dev/.static/dev/md".
11101 2006-10-14  Yoshinori K. Okuji  <okuji@enbug.org>
11103         * util/i386/pc/grub-probe.c (probe): Print DEVICE_NAME instead of
11104         DRIVE_NAME when grub_util_biosdisk_get_grub_dev fails. Open
11105         DRIVE_NAME instead of DEVICE_NAME. Make sure that DEVICE_NAME and
11106         DRIVE_NAME are always freed.
11108         * util/i386/pc/biosdisk.c (make_device_name): Add one into
11109         DOS_PART, as a DOS partition is counted from one instead of zero
11110         now. Reported by Robert Millan.
11112 2006-10-14  Robert Millan  <rmh@aybabtu.com>
11114         * util/i386/pc/getroot.c (grub_guess_root_device): Stop using
11115         grub_util_biosdisk_get_grub_dev to convert system device to GRUB device.
11116         * util/grub-emu.c (main): Use grub_util_biosdisk_get_grub_dev with the
11117         string returned by grub_guess_root_device.
11118         * util/i386/pc/grub-setup.c: Likewise.
11119         * util/i386/pc/grub-probefs.c: Likewise.
11121         * util/i386/pc/grub-probefs.c: Rename to ...
11122         * util/i386/pc/grub-probe.c: ... this.
11123         * DISTLIST: Remove grub-probefs, add grub-probe.
11124         * conf/i386-efi.rmk: Likewise.
11125         * conf/i386-pc.rmk: Likewise.
11126         * util/i386/pc/grub-install.in: Likewise.
11128         * util/i386/pc/grub-probe.c: Add --target=(fs|device|drive) option to
11129         choose which information we want to print.
11131 2006-10-14  Yoshinori K. Okuji  <okuji@enbug.org>
11133         * DISTLIST: Added commands/echo.c, disk/lvm.c, disk/raid.c,
11134         include/grub/bitmap.h, include/grub/lvm.h, include/grub/raid.h,
11135         include/grub/i386/pc/vbeutil.h, include/grub/util/lvm.h,
11136         include/grub/util/raid.h, util/lvm.c, util/raid.c, video/bitmap.c,
11137         video/readers/tga.c and video/i386/pc/vbeutil.c.
11139 2006-10-14  Jeroen Dekkers  <jeroen@dekkers.cx>
11141         Added support for RAID and LVM.
11143         * disk/lvm.c: New file.
11144         * disk/raid.c: Likewise.
11145         * include/grub/lvm.h: Likewise.
11146         * include/grub/raid.h: Likewise.
11147         * include/grub/util/lvm.h: Likewise.
11148         * include/grub/util/raid.h: Likewise.
11149         * util/lvm.c: Likewise.
11150         * util/raid.c: Likewise.
11152         * include/grub/disk.h (grub_disk_dev_id): Add
11153         GRUB_DISK_DEVICE_RAID_ID and GRUB_DISK_DEVICE_LVM_ID.
11154         (grub_disk_get_size): New prototype.
11155         * kern/disk.c (grub_disk_open): Check whether grub_partition_probe()
11156         returns a partition.
11157         (grub_disk_get_size): New function.
11159         * kern/i386/pc/init.c (make_install_device): Copy the prefix
11160         verbatim if grub_install_dos_part is -2.
11162         * util/i386/pc/getroot.c (grub_guess_root_device): Support RAID
11163         and LVM devices.
11165         * util/i386/pc/grub-setup.c (setup): New argument
11166         MUST_EMBED. Force embedding of GRUB when the argument is
11167         true. Close FILE before returning.
11168         (main): Add support for RAID and LVM.
11170         * conf/common.rmk: Add RAID and LVM modules.
11171         * conf/i386-pc.rmk (grub_setup_SOURCES): Add util/raid.c and
11172         util/lvm.c.
11173         (grub_emu_SOURCES): Add disk/raid.c and disk/lvm.c.
11175         * kern/misc.c (grub_strstr): New function.
11176         * include/grub/misc.h (grub_strstr): New prototype.
11178 2006-10-10  Tristan Gingold  <tristan.gingold@bull.net>
11180         * include/grub/efi/api.h (GRUB_EFI_ERROR_CODE): Long constant.
11182 2006-10-05  Tristan Gingold  <tristan.gingold@bull.net>
11184         * kern/misc.c (grub_strtoull): Guess the base only if not
11185         specified.
11187 2006-10-01  Hollis Blanchard  <hollis@penguinppc.org>
11189         * kern/powerpc/ieee1275/cmain.c (cmain): Remove incomplete Old World
11190         PowerMac support.
11192 2006-10-01  Hollis Blanchard  <hollis@penguinppc.org>
11194         * disk/ieee1275/ofdisk.c (grub_ofdisk_iterate): Cast `size' to long.
11196         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_next_property):
11197         Remove `flags' argument.  All callers changed.
11198         * kern/ieee1275/ieee1275.c (IEEE1275_PHANDLE_ROOT): Removed.
11199         (IEEE1275_IHANDLE_INVALID): New variable.
11200         (IEEE1275_CELL_INVALID): New variable.
11201         (grub_ieee1275_finddevice, grub_ieee1275_get_property,
11202         grub_ieee1275_get_property_length, grub_ieee1275_instance_to_package,
11203         grub_ieee1275_package_to_path, grub_ieee1275_instance_to_path,
11204         grub_ieee1275_peer, grub_ieee1275_child, grub_ieee1275_open,
11205         grub_ieee1275_claim, grub_ieee1275_set_property): Error-check return
11206         codes from Open Firmware.  All callers updated.
11207         (grub_ieee1275_next_property): Directly return Open Firmware return
11208         code.
11209         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options):
11210         Standardize error checking from `grub_ieee1275_get_property'.
11211         * kern/powerpc/ieee1275/openfw.c (grub_devalias_iterate): Rename
11212         `devalias' to `aliases'.  Correct comments.  Consolidate error paths.
11214 2006-10-01  Hollis Blanchard  <hollis@penguinppc.org>
11216         * kern/ieee1275/ieee1275.c (grub_ieee1275_instance_to_path): Rename
11217         `instance_to_package_args' to `instance_to_path_args'.
11219         * kern/powerpc/ieee1275/init.c (grub_machine_init): Use
11220         `grub_ieee1275_chosen'.
11222         * term/ieee1275/ofconsole.c (grub_ofconsole_init): Call
11223         `grub_ieee1275_interpret'.
11225 2006-09-25  Hollis Blanchard  <hollis@penguinppc.org>
11227         * util/powerpc/ieee1275/grub-mkimage.c: Include config.h.
11229 2006-09-25  Hollis Blanchard  <hollis@penguinppc.org>
11231         * include/grub/powerpc/libgcc.h (__floatdisf): New prototype.
11232         (__cmpdi): Likewise.
11234         * kern/powerpc/ieee1275/openfw.c (grub_devalias_iterate): Pass 0 as
11235         `flags' to `grub_ieee1275_next_property'.  Change `pathlen' to type
11236         `grub_ssize_t'.
11238         * kern/powerpc/ieee1275/cmain.c: Include grub/misc.h.
11240         * loader/powerpc/ieee1275/linux.c (grub_linux_boot): Change `actual'
11241         to type `grub_ssize_t'.
11242         (grub_rescue_cmd_linux): Cast -1 to `grub_off_t'.
11244 2006-09-22  Marco Gerards  <marco@gnu.org>
11246         * normal/script.c (grub_script_create_cmdmenu): Skip leading
11247         newlines.
11249 2006-09-22  Marco Gerards  <marco@gnu.org>
11251         * commands/echo.c: New file.
11253         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `commands/echo.c'.
11255         * conf/common.rmk (echo_mod_SOURCES): New variable.
11256         (echo_mod_CFLAGS): Likewise.
11257         (echo_mod_LDFLAGS): Likewise.
11259 2006-09-22  Marco Gerards  <marco@gnu.org>
11261         * normal/main.c (get_line): Malloc memory instead of using
11262         preallocated memory.  Removed the arguments `cmdline' and
11263         `max_len'.  Updated all callers.
11265 2006-09-22  Marco Gerards  <marco@gnu.org>
11267         * conf/i386-efi.rmk (grub_emu_DEPENDENCIES): New variable.
11268         (normal_mod_DEPENDENCIES): Likewise.
11270         * conf/powerpc-ieee1275.rmk (grub_emu_DEPENDENCIES): Likewise.
11271         (normal_mod_DEPENDENCIES): Likewise.
11273         * conf/sparc64-ieee1275.rmk (normal_mod_DEPENDENCIES): Likewise.
11275 2006-09-22  Johan Rydberg  <jrydberg@gnu.org>
11277         * genmk.rb: Add DEPENDENCIES variables to modules, utilities, and
11278         programs.
11279         * conf/i386-pc.rmk (grub_emu_DEPENDENCIES): Declare.
11280         (normal_mod_DEPENDENCIES): Likewise.
11281         * conf/i386-pc.mk: Regenerate.
11282         * conf/i386-efi.mk: Likewise
11283         * conf/common.mk: Likewise.
11284         * conf/powerpc-ieee1275.mk: Likewise.
11285         * conf/sparc64-ieee1275.mk: Likewise.
11287 2006-09-22  Robert Millan  <rmh@aybabtu.com>
11289         Sync with i386 version.
11290         * conf/powerpc-ieee1275.rmk (bin_UTILITIES): Remove grub-emu, add grub-mkimage.
11291         * conf/powerpc-ieee1275.rmk (sbin_UTILITIES): Remove grub-mkimage, add grub-emu.
11293 2006-09-21  Robert Millan  <rmh@aybabtu.com>
11295         Import from GRUB Legacy (lib/device.c):
11296         * util/i386/pc/grub-mkdevicemap.c (get_i2o_disk_name): New function.
11297         (init_device_map) [__linux__]: Add support for I2O devices.
11299 2006-09-14  Marco Gerards  <marco@gnu.org>
11301         * conf/i386-pc.rmk (COMMON_LDFLAGS): Use `-m32' instead of
11302         `-melf_i386'.
11304 2006-09-14  Robert Millan  <rmh@aybabtu.com>
11306         * util/i386/pc/grub-install.in: Skip menu.lst when removing
11307         /boot/grub/*.lst.
11309         * util/i386/pc/getroot.c: Don't recurse into dotdirs (e.g. ".static").
11311         * util/i386/pc/grub-mkdevicemap.c: Make sure the floppy device exists
11312         before adding it to device.map.
11314 2006-08-15  Johan Rydberg  <jrydberg@gnu.org>
11316         * genmk.rb: Let GCC generate dependencies the first time it
11317         compiles a file; using the -MD option.
11318         * conf/common.mk: Regenerate.
11319         * conf/i386-pc.mk: Likewise.
11320         * conf/i386-efi.mk: Likewise.
11321         * conf/powerpc-ieee1275.mk: Likewise.
11322         * conf/sparc64-ieee1275.mk: Likewise.
11324 2006-08-04  Yoshinori K. Okuji  <okuji@enbug.org>
11326         Move the prototypes of grub_setjmp and grub_longjmp to
11327         cpu/setjmp.h, so that each architecture may specify different
11328         attributes.
11330         * include/grub/i386/setjmp.h (grub_setjmp): New prototype.
11331         (grub_longjmp): Likewise.
11332         * include/grub/powerpc/setjmp.h (grub_setjmp): Likewise..
11333         (grub_longjmp): Likewise.
11334         * include/grub/sparc64/setjmp.h (grub_setjmp): Likewise..
11335         (grub_longjmp): Likewise.
11337         * include/grub/setjmp.h [!GRUB_UTIL] (grub_setjmp): Removed.
11338         [!GRUB_UTIL] (grub_longjmp): Removed.
11340 2006-08-01  Pelletier Vincent  <subdino2004@yahoo.fr>
11342         * kern/ieee1275/ieee1275.c (grub_ieee1275_set_color): IEEE1275
11343         "color!" method does not return any value.
11345 2006-07-29  Vesa Jaaskelainen  <chaac@nic.fi>
11347         * include/grub/bitmap.h: New file.
11349         * include/grub/i386/pc/vbeutil.h: Likewise.
11351         * video/bitmap.c: Likewise.
11353         * video/readers/tga.c: Likewise.
11355         * video/i386/pc/vbeutil.c: Likewise.
11357         * commands/videotest.c: Code cleanup and updated to reflect to new
11358         video API.
11360         * term/gfxterm.c: Likewise.
11362         * video/video.c: Likewise.
11364         * conf/i386-pc.rmk (pkgdata_MODULES): Added tga.mod and bitmap.mod.
11365         (vbe_mod_SOURCES): Added video/i386/pc/vbeutil.c.
11366         (bitmap_mod_SOURCES): New entry.
11367         (bitmap_mod_CFLAGS): Likewise.
11368         (bitmap_mod_LDFLAGS): Likewise.
11369         (tga_mod_SOURCES): Likewise.
11370         (tga_mod_CFLAGS): Likewise.
11371         (tga_mod_LDFLAGS): Likewise.
11373         * include/grub/video.h (grub_video_blit_operators): New enum type.
11374         (grub_video_render_target): Changed as forward declaration and moved
11375         actual definition to be video driver specific.
11376         (grub_video_adapter.blit_bitmap): Added blitting operator.
11377         (grub_video_adapter.blit_render_target): Likewise.
11378         (grub_video_blit_bitmap): Likewise.
11379         (grub_video_blit_render_target): Likewise.
11381         * include/grub/i386/pc/vbe.h (grub_video_render_target): Added
11382         driver specific render target definition.
11383         (grub_video_vbe_map_rgba): Added driver internal helper.
11384         (grub_video_vbe_unmap_color): Updated to use
11385         grub_video_i386_vbeblit_info.
11386         (grub_video_vbe_get_video_ptr): Likewise.
11388         * include/grub/i386/pc/vbeblit.h
11389         (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8A8): Updated to use
11390         grub_video_i386_vbeblit_info.
11391         (grub_video_i386_vbeblit_R8G8B8_R8G8B8A8): Likewise.
11392         (grub_video_i386_vbeblit_index_R8G8B8A8): Likewise.
11393         (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8): Likewise.
11394         (grub_video_i386_vbeblit_R8G8B8_R8G8B8): Likewise.
11395         (grub_video_i386_vbeblit_index_R8G8B8): Likewise.
11396         (grub_video_i386_vbeblit_index_index): Likewise.
11397         (grub_video_i386_vbeblit_R8G8B8X8_R8G8B8X8): New blitter function.
11398         (grub_video_i386_vbeblit_R8G8B8_R8G8B8X8): Likewise.
11399         (grub_video_i386_vbeblit_index_R8G8B8X8): Likewise.
11400         (grub_video_i386_vbeblit_blend): Added generic blitter for blend
11401         operator.
11402         (grub_video_i386_vbeblit_replace): Added generic blitter for replace
11403         operator.
11405         * video/i386/pc/vbeblit.c: Updated to reflect changes on
11406         include/grub/i386/pc/vbeblit.h.
11408         * include/grub/i386/pc/vbefill.h (grub_video_i386_vbefill_R8G8B8A8):
11409         Updated to use grub_video_i386_vbeblit_info.
11410         (grub_video_i386_vbefill_R8G8B8): Likewise.
11411         (grub_video_i386_vbefill_index): Likewise.
11412         (grub_video_i386_vbefill): Added generic filler.
11414         * video/i386/pc/vbefill.c: Updated to reflect changes on
11415         include/grub/i386/pc/vbefill.h.
11417         * video/i386/pc/vbe.c (grub_video_vbe_get_video_ptr): Updated to use
11418         grub_video_i386_vbeblit_info.
11419         (grub_video_vbe_unmap_color): Likewise.
11420         (grub_video_vbe_blit_glyph): Likewise.
11421         (grub_video_vbe_scroll): Likewise.
11422         (grub_video_vbe_draw_pixel): Removed function.
11423         (grub_video_vbe_get_pixel): Likewise.
11424         (grub_video_vbe_fill_rect): Moved all blitters to vbefill.c and
11425         updated code to use it.
11426         (common_blitter): Added common blitter for render target and bitmap.
11427         (grub_video_vbe_blit_bitmap): Updated to use common_blitter.
11428         (grub_video_vbe_blit_render_target): Likewise.
11430 2006-07-30  Johan Rydberg  <jrydberg@gnu.org>
11432         * kern/efi/efi.c (grub_efi_set_text_mode): Assume console already
11433         is in text mode if there is no console control protocol instance
11434         available.
11436 2006-07-29  Vesa Jaaskelainen  <chaac@nic.fi>
11438         * include/grub/video.h: Code cleanup.
11440         * include/grub/i386/pc/vbe.h: Likewise.
11442         * video/i386/pc/vbe.c: Likewise.
11444         * video/i386/pc/vbeblit.c: Likewise.
11446         * video/i386/pc/vbefill.c: Likewise.
11448         * video/video.c: Likewise.  Also added more comments.
11450 2006-07-29  Vesa Jaaskelainen  <chaac@nic.fi>
11452         * disk/i386/pc/biosdisk.c (struct grub_biosdisk_drp): Moved to ...
11453         (struct grub_biosdisk_dap): Likewise.
11455         * include/grub/i386/pc/biosdisk.h: ... to here.  Also corrected
11456         linkage settings for all functions.
11458 2006-07-12  Marco Gerards  <marco@gnu.org>
11460         * configure.ac (--enable-mm-debug): Fix typo.
11462         * genkernsyms.sh.in: Use proper quoting for `CC'.
11464 2006-07-02  Jeroen Dekkers  <jeroen@dekkers.cx>
11466         * conf/i386-pc.rmk (COMMON_ASFLAGS): Add "-m32".
11467         (normal_mod_ASFLAGS): Remove "-m32".
11469 2006-06-14  Yoshinori K. Okuji  <okuji@enbug.org>
11471         * util/misc.c: Include config.h.
11472         [!HAVE_MEMALIGN]: Do not include malloc.h.
11473         (grub_memalign): Use posix_memalign, if present. Then, use
11474         memalign, if present. Otherwise, emit an error.
11476         * util/grub-emu.c: Do not include malloc.h.
11478         * include/grub/util/misc.h: Include unistd.h. This is required for
11479         FreeBSD, because off_t is defined in unistd.h. Reported by Harley
11480         D. Eades III <hde@foobar-qux.org>.
11482         * configure.ac (AC_GNU_SOURCE): Added.
11483         (AC_CHECK_FUNCS): Check posix_memalign and memalign for the host
11484         type.
11486 2006-06-09  Yoshinori K. Okuji  <okuji@enbug.org>
11488         * loader/i386/pc/linux.c (grub_rescue_cmd_initrd): Make sure that
11489         ADDR_MAX does not exceed GRUB_LINUX_INITRD_MAX_ADDRESS.
11491 2006-06-07  Jeroen Dekkers  <jeroen@dekkers.cx>
11493         * include/grub/types.h (grub_host_addr_t): Rename to
11494         grub_target_addr_t.
11495         (grub_host_off_t): Rename to grub_target_off_t.
11496         (grub_host_size_t): Rename to grub_target_size_t.
11497         (grub_host_ssize_t): Rename to grub_target_ssize_t.
11498         Refer to GRUB_TARGET_SIZEOF_VOID_P to define those variables.
11500         * include/grub/kernel.h (struct grub_module_header): Change type
11501         of OFFSET to grub_target_off_t and type of SIZE to grub_target_size_t.
11502         (grub_module_info): Likewise.
11504 2006-06-05  Yoshinori K. Okuji  <okuji@enbug.org>
11506         * loader/i386/pc/linux.c (grub_rescue_cmd_initrd): The conditional
11507         of checking LINUX_MEM_SIZE was reverse. Reported by Jesus
11508         Velazquez <jesus.velazquez@gmail.com>.
11510 2006-06-05  Yoshinori K. Okuji  <okuji@enbug.org>
11512         Count partitions from 1 instead of 0 in the string representation
11513         of partitions. Still use 0-based internally.
11515         * partmap/sun.c (grub_sun_is_valid): A cosmetic change.
11516         (sun_partition_map_iterate): Use grub_partition_t instead of
11517         struct grub_partition *. Cast DESC->START_CYLINDER to
11518         grub_uint64_t after converting the endian.
11519         (sun_partition_map_probe): Subtract 1 for PARTNUM.
11520         (sun_partition_map_get_name): Add 1 to P->INDEX.
11522         * partmap/pc.c (grub_partition_parse): Subtract 1 for
11523         PCDATA->DOS_PART.
11524         (pc_partition_map_get_name): Add 1 into PCDATA->DOS_PART.
11526         * partmap/gpt.c (gpt_partition_map_iterate): Initialize PARTNO to
11527         zero instead of one.
11528         (gpt_partition_map_probe): Subtract 1 for PARTNUM.
11529         (gpt_partition_map_get_name): Add 1 into P->INDEX.
11531         * partmap/apple.c (apple_partition_map_iterate): Change the type
11532         of POS to unsigned.
11533         (apple_partition_map_probe): Subtract 1 for PARTNUM.
11534         (apple_partition_map_get_name): Add 1 into P->INDEX.
11536         * partmap/amiga.c (amiga_partition_map_iterate): Change the type
11537         of POS to unsigned.
11538         (amiga_partition_map_iterate): Cast NEXT to grub_off_t to
11539         calculate the offset of a partition.
11540         (amiga_partition_map_probe): Subtract 1 for PARTNUM.
11541         (amiga_partition_map_get_name): Add 1 into P->INDEX.
11543         * partmap/acorn.c (acorn_partition_map_find): Change the type of
11544         SECTOR to grub_disk_addr_t.
11545         (acorn_partition_map_iterate): Likewise.
11546         (acorn_partition_map_probe): Subtract 1 for PARTNUM.
11547         Change the type of SECTOR to grub_disk_addr_t. Declare P on the
11548         top.
11549         (acorn_partition_map_get_name): Add 1 into P->INDEX.
11551         * kern/i386/pc/init.c (make_install_device): Add 1 into
11552         GRUB_INSTALL_DOS_PART.
11554         * fs/iso9660.c (grub_iso9660_mount): Fixed a reversed
11555         conditional.
11557 2006-06-04  Yoshinori K. Okuji  <okuji@enbug.org>
11559         Clean up the code to support 64-bit addressing in disks and
11560         files. This change is not enough for filesystems yet.
11562         * util/i386/pc/grub-setup.c (struct boot_blocklist): Change the
11563         type of "start" to grub_uint64_t.
11564         (setup): Change the types of KERNEL_SECTOR and FIRST_SECTOR to
11565         grub_disk_addr_t * and grub_disk_addr_t. Fix the format string in
11566         save_first_sector and save_blocklists. Use grub_le_to_cpu64 to
11567         convert addresses.
11569         * util/i386/pc/biosdisk.c (open_device): Change the type of SECTOR
11570         to grub_disk_addr_t.
11572         * partmap/gpt.c (gpt_partition_map_iterate): Fix the format
11573         string.
11575         * partmap/pc.c (pc_partition_map_iterate): Likewise.
11577         * partmap/amiga.c (amiga_partition_map_iterate): Cast RDSK.MAGIC
11578         to char *.
11580         * normal/script.c (grub_script_parse): Remove unused MEMFREE.
11582         * normal/parser.y (YYLTYPE_IS_TRIVIAL): New macro.
11584         * normal/lexer.c (grub_script_yyerror): Specify unused to LEX.
11586         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf64): Cast -1
11587         to grub_off_t, to detect an error from grub_file_seek.
11588         (grub_multiboot_load_elf32): Likewise.
11590         * kern/misc.c (grub_strtoul): Use grub_strtoull. Return the
11591         maximum unsigned long value when an overflow is detected.
11592         (grub_strtoull): New function.
11593         (grub_divmod64): Likewise.
11594         (grub_lltoa): use grub_divmod64.
11596         * kern/fs.c (struct grub_fs_block): Change the type of "offset" to
11597         grub_disk_addr_t.
11598         (grub_fs_blocklist_open): Increase P if P is not NULL to advance
11599         the pointer to next character. Use grub_strtoull instead of
11600         grub_strtoul.
11601         (grub_fs_blocklist_read): Change the types of SECTOR, OFFSET and
11602         SIZE to grub_disk_addr_t, grub_off_t and grub_size_t,
11603         respectively.
11605         * kern/file.c (grub_file_read): Prevent an overflow of LEN, as the
11606         return value is signed.
11607         (grub_file_seek): Change the type of OLD to grub_off_t. Do not
11608         test if OFFSET is less than zero, as OFFSET is unsigned now.
11610         * kern/disk.c (struct grub_disk_cache): Change the type of
11611         "sector" to grub_disk_addr_t.
11612         (grub_disk_cache_get_index): Change the type of SECTOR to
11613         grub_disk_addr_t. Calculate the hash with SECTOR casted to
11614         unsigned after shifting.
11615         (grub_disk_cache_invalidate): Change the type of SECTOR to
11616         grub_disk_addr_t.
11617         (grub_disk_cache_unlock): Likewise.
11618         (grub_disk_cache_store): Likewise.
11619         (grub_disk_check_range): Change the types of SECTOR, OFFSET, SIZE,
11620         START and LEN to grub_disk_addr_t *, grub_off_t *, grub_size_t,
11621         grub_disk_addr_t and grub_uint64_t, respectively.
11622         (grub_disk_read): Use an unsigned variable REAL_OFFSET for the
11623         body, as the value of OFFSET is tweaked by
11624         grub_disk_check_range. Change the types of START_SECTOR, LEN and
11625         POS to grub_disk_addr_t, grub_size_t and grub_size_t,
11626         respectively.
11627         (grub_disk_write): Use an unsigned variable REAL_OFFSET for the
11628         body, as the value of OFFSET is tweaked by
11629         grub_disk_check_range. Change the types of LEN and N to
11630         grub_size_t.
11632         * io/gzio.c (struct grub_gzio): Change the types of "data_offset"
11633         and "saved_offset" to grub_off_t.
11634         (test_header): Cast BUF to char *.
11635         (get_byte): Cast GZIO->DATA_OFFSET to grub_off_t. Cast GZIO->INBUF
11636         to char *.
11637         (grub_gzio_read): Change the types of OFFSET and SIZE to
11638         grub_off_t and grub_size_t, respectively.
11640         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_FORCE_LBA):
11641         Removed.
11642         (GRUB_BOOT_MACHINE_BOOT_DRIVE): Changed to 0x4c.
11643         (GRUB_BOOT_MACHINE_KERNEL_ADDRESS): Changed to 0x40.
11644         (GRUB_BOOT_MACHINE_KERNEL_SEGMENT): Changed to 0x42.
11645         (GRUB_BOOT_MACHINE_DRIVE_CHECK): Changed to 0x4e.
11646         (GRUB_BOOT_MACHINE_LIST_SIZE): Increased to 12.
11648         * include/grub/types.h (grub_off_t): Unconditionally set to
11649         grub_uint64_t.
11650         (grub_disk_addr_t): Changed to grub_uint64_t.
11652         * include/grub/partition.h (struct grub_partition): Change the
11653         types of "start", "len" and "offset" to grub_disk_addr_t,
11654         grub_uint64_t and grub_disk_addr_t, respectively.
11655         (grub_partition_get_start): Return grub_disk_addr_t.
11656         (grub_partition_get_len): Return grub_uint64_t.
11658         * include/grub/misc.h (grub_strtoull): New prototype.
11659         (grub_divmod64): Likewise.
11661         * include/grub/fshelp.h (grub_fshelp_read_file): Change the types
11662         of SECTOR, LEN and FILESIZE to grub_disk_addr_t, grub_size_t and
11663         grub_off_t, respectively.
11664         All callers and references changed.
11666         * include/grub/fs.h (struct grub_fs): Change the type of LEN to
11667         grub_size_t in "read".
11668         All callers and references changed.
11670         * include/grub/file.h (struct grub_file): Change the types of
11671         "offset" and "size" to grub_off_t and grub_off_t,
11672         respectively. Change the type of SECTOR to grub_disk_addr_t in
11673         "read_hook".
11674         (grub_file_read): Change the type of LEN to grub_size_t.
11675         (grub_file_seek): Return grub_off_t. Change the type of OFFSET to
11676         grub_off_t.
11677         (grub_file_size): Return grub_off_t.
11678         (grub_file_tell): Likewise.
11679         All callers and references changed.
11681         * include/grub/disk.h (struct grub_disk_dev): Change the types of
11682         SECTOR and SIZE to grub_disk_addr_t and grub_size_t in "read" and
11683         "write".
11684         (struct grub_disk): Change the type of "total_sectors" to
11685         grub_uint64_t. Change the type of SECTOR to grub_disk_addr_t in
11686         "read_hook".
11687         (grub_disk_read): Change the types of SECTOR, OFFSET and SIZE to
11688         grub_disk_addr_t, grub_off_t and grub_size_t, respectively.
11689         (grub_disk_write): Likewise.
11690         All callers and references changed.
11692         * fs/iso9660.c (grub_iso9660_susp_iterate): Cast parameters to
11693         char * for grub_strncmp to silence gcc.
11694         (grub_iso9660_mount): Likewise.
11695         (grub_iso9660_mount): Likewise.
11696         (grub_iso9660_read_symlink): Likewise. Also, remove the nonsense
11697         return statement.
11698         (grub_iso9660_iterate_dir): Likewise.
11699         (grub_iso9660_label): Cast DATA->VOLDESC.VOLNAME to char *.
11701         * fs/hfs.c (grub_hfs_read_file): Change the types of SECTOR and
11702         LEN to grub_disk_addr_t and grub_size_t, respectively.
11704         * fs/hfsplus.c (grub_hfsplus_read_file): Likewise.
11706         * fs/jfs.c (grub_jfs_read_file): Likewise.
11708         * fs/minix.c (grub_jfs_read_file): Likewise.
11710         * fs/sfs.c (grub_jfs_read_file): Likewise.
11712         * fs/ufs.c (grub_jfs_read_file): Likewise.
11714         * fs/xfs.c (grub_jfs_read_file): Likewise.
11716         * fs/fat.c (grub_fat_read_data): Change the types of SECTOR, LEN
11717         and SIZE to grub_disk_addr_t, grub_size_t and grub_size_t,
11718         respectively.
11720         * fs/ext2.c (grub_ext2_read_block): When an error happens, set
11721         BLKNR to -1 instead of returning GRUB_ERRNO.
11722         (grub_ext2_read_file): Change the types of SECTOR and
11723         LEN to grub_disk_addr_t and grub_size_t, respectively.
11725         * fs/affs.c (grub_affs_read_file): Change the types of SECTOR and
11726         LEN to grub_disk_addr_t and grub_size_t, respectively.
11728         * font/manager.c (grub_font_get_glyph): Cast BITMAP to char * for
11729         grub_file_read.
11731         * disk/ieee1275/ofdisk.c (grub_ofdisk_read): Fix the format
11732         string. Do not cast SECTOR explicitly.
11734         * disk/i386/pc/biosdisk.c (grub_biosdisk_open): Change the type of
11735         TOTAL_SECTORS to grub_uint64_t. Do not mask DRP->TOTAL_SECTORS.
11736         (grub_biosdisk_rw): Change the types of SECTOR and SIZE to
11737         grub_disk_addr_t and grub_size_t, respectively. If the sector is
11738         over 2TB and LBA mode is not supported, raise an error.
11739         (get_safe_sectors): New function.
11740         (grub_biosdisk_read): Use get_safe_sectors.
11741         (grub_biosdisk_write): Likewise.
11743         * disk/efi/efidisk.c (grub_efidisk_read): Fix the format string.
11744         (grub_efidisk_write): Likewise.
11746         * disk/loopback.c (delete_loopback): Cosmetic changes.
11747         (grub_cmd_loopback): Likewise. Also, test NEWDEV->FILENAME
11748         correctly.
11749         (grub_loopback_open): Likewise.
11750         (grub_loopback_read): Likewise. Also, change the type of POS to
11751         grub_off_t, and fix the usage of grub_memset.
11753         * commands/i386/pc/play.c: Include grub/machine/time.h.
11755         * commands/ls.c (grub_ls_list_files): Use "llu" instead of "d" to
11756         print FILE->SIZE.
11758         * commands/configfile.c: Include grub/env.h.
11760         * commands/cmp.c (grub_cmd_cmp): Do not use ERR, but use
11761         GRUB_ERRNO directly instead. Change the type of POS to
11762         grub_off_t. Follow the coding standard.
11764         * commands/blocklist.c: Include grub/partition.h.
11765         (grub_cmd_blocklist): Return an error if the underlying device is
11766         not a disk. Take the starting sector of a partition into account,
11767         if a partition is used.
11769         * boot/i386/pc/diskboot.S (bootloop): Adapted to the new offset of
11770         a length field.
11771         (lba_mode): Support 64-bit addresses.
11772         (chs_mode): Likewise.
11773         (copy_buffer): Adapted to the new offsets of a length field and a
11774         segment field.
11775         (blocklist_default_start): Allocate 64-bit space.
11777         * boot/i386/pc/boot.S (force_lba): Removed.
11778         (boot_drive): Moved to under KERNEL_SECTOR.
11779         (kernel_sector): Moved to under KERNEL_SEGMENT. Allocate 64-bit
11780         space.
11781         (real_start): Set %si earlier. Remove code for FORCE_LBA, since it
11782         is useless.
11783         (lba_mode): Refactored to support a 64-bit address. More size
11784         optimization.
11785         (setup_sectors): Likewise.
11787 2006-06-04  Yoshinori K. Okuji  <okuji@enbug.org>
11789         * DISTLIST: Added include/grub/i386/linux.h. Removed
11790         include/grub/i386/pc/linux.h
11792         * configure.ac (AC_INIT): Bumped to 1.94.
11794         * config.guess: Updated from gnulib.
11795         * config.sub: Likewise.
11796         * install-sh: Likewise.
11797         * mkinstalldirs: Likewise.
11799 2006-06-02  Yoshinori K. Okuji  <okuji@enbug.org>
11801         * conf/common.rmk (grub_modules_init.lst): Depended on
11802         grub_emu_SOURCES, excluding grub_emu_init.c, instead of
11803         MODSRCFILES.
11805         * genmk.rb (PModule::rule): Reverted the previous change.
11807 2006-06-02  Yoshinori K. Okuji  <okuji@enbug.org>
11809         * conf/common.rmk (grub_modules_init.lst): Depends on
11810         $(MODSRCFILES). Grep only the files in $(MODSRCFILES). Make sure
11811         that the target does not exist before producing.
11812         (grub_modules_init.h): Remove the target before generating.
11813         (grub_emu_init.c): Likewise.
11815         * genmk.rb (PModule::rule): Add source files into MODSRCFILES.
11817 2006-05-31  Jeroen Dekkers  <jeroen@dekkers.cx>
11819         * configure.ac: Don't set host_m32 for x86_64. Also reset LIBS
11820         for the target-specific tests. Make sure that we also have the
11821         up-to-date target variables for those tests.
11823 2006-05-31  Yoshinori K. Okuji  <okuji@enbug.org>
11825         * genmk.rb (Image::rule): Prefix CFLAGS or ASFLAGS with TARGET_.
11826         (PModule::rule): Likewise.
11828 2006-05-31  Yoshinori K. Okuji  <okuji@enbug.org>
11830         * genmk.rb (Image::rule): Set FLAG to CFLAGS or ASFLAGS instead of
11831         TARGET_CFLAGS or TARGET_ASFLAGS. There is no reason why
11832         target-specific flags should be prefixed.
11833         (PModule::rule): Likewise.
11835 2006-05-30  Yoshinori K. Okuji  <okuji@enbug.org>
11837         * configure.ac (CMP): Check if cmp is available explicitly.
11839 2006-05-29  Yoshinori K. Okuji  <okuji@enbug.org>
11841         * util/powerpc/ieee1275/grub-install.in (host_cpu): Removed.
11842         (target_cpu): New variable.
11843         (pkglibdir): Use target_cpu instead of host_cpu.
11845         * util/i386/pc/grub-install.in (host_cpu): Removed.
11846         (target_cpu): New variable.
11847         (pkglibdir): Use target_cpu instead of host_cpu.
11849         * util/genmoddep.c: Removed.
11851         * kern/efi/mm.c (filter_memory_map): Use GRUB_CPU_SIZEOF_VOID_P
11852         instead of GRUB_HOST_SIZEOF_VOID_P.
11853         * kern/dl.c: Likewise.
11855         * include/grub/i386/types.h (GRUB_HOST_SIZEOF_VOID_P): Renamed to
11856         ...
11857         (GRUB_TARGET_SIZEOF_VOID_P): ... this.
11858         (GRUB_HOST_SIZEOF_LONG): Renamed to ...
11859         (GRUB_TARGET_SIZEOF_LONG): ... this.
11860         (GRUB_HOST_WORDS_BIGENDIAN): Renamed to ...
11861         (GRUB_TARGET_WORDS_BIGENDIAN): ... this.
11862         * include/grub/powerpc/types.h (GRUB_HOST_SIZEOF_VOID_P): Renamed
11863         to ...
11864         (GRUB_TARGET_SIZEOF_VOID_P): ... this.
11865         (GRUB_HOST_SIZEOF_LONG): Renamed to ...
11866         (GRUB_TARGET_SIZEOF_LONG): ... this.
11867         (GRUB_HOST_WORDS_BIGENDIAN): Renamed to ...
11868         (GRUB_TARGET_WORDS_BIGENDIAN): ... this.
11869         * include/grub/sparc64/types.h (GRUB_HOST_SIZEOF_VOID_P): Renamed
11870         to ...
11871         (GRUB_TARGET_SIZEOF_VOID_P): ... this.
11872         (GRUB_HOST_SIZEOF_LONG): Renamed to ...
11873         (GRUB_TARGET_SIZEOF_LONG): ... this.
11874         (GRUB_HOST_WORDS_BIGENDIAN): Renamed to ...
11875         (GRUB_TARGET_WORDS_BIGENDIAN): ... this.
11877         * include/grub/types.h [!GRUB_UTIL] (GRUB_CPU_SIZEOF_VOID_P): Use
11878         GRUB_TARGET_SIZEOF_VOID_P instead of GRUB_HOST_SIZEOF_VOID_P.
11879         [!GRUB_UTIL] (GRUB_CPU_SIZEOF_LONG): Use GRUB_TARGET_SIZEOF_LONG
11880         instead of GRUB_HOST_SIZEOF_LONG.
11881         [!GRUB_UTIL]: Refer to GRUB_TARGET_WORDS_BIGENDIAN instead of
11882         GRUB_HOST_WORDS_BIGENDIAN to define or undefine
11883         GRUB_CPU_WORDS_BIGENDIAN.
11884         Refer to SIZEOF_VOID_P instead of GRUB_HOST_SIZEOF_VOID_P to
11885         define grub_host_addr_t, grub_host_off_t, grub_host_size_t and
11886         grub_host_ssize_t.
11888         * conf/i386-efi.rmk (noinst_UTILITIES): Removed.
11889         (genmoddep_SOURCES): Likewise.
11890         * conf/i386-pc.rmk (noinst_UTILITIES): Likewise.
11891         (genmoddep_SOURCES): Likewise.
11892         * conf/conf/powerpc-ieee1275.rmk (noinst_UTILITIES): Likewise.
11893         (genmoddep_SOURCES): Likewise.
11894         * conf/conf/conf/sparc64-ieee1275.rmk (noinst_UTILITIES):
11895         Likewise.
11896         (genmoddep_SOURCES): Likewise.
11898         * genmoddep.awk: New file.
11900         * genmk.rb (Image::rule): Use TARGET_CC, TARGET_CPPFLAGS,
11901         TARGET_CFLAGS, TARGET_ASFLAGS and TARGET_LDFLAGS instead of CC,
11902         CPPFLAGS, CFLAGS, ASFLAGS and LDFLAGS, respectively.
11903         (PModule::rule): Likewise.
11904         (Program::rule): Likewise.
11905         (Utility::rule): Use CC, CPPFLAGS, CFLAGS and LDFLAGS instead of
11906         BUILD_CC, BUILD_CPPFLAGS, BUILD_CFLAGS and BUILD_LDFLAGS,
11907         respectively.
11909         * configure.ac: Rewritten intensively to use host and target
11910         instead of build and host, respectively.
11912         * Makefile.in (pkglibdir): Use target_cpu instead of host_cpu.
11913         (host_cpu): Removed.
11914         (target_cpu): New variable.
11915         (CPPFLAGS): Added @CPPFLAGS@ and -DGRUB_LIBDIR=\"$(pkglibdir)\".
11916         (BUILD_CC): Removed.
11917         (BUILD_CFLAGS): Likewise.
11918         (BUILD_CPPFLAGS): Likewise.
11919         (TARGET_CC): New variable.
11920         (TARGET_CFLAGS): Likewise.
11921         (TARGET_CPPFLAGS): Likewise.
11922         (TARGET_LDFLAGS): Likewise.
11923         (AWK): Likewise.
11924         (include): Use target_cpu instead of host_cpu.
11925         (moddep.lst:): Use genmoddep.awk instead of genmoddep.
11927         * DISTLIST: Added genmoddep.awk. Removed util/genmoddep.c.
11929 2006-05-29  Vesa Jaaskelainen  <chaac@nic.fi>
11931         * include/grub/script.h (grub_script_cmdif): Renamed field 'bool' to
11932         'exec_to_evaluate'.  Renamed field 'true' to 'exec_on_true'.  Renamed
11933         field 'false' to 'exec_on_false'.
11934         (grub_script_create_cmdif): Renamed argument names to reflect above
11935         changes.
11937         * normal/execute.c (grub_script_execute_cmdif): Likewise.
11939         * normal/script.c (grub_script_create_cmdif): Likewise.
11941 2006-05-28  Yoshinori K. Okuji  <okuji@enbug.org>
11943         * fs/hfsplus.c (grub_hfsplus_btree_recoffset): Moved to near the
11944         top.
11945         (grub_hfsplus_btree_recptr): Likewise.
11946         (grub_hfsplus_find_block): Do not take RETRY any longer. Use
11947         FILEBLOCK both to pass a block number and store next block
11948         number.
11949         (grub_hfsplus_read_block): Rewritten heavily to support an extent
11950         overflow file correctly. Specify errors appropriately, because
11951         fshelp expects that GRUB_ERRNO is set when fails. Reuse
11952         grub_hfsplus_btree_recptr to get the pointer to a found key.
11953         (grub_hfsplus_btree_search): Return 1 instead of 0 when no match
11954         is found.
11956         * conf/i386-efi.rmk (pkgdata_MODULES): Added _linux.mod and
11957         linux.mod.
11958         (_linux_mod_SOURCES): New variable.
11959         (_linux_mod_CFLAGS): Likewise.
11960         (_linux_mod_LDFLAGS): Likewise.
11961         (linux_mod_SOURCES): Likewise.
11962         (linux_mod_CFLAGS): Likewise.
11963         (linux_mod_LDFLAGS): Likewise.
11965         * DISTLIST: Added loader/i386/efi/linux.c,
11966         loader/i386/efi/linux_normal.c and
11967         include/grub/i386/efi/loader.h.
11969         * loader/i386/efi/linux.c: New file.
11970         * loader/i386/efi/linux_normal.c: Likewise.
11971         * include/grub/i386/efi/loader.h: Likewise.
11973 2006-05-27  Yoshinori K. Okuji  <okuji@enbug.org>
11975         * commands/blocklist.c: New file.
11977         * DISTLIST: Added commands/blocklist.c.
11979         * term/efi/console.c (grub_console_highlight_color): Use a lighter
11980         color for the background, and a darker color for the foreground.
11981         (grub_console_checkkey): Return READ_KEY.
11982         (grub_console_cls): Set the background to
11983         GRUB_EFI_BACKGROUND_BLACK temporarily to clean out the screen.
11985         * kern/efi/efi.c (grub_efi_exit_boot_services): New function.
11987         * include/grub/i386/linux.h (struct linux_kernel_params): Fixed
11988         the size of "padding5", "hd0_drive_info" and "hd1_drive_info".
11990         * include/grub/efi/efi.h (grub_efi_exit_boot_services): New
11991         prototype.
11993         * include/grub/efi/api.h (GRUB_EFI_TEXT_ATTR): Do not shift
11994         BG. The spec is wrong again.
11996         * include/grub/normal.h [GRUB_UTIL] (grub_blocklist_init): New
11997         prototype.
11998         [GRUB_UTIL] (grub_blocklist_fini): Likewise.
12000         * conf/i386-pc.rmk (grub_emu_SOURCES): Added
12001         commands/blocklist.c.
12002         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
12004         * conf/common.rmk (pkgdata_MODULES): Added blocklist.mod.
12005         (blocklist_mod_SOURCES): New variable.
12006         (blocklist_mod_CFLAGS): Likewise.
12007         (blocklist_mod_LDFLAGS): Likewise.
12009 2006-05-20  Yoshinori K. Okuji  <okuji@enbug.org>
12011         * boot/i386/pc/boot.S (real_start): Set %si earlier to eliminate
12012         duplication.
12013         (lba_mode): Use %eax more intensively to reduce the code size.
12015 2006-05-20  Marco Gerards  <marco@gnu.org>
12017         * normal/lexer.c (grub_script_yylex): Don't filter out newlines.
12019         * normal/parser.y (commandblock): Defined as <cmd>.  A subroutine
12020         for `menuentry'.
12021         (script): Accept leading newlines.
12022         (newlines): New rule to describe 0 or more newlines.
12023         (commands): Accept `command' with trailing newline.  Fixed the
12024         order in which arguments were passed to `grub_script_add_cmd'.
12025         Accept commands separated by newlines.
12026         (function): Changed to accept newlines.
12027         (menuentry) Rewritten.
12029         * normal/script.c (grub_script_create_cmdmenu): Add new entries in
12030         front of the list, instead of to the end.
12032 2006-05-19  Yoshinori K. Okuji  <okuji@enbug.org>
12034         * util/i386/pc/grub-install.in (bindir): New variable.
12035         (grub_mkimage): Use BINDIR instead of SBINDIR. Reported by Lee
12036         Shaver <lbgwjl@gmail.com>.
12038 2006-05-14  Yoshinori K. Okuji  <okuji@enbug.org>
12040         * kern/i386/pc/startup.S: Include grub/cpu/linux.h instead of
12041         grub/machine/linux.h
12042         * loader/i386/pc/linux.c: Likewise.
12044         * include/grub/i386/pc/linux.h: Moved to ...
12045         * include/grub/i386/linux.h: ... here.
12047         * include/grub/i386/linux.h (struct linux_kernel_params): New
12048         struct.
12050 2006-05-09  Vesa Jaaskelainen  <chaac@nic.fi>
12052         * video/i386/pc/vbe.c (grub_video_vbe_fill_rect): Corrected bounds
12053         checking.
12054         (grub_video_vbe_blit_glyph): Likewise.
12055         (grub_video_vbe_blit_bitmap): Likewise.
12056         (grub_video_vbe_blit_render_target): Likewise.
12058 2006-05-09  Yoshinori K. Okuji  <okuji@enbug.org>
12060         * configure.ac (--with-platform): Properly quote the square
12061         brackets.
12063 2006-05-08  Marco Gerards  <marco@gnu.org>
12065         * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Renamed from
12066         this...
12067         (kernel_elf_HEADERS): ...to this.  Updated all users.
12068         (grubof_symlist.c): Renamed from this...
12069         (kernel_elf_symlist.c): ...to this.  Updated all users.
12070         (pkgdata_PROGRAMS): Changed `grubof' to `kernel.elf'.
12071         (grubof_SOURCES): Renamed from this...
12072         (kernel_elf_SOURCES): ...to this.
12073         (grubof_HEADERS): Renamed from this...
12074         (kernel_elf_HEADERS): ...to this.
12075         (grubof_CFLAGS): Renamed from this...
12076         (kernel_elf_CFLAGS): ...to this.
12077         (grubof_ASFLAGS): Renamed from this...
12078         (kernel_elf_ASFLAGS): ...to this.
12079         (grubof_LDFLAGS): Renamed from this...
12080         (kernel_elf_LDFLAGS): ...to this.
12082         * conf/sparc64-ieee1275.rmk (grubof_HEADERS): Renamed from
12083         this...
12084         (kernel_elf_HEADERS): ...to this.  Updated all users.
12085         (grubof_symlist.c): Renamed from this...
12086         (kernel_elf_symlist.c): ...to this.  Updated all users.
12087         (pkgdata_PROGRAMS): Changed `grubof' to `kernel.elf'.
12088         (grubof_SOURCES): Renamed from this...
12089         (kernel_elf_SOURCES): ...to this.
12090         (grubof_HEADERS): Renamed from this...
12091         (kernel_elf_HEADERS): ...to this.
12092         (grubof_CFLAGS): Renamed from this...
12093         (kernel_elf_CFLAGS): ...to this.
12094         (grubof_ASFLAGS): Renamed from this...
12095         (kernel_elf_ASFLAGS): ...to this.
12096         (grubof_LDFLAGS): Renamed from this...
12097         (kernel_elf_LDFLAGS): ...to this.
12099         * util/powerpc/ieee1275/grub-mkimage.c (add_segments): Use
12100         `kernel.elf' instead of `grubof'.
12102 2006-05-08  Yoshinori K. Okuji  <okuji@enbug.org>
12104         Add --with-platform to configure. Use pkglibdir instead of
12105         pkgdatadir. This is reported by Roger Leigh.
12107         * util/powerpc/ieee1275/grub-install.in (datadir): Removed.
12108         (host_vendor): Likewise.
12109         (host_os): Likewise.
12110         (pkgdatadir): Likewise.
12111         (platform): New variable.
12112         (pkglibdir): Likewise.
12113         Use PKGLIBDIR instead of PKGDATADIR.
12115         * util/i386/pc/grub-install.in (datadir): Removed.
12116         (host_vendor): Likewise.
12117         (host_os): Likewise.
12118         (pkgdatadir): Likewise.
12119         (platform): New variable.
12120         (pkglibdir): Likewise.
12121         Use PKGLIBDIR instead of PKGDATADIR.
12123         * util/powerpc/ieee1275/grub-mkimage.c (usage): Use GRUB_LIBDIR
12124         instead of GRUB_DATADIR.
12125         (main): Likewise.
12126         * util/i386/pc/grub-mkimage.c (usage): Likewise.
12127         (main): Likewise.
12128         * util/i386/efi/grub-mkimage.c (usage): Likewise.
12129         (main): Likewise.
12131         * configure.ac (--with-platform): New option.
12132         Use PLATFORM instead of HOST_VENDOR to specify a platform.
12134         * Makefile.in: Include a makefile based on PLATFORM instead of
12135         HOST_VENDOR.
12136         (pkgdatadir): Not appended by the machine type.
12137         (pkglibdir): Appended by the machine type.
12138         (host_vendor): Removed.
12139         (platform): New variable.
12140         (BUILD_CPPFLAGS): Specify GRUB_LIBDIR instead of GRUB_DATADIR.
12141         (install-local): Use PKGLIBDIR instead of PKGDATADIR.
12142         (uninstall): Likewise.
12144 2006-05-07  Yoshinori K. Okuji  <okuji@enbug.org>
12146         Use the environment context in the menu. Remove the commands
12147         "default" and "timeout", and use variables instead.
12149         * normal/menu.c: Include grub/env.h.
12150         (print_entry): Cast TITLE to silence gcc.
12151         (get_timeout): New function.
12152         (set_timeout): Likewise.
12153         (get_entry_number): Likewise.
12154         (run_menu): Use a default entry, a fallback entry and a timeout
12155         in the environment variables "default", "fallback" and
12156         "timeout". Also, tweak the default entry if it is not within the
12157         current menu entries.
12158         (grub_menu_run): Use a fallback entry in the environment variable
12159         "fallback".
12161         * normal/main.c (read_config_file): Do not initialize
12162         NEWMENU->DEFAULT_ENTRY, NEWMENU->FALLBACK_ENTRY or
12163         NEWMENU->TIMEOUT.
12164         (grub_normal_execute): Use a data slot to store the menu.
12166         * include/grub/normal.h (struct grub_menu): Removed default_entry,
12167         fallback_entry and timeout.
12168         (struct grub_menu_list): Removed.
12169         (grub_menu_list_t): Likewise.
12170         (struct grub_context): Likewise.
12171         (grub_context_t): Likewise.
12172         (grub_context_get): Likewise.
12173         (grub_context_get_current_menu): Likewise.
12174         (grub_context_push_menu): Likewise.
12175         (grub_context_pop_menu): Likewise.
12176         (grub_default_init): Likewise.
12177         (grub_default_fini): Likewise.
12178         (grub_timeout_init): Likewise.
12179         (grub_timeout_fini): Likewise.
12181         * conf/sparc64-ieee1275.rmk (pkgdata_MODULES): Removed default.mod
12182         and timeout.mod.
12183         (normal_mod_SOURCES): Removed normal/context.c.
12185         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Removed
12186         commands/default.c, commands/timeout.c and normal/context.c.
12187         (normal_mod_SOURCES): Removed normal/context.c.
12189         * conf/i386-pc.rmk (grub_emu_SOURCES): Removed commands/default.c,
12190         commands/timeout.c and normal/context.c.
12191         (normal_mod_SOURCES): Removed normal/context.c.
12193         * conf/i386-efi.rmk (grub_emu_SOURCES): Removed
12194         commands/default.c, commands/timeout.c and normal/context.c.
12195         (normal_mod_SOURCES): Removed normal/context.c.
12197         * conf/common.rmk (pkgdata_MODULES): Removed default.mod and
12198         timeout.mod.
12199         (default_mod_SOURCES): Removed.
12200         (default_mod_CFLAGS): Likewise.
12201         (default_mod_LDFLAGS): Likewise.
12202         (timeout_mod_SOURCES): Removed.
12203         (timeout_mod_CFLAGS): Likewise.
12204         (timeout_mod_LDFLAGS): Likewise.
12206         * DISTLIST: Removed commands/default.c, commands/timeout.c and
12207         normal/context.c.
12209         * commands/default.c: Removed.
12210         * commands/timeout.c: Likewise.
12211         * normal/context.c: Likewise.
12213 2006-05-07  Vesa Jaaskelainen  <chaac@nic.fi>
12215         * kern/i386/pc/startup.S (grub_exit): Added missing .code32 tag.
12217 2006-05-02  Yoshinori K. Okuji  <okuji@enbug.org>
12219         * kern/env.c (struct grub_env_context): Removed "sorted". Renamed
12220         "next" to "prev" for readability.
12221         (struct grub_env_sorted_var): New struct.
12222         (grub_env_context): Renamed to ...
12223         (initial_context): ... this.
12224         (grub_env_var_context): Renamed to ...
12225         (current_context): ... this.
12226         (grub_env_find): Look only at CURRENT_CONTEXT.
12227         (grub_env_context_open): Rewritten to copy exported variables from
12228         previous context.
12229         (grub_env_context_close): Rewritten according to the new
12230         scheme. Also, add an assertion to prevent the initial context from
12231         removed.
12232         (grub_env_insert): Removed the code for the sorted list.
12233         (grub_env_remove): Likewise.
12234         (grub_env_export): Simply mark the variable with
12235         GRUB_ENV_VAR_GLOBAL.
12236         (grub_env_set): A cosmetic change for naming consistency.
12237         (grub_env_get): Likewise.
12238         (grub_env_unset): Likewise.
12239         (grub_env_iterate): Rewritten to sort variables within this
12240         function.
12241         (grub_register_variable_hook): Fixed for naming consistency. Call
12242         grub_env_find again, only if NAME is not found at the first time.
12243         (mangle_data_slot_name): New function.
12244         (grub_env_set_data_slot): Likewise.
12245         (grub_env_get_data_slot): Likewise.
12246         (grub_env_unset_data_slot): Likewise.
12248         * include/grub/env.h (grub_env_var_type): New enum.
12249         (GRUB_ENV_VAR_LOCAL): New constant.
12250         (GRUB_ENV_VAR_GLOBAL): Likewise.
12251         (GRUB_ENV_VAR_DATA): Likewise.
12252         (struct grub_env_var): Removed "sort_next" and "sort_prevp". Added
12253         "type".
12254         (grub_env_set): Replace VAR with NAME for consistency.
12255         (grub_register_variable_hook): Likewise.
12256         (grub_env_export): Specify the name of the argument.
12257         (grub_env_set_data_slot): New prototype.
12258         (grub_env_get_data_slot): Likewise.
12259         (grub_env_unset_data_slot): Likewise.
12261 2006-04-30  Yoshinori K. Okuji  <okuji@enbug.org>
12263         Extend the loader so that GRUB can accept a loader which comes
12264         back to GRUB when a loaded image exits. Also, this change adds
12265         support for a chainloader on EFI.
12267         * term/efi/console.c: Include grub/misc.h.
12268         (grub_console_checkkey): Display a scan code on the top for
12269         debugging. This will be removed once the EFI port gets stable.
12270         Correct the scan code mapping.
12272         * kern/efi/mm.c (sort_memory_map): Sort in a descending order to
12273         allocate memory from larger regions, in order to reduce the number
12274         of allocated regions. Otherwise, the MacOSX loader panics.
12275         (filter_memory_map): Avoid less than 1MB for compatibility with
12276         other loaders.
12277         (add_memory_regions): Allocate from the tail of a region, if
12278         possible, to avoid allocating a region near to 1MB, for the MacOSX
12279         loader.
12281         * kern/efi/init.c (grub_efi_set_prefix): Specify
12282         GRUB_EFI_IMAGE_HANDLE to grub_efi_get_loaded_image.
12284         * kern/efi/efi.c (grub_efi_get_loaded_image): Accept a new
12285         argument IMAGE_HANDLE and specify it to get a loaded image.
12286         (grub_arch_modules_addr): Specify GRUB_EFI_IMAGE_HANDLE to
12287         grub_efi_get_loaded_image.
12288         (grub_efi_get_filename): Divide the length by the size of
12289         grub_efi_char16_t.
12290         (grub_efi_get_device_path): New function.
12291         (grub_efi_print_device_path): Print End Device Path nodes. Divide
12292         the length by the size of grub_efi_char16_t for a file path device
12293         path node.
12295         * kern/loader.c (grub_loader_noreturn): New variable.
12296         (grub_loader_set): Accept a new argument NORETURN. Set
12297         GRUB_LOADER_NORETURN to NORETURN.
12298         All callers changed.
12299         (grub_loader_boot): If GRUB_LOADER_NORETURN is false, do not call
12300         grub_machine_fini.
12302         * include/grub/efi/efi.h (grub_efi_get_device_path): New
12303         prototype.
12304         (grub_efi_get_loaded_image): Take an argument to specify an image
12305         handle.
12307         * include/grub/loader.h (grub_loader_set): Added one more argument
12308         NORETURN.
12310         * disk/efi/efidisk.c (make_devices): Use grub_efi_get_device_path
12311         instead of grub_efi_open_protocol.
12312         (grub_efidisk_get_device_name): Likewise.
12313         (grub_efidisk_close): Print a newline.
12314         (grub_efidisk_get_device_handle): Fixed to use
12315         GRUB_EFI_DEVICE_PATH_SUBTYPE instead of
12316         GRUB_EFI_DEVICE_PATH_TYPE.
12318         * disk/efi/efidisk.c (device_path_guid): Moved to ...
12319         * kern/efi/efi.c (device_path_guid): ... here.
12321         * conf/i386-efi.rmk (pkgdata_MODULES): Added _chain.mod and
12322         chain.mod.
12323         (kernel_mod_HEADERS): Added efi/disk.h.
12324         (_chain_mod_SOURCES): New variable.
12325         (_chain_mod_CFLAGS): Likewise.
12326         (_chain_mod_LDFLAGS): Likewise.
12327         (chain_mod_SOURCES): Likewise.
12328         (chain_mod_CFLAGS): Likewise.
12329         (chain_mod_LDFLAGS): Likewise.
12331         * DISTLIST: Added include/grub/efi/chainloader.h,
12332         loader/efi/chainloader.c and loader/efi/chainloader_normal.c.
12334         * include/grub/efi/chainloader.h: New file.
12335         * loader/efi/chainloader.c: Likewise.
12336         * loader/efi/chainloader_normal.c: Likewise.
12338 2006-04-30  Marco Gerards  <marco@gnu.org>
12340         * commands/configfile.c (grub_cmd_source): New function.
12341         (GRUB_MOD_INIT): Register the commands `source' and `.'.
12342         (GRUB_MOD_FINI): De-register the commands `source' and `.'.
12344 2006-04-30  Marco Gerards  <marco@gnu.org>
12346         * normal/execute.c (grub_script_execute_cmd): Change the return
12347         type to `grub_err_t'.  Correctly return the error.
12348         (grub_script_execute_cmdline): In case a command line is not a
12349         command or a function, try to interpret it as an assignment.
12351 2006-04-30  Yoshinori K. Okuji  <okuji@enbug.org>
12353         * fs/hfsplus.c (grub_hfsplus_read_block): Fixed a memory leak.
12354         (grub_hfsplus_iterate_dir): Reordered to skip unknown nodes. Also,
12355         skip a node whose name is obviously invalid as UTF-16,
12356         i.e. contains a NUL character. Stop the iteration when the last
12357         directory entry is found. Instead of using the return value of
12358         grub_hfsplus_btree_iterate_node, store the value in RET and use
12359         it, because the iterator can be stopped by the last directory
12360         entry.
12362 2006-04-30  Marco Gerards  <marco@gnu.org>
12364         * include/grub/env.h (grub_env_export): New prototype.  Reported
12365         by Jan C. Kleinsorge <jan.kleinsorge@udo.edu>.
12367 2006-04-30  Marco Gerards  <marco@gnu.org>
12369         * fs/hfsplus.c (grub_hfsplus_iterate_dir): Correctly calculate the
12370         size of the extents in a catalog file record.
12372 2006-04-29  Marco Gerards  <marco@gnu.org>
12374         * commands/configfile.c (grub_cmd_configfile): Execute the
12375         configfile within its own context.
12377         * include/grub/env.h (grub_env_context_open): New prototype.
12378         (grub_env_context_close): Likewise.
12380         * kern/env.c (grub_env): Removed.
12381         (grub_env_sorted): Likewise.
12382         (grub_env_context): New variable.
12383         (grub_env_var_context): Likewise.
12384         (grub_env_find): Search both the active context and the global
12385         context.
12386         (grub_env_context_open): New function.
12387         (grub_env_context_close): Likewise.
12388         (grub_env_insert): Likewise.
12389         (grub_env_remove): Likewise.
12390         (grub_env_export): Likewise.
12391         (grub_env_set): Changed to use helper functions to avoid code
12392         duplication.
12393         (grub_env_iterate): Rewritten so both the current context and the
12394         global context are being used.
12396         * normal/command.c (export_command): New function.
12397         (grub_command_init): Register the `export' function.
12399 2006-04-26  Yoshinori K. Okuji  <okuji@enbug.org>
12401         * util/i386/pc/grub-mkimage.c (compress_kernel): Cast arguments
12402         explicitly to suppress gcc's warnings.
12403         * fs/fat.c (grub_fat_find_dir): Likewise.
12404         (grub_fat_label): Likewise.
12405         * fs/xfs.c (grub_xfs_read_inode): Likewise.
12406         (grub_xfs_mount): Likewise.
12407         (grub_xfs_label): Likewise.
12408         * fs/affs.c (grub_affs_mount): Likewise.
12409         (grub_affs_label): Likewise.
12410         (grub_affs_iterate_dir): Likewise.
12411         * fs/sfs.c (grub_sfs_mount): Likewise.
12412         (grub_sfs_iterate_dir): Likewise.
12413         * fs/ufs.c (grub_ufs_lookup_symlink): Likewise.
12414         * fs/hfs.c (grub_hfs_mount): Likewise.
12415         (grub_hfs_cmp_catkeys): Likewise.
12416         (grub_hfs_find_dir): Likewise.
12417         (grub_hfs_dir): Likewise.
12418         (grub_hfs_label): Likewise.
12419         * fs/jfs.c (grub_jfs_mount): Likewise.
12420         (grub_jfs_opendir): Likewise.
12421         (grub_jfs_getent): Likewise.
12422         (grub_jfs_lookup_symlink): Likewise.
12423         (grub_jfs_label): Likewise.
12424         * fs/hfsplus.c (grub_hfsplus_cmp_catkey): Likewise.
12425         (grub_hfsplus_iterate_dir): Likewise.
12426         (grub_hfsplus_btree_iterate_node): Made static.
12428         * util/grub-emu.c (prefix): New variable.
12429         (grub_machine_set_prefix): New function.
12430         (main): Do not set the environment variable "prefix" here. Only
12431         set PREFIX, which is used later by grub_machine_set_prefix.
12433         * include/grub/video.h: Do not include grub/symbol.h.
12434         (grub_video_register): Not exported. This symbol is not defined in
12435         the kernel.
12436         (grub_video_unregister): Likewise.
12437         (grub_video_iterate): Likewise.
12438         (grub_video_setup): Likewise.
12439         (grub_video_restore): Likewise.
12440         (grub_video_get_info): Likewise.
12441         (grub_video_get_blit_format): Likewise.
12442         (grub_video_set_palette): Likewise.
12443         (grub_video_get_palette): Likewise.
12444         (grub_video_set_viewport): Likewise.
12445         (grub_video_get_viewport): Likewise.
12446         (grub_video_map_color): Likewise.
12447         (grub_video_map_rgb): Likewise.
12448         (grub_video_map_rgba): Likewise.
12449         (grub_video_fill_rect): Likewise.
12450         (grub_video_blit_glyph): Likewise.
12451         (grub_video_blit_bitmap): Likewise.
12452         (grub_video_blit_render_target): Likewise.
12453         (grub_video_scroll): Likewise.
12454         (grub_video_swap_buffers): Likewise.
12455         (grub_video_create_render_target): Likewise.
12456         (grub_video_delete_render_target): Likewise.
12457         (grub_video_set_active_render_target): Likewise.
12459         * include/grub/symbol.h [GRUB_SYMBOL_GENERATOR] (EXPORT_FUNC):
12460         Undefined.
12461         [GRUB_SYMBOL_GENERATOR] (EXPORT_VAR): Likewise.
12463         * conf/sparc64-ieee1275.rmk (grubof_symlist.c): Depended on
12464         config.h. Use gensymlist.sh instead of $(srcdir)/gensymlist.sh.
12465         (kernel_syms.lst): Depended on config.h. Use genkernsyms.sh
12466         instead of $(srcdir)/genkernsyms.sh.
12468         * conf/powerpc-ieee1275.rmk (grubof_symlist.c): Depended on
12469         config.h. Use gensymlist.sh instead of $(srcdir)/gensymlist.sh.
12470         (kernel_syms.lst): Depended on config.h. Use genkernsyms.sh
12471         instead of $(srcdir)/genkernsyms.sh.
12473         * conf/i386-pc.rmk (symlist.c): Depended on config.h. Use
12474         gensymlist.sh instead of $(srcdir)/gensymlist.sh.
12475         (kernel_syms.lst): Depended on config.h. Use genkernsyms.sh
12476         instead of $(srcdir)/genkernsyms.sh.
12478         * conf/i386-efi.rmk (symlist.c): Depended on config.h. Use
12479         gensymlist.sh instead of $(srcdir)/gensymlist.sh.
12480         (kernel_syms.lst): Depended on config.h. Use genkernsyms.sh
12481         instead of $(srcdir)/genkernsyms.sh.
12483         * configure.ac (AC_CONFIG_FILES): Added gensymlist.sh and
12484         genkernsyms.sh.
12486         * Makefile.in (DISTCLEANFILES): Added gensymlist.sh and
12487         genkernsyms.sh.
12488         (gensymlist.sh): New target.
12489         (genkernsyms.sh): Likewise.
12491         * DISTLIST: Removed genkernsyms.sh and gensymlist.sh. Added
12492         genkernsyms.sh.in and gensymlist.sh.in.
12494         * genkernsyms.sh: Removed.
12495         * gensymlist.sh: Likewise.
12497         * genkernsyms.sh.in: New file.
12498         * gensymlist.sh.in: Likewise.
12500 2006-04-25  Hollis Blanchard  <hollis@penguinppc.org>
12502         * kern/powerpc/ieee1275/init.c (grub_machine_set_prefix): Do not
12503         clobber "prefix", since we may have already set it manually.
12505 2006-04-25  Hollis Blanchard  <hollis@penguinppc.org>
12507         * kern/misc.c (abort): New alias for grub_abort.
12509 2006-04-25  Yoshinori K. Okuji  <okuji@enbug.org>
12511         A new machine-specific function "grub_machine_set_prefix" is
12512         defined. This is called after loading modules, so that a prefix
12513         initialization can use modules. Also, this change adds an
12514         intensive debugging feature for the memory manager via the
12515         configure option "--enable-mm-debug".
12517         * partmap/gpt.c (gpt_partition_map_iterate): Add one more into
12518         PART.LEN.
12520         * kern/sparc64/ieee1275/init.c (abort): Removed.
12521         (grub_stop): Likewise.
12522         (grub_exit): New function.
12523         (grub_set_prefix): Renamed to ...
12524         (grub_machine_set_prefix): ... this.
12525         (grub_machine_init): Do not call grub_set_prefix.
12527         * kern/powerpc/ieee1275/init.c (grub_set_prefix): Renamed to ...
12528         (grub_machine_set_prefix): ... this.
12529         (grub_machine_init): Do not call grub_set_prefix.
12531         * kern/i386/pc/init.c (grub_machine_set_prefix): New function.
12532         (grub_machine_init): Do not set the prefix here.
12534         * kern/i386/efi/init.c (grub_machine_set_prefix): New function.
12536         * kern/efi/init.c: Include grub/mm.h.
12537         (grub_efi_set_prefix): New function.
12539         * kern/efi/efi.c (grub_exit): Call grub_efi_fini.
12540         (grub_efi_get_filename): New function.
12541         (grub_print_device_path): Renamed to ...
12542         (grub_efi_print_device_path): ... this.
12544         * kern/mm.c [MM_DEBUG] (grub_malloc): Undefined.
12545         [MM_DEBUG] (grub_realloc): Likewise.
12546         [MM_DEBUG] (grub_free): Likewise.
12547         [MM_DEBUG] (grub_memalign): Likewise.
12548         [MM_DEBUG] (grub_mm_debug): New variable.
12549         [MM_DEBUG] (grub_debug_malloc): New function.
12550         [MM_DEBUG] (grub_debug_free): New function.
12551         [MM_DEBUG] (grub_debug_realloc): New function.
12552         [MM_DEBUG] (grub_debug_memalign): New function.
12554         * kern/misc.c (grub_abort): Print a newline to distinguish
12555         the message.
12557         * kern/main.c (grub_main): Call grub_machine_set_prefix and
12558         grub_set_root_dev after loading modules. This is necessary when
12559         setting a prefix depends on modules.
12561         * include/grub/efi/efi.h (grub_print_device_path): Renamed to ...
12562         (grub_efi_print_device_path): ... this.
12563         (grub_efi_get_filename): New prototype.
12564         (grub_efi_set_prefix): Likewise.
12566         * include/grub/efi/disk.h: Include grub/efi/api.h, grub/symbol.h
12567         and grub/disk.h.
12568         (grub_efidisk_get_device_handle): New prototype.
12569         (grub_efidisk_get_device_name): Likewise.
12571         * include/grub/mm.h: Include config.h.
12572         (MM_DEBUG): Removed.
12573         [MM_DEBUG && !GRUB_UTIL] (grub_mm_debug): New prototype.
12574         [MM_DEBUG && !GRUB_UTIL] (grub_malloc): New macro.
12575         [MM_DEBUG && !GRUB_UTIL] (grub_realloc): Likewise.
12576         [MM_DEBUG && !GRUB_UTIL] (grub_memalign): Likewise.
12577         [MM_DEBUG && !GRUB_UTIL] (grub_free): Likewise.
12578         [MM_DEBUG && !GRUB_UTIL] (grub_debug_malloc): New prototype.
12579         [MM_DEBUG && !GRUB_UTIL] (grub_debug_realloc): New prototype.
12580         [MM_DEBUG && !GRUB_UTIL] (grub_debug_memalign): New prototype.
12581         [MM_DEBUG && !GRUB_UTIL] (grub_debug_free): New prototype.
12583         * include/grub/kernel.h (grub_machine_set_prefix): New prototype.
12585         * disk/efi/efidisk.c: Include grub/partition.h.
12586         (iterate_child_devices): New function.
12587         (add_device): First, compare only last device path nodes, so that
12588         devices are sorted by the types.
12589         (grub_efidisk_get_device_handle): New function.
12590         (grub_efidisk_get_device_name): Likewise.
12592         * configure.ac (--enable-mm-debug): New option to enable the
12593         memory manager debugging feature. This makes the binary much
12594         bigger, so is disabled by default.
12596 2006-04-23  Yoshinori K. Okuji  <okuji@enbug.org>
12598         Use grub_abort instead of grub_stop, and grub_exit must be
12599         define in each architecture now. Also, this change adds support
12600         for EFI disks.
12602         * util/i386/pc/grub-probefs.c: Include grub/term.h.
12603         (grub_getkey): New function.
12604         (grub_term_get_current): Likewise.
12606         * util/i386/pc/grub-setup.c: Include grub/term.h.
12607         (grub_getkey): New function.
12608         (grub_term_get_current): Likewise.
12610         * util/misc.c (grub_stop): Renamed to ...
12611         (grub_exit): ... this.
12613         * kern/powerpc/ieee1275/init.c (abort): Renamed to ...
12614         (grub_exit): ... this.
12615         (grub_machine_init): Use grub_abort instead of abort.
12616         (grub_stop): Removed.
12618         * kern/powerpc/ieee1275/cmain.c (cmain): Use grub_abort instead of
12619         abort.
12621         * kern/i386/pc/startup.S (grub_exit): New function.
12622         (cold_reboot): New label.
12624         * kern/efi/init.c: Include grub/efi/disk.h and grub/env.h.
12625         (grub_efi_init): Call grub_efidisk_init.
12626         (grub_efi_fini): Call grub_efidisk_fini.
12628         * kern/efi/efi.c: Include grub/mm.h.
12629         (grub_efi_console_control_guid): Renamed to ...
12630         (console_control_guid): ... this.
12631         (grub_efi_loaded_image_guid): Renamed to ...
12632         (loaded_image_guid): ... this.
12633         (grub_efi_locate_handle): New function.
12634         (grub_efi_open_protocol): Likewise.
12635         (grub_efi_set_text_mode): Use CONSOLE_CONTROL_GUID instead of
12636         GRUB_EFI_CONSOLE_CONTROL_GUID.
12637         (grub_efi_exit): Removed.
12638         (grub_stop): Likewise.
12639         (grub_efi_get_loaded_image): Use grub_efi_open_protocol.
12640         (grub_exit): New function.
12641         (grub_print_device_path): Likewise.
12643         * kern/rescue.c (grub_rescue_cmd_exit): New function.
12644         (grub_enter_rescue_mode): Register "exit".
12646         * kern/misc.c (grub_real_dprintf): A cosmetic change.
12647         (grub_abort): New function.
12649         * kern/err.c (grub_fatal): Use grub_abort instead of grub_stop.
12651         * include/grub/sparc64/ieee1275/kernel.h (abort): Removed.
12653         * include/grub/powerpc/ieee1275/kernel.h (abort): Removed.
12655         * include/grub/efi/efi.h (grub_efi_exit): Removed.
12656         (grub_print_device_path): New prototype.
12657         (grub_efi_locate_handle): Likewise.
12658         (grub_efi_open_protocol): Likewise.
12660         * include/grub/efi/disk.h (grub_efidisk_fini): New file.
12661         * disk/efi/efidisk.c: Likewise.
12663         * DISTLIST: Added disk/efi/efidisk.c and include/grub/efi/disk.h.
12665         * include/grub/efi/console_control.h
12666         (GRUB_EFI_CONSOLE_CONTROL_GUID): Use an array for the last 8 bytes.
12668         * include/grub/efi/api.h (GRUB_EFI_LOADED_IMAGE_GUID): Specify the
12669         last 8 bytes as an array.
12670         (GRUB_EFI_DISK_IO_GUID): New macro.
12671         (GRUB_EFI_BLOCK_IO_GUID): Likewise.
12672         (GRUB_EFI_DEVICE_PATH_GUID): Likewise.
12673         (grub_efi_ipv6_address_t): Change the type to grub_uint16_t from
12674         grub_uint8_t.
12675         (struct grub_efi_guid): Use an array to specify the last 8 bytes.
12676         (struct grub_efi_device_path): Rename the member "sub_type" to
12677         "subtype".
12678         (GRUB_EFI_DEVICE_PATH_TYPE): New macro.
12679         (GRUB_EFI_DEVICE_PATH_SUBTYPE): Likewise.
12680         (GRUB_EFI_DEVICE_PATH_LENGTH): Likewise.
12681         (GRUB_EFI_END_DEVICE_PATH_TYPE): Likewise.
12682         (GRUB_EFI_END_ENTIRE_DEVICE_PATH_SUBTYPE): Likewise.
12683         (GRUB_EFI_END_THIS_DEVICE_PATH_SUBTYPE): Likewise.
12684         (GRUB_EFI_END_ENTIRE_DEVICE_PATH): Likewise.
12685         (GRUB_EFI_NEXT_DEVICE_PATH): Likewise.
12686         (GRUB_EFI_HARDWARE_DEVICE_PATH_TYPE): Likewise.
12687         (GRUB_EFI_PCI_DEVICE_PATH_SUBTYPE): Likewise.
12688         (struct grub_efi_pci_device_path): New structure.
12689         (grub_efi_pci_device_path_t): New type.
12690         (GRUB_EFI_PCCARD_DEVICE_PATH_SUBTYPE): New macro.
12691         (struct grub_efi_pccard_device_path): New structure.
12692         (grub_efi_pccard_device_path_t): New type.
12693         (GRUB_EFI_MEMORY_MAPPED_DEVICE_PATH_SUBTYPE): New macro.
12694         (struct grub_efi_memory_mapped_device_path): New structure.
12695         (grub_efi_memory_mapped_device_path_t): New type.
12696         (GRUB_EFI_VENDOR_DEVICE_PATH_SUBTYPE): New macro.
12697         (struct grub_efi_vendor_device_path): New structure.
12698         (grub_efi_vendor_device_path_t): New type.
12699         (GRUB_EFI_CONTROLLER_DEVICE_PATH_SUBTYPE): New macro.
12700         (struct grub_efi_controller_device_path): New structure.
12701         (grub_efi_controller_device_path_t): New type.
12702         (GRUB_EFI_ACPI_DEVICE_PATH_TYPE): New macro.
12703         (GRUB_EFI_ACPI_DEVICE_PATH_SUBTYPE): Likewise.
12704         (struct grub_efi_acpi_device_path): New structure.
12705         (grub_efi_acpi_device_path_t): New type.
12706         (GRUB_EFI_EXPANDED_ACPI_DEVICE_PATH_SUBTYPE): New macro.
12707         (struct grub_efi_expanded_acpi_device_path): New structure.
12708         (grub_efi_expanded_acpi_device_path_t): New type.
12709         (GRUB_EFI_EXPANDED_ACPI_HIDSTR): New macro.
12710         (GRUB_EFI_EXPANDED_ACPI_UIDSTR): Likewise.
12711         (GRUB_EFI_EXPANDED_ACPI_CIDSTR): Likewise.
12712         (GRUB_EFI_MESSAGING_DEVICE_PATH_TYPE): Likewise.
12713         (GRUB_EFI_ATAPI_DEVICE_PATH_SUBTYPE): Likewise.
12714         (struct grub_efi_atapi_device_path): New structure.
12715         (grub_efi_atapi_device_path_t): New type.
12716         (GRUB_EFI_FIBRE_CHANNEL_DEVICE_PATH_SUBTYPE): New macro.
12717         (struct grub_efi_fibre_channel_device_path): New structure.
12718         (grub_efi_fibre_channel_device_path_t): New type.
12719         (GRUB_EFI_1394_DEVICE_PATH_SUBTYPE): New macro.
12720         (struct grub_efi_1394_device_path): New structure.
12721         (grub_efi_1394_device_path_t): New type.
12722         (GRUB_EFI_USB_DEVICE_PATH_SUBTYPE): New macro.
12723         (struct grub_efi_usb_device_path): New structure.
12724         (grub_efi_usb_device_path_t): New type.
12725         (GRUB_EFI_USB_CLASS_DEVICE_PATH_SUBTYPE): New macro.
12726         (struct grub_efi_usb_class_device_path): New structure.
12727         (grub_efi_usb_class_device_path_t): New type.
12728         (GRUB_EFI_I2O_DEVICE_PATH_SUBTYPE): New macro.
12729         (struct grub_efi_i2o_device_path): New structure.
12730         (grub_efi_i2o_device_path_t): New type.
12731         (GRUB_EFI_MAC_ADDRESS_DEVICE_PATH_SUBTYPE): New macro.
12732         (struct grub_efi_mac_address_device_path): New structure.
12733         (grub_efi_mac_address_device_path_t): New type.
12734         (GRUB_EFI_IPV4_DEVICE_PATH_SUBTYPE): New macro.
12735         (struct grub_efi_ipv4_device_path): New structure.
12736         (grub_efi_ipv4_device_path_t): New type.
12737         (GRUB_EFI_IPV6_DEVICE_PATH_SUBTYPE): New macro.
12738         (struct grub_efi_ipv6_device_path): New structure.
12739         (grub_efi_ipv6_device_path_t): New type.
12740         (GRUB_EFI_INFINIBAND_DEVICE_PATH_SUBTYPE): New macro.
12741         (struct grub_efi_infiniband_device_path): New structure.
12742         (grub_efi_infiniband_device_path_t): New type.
12743         (GRUB_EFI_UART_DEVICE_PATH_SUBTYPE): New macro.
12744         (struct grub_efi_uart_device_path): New structure.
12745         (grub_efi_uart_device_path_t): New type.
12746         (GRUB_EFI_VENDOR_MESSAGING_DEVICE_PATH_SUBTYPE): New macro.
12747         (struct grub_efi_vendor_messaging_device_path): New structure.
12748         (grub_efi_vendor_messaging_device_path_t): New type.
12749         (GRUB_EFI_MEDIA_DEVICE_PATH_TYPE): New macro.
12750         (GRUB_EFI_HARD_DRIVE_DEVICE_PATH_SUBTYPE): Likewise.
12751         (struct grub_efi_hard_drive_device_path): New structure.
12752         (grub_efi_hard_drive_device_path_t): New type.
12753         (GRUB_EFI_CDROM_DEVICE_PATH_SUBTYPE): New macro.
12754         (struct grub_efi_cdrom_device_path): New structure.
12755         (grub_efi_cdrom_device_path_t): New type.
12756         (GRUB_EFI_VENDOR_MEDIA_DEVICE_PATH_SUBTYPE): New macro.
12757         (struct grub_efi_vendor_media_device_path): New structure.
12758         (grub_efi_vendor_media_device_path_t): New type.
12759         (GRUB_EFI_FILE_PATH_DEVICE_PATH_SUBTYPE): New macro.
12760         (struct grub_efi_file_path_device_path): New structure.
12761         (grub_efi_file_path_device_path_t): New type.
12762         (GRUB_EFI_PROTOCOL_DEVICE_PATH_SUBTYPE): New macro.
12763         (struct grub_efi_protocol_device_path): New structure.
12764         (grub_efi_protocol_device_path_t): New type.
12765         (GRUB_EFI_BIOS_DEVICE_PATH_TYPE): New macro.
12766         (GRUB_EFI_BIOS_DEVICE_PATH_SUBTYPE): Likewise.
12767         (struct grub_efi_bios_device_path): New structure.
12768         (grub_efi_bios_device_path_t): New type.
12769         (struct grub_efi_disk_io): New structure.
12770         (grub_efi_disk_io_t): New type.
12771         (struct grub_efi_block_io_media): New structure.
12772         (grub_efi_block_io_media_t): New type.
12773         (struct grub_efi_block_io): New structure.
12774         (grub_efi_block_io_t): New type.
12776         * include/grub/misc.h (grub_stop): Removed.
12777         (grub_exit): New prototype.
12778         (grub_abort): Likewise.
12780         * include/grub/disk.h (enum grub_disk_dev_id): Added
12781         GRUB_DISK_DEVICE_EFIDISK_ID.
12783         * conf/i386-efi.rmk (kernel_mod_SOURCES): Added
12784         disk/efi/efidisk.c.
12785         (kernel_syms.lst): Remove the target if an error occurs.
12787 2006-04-22  Yoshinori K. Okuji  <okuji@enbug.org>
12789         * kern/misc.c (grub_lltoa): Rewritten the decimal conversion part,
12790         as it was simply too buggy.
12792 2006-04-21  Yoshinori K. Okuji  <okuji@enbug.org>
12794         * kern/misc.c (grub_lltoa): New function.
12795         (grub_vsprintf): Added support for the long long suffix,
12796         i.e. "ll".
12798 2006-04-20  Hollis Blanchard  <hollis@penguinppc.org>
12800         * Makefile.in (LDFLAGS): Add variable.
12801         (LD): Remove variable.
12802         * configure.ac: Add -m32 to LDFLAGS.
12803         * genmk.rb (PModule#rule): Use $(CC) instead of $(LD).
12804         * conf/powerpc-ieee1275.rmk (COMMON_LDFLAGS): Add variable.
12805         (grubof_LDFLAGS): Use $(COMMON_LDFLAGS).
12806         (_linux_mod_LDFLAGS, linux_mod_LDFLAGS, normal_mod_LDFLAGS,
12807         suspend_mod_LDFLAGS, reboot_mod_LDFLAGS, halt_mod_LDFLAGS): New
12808         variables.
12809         * conf/sparc64-ieee1275.rmk (COMMON_LDFLAGS): Add -nostdlib.
12810         * conf/i386-pc.rmk (COMMON_LDFLAGS): Add -nostdlib.
12811         * conf/i386-efi.rmk (COMMON_LDFLAGS): Add -nostdlib.
12813 2006-04-20  Vesa Jaaskelainen  <chaac@nic.fi>
12815         * term/gfxterm.c (grub_gfxterm_getcharwidth): Fixed character
12816         length for unknown glyph.
12818 2006-04-20  Yoshinori K. Okuji  <okuji@enbug.org>
12820         Add support for pre-loaded modules into the EFI port.
12822         * util/i386/efi/grub-mkimage.c (make_mods_section): Rewritten
12823         completely. Accept one more argument DIR. The caller has changed.
12825         * kern/i386/efi/init.c (grub_arch_modules_addr): Removed.
12827         * kern/efi/efi.c: Include grub/efi/pe32.h and grub/kernel.h.
12828         (grub_efi_loaded_image_guid): New variable.
12829         (grub_efi_get_loaded_image): New function.
12830         (grub_arch_modules_addr): Likewise.
12832         * include/grub/efi/efi.h (grub_efi_get_loaded_image): New
12833         prototype.
12835         * include/grub/efi/api.h (GRUB_EFI_LOADED_IMAGE_GUID): New macro.
12836         (struct grub_efi_loaded_image): New structure.
12837         (grub_efi_loaded_image_t): New type.
12839 2006-04-20  Yoshinori K. Okuji  <okuji@enbug.org>
12841         * loader/i386/pc/linux.c (grub_rescue_cmd_linux): Compare the file
12842         size with GRUB_OS_AREA_SIZE as grub_size_t instead of
12843         grub_ssize_t. Reported by Jeff Chua <jeff84@silk.corp.fedex.com>.
12845 2006-04-19  Roger Leigh  <rleigh@whinlatter.ukfsn.org>
12847         * DISTLIST: Added `util/powerpc/ieee1275/grub-install.in'.
12849 2006-04-19  Yoshinori K. Okuji  <okuji@enbug.org>
12851         * DISTLIST: Added include/grub/efi/console.h,
12852         include/grub/efi/time.h, include/grub/i386/efi/kernel.h,
12853         kern/efi/init.c, kern/efi/mm.c, and term/efi/console.c.
12855         * include/grub/efi/console.h: New file.
12856         * include/grub/efi/time.h: Likewise.
12857         * include/grub/i386/efi/kernel.h: Likewise.
12858         * kern/efi/init.c: Likewise.
12859         * kern/efi/mm.c: Likewise.
12860         * term/efi/console.c: Likewise.
12862         * kern/i386/efi/init.c: Do not include grub/machine/time.h.
12863         (grub_stop): Removed.
12864         (grub_get_rtc): Likewise.
12865         (grub_machine_init): Simply call grub_efi_init.
12866         (grub_machine_fini): Call grub_efi_fini.
12868         * kern/efi/efi.c: Include grub/machine/time.h and grub/term.h.
12869         (grub_efi_output_string): Removed.
12870         (grub_efi_stall): New function.
12871         (grub_stop): Likewise.
12872         (grub_get_rtc): Likewise.
12874         * include/grub/efi/efi.h (grub_efi_output_string): Removed.
12875         (grub_efi_stall): New prototype.
12876         (grub_efi_allocate_pages): Likewise.
12877         (grub_efi_free_pages): Likewise.
12878         (grub_efi_get_memory_map): Likewise.
12879         (grub_efi_mm_init): Likewise.
12880         (grub_efi_mm_fini): Likewise.
12881         (grub_efi_init): Likewise.
12882         (grub_efi_fini): Likewise.
12884         * include/grub/i386/efi/time.h: Do not include
12885         grub/symbol.h. Include grub/efi/time.h.
12886         (GRUB_TICKS_PER_SECOND): Removed.
12887         (grub_get_rtc): Likewise.
12889         * include/grub/efi/api.h (struct grub_efi_memory_descriptor):
12890         Added padding. The EFI spec is buggy.
12891         (GRUB_EFI_BLACK): New macro.
12892         (GRUB_EFI_BLUE): Likewise.
12893         (GRUB_EFI_GREEN): Likewise.
12894         (GRUB_EFI_CYAN): Likewise.
12895         (GRUB_EFI_RED): Likewise.
12896         (GRUB_EFI_MAGENTA): Likewise.
12897         (GRUB_EFI_BROWN): Likewise.
12898         (GRUB_EFI_LIGHTGRAY): Likewise.
12899         (GRUB_EFI_BRIGHT): Likewise.
12900         (GRUB_EFI_DARKGRAY): Likewise.
12901         (GRUB_EFI_LIGHTBLUE): Likewise.
12902         (GRUB_EFI_LIGHTGREEN): Likewise.
12903         (GRUB_EFI_LIGHTCYAN): Likewise.
12904         (GRUB_EFI_LIGHTRED): Likewise.
12905         (GRUB_EFI_LIGHTMAGENTA): Likewise.
12906         (GRUB_EFI_YELLOW): Likewise.
12907         (GRUB_EFI_WHITE): Likewise.
12908         (GRUB_EFI_BACKGROUND_BLACK): Likewise.
12909         (GRUB_EFI_BACKGROUND_BLUE): Likewise.
12910         (GRUB_EFI_BACKGROUND_GREEN): Likewise.
12911         (GRUB_EFI_BACKGROUND_CYAN): Likewise.
12912         (GRUB_EFI_BACKGROUND_RED): Likewise.
12913         (GRUB_EFI_BACKGROUND_MAGENTA): Likewise.
12914         (GRUB_EFI_BACKGROUND_BROWN): Likewise.
12915         (GRUB_EFI_BACKGROUND_LIGHTGRAY): Likewise.
12916         (GRUB_EFI_TEXT_ATTR): Likewise.
12918         * conf/i386-efi.rmk (kernel_mod_SOURCES): Added kern/efi/efi.c,
12919         kern/efi/init.c, kern/efi/mm.c, and term/efi/console.c.
12920         (kernel_mod_HEADERS): Added efi/time.h.
12922 2006-04-18  Yoshinori K. Okuji  <okuji@enbug.org>
12924         * DISTLIST: Added conf/i386-efi.mk, conf/i386-efi.rmk,
12925         include/grub/efi/api.h, include/grub/efi/console_control.h,
12926         include/grub/efi/efi.h, include/grub/efi/pe32.h,
12927         include/grub/i386/efi/time.h, kern/efi/efi.c,
12928         kern/i386/efi/init.c, kern/i386/efi/startup.S,
12929         and util/i386/efi/grub-mkimage.c.
12931         * Makefile.in (RMKFILES): Added i386-efi.rmk.
12933         * genmk.rb (PModule#rule): Do not export symbols if
12934         #{prefix}_EXPORTS is set to "no".
12936         * conf/i386-efi.mk: New file.
12937         * conf/i386-efi.rmk: Likewise.
12938         * include/grub/efi/api.h: Likewise.
12939         * include/grub/efi/console_control.h: Likewise.
12940         * include/grub/efi/efi.h: Likewise.
12941         * include/grub/efi/pe32.h: Likewise.
12942         * include/grub/i386/efi/time.h: Likewise.
12943         * kern/efi/efi.c: Likewise.
12944         * kern/i386/efi/init.c: Likewise.
12945         * kern/i386/efi/startup.S: Likewise.
12946         * util/i386/efi/grub-mkimage.c: Likewise.
12948 2006-04-17  Marco Gerards  <marco@gnu.org>
12950         * include/grub/script.h: Include <grub/parser.h> and
12951         "grub_script.tab.h".
12952         (struct grub_lexer_param): New struct.
12953         (struct grub_parser_param): Likewise.
12954         (grub_script_create_arglist): Pass the state in an argument.
12955         (grub_script_add_arglist): Likewise.
12956         (grub_script_create_cmdline): Likewise.
12957         (grub_script_create_cmdblock): Likewise.
12958         (grub_script_create_cmdif): Likewise.
12959         (grub_script_create_cmdmenu): Likewise.
12960         (grub_script_add_cmd): Likewise.
12961         (grub_script_arg_add): Likewise.
12962         (grub_script_lexer_ref): Likewise.
12963         (grub_script_lexer_deref): Likewise.
12964         (grub_script_lexer_record_start): Likewise.
12965         (grub_script_lexer_record_stop): Likewise.
12966         (grub_script_mem_record): Likewise.
12967         (grub_script_mem_record_stop): Likewise.
12968         (grub_script_malloc): Likewise.
12969         (grub_script_yylex): Likewise.
12970         (grub_script_yyparse): Likewise.
12971         (grub_script_yyerror): Likewise.
12972         (grub_script_yylex): Likewise.
12973         (grub_script_lexer_init): Return the state.
12975         * normal/lexer.c (grub_script_lexer_state): Removed variable.
12976         (grub_script_lexer_done): Likewise.
12977         (grub_script_lexer_getline): Likewise.
12978         (grub_script_lexer_refs): Likewise.
12979         (script): Likewise.
12980         (newscript): Likewise.
12981         (record): Likewise.
12982         (recording): Likewise.
12983         (recordpos): Likewise.
12984         (recordlen): Likewise.
12985         (grub_script_lexer_init): Return the state instead of setting
12986         global variables.
12987         (grub_script_lexer_ref): Use the newly added argument for state
12988         instead of globals.
12989         (grub_script_lexer_deref): Likewise.
12990         (grub_script_lexer_record_start): Likewise.
12991         (grub_script_lexer_record_stop): Likewise.
12992         (recordchar): Likewise.
12993         (nextchar): Likewise.
12994         (grub_script_yylex2): Likewise.
12995         (grub_script_yylex): Likewise.
12996         (grub_script_yyerror): Likewise.
12998         * normal/parser.y (func_mem): Removed variable.
12999         (menu_entry): Likewise.
13000         (err): Likewise.
13001         (%lex-param): New parser option.
13002         (%parse-param): Likewise.
13003         (script): Always return the AST.
13004         (argument): Pass the state around.
13005         (arguments): Likewise.
13006         (grubcmd): Likewise.
13007         (commands): Likewise.
13008         (function): Likewise.
13009         (menuentry): Likewise.
13010         (if_statement): Likewise.
13011         (if): Likewise.
13013         * normal/script.c (grub_script_memused): Removed variable.
13014         (grub_script_parsed): Likewise.
13015         (grub_script_malloc): Added a state argument.  Use that instead of
13016         global variables.
13017         (grub_script_mem_record): Likewise.
13018         (grub_script_mem_record_stop): Likewise.
13019         (grub_script_arg_add): Likewise.
13020         (grub_script_add_arglist): Likewise.
13021         (grub_script_create_cmdline): Likewise.
13022         (grub_script_create_cmdif): Likewise.
13023         (grub_script_create_cmdmenu): Likewise.
13024         (grub_script_add_cmd): Likewise.
13025         (grub_script_parse): Setup the state before calling the parser.
13027 2006-04-16  Marco Gerards  <marco@gnu.org>
13029         * normal/command.c (grub_command_init): Remove the title command.
13031         * normal/lexer.c (grub_script_yylex): Renamed from this...
13032         (grub_script_yylex2): ... to this.
13033         (grub_script_yylex): New function.  Temporary
13034         introduced to filter some tokens.
13035         (grub_script_yyerror): Print a newline.
13037         * normal/main.c (read_config_file): Output information about the
13038         lines that contain errors.  Wait for a key after all lines have
13039         been processed.  Don't return an empty menu.
13041         * normal/parser.y (func_mem): Don't initialize.
13042         (menu_entry): Likewise.
13043         (err): New variable.
13044         (script): Don't return anything when an error was encountered.
13045         (ws, returns): Removed rules.
13046         (argument): Disabled concatenated variable support.
13047         (arguments): Remove explicit separators.
13048         (grubcmd): Likewise.
13049         (function): Likewise.
13050         (menuentry): Likewise.
13051         (if): Likewise.
13052         (commands): Likewise.  Add error handling.
13054         * normal/script.c (grub_script_create_cmdline): If
13055         `grub_script_parsed' is 0, assume the parser encountered an error.
13057 2006-04-02  Yoshinori K. Okuji  <okuji@enbug.org>
13059         * configure.ac: Add support for EFI. Fix the typo
13060         BUILD_LDDFLAGS. Restore the LDFLAGS after testing.
13062 2006-04-01  Vesa Jaaskelainen  <chaac@nic.fi>
13064         * util/unifont2pff.rb: Removed unnecessary byte ordering.  Now
13065         foreign multibyte characters should be shown correctly.
13067 2006-04-01  Vesa Jaaskelainen  <chaac@nic.fi>
13069         * normal/main.c (grub_normal_menu_addentry): Fixed menu size
13070         calculation.
13071         (read_config_file): Made it to close file before returning.
13073 2006-03-31  Vesa Jaaskelainen  <chaac@nic.fi>
13075         * DISTLIST: Added include/grub/i386/pc/vbeblit.h,
13076         include/grub/i386/pc/vbefill.h, video/i386/pc/vbeblit.c,
13077         video/i386/pc/vbefill.c.
13079         * conf/i386-pc.rmk (vbe_mod_SOURCES): Added video/i386/pc/vbeblit.c,
13080         video/i386/pc/vbefill.c.
13082         * include/grub/video.h (grub_video_blit_format): New enum.
13083         (grub_video_mode_info): Added new member blit_format.
13084         (grub_video_get_blit_format): New function prototype.
13086         * include/grub/i386/pc/vbe.h (grub_video_vbe_get_video_ptr): New
13087         function prototype.
13088         (grub_video_vbe_map_rgb): Likewise.
13089         (grub_video_vbe_unmap_color): Likewise.
13091         * include/grub/i386/pc/vbeblit.h: New file.
13093         * include/grub/i386/pc/vbefill.h: New file.
13095         * video/video.c (grub_video_get_blit_format): New function.
13096         (grub_video_vbe_get_video_ptr): Re-declared as non-static.
13097         (grub_video_vbe_map_rgb): Likewise.
13098         (grub_video_vbe_unmap_color): Likewise.
13100         * video/i386/pc/vbe.c (grub_video_vbe_fill_rect): Changed to use more
13101         optimized fills.
13102         (grub_video_vbe_blit_render_target): Changed to use more optimized
13103         blits.
13104         (grub_video_vbe_setup): Added detection for optimized settings.
13105         (grub_video_vbe_create_render_target): Likewise.
13107         * video/i386/pc/vbeblit.c: New file.
13109         * video/i386/pc/vbefill.c: New file.
13111 2006-03-30  Vesa Jaaskelainen  <chaac@nic.fi>
13113         * font/manager.c (grub_font_get_glyph): Removed font fixup from
13114         here...
13116         * util/unifont2pff.rb: ... and moved it to here.  Improved argument
13117         parsing to support both hex and dec ranges.  If filename was missing
13118         show usage information.
13120 2006-03-14  Vesa Jaaskelainen  <chaac@nic.fi>
13122         * DISTLIST: Added include/grub/video.h, term/gfxterm.c,
13123         video/video.c, commands/videotest.c.  Removed term/i386/pc/vesafb.c.
13125         * conf/i386-pc.rmk (pkgdata_MODULES): Added video.mod,
13126         gfxterm.mod, videotest.mod.  Removed vga.mod, vesafb.mod.
13127         (video_mod_SOURCES): Added.
13128         (video_mod_CFLAGS): Likewise.
13129         (video_mod_LDFLAGS): Likewise.
13130         (gfxterm_mod_SOURCES): Likewise.
13131         (gfxterm_mod_CFLAGS): Likewise.
13132         (gfxterm_mod_LDFLAGS): Likewise.
13133         (videotest_mod_SOURCES): Likewise.
13134         (videotest_mod_CFLAGS): Likewise.
13135         (videotest_mod_LDFLAGS): Likewise.
13136         (vesafb_mod_SOURCES): Removed.
13137         (vesafb_mod_CFLAGS): Likewise.
13138         (vesafb_mod_LDFLAGS): Likewise.
13139         (vga_mod_SOURCES): Likewise.
13140         (vga_mod_CFLAGS): Likewise.
13141         (vga_mod_LDFLAGS): Likewise.
13143         * commands/videotest.c: New file.
13145         * font/manager.c (fill_with_default_glyph): Modified to use
13146         grub_font_glyph.
13147         (grub_font_get_glyph): Likewise.
13148         (fontmanager): Renamed from this...
13149         (font_manager): ... to this.
13151         * include/grub/font.h (grub_font_glyph): Added new structure.
13152         (grub_font_get_glyph): Modified to use grub_font_glyph.
13154         * include/grub/misc.h (grub_abs): Added as inline function.
13156         * include/grub/video.h: New file.
13158         * include/grub/i386/pc/vbe.h (GRUB_VBE_STATUS_OK): New macro.
13159         (GRUB_VBE_MEMORY_MODEL_PACKED_PIXEL): Likewise.
13160         (GRUB_VBE_MEMORY_MODEL_DIRECT_COLOR): Likewise.
13161         (grub_vbe_get_controller_info): Renamed from this...
13162         (grub_vbe_bios_get_controller_info): ... to this.
13163         (grub_vbe_get_mode_info): Renamed from this...
13164         (grub_vbe_bios_get_mode_info): ... to this.
13165         (grub_vbe_set_mode): Renamed from this...
13166         (grub_vbe_bios_set_mode): ... to this.
13167         (grub_vbe_get_mode): Renamed from this...
13168         (grub_vbe_bios_get_mode): ... to this.
13169         (grub_vbe_set_memory_window): Renamed from this...
13170         (grub_vbe_bios_set_memory_window): ... to this.
13171         (grub_vbe_get_memory_window): Renamed from this...
13172         (grub_vbe_bios_get_memory_window): ... to this.
13173         (grub_vbe_set_scanline_length): Renamed from this...
13174         (grub_vbe_set_scanline_length): ... to this.
13175         (grub_vbe_get_scanline_length): Renamed from this...
13176         (grub_vbe_bios_get_scanline_length): ... to this.
13177         (grub_vbe_set_display_start): Renamed from this...
13178         (grub_vbe_bios_set_display_start): ... to this.
13179         (grub_vbe_get_display_start): Renamed from this...
13180         (grub_vbe_bios_get_display_start): ... to this.
13181         (grub_vbe_set_palette_data): Renamed from this...
13182         (grub_vbe_bios_set_palette_data): ... to this.
13183         (grub_vbe_set_pixel_rgb): Removed.
13184         (grub_vbe_set_pixel_index): Likewise.
13186         * kern/i386/pc/startup.S (grub_vbe_get_controller_info): Renamed
13187         from this...
13188         (grub_vbe_bios_get_controller_info): ... to this.
13189         (grub_vbe_get_mode_info): Renamed from this...
13190         (grub_vbe_bios_get_mode_info): ... to this.
13191         (grub_vbe_set_mode): Renamed from this...
13192         (grub_vbe_bios_set_mode): ... to this.
13193         (grub_vbe_get_mode): Renamed from this...
13194         (grub_vbe_bios_get_mode): ... to this.
13195         (grub_vbe_set_memory_window): Renamed from this...
13196         (grub_vbe_bios_set_memory_window): ... to this.
13197         (grub_vbe_get_memory_window): Renamed from this...
13198         (grub_vbe_bios_get_memory_window): ... to this.
13199         (grub_vbe_set_scanline_length): Renamed from this...
13200         (grub_vbe_set_scanline_length): ... to this.
13201         (grub_vbe_get_scanline_length): Renamed from this...
13202         (grub_vbe_bios_get_scanline_length): ... to this.
13203         (grub_vbe_set_display_start): Renamed from this...
13204         (grub_vbe_bios_set_display_start): ... to this.
13205         (grub_vbe_get_display_start): Renamed from this...
13206         (grub_vbe_bios_get_display_start): ... to this.
13207         (grub_vbe_set_palette_data): Renamed from this...
13208         (grub_vbe_bios_set_palette_data): ... to this.
13209         (grub_vbe_bios_get_controller_info): Fixed problem with registers
13210         getting corrupted after calling it.  Added more pushes and pops.
13211         (grub_vbe_bios_set_mode): Likewise.
13212         (grub_vbe_bios_get_mode): Likewise.
13213         (grub_vbe_bios_get_memory_window): Likewise.
13214         (grub_vbe_bios_set_scanline_length): Likewise.
13215         (grub_vbe_bios_get_scanline_length): Likewise.
13216         (grub_vbe_bios_get_display_start): Likewise.
13217         (grub_vbe_bios_set_palette_data): Likewise.
13219         * normal/cmdline.c (cl_set_pos): Refresh the screen.
13220         (cl_insert): Likewise.
13221         (cl_delete): Likewise.
13223         * term/gfxterm.c: New file.
13225         * term/i386/pc/vesafb.c: Removed file.
13227         * video/video.c: New file.
13229         * video/i386/pc/vbe.c (real2pm): Added new function.
13230         (grub_video_vbe_draw_pixel): Likewise.
13231         (grub_video_vbe_get_video_ptr): Likewise.
13232         (grub_video_vbe_get_pixel): Likewise
13233         (grub_video_vbe_init): Likewise.
13234         (grub_video_vbe_fini): Likewise.
13235         (grub_video_vbe_setup): Likewise.
13236         (grub_video_vbe_get_info): Likewise.
13237         (grub_video_vbe_set_palette): Likewise.
13238         (grub_video_vbe_get_palette): Likewise.
13239         (grub_video_vbe_set_viewport): Likewise.
13240         (grub_video_vbe_get_viewport): Likewise.
13241         (grub_video_vbe_map_color): Likewise.
13242         (grub_video_vbe_map_rgb): Likewise.
13243         (grub_video_vbe_map_rgba): Likewise.
13244         (grub_video_vbe_unmap_color): Likewise.
13245         (grub_video_vbe_fill_rect): Likewise.
13246         (grub_video_vbe_blit_glyph): Likewise.
13247         (grub_video_vbe_blit_bitmap): Likewise.
13248         (grub_video_vbe_blit_render_target): Likewise.
13249         (grub_video_vbe_scroll): Likewise.
13250         (grub_video_vbe_swap_buffers): Likewise.
13251         (grub_video_vbe_create_render_target): Likewise.
13252         (grub_video_vbe_delete_render_target): Likewise.
13253         (grub_video_vbe_set_active_render_target): Likewise.
13254         (grub_vbe_set_pixel_rgb): Remove function.
13255         (grub_vbe_set_pixel_index): Likewise.
13256         (index_color_mode): Remove static variable.
13257         (active_mode): Likewise.
13258         (framebuffer): Likewise.
13259         (bytes_per_scan_line): Likewise.
13260         (grub_video_vbe_adapter): Added new static variable.
13261         (framebuffer): Likewise.
13262         (render_target): Likewise.
13263         (initial_mode): Likewise.
13264         (mode_in_use): Likewise.
13265         (mode_list): Likewise.
13267 2006-03-10  Marco Gerards  <marco@gnu.org>
13269         * configure.ac (AC_INIT): Bumped to 1.93.
13271         * DISTLIST: Added `include/grub/hfs.h'.
13273 2006-02-01  Yoshinori K. Okuji  <okuji@enbug.org>
13275         * boot/i386/pc/boot.S (general_error): Before looping, try INT
13276         18H, which might help the BIOS falling back to next boot media.
13278 2006-01-25  Yoshinori K. Okuji  <okuji@enbug.org>
13280         * util/i386/pc/grub-install.in: Escape a backslash. Reported by
13281         Poe Chen <poe.poechen@gmail.com>.
13283 2006-01-17  Marco Gerards  <marco@gnu.org>
13285         * include/grub/normal.h: Include <grub/script.h>.
13286         (grub_command_list): Removed struct.
13287         (grub_command_list_t): Removed type.
13288         (grub_menu_entry): Remove members `num' and `command_list'.  Add
13289         members `commands' and `sourcecode'.
13290         * include/grub/script.h: Add inclusion guards.
13291         (grub_script_cmd_menuentry): New struct.
13292         (grub_script_execute_menuentry): New prototype.
13293         (grub_script_lexer_record_start): Likewise.
13294         (grub_script_lexer_record_stop): Likewise.
13295         * normal/execute.c (grub_script_execute_menuentry): New function.
13296         * normal/lexer.c (record, recording, recordpos, recordlen): New
13297         variables.
13298         (grub_script_lexer_record_start): New function.
13299         (grub_script_lexer_record_stop): Likewise.
13300         (recordchar): Likewise.
13301         (nextchar): Likewise.
13302         (grub_script_yylex): Use `nextchar' to fetch new characters.  Use
13303         2048 as the buffer size.  Add the tokens `menuentry' and `@'.
13304         * normal/main.c: Include <grub/parser.h> and <grub/script.h>
13305         (current_menu): New variable.
13306         (free_menu): Mainly rewritten.
13307         (grub_normal_menu_addentry): New function.
13308         (read_config_file): Rewritten.
13309         * normal/menu.c (run_menu_entry): Mainly rewritten.
13310         * normal/menu_entry.c (make_screen): Rewritten the code to insert
13311         the menu entry.
13312         (run): Mainly rewritten.
13313         * normal/parser.y (menu_entry): New variable.
13314         (GRUB_PARSER_TOKEN_MENUENTRY): New token.
13315         (menuentry): New rule.
13316         (command): Add `menuentry'.
13317         (if_statement): Allow additional returns before `fi'.
13318         * normal/script.c (grub_script_create_cmdmenu): New function.
13320 2006-01-03  Marco Gerards  <marco@gnu.org>
13322         * INSTALL: GNU Bison is required.
13323         * configure.ac: Rewritten the test to detect Bison.
13324         * Makefile.in (YACC): New variable.  Reported by Xun Sun
13325         <xun.sun.cn@gmail.com>.
13327 2006-01-03  Marco Gerards  <marco@gnu.org>
13329         * fs/hfsplus.c (grub_hfsplus_read_block): Convert the offset of
13330         the HFS+ filesystem to filesystem blocks.
13331         (grub_hfsplus_iterate_dir): Cast the `fileinfo' assignment so a
13332         GCC warning is silenced.
13334 2006-01-03  Marco Gerards  <marco@gnu.org>
13336         * partmap/apple.c (apple_partition_map_iterate): Convert the data
13337         read from disk from big endian to host byte order.
13339 2006-01-03  Hollis Blanchard  <hollis@penguinppc.org>
13341         * fs/hfs.c: Include <grub/hfs.h>.  Added reference to the official
13342         documentation.
13343         (GRUB_HFS_EMBED_HFSPLUS_SIG): New macro.
13344         (grub_hfs_mount): Grammar fix in error. Make sure this is not an
13345         embedded HFS+ filesystem.
13346         (GRUB_HFS_MAGIC, grub_hfs_extent, grub_hfs_datarecord_t)
13347         (grub_hfs_sblock): Move from here...
13348         * include/grub/hfs.h: To here...  New file.
13349         * fs/hfsplus.c: Include <grub/hfs.h>.  Added reference to the official
13350         documentation.
13351         (GRUB_HFSPLUS_MAGIC, GRUB_HFSPLUSX_MAGIC, GRUB_HFSPLUS_SBLOCK):
13352         New macros.
13353         (grub_hfsplus_volheader): Change type of member `magic' to
13354         `grub_uint16_t'.
13355         (grub_hfsplus_data): Add new member `embedded_offset'.
13356         (grub_hfsplus_read_block): Add the HFS+ wrapper offset to the
13357         returned block.
13358         (grub_hfsplus_mount): Read the HFS+ wrapper if it exists.
13359         Calculate the offset.
13361 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
13363         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_DRP_ADDR):
13364         Removed.
13365         (GRUB_BOOT_MACHINE_DRP_SIZE): Likewise.
13367 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
13369         * kern/env.c (grub_env_set): Check if ENV->VALUE instead of
13370         ENV->NAME is NULL after allocating ENV->VALUE.
13372 2005-12-25  Marco Gerards  <marco@gnu.org>
13374         * kern/env.c (grub_env_set): Rewritten the error handling code.
13376 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
13378         * geninit.sh: Made more robust, and more portable.
13380 2005-12-25  Marco Gerards  <marco@gnu.org>
13382         Add support for Apple HFS+ filesystems.
13384         * fs/hfsplus.c: New file.
13386         * DISTLIST: Added `fs/hfsplus.c'.
13388         * conf/common.rmk (pkgdata_MODULES): Add `hfsplus.mod'.
13389         (hfsplus_mod_SOURCES): New variable.
13390         (hfsplus_mod_CFLAGS): Likewise.
13391         (hfsplus_mod_LDFLAGS): Likewise.
13392         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/hfsplus.c'.
13393         (grub_setup_SOURCES): Likewise.
13394         (grub_mkdevicemap_SOURCES): Likewise.
13395         (grub_emu_SOURCES): Likewise.
13396         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
13398         * fs/fshelp.c (grub_fshelp_log2blksize): New function.
13400         * include/grub/fshelp.h (grub_fshelp_log2blksize): new prototype.
13402 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
13404         * DISTLIST: Added geninitheader.sh, geninit.sh, commands/test.c,
13405         commands/i386/pc/play.c, conf/common.mk, conf/common.rmk,
13406         include/grub/parser.h, include/grub/script.h, kern/parser.c,
13407         kern/sparc64/cache.S, normal/execute.c, normal/function.c,
13408         normal/lexer.c, normal/parser.y, normal/script.c, and
13409         partmap/gpt.c.
13410         Removed kern/sparc64/cache.c.
13412         * conf/common.rmk (DISTCLEANFILES): Added grub_script.tab.c,
13413         grub_script.tab.h, grub_modules_init.lst, grub_modules_init.h,
13414         grub_emu_init.c.
13416         * configure.ac (AC_INIT): Bumped to 1.92.
13418 2005-12-24  Vesa Jaaskelainen  <chaac@nic.fi>
13420         * kern/err.c (grub_error_push): Added new function to support error
13421         stacks.
13422         (grub_error_pop): Likewise.
13423         (grub_error_stack_items): New local variable to support error stacks.
13424         (grub_error_stack_pos): Likewise.
13425         (grub_error_stack_assert): Likewise.
13426         (GRUB_ERROR_STACK_SIZE): Added new define to configure maximum error
13427         stack depth.
13428         (grub_print_error): Added support to print errors from error stack.
13430         * include/grub/err.h (grub_error_push): Added function prototype.
13431         (grub_error_pop): Likewise.
13433 2005-12-09  Hollis Blanchard  <hollis@penguinppc.org>
13435         * configure.ac: Accept `powerpc64' as host_cpu.
13436         (amd64): Rename to `biarch32'.
13438         * kern/powerpc/cache.S (grub_arch_sync_caches): Handle
13439         non-cacheline-aligned addresses.
13441         * kern/dl.c (grub_dl_load_core): Add grub_dprintf messages.
13442         (grub_dl_flush_cache): Likewise.  Only call `grub_arch_sync_caches'
13443         if `size' is non-zero.
13445 2005-12-03  Marco Gerards  <mgerards@xs4all.nl>
13447         * conf/common.rmk (grub_modules_init.lst): Use `-printf "%P\n"'
13448         and `cd' to make sure the filename is not prefixed with a
13449         directory name.
13450         (pkgdata_MODULES): Add `gpt.mod'.
13451         (gpt_mod_SOURCES): New variable.
13452         (gpt_mod_CFLAGS): Likewise.
13453         (gpt_mod_LDFLAGS): Likewise.
13455         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `partmap/gpt.c'.
13457         * include/grub/pc_partition.h (GRUB_PC_PARTITION_TYPE_GPT_DISK):
13458         New macro.
13460         * partmap/gpt.c: New file.
13462         * partmap/pc.c (pc_partition_map_iterate): Don't continue when a
13463         GPT partition map is detected.
13465 2005-12-03  Vincent Pelletier  <subdino2004@yahoo.fr>
13467         * commands/i386/pc/play.c: New file.
13468         * conf/i386-pc.rmk (pkgdata_MODULES): Added play.mod.
13469         (play_mod_SOURCES, play_mod_CFLAGS, play_mod_LDFLAGS): New
13470         macros.
13472 2005-11-27  Marco Gerards  <mgerards@xs4all.nl>
13474         * include/grub/dl.h (GRUB_MOD_INIT): Use `__attribute__
13475         ((unused))' to silence gcc warning.
13477 2005-11-26  Hollis Blanchard  <hollis@penguinppc.org>
13479         * configure.ac: Correct `AC_PROG_YACC' test.
13481 2005-11-22  Hollis Blanchard  <hollis@penguinppc.org>
13483         * util/powerpc/ieee1275/grub-install.in: Run the mount point
13484         check before installing files.
13486 2005-11-22  Mike Small  <smallm@panix.com>
13488         * util/powerpc/ieee1275/grub-install.in (grubdir): Fixed partition
13489         number regex so multidigit numbers are recognized correctly.
13491 2005-11-22  Mike Small  <smallm@panix.com>
13493         * loader/powerpc/ieee1275/linux.c (grub_rescue_cmd_linux): Add a
13494         debugging message before attempting to claim memory.
13495         (grub_rescue_cmd_initrd): Add a claim debugging message and try
13496         multiple addresses in case of failure.
13498 2005-11-22  Hollis Blanchard  <hollis@penguinppc.org>
13500         * term/tparm.c (get_space): Remove empty `if' statement.
13502         * fs/ufs.c (grub_ufs_find_file): Remove `grub_le_to_cpu32'.
13504         * kern/parser.c (check_varstate): Rename `state' to 's'.
13506 2005-11-22  Hollis Blanchard  <hollis@penguinppc.org>
13508         * partmap/acorn.c: Change `unsigned' to `unsigned int'.  Move all
13509         variable definitions to the beginning of each function.  Sort stack
13510         variables by size.
13511         (find): Rename to `acorn_partition_map_find'.  Cast `grub_disk_read'
13512         `buf' argument to `char *'.
13514 2005-11-22  Hollis Blanchard  <hollis@penguinppc.org>
13516         * conf/powerpc-ieee1275.rmk: Include conf/common.mk.
13517         (pkgdata_MODULES): Removed fshelp.mod, fat.mod, ext2.mod, ufs.mod,
13518         minix.mod, hfs.mod, jfs.mod, xfs.mod, affs.mod, sfs.mod,
13519         hello.mod, boot.mod, terminal.mod, ls.mod, cmp.mod, cat.mod,
13520         help.mod, font.mod, terminfo.mod, amiga.mod, apple.mod, pc.mod,
13521         sun.mod, acorn.mod, loopback.mod, default.mod, timeout.mod,
13522         configfile.mod, search.mod, gzio.mod and test.mod.
13523         (symlist.c, grub_script.tab.c, grub_script.tab.h, kernel_syms.lst)
13524         (grub_modules_init.lst, grub_modules_init.h, grub_emu_init.c)
13525         (fshelp_mod_SOURCES, fshelp_mod_CFLAGS, fshelp_mod_LDFLAGS)
13526         (fat_mod_SOURCES, fat_mod_CFLAGS, fat_mod_LDFLAGS)
13527         (ext2_mod_SOURCES, ext2_mod_CFLAGS, ext2_mod_LDFLAGS)
13528         (ufs_mod_SOURCES, ufs_mod_CFLAGS, ufs_mod_LDFLAGS)
13529         (minix_mod_SOURCES, minix_mod_CFLAGS, minix_mod_LDFLAGS)
13530         (hfs_mod_SOURCES, hfs_mod_CFLAGS, hfs_mod_LDFLAGS, jfs_mod_SOURCES)
13531         (jfs_mod_CFLAGS, jfs_mod_LDFLAGS, iso9660_mod_SOURCES)
13532         (iso9660_mod_CFLAGS, iso9660_mod_LDFLAGS, xfs_mod_SOURCES)
13533         (xfs_mod_CFLAGS, xfs_mod_LDFLAGS, affs_mod_SOURCES)
13534         (affs_mod_CFLAGS, affs_mod_LDFLAGS, sfs_mod_SOURCES)
13535         (sfs_mod_CFLAGS, sfs_mod_LDFLAGS, hello_mod_SOURCES)
13536         (hello_mod_CFLAGS, hello_mod_LDFLAGS, boot_mod_SOURCES)
13537         (boot_mod_CFLAGS, boot_mod_LDFLAGS, terminal_mod_SOURCES)
13538         (terminal_mod_CFLAGS, terminal_mod_LDFLAGS, ls_mod_SOURCES)
13539         (ls_mod_CFLAGS, ls_mod_LDFLAGS, cmp_mod_SOURCES, cmp_mod_CFLAGS)
13540         (cmp_mod_LDFLAGS, cat_mod_SOURCES, cat_mod_CFLAGS, cat_mod_LDFLAGS)
13541         (help_mod_SOURCES, help_mod_CFLAGS, help_mod_LDFLAGS)
13542         (font_mod_SOURCES, font_mod_CFLAGS, font_mod_LDFLAGS)
13543         (terminfo_mod_SOURCES, terminfo_mod_CFLAGS, terminfo_mod_LDFLAGS)
13544         (amiga_mod_SOURCES, amiga_mod_CFLAGS, amiga_mod_LDFLAGS)
13545         (apple_mod_SOURCES, apple_mod_CFLAGS, apple_mod_LDFLAG): Removed.
13547         * conf/common.mk (grub_modules_init.lst): Use `find' instead of
13548         `grep --include'.
13549         (pkgdata_MODULES): Add test.mod.
13551 2005-11-18  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
13553         * genmk.rb: Fixed list rules moved to Makefile.in.  Recognise
13554         appending to variables with "+=".
13555         (PModule): Use full pathname to generate *.lst filenames.
13557         * Makefile.in: Fixed list rules moved from genmk.rb.
13558         (.DELETE_ON_ERROR): New special target.
13559         (RMKFILES): Add common.rmk and sparc64-ieee1275.rmk.
13561         * conf/i386-pc.rmk: Include conf/common.mk.
13562         (pkgdata_MODULES): Removed fshelp.mod, fat.mod, ext2.mod, ufs.mod,
13563         minix.mod, hfs.mod, jfs.mod, xfs.mod, affs.mod, sfs.mod,
13564         hello.mod, boot.mod, terminal.mod, ls.mod, cmp.mod, cat.mod,
13565         help.mod, font.mod, terminfo.mod, amiga.mod, apple.mod, pc.mod,
13566         sun.mod, acorn.mod, loopback.mod, default.mod, timeout.mod,
13567         configfile.mod, search.mod, gzio.mod and test.mod.
13568         (symlist.c, grub_script.tab.c, grub_script.tab.h, kernel_syms.lst)
13569         (grub_modules_init.lst, grub_modules_init.h, grub_emu_init.c)
13570         (fshelp_mod_SOURCES, fshelp_mod_CFLAGS, fshelp_mod_LDFLAGS)
13571         (fat_mod_SOURCES, fat_mod_CFLAGS, fat_mod_LDFLAGS)
13572         (ext2_mod_SOURCES, ext2_mod_CFLAGS, ext2_mod_LDFLAGS)
13573         (ufs_mod_SOURCES, ufs_mod_CFLAGS, ufs_mod_LDFLAGS)
13574         (minix_mod_SOURCES, minix_mod_CFLAGS, minix_mod_LDFLAGS)
13575         (hfs_mod_SOURCES, hfs_mod_CFLAGS, hfs_mod_LDFLAGS, jfs_mod_SOURCES)
13576         (jfs_mod_CFLAGS, jfs_mod_LDFLAGS, iso9660_mod_SOURCES)
13577         (iso9660_mod_CFLAGS, iso9660_mod_LDFLAGS, xfs_mod_SOURCES)
13578         (xfs_mod_CFLAGS, xfs_mod_LDFLAGS, affs_mod_SOURCES)
13579         (affs_mod_CFLAGS, affs_mod_LDFLAGS, sfs_mod_SOURCES)
13580         (sfs_mod_CFLAGS, sfs_mod_LDFLAGS, hello_mod_SOURCES)
13581         (hello_mod_CFLAGS, hello_mod_LDFLAGS, boot_mod_SOURCES)
13582         (boot_mod_CFLAGS, boot_mod_LDFLAGS, terminal_mod_SOURCES)
13583         (terminal_mod_CFLAGS, terminal_mod_LDFLAGS, ls_mod_SOURCES)
13584         (ls_mod_CFLAGS, ls_mod_LDFLAGS, cmp_mod_SOURCES, cmp_mod_CFLAGS)
13585         (cmp_mod_LDFLAGS, cat_mod_SOURCES, cat_mod_CFLAGS, cat_mod_LDFLAGS)
13586         (help_mod_SOURCES, help_mod_CFLAGS, help_mod_LDFLAGS)
13587         (font_mod_SOURCES, font_mod_CFLAGS, font_mod_LDFLAGS)
13588         (terminfo_mod_SOURCES, terminfo_mod_CFLAGS, terminfo_mod_LDFLAGS)
13589         (amiga_mod_SOURCES, amiga_mod_CFLAGS, amiga_mod_LDFLAGS)
13590         (apple_mod_SOURCES, apple_mod_CFLAGS, apple_mod_LDFLAG): Move from
13591         here...
13592         * conf/common.rmk: ... to here.  New file.
13594         * conf/common.mk: New file.
13596 2005-11-18  Yoshinori K. Okuji  <okuji@enbug.org>
13598         * conf/powerpc-ieee1275.rmk (grub_script.tab.h): Unified to ...
13599         (grub_script.tab.c): ... here.
13601         * conf/sparc64-ieee1275.rmk (grub_script.tab.h): Unified to ...
13602         (grub_script.tab.c): ... here.
13604         * conf/i386-pc.rmk (grub_script.tab.h): Unified to ...
13605         (grub_script.tab.c): ... here.
13607         * normal/command.c (grub_command_find): Fixed a memory leak of
13608         MODULE_NAME. Reported by Mike Small <smallm@panix.com>.
13610 2005-11-13  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
13612         * include/grub/symbol.h: (FUNCTION): Use double quotes instead of
13613         "@" which marks the start of a comment on ARM.
13614         (VARIABLE): Likewise.
13616 2005-11-13  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
13618         Add support for Linux/ADFS partition tables.
13620         * partmap/acorn.c: New file.
13622         * include/grub/acorn_filecore.h: Likewise.
13624         * DISTLIST: Added `partmap/acorn.c' and
13625         `include/grub/acorn_filecore.h'.
13627         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
13628         `partmap/acorn.c'.
13629         (pkgdata_MODULES): Add `acorn.mod'.
13630         (acorn_mod_SOURCES): New variable.
13631         (acorn_mod_CFLAGS): Likewise.
13633         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Add
13634         `partmap/acorn.c'.
13635         (pkgdata_MODULES): Add `acorn.mod'.
13636         (acorn_mod_SOURCES): New variable.
13637         (acorn_mod_CFLAGS): Likewise.
13639         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `partmap/acorn.c'.
13640         (pkgdata_MODULES): Add `acorn.mod'.
13641         (acorn_mod_SOURCES): New variable.
13642         (acorn_mod_CFLAGS): Likewise.
13643         (acorn_mod_LDFLAGS): Likewise.
13645         * include/types.h (grub_disk_addr_t): New typedef.
13647 2005-11-13  Marco Gerards  <mgerards@xs4all.nl>
13649         * geninit.sh: New file.
13651         * geninitheader.sh: Likewise.
13653         * commands/boot.c (grub_boot_init, grub_boot_fini): Removed.
13654         * commands/cat.c (grub_cat_init, grub_cat_fini): Likewise.
13655         * commands/cmp.c (grub_cmp_init, grub_cmp_fini): Likewise.
13656         * commands/configfile.c (grub_configfile_init)
13657         (grub_configfile_fini): Likewise.
13658         * commands/default.c (grub_default_init, grub_default_fini):
13659         Likewise.
13660         * commands/help.c (grub_help_init, grub_help_fini): Likewise.
13661         * commands/ls.c (grub_ls_init, grub_ls_fini): Likewise.
13662         * commands/search.c (grub_search_init, grub_search_fini): Likewise.
13663         * commands/terminal.c (grub_terminal_init, grub_terminal_fini):
13664         Likewise.
13665         * commands/test.c (grub_test_init, grub_test_fini): Likewise.
13666         * commands/timeout.c (grub_timeout_init, grub_timeout_fini):
13667         Likewise.
13668         * commands/i386/pc/halt.c (grub_halt_init, grub_halt_fini): Likewise.
13669         * commands/ieee1275/halt.c (grub_halt_init, grub_halt_fini):
13670         Likewise.
13671         * commands/i386/pc/reboot.c (grub_reboot_init, grub_reboot_fini):
13672         Likewise.
13673         * commands/ieee1275/reboot.c (grub_reboot_init, grub_reboot_fini):
13674         Likewise.
13675         * disk/loopback.c (grub_loop_init, grub_loop_fini): Likewise.
13676         * fs/affs.c (grub_affs_init, grub_affs_fini): Likewise.
13677         * fs/ext2.c (grub_ext2_init, grub_ext2_fini): Likewise.
13678         * fs/fat.c (grub_fat_init, grub_fat_fini): Likewise.
13679         * fs/hfs.c (grub_hfs_init, grub_hfs_fini): Likewise.
13680         * fs/iso9660.c (grub_iso9660_init, grub_iso9660_fini): Likewise.
13681         * fs/jfs.c (grub_jfs_init, grub_jfs_fini): Likewise.
13682         * fs/minix.c (grub_minix_init, grub_minix_fini): Likewise.
13683         * fs/sfs.c (grub_sfs_init, grub_sfs_fini): Likewise.
13684         * fs/ufs.c (grub_ufs_init, grub_ufs_fini): Likewise.
13685         * fs/xfs.c (grub_xfs_init, grub_xfs_fini): Likewise.
13686         * normal/main.c (grub_normal_init, grub_normal_fini): Likewise.
13687         * partmap/amiga.c (grub_amiga_partition_map_init)
13688         (grub_amiga_partition_map_fini): Likewise.
13689         * partmap/apple.c (grub_apple_partition_map_init)
13690         (grub_apple_partition_map_fini): Likewise.
13691         * partmap/pc.c (grub_pc_partition_map_init)
13692         (grub_pc_partition_map_fini): Likewise.
13693         * partmap/sun.c (grub_sun_partition_map_init,
13694         grub_sun_partition_map_fini): Likewise.
13695         * term/terminfo.c (grub_terminal_init, grub_terminal_fini):
13696         Likewise.
13698         * util/grub-emu.c: Include <grub_modules_init.h>.
13699         (main): Don't initialize and de-initialize any modules directly,
13700         use `grub_init_all' and `grub_fini_all' instead.
13702         * term/i386/pc/vesafb.c (grub_vesafb_init): Renamed to
13703         `grub_vesafb_mod_init'.
13704         (grub_vesafb_fini): Renamed to `grub_vesafb_mod_fini'.  Updated
13705         all users.
13706         * term/i386/pc/vga.c (grub_vga_init): Renamed to
13707         `grub_vga_mod_init'.  Updated all users.
13708         (grub_vga_fini): Renamed to `grub_vga_mod_fini'.
13710         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `grub_emu_init.c'.
13711         (grub_modules_init.lst, grub_modules_init.h, grub_emu_init.c): New
13712         rules.
13714         * include/grub/dl.h (GRUB_MOD_INIT): Add argument `name'.
13715         Generate a function to initialize the module in utilities.
13716         Updated all callers.
13717         (GRUB_MOD_FINI): Add argument `name'.  Generate a function to
13718         initialize the module in utilities.  Updated all callers.
13720 2005-11-09  Hollis Blanchard  <hollis@penguinppc.org>
13722         * term/ieee1275/ofconsole.c (grub_ofconsole_cls): Use both the ANSI
13723         escape sequence and a literal ^L to clear the screen.
13725         * commands/ieee1275/suspend.c (grub_cmd_suspend): Clear the screen
13726         when returning from Open Firmware.
13728 2005-11-09  Hollis Blanchard  <hollis@penguinppc.org>
13730         * term/ieee1275/ofconsole.c (grub_ofconsole_width): New variable.
13731         (grub_ofconsole_height): Likewise.
13732         (grub_ofconsole_putchar): If `grub_curr_x' exceeds console width,
13733         manually insert a '\n'.
13734         (grub_ofconsole_getwh): Set and return `grub_ofconsole_width' and
13735         `grub_ofconsole_height'.  Return early if these are already set.
13737 2005-11-07  Vincent Pelletier  <subdino2004@yahoo.fr>
13739         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Add
13740         `commands/test.c', `fs/affs.c', `fs/sfs.c', `fs/xfs.c',
13741         `normal/execute.c', `normal/lexer.c', `io/gzio.c',
13742         `kern/parser.c', `grub_script.tab.c', `normal/function.c'
13743         and `normal/script.c'.
13744         (normal_mod_SOURCES): `normal/execute.c', `normal/lexer.c',
13745         `grub_script.tab.c', `normal/function.c' and `normal/script.c'.
13746         (test_mod_SOURCES): New variable.
13747         (test_mod_CFLAGS): Likewise.
13748         (test_mod_LDFLAGS): Likewise.
13749         (pkgdata_MODULES): Add `test.mod'.
13750         (grub_script.tab.c): New rule.
13751         (grub_script.tab.h): Likewise.
13753 2005-11-07  Marco Gerards  <mgerards@xs4all.nl>
13755         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
13756         `commands/test.c', `normal/execute.c', `normal/lexer.c',
13757         `grub_script.tab.c', `normal/function.c' and `normal/script.c'.
13758         (normal_mod_SOURCES): `normal/execute.c', `normal/lexer.c',
13759         `grub_script.tab.c', `normal/function.c' and `normal/script.c'.
13760         (test_mod_SOURCES): New variable.
13761         (test_mod_CFLAGS): Likewise.
13762         (pkgdata_MODULES): Add `test.mod'.
13763         (grub_script.tab.c): New rule.
13764         (grub_script.tab.h): Likewise.
13766 2005-11-06  Marco Gerards  <mgerards@xs4all.nl>
13768         Add initial scripting support.
13770         * commands/test.c: New file.
13771         * include/grub/script.h: Likewise.
13772         * normal/execute.c: Likewise.
13773         * normal/function.c: Likewise.
13774         * normal/lexer.c: Likewise.
13775         * normal/parser.y: Likewise.
13776         * normal/script.c: Likewise.
13778         * configure.ac: Add `AC_PROG_YACC' test.
13780         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `commands/test.c',
13781         `normal/execute.c', `normal/lexer.c', `grub_script.tab.c',
13782         `normal/function.c' and `normal/script.c'.
13783         (normal_mod_SOURCES): `normal/execute.c', `normal/lexer.c',
13784         `grub_script.tab.c', `normal/function.c' and `normal/script.c'.
13785         (test_mod_SOURCES, test_mod_CFLAGS, test_mod_LDFLAGS): New
13786         variables.
13787         (pkgdata_MODULES): Add `test.mod'.
13788         (grub_script.tab.c): New rule.
13789         (grub_script.tab.h): Likewise.
13791         * include/grub/err.h (grub_err_t): Add `GRUB_ERR_TEST_FAILURE'.
13793         * include/grub/normal.h (grub_test_init): New prototype.
13794         (grub_test_fini): Likewise.
13796         * normal/command.c: Include <grub/script.h>.
13797         (grub_command_execute): Rewritten.
13799         * util/grub-emu.c (main): Call `grub_test_init' and
13800         `grub_test_fini'.
13802 2005-11-03  Hollis Blanchard  <hollis@penguinppc.org>
13804         * kern/powerpc/ieee1275/init.c (grub_get_rtc): Initialize `msecs'
13805         to 0.
13806         * term/ieee1275/ofconsole.c (grub_ofconsole_checkkey): Return -1 if
13807         there are no pending characters.
13809 2005-11-03  Hollis Blanchard  <hollis@penguinppc.org>
13811         * kern/powerpc/ieee1275/openfw.c (grub_ieee1275_get_devname): Use
13812         `grub_strndup' to drop device arguments. Replace unnecessary
13813         `grub_strndup' with `grub_strdup'.
13815 2005-11-03  Hollis Blanchard  <hollis@penguinppc.org>
13817         * kern/term.c (grub_cls): Do not call grub_cur_term->cls() if the
13818         `debug' environment variable has been set.
13820 2005-11-02  Hollis Blanchard  <hollis@penguinppc.org>
13822         * Makefile.in (install-local): Use $(DATA).
13823         (uninstall): Likewise.
13824         * conf/powerpc-ieee1275.rmk (bin_UTILITIES): Move grub-mkimage...
13825         (sbin_UTILITIES): ... to here.
13826         (sbin_SCRIPTS): New variable.
13827         (grub_install_SOURCES): New variable.
13828         * util/powerpc/ieee1275/grub-install.in: New file.
13829         * util/powerpc/ieee1275/grub-mkimage.c (kernel_path): Remove
13830         variable.
13831         (add_segments): Call `grub_util_get_path'.
13833 2005-10-28  Yoshinori K. Okuji  <okuji@enbug.org>
13835         From Timothy Baldwin:
13836         * commands/ls.c (grub_ls_list_files): Close FILE with
13837         grub_file_close.
13838         * kern/misc.c (grub_vsprintf): Terminate the string S with NUL.
13840 2005-10-24  Marco Gerards  <mgerards@xs4all.nl>
13842         * include/grub/parser.h: New file.
13844         * kern/parser.c: Likewise.
13846         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/parser.c'.
13847         (grub_setup_SOURCES): Likewise.
13848         (grub_probefs_SOURCES): Likewise.
13849         (grub_emu_SOURCES): Likewise.
13850         (kernel_img_HEADERS): Add `parser.h'.
13852         * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Add `parser.h'.
13853         (grub_emu_SOURCES): Add `kern/parser.c'.
13854         (grubof_SOURCES): Likewise.
13856         * conf/sparc64-ieee1275.rmk (grubof_HEADERS): Add `parser.h'.
13857         (grubof_SOURCES): Add `kern/parser.c'.
13859         * include/grub/misc.h (grub_split_cmdline): Removed prototype.
13861         * kern/misc.c (grub_split_cmdline): Removed function.
13863         * kern/rescue.c: Include <grub/parser.h>.
13864         (grub_enter_rescue_mode): Use `grub_parser_split_cmdline' instead
13865         of `grub_split_cmdline'.
13867         * normal/command.c: Include <grub/parser.h>.
13868         (grub_command_execute):  Use `grub_parser_split_cmdline' instead
13869         of `grub_split_cmdline'.
13871         * normal/completion.c: Include <grub/parser.h>.
13872         (cmdline_state): New variable.
13873         (iterate_dir): End the filename with a quote depending on the
13874         command line state.
13875         (get_state): new function.
13876         (grub_normal_do_completion): Use `grub_parser_split_cmdline' to
13877         split the arguments and determine the current argument.  When the
13878         argument string is not quoted, escape all spaces.
13880 2005-10-23  Vincent Pelletier  <subdino2004@yahoo.fr>
13882         * normal/sparc64/setjmp.S: New file.
13884 2005-10-23  Vincent Pelletier  <subdino2004@yahoo.fr>
13886         * include/grub/sparc64/libgcc.h: New file.
13887         * conf/sparc64-ieee1275.rmk (COMMON_ASFLAGS): Remove -Av9.
13888         (normal_mod_SOURCES): Use normal/sparc64/setjmp.S instead of
13889         normal/sparc64/setjmp.c.
13891 2005-10-23  Vincent Pelletier  <subdino2004@yahoo.fr>
13893         * kern/sparc64/dl.c: Rewritten for SPARCV9 ELF.
13894         * kern/sparc64/cache.S: New file.
13895         * kern/sparc64/cache.c: Removed.
13896         * conf/sparc64-ieee1275.rmk (COMMON_ASFLAGS): Add -Av9.
13897         (COMMON_CFLAGS): Add -mno-app-regs.  Remove -mcpu=v9 and
13898         -mtune=ultrasparc.
13899         (COMMON_LDFLAGS): Add -melf64_sparc.
13900         (grubof_HEADERS): Add sparc64/libgcc.h and machine/kernel.h.
13901         (grubof_SOURCES): Use cache.S instead of cache.c.
13902         (grubof_LDFLAGS): Add -mno-app-regs.  Replace "-Xlinker
13903         --oformat -Xlinker elf64-sparc" by "-Bstatic,-melf64_sparc".
13904         (pkgdata_MODULES): Uncomment. Leave linux.mod and _linux.mod
13905         commented though.
13906         (normal_mod_SOURCES): Add normal/completion.c and normal/misc.c.
13907         (_linux_mod_SOURCES, _linux_mod_CFLAGS, linux_mod_SOURCES)
13908         (linux_mod_CFLAGS): Commented out.
13909         (_linux_mod_LDFLAGS, linux_mod_LDFLAGS): New macro, commented
13910         out because module isn't built.
13911         (fshelp_mod_LDFLAGS, fat_mod_LDFLAGS, ext2_mod_LDFLAGS)
13912         (ufs_mod_LDFLAGS, minix_mod_LDFLAGS, hfs_mod_LDFLAGS)
13913         (jfs_mod_LDFLAGS, iso9660_mod_LDFLAGS, normal_mod_LDFLAGS)
13914         (hello_mod_LDFLAGS, boot_mod_LDFLAGS, terminal_mod_LDFLAGS)
13915         (ls_mod_LDFLAGS, cmp_mod_LDFLAGS, cat_mod_LDFLAGS)
13916         (font_mod_LDFLAGS, amiga_mod_LDFLAGS, apple_mod_LDFLAGS)
13917         (pc_mod_LDFLAGS, sun_mod_LDFLAGS, loopback_mod_LDFLAGS)
13918         (suspend_mod_LDFLAGS, reboot_mod_LDFLAGS, halt_mod_LDFLAGS)
13919         (help_mod_LDFLAGS, default_mod_LDFLAGS, timeout_mod_LDFLAGS)
13920         (configfile_mod_LDFLAGS, search_mod_LDFLAGS, xfs_mod_SOURCES)
13921         (xfs_mod_CFLAGS, xfs_mod_LDFLAGS, affs_mod_SOURCES)
13922         (affs_mod_CFLAGS, affs_mod_LDFLAGS, sfs_mod_SOURCES)
13923         (sfs_mod_CFLAGS, sfs_mod_LDFLAGS, gzio_mod_SOURCES)
13924         (gzio_mod_CFLAGS, gzio_mod_LDFLAGS): New macro.
13926 2005-10-20  Yoshinori K. Okuji  <okuji@enbug.org>
13928         * util/i386/pc/grub-probefs.c (main): Call grub_xfs_init and
13929         grub_xfs_fini. Do not call grub_hfs_init or grub_hfs_fini any
13930         longer, because HFS should not be used on PC.
13932 2005-10-20  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
13934         * io/gzio.c (grub_gzio_read): Use OFFSET instead of FILE->OFFSET
13935         consistently within the loop.
13937 2005-10-15  Marco Gerards  <mgerards@xs4all.nl>
13939         * fs/xfs.c (grub_xfs_iterate_dir): Detect an error if part of a
13940         directory can not be read.
13942 2005-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
13944         * configure.ac (AC_INIT): Increase the version number to 1.91.
13946         * DISTLIST: Added include/grub/terminfo.h, include/grub/tparm.h,
13947         include/grub/i386/pc/serial.h, term/terminfo.c, term/tparm.c and
13948         term/i386/pc/serial.c.
13950 2005-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
13952         * kern/file.c (grub_file_seek): Seeking to an offset equal to a
13953         file size must be permitted.
13955         * kern/i386/pc/startup.S (multiboot_trampoline): Fix a mistake
13956         between %ah and %al.
13958 2005-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
13960         * fs/xfs.c (grub_xfs_iterate_dir): Change the type of BLK to
13961         grub_uint64_t.
13962         Call the hook with a NUL-terminated filename.
13963         (grub_xfs_mount): Use grub_be_to_cpu32 instead of
13964         grub_cpu_to_be32.
13966         * kern/term.c (cursor_state): New variable.
13967         (grub_term_set_current): Reset the cursor state on a new
13968         terminal.
13969         (grub_setcursor): Rewritten to use CURSOR_STATE.
13970         (grub_getcursor): New function.
13972         * include/grub/term.h (grub_getcursor): New prototype.
13974         * io/gzio.c (test_header): Align BUF for accessing it as 32-bit
13975         integers on ARM. Reported by Timothy Baldwin
13976         <T.E.Baldwin99@members.leeds.ac.uk>.
13978 2005-10-11  Marco Gerards  <mgerards@xs4all.nl>
13980         * fs/sfs.c (grub_sfs_open): Don't free `data->label' if it is not
13981         allocated.
13982         (grub_sfs_dir): Likewise.
13984 2005-10-09  Marco Gerards  <mgerards@xs4all.nl>
13986         Add support for the SFS filesystem.
13988         * fs/sfs.c: New file.
13990         * DISTLIST: Added `fs/sfs.c'.
13992         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/sfs.c'.
13993         (grub_probefs_SOURCES): Likewise.
13994         (grub_emu_SOURCES): Likewise.
13995         (pkgdata_MODULES): Add `sfs.mod'.
13996         (sfs_mod_SOURCES): New variable.
13997         (sfs_mod_CFLAGS): Likewise.
13998         (sfs_mod_LDFLAGS): Likewise.
14000         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `fs/sfs.c'.
14001         (pkgdata_MODULES): Add `sfs.mod'.
14002         (sfs_mod_SOURCES): New variable.
14003         (sfs_mod_CFLAGS): Likewise.
14005         * util/grub-emu.c (main): Call `grub_sfs_init' and
14006         `grub_sfs_fini'.
14008         * include/grub/fs.h (grub_sfs_init): New prototype.
14009         (grub_sfs_fini): Likewise.
14011 2005-10-07  Marco Gerards  <mgerards@xs4all.nl>
14013         Add support for the AFFS filesystem.
14015         * fs/affs.c: New file.
14017         * DISTLIST: Added `fs/affs.c'.
14019         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/affs.c'.
14020         (grub_probefs_SOURCES): Likewise.
14021         (grub_emu_SOURCES): Likewise.
14022         (pkgdata_MODULES): Add `affs.mod'.
14023         (affs_mod_SOURCES): New variable.
14024         (affs_mod_CFLAGS): Likewise.
14025         (affs_mod_LDFLAGS): Likewise.
14027         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `fs/affs.c'.
14028         (pkgdata_MODULES): Add `affs.mod'.
14029         (affs_mod_SOURCES): New variable.
14030         (affs_mod_CFLAGS): Likewise.
14032         * util/grub-emu.c (main): Call `grub_affs_init' and
14033         `grub_affs_fini'.
14035         * include/grub/fs.h (grub_affs_init): New prototype.
14036         (grub_affs_fini): Likewise.
14038 2005-10-01  Marco Gerards  <mgerards@xs4all.nl>
14040         * fs/xfs.c (grub_xfs_iterate_dir): Add parentheses.
14042 2005-10-01  Marco Gerards  <mgerards@xs4all.nl>
14044         * configure.ac: Accept `x86_64' as host_cpu.  In that case add
14045         `-m32' to CFLAGS.
14047         * genmk.rb (class PModule): Always use `$(#{prefix}_LDFLAGS)' when
14048         linking.
14050         * conf/i386-pc.rmk (COMMON_CFLAGS): Add `-m32'.
14051         (COMMON_LDFLAGS): New variable.
14052         (kernel_img_LDFLAGS): Include `COMMON_FLAGS'.
14053         (_chain_mod_LDFLAGS, fshelp_mod_LDFLAGS, fat_mod_LDFLAGS)
14054         (ext2_mod_LDFLAGS, ufs_mod_LDFLAGS, minix_mod_LDFLAGS)
14055         (hfs_mod_LDFLAGS, jfs_mod_LDFLAGS, iso9660_mod_LDFLAGS)
14056         (xfs_mod_LDFLAGS, _linux_mod_LDFLAGS, linux_mod_LDFLAGS)
14057         (normal_mod_LDFLAGS, hello_mod_LDFLAGS, boot_mod_LDFLAGS)
14058         (terminal_mod_LDFLAGS, ls_mod_LDFLAGS, cmp_mod_LDFLAGS)
14059         (cat_mod_LDFLAGS, help_mod_LDFLAGS, reboot_mod_LDFLAGS)
14060         (halt_mod_LDFLAGS, vga_mod_LDFLAGS, font_mod_LDFLAGS)
14061         (terminfo_mod_LDFLAGS, serial_mod_LDFLAGS, _multiboot_mod_LDFLAGS)
14062         (multiboot_mod_LDFLAGS, amiga_mod_LDFLAGS, apple_mod_LDFLAGS)
14063         (pc_mod_LDFLAGS, sun_mod_LDFLAGS, loopback_mod_LDFLAGS)
14064         (default_mod_LDFLAGS, timeout_mod_LDFLAGS, configfile_mod_LDFLAGS)
14065         (vbe_mod_LDFLAGS, vesafb_mod_LDFLAGS, vbeinfo_mod_LDFLAGS)
14066         (vbetest_mod_LDFLAGS, search_mod_LDFLAGS, gzio_mod_LDFLAGS): New
14067         variables.
14068         (normal_mod_ASFLAGS): Add `-m32'.
14070         * include/grub/types.h (grub_host_addr_t, grub_host_off_t)
14071         (grub_host_size_t, grub_host_ssize_t): New types.
14072         (grub_addr_t, grub_off_t, grub_size_t, grub_ssize_t): Make type
14073         dependent of `GRUB_CPU_SIZEOF_VOID_P' instead on
14074         `GRUB_HOST_SIZEOF_VOID_P'.
14076         * include/grub/kernel.h (struct grub_module_header): Type of
14077         member offset changed to `grub_host_off_t'.  Type of member size
14078         changed to `grub_host_size_t'.
14079         (struct grub_module_info): Type of member offset changed to
14080         `grub_host_off_t'.  Type of member size changed to
14081         `grub_host_size_t'.
14083 2005-09-29  Yoshinori K. Okuji  <okuji@enbug.org>
14085         Make GRUB's kernel compliant to Multiboot Specification.
14087         * kern/i386/pc/startup.S (multiboot_header): New label.
14088         (multiboot_entry): Likewise.
14089         (multiboot_trampoline): Likewise.
14091         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE):
14092         Increased to 0x4A0.
14094         * fs/xfs.c (grub_xfs_iterate_dir): Fix a syntax error. You may not
14095         put parentheses after a question mark.
14096         [!GRUB_UTIL] (my_mod): New variable.
14098         * util/grub-emu.c (main): Call grub_xfs_init and grub_xfs_fini.
14100 2005-09-28  Marco Gerards  <mgerards@xs4all.nl>
14102         Adds support for the XFS filesystem.  Btrees are not supported
14103         yet.
14105         * fs/xfs.c: New file.
14107         * DISTLIST: Added `fs/xfs.c'.
14109         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/xfs.c'.
14110         (grub_probefs_SOURCES): Likewise.
14111         (grub_emu_SOURCES): Likewise.
14112         (pkgdata_MODULES): Add `xfs.mod'.
14113         (xfs_mod_SOURCES): New variable.
14114         (xfs_mod_CFLAGS): Likewise.
14116         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `fs/xfs.c'.
14117         (pkgdata_MODULES): Add `xfs.mod'.
14118         (xfs_mod_SOURCES): New variable.
14119         (xfs_mod_CFLAGS): Likewise.
14121         * util/grub-emu.c (main): Call `grub_xfs_init' and
14122         `grub_xfs_fini'.
14124         * include/grub/fs.h (grub_xfs_init): New prototype.
14125         (grub_xfs_fini): Likewise.
14128 2005-09-18  Vesa Jaaskelainen  <chaac@nic.fi>
14130         * video/i386/pc/vbe.c (grub_vbe_set_video_mode): In indexed
14131         color modes, allow greater than 16 colors to be configured as
14132         a default palette.
14134 2005-09-03  Yoshinori K. Okuji  <okuji@enbug.org>
14136         * normal/completion.c (complete_arguments): Add the qualifier
14137         const into OPTIONS.
14139         From Omniflux <omniflux+lists@omniflux.com>:
14140         * include/grub/terminfo.h: New file.
14141         * include/grub/tparm.h: Likewise.
14142         * include/grub/i386/pc/serial.h: Likewise.
14143         * term/terminfo.c: Likewise.
14144         * term/tparm.c: Likewise.
14145         * term/i386/pc/serial.c: Likewise.
14146         * conf/i386-pc.rmk (pkgdata_MODULES): Added terminfo.mod and
14147         serial.mod.
14148         (terminfo_mod_SOURCES): New variable.
14149         (terminfo_mod_CFLAGS): Likewise.
14150         (serial_mod_SOURCES): Likewise.
14151         (serial_mod_CFLAGS): Likewise.
14153 2005-08-31  Yoshinori K. Okuji  <okuji@enbug.org>
14155         * DISTLIST: Replaced boot/powerpc/ieee1275/crt0.S and
14156         boot/powerpc/ieee1275/cmain.c with kern/powerpc/ieee1275/crt0.S
14157         and kern/powerpc/ieee1275/cmain.c, respectively.
14159         * boot/powerpc/ieee1275/crt0.S: Moved to ...
14160         * kern/powerpc/ieee1275/crt0.S: ... here.
14162         * boot/powerpc/ieee1275/cmain.c: Moved to ...
14163         * kern/powerpc/ieee1275/cmain.c: ... here.
14165         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Use
14166         kern/powerpc/ieee1275/crt0.S and kern/powerpc/ieee1275/cmain.c
14167         instead of boot/powerpc/ieee1275/crt0.S and
14168         boot/powerpc/ieee1275/cmain.c, respectively.
14170         * boot/i386/pc/boot.S (lba_mode): Do not store the total number of
14171         sectors. It was not used anyway.
14173 2005-08-30  Hollis Blanchard  <hollis@penguinppc.org>
14175         * term/ieee1275/ofconsole.c (grub_ofconsole_getcharwidth): Fix
14176         `unused parameter' warning.
14178 2005-08-30  Hollis Blanchard  <hollis@penguinppc.org>
14180         * term/ieee1275/ofconsole.c (grub_ofconsole_getcharwidth): New
14181         function.
14182         (grub_ofconsole_term): Specify grub_ofconsole_getcharwidth as
14183         getcharwidth.
14185 2005-08-28  Marco Gerards  <metgerards@student.han.nl>
14187         * include/grub/normal.h (enum grub_completion_type): Added
14188         `GRUB_COMPLETION_TYPE_ARGUMENT'.
14190         * normal/cmdline.c (print_completion): Handle
14191         the `GRUB_COMPLETION_TYPE_ARGUMENT' type.
14192         * normal/menu_entry.c (store_completion): Likewise.
14194         * normal/completion.c (complete_arguments): New function.
14195         (grub_normal_do_completion): Call `complete_arguments' when the
14196         current words start with a dash.
14198 2005-08-27  Marco Gerards  <metgerards@student.han.nl>
14200         * conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Fix typo (use
14201         `gzio.mod' instead of `io.mod').
14203 2005-08-22  Yoshinori K. Okuji  <okuji@enbug.org>
14205         * gendistlist.sh (EXTRA_DISTFILES): Added genfslist.sh.
14206         (DISTDIRS): Added io and video.
14207         Rewrite the search routine to make an output consistently.
14209         * DISTLIST: Added conf/sparc64-ieee1275.mk,
14210         conf/sparc64-ieee1275.rmk, include/grub/gzio.h,
14211         include/grub/ieee1275/ieee1275.h, include/grub/ieee1275/ofdisk.h,
14212         io/gzio.c, kern/sparc64/cache.c, kern/sparc64/dl.c,
14213         kern/sparc64/ieee1275/init.c, kern/sparc64/ieee1275/openfw.c and
14214         util/powerpc/ieee1275/misc.c.
14216         * include/grub/gzio.h: New file.
14217         * io/gzio.c: Likewise.
14219         * kern/file.c (grub_file_close): Call grub_device_close only if
14220         FILE->DEVICE is not NULL.
14222         * include/grub/mm.h [!NULL] (NULL): New macro.
14224         * include/grub/err.h (GRUB_ERR_BAD_GZIP_DATA): New constant.
14226         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added io/gzip.c.
14227         (pkgdata_MODULES): Added gzio.mod.
14228         (gzio_mod_SOURCES): New variable.
14229         (gzio_mod_CFLAGS): Likewise.
14231         * conf/i386-pc.rmk (grub_emu_SOURCES): Added io/gzip.c.
14232         (pkgdata_MODULES): Added gzio.mod.
14233         (gzio_mod_SOURCES): New variable.
14234         (gzio_mod_CFLAGS): Likewise.
14236         * commands/cat.c: Include grub/gzio.h.
14237         (grub_cmd_cat): Use grub_gzfile_open instead of
14238         grub_file_open.
14240         * commands/cmp.c: Include grub/gzio.h.
14241         (grub_cmd_cmp): Use grub_gzfile_open instead of
14242         grub_file_open.
14244         * loader/i386/pc/multiboot.c: Include grub/gzio.h.
14245         (grub_rescue_cmd_multiboot): Use grub_gzfile_open instead of
14246         grub_file_open.
14247         (grub_rescue_cmd_module): Likewise.
14249 2005-08-21  Vincent Pelletier  <subdino2004@yahoo.fr>
14251         * conf/sparc64-ieee1275.rmk (grubof_SOURCES): The first file must be
14252         kern/sparc64/ieee1275/init.c because it contains _start.
14253         * conf/sparc64-ieee1275.mk: Generated from conf/sparc64-ieee1275.rmk.
14255 2005-08-21  Vincent Pelletier  <subdino2004@yahoo.fr>
14257         * configure.ac: Add support for sparc64 host with ieee1275
14258         firmware.
14259         * configure: Generated from configure.ac.
14260         * disk/ieee1275/ofdisk.c (grub_ofdisk_open): Use grub_ssize_t
14261         instead of int.
14262         (grub_ofdisk_read): Likewise.
14263         (grub_ofdisk_open): Use %p to print pointer values, and cast the
14264         pointers as (void *) to remove a warning.
14265         (grub_ofdisk_close): Likewise.
14266         (grub_ofdisk_read): Likewise.
14267         * kern/ieee1275/ieee1275.c (grub_ieee1275_exit): This never
14268         returns, so make it return void to remove a warning.
14269         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_exit):
14270         Corresponding prototype change.
14271         * kern/mm.c (grub_mm_init_region): Use %p to print pointer
14272         values, and cast the pointers as (void *) to remove a warning.
14273         (grub_mm_dump): Likewise.
14274         * conf/sparc64-ieee1275.mk: New file.
14275         * conf/sparc64-ieee1275.rmk: Likewise.
14276         * include/grub/sparc64/setjmp.h: Likewise.
14277         * include/grub/sparc64/types.h: Likewise.
14278         * include/grub/sparc64/ieee1275/console.h: Likewise.
14279         * include/grub/sparc64/ieee1275/ieee1275.h: Likewise.
14280         * include/grub/sparc64/ieee1275/kernel.h: Likewise.
14281         * include/grub/sparc64/ieee1275/time.h: Likewise.
14282         * kern/sparc64/cache.c: Likewise.
14283         * kern/sparc64/dl.c: Likewise.
14284         * kern/sparc64/ieee1275/init.c: Likewise.
14285         * kern/sparc64/ieee1275/openfw.c: Likewise.
14287 2005-08-21  Yoshinori K. Okuji  <okuji@enbug.org>
14289         * util/console.c (grub_ncurses_putchar): If C is greater than
14290         0x7f, set C to a question mark.
14291         (grub_ncurses_getcharwidth): New function.
14292         (grub_ncurses_term): Specify grub_ncurses_getcharwidth as
14293         getcharwidth.
14295         * normal/menu.c (print_entry): Made aware of Unicode. First,
14296         convert TITLE to UCS-4, and predict the cursor position by
14297         grub_getcharwidth.
14299         * include/grub/misc.h (grub_utf8_to_ucs4): Specify the qualifier
14300         const to SRC.
14301         * kern/misc.c (grub_utf16_to_utf8): Likewise.
14303 2005-08-20  Yoshinori K. Okuji  <okuji@enbug.org>
14305         * loader/powerpc/ieee1275/linux.c (grub_rescue_cmd_linux): Specify
14306         the boot file by the option BOOT_IMAGE. Use grub_stpcpy instead of
14307         grub_strcat.
14309         * loader/i386/pc/linux.c (grub_rescue_cmd_linux): Specify the boot
14310         file by the option BOOT_IMAGE. Use grub_stpcpy instead of
14311         grub_strcpy and grub_strlen. Take it into account that a space
14312         character is inserted as a delimiter.
14314 2005-08-20  Yoshinori K. Okuji  <okuji@enbug.org>
14316         * partmap/pc.c (pc_partition_map_iterate): Include the value of an
14317         invalid magic in the error.
14319         * commands/search.c: New file.
14321         * util/grub-emu.c (main): Call grub_search_init and
14322         grub_search_fini.
14324         * kern/rescue.c (grub_rescue_print_disks): Removed.
14325         (grub_rescue_print_devices): New function.
14326         (grub_rescue_cmd_ls): Use grub_device_iterate with
14327         grub_rescue_print_devices instead of grub_disk_dev_iterate with
14328         grub_rescue_print_disks.
14330         * kern/partition.c (grub_partition_iterate): Return the result of
14331         PARTMAP->ITERATE instead of GRUB_ERRNO.
14333         * kern/device.c: Include grub/partition.h.
14334         (grub_device_iterate): New function.
14336         * include/grub/partition.h (grub_partition_iterate): Return int
14337         instead of grub_err_t.
14339         * include/grub/normal.h [GRUB_UTIL] (grub_search_init): New
14340         prototype.
14341         [GRUB_UTIL] (grub_search_fini): Likewise.
14343         * include/grub/device.h (grub_device_iterate): New prototype.
14345         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added
14346         commands/search.c.
14347         (pkgdata_MODULES): Added search.mod.
14348         (search_mod_SOURCES): New variable.
14349         (search_mod_CFLAGS): Likewise.
14351         * conf/i386-pc.rmk (grub_emu_SOURCES): Added commands/search.c.
14352         (pkgdata_MODULES): Added search.mod.
14353         (search_mod_SOURCES): New variable.
14354         (search_mod_CFLAGS): Likewise.
14356         * commands/ls.c (grub_ls_list_disks): Renamed to ...
14357         (grub_ls_list_devices): ... this, and use grub_device_iterate.
14358         All callers changed.
14360         * DISTLIST: Added commands/search.c.
14362 2005-08-20  Yoshinori K. Okuji  <okuji@enbug.org>
14364         * kern/term.c (grub_putchar): Use grub_utf8_to_ucs4 for the
14365         conversion.
14366         (grub_getcharwidth): New function.
14368         * kern/misc.c (grub_utf8_to_ucs4): New function.
14370         * include/grub/term.h (struct grub_term): Added a new member
14371         "getcharwidth".
14372         (grub_getcharwidth): New prototype.
14374         * include/grub/misc.h (grub_utf8_to_ucs4): New prototype.
14376         * term/i386/pc/console.c (map_char): New function. Segregated from
14377         grub_console_putchar.
14378         (grub_console_putchar): Use map_char.
14379         (grub_console_getcharwidth): New function.
14380         (grub_console_term): Specified grub_console_getcharwidth as
14381         getcharwidth.
14383         * term/i386/pc/vga.c (grub_vga_getcharwidth): New function.
14384         (grub_vga_term): Specified grub_vga_getcharwidth as getcharwidth.
14386         * term/i386/pc/vesafb.c (grub_virtual_screen_setup): Return
14387         GRUB_ERRNO.
14388         (grub_vesafb_init): Do not use RC. Instead, use GRUB_ERRNO. Rely
14389         on grub_strtoul completely.
14390         (write_char): Declare local variables in the beginning of the
14391         function.
14392         (grub_vesafb_getcharwidth): New function.
14393         (grub_vesafb_term): Specified grub_vesafb_getcharwidth as
14394         getcharwidth.
14396 2005-08-19  Yoshinori K. Okuji  <okuji@enbug.org>
14398         * DISTLIST: Replace commands/i386/pc/vbe_list_modes.c and
14399         commands/i386/pc/vbe_test.c with commands/i386/pc/vbeinfo.c and
14400         commands/i386/pc/vbetest.c.
14402         * video/i386/pc/vbe.c (grub_vbe_probe): If INFOBLOCK is not NULL,
14403         call grub_vbe_get_controller_info again, because the returned
14404         information is volatile.
14405         (grub_vbe_set_video_mode): Mostly rewritten.
14406         (grub_vbe_get_video_mode): Use grub_vbe_probe and use
14407         grub_vbe_status_t correctly.
14408         (grub_vbe_get_video_mode_info): Likewise.
14409         (grub_vbe_set_pixel_rgb): Use a switch statement rather than
14410         several if statements.
14412         * commands/i386/pc/vbe_list_modes.c: Renamed to ...
14413         * commands/i386/pc/vbeinfo.c: ... this.
14415         * commands/i386/pc/vbe_test.c: Renamed to ...
14416         * commands/i386/pc/vbetest.c: ... this.
14418         * commands/i386/pc/vbeinfo.c (grub_cmd_vbe_list_modes): Renamed to
14419         ...
14420         (grub_cmd_vbeinfo): ... this. Save video modes before
14421         iterating. Skip a video mode, if it is not available, not enough
14422         information is given or it is monochrome. Show the memory
14423         model. Leave the interpretation of MODEVAR to grub_strtoul
14424         completely.
14425         (GRUB_MOD_INIT): Rename vbe_list_modes to vbeinfo.
14426         (GRUB_MOD_FINI): Likewise.
14428         * commands/i386/pc/vbetest.c (grub_cmd_vbe_test): Renamed to ...
14429         (grub_cmd_vbetest): ... this. Don't print unnecessarily. Use
14430         grub_err_t instead of grub_uint32_t. Don't use SPTR. Remove a
14431         duplicated grub_env_get. Leave the interpretation of MODEVAR to
14432         grub_strtoul completely.
14433         (real2pm): Removed.
14434         (GRUB_MOD_INIT): Rename vbe_test to vbetest.
14435         (GRUB_MOD_FINI): Likewise.
14437         * normal/misc.c: Include grub/mm.h.
14439         * conf/i386-pc.rmk (pkgdata_MODULES): Replaced vbe_test.mod and
14440         vbe_list_modes with vbetest.mod and vbeinfo.mod.
14441         (vbe_list_modes_mod_SOURCES): Removed.
14442         (vbe_list_modes_mod_CFLAGS): Likewise.
14443         (vbe_test_mod_SOURCES): Likewise.
14444         (vbe_test_mod_CFLAGS): Likewise.
14445         (vbeinfo_mod_SOURCES): New variable.
14446         (vbeinfo_mod_CFLAGS): Likewise.
14447         (vbetest_mod_SOURCES): Likewise.
14448         (vbetest_mod_CFLAGS): Likewise.
14450 2005-08-18  Yoshinori K. Okuji  <okuji@enbug.org>
14452         * normal/misc.c: New file.
14454         * DISTLIST: Added normal/misc.c.
14456         * partmap/amiga.c (amiga_partition_map_iterate): Add an argument
14457         DISK to HOOK. Call HOOK with DISK.
14458         * partmap/apple.c (apple_partition_map_iterate): Likewise.
14459         * partmap/pc.c (pc_partition_map_iterate): Likewise.
14460         * partmap/sun.c (sun_partition_map_iterate): Likewise.
14462         * normal/menu_entry.c (struct screen): Added a new member
14463         "completion_shown".
14464         (completion_buffer): New global variable.
14465         (make_screen): Set SCREEN->COMPLETION_SHOWN to zero.
14466         (store_completion): New function.
14467         (complete): Likewise.
14468         (clear_completions): Likewise.
14469         (grub_menu_entry_run): If SCREEN->COMPLETION_SHOWN is non-zero,
14470         call clear_completions and reset SCREEN->COMPLETION_SHOWN. If C is
14471         a tab, call complete.
14473         * normal/completion.c (disk_dev): Removed.
14474         (print_simple_completion): Likewise.
14475         (print_partition_completion): Likewise.
14476         (print_func): New global variable.
14477         (add_completion): Do not take the arguments WHAT or PRINT any
14478         longer. Added a new argument TYPE. Instead of printing directly,
14479         call PRINT_FUNC if not NULL.
14480         All callers changed.
14481         (complete_device): Use a local variable DEV instead of
14482         DISK_DEV. Do not move CURRENT_WORD to the end of a device name.
14483         (grub_normal_do_completion): Take a new argument HOOK. Do not
14484         initialize DISK_DEV. Initialize PRINT_FUNC to HOOK. If RET is an
14485         empty string, return NULL instead.
14486         All callers changed.
14488         * normal/cmdline.c (print_completion): New function.
14490         * kern/partition.c (grub_partition_iterate): Add an argument DISK
14491         to HOOK.
14492         All callers changed.
14494         * kern/disk.c (grub_print_partinfo): Removed.
14496         * include/grub/partition.h (struct grub_partition_map): Add a new
14497         argument DISK into HOOK of ITERATE.
14498         (grub_partition_iterate): Add a new argument DISK to HOOK.
14500         * include/grub/normal.h (enum grub_completion_type): New enum.
14501         (grub_completion_type_t): New type.
14502         (GRUB_COMPLETION_TYPE_COMMAND): New constant.
14503         (GRUB_COMPLETION_TYPE_DEVICE): Likewise.
14504         (GRUB_COMPLETION_TYPE_PARTITION): Likewise.
14505         (GRUB_COMPLETION_TYPE_FILE): Likewise.
14506         (grub_normal_do_completion): Added a new argument HOOK.
14507         (grub_normal_print_device_info): New prototype.
14509         * include/grub/disk.h (grub_print_partinfo): Removed.
14511         * conf/i386-pc.rmk (grub_emu_SOURCES): Added normal/misc.c.
14512         (normal_mod_SOURCES): Likewise.
14513         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
14514         (normal_mod_SOURCES): Likewise.
14516         * commands/ls.c (grub_ls_list_disks): Use
14517         grub_normal_print_device_info instead of grub_print_partinfo. Free
14518         PNAME.
14519         (grub_ls_list_files): Use grub_normal_print_device_info instead of
14520         duplicating the code.
14522 2005-08-16  Vesa Jaaskelainen  <chaac@nic.fi>
14524         * commands/i386/pc/vbe_list_modes.c: Update source formatting to
14525         follow GCS more precisely.
14526         * commands/i386/pc/vbe_test.c: Likewise.
14527         * include/grub/i386/pc/vbe.h: Likewise.
14528         * term/i386/pc/vesafb.c: Likewise.
14529         * video/i386/pc/vbe.c: Likewise.
14531 2005-08-16  Vesa Jaaskelainen  <chaac@nic.fi>
14533         * DISTLIST: Added term/i386/pc/vesafb.c
14534         DISTLIST: Added video/i386/pc/vbe.c
14535         DISTLIST: Added commands/i386/pc/vbe_list_modes.c.
14536         DISTLIST: Added commands/i386/pc/vbe_test.c.
14537         * commands/i386/pc/vbe_list_modes.c: New file.
14538         * commands/i386/pc/vbe_test.c: Likewise.
14539         * term/i386/pc/vesafb.c: Likewise.
14540         * video/i386/pc/vbe.c: Likewise.
14541         * include/grub/i386/pc/vbe.h (GRUB_VBE_DEFAULT_VIDEO_MODE): Added define.
14542         (grub_vbe_probe) Added prototype.
14543         (grub_vbe_set_video_mode) Likewise.
14544         (grub_vbe_get_video_mode) Likewise.
14545         (grub_vbe_get_video_mode_info) Likewise.
14546         (grub_vbe_set_pixel_rgb) Likewise.
14547         (grub_vbe_set_pixel_index) Likewise.
14548         * conf/i386-pc.rmk (pkgdata_MODULES): Added vbe.mod.
14549         (pkgdata_MODULES): Added vesafb.mod.
14550         (pkgdata_MODULES): Added vbe_list_modes.mod.
14551         (pkgdata_MODULES): Added vbe_test.mod.
14552         (vbe_mod_SOURCES): Added.
14553         (vbe_mod_CFLAGS): Likewise.
14554         (vesafb_mod_SOURCES): Likewise.
14555         (vesafb_mod_CFLAGS): Likewise.
14556         (vbe_list_modes_mod_SOURCES): Likewise.
14557         (vbe_list_modes_mod_CFLAGS): Likewise.
14558         (vbe_test_mod_SOURCES): Likewise.
14559         (vbe_test_mod_CFLAGS): Likewise.
14561 2005-08-14  Yoshinori K. Okuji  <okuji@enbug.org>
14563         * normal/command.c (grub_command_execute): If INTERACTIVE is
14564         false and GRUB_COMMAND_FLAG_NO_ECHO is not specified, print
14565         CMDLINE. Disable the pager if INTERACTIVE is true.
14566         All callers are changed.
14568         * normal/main.c (grub_normal_execute): Read command.lst and fs.lst
14569         before reading a config file.
14570         * normal/main.c (read_config_file): Even if a command is not
14571         found, register it if it is within an entry.
14573         * util/grub-emu.c: Include sys/types.h and unistd.h.
14574         (options): Added --hold.
14575         (struct arguments): Added a new member "hold".
14576         (parse_opt): If KEY is 'H', set ARGS->HOLD to ARG or -1 if ARG is
14577         missing.
14578         (main): Initialize ARGS.HOLD to zero. Wait until ARGS.HOLD is
14579         cleared by a debugger, if it is not zero.
14581         * include/grub/normal.h (grub_command_execute): Add an argument
14582         INTERACTIVE.
14584 2005-08-14  Vesa Jaaskelainen  <chaac@nic.fi>
14586         * DISTLIST: Added include/grub/i386/pc/vbe.h.
14588 2005-08-13  Yoshinori K. Okuji  <okuji@enbug.org>
14590         * aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): Replace the test
14591         program with another one, because the old one didn't detect a bug
14592         in gcc-3.4. Always use regparm 2, because the new test is still
14593         not enough for gcc-4.0. Someone must investigate a simple test
14594         case which detects a bug in gcc-4.0.
14596 2005-08-12  Yoshinori K. Okuji  <okuji@enbug.org>
14598         * DISTLIST: Added normal/completion.c.
14600         * normal/completion.c: New file.
14602         * term/i386/pc/console.c (grub_console_getwh): New function.
14603         (grub_console_term): Assign grub_console_getwh to getwh.
14605         * normal/cmdline.c (grub_tab_complete): Removed. Now the same
14606         function is defined in normal/completion.c as
14607         grub_normal_do_completion.
14608         (grub_cmdline_get): Use grub_normal_do_completion instead of
14609         grub_tab_complete.
14611         * kern/partition.c (grub_partition_map_iterate): Return 1 if HOOK
14612         returns non-zero, otherwise return 0.
14613         (grub_partition_iterate): First, probe the partition map. Then,
14614         call ITERATE only for this partition map.
14616         * kern/misc.c (grub_strncmp): Rewritten.
14618         * kern/disk.c (grub_disk_dev_iterate): Return 1 if P->ITERATE
14619         returns non-zero. Otherwise return 0.
14621         * include/grub/partition.h (grub_partition_map_iterate): Return
14622         int instead of void.
14624         * include/grub/normal.h (grub_normal_do_completion): New prototype.
14626         * include/grub/misc.h (grub_strncmp): Change the type of N to
14627         grub_size_t.
14629         * include/grub/disk.h (grub_disk_dev_iterate): Return int instead
14630         of void.
14632         * normal/menu.c (draw_border): Cast GRUB_TERM_BORDER_WIDTH to
14633         unsigned explicitly before comparing it with I.
14635         * kern/main.c (grub_env_write_root): Add the attribute unused into
14636         VAR.
14638         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added
14639         normal/completion.c.
14640         (normal_mod_SOURCES): Likewise.
14641         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
14642         (normal_mod_SOURCES): Likewise.
14644         * normal/command.c (grub_iterate_commands): If ITERATE returns
14645         non-zero, return one immediately.
14647 2005-08-09  Vesa Jaaskelainen  <chaac@nic.fi>
14649         * conf/i386-pc.rmk (kernel_img_HEADERS): Added machine/vbe.h.
14650         * kern/i386/pc/startup.S: Updated Global Descriptor table's
14651         descriptions.
14652         (grub_vbe_get_controller_info): New function.
14653         (grub_vbe_get_mode_info): Likewise.
14654         (grub_vbe_set_mode): Likewise.
14655         (grub_vbe_get_mode): Likewise.
14656         (grub_vbe_set_memory_window): Likewise.
14657         (grub_vbe_get_memory_window): Likewise.
14658         (grub_vbe_set_scanline_length): Likewise.
14659         (grub_vbe_get_scanline_length): Likewise.
14660         (grub_vbe_set_display_start): Likewise.
14661         (grub_vbe_get_display_start): Likewise.
14662         (grub_vbe_set_palette_data): Likewise.
14663         * include/grub/i386/pc/vbe.h: New file.
14665 2005-08-08  Hollis Blanchard  <hollis@penguinppc.org>
14667         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Replaced
14668         kern/ieee1275/of.c with kern/ieee1275/ieee1275.c.
14669         * DISTLIST: Likewise.
14670         * kern/ieee1275/of.c: Moved to ...
14671         * kern/ieee1275/ieee1275.c: ... here.
14673 2005-08-08  Hollis Blanchard  <hollis@penguinppc.org>
14675         * term/ieee1275/ofconsole.c: Include <grub/mm.h>.
14676         (grub_ofconsole_getwh): Cast -1 to type grub_ieee1275_ihandle_t.
14677         Pass 0 as `end' parameter to grub_strtoul().
14679 2005-08-08  Hollis Blanchard  <hollis@penguinppc.org>
14681         * include/grub/powerpc/ieee1275/console.h: Do not include
14682         <grub/types.h>.  Do not include <grub/symbol.h>.  Remove ASM_FILE
14683         ifdef.
14684         (grub_console_cur_color): Remove i386-specific prototype.
14685         (grub_console_real_putchar): Likewise.
14686         (grub_console_checkkey): Likewise.
14687         (grub_console_getkey): Likewise.
14688         (grub_console_getxy): Likewise.
14689         (grub_console_gotoxy): Likewise.
14690         (grub_console_cls): Likewise.
14691         (grub_console_setcursor): Likewise.
14692         * kern/powerpc/ieee1275/init.c: Don't include <grub/console.h>.
14693         Include <grub/machine/console.h>.
14694         * term/ieee1275/ofconsole.c: Likewise.
14696 2005-08-08  Yoshinori K. Okuji  <okuji@enbug.org>
14698         * Makefile.in (LIBLZO): New variable.
14700         * configure.ac: Check for LZO version 2.
14702         * util/i386/pc/grub-mkimage.c [HAVE_LZO_LZO1X_H]: Include
14703         lzo/lzo1x.h instead of lzo1x.h.
14705         * conf/i386-pc.rmk (grub_mkimage_LDFLAGS): Use $(LIBLZO) instead
14706         of -llzo.
14708         * util/i386/pc/grub-setup.c (main): Do not free PREFIX
14709         twice. Reported by Vladimir Serbinenko <phcoder@gmail.com>.
14711         * partmap/pc.c (pc_partition_map_probe): Restore P->DATA after
14712         copying the data from PARTITION to P.
14714 2005-08-07  Yoshinori K. Okuji  <okuji@enbug.org>
14716         * kern/rescue.c (grub_rescue_cmd_rmmod): If the reference count is
14717         negative, unload the module.
14719         * util/i386/pc/grub-setup.c (setup): The name of the PC partition
14720         map is "pc_partition_map" but not "pc".
14721         (usage): Fix the description. The options are --boot-image and
14722         --core-image but not --boot-file or --core-file.
14723         (main): If not specified explicitly, make BOOT_FILE and CORE_FILE
14724         based on DEFAULT_BOOT_FILE and DEFAULT_CORE_FILE with DIR or
14725         DEFAULT_DIRECTORY.
14727         * util/i386/pc/grub-install.in: Do not specify --boot-file or
14728         --core-file. Specify INSTALL_DEVICE as an argument.
14730         * util/console.c: Include config.h.
14731         [HAVE_NCURSeS_CURSES_H]: Include ncurses/curses.h.
14732         [HAVE_NCURSES_H]: Include ncurses.h.
14733         [HAVE_CURSES_H]: Include curses.h.
14734         [!A_NORMAL] (A_NORMAL): Defined as zero.
14735         [!A_STANDOUT] (A_STANDOUT): Likewise.
14737         * conf/i386-pc.rmk (grub_emu_LDFLAGS): Use $(LIBCURSES) instead of
14738         -lncurses.
14739         * conf/powerpc-ieee1275.rmk (grub_emu_LDFLAGS): Likewise.
14741         * configure.ac: Check for curses libraries and headers.
14743         * Makefile.in (LIBCURSES): New variable.
14745         * genmk.rb (Script::rule): Set the executable bits.
14747         * util/i386/pc/biosdisk.c (grub_util_biosdisk_get_grub_dev): The
14748         name of the PC partition map is "pc_partition_map" but not "pc".
14750 2005-08-07  Yoshinori K. Okuji  <okuji@enbug.org>
14752         * util/i386/pc/grub-install.in (grub_probefs): New variable.
14753         (modules): Likewise.
14754         (usage): Added descriptions for --modules and --grub-probefs.
14755         Handle --modules and --grub-probefs. Save the arguments in MODULES
14756         and GRUB_PROBEFS, respectively.
14757         Auto-detect a filesystem module against GRUBDIR. If the result is
14758         empty and modules are not specified explicitly, abort the
14759         installation. Add the result to MODULES.
14761         * DISTLIST: Removed boot/powerpc/ieee1275/ieee1275.c,
14762         disk/powerpc/ieee1275/ofdisk.c,
14763         include/grub/powerpc/ieee1275/init.h and
14764         term/powerpc/ieee1275/ofconsole.c.
14765         Added disk/ieee1275/ofdisk.c, kern/ieee1275/of.c and
14766         term/ieee1275/ofconsole.c.
14768         * include/grub/powerpc/ieee1275/console.h: Resurrected.
14770         * COPYING: Upgraded to the latest version. Only the address of the
14771         FSF office has changed.
14773 2005-08-07  Yoshinori K. Okuji  <okuji@enbug.org>
14775         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Replaced
14776         kern/ieee1275.c with kern/ieee1275/of.c.
14778         * kern/ieee1275.c: Moved to ...
14779         * kern/ieee1275/of.c: ... here.
14781 2005-08-06  Yoshinori K. Okuji  <okuji@enbug.org>
14783         * conf/i386-pc.rmk (kernel_img_HEADERS): Reordered for
14784         readability.
14786         * config.guess: Updated to the latest version from gnulib.
14787         * config.sub: Likewise.
14788         * install.sh: Likewise.
14789         * mkinstalldirs: Likewise.
14791         * include/grub/console.h: Removed. This file is arch-specific. Do
14792         not put this in include/grub.
14794         * include/grub/i386/pc/console.h: Resurrected.
14796         * util/console.c: Include grub/machine/console.h instead of
14797         grub/console.h.
14798         * util/grub-emu.c: Likewise.
14800 2005-08-04  Marco Gerards  <metgerards@student.han.nl>
14802         * kern/term.c (grub_putcode): Use `grub_getwh' instead of
14803         hardcoded value.
14805         From Vincent Pelletier  <subdino2004@yahoo.fr>
14806         * include/grub/term.h (GRUB_TERM_WIDTH, GRUB_TERM_HEIGHT):
14807         Redefined to use grub_getwh.
14808         (grub_term): New member named getwh.
14809         (grub_getwh): New prototype.
14810         * kern/term.c (grub_getwh): New function.
14811         * term/i386/pc/console.c (grub_console_getwh): New function.
14812         (grub_console_term): New member `getwh'.
14813         * term/i386/pc/vga.c (grub_vga_getwh): New function.
14814         (grub_vga_term): New member `getwh'.
14815         * term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Use
14816         grub_ssize_t.
14817         (grub_ofconsole_getw): New function.
14818         (grub_ofconsole_init): Use grub_ssize_t and unsigned char.
14819         (grub_ofconsole_term): New field named getwh and new initial
14820         value.
14822 2005-08-03  Hollis Blanchard  <hollis@penguinppc.org>
14824         * include/grub/powerpc/ieee1275/ieee1275.h: Move ...
14825         * include/grub/ieee1275/ieee1275.h: ... to here.  All users updated.
14826         Move `abort', `grub_reboot', and `grub_halt' prototypes ...
14827         * include/grub/powerpc/ieee1275/kernel.h: ... to here.
14828         * commands/ieee1275/halt.c: Include <grub/machine/kernel.h> instead
14829         of <grub/machine/ieee1275.h>.
14830         * commands/ieee1275/reboot.c: Likewise.
14831         * boot/powerpc/ieee1275/ieee1275.c: Move ...
14832         * kern/ieee1275.c: ... to here.  All users updated.  Change all
14833         parameter structs to use new type `grub_ieee1275_cell_t'.
14834         * term/powerpc/ieee1275/ofconsole.c: Move ...
14835         * term/ieee1275/ofconsole.c: ... to here.  All users updated.
14836         * disk/powerpc/ieee1275/ofdisk.c: Move ...
14837         * disk/ieee1275/ofdisk.c: ... to here.  All users updated.
14838         * boot/powerpc/ieee1275/cmain.c: Change `grub_ieee1275_entry_fn' type
14839         to return int.
14840         * include/grub/i386/pc/console.h: Move to include/grub/console.h.
14841         Remove unused prototypes.  All users updated.
14842         * include/grub/powerpc/ieee1275/console.h: Removed.
14843         * include/grub/powerpc/ieee1275/ieee1275.h: Define
14844         `grub_ieee1275_cell_t'.
14845         * kern/powerpc/ieee1275/openfw.c: Include <grub/machine/kernel.h>.
14846         Cast comparisons with -1 to the correct type.
14847         * loader/powerpc/ieee1275/linux.c (kernel_entry_t): Change parameter
14848         type to match `grub_ieee1275_entry_fn'.
14850 2005-08-01  Yoshinori K. Okuji  <okuji@enbug.org>
14852         * DISTLIST: Added util/i386/pc/grub-probefs.c.
14854         * conf/i386-pc.rmk (sbin_UTILITIES): Added grub-probefs.
14855         (grub_setup_SOURCES): Removed partmap/amiga.c, partmap/apple.c and
14856         partmap/sun.c.
14857         (grub_probefs_SOURCES): New variable.
14859         * util/i386/pc/grub-probefs.c: New file.
14861         * util/i386/pc/grub-setup.c (main): Call
14862         grub_pc_partition_map_init, grub_ufs_init, grub_minix_init,
14863         grub_hfs_init and grub_jfs_init to initialize the system. Call
14864         grub_ufs_fini, grub_minix_fini, grub_hfs_fini, grub_jfs_init and
14865         grub_pc_partition_map_fini to finish the system.
14867 2005-07-31  Yoshinori K. Okuji  <okuji@enbug.org>
14869         * loader/i386/pc/multiboot.c (grub_multiboot_is_elf32): New
14870         function.
14871         (grub_multiboot_load_elf32): Likewise.
14872         (grub_multiboot_is_elf64): Likewise.
14873         (grub_multiboot_load_elf64): Likewise.
14874         (grub_multiboot_load_elf): Likewise.
14875         (grub_rescue_cmd_multiboot): Call grub_multiboot_load_elf to load
14876         an ELF32 or ELF64 file.
14877         This is based on a patch from Ruslan Nikolaev <nruslan@mail.com>.
14879         From Serbinenko Vladimir <serbinenko.vova@list.ru>:
14880         * kern/disk.c (grub_print_partinfo): Check if FS->LABEL is not
14881         NULL before calling FS->LABEL.
14882         * fs/fat.c (grub_fat_dir): Initialize DIRNAME to NULL.
14883         * commands/ls.c (grub_ls_list_files): Show labels, if possible.
14884         (grub_ls_list_disks): Check if FS and FS->LABEL are not NULL
14885         before calling FS->LABEL.
14887 2005-07-26  Yoshinori K. Okuji  <okuji@enbug.org>
14889         * util/i386/pc/grub-install.in (datadir): New variable.
14890         (libdir): Removed.
14891         (pkgdatadir): New variable.
14892         (pkglibdir): Removed.
14894 2005-07-24  Yoshinori K. Okuji  <okuji@enbug.org>
14896         * DISTLIST: Added util/i386/pc/grub-install.in.
14898         * util/i386/pc/grub-install.in: New file.
14900         * conf/i386-pc.rmk (sbin_SCRIPTS): New variable.
14901         (grub_install_SOURCES): Likewise.
14903         * genmk.rb: Added support for scripts.
14904         (Script): New class.
14905         (scripts): New variable.
14907         * Makefile.in (install-local): Install sbin_SCRIPTS by
14908         INSTALL_SCRIPT.
14909         (uninstall): Remove sbin_SCRIPTS.
14911         * util/i386/pc/grub-setup.c (main): If the argument is not a GRUB
14912         device, try to get a GRUB device by
14913         grub_util_biosdisk_get_grub_dev.
14914         Free DEST_DEV.
14916         * util/i386/pc/grub-mkdevicemap.c (usage): Remove a duplicated
14917         description for --device-map.
14919 2005-07-20  Yoshinori K. Okuji  <okuji@enbug.org>
14921         Change the semantics of variable hooks. They now return strings
14922         instead of error values.
14924         * util/i386/pc/grub-setup.c: Include grub/env.h.
14925         (setup): Use grub_device_set_root instead of grub_env_set.
14927         * kern/rescue.c (grub_rescue_cmd_root): Use grub_env_set and
14928         grub_env_get instead of grub_device_set_root and
14929         grub_device_get_root, respectively.
14931         * kern/main.c (grub_env_write_root): New function.
14932         (grub_set_root_dev): Register grub_env_write_hook for "root". Use
14933         grub_env_set instead of grub_device_set_root.
14935         * kern/env.c (HASHSZ): Reduced to 13, because GRUB does not need
14936         many variables.
14937         (grub_env_set): Set ENV->VALUE to the result of ENV->WRITE_HOOK
14938         rather than calling ENV->WRITE_HOOK afterwards.
14939         (grub_env_get): Return the result of ENV->READ_HOOK rather than
14940         passing a pointer of a pointer.
14941         (grub_register_variable_hook): Change the types of "read_hook" and
14942         "write_hook" to grub_env_read_hook_t and grub_env_write_hook_t,
14943         respectively.
14944         Allocate the default empty string on the heap, because this string
14945         may be freed later.
14947         * kern/device.c: Include grub/env.h.
14948         (grub_device_set_root): Removed.
14949         (grub_device_get_root): Likewise.
14950         (grub_device_open): Use grub_env_get instead of
14951         grub_device_get_root.
14953         * include/grub/env.h (grub_env_read_hook_t): New type.
14954         (grub_env_write_hook_t): Likewise.
14955         (grub_env_var): Change the types of "read_hook" and "write_hook"
14956         to grub_env_read_hook_t and grub_env_write_hook_t, respectively.
14957         (grub_register_variable_hook): Likewise.
14959         * include/grub/device.h (grub_device_set_root): Removed.
14960         (grub_device_set_root): Likewise.
14962         * fs/fat.c (grub_fat_dir): Make a copy of PATH in DIRNAME, and
14963         make sure that DIRNAME terminates with '/', so that
14964         grub_fat_find_dir will fail if PATH is not a directory.
14966         * commands/ls.c (grub_ls_list_files): Remove the qualifier const
14967         from DIRNAME.
14968         Use the qualifier auto for print_files and print_files_long.
14969         If FS->DIR sets GRUB_ERRNO to GRUB_ERR_BAD_FILE_TYPE, try DIRNAME
14970         as a regular file.
14971         Put a newline only if there is no error.
14972         (grub_cmd_ls): Remove grub_ls_print_files, because this is not
14973         used.
14975 2005-07-20  Yoshinori K. Okuji  <okuji@enbug.org>
14977         * kern/partition.c (grub_partition_probe): Initialize PART to
14978         NULL. Otherwise, when no partition map is registered, this returns
14979         a garbage.
14981 2005-07-19  Yoshinori K. Okuji  <okuji@enbug.org>
14983         * partmap/apple.c (apple_partition_map_iterate): Check if POS
14984         equals GRUB_DISK_SECTOR_SIZE to see if the partition table is
14985         valid.
14987 2005-07-18  Yoshinori K. Okuji  <okuji@enbug.org>
14989         * commands/ls.c (grub_ls_list_disks): Print the filesystem
14990         information on each device, if it does not have partitions. Print
14991         "Device" instead of "Disk", because this function is not specific
14992         to disk devices.
14994         * normal/main.c (grub_rescue_cmd_normal): Make the variable CONFIG
14995         static to ensure that it is put on the memory rather than a
14996         register.
14998 2005-07-17  Yoshinori Okuji  <okuji@enbug.org>
15000         * commands/cat.c (GRUB_MOD_INIT): Use better documentation.
15001         (grub_cat_init): Likewise.
15002         * loader/i386/pc/chainloader_normal.c (GRUB_MOD_INIT): Likewise.
15003         (options): Likewise.
15004         * commands/configfile.c (GRUB_MOD_INIT): Likewise.
15005         (grub_configfile_init): Likewise.
15006         * font/manager.c (GRUB_MOD_INIT): Likewise.
15007         * commands/help.c (GRUB_MOD_INIT): Likewise.
15008         (grub_help_init): Likewise.
15009         * normal/command.c (grub_command_init): Likewise.
15010         * loader/i386/pc/linux_normal.c (GRUB_MOD_INIT): Likewise.
15011         * disk/loopback.c (grub_loop_init): Likewise.
15012         (GRUB_MOD_INIT): Likewise.
15013         * commands/ls.c (grub_ls_init): Likewise.
15014         (GRUB_MOD_INIT): Likewise.
15015         (options): Likewise.
15016         * commands/boot.c (grub_boot_init): Likewise.
15017         (GRUB_MOD_INIT): Likewise.
15018         * loader/i386/pc/multiboot_normal.c (GRUB_MOD_INIT): Likewise.
15019         * commands/i386/pc/reboot.c (grub_reboot_init): Likewise.
15020         (GRUB_MOD_INIT): Likewise.
15021         * commands/cmp.c (grub_cmp_init): Likewise.
15022         (GRUB_MOD_INIT): Likewise.
15024         * normal/arg.c: Use <> instead of "" to include header files.
15025         (SHORT_ARG_HELP): New macro.
15026         (SHORT_ARG_USAGE): Likewise.
15027         (help_options): Specify SHORT_ARG_HELP and SHORT_ARG_USAGE instead
15028         of 'h' and 'u' for help and usage, respectively. Use more GNU-like
15029         descriptions.
15030         (find_short): Check if C is 'h' or 'u' explicitly.
15031         (grub_arg_show_help): Use space characters instead of tabs. Treat
15032         SHORT_ARG_HELP and SHORT_ARG_USAGE exceptionally so that -h and -u
15033         are shown with --help and --usage only if they are not used for
15034         the command itself.
15035         (parse_option): Use SHORT_ARG_HELP and SHORT_ARG_USAGE instead of
15036         'h' and 'u'.
15038         * include/grub/arg.h (struct grub_arg_option): Add the qualifier
15039         const into "longarg". Change the type of "shortarg" to int.
15041 2005-07-17  Yoshinori Okuji  <okuji@enbug.org>
15043         * boot/i386/pc/boot.S (boot_drive_check): New label.
15045         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_DRIVE_CHECK): New
15046         macro.
15048         * util/i386/pc/grub-setup.c (setup): Added a workaround for BIOSes
15049         which do not pass a boot drive correctly. Copied from GRUB Legacy.
15051 2005-07-17  Yoshinori Okuji  <okuji@enbug.org>
15053         * kern/i386/pc/startup.S (gate_a20_try_system_control_port_a):
15054         When turning off Gate A20, skip the check and return immediately,
15055         because this is not fatal usually.
15057 2005-07-17  Yoshinori Okuji  <okuji@enbug.org>
15059         * conf/i386-pc.rmk (pxeboot_img_LDFLAGS): The text address should
15060         be 0x7C00 instead of 0x8000.
15062         * boot/i386/pc/pxeboot.S: Rewritten.
15064         * kern/i386/pc/startup.S (gate_a20_try_bios): No need to specify
15065         EXT_C.
15066         (gate_a20_check_state): Read a byte from 0x108000. Invert the
15067         result.
15069 2005-07-16  Yoshinori K. Okuji  <okuji@enbug.org>
15071         * kern/i386/pc/startup.S (grub_gate_a20): Rewritten for
15072         robustness. This routine now supports a BIOS call and System
15073         Control Port A to modify the gate A20.
15075         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE):
15076         Increased to 0x440.
15078 2005-07-12  Hollis Blanchard  <hollis@penguinppc.org>
15080         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_open): dprintf the
15081         device path and resulting ihandle.
15082         (grub_ofdisk_close): dprintf the ihandle being closed.
15083         (grub_ofdisk_read): dprintf function parameters.
15084         * kern/mm.c (grub_mm_init_region): Likewise.
15085         * loader/powerpc/ieee1275/linux.c: Remove extra whitespace.
15086         (grub_linux_boot): dprintf the Linux entry point, initrd address and
15087         size, and boot arguments.
15088         (grub_rescue_cmd_linux): dprintf each ELF segment's address and size
15089         before loading into memory.
15090         (grub_rescue_cmd_initrd): dprintf the initrd's address and size
15091         before loading into memory.
15093 2005-07-12  Yoshinori K. Okuji  <okuji@enbug.org>
15095         * kern/mm.c: Added much documentation.
15096         (GRUB_MM_ALIGN_LOG2): When GRUB_CPU_SIZEOF_VOID_P is
15097         8, set to 5 instead of 8.
15099 2005-07-10  Yoshinori Okuji  <okuji@enbug.org>
15101         * DISTLIST: Added util/i386/pc/grub-mkimage.c.
15103         * conf/i386-pc.rmk (sbin_UTILITIES): Added grub-mkdevicemap.
15104         (grub_mkdevicemap_SOURCES): New variable.
15106         * util/i386/pc/grub-mkdevicemap.c: New file. Mostly copied from
15107         lib/device.c of GRUB Legacy.
15109 2005-07-10  Yoshinori Okuji  <okuji@enbug.org>
15111         * commands/ls.c (grub_ls_list_files): Check if *PATH is NUL
15112         instead of PATH is NULL.
15114 2005-07-09  Vincent Pelletier  <subdino2004@yahoo.fr>
15116         * commands/cmp.c (BUFFER_SIZE): New macro.
15117         (grub_cmd_cmp): Close the right file at the right time.  Compare
15118         only data just read.  Don't report files of different  size as
15119         identical.  Dynamically allocate buffers.  Move variable
15120         declarations at the beginning of function.
15122 2005-07-09  Yoshinori Okuji  <okuji@enbug.org>
15124         * aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): The return value was
15125         reverse.
15127 2004-07-04  Vincent Pelletier  <subdino2004@yahoo.fr>
15129         * normal/cmdline.c (grub_cmdline_get): Don't fallback on ctrl-d
15130         when backspace is pressed at beginning of line.
15132 2005-07-03  Yoshinori Okuji  <okuji@enbug.org>
15134         * DISTLIST: Added genfslist.sh.
15136         * normal/main.c (fs_module_list): New variable.
15137         (autoload_fs_module): New function.
15138         (read_fs_list): Likewise.
15139         (grub_normal_execute): Call read_fs_list.
15141         * kern/fs.c (grub_fs_autoload_hook): New variable.
15142         (grub_fs_probe): Added support for auto-loading.
15144         * include/grub/normal.h (struct grub_fs_module_list): New struct.
15145         (grub_fs_module_list_t): New type.
15147         * include/grub/fs.h (grub_fs_autoload_hook_t): New type.
15148         (grub_fs_autoload_hook): New prototype.
15150         * genfslist.sh: New file.
15152         * genmk.rb: Added a rule to generate a filesystem list.
15154 2005-06-30  Marco Gerards  <metgerards@student.han.nl>
15156         * configure.ac: Fix the test for cross-compiling.
15158         * genmk.rb (Program): Use `$(CC)' instead of `$(BUILD_CC)'.  Don't
15159         define GRUB_UTIL anymore.
15161         * util/powerpc/ieee1275/grub-mkimage.c (load_note): Endian fixes
15162         so this function works on other systems than just big endian.
15163         (load_modules): Likewise.
15164         (add_segments): Likewise.
15166 2005-06-23  Hollis Blanchard  <hollis@penguinppc.org>
15168         * kern/misc.c (grub_vsprintf): Add `longfmt'.  If format string
15169         contains `l' modifier, get a long from va_arg().
15171 2005-06-23  Yoshinori K. Okuji  <okuji@enbug.org>
15173         * kern/mm.c (grub_free): If the next free block which is being
15174         merged is the first free block, set the first block to the block
15175         being freed.
15176         Reported by Vincent Guffens <guffens@inma.ucl.ac.be>.
15178 2005-05-08  Hollis Blanchard  <hollis@penguinppc.org>
15180         * boot/powerpc/ieee1275/cmain.c (cmain): Initialize
15181         `grub_ieee1275_chosen'.
15183 2005-05-08  Hollis Blanchard  <hollis@penguinppc.org>
15185         * boot/powerpc/ieee1275/cmain.c (module_info): Remove definition.
15186         (grub_ieee1275_chosen): New variable.
15187         (cmain): Initialize and use `grub_ieee1275_chosen' instead of
15188         `chosen'.
15189         * boot/powerpc/ieee1275/crt0.S (init_stack): Remove stack space.
15190         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_get_property):
15191         Rename first argument to `phandle' for consistency.
15192         (grub_ieee1275_get_property_length): Likewise.
15193         (grub_ieee1275_next_property): Likewise.  Change type of first argument
15194         to grub_ieee1275_phandle_t.
15195         * include/grub/powerpc/ieee1275/ieee1275.h (grub_ieee1275_entry_fn):
15196         Move export next to declaration.
15197         (grub_ieee1275_chosen): New variable.
15198         * include/grub/powerpc/ieee1275/kernel.h (GRUB_IEEE1275_MODULE_BASE):
15199         Correct cosmetic typo.
15200         * kern/powerpc/ieee1275/init.c (grub_set_prefix): Use
15201         `grub_ieee1275_chosen'.
15202         * kern/powerpc/ieee1275/openfw.c (grub_map): Likewise.
15203         * loader/powerpc/ieee1275/linux.c (grub_linux_boot): Likewise.
15204         (grub_rescue_cmd_linux): Set `initrd_addr' to 0.
15205         * term/powerpc/ieee1275/ofconsole.c (grub_ofconsole_refresh): Use
15206         `grub_ieee1275_chosen'.
15208 2005-05-10  Hollis Blanchard  <hollis@penguinppc.org>
15210         * boot/powerpc/ieee1275/cmain.c (cmain): Remove code to parse
15211         /chosen/bootargs.
15212         * kern/powerpc/ieee1275/init.c (grub_machine_init): Parse
15213         /chosen/bootargs as "variable=value" pairs.
15215 2005-05-08  Vincent Pelletier  <subdino2004@yahoo.fr>
15217         * include/grub/misc.h (grub_dprintf): New macro.
15218         (grub_real_dprintf): New prototype.
15219         (grub_strword): Likewise.
15220         (grub_iswordseparator): Likewise.
15221         * kern/misc.c (grub_real_dprintf): New function.
15222         (grub_strword): Likewise.
15223         (grub_iswordseparator): Likewise.
15225 2005-04-30  Hollis Blanchard  <hollis@penguinppc.org>
15227         * boot/powerpc/ieee1275/cmain.c: Don't include grub/machine/init.h.
15228         (roundup): Remove macro.
15229         (grub_ieee1275_flags): Make static.
15230         (grub_ieee1275_realmode): Remove.
15231         (grub_ieee1275_test_flag): New function.
15232         (grub_ieee1275_set_flag): Likewise.
15233         (find_options): Rename to `grub_ieee1275_find_options'; update
15234         callers. Set GRUB_IEEE1275_FLAG_REAL_MODE and
15235         GRUB_IEEE1275_FLAG_0_BASED_PARTITIONS.
15236         (cmain): New prototype.
15237         (cmain): Use `grub_ieee1275_set_flag' instead of accessing
15238         `grub_ieee1275_flags' directly.
15239         * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Remove
15240         machine/biosdisk.h.
15241         * disk/powerpc/ieee1275/ofdisk.c: Include grub/machine/ofdisk.h.
15242         Don't include grub/machine/init.h.
15243         (grub_ofdisk_open): Call `grub_ieee1275_test_flag'.
15244         * include/grub/powerpc/ieee1275/ieee1275.h (grub_ieee1275_flags):
15245         Remove prototype.
15246         (grub_ieee1275_realmode): Likewise.
15247         (grub_ieee1275_flag): New enum.
15248         (grub_ieee1275_test_flag): New prototype.
15249         (grub_ieee1275_set_flag): New prototype.
15250         * include/grub/powerpc/ieee1275/init.h: Remove file.
15251         * include/grub/powerpc/ieee1275/ofdisk.h: New file.
15252         * kern/powerpc/ieee1275/init.c: Don't include grub/machine/init.h.
15253         Include grub/machine/console.h.  Include grub/machine/ofdisk.h.
15254         (grub_machine_fini): Don't call `grub_ieee1275_release'.  Remove
15255         comment.
15256         * kern/powerpc/ieee1275/openfw.c (grub_claimmap): Call
15257         `grub_ieee1275_test_flag'.
15258         (grub_ieee1275_encode_devname): Likewise.
15260 2005-04-21  Hollis Blanchard  <hollis@penguinppc.org>
15262         * include/grub/powerpc/ieee1275/ieee1275.h
15263         (grub_ieee1275_encode_devname): New prototype.
15264         (grub_ieee1275_get_filename): Likewise.
15265         * kern/powerpc/ieee1275/init.c (grub_translate_ieee175_path): New
15266         function.
15267         (grub_set_prefix): Likewise.
15268         (grub_machine_init): Call grub_set_prefix.
15269         * kern/powerpc/ieee1275/openfw.c: Fix typos.
15270         (grub_parse_type): New enum.
15271         (grub_ieee1275_get_devargs): New function.
15272         (grub_ieee1275_get_devname): Likewise.
15273         (grub_ieee1275_parse_args): Likewise.
15274         (grub_ieee1275_get_filename): Likewise.
15275         (grub_ieee1275_encode_devname): Likewise.
15277 2005-03-30  Marco Gerards  <metgerards@student.han.nl>
15279         * kern/powerpc/ieee1275/init.c (grub_machine_fini): Don't call
15280         `grub_loader_unset'.
15282 2005-03-26  Hollis Blanchard  <hollis@penguinppc.org>
15284         * commands/ieee1275/halt.c (grub_cmd_halt): Call grub_halt
15285         instead of grub_ieee1275_interpret.
15286         (grub_halt_init): New function.
15287         (grub_halt_fini): Likewise.
15288         (GRUB_MOD_INIT): Correct message grammar.
15289         * commands/ieee1275/reboot.c (grub_cmd_reboot): Call grub_reboot
15290         instead of grub_ieee1275_interpret.
15291         (grub_reboot_init): New function.
15292         (grub_reboot_fini): Likewise.
15293         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Replace
15294         commands/i386/pc/halt.c, commands/i386/pc/reboot.c, and
15295         util/i386/pc/misc.c with commands/ieee1275/halt.c,
15296         commands/ieee1275/reboot.c, and util/powerpc/ieee1275/misc.c.
15297         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_fini): New
15298         function.
15299         * include/grub/powerpc/ieee1275/console.h (grub_console_fini):
15300         Add prototype.
15301         * include/grub/powerpc/ieee1275/ieee1275.h (grub_reboot): Add
15302         prototype.
15303         (grub_halt): Likewise.
15304         * include/grub/powerpc/ieee1275/init.h: Remove inaccurate comment.
15305         (cmain): Remove __attribute__((unused)).
15306         * kern/powerpc/ieee1275/init.c (grub_heap_start): New variable.
15307         (grub_heap_len): Likewise.
15308         (grub_machine_fini): New function.
15309         * kern/powerpc/ieee1275/openfw.c (grub_reboot): New function.
15310         (grub_halt): Likewise.
15311         * term/powerpc/ieee1275/ofconsole.c (grub_console_fini): New
15312         function.
15313         * util/powerpc/ieee1275/misc.c: New file.
15315 2005-03-19  Yoshinori K. Okuji  <okuji@enbug.org>
15317         * DISTLIST: New file.
15318         * gendistlist.sh: Likewise.
15320         * Makefile.in (COMMON_DISTFILES): Removed.
15321         (BOOT_DISTFILES): Likewise.
15322         (CONF_DISTFILES): Likewise.
15323         (DISK_DISTFILES): Likewise.
15324         (FS_DISTFILES): Likewise.
15325         (INCLUDE_DISTFILES): Likewise.
15326         (KERN_DISTFILES): Likewise.
15327         (LOADER_DISTFILES): Likewise.
15328         (TERM_DISTFILES): Likewise.
15329         (UTIL_DISTFILES): Likewise.
15330         (DISTFILES): Likewise.
15331         (uninstall): Uninstall files in $(pkgdata_DATA).
15332         (DISTLIST): New target.
15333         (distdir): Use the contents of the file DISTLIST to get a list of
15334         distributed files.
15336 2005-03-18  Yoshinori K. Okuji  <okuji@enbug.org>
15338         * fs/fat.c (grub_fat_mount): Ignore the 3rd bit of a media
15339         descriptor. This is ported from GRUB Legacy.
15341         * gencmdlist.sh: Added an extra semicolon to make it work with
15342         old sed versions. Reported by Robert Bihlmeyer
15343         <robbe@orcus.priv.at>.
15345 2005-03-08  Yoshinori Okuji  <okuji@enbug.org>
15347         Automatic loading of commands is supported.
15349         * normal/main.c (read_command_list): New function.
15350         (grub_normal_execute): Call read_command_list.
15352         * normal/command.c (grub_register_command): Return zero or CMD.
15353         Allocate CMD->NAME from the heap.
15354         Initialize CMD->MODULE_NAME to zero.
15355         Find the same name as well. If the same command is found and it is
15356         a dummy command, overwrite members. If it is not a dummy command,
15357         return zero.
15358         (grub_unregister_command): Free Q->NAME and Q->MODULE_NAME.
15359         (grub_command_find): If a dummy command is found, load a module
15360         and retry to find a command only once.
15362         * normal/cmdline.c (grub_tab_complete): Call grub_command_find to
15363         make sure that each command is loaded.
15365         * include/grub/normal.h (GRUB_COMMAND_FLAG_NOT_LOADED): New
15366         macro.
15367         (struct grub_command): Remove const from the member `name'.
15368         Add a new member `module_name'.
15369         (grub_register_command): Return grub_command_t.
15371         * commands/help.c (grub_cmd_help): Call grub_command_find to make
15372         sure that each command is loaded.
15374         * genmk.rb (PModule::rule): Specify a module name without the
15375         suffix ".mod" to gencmdlist.sh.
15377 2005-03-02  Yoshinori K. Okuji  <okuji@enbug.org>
15379         * gencmdlist.sh: New file.
15381         * genmk.rb (PModule::rule): Generate a rule for a command list.
15382         Clean command.lst.
15383         Generate command.lst from $(COMMANDFILES).
15385         * Makefile.in (COMMON_DISTFILES): Added gencmdlist.sh.
15386         (DATA): Added $(pkgdata_DATA).
15387         (install-local): Install files in $(pkgdata_DATA).
15389 2005-03-02  Yoshinori K. Okuji  <okuji@enbug.org>
15391         * term/i386/pc/vga.c (debug_command): Removed.
15392         (GRUB_MOD_INIT): Do not register the command "debug".
15394         From Hollis Blanchard:
15395         * commands/configfile.c: New file.
15396         * conf/i386-pc.rmk (grub_emu_SOURCES): Added
15397         commands/configfile.c.
15398         (pkgdata_MODULES): Added configfile.mod.
15399         (configfile_mod_SOURCES): New variable.
15400         (configfile_mod_CFLAGS): Likewise.
15401         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added
15402         commands/configfile.c.
15403         (pkgdata_MODULES): Added configfile.mod.
15404         (configfile_mod_SOURCES): New variable.
15405         (configfile_mod_CFLAGS): Likewise.
15406         * util/grub-emu.c (main): Call grub_configfile_init and
15407         grub_configfile_fini.
15408         * include/grub/normal.h [GRUB_UTIL] (grub_configfile_init): New
15409         prototype.
15410         [GRUB_UTIL] (grub_configfile_fini): Likewise.
15412 2005-02-27  Yoshinori K. Okuji  <okuji@enbug.org>
15414         * normal/arg.c (grub_arg_show_help): Do not show the bug report
15415         address.
15417         * commands/help.c (grub_cmd_help): Do not print newlines after
15418         the last command in print_command_help.
15420 2005-02-27  Yoshinori K. Okuji  <okuji@enbug.org>
15422         * commands/default.h: New file.
15423         * commands/timeout.h: Likewise.
15424         * normal/context.c: Likewise.
15426         * util/misc.c: Do not include sys/times.h.
15427         Include sys/time.h and grub/machine/time.h.
15428         (grub_get_rtc): Rewritten with gettimeofday.
15430         * util/grub-emu.c (main): Call grub_default_init and
15431         grub_timeout_init before grub_normal_init, and call
15432         grub_timeout_fini and grub_default_fini after grub_main.
15434         * util/console.c (grub_ncurses_checkkey): Return the read
15435         character or -1.
15437         * normal/menu.c (run_menu): Set MENU->TIMEOUT to -1 once it
15438         timeouts.
15440         * normal/main.c (read_config_file): Push MENU. If this fails,
15441         print an error and wait for a user input.
15442         Print an error only if GRUB_ERRNO is not GRUB_ERR_NONE.
15443         If a menu is empty or an error occurs, pop MENU.
15444         (grub_normal_execute): Pop and free MENU after grub_menu_run
15445         returns.
15447         * kern/loader.c (grub_loader_boot): Call grub_machine_fini.
15449         * include/grub/powerpc/ieee1275/time.h [GRUB_UTIL]: Do not
15450         include time.h.
15451         [GRUB_UTIL] (GRUB_TICKS_PER_SECOND): Use the same definition as
15452         without GRUB_UTIL.
15453         * include/grub/i386/pc/time.h [GRUB_UTIL]: Do not include
15454         time.h.
15455         [GRUB_UTIL] (GRUB_TICKS_PER_SECOND): Use the same definition as
15456         without GRUB_UTIL.
15458         * include/grub/normal.h (struct grub_menu_list): New struct.
15459         (grub_menu_list_t): New type.
15460         (struct grub_context): New struct.
15461         (grub_context_t): New type.
15462         (grub_register_command): Got rid of EXPORT_FUNC.
15463         (grub_unregister_command): Likewise.
15464         (grub_context_get): New prototype.
15465         (grub_context_get_current_menu): Likewise.
15466         (grub_context_push_menu): Likewise.
15467         (grub_context_pop_menu): Likewise.
15468         [GRUB_UTIL] (grub_default_init): Likewise.
15469         [GRUB_UTIL] (grub_default_fini): Likewise.
15470         [GRUB_UTIL] (grub_timeout_init): Likewise.
15471         [GRUB_UTIL] (grub_timeout_fini): Likewise.
15473         * conf/i386-pc.rmk (grub_emu_SOURCES): Added commands/default.c,
15474         commands/timeout.c and normal/context.c.
15475         (pkgdata_MODULES): Added default.mod and timeout.mod.
15476         (normal_mod_SOURCES): Added normal/context.c.
15477         (default_mod_SOURCES): New variable.
15478         (default_mod_CFLAGS): Likewise.
15479         (timeout_mod_SOURCES): Likewise.
15480         (timeout_mod_CFLAGS): Likewise.
15481         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Copied from
15482         conf/i386-pc.rmk.
15483         (pkgdata_MODULES): Added default.mod and timeout.mod.
15484         (normal_mod_SOURCES): Added normal/context.c.
15485         (default_mod_SOURCES): New variable.
15486         (default_mod_CFLAGS): Likewise.
15487         (timeout_mod_SOURCES): Likewise.
15488         (timeout_mod_CFLAGS): Likewise.
15490         * Makefile.in (all-local): Added $(MKFILES).
15492 2005-02-21  Vincent Pelletier  <subdino2004@yahoo.fr>
15494         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `partmap/sun.c'.
15495         (grub_emu_SOURCES): Likewise.
15496         (pkgdata_MODULES): Add `sun.mod'.
15497         (sun_mod_SOURCES, sun_mod_CFLAGS): New variables.
15498         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
15499         `partmap/sun.c'.
15500         (pkgdata_MODULES): Add `sun.mod'.
15501         (sun_mod_SOURCES, sun_mod_CFLAGS): New variables.
15502         * include/grub/partition.h (grub_sun_partition_map_init): New
15503         prototype.
15504         (grub_sun_partition_map_fini): Likewise.
15505         * partmap/sun.c: New file.
15506         * util/grub-emu.c (main): Initialize and de-initialize the sun
15507         partitionmap support.
15509 2005-02-19  Yoshinori K. Okuji  <okuji@enbug.org>
15511         This implements an Emacs-like menu entry editor.
15513         * normal/menu_entry.c: New file.
15515         * util/console.c (grub_ncurses_putchar): Translate some Unicode
15516         characters to ASCII.
15517         (saved_char): New variable.
15518         (grub_ncurses_checkkey): Rewritten completely.
15519         (grub_ncurses_getkey): Likewise.
15520         (grub_ncurses_init): Call raw instead of cbreak.
15522         * normal/menu.c (print_entry): Do not put a space.
15523         (init_page): Renamed to ...
15524         (grub_menu_init_page): ... this. All callers changed.
15525         (edit_menu_entry): Removed.
15526         (run_menu): Call grub_menu_entry_run instead of edit_menu_entry.
15528         * normal/cmdline.c (grub_cmdline_run): Call grub_setcursor.
15530         * kern/misc.c (grub_vprintf): Call grub_refresh.
15532         * normal/menu.c (DISP_LEFT): Renamed to ...
15533         * include/grub/term.h (GRUB_TERM_DISP_LEFT): ... this.
15534         * normal/menu.c (DISP_UP): Renamed to ...
15535         * include/grub/term.h (GRUB_TERM_DISP_UP): ... this.
15536         * normal/menu.c (DISP_RIGHT): Renamed to ...
15537         * include/grub/term.h (GRUB_TERM_DISP_RIGHT): ... this.
15538         * normal/menu.c (DISP_DOWN): Renamed to ...
15539         * include/grub/term.h (GRUB_TERM_DISP_DOWN): ... this.
15540         * normal/menu.c (DISP_HLINE): Renamed to ...
15541         * include/grub/term.h (GRUB_TERM_DISP_HLINE): ... this.
15542         * normal/menu.c (DISP_VLINE): Renamed to ...
15543         * include/grub/term.h (GRUB_TERM_DISP_VLINE): ... this.
15544         * normal/menu.c (DISP_UL): Renamed to ...
15545         * include/grub/term.h (GRUB_TERM_DISP_UL): ... this.
15546         * normal/menu.c (DISP_UR): Renamed to ...
15547         * include/grub/term.h (GRUB_TERM_DISP_UR): ... this.
15548         * normal/menu.c (DISP_LL): Renamed to ...
15549         * include/grub/term.h (GRUB_TERM_DISP_LL): ... this.
15550         * normal/menu.c (DISP_LR): Renamed to ...
15551         * include/grub/term.h (GRUB_TERM_DISP_LR): ... this.
15552         * normal/menu.c (TERM_WIDTH): Renamed to ...
15553         * include/grub/term.h (GRUB_TERM_WIDTH): ... this.
15554         * normal/menu.c (TERM_HEIGHT): Renamed to ...
15555         * include/grub/term.h (GRUB_TERM_HEIGHT): ... this.
15556         * normal/menu.c (TERM_INFO_HEIGHT): Renamed to ...
15557         * include/grub/term.h (GRUB_TERM_INFO_HEIGHT): ... this.
15558         * normal/menu.c (TERM_MARGIN): Renamed to ...
15559         * include/grub/term.h (GRUB_TERM_MARGIN): ... this.
15560         * normal/menu.c (TERM_SCROLL_WIDTH): Renamed to ...
15561         * include/grub/term.h (GRUB_TERM_SCROLL_WIDTH): ... this.
15562         * normal/menu.c (TERM_TOP_BORDER_Y): Renamed to ...
15563         * include/grub/term.h (GRUB_TERM_TOP_BORDER_Y): ... this.
15564         * normal/menu.c (TERM_LEFT_BORDER_X): Renamed to ...
15565         * include/grub/term.h (GRUB_TERM_LEFT_BORDER_X): ... this.
15566         * normal/menu.c (TERM_BORDER_WIDTH): Renamed to ...
15567         * include/grub/term.h (GRUB_TERM_BORDER_WIDTH): ... this.
15568         * normal/menu.c (TERM_MESSAGE_HEIGHT): Renamed to ...
15569         * include/grub/term.h (GRUB_TERM_MESSAGE_HEIGHT): ... this.
15570         * normal/menu.c (TERM_BORDER_HEIGHT): Renamed to ...
15571         * include/grub/term.h (GRUB_TERM_BORDER_HEIGHT): ... this.
15572         * normal/menu.c (TERM_NUM_ENTRIES): Renamed to ...
15573         * include/grub/term.h (GRUB_TERM_NUM_ENTRIES): ... this.
15574         * normal/menu.c (TERM_FIRST_ENTRY_Y): Renamed to ...
15575         * include/grub/term.h (GRUB_TERM_FIRST_ENTRY_Y): ... this.
15576         * normal/menu.c (TERM_ENTRY_WIDTH): Renamed to ...
15577         * include/grub/term.h (GRUB_TERM_ENTRY_WIDTH): ... this.
15578         * normal/menu.c (TERM_CURSOR_X): Renamed to ...
15579         * include/grub/term.h (GRUB_TERM_CURSOR_X): ... this.
15580         All callers changed.
15582         * include/grub/normal.h: New prototype.
15584         * conf/i386-pc.rmk (grub_emu_SOURCES): Added
15585         normal/menu_entry.c.
15586         (normal_mod_SOURCES): Likewise.
15587         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
15588         (normal_mod_SOURCES): Likewise.
15590 2005-02-15  Yoshinori K. Okuji  <okuji@enbug.org>
15592         * include/grub/normal.h (grub_halt_init): New prototype.
15593         (grub_halt_fini): Likewise.
15594         (grub_reboot_init): Likewise.
15595         (grub_reboot_fini): Likewise.
15597         * util/grub-emu.c: Include signal.h.
15598         (main_env): New global variable.
15599         (grub_machine_init): Ignore SIGINT. Otherwise grub-emu cannot
15600         catch C-c.
15601         (grub_machine_fini): New function.
15602         (main): Call grub_halt_init and grub_reboot_init before
15603         grub_main, and grub_reboot_fini and grub_halt_fini after it.
15604         Call setjmp with MAIN_ENV to go back afterwards.
15605         Call grub_machine_fini right before return.
15607         * include/grub/util/misc.h: Include setjmp.h.
15608         (main_env): New prototype.
15610         * include/grub/kernel.h (grub_machine_fini): New prototype.
15611         * include/grub/i386/pc/biosdisk.h (grub_biosdisk_fini): Likewise.
15612         * include/grub/i386/pc/console.h (grub_console_fini): Likewise.
15614         * disk/i386/pc/biosdisk.c (grub_biosdisk_fini): New function.
15615         * kern/i386/pc/init.c (grub_machine_fini): Likewise.
15616         * term/i386/pc/console.c (grub_console_fini): Likewise.
15618         * util/i386/pc/misc.c: New file.
15620         * conf/i386-pc.rmk (grub_emu_SOURCES): Added
15621         util/i386/pc/misc.c, commands/i386/pc/halt.c and
15622         commands/i386/pc/reboot.c.
15624 2005-02-14  Guillem Jover  <guillem@hadrons.org>
15626         * include/grub/dl.h (grub_dl_check_header): New prototype.
15627         (grub_arch_dl_check_header): Change return type to grub_err_t,
15628         remove size parameter and export function.  Update all callers.
15629         * kern/dl.c (grub_dl_check_header): New function.
15630         (grub_dl_load_core): Use `grub_dl_check_header' instead of
15631         `grub_arch_dl_check_header'.  Check ELF type.  Check if sections
15632         are inside the core.
15633         * kern/i386/dl.c (grub_arch_dl_check_header): Remove arch
15634         independent ELF header checks.
15635         * kern/powerpc/dl.c (grub_arch_dl_check_header): Likewise.
15636         * loader/i386/pc/multiboot.c (grub_rescue_cmd_multiboot): Use
15637         `grub_dl_check_header' instead of explicit checks.  Check for the
15638         ELF type.
15639         * loader/powerpc/ieee1275/linux.c (grub_rescue_cmd_linux): Use
15640         `grub_dl_check_header' instead of explicit checks.  Remove arch
15641         specific ELF header checks.
15643         * util/grub-emu.c (grub_arch_dl_check_header): Remove the
15644         argument SIZE.
15646 2005-02-13  Hollis Blanchard  <hollis@penguinppc.org>
15648         * conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Add ls.mod.
15649         * include/grub/powerpc/libgcc.h (__mulsf3): New prototype.
15651 2005-02-12  Hollis Blanchard  <hollis@penguinppc.org>
15653         * kern/partition.c (grub_partition_probe): Clear `grub_errno' and
15654         return 0 if `grub_errno' is GRUB_ERR_BAD_PART_TABLE.
15655         (part_map_iterate): Clear `grub_errno' and return 0 if
15656         `partmap->iterate' returns GRUB_ERR_BAD_PART_TABLE.
15657         * partmap/amiga.c (amiga_partition_map_iterate): Return
15658         GRUB_ERR_BAD_PART_TABLE if no partition map magic is found.
15659         * partmap/apple.c (apple_partition_map_iterate): Likewise.
15661 2005-02-01  Guillem Jover  <guillem@hadrons.org>
15663         * loader/i386/pc/multiboot_normal.c (GRUB_MOD_INIT): Fix module
15664         help info.
15666 2005-01-31  Marco Gerards  <metgerards@student.han.nl>
15668         * include/grub/powerpc/ieee1275/loader.h (grub_load_linux):
15669         Removed prototype.
15670         (grub_rescue_cmd_linux): New prototype.
15671         (grub_rescue_cmd_initrd): Likewise.
15672         * powerpc/ieee1275/linux.c (grub_linux_boot): Remove struct
15673         `bi_rec'.
15674         (grub_linux_release_mem): Release the memory for the initrd.
15675         (grub_load_linux): Renamed from this...
15676         (grub_rescue_cmd_linux): ...To this.  Changed all callers.
15677         Changed `entry' not to be static.  Loop over memory regions to
15678         find another one when the default fails.
15679         (grub_rescue_cmd_initrd): New function.
15680         (grub_linux_init): Remove function.
15681         (grub_linux_fini): Likewise.
15682         (GRUB_MOD_INIT): Register `initrd'.
15683         (GRUB_MOD_FINI): Unregister `initrd'.
15684         * powerpc/ieee1275/linux_normal.c (grub_linux_normal_init):
15685         Function removed.
15686         (grub_linux_normal_fini): Likewise.
15687         (GRUB_MOD_INIT): Register `initrd'.
15688         (GRUB_MOD_FINI): Unregister `initrd'.
15690 2005-01-31  Marco Gerards  <metgerards@student.han.nl>
15692         * commands/help.c: New file.
15693         * normal/arg.c (show_help): Renamed to...
15694         (grub_arg_show_help): ... this.
15695         * commands/i386/pc/halt.c: New file.
15696         * commands/i386/pc/reboot.c: Likewise.
15697         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `commands/help.c'.
15698         (pkgdata_MODULES): Add `reboot.mod', `halt.mod' and `help.mod'.
15699         (help_mod_SOURCES, help_mod_CFLAGS, reboot_mod_SOURCES)
15700         (reboot_mod_CFLAGS, halt_mod_SOURCES, halt_mod_CFLAGS): New
15701         variables.
15702         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
15703         `commands/help.c'.
15704         (pkgdata_MODULES): Add `help.mod'.
15705         (help_mod_SOURCES, help_mod_CFLAGS): New variables.
15706         * grub/i386/pc/init.h (grub_reboot): New prototype.
15707         (grub_halt): Likewise.
15708         * include/grub/normal.h (grub_arg_show_help): New prototype.
15709         (grub_help_init): Likewise.
15710         (grub_help_fini): Likewise.
15711         * util/grub-emu.c (main): Initialize and deinitialize the help
15712         command.
15714         * normal/cmdline.c (grub_cmdline_get): Doc fix.
15716         * normal/command.c (grub_command_init): Fixed the description of
15717         the `set' and `unset' commands.
15719 2005-01-31  Marco Gerards  <metgerards@student.han.nl>
15721         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_interpret): New
15722         function.
15723         * commands/ieee1275/halt.c: New file.
15724         * commands/ieee1275/reboot.c: Likewise.
15725         * commands/ieee1275/suspend.c (grub_cmd_suspend): Use
15726         `__attribute__ ((unused))'.  Some GCS related fixed.
15727         (grub_suspend_init) [GRUB_UTIL]: Function removed.
15728         (grub_suspend_fini): Likewise.
15729         * conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Add `reboot.mod'
15730         and `halt.mod'.
15731         (reboot_mod_SOURCES, reboot_mod_CFLAGS, halt_mod_SOURCES)
15732         (halt_mod_CFLAGS): New variables.
15733         * include/grub/powerpc/ieee1275/ieee1275.h
15734         (grub_ieee1275_interpret): New prototype.
15736 2005-01-29  Yoshinori K. Okuji  <okuji@enbug.org>
15738         * include/grub/misc.h (memmove): New prototype.
15739         (memcpy): Likewise.
15741 2005-01-22  Hollis Blanchard  <hollis@penguinppc.org>
15743         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_open): Don't initialize
15744         `devpath' to 0.  Use `name' instead of `devpath' with `grub_strndup'.
15746 2005-01-22  Marco Gerards  <metgerards@student.han.nl>
15748         * kern/misc.c (grub_strndup): Function rewritten.
15750 2005-01-22  Vincent Pelletier  <subdino2004@yahoo.fr>
15752         * normal/menu.c (TERM_WIDTH): Macro redefined.
15753         (TERM_TOP_BORDER_Y): Likewise.
15754         (draw_border): Replaced while-loop by a for-loop.  Make the number
15755         of lines consistent with the number of lines displayed in
15756         print_entries.  Added a margin below the rectangle.
15757         (print_entry): Make the entry fit in the rectangle.
15758         (print_entries): Display the scroll arrows next to the right
15759         border.
15761 2005-01-21  Marco Gerards  <metgerards@student.han.nl>
15763         * fs/minix.c (grub_minix_find_file): Reserve more space for
15764         `fpath' so the \0 can be stored.  Use `grub_strcpy' instead of
15765         `grub_strncpy' to copy `path' into it.
15767 2005-01-21  Marco Gerards  <metgerards@student.han.nl>
15769         Add the loopback device, a device via which files can be accessed
15770         as devices.
15772         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `disk/loopback.c'.
15773         (pkgdata_MODULES): Add loopback.mod.
15774         (loopback_mod_SOURCES): New variable.
15775         (loopback_mod_CFLAGS): Likewise.
15776         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
15777         `disk/loopback.c'.
15778         (pkgdata_MODULES): Add loopback.mod.
15779         (loopback_mod_SOURCES): New variable.
15780         (loopback_mod_CFLAGS): Likewise.
15781         * disk/loopback.c: new file.
15782         * include/grub/normal.h (grub_loop_init): New prototype.
15783         (grub_loop_fini): New prototype.
15784         * util/grub-emu.c (main): Initialize and de-initialize loopback
15785         support.
15786         * include/grub/disk.h (grub_disk_dev_id): Add
15787         `GRUB_DISK_DEVICE_LOOPBACK_ID'.
15789 2005-01-20  Hollis Blanchard  <hollis@penguinppc.org>
15791         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_enter): New
15792         function.
15793         * conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Add suspend.mod.
15794         (suspend_mod_SOURCES): New variable.
15795         (suspend_mod_CFLAGS): Likewise.
15796         * include/grub/powerpc/ieee1275/ieee1275.h (grub_ieee1275_enter):
15797         New prototype.
15798         * commands/ieee1275/suspend.c: New file.
15800 2005-01-20  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
15802         * include/grub/dl.h (GRUB_MOD_INIT): Changed `__attribute__
15803         ((unused))' to `__attribute__ ((used))'.
15804         (GRUB_MOD_FINI): Likewise.
15805         * kern/dl.c (grub_dl_load_file): Fix null pointer dereference.
15806         * genmk.rb (PModule): Assign space to common symbols when linking
15807         modules.
15809 2005-01-20  Marco Gerards  <metgerards@student.han.nl>
15811         * include/grub/mm.h (grub_mm_init_region): Change the type of the
15812         `unsigned' arguments to `grub_size_t'.
15813         (grub_malloc): Likewise.
15814         (grub_realloc): Likewise.
15815         (grub_memalign): Likewise.
15816         * kern/i386/dl.c (grub_arch_dl_check_header): Likewise.
15817         * kern/powerpc/dl.c (grub_arch_dl_check_header): Likewise.
15818         * util/misc.c (grub_malloc): Likewise.
15819         (grub_realloc): Likewise.
15820         * kern/mm.c (get_header_from_pointer): Change the casts to
15821         `unsigned' into a cast to `grub_size_t'.
15823         * fs/fshelp.c (grub_fshelp_find_file): The `oldnode' should always
15824         point to `currnode' when `currnode' is changed.
15826         * util/grub-emu.c (main): Initialize `progname'.  Reported by Nico
15827         Schottelius <nico-linux@schottelius.org>.
15829 2005-01-09  Hollis Blanchard  <hollis@penguinppc.org>
15831         * util/powerpc/ieee1275/grub-mkimage.c: Include <string.h>.
15832         (note_path): Remove variable.
15833         (GRUB_IEEE1275_NOTE_NAME): New macro.
15834         (GRUB_IEEE1275_NOTE_TYPE): Likewise.
15835         (grub_ieee1275_note_hdr): New structure.
15836         (grub_ieee1275_note_desc): Likewise.
15837         (grub_ieee1275_note): Likewise.
15838         (load_note): Remove `dir' argument.  All callers updated.  Remove
15839         `note_img' and `path'.  Do not load a file from `note_path'.
15840         Initialize a struct grub_ieee1275_note and write that to `out'.
15841         Use GRUB_IEEE1275_MODULE_BASE instead of MODULE_BASE.
15843 2005-01-05  Marco Gerards  <metgerards@student.han.nl>
15845         * util/misc.c (grub_util_read_image): Revert last change.  It
15846         called `grub_util_read_at', which seeks from the beginning of the
15847         file.
15849 2005-01-04  Hollis Blanchard  <hollis@penguinppc.org>
15851         * TODO: Add note about endianness in grub-mkimage.
15852         * boot/powerpc/ieee1275/crt0.S (note): Remove unused .note
15853         section.
15854         * conf/powerpc-ieee1275.rmk (bin_UTILITIES): Add grub-mkimage.
15855         (grub_mkimage_SOURCES): New target.
15856         * include/grub/kernel.h (grub_start_addr): Remove variable.
15857         (grub_end_addr): Likewise.
15858         (grub_total_module_size): Likewise.
15859         (grub_kernel_image_size): Likewise.
15860         (GRUB_MODULE_MAGIC): New constant.
15861         (grub_module_info): New structure.
15862         (grub_arch_modules_addr): New prototype.
15863         (grub_get_end_addr): Remove prototype.
15864         * include/grub/i386/pc/kernel.h (grub_end_addr): New prototype.
15865         * include/grub/powerpc/ieee1275/kernel.h: New file.
15866         * include/grub/util/misc.h (grub_util_get_fp_size): New
15867         prototype.
15868         (grub_util_read_at): Likewise.
15869         (grub_util_write_image_at): Likewise.
15870         * kern/main.c (grub_get_end_addr): Remove function.
15871         (grub_load_modules): Call grub_arch_modules_addr instead of using
15872         grub_end_addr.  Look for a grub_module_info struct in memory.  Use
15873         the grub_module_info fields instead of calling grub_get_end_addr
15874         as loop conditions.  Move grub_add_unused_region code here.
15875         (grub_add_unused_region): Remove function.
15876         * kern/i386/pc/init.c: Include grub/cache.h.
15877         (grub_machine_init): Remove call to grub_get_end_addr.  Remove
15878         one call to add_mem_region.
15879         (grub_arch_modules_addr): New function.
15880         * kern/powerpc/ieee1275/init.c (grub_end_addr): Remove variable.
15881         (grub_total_module_size): Likewise.
15882         Include grub/machine/kernel.h.
15883         (grub_arch_modules_addr): New function.
15884         * util/grub-emu.c (grub_end_addr): Remove variable.
15885         (grub_total_module_size): Likewise.
15886         (grub_arch_modules_addr): New function.
15887         * util/misc.c: Include unistd.h.
15888         (grub_util_get_fp_size): New function.
15889         (grub_util_read_at): Likewise.
15890         (grub_util_write_image_at): Likewise.
15891         (grub_util_read_image): Call grub_util_read_at.
15892         (grub_util_write_image): Call grub_util_write_image_at.
15893         * util/i386/pc/grub-mkimage.c (generate_image): Allocate
15894         additional memory in kernel_img for a struct grub_module_info.
15895         Fill in that grub_module_info.
15896         * util/powerpc/ieee1275/grub-mkimage.c: New file.
15898 2005-01-03  Hollis Blanchard  <hollis@penguinppc.org>
15900         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_milliseconds):
15901         New function.
15902         * include/grub/powerpc/ieee1275/ieee1275.h
15903         (grub_ieee1275_milliseconds): New prototype.
15904         * include/grub/powerpc/ieee1275/time.h (GRUB_TICKS_PER_SECOND):
15905         Change to 1000.
15906         * kern/powerpc/ieee1275/init.c (grub_get_rtc): Call
15907         grub_ieee1275_milliseconds.
15909 2005-01-03  Hollis Blanchard  <hollis@penguinppc.org>
15911         * boot/powerpc/ieee1275/cmain.c (grub_ieee1275_realmode): New
15912         variable.
15913         (find_options): New function.
15914         (cmain): Call find_options.
15915         * include/grub/powerpc/ieee1275/ieee1275.h
15916         (grub_ieee1275_realmode): New extern variable.
15917         * kern/powerpc/ieee1275/openfw.c (grub_claimmap): Only call
15918         grub_map if grub_ieee1275_realmode is false.
15920 2004-12-29  Marco Gerards  <metgerards@student.han.nl>
15922         * normal/cmdline.c (grub_cmdline_get): Redone logic so no empty
15923         lines are inserted and make it work like readline.  Reported by
15924         Vincent Pelletier <subdino2004@yahoo.fr>.
15926 2004-12-28  Marco Gerards  <metgerards@student.han.nl>
15928         * boot/powerpc/ieee1275/crt0.S (_start): Don't set up the stack.
15930         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCE): Remove
15931         `kern/powerpc/cache.S'.
15933 2004-12-27  Marco Gerards  <metgerards@student.han.nl>
15935         * genmk.rb: Handle the `Program' class in the main loop.  Written
15936         by Johan Rydberg <jrydberg@gnu.org>.
15937         (Program): New class.
15938         (programs): New variable.
15939         * boot/powerpc/ieee1275/cmain.c: Include <grub/machine/ieee1275.h>
15940         instead of "grub/machine/ieee1275.h".  Include <grub/kernel.h>
15941         instead of "grub/kernel.h".  Include <grub/machine/init.h>.
15942         (help_arch): Function removed.
15943         * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Add
15944         `powerpc/libgcc.h' and `loader.h'.
15945         (pkgdata_PROGRAMS): New variable.
15946         (sbin_UTILITIES): Variable removed.
15947         (grub_emu_SOURCES): Added kern/powerpc/cache.S.
15948         (grubof_SOURCES): Variable re-defined so it only includes the
15949         core functionality.
15950         (grubof_CFLAGS): Remove `-DGRUBOF'.
15951         (pkgdata_MODULES, fshelp_mod_SOURCES, fshelp_mod_CFLAGS,
15952         (fat_mod_SOURCES, fat_mod_CFLAGS, ext2_mod_SOURCES)
15953         (ext2_mod_CFLAGS, ufs_mod_SOURCES, ufs_mod_CFLAGS)
15954         (minix_mod_SOURCES, minix_mod_CFLAGS, hfs_mod_SOURCES)
15955         (hfs_mod_CFLAGS, jfs_mod_SOURCES, jfs_mod_CFLAGS)
15956         (iso9660_mod_SOURCES, iso9660_mod_CFLAGS, _linux_mod_SOURCES)
15957         (_linux_mod_CFLAGS, linux_mod_SOURCES, linux_mod_CFLAGS)
15958         (normal_mod_SOURCES, normal_mod_CFLAGS, normal_mod_ASFLAGS)
15959         (hello_mod_SOURCES, hello_mod_CFLAGS, boot_mod_SOURCES)
15960         (boot_mod_CFLAGS, terminal_mod_SOURCES, terminal_mod_CFLAGS)
15961         (ls_mod_SOURCES, ls_mod_CFLAGS, cmp_mod_SOURCES, cmp_mod_CFLAGS)
15962         (cat_mod_SOURCES, cat_mod_CFLAGS, font_mod_SOURCES)
15963         (font_mod_CFLAGS, amiga_mod_SOURCES, amiga_mod_CFLAGS)
15964         (apple_mod_SOURCES, apple_mod_CFLAGS, pc_mod_SOURCES)
15965         (pc_mod_CFLAGS): New variables.
15966         * disk/powerpc/ieee1275/ofdisk.c: Include <grub/machine/init.h>.
15967         (grub_ofdisk_iterate): Add a prototype for `dev_iterate'.
15968         * include/grub/dl.h (grub_arch_dl_sync_caches): New prototype.
15969         * include/grub/loader.h (grub_os_area_addr, grub_os_area_size):
15970         Moved from here...
15971         * include/grub/i386/pc/init.h (grub_os_area_addr)
15972         (rub_os_area_size): ... to here.
15973         * include/grub/powerpc/ieee1275/ieee1275.h
15974         (grub_ieee1275_entry_fn): Export symbol.
15975         * include/grub/powerpc/ieee1275/init.h: New file.
15976         * include/grub/powerpc/libgcc.h: Likewise.
15977         * include/grub/cache.h: Likewise.
15978         * kern/powerpc/cache.S: Likewise.  Written by Hollis Blanchard
15979         <hollis@penguinppc.org>.
15980         * kern/dl.c: Include <grub/cache.h>.
15981         (grub_dl_flush_cache): New function.
15982         (grub_dl_load_core): Call `grub_dl_flush_cache' to flush the cache
15983         for this module.
15984         * kern/powerpc/ieee1275/init.c (grub_ofdisk_init)
15985         (grub_console_init): Removed prototypes.
15986         (grub_machine_init): Don't initialize the modules anymore.
15987         * kern/powerpc/ieee1275/openfw.c (grub_map): Make the function
15988         static.
15989         * include/grub/powerpc/types.h (GRUB_HOST_WORDS_LITTLEENDIAN):
15990         Macro undef removed.
15991         (GRUB_HOST_WORDS_BIGENDIAN): New macro.
15992         * kern/powerpc/dl.c (grub_arch_dl_relocate_symbols): Add
15993         relocation `R_PPC_REL32'.  Return an error when the relocation is
15994         unknown.
15995         * Makefile.in (DATA): Add `$(pkgdata_PROGRAMS)'.
15996         * kern/i386/pc/init.c (grub_arch_sync_caches): New function.
15997         * util/misc.c (grub_arch_sync_caches): Likewise.
15999 2004-12-19  Marco Gerards  <metgerards@student.han.nl>
16001         * conf/powerpc-ieee1275.rmk (MOSTLYCLEANFILES): Remove
16002         `symlist.c', add `grubof_symlist.c'.
16003         (symlist.c): Variable removed.
16004         (grubof_HEADERS): Variable added.
16005         (grubof_symlist.c): New target.
16006         (kernel_syms.lst): Use `grubof_HEADERS' instead of
16007         `kernel_img_HEADERS'.
16008         (grubof_SOURCES): Add `kern/powerpc/dl.c' and `grubof_symlist.c'.
16009         * kern/powerpc/dl.c: New file.
16010         * kern/powerpc/ieee1275/init.c (grub_arch_dl_check_header):
16011         Function removed.
16012         (grub_arch_dl_relocate_symbols): Likewise.
16013         (grub_register_exported_symbols): Likewise.
16015 2004-12-13  Marco Gerards  <metgerards@student.han.nl>
16017         * fs/ext2.c (grub_ext2_open): Don't use data after freeing it.
16018         (grub_ext2_dir): Likewise.  Don't return in case of an error, jump
16019         to fail instead.  Reported by Vincent Pelletier
16020         <subdino2004@yahoo.fr>.
16022         * fs/fshelp.c (grub_fshelp_find_file): Don't free `oldnode' when
16023         it is not allocated.  Reported by Vincent Pelletier
16024         <subdino2004@yahoo.fr>.
16026         * normal/cmdline.c (grub_tab_complete): Add a blank line to the
16027         output so the output looks better.
16029 2004-12-04  Marco Gerards  <metgerards@student.han.nl>
16031         Modulize the partition map support and add support for the amiga
16032         partition map.
16034         * commands/ls.c: Include <grub/partition.h> instead of
16035         <grub/machine/partition.h>.
16036         * kern/disk.c: Likewise.
16037         * kern/rescue.c: Likewise.
16038         * loader/i386/pc/chainloader.c: Likewise.
16039         * normal/cmdline.c: Likewise.
16040         * kern/powerpc/ieee1275/init.c: Likewise.
16041         (grub_machine_init): Call `grub_pc_partition_map_init',
16042         `grub_amiga_partition_map_init' and
16043         `grub_apple_partition_map_init'.
16044         * conf/i386-pc.rmk (kernel_img_SOURCES): Remove
16045         `disk/i386/pc/partition.c'.  Add `kern/partition.c'.
16046         (kernel_img_HEADERS): Remove `machine/partition.h'.  Add
16047         `partition.h' and `pc_partition.h'.
16048         (grub_setup_SOURCES): Remove
16049         `disk/i386/pc/partition.c'.  Add `kern/partition.c',
16050         `partmap/amiga.c', `partmap/apple.c' and `partmap/pc.c'.
16051         (grub_emu_SOURCES): Likewise.
16052         (pkgdata_MODULES): Add `amiga.mod', `apple.mod' and `pc.mod'.
16053         (amiga_mod_SOURCES, amiga_mod_CFLAGS, apple_mod_SOURCES)
16054         (apple_mod_CFLAGS, pc_mod_SOURCES, pc_mod_CFLAGS): New variables.
16055         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Remove
16056         `disk/powerpc/ieee1275/partition.c'.  Add `kern/partition.c',
16057         `partmap/amiga.c', `partmap/apple.c' and `partmap/pc.c'.
16058         (grubof_SOURCES): Likewise.
16059         * disk/i386/pc/partition.c: File removed.
16060         * disk/powerpc/ieee1275/partition.c: Likewise.
16061         * include/grub/powerpc/ieee1275/partition.h: Likewise.
16062         * include/grub/i386/pc/partition.h: Likewise.
16063         * kern/partition.c: New file.
16064         * partmap/amiga.c: Likewise.
16065         * partmap/apple.c: Likewise.
16066         * partmap/pc.c: Likewise.
16067         * include/grub/partition.h: Likewise..
16068         * include/grub/pc_partition.h: Likewise.
16069         * util/grub-emu.c: Include <grub/partition.h> instead of
16070         <grub/machine/partition.h>.
16071         (main): Call `grub_pc_partition_map_init',
16072         `grub_amiga_partition_map_init' and
16073         `grub_apple_partition_map_init' and deinitialize afterwards.
16074         * util/i386/pc/biosdisk.c: Include `#include
16075         <grub/partition.h>' and `include <grub/pc_partition.h>' instead of
16076         `<grub/machine/partition.h>'.
16077         * util/i386/pc/grub-setup.c: Likewise.
16078         * util/i386/pc/biosdisk.c: Likewise.
16079         (grub_util_biosdisk_get_grub_dev): Only access the PC specific
16080         partition information in case of a PC partition.
16081         * util/i386/pc/grub-setup.c: Include `#include
16082         <grub/partition.h>' and `include <grub/pc_partition.h>' instead of
16083         `<grub/machine/partition.h>'.
16084         (setup): Only access the PC specific partition information in case
16085         of a PC partition.
16087 2004-11-17  Hollis Blanchard  <hollis@penguinppc.org>
16089         * kern/powerpc/ieee1275/init.c (grub_setjmp): Remove function.
16090         (grub_longjmp): Likewise.
16091         * include/grub/powerpc/setjmp.h (grub_jmp_buf): Set array size to
16092         20.
16093         * normal/powerpc/setjmp.S: New file.
16094         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Add
16095         `normal/powerpc/setjmp.S'.
16096         (grubof_CFLAGS): Add `-DGRUBOF'.
16097         * include/grub/setjmp.h [GRUB_UTIL]: Changed condition to
16098         [GRUB_UTIL && !GRUBOF].
16100 2004-11-16  Marco Gerards  <metgerards@student.han.nl>
16102         * kern/powerpc/ieee1275/openfw.c (grub_devalias_iterate): Skip any
16103         property named `name'.  Correctly handle the error returned by
16104         `grub_ieee1275_finddevice' if a device can not be opened.
16106 2004-11-02  Hollis Blanchard  <hollis@penguinppc.org>
16108         * term/powerpc/ieee1275/ofconsole.c (grub_ofconsole_readkey): Test
16109         `actual' for negativity.
16110         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Remove
16111         kern/fshelp.c.
16113 2004-11-01  Marco Gerards  <metgerards@student.han.nl>
16115         * term/i386/pc/vga.c (VGA_HEIGHT): Changed to 350.
16116         (PAGE_OFFSET): New macro.
16117         (CRTC_ADDR_PORT): Likewise.
16118         (CRTC_DATA_PORT): Likewise.
16119         (START_ADDR_HIGH_REGISTER): Likewise.
16120         (START_ADDR_LOW_REGISTER): Likewise.
16121         (GRAPHICS_ADDR_PORT): Likewise.
16122         (GRAPHICS_DATA_PORT): Likewise.
16123         (READ_MAP_REGISTER): Likewise.
16124         (INPUT_STATUS1_REGISTER): Likewise.
16125         (INPUT_STATUS1_VERTR_BIT): Likewise.
16126         (page): New variable.
16127         (wait_vretrace): New function.
16128         (set_read_map): Likewise.
16129         (set_start_address): Likewise.
16130         (grub_vga_init): Use mode 0x10 instead of mode 0x12.  Switch to
16131         the right page.
16132         (check_vga_mem): Take the page into account.
16133         (write_char): Likewise.
16134         (write_cursor): Likewise.
16135         (scroll_up): Likewise.  Copy the page to the page that is not
16136         shown and switch between both pages.
16137         (grub_vga_putchar): Fix off by one error.
16138         (grub_vga_cls): Wait for the vertical retrace.  Take the page into
16139         account.
16141 2004-11-01  Marco Gerards  <metgerards@student.han.nl>
16143         Add support for iso9660 (including rockridge).
16145         * conf/i386-pc.rmk (grub_emu_SOURCES): Add fs/iso9660.c.
16146         (iso9660_mod_SOURCES): New variable.
16147         (iso9660_mod_CFLAGS): Likewise.
16148         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs/iso9660.c.
16149         * include/grub/fs.h (grub_iso9660_init): New prototype.
16150         * util/grub-emu.c (main): Call `grub_iso9660_init'.
16151         * fs/iso9660.c: New file.
16153         * include/grub/misc.h (grub_strncat): New prototype.
16154         * kern/misc.c (grub_strncat): New function.
16156         * fs/hfs.c (grub_hfs_mount): Translate the error
16157         `GRUB_ERR_OUT_OF_RANGE' to `GRUB_ERR_BAD_FS'.
16158         * fs/jfs.c (grub_jfs_mount): Likewise.
16159         * fs/ufs.c (grub_ufs_mount): Likewise.
16161 2004-10-28  Hollis Blanchard  <hollis@penguinppc.org>
16163         * boot/powerpc/ieee1275/cmain.c (cmain): Remove asm statements
16164         which initialized BAT registers.
16165         * boot/powerpc/ieee1275/ieee1275.c (IEEE1275_CALL_ENTRY_FN,
16166         grub_ieee1275_common_hdr, INIT_IEEE1275_COMMON):
16167         Move from here...
16168         * include/grub/powerpc/ieee1275/ieee1275.h (IEEE1275_CALL_ENTRY_FN,
16169         grub_ieee1275_common_hdr, INIT_IEEE1275_COMMON):
16170         ... to here.
16171         * kern/powerpc/ieee1275/openfw.c (grub_map): New function.
16172         (grub_mapclaim): Likewise.
16173         * loader/powerpc/ieee1275/linux.c (grub_load_linux): Use
16174         grub_mapclaim instead of grub_ieee1275_claim.  Assign linux_addr by
16175         hand.
16177 2004-10-19  Hollis Blanchard  <hollis@penguinppc.org>
16179         * conf/powerpc-ieee1275.rmk (COMMON_ASFLAGS): Remove -fno-builtin.
16180         (COMMON_CFLAGS): Remove -fno-builtin and -D__ASSEMBLY__. Add
16181         -ffreestanding and -msoft-float.
16183 2004-10-15  Hollis Blanchard  <hollis@penguinppc.org>
16185         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_open): Do not
16186         append ":0" to devpath if the GRUB_IEEE1275_NO_PARTITION_0 flag is
16187         set in grub_ieee1275_flags.
16189 2004-10-14  Hollis Blanchard  <hollis@penguinppc.org>
16191         * include/grub/powerpc/ieee1275/ieee1275.h (abort): Add function
16192         prototype.
16193         * kern/powerpc/ieee1275/init.c (grub_machine_init): Call
16194         grub_console_init first.
16195         Change the memory range used for grub_ieee1275_claim and
16196         grub_mm_init_region.
16197         Print an error message if the claim fails.
16198         Include <grub/misc.h>.
16200 2004-10-13  Hollis Blanchard  <hollis@penguinppc.org>
16202         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_iterate):
16203         Call grub_children_iterate for device nodes of type `scsi',
16204         `ide', or `ata'.
16205         (grub_ofdisk_open): Remove manual device alias resolution.
16206         Fix memory leak when device cannot be opened.
16207         * include/grub/powerpc/ieee1275/ieee1275.h
16208         (grub_children_iterate): New prototype.
16209         * kern/powerpc/ieee1275/openfw.c (grub_children_iterate):
16210         New function.
16211         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_get_property):
16212         Return -1 if args.size was -1.
16214 2004-10-11  Hollis Blanchard  <hollis@penguinppc.org>
16216         * boot/powerpc/ieee1275/cmain.c (grub_ieee1275_flags): New global.
16217         (cmain): Accept 3 parameters. Test for 0xdeadbeef, indicating Old
16218         World Macintosh. If Old Wold, set flag in grub_ieee1275_flags; claim
16219         Open Firmware's memory for it; claim memory from _start to _end.
16220         * boot/powerpc/ieee1275/crt0.S (__bss_start): New extern.
16221         (_end): New extern.
16222         (_start): Zero BSS from __bss_start to _end.
16223         * include/grub/powerpc/ieee1275/ieee1275.h (grub_ieee1275_flags):
16224         New extern.
16225         (GRUB_IEEE1275_NO_PARTITION_0): New #define.
16227 2004-10-11  Hollis Blanchard  <hollis@penguinppc.org>
16229         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_claim): Return
16230         -1 if args.base was -1.
16232 2004-10-08  Hollis Blanchard  <hollis@penguinppc.org>
16234         * term/powerpc/ieee1275/ieee1275.c (grub_ofconsole_cls): Use an ANSI
16235         escape sequence instead of a literal ^L. Also call
16236         grub_ofconsole_gotoxy.
16238 2004-10-03  Hollis Blanchard  <hollis@penguinppc.org>
16240         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_claim): change
16241         void *  arguments to grub_addr_t.  All callers updated.  Also make
16242         the `result' argument optional.
16243         (grub_ieee1275_release): change void * arguments to grub_addr_t.
16244         All callers updated.
16246 2004-09-22  Hollis Blanchard  <hollis@penguinppc.org>
16248         * commands/ls.c (grub_ls_list_files): Use the string following the
16249         initial ')', if present, as the filesystem path.
16250         * kern/rescue.c (grub_rescue_cmd_ls): Likewise.
16252         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): List crt0.S first.
16254 2004-09-18  Yoshinori K. Okuji  <okuji@enbug.org>
16256         Make the source code of the menu interface more readable.
16258         * normal/menu.c: Include grub/mm.h.
16259         (TERM_WIDTH): New macro.
16260         (TERM_HEIGHT): Likewise.
16261         (TERM_INFO_HEIGHT): Likewise.
16262         (TERM_MARGIN): Likewise.
16263         (TERM_SCROLL_WIDTH): Likewise.
16264         (TERM_TOP_BORDER_Y): Likewise.
16265         (TERM_LEFT_BORDER_X): Likewise.
16266         (TERM_BORDER_WIDTH): Likewise.
16267         (TERM_MESSAGE_HEIGHT): Likewise.
16268         (TERM_BORDER_HEIGHT): Likewise.
16269         (TERM_NUM_ENTRIES): Likewise.
16270         (TERM_FIRST_ENTRY_Y): Likewise.
16271         (TERM_ENTRY_WIDTH): Likewise.
16272         (TERM_CURSOR_X): Likewise.
16273         (draw_border): Use macros instead of magic numbers.
16274         (print_entry): Likewise.
16275         (print_entries): Likewise.
16276         (run_menu): Likewise. Also, handle the key 'e'.
16277         (run_menu_entry): Ignore empty command lines.
16278         (print_message): Added a new argument EDIT. If EDIT is true,
16279         print a different message.
16280         (init_page): Likewise.
16281         (edit_menu_entry): New function. Not implemented yet.
16283 2004-09-17  Marco Gerards  <metgerards@student.han.nl>
16285         Add `linux.mod' and `multiboot.mod' so linux and multiboot kernels
16286         can be loaded from normal mode.
16288         * conf/i386-pc.rmk (pkgdata_MODULES): Add `linux.mod' and
16289         `multiboot.mod'.
16290         (linux_mod_SOURCES, linux_mod_CFLAGS, multiboot_mod_SOURCES)
16291         (multiboot_mod_CFLAGS): New variables.
16292         * loader/i386/pc/linux_normal.c: New file.
16293         * loader/i386/pc/multiboot_normal.c: Likewise.
16295         * loader/i386/pc/linux.c (grub_rescue_cmd_initrd): Don't use the
16296         attribute `unused'.
16298         * fs/ext2.c (grub_ext2_iterate_dir): Fix typos in inode type.  Use
16299         `fdiro' to read the mode information from instead of `diro'.
16301         * fs/fshelp.c (grub_fshelp_find_file): Set type to foundtype after
16302         looking up a symlink.
16304         * include/grub/normal.h (GRUB_COMMAND_FLAG_NO_ARG_PARSE): New
16305         macro.
16306         * normal/command.c (grub_command_execute): Don't parse the
16307         arguments when `GRUB_COMMAND_FLAG_NO_ARG_PARSE' is set in the
16308         flags of the command.
16310         * normal/menu.c (grub_menu_run): Fix typo.
16312 2004-09-14  Hollis Blanchard  <hollis@penguinppc.org>
16314         * kern/powerpc/ieee1275/init.c (abort): Trap into Open Firmware.
16316         * term/powerpc/ieee1275/ofconsole.c (grub_ofconsole_gotoxy): Use
16317         `y + 1' instead of `y - 1'.
16319         * conf/powerpc-ieee1275.rmk (grubof_LDFLAGS): Add `-N' and `-S'.
16321 2004-09-14  Yoshinori K. Okuji  <okuji@enbug.org>
16323         From Hollis Blanchard <hollis@penguinppc.org>:
16324         * kern/misc.c (memmove): New alias for grub_memmove.
16325         (memcmp): New alias for grub_memcmp.
16326         (memset): New alias for grub_memset.
16327         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_get_property):
16328         Change "int handle" to "grub_ieee1275_phandle_t handle".
16329         * include/grub/powerpc/ieee1275/ieee1275.h
16330         (grub_ieee1275_get_property): Likewise.
16332 2004-09-12  Tomas Ebenlendr  <ebik@ucw.cz>
16334         Added normal mode command `chainloader' as module chain.mod, which
16335         depends on normal.mod and _chain.mod.
16337         * conf/i386-pc.rmk (pkgdata_MODULES): Add `chain.mod'.
16338         (chain_mod_SOURCES, chain_mod_CFLAGS): Variables added.
16339         * include/grub/i386/pc/loader.h (grub_rescue_cmd_chainloader):
16340         Deleted prototype.
16341         * loader/i386/pc/chainloader.c (grub_rescue_cmd_chainloader): All
16342         but arguments parsing moved to ...
16343         (grub_chainloader_cmd): ... here.  New function.
16344         * include/grub/i386/pc/chainloader.h: New file.
16345         * loader/i386/pc/chainloader_normal.c: Likewise.
16347 2004-09-11  Marco Gerards  <metgerards@student.han.nl>
16349         * conf/i386-pc.rmk (kernel_img_SOURCES): Added kern/fshelp.c.
16350         (grub_mkimage_LDFLAGS): Likewise.
16351         (grub_emu_SOURCES): Likewise.
16352         (kernel_img_HEADERS): Added fshelp.h.
16353         * fs/ext2.c: Include <grub/fshelp.h>.
16354         (FILETYPE_REG): New macro.
16355         (FILETYPE_INO_REG): Likewise.
16356         (grub_ext_sblock): Renamed to `grub_ext2_sblock'.
16357         Changed all users.
16358         (ext2_block_group): Renamed to `grub_ext2_block_group'.  Changed
16359         all users.
16360         (grub_fshelp_node): New struct.
16361         (grub_ext2_data): Added member `diropen'.  Changed member `inode'
16362         to a pointer.
16363         (grub_ext2_get_file_block): Removed function.
16364         (grub_ext2_read_block): New function.
16365         (grub_ext2_read_file): Replaced parameter `data' by `node'.
16366         This function was written.
16367         (grub_ext2_mount): Read the root inode.  Create a diropen struct.
16368         (grub_ext2_find_file): Removed function.
16369         (grub_ext2_read_symlink): New function.
16370         (grub_ext2_iterate_dir): Likewise.
16371         (grub_ext2_open): Rewritten.
16372         (grub_ext2_dir): Rewritten.
16373         * include/grub/fshelp.h: New file.
16374         * fs/fshelp.c: Likewise.
16376 2004-09-10  Yoshinori K. Okuji  <okuji@enbug.org>
16378         * normal/menu.c: Include grub/loader.h and grub/machine/time.h.
16379         (print_message): Add a missing newline.
16380         (run_menu): Added timeout support.
16381         (run_menu_entry): New local function.
16382         (grub_menu_run): Added support for booting.
16384         * kern/loader.c (grub_loader_is_loaded): New function.
16386         * include/grub/powerpc/ieee1275/time.h: Include grub/symbol.h.
16387         (grub_get_rtc): Exported.
16389         * include/grub/i386/pc/time.h: Include grub/symbol.h.
16390         (grub_get_rtc): Exported.
16392         * include/grub/normal.h (struct grub_command_list): Remove
16393         constant from the member `command'.
16395         * include/grub/loader.h (grub_loader_is_loaded): Declared.
16397         * include/grub/err.h (GRUB_ERR_INVALID_COMMAND): New constant.
16399         * conf/i386-pc.rmk (kernel_img_HEADERS): Added machine/time.h.
16401 2004-08-28  Marco Gerards  <metgerards@student.han.nl>
16403         Add support for the JFS filesystem.
16405         * fs/jfs.c: New file.
16406         * include/grub/fs.h (grub_jfs_init): New prototype.
16407         (grub_jfs_fini): New prototype.
16408         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/jfs.c.
16409         (grub_emu_SOURCES): Likewise.
16410         (pkgdata_MODULES): Add jfs.mod.
16411         (jfs_mod_SOURCES): New variable.
16412         (jfs_mod_CFLAGS): Likewise.
16413         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs.jfs.c.
16414         (grubof_SOURCES): Likewise.
16415         * util/grub-emu.c (main): Initialize and deinitialize JFS support.
16417         * fs/fat.c (grub_fat_find_dir): Convert the filename little
16418         endian to the host endian.
16419         (grub_fat_utf16_to_utf8): Move function from there...
16420         * kern/misc.c (grub_utf16_to_utf8): ...to here.  Do not convert
16421         the endianness of the source string anymore.
16422         * include/grub/misc.h (grub_utf16_to_utf8): New prototype.
16424 2004-08-24  Marco Gerards  <metgerards@student.han.nl>
16426         * commands/boot.c (grub_boot_init) [GRUB_UTIL]: Make conditional.
16427         (grub_boot_fini) [GRUB_UTIL]: Likewise.
16428         (GRUB_MOD_INIT) [!GRUB_UTIL]: Likewise.
16429         (GRUB_MOD_FINI) [!GRUB_UTIL]: Likewise.
16431         * fs/hfs.c (grub_hfs_find_node): Add a prototype for `node_found'.
16432         (grub_hfs_iterate_dir): Make the function static.  Add prototypes
16433         for `node_found' and `it_dir'.
16434         (grub_hfs_dir): Add prototype for `dir_hook'.
16436         * fs/minix.c (grub_minix_get_file_block): Add prototype for
16437         `grub_get_indir'.  Rename `indir' in two blocks to `indir16'
16438         and `indir32' to silence a gcc warning.
16440         * include/grub/fs.h (grub_hfs_init): New prototype.
16441         (grub_hfs_fini): Likewise.
16444 2004-08-21  Yoshinori K. Okuji  <okuji@enbug.org>
16446         Each disk device has its own id now. This is useful to make use
16447         of multiple disk devices.
16449         * include/grub/disk.h (grub_disk_dev_id): New enum.
16450         (GRUB_DISK_DEVICE_BIOSDISK_ID): New constant.
16451         (GRUB_DISK_DEVICE_OFDISK_ID): Likewise.
16453         * disk/i386/pc/biosdisk.c (grub_biosdisk_dev): Specify
16454         GRUB_DISK_DEVICE_BIOSDISK_ID as an id.
16456         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_dev): Specify
16457         GRUB_DISK_DEVICE_OFDISK_ID as an id.
16459         * util/i386/pc/biosdisk.c (grub_util_biosdisk_dev): Specify
16460         GRUB_DISK_DEVICE_BIOSDISK_ID as an id.
16462         * include/grub/disk.h (struct grub_disk_dev): Added a new member
16463         "id" which is used by the cache manager.
16465         * normal/main.c (grub_normal_init_page): Use "GNU GRUB" instead
16466         of just "GRUB".
16468 2004-08-18  Marco Gerards  <metgerards@student.han.nl>
16470         * fs/hfs.c: New file.
16471         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/hfs.c.
16472         (grub_emu_SOURCES): Likewise.
16473         (pkgdata_MODULES): Add hfs.mod.
16474         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs/hfs.c.
16475         (grubof_SOURCES): Likewise.
16476         * util/grub-emu.c (main): Initialize and deinitialize HFS support.
16478         * include/grub/misc.h (grub_strncasecmp): Add prototype.
16479         * kern/misc.c (grub_strncasecmp): Add function.
16481 2004-08-14  Marco Gerards  <metgerards@student.han.nl>
16483         * include/grub/arg.h (GRUB_ARG_OPTION_OPTIONAL): Surround macro
16484         with parentheses.
16486         * fs/ext2.c (FILETYPE_UNKNOWN): New macro.
16487         (grub_ext2_dir): In case the directory entry type is unknown, read
16488         it from the inode.
16490 2004-08-02  Peter Bruin  <pjbruin@dds.nl>
16492         * loader/powerpc/ieee1275/linux.c (grub_linux_init): Pass
16493         grub_load_linux instead of grub_rescue_cmd_linux as second
16494         argument of grub_rescue_register_command.
16496         * Makefile.in (RMKFILES): Add conf/powerpc-ieee1275.rmk.
16498 2004-07-27  Marco Gerards  <metgerards@student.han.nl>
16500         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_release): New
16501         function.
16502         * commands/boot.c: Remove the check for `GRUB_UTIL'.
16503         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Add
16504         `loader/powerpc/ieee1275/linux.c',
16505         `loader/powerpc/ieee1275/linux_normal.c' and `commands/boot.c'.
16506         * include/grub/powerpc/ieee1275/ieee1275.h
16507         (grub_ieee1275_release): New prototype.
16508         * include/grub/powerpc/ieee1275/loader.h: Rewritten.
16509         * kern/powerpc/ieee1275/init.c (grub_machine_init): Initialize
16510         normal, boot, linux and linux_normal.
16511         * loader/powerpc/ieee1275/linux.c: New file.
16512         * loader/powerpc/ieee1275/linux_normal.c: Likewise.
16514 2004-07-12  Marco Gerards  <metgerards@student.han.nl>
16516         * normal/arg.c (grub_arg_parse): Correct error handling after
16517         reallocating the argumentlist (check if `argl' is not null instead
16518         of checking if `args' is not null).
16519         * kern/mm.c (grub_realloc): Return the same pointer when using the
16520         same region, instead of returning the header address.
16522 2004-07-11  Marco Gerards  <metgerards@student.han.nl>
16524         * disk/powerpc/ieee1275/partition.c (grub_partition_iterate): Skip
16525         one block instead of two when looking for the initial partition.
16526         (grub_partition_probe): Initialize the local variable `p' with 0.
16527         Use base 10 for the grub_strtoul call.
16528         * kern/misc.c (grub_strncpy): Fix off by one bug.  Eliminated the
16529         need for one local variable.
16530         (grub_strtoul): Don't add the new value to `num', instead of that
16531         just assign it.
16533 2004-07-11  Marco Gerards  <metgerards@student.han.nl>
16535         * conf/i386-pc.rmk (pkgdata_IMAGE): Add pxeboot.img.
16536         (pxeboot_img_SOURCES): New variable.
16537         (pxeboot_img_ASFLAGS): Likewise.
16538         (pxeboot_img_LDFLAGS): Likewise.
16539         * boot/i386/pc/pxeboot.S: New file.  Based on pxeloader.S from
16540         GRUB Legacy and boot.S.  Adopted for GRUB 2 by lode leroy
16541         <lode_leroy@hotmail.com>.
16543 2004-06-27  Tomas Ebenlendr  <ebik@ucw.cz>
16545         * kern/rescue.c (grub_enter_rescue_mode): Don't continue when
16546         there was no input.
16548 2004-06-27  Tomas Ebenlendr  <ebik@ucw.cz>
16550         * normal/cmdline.c (grub_set_history): Fix off by one bug.  Fixed
16551         the history buffer logic.
16553 2004-06-27  Tomas Ebenlendr  <ebik@ucw.cz>
16555         * fs/ext2.c (FILETYPE_INO_MASK, FILETYPE_INO_DIRECTORY)
16556         (FILETYPE_INO_SYMLINK): New macros.
16557         (grub_ext2_find_file): Check if the node is a directory using the
16558         inode stat information instead of using the filetype in the
16559         dirent.  Exclude the first character of an absolute symlink.
16560         (grub_ext2_dir): Mask out the filetype part of the mode member of
16561         the inode.
16563 2004-05-24  Marco Gerards  <metgerards@student.han.nl>
16565         Add support for UFS version 1 and 2.  Add support for the minix
16566         filesystem version 1 and 2, both the variants with 14 and 30 long
16567         filenames.
16569         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/ufs.c and
16570         fs/minix.c.
16571         (grub_emu_SOURCES): Likewise.
16572         (pkgdata_MODULES): Add ufs.mod and minix.mod.
16573         (ufs_mod_SOURCES): New variable.
16574         (ufs_mod_CFLAGS): Likewise.
16575         (minix_mod_SOURCES): Likewise.
16576         (minix_mod_CFLAGS): Likewise.
16577         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs/ufs.c and
16578         fs/minix.c.
16579         (grubof_SOURCES): Likewise.
16580         * fs/ufs.c: New file.
16581         * fs/minix.c: New file.
16582         * include/grub/fs.h (grub_ufs_init): New prototype.
16583         (grub_ufs_fini): Likewise.
16584         (grub_minix_init): Likewise.
16585         (grub_minix_fini): Likewise.
16586         * util/grub-emu.c (main): Initialize and deinitialize UFS and
16587         minix fs.
16589 2004-04-30  Jeroen Dekkers  <jeroen@dekkers.cx>
16591         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add normal/arg.c,
16592         commands/ls.c, commands/terminal.c, commands/boot.c,
16593         commands/cmp.c and commands/cat.c.
16594         (grubof_LDFLAGS): Add -nostdlib -static-libgcc -lgcc.
16596         * kern/powerpc/ieee1275/init.c: Include "grub/env.h" instead of
16597         "env.h"
16599 2004-04-04  Yoshinori K. Okuji  <okuji@enbug.org>
16601         All symbols prefixed with PUPA_ and pupa_ are renamed to GRUB_
16602         and grub_, respectively. Because the conversion is trivial and
16603         mechanical, I omit the details here. Please refer to the CVS
16604         if you need more information.
16606 2004-04-04  Yoshinori K. Okuji  <okuji@enbug.org>
16608         * include/pupa: Renamed to ...
16609         * include/grub: ... this.
16610         * util/i386/pc/pupa-mkimage.c: Renamed to ...
16611         * util/i386/pc/grub-mkimage.c: ... this.
16612         * util/i386/pc/pupa-setup.c: Renamed to ...
16613         * util/i386/pc/grub-setup.c: ... this.
16614         * util/pupa-emu.c: Renamed to ...
16615         * util/grub-emu.c: ... this.
16617 2004-03-29  Marco Gerards  <metgerards@student.han.nl>
16619         Add support for the newworld apple macintosh (PPC).  This has been
16620         tested on the powerbook 2000 only.  It only adds support for
16621         generic ieee1275 functions, console and disk support.  This should
16622         be easy to port to other architectures with support for Open
16623         Firmware.
16625         * configure.ac: Accept the powerpc as host_cpu.  In the case of
16626         the powerpc cpu set the host_vendor to ieee1275.  Make sure the i386
16627         specific tests are only executed while building for the i386.
16628         Inverse test for crosscompile.
16629         * genmk.rb (Utility): Allow assembler files.
16630         * normal/cmdline.c (pupa_tab_complete): Reset pupa_errno.
16631         * conf/powerpc-ieee1275.rmk: New file.
16632         * disk/powerpc/ieee1275/ofdisk.c: Likewise.
16633         * disk/powerpc/ieee1275/partition.c: Likewise.
16634         * include/pupa/powerpc/ieee1275/biosdisk.h: Likewise.
16635         * include/pupa/powerpc/ieee1275/console.h: Likewise.
16636         * include/pupa/powerpc/ieee1275/partition.h: Likewise.
16637         * include/pupa/powerpc/ieee1275/time.h: Likewise.
16638         * include/pupa/powerpc/ieee1275/util/biosdisk.h: Likewise.
16639         * include/pupa/powerpc/ieee1275/multiboot.h: Likewise.
16640         * include/pupa/powerpc/ieee1275/loader.h
16641         * include/pupa/powerpc/setjmp.h: Likewise.
16642         * include/pupa/powerpc/types.h: Likewise.
16643         * kern/powerpc/ieee1275/init.c: Likewise.
16644         * kern/powerpc/ieee1275/openfw.c: Likewise.
16645         * term/powerpc/ieee1275/ofconsole.c: Likewise.
16647         These files were written by Johan Rydberg
16648         (jrydberg@night.trouble.net) and I only modified them slightly.
16650         * boot/powerpc/ieee1275/cmain.c: New file.
16651         * boot/powerpc/ieee1275/crt0.S: Likewise.
16652         * boot/powerpc/ieee1275/ieee1275.c: Likewise.
16653         * include/pupa/powerpc/ieee1275/ieee1275.h: Likewise.
16655 2004-03-14  Jeroen Dekkers  <jeroen@dekkers.cx>
16657         * Makefile.in: Update copyright.
16658         * genmodsrc.sh: Likewise.
16659         * gensymlist.sh: Likewise.
16660         * term/i386/pc/vga.c: Indent correctly.
16662         * util/i386/pc/pupa-mkimage.c (usage): Use PACKAGE_BUGREPORT as
16663         bugreporting address.
16664         * util/i386/pc/pupa-setup.c (usage): Likewise,
16665         (main): Call pupa_ext2_init and pupa_ext2_fini.
16667         * fs/fat.c (log2): Renamed to ...
16668         (fat_log2): ... this.
16669         All callers changed.
16670         * kern/misc.c (memcpy): Alias to pupa_memmove.
16671         * loader/i386/pc/multiboot.c (pupa_rescue_cmd_multiboot): Fix
16672         lvalue cast.
16673         * util/console.c (pupa_ncurses_fini): Return 0.
16675         * util/i386/pc/biosdisk.c (pupa_util_biosdisk_open)[__linux__]:
16676         Move fail label here.
16677         [__GNU__]: Don't warn when using stat.
16678         (open_device)[!__linux__]: Check if FD < 0 instead of !FD.
16679         (pupa_util_biosdisk_get_pupa_dev)[__GNU__]: Change type of N to
16680         long int. Use strtol instead of strtoul.
16682 2004-03-14  Marco Gerards  <metgerards@student.han.nl>
16684         * commands/boot.c: New file.
16685         * commands/cat.c: Likewise.
16686         * commands/cmp.c: Likewise.
16687         * commands/ls.c: Likewise.
16688         * commands/terminal.c: Likewise.
16689         * normal/command.c: Include <pupa/env.h> and <pupa/dl.h>.
16690         (pupa_register_command): Changed interface to match the new
16691         argument parser.
16692         (pupa_command_execute): Changed (almost rewritten) so it uses
16693         pupa_split_command.  Added support for setting variables using the
16694         syntax `foo=bar'.
16695         (rescue_command): Changed to work with the new argument parser.
16696         (terminal_command): Moved from here to commands/terminal.c.
16697         (set_command): New function.
16698         (unset_command): New function.
16699         (insmod_command): New function.
16700         (rmmod_command): New function.
16701         (lsmod_command): New function.
16702         (pupa_command_init): Don't initialize the command terminal
16703         anymore.  Initialize the commands set, unset, insmod, rmmod and
16704         lsmod.
16705         * conf/i386-pc.rmk (kernel_img_SOURCES): Add kern/env.c.
16706         (kernel_img_HEADERS): Add arg.h and env.h.
16707         (pupa_mkimage_LDFLAGS): Add kern/env.c.
16708         (pupa_emu_SOURCES): Add kern/env.c, commands/ls.c,
16709         commands/terminal.c commands/boot.c commands/cmp.c commands/cat.c,
16710         normal/arg.c.
16711         (pkgdata_MODULES): Add ls.mod, boot.mod, cmp.mod, cat.mod and
16712         terminal.mod.
16713         (normal_mod_SOURCES): Add normal/arg.c and normal/arg.c.
16714         (boot_mod_SOURCES): New variable.
16715         (terminal_mod_SOURCES): Likewise.
16716         (ls_mod_SOURCES): Likewise.
16717         (cmp_mod_SOURCES): Likewise.
16718         (cat_mod_SOURCES): Likewise.
16720         * normal/arg.c: New file.
16721         * kern/env.c: Likewise.
16722         * include/pupa/arg.h: Likewise.
16723         * include/pupa/env.h: Likewise.
16724         * font/manager.c (font_command): Changed to match argument parsing
16725         interface changes.
16726         (PUPA_MOD_INIT): Likewise.
16727         * hello/hello.c (pupa_cmd_hello): Likewise.
16728         (PUPA_MOD_INIT): Likewise.
16729         * include/pupa/disk.h: Include <pupa/device.h>.
16730         (pupa_print_partinfo): New prototype.
16731         * include/pupa/dl.h (pupa_dl_set_prefix): Prototype removed.
16732         (pupa_dl_get_prefix): Likewise.
16733         * include/pupa/misc.h: Include <pupa/err.h>.
16734         (pupa_isgraph): New prototype.
16735         (pupa_isdigit): Likewise.
16736         (pupa_split_cmdline): Likewise.
16737         * include/pupa/normal.h: Include <pupa/arg.h>.
16738         (pupa_command): Changed the prototype of the member `func' to
16739         match the argument parsing interface.  Added member `options'.
16740         (pupa_register_command): Updated to match function.
16741         (pupa_arg_parse): New prototype.
16742         (pupa_hello_init) [PUPA_UTIL]: New prototype.
16743         (pupa_hello_fini) [PUPA_UTIL]: Likewise.
16744         (pupa_ls_init) [PUPA_UTIL]: Likewise.
16745         (pupa_ls_fini) [PUPA_UTIL]: Likewise.
16746         (pupa_cat_init) [PUPA_UTIL]: Likewise.
16747         (pupa_cat_fini) [PUPA_UTIL]: Likewise.
16748         (pupa_boot_init) [PUPA_UTIL]: Likewise.
16749         (pupa_boot_fini) [PUPA_UTIL]: Likewise.
16750         (pupa_cmp_init) [PUPA_UTIL]: Likewise.
16751         (pupa_cmp_fini) [PUPA_UTIL]: Likewise.
16752         (pupa_terminal_init) [PUPA_UTIL]: Likewise.
16753         (pupa_terminal_fini) [PUPA_UTIL]: Likewise.
16754         * kern/disk.c: Include <pupa/file.h>.
16755         (pupa_print_partinfo): New function.
16756         * kern/dl.c: Include <pupa/env.h>.
16757         (pupa_dl_dir): Variable removed.
16758         (pupa_dl_load): Use the environment variable `prefix' instead of
16759         the variable pupa_dl_dir.
16760         (pupa_dl_set_prefix): Function removed.
16761         (pupa_dl_get_prefix): Likewise.
16762         * kern/i386/pc/init.c: Include <pupa/env.h>.
16763         (pupa_machine_init): Use the environment variable `prefix' instead of
16764         using pupa_dl_set_prefix to set the prefix.
16765         * kern/main.c: Include <pupa/env.h>.
16766         (pupa_set_root_dev): Use the environment variable `prefix' instead of
16767         using pupa_dl_get_prefix to get the prefix.
16768         * kern/misc.c: Include <pupa/env.h>.
16769         (pupa_isdigit): New function.
16770         (pupa_isgraph): Likewise.
16771         (pupa_ftoa): Likewise.
16772         (pupa_vsprintf): Added support for printing values of the type
16773         `double'.  Make it possible to format variable output when using
16774         formatting like `%1.2%f'.
16775         (pupa_split_cmdline): New function.
16776         * kern/rescue.c: Include <pupa/env.h>.
16777         (next_word): Removed function.
16778         (pupa_rescue_cmd_prefix): Likewise.
16779         (pupa_rescue_cmd_set): New function.
16780         (pupa_rescue_cmd_unset): New function.
16781         (pupa_enter_rescue_mode): Use the `pupa_split_cmdline' function to
16782         split the command line instead of splitting it here.  Added
16783         support for setting variables using the syntax `foo=bar'.  Don't
16784         initialize the prefix command anymore.  Initialized the set and
16785         unset commands.
16786         * normal/cmdline.c: Include <pupa/env.h>.
16787         (pupa_tab_complete): Added prototypes for print_simple_completion,
16788         print_partition_completion, add_completion, iterate_commands,
16789         iterate_dev, iterate_part and iterate_dir. Moved code to print
16790         partition information from here to kern/disk.c.
16791         (pupa_cmdline_run): Don't check if the function exists anymore.
16792         * normal/main.c: Include <pupa/env.h>.
16793         (pupa_rescue_cmd_normal): Use the environment variable `prefix'
16794         instead of using pupa_dl_get_prefix to get the prefix.
16795         * term/i386/pc/vga.c: Include <pupa/arg.h>.
16796         (check_vga_mem): Cast pointers to `void *' to silence a gcc
16797         warning.
16798         (pupa_vga_putchar) [! DEBUG_VGA]: Removed for this case.
16799         (pupa_vga_setcolor): Declare unused variables with `__attribute__
16800         ((unused))' to silence a gcc warning.
16801         (pupa_vga_setcolor): Likewise.
16802         (debug_command): Changed to match argument parsing
16803         interface changes.
16804         * util/pupa-emu.c: Include <pupa/env.h>.
16805         (options): Added 0's for unused fields to silence a gcc warning.
16806         (argp): Likewise.
16807         (main): Use the environment variable `prefix' instead of using
16808         pupa_dl_set_prefix to set the prefix.  Initialize the commands ls,
16809         boot, cmp, cat and terminal.  Finish the commands boot, cmp, cat
16810         and terminal.
16812         * util/i386/pc/getroot.c: Include <pupa/i386/pc/util/biosdisk.h>.
16813         * util/misc.c: Include <malloc.h>.
16814         (pupa_malloc): Rewritten so errors are correctly reported.
16815         (pupa_realloc): Likewise.
16816         (pupa_memalign): Likewise.
16817         (pupa_mm_init_region): Declare unused variables with
16818         `__attribute__ ((unused))' to silence a gcc warning.
16819         * normal/i386/setjmp.S: Remove tab at the end of the file to
16820         silence a gcc warning.
16821         * loader/i386/pc/linux.c (pupa_rescue_cmd_initrd): Declare unused
16822         variables with `__attribute__ ((unused))' to silence a gcc
16823         warning.
16824         * loader/i386/pc/multiboot.c (pupa_multiboot_unload): Make the
16825         local variable i unsigned to silence a gcc warning.
16827         * kern/term.c: Include <pupa/misc.h>.
16828         (pupa_more_lines): New variable.
16829         (pupa_more): Likewise.
16830         (pupa_putcode): When the pager is active pause at the end of every
16831         screen.
16832         (pupa_set_more): New function.
16833         * include/pupa/term.h (pupa_set_more): New prototype.
16836 2004-03-07  Yoshinori K. Okuji  <okuji@enbug.org>
16838         Now this project is GRUB 2 rather than PUPA. The location of
16839         the CVS repository was moved to GRUB's.
16841         * configure.ac: Use bug-grub as the reporting address.
16842         Use GRUB instead of PUPA.
16843         Change the version number to 1.90.
16845 2004-02-24  Yoshinori K. Okuji  <okuji@enbug.org>
16847         * genkernsyms.sh: Updated copyright information.
16848         * genmk.rb: Likewise.
16849         * genmodsrc.sh: Likewise.
16850         * gensymlist.sh: Likewise.
16851         * boot/i386/pc/boot.S: Likewise.
16852         * boot/i386/pc/diskboot.S: Likewise.
16853         * disk/i386/pc/biosdisk.c: Likewise.
16854         * disk/i386/pc/partition.c: Likewise.
16855         * font/manager.c: Likewise.
16856         * fs/ext2.c: Likewise.
16857         * fs/fat.c: Likewise.
16858         * include/pupa/boot.h: Likewise.
16859         * include/pupa/device.h: Likewise.
16860         * include/pupa/disk.h: Likewise.
16861         * include/pupa/dl.h: Likewise.
16862         * include/pupa/elf.h: Likewise.
16863         * include/pupa/err.h: Likewise.
16864         * include/pupa/file.h: Likewise.
16865         * include/pupa/font.h: Likewise.
16866         * include/pupa/fs.h: Likewise.
16867         * include/pupa/kernel.h: Likewise.
16868         * include/pupa/loader.h: Likewise.
16869         * include/pupa/misc.h: Likewise.
16870         * include/pupa/mm.h: Likewise.
16871         * include/pupa/net.h: Likewise.
16872         * include/pupa/normal.h: Likewise.
16873         * include/pupa/rescue.h: Likewise.
16874         * include/pupa/setjmp.h: Likewise.
16875         * include/pupa/symbol.h: Likewise.
16876         * include/pupa/term.h: Likewise.
16877         * include/pupa/types.h: Likewise.
16878         * include/pupa/i386/setjmp.h: Likewise.
16879         * include/pupa/i386/types.h: Likewise.
16880         * include/pupa/i386/pc/biosdisk.h: Likewise.
16881         * include/pupa/i386/pc/boot.h: Likewise.
16882         * include/pupa/i386/pc/console.h: Likewise.
16883         * include/pupa/i386/pc/init.h: Likewise.
16884         * include/pupa/i386/pc/kernel.h: Likewise.
16885         * include/pupa/i386/pc/linux.h: Likewise.
16886         * include/pupa/i386/pc/loader.h: Likewise.
16887         * include/pupa/i386/pc/memory.h: Likewise.
16888         * include/pupa/i386/pc/multiboot.h: Likewise.
16889         * include/pupa/i386/pc/partition.h: Likewise.
16890         * include/pupa/i386/pc/time.h: Likewise.
16891         * include/pupa/i386/pc/vga.h: Likewise.
16892         * include/pupa/i386/pc/util/biosdisk.h: Likewise.
16893         * include/pupa/util/getroot.h: Likewise.
16894         * include/pupa/util/misc.h: Likewise.
16895         * include/pupa/util/resolve.h: Likewise.
16896         * kern/device.c: Likewise.
16897         * kern/disk.c: Likewise.
16898         * kern/dl.c: Likewise.
16899         * kern/err.c: Likewise.
16900         * kern/file.c: Likewise.
16901         * kern/fs.c: Likewise.
16902         * kern/loader.c: Likewise.
16903         * kern/main.c: Likewise.
16904         * kern/misc.c: Likewise.
16905         * kern/mm.c: Likewise.
16906         * kern/rescue.c: Likewise.
16907         * kern/term.c: Likewise.
16908         * kern/i386/dl.c: Likewise.
16909         * kern/i386/pc/init.c: Likewise.
16910         * kern/i386/pc/lzo1x.S: Likewise.
16911         * kern/i386/pc/startup.S: Likewise.
16912         * loader/i386/pc/chainloader.c: Likewise.
16913         * loader/i386/pc/linux.c: Likewise.
16914         * loader/i386/pc/multiboot.c: Likewise.
16915         * normal/cmdline.c: Likewise.
16916         * normal/command.c: Likewise.
16917         * normal/main.c: Likewise.
16918         * normal/menu.c: Likewise.
16919         * normal/i386/setjmp.S: Likewise.
16920         * term/i386/pc/console.c: Likewise.
16921         * term/i386/pc/vga.c: Likewise.
16922         * util/console.c: Likewise.
16923         * util/genmoddep.c: Likewise.
16924         * util/misc.c: Likewise.
16925         * util/pupa-emu.c: Likewise.
16926         * util/resolve.c: Likewise.
16927         * util/unifont2pff.rb: Likewise.
16928         * util/i386/pc/biosdisk.c: Likewise.
16929         * util/i386/pc/getroot.c: Likewise.
16930         * util/i386/pc/pupa-mkimage.c: Likewise.
16931         * util/i386/pc/pupa-setup.c: Likewise.
16933 2004-02-15  Jeroen Dekkers  <jeroen@dekkers.cx>
16935         * fs/ext2.c (pupa_ext2_read_file): Correct the value of BLOCKEND
16936         when it is EXT2_BLOCK_SIZE (data).  New argument READ_HOOK, all
16937         callers changed.  Set DATA->DISK->READ_HOOK to READ_HOOK before
16938         reading and reset it after reading.
16939         (pupa_ext2_close): Return PUPA_ERR_NONE.
16941         * include/pupa/i386/pc/linux.h (PUPA_LINUX_INITRD_MAX_ADDRESS):
16942         Correct value.
16943         (struct linux_kernel_header): Add kernel_version and
16944         initrd_addr_max.
16945         * loader/i386/pc/linux.c (pupa_rescue_cmd_linux): Check whether
16946         pupa_file_read succeeds.
16947         (pupa_rescue_cmd_initrd): Implement.
16949 2003-12-03  Marco Gerards  <metgerards@student.han.nl>
16951         * fs/ext2.c (pupa_ext2_label): New function.
16952         (pupa_ext2_fs): Added label.
16953         * fs/fat.c (pupa_fat_label): New function.
16954         (pupa_fat_fs): Added label.
16955         * include/pupa/fs.h (struct pupa_fs): Added prototype label.
16957         * kern/misc.c (pupa_strndup): New function.
16958         * include/pupa/misc.h (pupa_strndup): New prototype.
16960         * include/pupa/normal.h: Include <pupa/err.h>.
16961         (pupa_set_history): New prototype.
16962         (pupa_iterate_commands): New prototype.
16963         * normal/cmdline.c: Include <pupa/machine/partition.h>,
16964         <pupa/disk.h>, <pupa/file.h>.
16965         (hist_size): New variable.
16966         (hist_lines): Likewise.
16967         (hist_end): Likewise.
16968         (hist_used): Likewise.
16969         (pupa_set_history): New function.
16970         (pupa_history_get): Likewise.
16971         (pupa_history_add): Likewise.
16972         (pupa_history_replace): Likewise.
16973         (pupa_tab_complete): Likewise.
16974         (pupa_cmdline_run): Added tab completion and history buffer.  Tab
16975         completion shows partitionnames while completing partitions, this
16976         feature was suggested by Jeff Bailey.
16977         * normal/command.c (pupa_iterate_commands): New function.
16978         * normal/main.c (PUPA_DEFAULT_HISTORY_SIZE): New macro.
16979         (pupa_normal_init): Initialize history buffer.
16980         (PUPA_MOD_INIT): Likewise.
16981         (pupa_normal_fini): Free the history buffer.
16982         (PUPA_MOD_FINI): Likewise.
16984         * util/console.c (pupa_ncurses_getkey): Accept 127 as backspace
16985         key.
16987         * aclocal.m4 (pupa_I386_CHECK_REGPARM_BUG): New DEFUN.
16988         * configure.ac [i386]: Check for regparam bug.
16989         (NESTED_FUNC_ATTR) [! i386]: Defined.
16991 2003-11-17  Marco Gerards  <metgerards@student.han.nl>
16993         * conf/i386-pc.rmk (sbin_UTILITIES): Added pupa-emu.
16994         (pupa_setup_SOURCES): Added util/i386/pc/getroot.c.
16995         (pupa_emu_SOURCES): New variable.
16996         (pupa_emu_LDFLAGS): Likewise.
16997         * include/pupa/fs.h (pupa_ext2_init) [PUPA_UTIL]: New prototype.
16998         (pupa_ext2_fini) [PUPA_UTIL]: Likewise.
16999         * include/pupa/normal.h (pupa_normal_init) [PUPA_UTIL]: Likewise.
17000         (pupa_normal_fini) [PUPA_UTIL]: Likewise.
17001         * include/pupa/setjmp.h [PUPA_UTIL]: Include <setjmp.h>.
17002         (pupa_jmp_buf): New typedef.
17003         (pupa_setjmp) [PUPA_UTIL]: New macro.
17004         (pupa_longjmp) [PUPA_UTIL]: Likewise.
17005         * include/pupa/term.h (struct pupa_term): New member `refresh'.
17006         (pupa_refresh): New prototype.
17007         * include/pupa/util/getroot.h: New file.
17008         * kern/misc.c (pupa_vsprintf): Refresh the screen after updating
17009         it.
17010         * kern/rescue.c (pupa_rescue_get_command_line): Likewise.
17011         (pupa_rescue_cmd_cat): Likewise.
17012         (pupa_rescue_cmd_ls): Likewise.
17013         (pupa_rescue_cmd_testload): Likewise.
17014         (pupa_rescue_cmd_lsmod): Likewise.
17015         * normal/cmdline.c (pupa_cmdline_get): Likewise.
17016         * normal/menu.c (run_menu): Likewise.
17017         * kern/term.c (pupa_cls): Likewise.
17018         (pupa_refresh): New function.
17019         * normal/normal.c (pupa_normal_init) [PUPA_UTIL]: New function.
17020         (pupa_normal_fini) [PUPA_UTIL]: Likewise.
17021         * util/console.c: New file.
17023         * util/i386/pc/getroot.c: New file.
17024         * util/i386/pc/pupa-setup.c: Include <pupa/util/getroot.h>.
17025         (pupa_putchar): New function.
17026         (pupa_refresh): Likewise.
17027         (xgetcwd): Function moved to ...
17028         (strip_extra_slashes): Likewise.
17029         (get_prefix): Likewise.
17030         * util/i386/pc/getroot.c: ... here.
17031         (find_root_device): Function moved and renamed to...
17032         * util/i386/pc/getroot.c (pupa_find_root_device): ... here.
17033         Changed all callers.
17034         * util/i386/pc/pupa-setup.c (guess_root_device): Function moved
17035         and renamed to...
17036         * util/i386/pc/getroot.c (pupa_guess_root_device): ... here.
17037         Changed all callers.
17038         * util/misc.c (pupa_memalign): New function.
17039         (pupa_mm_init_region): Likewise.
17040         (pupa_register_exported_symbols): Likewise.
17041         (pupa_putchar): Function removed.
17042         * util/pupa-emu.c: New file.
17044 2003-11-16  Jeroen Dekkers  <jeroen@dekkers.cx>
17046         * conf/i386-pc.rmk (pkgdata_MODULES): Add _multiboot.mod.
17047         (_multiboot_mod_SOURCES): New variable.
17048         (_multiboot_mod_CFLAGS): Likewise.
17049         * loader/i386/pc/multiboot.c: New file.
17050         * include/pupa/i386/pc/multiboot.h: Likewise.
17051         * kern/i386/pc/startup.S: Include pupa/machine/multiboot.h.
17052         (pupa_multiboot_real_boot): New function.
17053         * include/pupa/i386/pc/loader.h: Include pupa/machine/multiboot.h.
17054         (pupa_multiboot_real_boot): New prototype.
17055         (pupa_rescue_cmd_multiboot): Likewise
17056         (pupa_rescue_cmd_module): Likewise.
17058         * kern/loader.c (pupa_loader_set): Continue when
17059         pupa_loader_unload_func() fails.
17060         (pupa_loader_unset): New function.
17061         * include/pupa/loader.h (pupa_loader_unset): New prototype.
17063         * kern/misc.c (pupa_stpcpy): New function.
17064         * include/pupa/misc.h (pupa_stpcpy): New prototype.
17066 2003-11-12  Marco Gerards  <metgerards@student.han.nl>
17068         * disk/i386/pc/biosdisk.c (pupa_biosdisk_open): Correctly check
17069         for available extensions.
17071         * include/pupa/i386/pc/time.h: New file.
17072         * kern/disk.c: Include <pupa/machine/time.h>.
17073         (PUPA_CACHE_TIMEOUT): New macro.
17074         (pupa_last_time): New variable.
17075         (pupa_disk_open): Flush the cache when there was a timeout.
17076         (pupa_disk_close): Reset the timer.
17077         * kern/i386/pc/startup.S (pupa_get_rtc): Renamed from
17078         pupa_currticks.
17079         * util/misc.c: Include <sys/times.h>
17080         (pupa_get_rtc): New function.
17082 2003-11-09  Jeroen Dekkers  <jeroen@dekkers.cx>
17084         * fs/ext2.c (struct pupa_ext2_inode): Declare struct datablocks
17085         as blocks.
17086         (pupa_ext2_get_file_block): Use blocks member.
17088         * fs/ext2.c (pupa_ext2_read_file): Only set skipfirst for the
17089         first block. Return -1 instead of pupa_errno on error.
17091 2003-10-27  Marco Gerards  <metgerards@student.han.nl>
17093         * README: In the pupa-mkimage example use _chain instead of chain
17094         and ext2 instead of fat.
17095         * TODO: Replace ext2fs with jfs as an example.  Add an item for
17096         adding journal playback for ext2fs.
17097         * conf/i386-pc.rmk (pupa_setup_SOURCES): Added fs/ext2.c.
17098         (pkgdata_MODULES): Added ext2.mod.
17099         (ext2_mod_SOURCES): New variable.
17100         (ext2_mod_CFLAGS): Likewise.
17101         * include/pupa/err.h (pupa_err_t): Added PUPA_ERR_SYMLINK_LOOP.
17102         * include/pupa/misc.h (pupa_strncpy): New prototype.
17103         (pupa_strcat): Likewise.
17104         (pupa_strncmp): Likewise.
17105         * kern/misc.c (pupa_strcat): Enable function.
17106         (pupa_strncpy): New function.
17107         (pupa_strncmp): Likewise.
17108         * fs/ext2.c: New file.
17110         * kern/disk.c (pupa_disk_read): Set pupa_errno to PUPA_ERR_NONE
17111         when the read failed before retrying.
17112         * util/i386/pc/biosdisk.c (_LARGEFILE_SOURCE): Removed.
17113         (_FILE_OFFSET_BITS): Likewise.
17114         * configure.ac: Added AC_SYS_LARGEFILE.
17116 2003-09-25  Yoshinori K. Okuji  <okuji@enbug.org>
17118         * genmk.rb (PModule#rule): Make sure to get only symbol names
17119         from the output of nm.
17120         Reported by Robert Millan <zeratul2@wanadoo.es>.
17122 2003-09-25  Yoshinori K. Okuji  <okuji@enbug.org>
17124         I forgot to check in these changes for a long time. This adds
17125         incomplete support for VGA console, and this is still very
17126         buggy. Also, a lot of consideration is required for I18N,
17127         UNICODE, and VGA font issues. Therefore, assume that this is
17128         such that "better than nothing".
17130         * font/manager.c: New file.
17131         * include/pupa/font.h: Likewise.
17132         * include/pupa/i386/pc/vga.h: Likewise.
17133         * term/i386/pc/vga.c: Likewise.
17134         * util/unifont2pff.rb: Likewise.
17136         * conf/i386-pc.rmk (kernel_img_HEADERS): Added machine/vga.h.
17137         (pkgdata_MODULES): Added vga.mod and font.mod.
17138         (vga_mod_SOURCES): New variables.
17139         (vga_mod_CFLAGS): Likewise.
17140         (font_mod_SOURCES): Likewise.
17141         (font_mod_CFLAGS): Likewise.
17143         * include/pupa/err.h (PUPA_ERR_BAD_FONT): New constant.
17145         * include/pupa/term.h: Include pupa/err.h.
17146         (struct pupa_term): Added init and fini.
17147         Changed the argument of putchar to pupa_uint32_t.
17149         * include/pupa/i386/pc/console.h: Include pupa/symbol.h.
17150         (pupa_console_real_putchar): New prototype.
17151         (pupa_console_putchar): Removed.
17152         (pupa_console_checkkey): Exported.
17153         (pupa_console_getkey): Likewise.
17155         * kern/misc.c (pupa_vsprintf): Add support for UNICODE
17156         characters.
17158         * kern/term.c (pupa_term_set_current): Rewritten.
17159         (pupa_putchar): Likewise.
17160         (pupa_putcode): New function.
17162         * kern/i386/pc/startup.S (pupa_console_putchar): Renamed to ...
17163         (pupa_console_real_putchar): ... this.
17164         (pupa_vga_set_mode): New function.
17165         (pupa_vga_get_font): Likewise.
17167         * normal/command.c: Include pupa/term.h.
17168         (terminal_command): New function.
17169         (pupa_command_init): Register the command "terminal".
17171         * normal/menu.c (DISP_LEFT): Changed to a UNICODE value.
17172         (DISP_UP): Likewise.
17173         (DISP_RIGHT): Likewise.
17174         (DISP_DOWN): Likewise.
17175         (DISP_HLINE): Likewise.
17176         (DISP_VLINE): Likewise.
17177         (DISP_UL): Likewise.
17178         (DISP_UR): Likewise.
17179         (DISP_LL): Likewise.
17180         (DISP_LR): Likewise.
17182         * term/i386/pc/console.c (pupa_console_putchar): New function.
17184 2003-02-08  NIIBE Yutaka  <gniibe@m17n.org>
17186         * util/resolve.c (pupa_util_resolve_dependencies): BUG
17187         FIX. Reverse the path_list.
17189         * include/pupa/normal.h: Export pupa_register_command and
17190         pupa_unregister_command.
17192         * hello/hello.c (pupa_cmd_hello): New module.
17193         * conf/i386-pc.rmk: Added hello.mod.
17195 2003-01-31  Yoshinori K. Okuji  <okuji@enbug.org>
17197         * kern/i386/pc/lzo1x.S: New file.
17199         * util/i386/pc/pupa-mkimage.c: Include lzo1x.h.
17200         (compress_kernel): New variable.
17201         (generate_image): Heavily modified to support compressing a
17202         large part of the core image.
17204         * util/misc.c (pupa_util_read_image): Fix a file descriptor
17205         leak.
17206         (pupa_util_load_image): New function.
17208         * kern/i386/pc/startup.S: Include pupa/machine/kernel.h.
17209         (pupa_compressed_size): New variable.
17210         (codestart): Enable Gate A20 here.
17211         Decompress the compressed part of the core image.
17212         Rearrange the code to put functions and variables which are
17213         required for initialization in the non-compressed part.
17214         Include lzo1x.S.
17216         * kern/i386/pc/init.c (pupa_machine_init): Don't enable Gate A20
17217         here.
17219         * include/pupa/util/misc.h (pupa_util_write_image): Declared.
17221         * include/pupa/i386/pc/kernel.h
17222         (PUPA_KERNEL_MACHINE_COMPRESSED_SIZE): New macro.
17223         (PUPA_KERNEL_MACHINE_INSTALL_DOS_PART): Increased by 4.
17224         (PUPA_KERNEL_MACHINE_INSTALL_BSD_PART): Likewise.
17225         (PUPA_KERNEL_MACHINE_PREFIX): Likewise.
17226         (PUPA_KERNEL_MACHINE_RAW_SIZE): New macro.
17228         * conf/i386-pc.rmk (pupa_mkimage_LDFLAGS): New variable.
17230         * genmk.rb (Image#rule): Put LDFLAGS at the end of a line.
17231         (Utility#rule): Likewise.
17233         * configure.ac: Check if LZO is available.
17235 2003-01-20  Yoshinori K. Okuji  <okuji@enbug.org>
17237         * include/pupa/normal.h: New file.
17238         * include/pupa/setjmp.h: Likewise.
17239         * include/pupa/i386/setjmp.h: Likewise.
17240         * normal/cmdline.c: Likewise.
17241         * normal/command.c: Likewise.
17242         * normal/main.c: Likewise.
17243         * normal/menu.c: Likewise.
17244         * normal/i386/setjmp.S: Likewise.
17246         * loader/i386/pc/linux.c (pupa_rescue_cmd_linux): Made global.
17247         (pupa_rescue_cmd_initrd): Likewise.
17249         * loader/i386/pc/chainloader.c (pupa_rescue_cmd_chainloader):
17250         Likewise.
17252         * kern/i386/pc/startup.S (translation_table): New variable.
17253         (translate_keycode): New function.
17254         (pupa_console_getkey): Call translate_keycode.
17256         * kern/rescue.c (attempt_normal_mode): New function.
17257         (pupa_enter_rescue_mode): Attempt to execute the normal mode. If
17258         it failed, print a message.
17260         * kern/mm.c (pupa_real_malloc): Print more information when a
17261         free magic is broken.
17262         (pupa_free): If the first free header is not free actually, set
17263         it to P.
17265         * kern/main.c (pupa_load_normal_mode): Just load the module
17266         "normal".
17267         (pupa_main): Don't print the message
17268         "Entering into rescue mode..." here.
17270         * include/pupa/i386/pc/loader.h (pupa_rescue_cmd_initrd):
17271         Declared.
17272         (pupa_rescue_cmd_initrd): Likewise.
17273         (pupa_rescue_cmd_initrd): Likewise.
17275         * include/pupa/symbol.h (FUNCTION): Specify the type.
17276         (VARIABLE): Likewise.
17278         * include/pupa/err.h (pupa_err_t): Added
17279         PUPA_ERR_UNKNOWN_COMMAND.
17281         * include/pupa/dl.h (pupa_dl_set_prefix): Exported.
17282         (pupa_dl_get_prefix): Likewise.
17284         * conf/i386-pc.rmk (pkgdata_MODULES): Added normal.mod.
17285         Added _chain.mod and _linux.mod instead of chain.mod and
17286         linux.mod.
17287         (chain_mod_SOURCES): Renamed to ...
17288         (_chain_mod_SOURCES): ... this.
17289         (chain_mod_CFLAGS): Renamed to ...
17290         (_chain_mod_CFLAGS): ... this.
17291         (linux_mod_SOURCES): Renamed to ...
17292         (_linux_mod_SOURCES): ... this.
17293         (linux_mod_CFLAGS): Renamed to ...
17294         (_linux_mod_CFLAGS): ... this.
17295         (normal_mod_SOURCES): New variable.
17296         (normal_mod_CFLAGS): Likewise.
17297         (normal_mod_ASFLAGS): Likewise.
17299 2003-01-18  Yoshinori K. Okuji  <okuji@enbug.org>
17301         * kern/rescue.c (pupa_rescue_cmd_rmmod): Call pupa_dl_unload, if
17302         possible.
17304         * kern/dl.c (pupa_dl_ref): Refer depending modules
17305         recursively.
17306         (pupa_dl_unref): Unrefer depending modules recursively.
17307         Don't call pupa_dl_unload implicitly, because PUPA can crash if
17308         a module is unloaded before one depending on that module is
17309         unloaded.
17310         (pupa_dl_unload): Unload depending modules explicitly,
17311         if possible.
17313 2003-01-17  Yoshinori K. Okuji  <okuji@enbug.org>
17315         * include/pupa/i386/pc/linux.h: New file.
17316         * loader/i386/pc/linux.c: Likewise.
17318         * loader/i386/pc/chainloader.c (pupa_chainloader_boot_sector):
17319         Removed.
17320         (pupa_chainloader_unload): Return PUPA_ERR_NONE.
17321         (pupa_rescue_cmd_chainloader): Read the image to 0x7C00 instead
17322         of PUPA_CHAINLOADER_BOOT_SECTOR.
17324         * kern/i386/pc/startup.S: Include pupa/machine/linux.h.
17325         (pupa_linux_prot_size): New variable.
17326         (pupa_linux_tmp_addr): Likewise.
17327         (pupa_linux_real_addr): Likewise.
17328         (pupa_linux_boot_zimage): New function.
17329         (pupa_linux_boot_bzimage): Likewise.
17331         * kern/i386/pc/init.c (struct mem_region): New structure.
17332         (MAX_REGIONS): New macro.
17333         (mem_regions): New variable.
17334         (num_regions): Likewise.
17335         (pupa_os_area_addr): Likewise.
17336         (pupa_os_area_size): Likewise.
17337         (pupa_lower_mem): Likewise.
17338         (pupa_upper_mem): Likewise.
17339         (add_mem_region): New function.
17340         (compact_mem_regions): Likewise.
17341         (pupa_machine_init): Set PUPA_LOWER_MEM and PUPA_UPPER_MEM to
17342         the size of the conventional memory and that of so-called upper
17343         memory (before the first memory hole).
17344         Instead of adding each found region to free memory, use
17345         add_mem_region and add them after removing overlaps.
17346         Also, add only 1/4 of the upper memory to free memory. The rest
17347         is used for loading OS images. Maybe this is ad hoc, but this
17348         makes it much easier to relocate OS images when booting.
17350         * kern/rescue.c (pupa_rescue_cmd_module): Removed.
17351         (pupa_enter_rescue_mode): Don't register initrd and module.
17353         * kern/mm.c: Include pupa/dl.h.
17355         * kern/main.c: Include pupa/file.h and pupa/device.h.
17357         * kern/loader.c (pupa_loader_load_module_func): Removed.
17358         (pupa_loader_load_module): Likewise.
17360         * kern/dl.c (pupa_dl_load): Use the suffix ``.mod'' instead of
17361         ``.o''.
17363         * include/pupa/i386/pc/loader.h (pupa_linux_prot_size): Declared.
17364         (pupa_linux_tmp_addr): Likewise.
17365         (pupa_linux_real_addr): Likewise.
17366         (pupa_linux_boot_zimage): Likewise.
17367         (pupa_linux_boot_bzimage): Likewise.
17369         * include/pupa/i386/pc/init.h (pupa_lower_mem): Declared.
17370         (pupa_upper_mem): Likewise.
17371         (pupa_gate_a20): Don't export, because turning off Gate A20 in a
17372         module is too dangerous.
17374         * include/pupa/loader.h (pupa_os_area_addr): Declared.
17375         (pupa_os_area_size): Likewise.
17376         (pupa_loader_set): Remove the first argument. Loader doesn't
17377         manage modules or initrd any longer.
17378         (pupa_loader_load_module): Removed.
17380         * conf/i386-pc.rmk (pkgdata_MODULES): Added linux.mod.
17381         (linux_mod_SOURCES): New variable.
17382         (linux_mod_CFLAGS): Likewise.
17384 2003-01-07  Yoshinori K. Okuji  <okuji@enbug.org>
17386         * util/i386/pc/pupa-setup.c (setup): Convert the endianness of
17387         the length of a blocklist correctly.
17389         * util/i386/pc/biosdisk.c (pupa_util_biosdisk_open) [__linux__]:
17390         Use ioctl only if the OS file is a block device.
17391         (pupa_util_biosdisk_open): Don't use ST.ST_BLOCKS, because it is
17392         not very useful for normal files.
17394         * kern/main.c (pupa_set_root_dev): New function.
17395         (pupa_load_normal_mode): Likewise.
17396         (pupa_main): Call those above.
17398         * include/pupa/types.h (pupa_swap_bytes16): Cast the result to
17399         pupa_uint16_t.
17401         * include/pupa/kernel.h (pupa_enter_normal_mode): Removed.
17403 2003-01-06  Yoshinori K. Okuji  <okuji@enbug.org>
17405         * util/i386/pc/pupa-setup.c: Include pupa/machine/kernel.h.
17406         (setup): Configure the installed partition information and the
17407         dl prefix.
17409         * loader/i386/pc/chainloader.c (my_mod): New variable.
17410         (pupa_chainloader_unload): New function.
17411         (pupa_rescue_cmd_chainloader): Refer itself.
17412         (PUPA_MOD_INIT): Save its own module in MY_MOD.
17414         * kern/i386/pc/startup.S (install_partition): Removed.
17415         (version_string): Likewise.
17416         (config_file): Likewise.
17417         (pupa_install_dos_part): New variable.
17418         (pupa_install_bsd_part): Likewise.
17419         (pupa_prefix): Likewise.
17420         (pupa_chainloader_real_boot): Call pupa_dl_unload_all.
17422         * kern/i386/pc/init.c: Include pupa/machine/kernel.h, pupa/dl.h
17423         and pupa/misc.h.
17424         (make_install_device): New function.
17425         (pupa_machine_init): Set the dl prefix.
17427         * kern/rescue.c: Include pupa/rescue.h and pupa/dl.h.
17428         (buf): Renamed to ...
17429         (linebuf): ... this.
17430         (pupa_rescue_cmd_prefix): New function.
17431         (pupa_rescue_cmd_insmod): Likewise.
17432         (pupa_rescue_cmd_rmmod): Likewise.
17433         (pupa_rescue_cmd_lsmod): Likewise.
17434         (pupa_enter_rescue_mode): Register new commands: prefix, insmod,
17435         rmmod and lsmod.
17437         * kern/mm.c (pupa_memalign): If failed even after invalidating
17438         disk caches, unload unneeded modules and retry.
17440         * kern/misc.c (pupa_memmove): New function.
17441         (pupa_memcpy): Removed.
17442         (pupa_strcpy): New function.
17443         (pupa_itoa): Made static.
17445         * kern/dl.c (pupa_dl_iterate): New function.
17446         (pupa_dl_ref): Likewise.
17447         (pupa_dl_unref): Likewise.
17448         (pupa_dl_unload): Return if succeeded or not.
17449         (pupa_dl_unload_unneeded): New function.
17450         (pupa_dl_unload_all): Likewise.
17451         (pupa_dl_init): Renamed to ...
17452         (pupa_dl_set_prefix): ... this.
17453         (pupa_dl_get_prefix): New function.
17455         * include/pupa/i386/pc/kernel.h: Include pupa/types.h.
17456         (PUPA_KERNEL_MACHINE_INSTALL_DOS_PART): New macro.
17457         (PUPA_KERNEL_MACHINE_INSTALL_BSD_PART): Likewise.
17458         (PUPA_KERNEL_MACHINE_PREFIX): Likewise.
17459         (pupa_install_dos_part): Declared.
17460         (pupa_install_bsd_part): Likewise.
17461         (pupa_prefix): Likewise.
17462         (pupa_boot_drive): Likewise.
17464         * include/pupa/types.h: Fix a typo.
17466         * include/pupa/misc.h (pupa_memcpy): New macro. Just an alias to
17467         pupa_memmove.
17468         (pupa_memmove): Declared.
17469         (pupa_strcpy): Likewise.
17471         * include/pupa/dl.h (PUPA_MOD_INIT): Change the prototype. Now
17472         pupa_mod_init takes one argument, its own module.
17473         (pupa_dl_unload_unneeded): Declared.
17474         (pupa_dl_unload_all): Likewise.
17475         (pupa_dl_ref): Likewise.
17476         (pupa_dl_unref): Likewise.
17477         (pupa_dl_iterate): Likewise.
17478         (pupa_dl_init): Renamed to ...
17479         (pupa_dl_set_prefix): ... this.
17480         (pupa_dl_get_prefix): Declared.
17482         * fs/fat.c [!PUPA_UTIL] (my_mod): New variable.
17483         (pupa_fat_dir) [!PUPA_UTIL]: Prevent the fat module from being
17484         unloaded.
17485         (pupa_fat_open) [!PUPA_UTIL]: Refer itself if succeeded.
17486         (pupa_fat_close) [!PUPA_UTIL]: Unrefer itself.
17488         * configure.ac (tmp_CFLAGS): Added -Wshadow, -Wpointer-arith,
17489         -Wmissing-prototypes, -Wundef and -Wstrict-prototypes.
17491 2003-01-03  Yoshinori K. Okuji  <okuji@enbug.org>
17493         * util/i386/pc/pupa-setup.c (setup): Define the internal
17494         function find_first_partition_start at the top level, because GCC
17495         3.0.x cannot compile internal functions in deeper scopes
17496         correctly.
17497         (find_root_device): Use lstat instead of stat.
17498         Don't follow symbolic links.
17499         Fix the path-constructing code.
17501         * util/i386/pc/biosdisk.c [__linux__] (BLKFLSBUF): New macro.
17502         (pupa_util_biosdisk_open) [__linux__]: Get the size of a device
17503         by a BLKGETSIZE ioctl first, because block devices don't fill
17504         the member st_mode of the structure stat on Linux.
17505         [__linux__] (linux_find_partition): Use a temporary buffer
17506         REAL_DEV for the working space. Copy it to DEV before returning.
17507         (open_device) [__linux__]: Call ioctl with BLKFLSBUF to make the
17508         buffer cache consistent.
17509         (get_os_disk) [__linux__]: Use the length 5 instead of 4 for
17510         strncmp. The previous value was merely wrong.
17511         (pupa_util_biosdisk_get_pupa_dev): Use stat instead of lstat.
17513         * fs/fat.c (pupa_fat_read_data): Shift 4 instead of 12 when the
17514         FAT size is 12. The previous value was merely wrong.
17516         * kern/main.c (pupa_main): Don't split the starting message from
17517         newlines.
17519         * kern/term.c (pupa_putchar): Put CR after LF instead of before
17520         LF, because BIOS goes crazy about character attributes in this
17521         case.
17523 2003-01-03  Yoshinori K. Okuji  <okuji@enbug.org>
17525         * include/i386/pc/util/biosdisk.h: New file.
17526         * util/i386/pc/biosdisk.c: Likewise.
17527         * util/i386/pc/pupa-setup.c: Likewise.
17529         * Makefile.in (INCLUDE_DISTFILES): Added
17530         include/pupa/i386/pc/util/biosdisk.h.
17531         (UTIL_DISTFILES): Added biosdisk.c and pupa-setup.c under the
17532         directory util/i386/pc.
17533         (install-local): Added a rule for sbin_UTILITIES.
17534         (uninstall): Likewise.
17536         * util/i386/pc/pupa-mkimage.c (usage): Fix a typo in the doc.
17538         * util/misc.c (xrealloc): New function.
17539         (pupa_malloc): Likewise.
17540         (pupa_free): Likewise.
17541         (pupa_realloc): Likewise.
17542         (pupa_stop): Likewise.
17543         (pupa_putchar): Likewise.
17545         * kern/disk.c (pupa_disk_read): Prevent L from underflowing.
17547         * include/pupa/util/misc.h (xrealloc): Declared.
17549         * include/pupa/i386/pc/boot.h (PUPA_BOOT_MACHINE_BPB_START): New
17550         macro.
17551         (PUPA_BOOT_MACHINE_BPBEND): Renamed to ...
17552         (PUPA_BOOT_MACHINE_BPB_END): ... this.
17554         * include/pupa/fs.h [PUPA_UTIL] (pupa_fat_init): Declared.
17555         [PUPA_UTIL] (pupa_fat_fini): Likewise.
17557         * fs/fat.c [PUPA_UTIL] (pupa_fat_init): Defined. Maybe a better
17558         way should be implemented.
17559         [PUPA_UTIL] (pupa_fat_fini): Likewise.
17561         * disk/i386/pc/biosdisk.c (pupa_biosdisk_call_hook): Increase
17562         the size of NAME for safety.
17563         (pupa_biosdisk_iterate): Search hard disks to 0x90 instead of
17564         0x88.
17566         * conf/i386-pc.rmk (sbin_UTILITIES): New variable.
17567         (pupa_setup_SOURCES): Likewise.
17569         * genmk.rb (Utility#rule): Add $(BUILD_CFLAGS) into the rules.
17571 2002-12-28  Yoshinori K. Okuji  <okuji@enbug.org>
17573         * kern/i386/pc/startup.S (push_get_mmap_entry): Revert to a
17574         bunch of pushl's from pusha, because this destroys the return
17575         value.
17577 2002-12-28  Yoshinori K. Okuji  <okuji@enbug.org>
17579         Use -mrtd and -mregparm=3 to reduce the generated code sizes.
17580         This means that any missing prototypes could be fatal. Also, you
17581         must take care when writing assembly code. See the comments at
17582         the beginning of startup.S, for more details.
17584         * kern/i386/pc/startup.S (pupa_halt): Modified for the new
17585         compilation mechanism.
17586         (pupa_chainloader_real_boot): Likewise.
17587         (pupa_biosdisk_rw_int13_extensions): Likewise.
17588         (pupa_biosdisk_rw_standard): Likewise.
17589         (pupa_biosdisk_check_int13_extensions): Likewise.
17590         (pupa_biosdisk_get_diskinfo_int13_extensions): Likewise.
17591         (pupa_biosdisk_get_diskinfo_standard): Likewise.
17592         (pupa_get_memsize): Likewise.
17593         (pupa_get_mmap_entry): Likewise.
17594         (pupa_console_putchar): Likewise.
17595         (pupa_console_setcursor): Likewise.
17596         (pupa_getrtsecs): Use pushl instead of push.
17598         * kern/i386/pc/init.c (pupa_machine_init): Use the scratch
17599         memory instead of the stack for a mmap entry, because some
17600         BIOSes may ignore the maximum size and overflow.
17602         * conf/i386-pc.rmk (COMMON_CFLAGS): Added -mrtd and -mregparm=3.
17604         * genmk.rb (PModule#rule): Compile automatically generated
17605         sources with module-specific CFLAGS as well as other sources.
17607 2002-12-27  Yoshinori K. Okuji  <okuji@enbug.org>
17609         * configure.ac: Check ld.
17610         Replace CFLAGS and CPPFLAGS with BUILD_CFLAGS and BUILD_CPPFLAGS
17611         respectively, before checking endianness and sizes.
17613         * Makefile.in (LD): New variable.
17615 2002-12-27  Yoshinori K. Okuji  <okuji@enbug.org>
17617         * Makefile.in (BUILD_CC): CC -> BUILD_CC.
17619 2002-12-27  Yoshinori K. Okuji  <okuji@enbug.org>
17621         * Changelog: New file.