2009-02-08 Marco Gerards <marco@gnu.org>
[grub2/phcoder.git] / ChangeLog
blobf806b40a3717d220e713fd85961578d6a61db169
1 2009-02-08  Marco Gerards  <marco@gnu.org>
3         * Makefile.in (enable_grub_emu_usb): New variable.
4         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `disk/scsi.c'.
5         (grub_emu_SOURCES) [grub_emu_SOURCES]: Add `disk/usbms.c',
6         `util/usb.c', `bus/usb/usb.c' and `commands/usbtest.c'.
7         (grub_emu_LDFLAGS): Add `$(LIBUSB)'.
8         (pkglib_MODULES): Add `usb.mod', `uhci.mod', `ohci.mod',
9         `usbtest.mod' and `usbms.mod'.
10         (usb_mod_SOURCES, usb_mod_CFLAGS, usb_mod_LDFLAGS)
11         (usbtest_mod_SOURCES, usbtest_mod_CFLAGS, usbtest_mod_LDFLAGS)
12         (uhci_mod_SOURCES, uhci_mod_CFLAGS, uhci_mod_LDFLAGS,
13         (ohci_mod_SOURCES, ohci_mod_CFLAGS, ohci_mod_LDFLAGS)
14         (usbms_mod_SOURCES, usbms_mod_CFLAGS, usbms_mod_LDFLAGS): New
15         variables.
17         * disk/usbms.c: New file.
19         * include/grub/usb.h: Likewise.
21         * include/grub/usbtrans.h: Likewise.
23         * include/grub/usbdesc.h: Likewise.
25         * bus/usb/usbtrans.c: Likewise.
27         * bus/usb/ohci.c: Likewise.
29         * bus/usb/uhci.c: Likewise.
31         * bus/usb/usbhub.c: Likewise.
33         * bus/usb/usb.c: Likewise.
35         * commands/usbtest.c: Likewise.
37         * util/usb.c: Likewise.
38         
39         * include/grub/err.h (grub_err_t): Add `GRUB_ERR_IO'.
41         * configure.ac: Test for libusb presence.
42         
43         * util/grub-emu.c (main) [HAVE_LIBUSB_H]: Call `grub_libusb_init'.
45 2009-02-08  Vesa Jääskeläinen  <chaac@nic.fi>
47         * kern/mm.c: Add more comments.
49 2009-02-08  Robert Millan  <rmh@aybabtu.com>
51         Patch from Javier Martín.
52         * fs/ext2.c (EXT2_DRIVER_SUPPORTED_INCOMPAT): Add
53         `EXT4_FEATURE_INCOMPAT_FLEX_BG'.
55 2009-02-08  Robert Millan  <rmh@aybabtu.com>
57         * fs/cpio.c: Split tar functionality to ...
58         * fs/tar.c: ... here (new file).  Update all users.
60 2009-02-07  Robert Millan  <rmh@aybabtu.com>
62         * fs/ext2.c (grub_ext2_mount): Avoid mounting filesystems with
63         backward-incompatible features.
65         Based on patch from Javier Martín, with some adjustments.
67 2009-02-07  Michael Scherer <misc@mandriva.org>
69         * fs/hfs.c (grub_hfsplus_iterate_dir): Treat hfs+ as case insensitive.
71 2009-02-07  Robert Millan  <rmh@aybabtu.com>
73         * conf/common.rmk (grub_probe_SOURCES, grub_fstest_SOURCES): Move
74         position of `disk/lvm.c' to ensure grub_init_all() always picks it
75         after the RAID stuff.
77 2009-02-05  Vesa Jääskeläinen  <chaac@nic.fi>
79         Fixes problem when running vbetest command as reported by 
80         Vladimir Serbinenko <phcoder@gmail.com>.
82         * (grub_vbe_set_video_mode): Fixed problem with text modes.
84 2009-02-04  Felix Zielcke  <fzielcke@z-51.de>
86         util/getroot.c (grub_util_get_grub_dev): Add support for /dev/mdNpN and
87         /dev/md/NpN style mdraid devices.
89 2009-02-03  Felix Zielcke  <fzielcke@z-51.de>
91         * util/unifont2pff.rb: Remove.
93 2009-02-03  Felix Zielcke  <fzielcke@z-51.de>
95         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Add a missing trailing
96         `#'.
98 2009-02-03  Felix Zielcke  <fzielcke@z-51.de>
100         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `normal/menu_viewer.c'.
101         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
102         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
103         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
104         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
105         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
106         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
108 2009-02-02  Christian Franke  <franke@computer.org>
110         * lib/hexdump.c (hexdump): Print at most 3 lines if data is identical.
112 2009-02-01  Felix Zielcke  <fzielcke@z-51.de>
114         * INSTALL: Note that we now require at least autoconf 2.59 and
115         that LZO is optional.
117 2009-02-01  Vesa Jääskeläinen  <chaac@nic.fi>
119         Base on patch on bug #24154 created by Tomas Tintera
120         <trosos@seznam.cz>.
122         * video/i386/pc/vbe.c (grub_video_vbe_scroll): Fix downward scrolling.
124 2009-02-01  Vesa Jääskeläinen  <chaac@nic.fi>
126         Based on patch on bug #25318 created by Bernhard Rosenkraenzer
127         <bero@arklinux.org>.
129         * normal/parser.y (script_init): Add missing semicolon.
131 2009-01-31  Colin D Bennett  <colin@gibibit.com>
133         * normal/main.c: Add include to grub/menu_viewer.h.
134         (free_menu_entry_classes): Added.
135         (grub_normal_menu_addentry): Added class property handling.
136         (grub_normal_execute): Changed to use new menu viewer for menu viewing.
137         (GRUB_MOD_INIT(normal)): Added register for text based menu viewer.
139         * normal/menu_viewer.c: New file.
141         * normal/menu.c (run_menu_entry): Renamed to ...
142         (grub_menu_execute_entry): ... this and made it as global.
143         (grub_menu_run): Renamed to ...
144         (show_text_menu): ... this and made it local.
145         (show_text_menu): Adapt to new function names.
146         (grub_normal_terminal_menu_viewer): New global variable.
148         * include/grub/menu.h: New file.
150         * include/grub/menu_viewer.h: New file.
152         * include/grub/normal.h: Added include to grub/menu.h.
153         (grub_menu_entry): Moved to include/grub/menu.h.
154         (grub_menu_entry_t): Likewise.
155         (grub_menu): Likewise.
156         (grub_menu_t): Likewise.
157         (grub_normal_terminal_menu_viewer): Added.
158         (grub_menu_execute_entry): Likewise.
159         (grub_menu_run): Removed.
161         * DISTLIST: Added include/grub/menu.h.
162         Added include/grub/menu_viewer.h.
163         Added normal/menu_viewer.c.
165 2009-01-31  Vesa Jääskeläinen  <chaac@nic.fi>
167         * normal/execute.c (grub_script_execute_menuentry): Changed to use
168         arglist for menutitle arguments.
170         * normal/main.c (grub_normal_menu_addentry): Likewise.
172         * normal/parser.y (menuentry): Likewise.
174         * normal/script.c (grub_script_create_cmdmenu): Likewise.
176         * include/grub/script.h (grub_script_cmd_menuentry): Likewise.
177         (grub_script_create_cmdmenu): Likewise.
179         * include/grub/normal.h (grub_normal_menu_addentry): Likewise.
181         * conf/i386-pc.rmk (normal_mod_SOURCES): Adapt Colin D Bennett's
182         changes.
184         * conf/x86_64-efi.rmk (normal_mod_SOURCES): Likewise.
186         * conf/i386-coreboot.rmk (normal_mod_SOURCES): Likewise.
188         * conf/i386-efi.rmk (normal_mod_SOURCES): Likewise.
190         * conf/i386-ieee1275.rmk (normal_mod_SOURCES): Likewise.
192         * conf/powerpc-ieee1275.rmk (normal_mod_SOURCES): Likewise.
194         * conf/sparc64-ieee1275.rmk (normal_mod_SOURCES): Likewise.
196 2009-01-30  Christian Franke  <franke@computer.org>
198         * normal/arg.c (grub_arg_show_help): Add indentation if '\n' appears
199         in option help text.
201 2009-01-27  Pavel Roskin  <proski@gnu.org>
203         * disk/fs_uuid.c (search_fs_uuid): Ignore case of the UUID.
205 2009-01-27  Vesa Jääskeläinen  <chaac@nic.fi>
207         * commands/lsmmap.c: Add include to grub/machine/memory.h.
209         * fs/i386/pc/pxe.c (grub_pxefs_open): Fix sign problem.
211         * term/i386/pc/at_keyboard.c (GRUB_MOD_FINI(at_keyboard)): Use proper
212         unregister function.
214 2009-01-27  Vesa Jääskeläinen  <chaac@nic.fi>
216         * disk/scsi.c (grub_scsi_read): Fix sign problem.
218         * term/i386/pc/vga_text.c (grub_vga_text_init_fini). Fix declaration.
220         * util/grub-mkfont.c (usage): Fix typo.
222         * util/elf/grub-mkimage.c (load_modules): Fix warning.
224 2009-01-26  Daniel Mierswa  <impulze@impulze.org>
226         * fs/fat.c (grub_fat_uuid): Fix shift of the first two bytes.
228         * commands/search.c (search_fs_uuid): Ignore case of the UUID.
230         * kern/misc.c (grub_strcasecmp): New function.
231         (grub_strcasecmp): Use grub_size_t instead of int for length.
232         Fix return value.
233         * include/grub/misc.h: Update function prototypes.
235 2009-01-26  Robert Millan  <rmh@aybabtu.com>
237         * configure.ac: Fix cross-compilation check.
239 2009-01-22  Christian Franke  <franke@computer.org>
241         * kern/misc.c (grub_vsprintf): Fix size and termination of `format2'
242         (precision) digit string.  Allow `.format2' without `format1' (width).
243         Limit input chars for `%s' output to `format2' if specified.  This is
244         compatible with standard printf ().
246 2009-01-22  Christian Franke  <franke@computer.org>
248         * disk/ata.c (grub_ata_wait_status): Replace by ...
249         (grub_ata_wait_not_busy): ... this function.  Checks only BSY bit,
250         other status bits may be invalid while BSY is asserted.
251         (grub_ata_check_ready): New function.
252         (grub_ata_cmd): Removed.
253         (grub_ata_wait_drq): New function.
254         (grub_ata_strncpy): Remove inline.
255         (grub_ata_pio_read): Reduce to actual block transfer.  BSY wait
256         and error check now done by grub_ata_wait_drq ().
257         (grub_ata_pio_write): Likewise.
258         (grub_atapi_identify): Set DEV before check for !BSY.  Use
259         grub_ata_wait_drq () to wait for data.
260         (grub_ata_device_initialize): Add status register check to
261         detect missing SATA slave devices.  Add debug messages.
262         (grub_atapi_wait_drq): Use grub_ata_wait_not_busy ().
263         (grub_atapi_packet): Set DEV before check for !BSY.  Replace
264         transfer loop by grub_ata_pio_write ().
265         (grub_ata_identify): Set DEV before check for !BSY. Use
266         grub_ata_wait_drq () to wait for data.
267         (grub_ata_setaddress): Set DEV before check for !BSY.
268         (grub_ata_readwrite): Remove duplicate code, handle batch/rest and
269         read/write in one loop.  Fix invalid command on write.  Fix incomplete
270         command on (size % batch) == 0.  Add missing error check after write of
271         last block.  Add debug messages.
272         (grub_atapi_read):  Replace transfer loop by grub_ata_pio_read ().
274 2009-01-19  Christian Franke  <franke@computer.org>
276         * disk/ata.c (GRUB_ATAPI_REG_*): New defines.
277         (GRUB_ATAPI_IREASON_*): Likewise.
278         (grub_ata_pio_write): Fix timeout error return.
279         (grub_atapi_identify): Add grub_ata_wait () after cmd.
280         (grub_atapi_wait_drq): New function.
281         (grub_atapi_packet): New parameter `size'.
282         Use grub_atapi_wait_drq () and direct write instead of
283         grub_ata_pio_write ().
284         (grub_atapi_read): Replace grub_ata_pio_read () by a loop which
285         reads the number of bytes requested by the device for each DRQ
286         assertion.
287         (grub_atapi_write): Remove old implementation, return not
288         implemented instead.
290 2009-01-19  Christian Franke  <franke@computer.org>
292         * disk/scsi.c (grub_scsi_read10): Use scsi->blocksize instead
293         of 512 to calculate data size.
294         (grub_scsi_read12): Likewise.
295         (grub_scsi_write10): Likewise.
296         (grub_scsi_write12): Likewise.
297         (grub_scsi_read): Adjust size according to blocksize.
298         Add checks for invalid blocksize and unaligned transfer.
300 2009-01-19  Vesa Jääskeläinen  <chaac@nic.fi>
302         * font/font.c (grub_font_loader_init): Re-position unknown glyph.
304         * term/gfxterm.c (write_char): Fix background rendering for wide
305         width glyphs.
307 2009-01-19  Robert Millan  <rmh@aybabtu.com>
309         * config.guess: Update to latest version from config git.
310         * config.sub: Likewise.
312 2009-01-17  Felix Zielcke  <fzielcke@z-51.de>
314         * Makefile.in: Change font compilation to use new grub-mkfont instead
315         of java version.
317         * util/fonttool/src/org/gnu/grub/fonttool/BDFLoader.java: Remove.
318         * util/fonttool/src/org/gnu/grub/fonttool/CharDefs.java: Likewise.
319         * util/fonttool/src/org/gnu/grub/fonttool/CharacterRange.java: Likewise.
320         * util/fonttool/src/org/gnu/grub/fonttool/CharacterRange.java: Likewise.
321         * util/fonttool/src/org/gnu/grub/fonttool/Converter.java: Likewise.
322         * util/fonttool/src/org/gnu/grub/fonttool/Font.java: Likewise.
323         * util/fonttool/src/org/gnu/grub/fonttool/Glyph.java: Likewise.
324         * util/fonttool/src/org/gnu/grub/fonttool/PFF2Sections.java: Likewise.
325         * util/fonttool/src/org/gnu/grub/fonttool/PFF2Writer.java: Likewise.
327 2009-01-16  Christian Franke  <franke@computer.org>
329         * disk/ata.c (enum grub_ata_commands): Remove EXEC_DEV_DIAGNOSTICS.
330         (enum grub_ata_timeout_milliseconds): New enum.
331         (grub_ata_wait_status): Add parameter milliseconds.
332         (grub_ata_cmd): Remove variable `err'.  Remove wait for !DRQ to allow
333         recovery from timed-out commands.
334         (grub_ata_pio_read): Add parameter milliseconds.  Fix error return,
335         return grub_errno instead of REG_ERROR.
336         (grub_ata_pio_write): Add parameter milliseconds.
337         (grub_atapi_identify): Fix size of ATAPI IDENTIFY sector.
338         Pass milliseconds to grub_ata_wait_status () and
339         grub_ata_pio_read ().
340         (grub_atapi_packet): Pass milliseconds to grub_ata_pio_write ().
341         (grub_ata_identify): Remove variable `ataerr'.  Pass milliseconds to
342         grub_ata_wait_status ().  Fix IDENTIFY timeout check.
343         (grub_ata_device_initialize): Remove EXECUTE DEVICE DIAGNOSTICS.
344         It is not suitable for device detection, because DEV bit is ignored,
345         the command may run too long, and not all devices set the signature
346         properly.
347         (grub_ata_pciinit): Clear grub_errno before grub_ata_device_initialize ().
348         (grub_ata_setaddress): Pass milliseconds to grub_ata_wait_status ().
349         Fix device selection, DEV bit must be set first to address the registers
350         of the correct device.
351         (grub_ata_readwrite): Pass milliseconds to grub_ata_wait_status () and
352         grub_ata_pio_read/write ().
353         (grub_atapi_read): Pass milliseconds to grub_ata_pio_read ().
354         (grub_atapi_write): Pass milliseconds to grub_ata_pio_write ().
356 2009-01-13  Carles Pina i Estany  <carles@pina.cat>
358         * util/grub-editenv.c (main): Use fseeko(), not fseek().
360 2009-01-13  Bean  <bean123ch@gmail.com>
362         * util/grub-mkfont.c (write_font): forget to remove some debug code.
364 2009-01-13  Bean  <bean123ch@gmail.com>
366         * Makefile.in: (enable_grub_mkfont): New variable.
367         (freetype_cflags): Likewise.
368         (freetype_libs): Likewise.
370         * common.rmk (bin_UTILITIES): Add `grub-mkfont' if requested.
371         (grub_mkfont_SOURCES): New variable.
372         (grub_mkfont_CFLAGS): Likewise.
373         (grub_mkfont_LDFLAGS): Likewise.
375         * configure.ac (--enable-grub-mkfont): New option. Check for freetype2
376         library if `--enable-grub-mkfont' is requested.
377         (enable_grub_mkfont): New variable.
378         (freetype_cflags): Likewise.
379         (freetype_libs): Likewise.
381         * util/grub-mkfont.c: New file.
383 2009-01-12  Christian Franke  <franke@computer.org>
385         * disk/ata.c (grub_ata_pciinit): Fix bit numbers of compatibility
386         mode check.  Fix setting of compat_use[].
388 2009-01-10  Robert Millan  <rmh@aybabtu.com>
390         Update a few copyright years which we forgot to do in 2008 (only for
391         files whose changes made in 2008 were copyright-significant)
393         * Makefile.in: Add 2008 to Copyright line.
394         * disk/ieee1275/ofdisk.c: Likewise.
395         * disk/efi/efidisk.c: Likewise.
396         * kern/dl.c: Likewise.
397         * kern/sparc64/ieee1275/init.c: Likewise.
398         * kern/mm.c: Likewise.
399         * kern/efi/mm.c: Likewise.
400         * boot/i386/pc/boot.S: Likewise.
401         * genfslist.sh: Likewise.
402         * fs/iso9660.c: Likewise.
403         * fs/hfs.c: Likewise.
404         * fs/jfs.c: Likewise.
405         * fs/minix.c: Likewise.
406         * fs/ufs.c: Likewise.
407         * gensymlist.sh.in: Likewise.
408         * genkernsyms.sh.in: Likewise.
409         * include/grub/misc.h: Likewise.
410         * include/grub/types.h: Likewise.
411         * include/grub/symbol.h: Likewise.
412         * include/grub/elf.h: Likewise.
413         * include/grub/kernel.h: Likewise.
414         * include/grub/disk.h: Likewise.
415         * include/grub/dl.h: Likewise.
416         * include/grub/i386/linux.h: Likewise.
417         * include/grub/i386/pc/biosdisk.h: Likewise.
418         * include/grub/efi/api.h: Likewise.
419         * include/grub/efi/pe32.h: Likewise.
420         * include/grub/util/misc.h: Likewise.
421         * normal/execute.c: Likewise.
422         * normal/arg.c: Likewise.
423         * normal/completion.c: Likewise.
424         * normal/lexer.c: Likewise.
425         * normal/parser.y: Likewise.
426         * normal/misc.c: Likewise.
427         * commands/i386/pc/vbeinfo.c: Likewise.
428         * commands/hexdump.c: Likewise.
429         * commands/terminal.c: Likewise.
430         * commands/ls.c: Likewise.
431         * commands/help.c: Likewise.
432         * partmap/pc.c: Likewise.
433         * loader/efi/chainloader.c: Likewise.
434         * loader/multiboot_loader.c: Likewise.
435         * loader/i386/pc/multiboot2.c: Likewise.
436         * term/efi/console.c: Likewise.
437         * term/i386/pc/serial.c: Likewise.
438         * util/lvm.c: Likewise.
439         * util/console.c: Likewise.
440         * util/i386/efi/grub-mkimage.c: Likewise.
441         * util/raid.c: Likewise.
443 2009-01-06  Vesa Jääskeläinen  <chaac@nic.fi>
445         * commands/videotest.c: Removed include to grub/machine/memory.h.
447         * conf/i386-pc.rmk (pkglib_MODULES): Removed video.mod, gfxterm.mod,
448         videotest.mod, bitmap.mod, tga.mod, jpeg.mod, png.mod.
449         (video_mod_SOURCES): Removed.
450         (video_mod_CFLAGS): Likewise.
451         (video_mod_LDFLAGS): Likewise.
452         (gfxterm_mod_SOURCES): Likewise.
453         (gfxterm_mod_CFLAGS): Likewise.
454         (gfxterm_mod_LDFLAGS): Likewise.
455         (videotest_mod_SOURCES): Likewise.
456         (videotest_mod_CFLAGS): Likewise.
457         (videotest_mod_LDFLAGS): Likewise.
458         (bitmap_mod_SOURCES): Likewise.
459         (bitmap_mod_CFLAGS): Likewise.
460         (bitmap_mod_LDFLAGS): Likewise.
461         (tga_mod_SOURCES): Likewise.
462         (tga_mod_CFLAGS): Likewise.
463         (tga_mod_LDFLAGS): Likewise.
464         (jpeg_mod_SOURCES): Likewise.
465         (jpeg_mod_CFLAGS): Likewise.
466         (jpeg_mod_LDFLAGS): Likewise.
467         (png_mod_SOURCES): Likewise.
468         (png_mod_CFLAGS): Likewise.
469         (png_mod_LDFLAGS): Likewise.
471         * conf/common.rmk (pkglib_MODULES): Added video.mod, videotest.mod,
472         bitmap.mod, tga.mod, jpeg.mod, png.mod, font.mod, gfxterm.mod
473         (video_mod_SOURCES): Added.
474         (video_mod_CFLAGS): Likewise.
475         (video_mod_LDFLAGS): Likewise.
476         (videotest_mod_SOURCES): Likewise.
477         (videotest_mod_CFLAGS): Likewise.
478         (videotest_mod_LDFLAGS): Likewise.
479         (bitmap_mod_SOURCES): Likewise.
480         (bitmap_mod_CFLAGS): Likewise.
481         (bitmap_mod_LDFLAGS): Likewise.
482         (tga_mod_SOURCES): Likewise.
483         (tga_mod_CFLAGS): Likewise.
484         (tga_mod_LDFLAGS): Likewise.
485         (jpeg_mod_SOURCES): Likewise.
486         (jpeg_mod_CFLAGS): Likewise.
487         (jpeg_mod_LDFLAGS): Likewise.
488         (png_mod_SOURCES): Likewise.
489         (png_mod_CFLAGS): Likewise.
490         (png_mod_LDFLAGS): Likewise.
491         (gfxterm_mod_SOURCES): Likewise.
492         (gfxterm_mod_CFLAGS): Likewise.
493         (gfxterm_mod_LDFLAGS): Likewise.
495         * term/gfxterm.c: Removed include to grub/machine/memory.h,
496         grub/machine/console.h.
498 2009-01-04  Jerone Young  <jerone@gmail.com>
500         Make on screen instructions clearer
502         Based on patch created by Jidanni <jidanni@jidanni.org>
504         * normal/menu.c: print clearer instructions on the screen
506 2009-01-02  Colin D Bennett  <colin@gibibit.com>
508         New font engine.
510         Additional changes by Vesa Jääskeläinen <chaac@nic.fi> to adapt to
511         build system and fixed gfxterm.c to work with different sized fonts.
513         * configure.ac: Changed UNIFONT_HEX to UNIFONT_BDF.
515         * configure: Re-generated.
517         * DISTLIST: Removed font/manager.c.
518         Added font/font.c.
519         Added font/font_cmd.c.
521         * Makefile.in: Changed UNIFONT_HEX to UNIFONT_BDF.  Added Font tool
522         compilation.
524         * include/grub/misc.h (grub_utf8_to_ucs4): Changed prototype.  Changed users.
526         * kern/misc.c (grub_utf8_to_ucs4): Changed prototype.
528         * kern/term.c: Changed users of grub_utf8_to_ucs4.
530         * normal/menu.c: Likewise.
532         * conf/common.rmk (font_mod_SOURCES): Removed font/manager.c.
533         (font_mod_SOURCES): Added font/font_cmd.c, font/font.c.
535         * include/grub/font.h: Replaced with new file.
537         * include/grub/video.h (GRUB_VIDEO_MODE_TYPE_ALPHA): Changed value.
538         (GRUB_VIDEO_MODE_TYPE_DOUBLE_BUFFERED): Likewise.
539         (GRUB_VIDEO_MODE_TYPE_COLOR_MASK): Likewise.
540         (GRUB_VIDEO_MODE_TYPE_1BIT_BITMAP): Added.
541         (grub_video_blit_format): Added GRUB_VIDEO_BLIT_FORMAT_1BIT_PACKED.
542         (grub_video_mode_info): Added bg_red, bg_green, bg_blue, bg_alpha,
543         fg_red, fg_green, fg_blue, fg_alpha.
544         (grub_video_adapter): Removed blit_glyph.
545         (grub_video_blit_glyph): Removed.
547         * font/manager.c: Removed file.
549         * font/font.c: New file.
551         * font/font_cmd.c: Likewise.
553         * video/video.c (grub_video_blit_glyph): Removed.
555         * video/i386/pc/vbe.c (grub_video_vbe_map_rgb): Added 1-bit support.
556         (grub_video_vbe_map_rgba): Likewise.
557         (grub_video_vbe_unmap_color_int): Likewise.
558         (grub_video_vbe_blit_glyph): Removed.
559         (grub_video_vbe_adapter): Removed blit_glyph.
561         * video/i386/pc/vbeutil.c (get_data_ptr): Added 1-bit support.
562         (get_pixel): Likewise.
563         (set_pixel): Likewise.
565         * commands/videotest.c (grub_cmd_videotest): Added more tests for fonts.
567         * term/gfxterm.c: Adapted to new font engine.
569         * term/i386/pc/vesafb.c: Marked as deprecated.  Made it compile.
571         * term/i386/pc/vga.c: Likewise.
573         * util/fonttool/src/org/gnu/grub/fonttool/BDFLoader.java: New file.
575         * util/fonttool/src/org/gnu/grub/fonttool/CharDefs.java: Likewise.
577         * util/fonttool/src/org/gnu/grub/fonttool/CharacterRange.java: Likewise.
579         * util/fonttool/src/org/gnu/grub/fonttool/CharacterRange.java: Likewise.
581         * util/fonttool/src/org/gnu/grub/fonttool/Converter.java: Likewise.
583         * util/fonttool/src/org/gnu/grub/fonttool/Font.java: Likewise.
585         * util/fonttool/src/org/gnu/grub/fonttool/Glyph.java: Likewise.
587         * util/fonttool/src/org/gnu/grub/fonttool/PFF2Sections.java: Likewise.
589         * util/fonttool/src/org/gnu/grub/fonttool/PFF2Writer.java: Likewise.
591         * util/grub.d/00_header.in: Changed to use new loadfont command.
593         * util/grub-mkconfig_lib.in: Changed font extension.
595 2008-12-28  Felix Zielcke  <fzielcke@z-51.de>
597         * util/getroot.c (grub_util_get_grub_dev): Add support for
598         /dev/md/dNNpNN style partitionable mdraid devices.
600 2008-12-12  Alex Smith  <alex@alex-smith.me.uk>
602         * fs/i386/pc/pxe.c (grub_pxefs_open): Handle the one open connection
603         at a time limit of the PXE TFTP API correctly.
604         (grub_pxefs_close): Likewise.
606 2008-11-29  Robert Millan  <rmh@aybabtu.com>
608         * disk/ata.c (grub_ata_pciinit): Handle errors raised by
609         grub_ata_device_initialize() calls.
611 2008-11-28  Krzysztof Smiechowicz  <deadwood@wp.pl>
613         * fs/affs.c (grub_affs_iterate_dir): Return failure when directory
614         iteration failed.
615         * fs/sfs.c (grub_sfs_iterate_dir): Likewise.
617 2008-11-28  Robert Millan  <rmh@aybabtu.com>
619         Fix build on powerpc-ieee1275.  Based on patch created by
620         Manoel Abranches <mrabran@linux.vnet.ibm.com>.
621         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Add
622         `kern/ieee1275/mmap.c'.
623         * include/grub/powerpc/ieee1275/memory.h: New file.
625         Provide grub-install on coreboot.
626         * conf/i386-coreboot.rmk (sbin_SCRIPTS): Add `grub-install'.
627         (grub_install_SOURCES): New variable.
628         * util/i386/pc/grub-install.in: Add a few condition checks to make it
629         usable on coreboot.
631 2008-11-25  Felix Zielcke  <fzielcke@z-51.de>
633         * util/grub-fstest.c (grub_term_get_current_input): Change return type
634         to `grub_term_input_t'.
635         (grub_term_get_current_output): Change return type to
636         `grub_term_output_t'.
638 2008-11-22  Robert Millan  <rmh@aybabtu.com>
640         Fix breakage on coreboot due to declaration mismatch.
641         * term/i386/pc/vga_text.c (grub_vga_text_init_fini): New function.
642         (grub_vga_text_term): Use grub_vga_text_init_fini() instead of
643         grub_vga_text_cls().
645         * kern/i386/loader.S (grub_multiboot_backward_relocator): Improve
646         comments.  Avoid copying one more byte than necessary (just in case).
648         * conf/powerpc-ieee1275.rmk (kernel_elf_LDFLAGS): Change link address
649         to 0x200000 (avoids trouble with some OFW implementations, and matches
650         with the one in Yaboot).
651         Reported by Manoel Abranches
653 2008-11-20  Robert Millan  <rmh@aybabtu.com>
655         * kern/i386/coreboot/init.c (grub_time_tics): Remove variable.
656         (grub_get_rtc, grub_exit): Abort with grub_fatal() if called.
658         * util/grub-mkconfig_lib.in (grub_warn): New function.
659         (convert_system_path_to_grub_path): Use grub_warn() when issuing
660         warnings, to obtain consistent formatting.
661         * util/grub.d/00_header.in: Likewise.
662         * util/update-grub_lib.in: Likewise.
664         * loader/i386/linux.c (allocate_pages): Fix a warning.
665         Move comment text to `#error' stanza.
667         Harmonize ieee1275's grub_available_iterate() with the generic
668         grub_machine_mmap_iterate() interface (fixes a recently-introduced
669         build problem on i386-ieee1275):
670         * kern/ieee1275/openfw.c (grub_available_iterate): Moved from here ...
671         * kern/ieee1275/mmap.c (grub_machine_mmap_iterate): ... here.  Add third
672         parameter `type'.  Update all users of this function.
673         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add
674         `kern/ieee1275/mmap.c'.
675         * kern/ieee1275/init.c
676         * include/grub/ieee1275/ieee1275.h (grub_available_iterate): Replace
677         with ...
678         (grub_machine_mmap_iterate): ... this.
679         * include/grub/i386/pc/memory.h (grub_machine_mmap_iterate): Change
680         return type to `grub_err_t'.  Update all implementations of this
681         function prototype.
682         * include/grub/i386/coreboot/memory.h (grub_machine_mmap_iterate):
683         Likewise.
685         Add `lsmmap' command (lists firmware-provided memory map):
686         * commands/lsmmap.c: New file.
687         * conf/i386-pc.rmk (pkglib_MODULES): Add `lsmmap.mod'.
688         (lsmmap_mod_SOURCES, lsmmap_mod_CFLAGS, lsmmap_mod_LDFLAGS): New
689         variables.
690         * conf/powerpc-ieee1275.rmk: Likewise.
691         * conf/i386-coreboot.rmk: Likewise.
692         * conf/i386-ieee1275.rmk: Likewise.
694 2008-11-19  Robert Millan  <rmh@aybabtu.com>
696         * loader/i386/pc/linux.c (grub_rescue_cmd_initrd): Fix a typo.
697         * loader/i386/linux.c (grub_rescue_cmd_initrd): Implement a few needed
698         constraints to initrd allocation (based on code from
699         loader/i386/pc/linux.c).  Without them, initrd was allocated too high
700         for Linux to find it.
702 2008-11-14  Robert Millan  <rmh@aybabtu.com>
704         * fs/cpio.c (grub_cpio_open): Compare `name' and `fn' by hand in
705         order to cope with duplicate slashes.
707 2008-11-14  Robert Millan  <rmh@aybabtu.com>
709         * include/grub/i386/coreboot/memory.h (GRUB_MEMORY_MACHINE_LOWER_SIZE):
710         Redefine to match with GRUB_MEMORY_MACHINE_UPPER_START (0x100000).  We
711         don't want to mess with lower memory, because it is used in the Linux
712         loader.
714         * loader/i386/linux.c (allocate_pages): Allocate `real_mode_mem' in
715         an appropriate place in lower memory, between 0x10000 and 0x90000,
716         like loader/i386/efi/linux.c does.  Linux often panics if real_mode_mem
717         is in our heap (probably as a result of it being corrupted during
718         decompression).  Add #error instance with comment to explain why this
719         loader isn't currently usable on PC/BIOS.
721 2008-11-14  Robert Millan  <rmh@aybabtu.com>
723         * term/i386/pc/serial.c [! GRUB_MACHINE_PCBIOS]
724         (GRUB_SERIAL_PORT_NUM): Fix miscalculation.
726 2008-11-12  Robert Millan  <rmh@aybabtu.com>
728         Make loader/i386/linux.c buildable on i386-pc (although disabled).
730         * include/grub/i386/pc/init.h: Include `<grub/machine/memory.h>'.
731         (struct grub_machine_mmap_entry, grub_machine_mmap_iterate): Move
732         from here ...
733         * include/grub/i386/pc/memory.h: ... to here.
735 2008-11-12  Robert Millan  <rmh@aybabtu.com>
737         Fix build problems on i386-ieee1275 and *-efi (introduced by vga_text
738         split).
740         * include/grub/i386/pc/console.h: Include `<grub/i386/vga_common.h>'.
741         (grub_console_cur_color, grub_console_real_putchar)
742         (grub_console_putchar, grub_console_getcharwidth, grub_console_getwh)
743         (grub_console_setcolorstate, grub_console_setcolor)
744         (grub_console_getcolor): Move from here ...
745         * include/grub/i386/vga_common.h: ... to here (new file).
747         * term/i386/pc/vga_text.c: Replace `<grub/machine/console.h>' with
748         `<grub/i386/vga_common.h>' and `<grub/cpu/io.h>' with
749         `<grub/i386/io.h>'.
750         * term/i386/vga_common.c: Replace `<grub/machine/console.h>' with
751         `<grub/i386/vga_common.h>'.
753 2008-11-12  Robert Millan  <rmh@aybabtu.com>
755         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `term/i386/vga_common.c'.
756         * conf/i386.rmk (pkglib_MODULES): Add `vga_text.mod'.
757         (vga_text_mod_SOURCES, vga_text_mod_CFLAGS, vga_text_mod_LDFLAGS): New
758         variables.
759         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Replace
760         `term/i386/pc/console.c' with `term/i386/vga_common.c'.
762         * kern/i386/coreboot/init.c (grub_machine_init): Replace call to
763         grub_console_init() with call to grub_vga_text_init().
764         (grub_machine_fini): Replace call to
765         grub_console_fini() with call to grub_vga_text_fini() and
766         grub_at_keyboard_fini().
768         * include/grub/i386/pc/console.h: Include `<grub/term.h>'.
769         (grub_console_putchar, grub_console_getcharwidth, grub_console_getwh)
770         (grub_console_setcolorstate, grub_console_setcolor)
771         (grub_console_getcolor): New function prototypes.
773         * term/i386/pc/vga_text.c: Include `<grub/dl.h>'.
774         (grub_vga_text_getxy, grub_vga_text_gotoxy, grub_vga_text_cls)
775         (grub_vga_text_setcursor): Static-ize.
776         (grub_vga_text_term): New structure.
777         (GRUB_MOD_INIT(vga_text), GRUB_MOD_FINI(vga_text)): New functions.
779         * term/i386/pc/console.c: Remove `<grub/machine/machine.h>'.
780         (grub_console_cur_color, grub_console_standard_color)
781         (grub_console_normal_color, grub_console_highlight_color)
782         (map_char, grub_console_putchar, grub_console_getcharwidth)
783         (grub_console_getwh, grub_console_setcolorstate, grub_console_setcolor)
784         (grub_console_getcolor): Move from here ...
785         * term/i386/vga_common.c: ... to here (same function names).
787 2008-11-12  Robert Millan  <rmh@aybabtu.com>
789         Use newly-added Multiboot support in coreboot.
791         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Replace
792         `kern/i386/coreboot/mmap.c' with `kern/i386/multiboot_mmap.c'.
794         * kern/i386/coreboot/startup.S: Enable Multiboot header, fix its
795         alignment, set `MULTIBOOT_MEMORY_INFO' flag.
796         (codestart): Store the MBI in `startup_multiboot_info' when we're
797         being loaded using Multiboot.
799         * kern/i386/coreboot/init.c (grub_machine_init): Move
800         grub_at_keyboard_init() call to beginning of function (useful for
801         debugging).  Call grub_machine_mmap_init() before attempting to use
802         grub_machine_mmap_iterate().
803         (grub_lower_mem, grub_upper_mem): Move from here ...
804         * kern/i386/multiboot_mmap.c (grub_lower_mem, grub_upper_mem): ... to
805         here (new file).
807         * include/grub/i386/coreboot/memory.h (grub_machine_mmap_init): New
808         function prototype.
810 2008-11-12  Robert Millan  <rmh@aybabtu.com>
812         Fix a regression introduced by the at_keyboard.mod split.  Because
813         some terminals are default on some platforms and non-default on
814         others, the first terminal being registered determines which is
815         going to be default.
817         * kern/term.c (grub_term_register_input): If this is the first
818         terminal being registered, set it as the current one.
819         (grub_term_register_output): Likewise.
821         * term/efi/console.c (grub_console_init): Do not call
822         grub_term_set_current_output() or grub_term_set_current_input().
823         * term/ieee1275/ofconsole.c (grub_console_init): Likewise.
824         * term/i386/pc/console.c (grub_console_init): Likewise.
825         (grub_console_fini): Do not call grub_term_set_current_input()
826         (but leave grub_term_set_current_output() to restore text mode).
828 2008-11-10  Robert Millan  <rmh@aybabtu.com>
830         * util/grub.d/00_header.in: Add backward compatibility check for
831         versions of terminal.mod that don't understand `terminal_input' or
832         `terminal_output'.
834 2008-11-09  Robert Millan  <rmh@aybabtu.com>
836         * commands/terminal.c (GRUB_MOD_FINI(terminal)): Unregister
837         `terminal_input' / `terminal_output', not `terminal'.
839 2008-11-08  Robert Millan  <rmh@aybabtu.com>
841         * Makefile.in (include_DATA): Fix srcdir=. assumption.
842         (DISTCLEANFILES): Add `build_env.mk'.
844 2008-11-08  Robert Millan  <rmh@aybabtu.com>
846         * term/i386/pc/vesafb.c (grub_vesafb_term): Change type to
847         `struct grub_term_output'.  Remove `.checkkey' and `.getkey'
848         members.  Update all users.
849         * util/console.c (grub_ncurses_term): Split in ...
850         (grub_ncurses_term_input): ... this, and ...
851         (grub_ncurses_term_output): ... this.  Update all users.
852         * term/ieee1275/ofconsole.c: Remove stale `#endif'.
854 2008-11-08  Robert Millan  <rmh@aybabtu.com>
856         * Makefile.in (PKGLIB): Add $(pkglib_BUILDDIR).
857         (PKGDATA): Add $(pkgdata_SRCDIR).
858         (pkglib_BUILDDIR): New variable.
859         (pkgdata_SRCDIR): New variable.
860         (build_env.mk): New target.
861         (include_DATA): New variable.
862         (install-local): Install $(include_DATA) files in $(includedir).
864 2008-11-07  Pavel Roskin  <proski@gnu.org>
866         * gendistlist.sh: Use C locale for sorting to ensure consistent
867         output on all systems.
869         * util/grub.d/00_header.in: Remove incorrect space before
870         "serial".
872 2008-11-07  Robert Millan  <rmh@aybabtu.com>
874         * include/multiboot2.h (struct multiboot_header): Add `flags' member as
875         per specification.
876         * loader/multiboot2.c (grub_multiboot2): Fix Multiboot2 header check.
877         * loader/multiboot_loader.c (find_multi_boot2_header): New function
878         (based on find_multi_boot1_header).
879         (grub_rescue_cmd_multiboot_loader): Check for Multiboot2 header,
880         using find_multi_boot2_header(), and abort if neither Multiboot or
881         Multiboot headers were found.
883 2008-11-07  Robert Millan  <rmh@aybabtu.com>
885         Modularize at_keyboard.mod:
887         * conf/i386.rmk (pkglib_MODULES): Add `at_keyboard.mod'.
888         (at_keyboard_mod_SOURCES, at_keyboard_mod_CFLAGS)
889         (at_keyboard_mod_LDFLAGS): New variables.
891         Actual terminal split:
893         * include/grub/term.h (struct grub_term): Split in ...
894         (struct grub_term_input): ... this, and ...
895         (struct grub_term_output): ... this.  Update all users.
896         (grub_term_set_current): Split in ...
897         (grub_term_set_current_input): ... this, and ...
898         (grub_term_set_current_output): ... this.
899         (grub_term_get_current): Split in ...
900         (grub_term_get_current_input): ... this, and ...
901         (grub_term_get_current_output): ... this.
902         (grub_term_register): Split in ...
903         (grub_term_register_input): ... this, and ...
904         (grub_term_register_output): ... this.
905         (grub_term_unregister): Split in ...
906         (grub_term_unregister_input): ... this, and ...
907         (grub_term_unregister_output): ... this.
908         (grub_term_iterate): Split in ...
909         (grub_term_iterate_input): ... this, and ...
910         (grub_term_iterate_output): ... this.
912         * kern/term.c (grub_term_list): Split in ...
913         (grub_term_list_input): ... this, and ...
914         (grub_term_list_output): ... this.  Update all users.
915         (grub_cur_term): Split in ...
916         (grub_cur_term_input): ... this, and ...
917         (grub_cur_term_output): ... this.  Update all users.
918         (grub_term_set_current): Split in ...
919         (grub_term_set_current_input): ... this, and ...
920         (grub_term_set_current_output): ... this.
921         (grub_term_get_current): Split in ...
922         (grub_term_get_current_input): ... this, and ...
923         (grub_term_get_current_output): ... this.
924         (grub_term_register): Split in ...
925         (grub_term_register_input): ... this, and ...
926         (grub_term_register_output): ... this.
927         (grub_term_unregister): Split in ...
928         (grub_term_unregister_input): ... this, and ...
929         (grub_term_unregister_output): ... this.
930         (grub_term_iterate): Split in ...
931         (grub_term_iterate_input): ... this, and ...
932         (grub_term_iterate_output): ... this.
934         * kern/misc.c (grub_abort): Split use of grub_term_get_current() into
935         a check for input and one for output (and only attempt to get keys
936         from user when input works).
938         * util/grub-probe.c (grub_term_get_current): Split in ...
939         (grub_term_get_current_input): ... this, and ...
940         (grub_term_get_current_output): ... this.
941         * util/grub-fstest.c: Likewise.
942         * util/i386/pc/grub-setup.c: Likewise.
943         * util/grub-editenv.c: Likewise.
945         Portability adjustments:
947         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Remove
948         `term/i386/pc/at_keyboard.c'.
949         * kern/ieee1275/init.c [__i386__] (grub_machine_init): Remove call to
950         grub_keyboard_controller_init() (now handled by terminal .init).
951         * kern/i386/coreboot/init.c (grub_machine_init): Add call to
952         grub_at_keyboard_init().
953         * include/grub/i386/ieee1275/console.h (grub_keyboard_controller_init)
954         (grub_console_checkkey, grub_console_getkey): Remove (now provided by
955         at_keyboard.mod via input terminal interface).
956         * include/grub/i386/coreboot/console.h: Convert into a stub for
957         `<grub/i386/pc/console.h>'.
959         Migrate full terminals to new API:
961         * term/efi/console.c (grub_console_term): Split into ...
962         (grub_console_term_input): ... this, and ...
963         (grub_console_term_output): ... this.  Update all users.
964         * term/ieee1275/ofconsole.c: Remove __i386__ hack.
965         (grub_ofconsole_init): Split into ...
966         (grub_ofconsole_init_input): ... this, and ...
967         (grub_ofconsole_init_output): ... this.
968         (grub_ofconsole_term): Split into ...
969         (grub_ofconsole_term_input): ... this, and ...
970         (grub_ofconsole_term_output): ... this.  Update all users.
971         * term/i386/pc/serial.c (grub_serial_term): Split into ...
972         (grub_serial_term_input): ... this, and ...
973         (grub_serial_term_output): ... this.  Update all users.
974         * term/i386/pc/console.c (grub_console_term): Split into ...
975         (grub_console_term_input): ... this, and ...
976         (grub_console_term_output): ... this.  Update all users.
977         (grub_console_term_input): Only enable it on PC/BIOS platform.
978         (grub_console_init): Remove grub_keyboard_controller_init() call.
980         Migrate input terminals to new API:
982         * term/i386/pc/at_keyboard.c: Replace `cpu' and `machine' with
983         `i386' and `i386/pc' to enable build on x86_64 (this driver is
984         i386-specific anyway).
985         (grub_console_checkkey): Rename to ...
986         (grub_at_keyboard_checkkey): ... this.  Static-ize.  Update all
987         users.
988         (grub_keyboard_controller_orig): New variable.
989         (grub_console_getkey): Rename to ...
990         (grub_at_keyboard_getkey): ... this.  Static-ize.  Update all
991         users.
992         (grub_keyboard_controller_init): Static-ize.  Save original
993         controller value so that it can be restored ...
994         (grub_keyboard_controller_fini): ... here (new function).
995         (grub_at_keyboard_term): New structure.
996         (GRUB_MOD_INIT(at_keyboard), GRUB_MOD_FINI(at_keyboard)): New
997         functions.
999         Migrate output terminals to new API:
1001         * term/i386/pc/vga.c (grub_vga_term): Change type to
1002         `struct  grub_term_output'.  Remove `.checkkey' and `.getkey'
1003         members.  Update all users.
1004         * term/gfxterm.c (grub_video_term): Change type to
1005         `struct  grub_term_output'.  Remove `.checkkey' and `.getkey'
1006         members.  Update all users.
1007         * include/grub/i386/pc/console.h (grub_console_checkkey)
1008         (grub_console_getkey): Do not export (no longer needed by gfxterm,
1009         etc).
1011         Migrate `terminal' command and userland tools to new API:
1013         * commands/terminal.c (grub_cmd_terminal): Split into ...
1014         (grub_cmd_terminal_input): ... this, and ...
1015         (grub_cmd_terminal_output): ... this.
1016         (GRUB_MOD_INIT(terminal)): Split `terminal' command in two commands:
1017         `terminal_input' and `terminal_output'.
1018         * util/grub.d/00_header.in: Adjust `terminal' calls to new
1019         `terminal_input' / `terminal_output' API.
1020         * util/grub-mkconfig.in: Export ${GRUB_TERMINAL_INPUT} and
1021         ${GRUB_TERMINAL_OUTPUT} instead of ${GRUB_TERMINAL} (and if user
1022         provided ${GRUB_TERMINAL}, convert it).
1024 2008-11-04  Robert Millan  <rmh@aybabtu.com>
1026         * util/grub.d/10_freebsd.in: New file.  Generate grub configuration
1027         for FreeBSD.
1028         * conf/common.rmk (grub-mkconfig_SCRIPTS): Add 10_freebsd.
1030 2008-11-03  Bean  <bean123ch@gmail.com>
1032         * kern/elf.c (grub_elf32_load): Revert to previous code.
1033         (grub_elf64_load): Likewise.
1035         * loader/i386/bsd.c (grub_bsd_elf32_hook): Change return address.
1037 2008-11-01  Robert Millan  <rmh@aybabtu.com>
1039         * Makefile.in (CPPFLAGS): Fix builddir=. assumption.
1040         (TARGET_CPPFLAGS): Likewise.
1041         * genmk.rb (mod_src): Fix builddir=. and srcdir=. assumptions.
1043 2008-11-01  Carles Pina i Estany  <carles@pina.cat>
1045         * normal/menu.c (run_menu): Add Previous and Next Page keys in menu.
1047 2008-10-29  Guillem Jover  <guillem.jover@nokia.com>
1049         * disk/lvm.c (grub_lvm_scan_device): Fix error recovery by delaying the
1050         addition of objects until the code is not going to be able to fail.
1052 2008-10-29  Guillem Jover  <guillem.jover@nokia.com>
1054         * disk/lvm.c (grub_lvm_scan_device): Fix possible NULL value handling
1055         (add a missing NULL check, and correct them by moving the pointer
1056         operations after the actual check).
1058 2008-10-29  Robert Millan  <rmh@aybabtu.com>
1060         * util/i386/pc/grub-install.in: Handle empty string as output from
1061         make_system_path_relative_to_its_root().
1063 2008-10-05  Hans Lambermont  <hans@lambermont.dyndns.org>
1065         * disk/lvm.c (grub_lvm_scan_device): Allocate buffer space for the
1066         circular metadata worst case scenario. If the metadata is circular
1067         then copy the wrap in place.
1068         * include/grub/lvm.h: Add GRUB_LVM_MDA_HEADER_SIZE, from the LVM2
1069         project lib/format_text/layout.h
1070         Circular metadata bug found and patch debugged by Jan Derk Gerlings.
1072 2008-10-03  Felix Zielcke  <fzielcke@z-51.de>
1074         * util/i386/pc/grub-install.in: Source grub-mkconfig_lib instead of update-grub_lib.
1076 2008-10-03  Felix Zielcke  <fzielcke@z-51.de>
1078         * util/update-grub_lib.in: Mention filename in warning message.
1080 2008-09-29  Felix Zielcke  <fzielcke@z-51.de>
1082         * NEWS: Update for rename of update-grub to grub-mkconfig.
1084 2008-09-29  Felix Zielcke  <fzielcke@z-51.de>
1086         * util/update-grub_lib.in: Copy to ...
1087         * util/grub-mkconfig_lib.in: ... this.  Update all users.
1088         * util/update-grub_lib.in: Make it a stub to `grub-mkconfig_lib.in'.
1089         * util/update-grub.in: Rename to ...
1090         * util/grub-mkconfig.in: ... this.  Update all users.  Remove `-y'
1091         option. Add `--output' option to allow users to specify the generated
1092         configuration file.  Default to stdout.
1093         (update_grub_dir): Rename to ...
1094         (grub_mkconfig_dir): ... this.
1095         (grub_cfg): Default to an empty string.
1096         * conf/common.rmk (update-grub): Rename to ...
1097         (grub-mkconfig): ... this.
1098         (update-grub_lib): Copy to ...
1099         (grub-mkconfig_lib): ... this.
1100         (update-grub_SCRIPTS): Copy to ...
1101         (grub-mkconfig_SCRIPTS): ... this. Update all users.
1102         (update-grub_DATA): Rename to ...
1103         (grub-mkconfig_DATA): ... this.
1105 2008-09-28  Robert Millan  <rmh@aybabtu.com>
1107         * fs/iso9660.c (struct grub_iso9660_primary_voldesc): Rename `created'
1108         to `modified'.  Add the real `created' field.
1109         (grub_iso9660_uuid): Use `modified' rather than `created' for
1110         constructing the UUID.
1112 2008-09-28  Felix Zielcke  <fzielcke@z-51.de>
1114         fs/jfs.c (grub_jfs_find_file): Treat multiple slashes like one.
1115         Based on code from Tomas Ebenlendr <ebik@ucw.cz>.
1117 2008-09-28  Bean  <bean123ch@gmail.com>
1119         * fs/ntfs.c (grub_ntfs_iterate_dir): Fix a bug in the previous patch.
1120         Thanks to Christian Franke for finding this bug.
1122 2008-09-25  Robert Millan  <rmh@aybabtu.com>
1124         * util/grub-mkdevicemap.c (make_device_map): Actually replace all
1125         instances of grub_util_get_disk_name() (see previous commit).
1127 2008-09-25  Robert Millan  <rmh@aybabtu.com>
1129         * conf/i386-pc.rmk (grub_mkdevicemap_SOURCES): Remove
1130         `util/i386/get_disk_name.c'.
1131         * conf/i386-efi.rmk: Likewise.
1132         * conf/x86_64-efi.rmk: Likewise.
1133         * conf/i386-coreboot.rmk: Likewise.
1134         * conf/i386-ieee1275.rmk: Likewise.
1135         * conf/powerpc-ieee1275.rmk (grub_mkdevicemap_SOURCES): Remove
1136         `util/ieee1275/get_disk_name.c'.
1137         * include/grub/util/misc.h (grub_util_get_disk_name): Remove.
1138         * util/ieee1275/get_disk_name.c: Remove file.
1139         * util/i386/get_disk_name.c: Remove file.
1140         * util/grub-mkdevicemap.c (make_device_map): Back to hardcoding
1141         "hd%d" for device.map entries, rather than using
1142         grub_util_get_disk_name().
1144 2008-09-24  Carles Pina i Estany  <carles@pina.cat>
1146         * disk/dmraid_nvidia.c (grub_dmraid_nv_detect): Fix `unused parameter'
1147         warning.
1148         * commands/i386/pc/pxecmd.c (dmraid_nvidia): Likewise.
1150 2008-09-24  Carles Pina i Estany  <carles@pina.cat>
1152         * include/grub/i386/pc/console.h (GRUB_TERM_NPAGE):
1153         Changed to 0x5100.
1154         (GRUB_TERM_PPAGE): Changed to 0x4900.
1156 2008-09-24  Robert Millan  <rmh@aybabtu.com>
1158         * include/grub/powerpc/ieee1275/console.h (GRUB_CONSOLE_KEY_*): Remove
1159         macros (they were i386-pc specific).
1160         * include/grub/sparc64/ieee1275/console.h: Likewise.
1161         * include/grub/efi/console.h: Likewise.
1163 2008-09-22  Bean  <bean123ch@gmail.com>
1165         * fs/ntfs.c (grub_ntfs_iterate_dir): Fix a rare case where $BITMAP is
1166         resident and in attribute list.
1168         * include/grub/ntfs.h (BMP_LEN): Removed.
1170 2008-09-22  Bean  <bean123ch@gmail.com>
1172         * disk/ata.c (grub_atapi_open): Initialize devfnd, no need to set
1173         scsi->name and scsi->luns, as they will be set in grub_scsi_open.
1175         * disk/scsi.c (grub_scsi_open): Don't call p->close (scsi) here when
1176         error occurs, as grub_disk_open will call grub_disk_close, which will
1177         call p->close (scsi).
1179 2008-09-21  Felix Zielcke  <fzielcke@z-51.de>
1181         * configure.ac (AC_INIT): Quote `GRUB' string and version number.
1182         (AC_PREREQ): Bumped to 2.59.
1183         (AC_TRY_COMPILE): Replace obsolete macro with ...
1184         (AC_COMPILE_IFELSE): ... this.
1185         * aclocal.m4 (AC_TRY_LINK): Replace obsolete macro with ...
1186         (AC_LINK_IFELSE): ... this.
1188 2008-09-21  Felix Zielcke  <fzielcke@z-51.de>
1190         * autogen.sh: Add a call to `gendistlist.sh'.
1192 2008-09-19  Christian Franke  <franke@computer.org>
1194         * aclocal.m4 (grub_CHECK_ENABLE_EXECUTE_STACK): New function.
1195         * configure.ac: Call grub_CHECK_ENABLE_EXECUTE_STACK.
1196         * include/grub/misc.h [NEED_ENABLE_EXECUTE_STACK]:
1197         Export __enable_execute_stack() to modules.
1198         * kern/misc.c [NEED_ENABLE_EXECUTE_STACK] (__enable_execute_stack):
1199         New function.
1201 2008-09-09  Felix Zielcke  <fzielcke@z-51.de>
1203         * Makefile.in (RMKFILES): Add `i386.rmk' and `x86_64-efi.rmk'.
1204         Sort the list.
1206 2008-09-09  Felix Zielcke  <fzielcke@z-51.de>
1208         * util/hostdisk.c: Replace #include <grub/util/biosdisk.h> with
1209         #include <grub/util/hostdisk.h>.
1211 2008-09-08  Robert Millan  <rmh@aybabtu.com>
1213         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Skip
1214         segments when their filesz is zero (grub_file_read() interprets
1215         zero-size as "read until EOF", which results in memory corruption).
1216         Use `lowest_segment' rather than 0 for calculating the current
1217         segment load address.
1219 2008-09-08  Robert Millan  <rmh@aybabtu.com>
1221         * util/hostdisk.c (open_device): Replace a grub_util_info() call
1222         with grub_dprintf("hostdisk", ...), as it was so verbose that it
1223         clobbered useful information.
1225 2008-09-08  Robert Millan  <rmh@aybabtu.com>
1227         * include/grub/util/biosdisk.h: Move to ...
1228         * include/grub/util/hostdisk.h: ... here.  Update all users.
1229         * util/biosdisk.c: Move to ...
1230         * util/hostdisk.c: ... here.  Update all users.
1232 2008-09-07  Robert Millan  <rmh@aybabtu.com>
1234         * loader/i386/pc/multiboot.c (mmap_addr, mmap_length): Remove
1235         variables.
1236         (grub_multiboot): Move `mbi' allocation upwards, so that mmap address
1237         and length can be stored directly in the `mbi->mmap_addr' and
1238         `mbi->mmap_length' struct fields.
1240 2008-09-07  Robert Millan  <rmh@aybabtu.com>
1242         * conf/i386.rmk: New file.  Provides declaration for building
1243         `cpuid.mod'.
1244         * conf/i386-pc.rmk (pkglib_MODULES): Remove `cpuid.mod'.
1245         (cpuid_mod_SOURCES, cpuid_mod_CFLAGS, cpuid_mod_LDFLAGS): Remove
1246         variables.
1247         Include `conf/i386.mk'.
1248         * conf/i386-efi.rmk: Likewise.
1249         * conf/x86_64-efi.rmk: Likewise.
1250         * conf/i386-coreboot.rmk: Likewise.
1251         * conf/i386-ieee1275.rmk: Likewise.
1253 2008-09-07  Vesa Jääskeläinen  <chaac@nic.fi>
1255         Based on patch created by Colin D Bennett <colin@gibibit.com>.
1256         Adds optimization support for BGR based modes.
1258         * include/grub/i386/pc/vbeblit.h (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8A8) Removed.
1259         (grub_video_i386_vbeblit_R8G8B8X8_R8G8B8X8): Likewise.
1260         (grub_video_i386_vbeblit_R8G8B8_R8G8B8A8): Likewise.
1261         (grub_video_i386_vbeblit_R8G8B8_R8G8B8X8): Likewise.
1262         (grub_video_i386_vbeblit_index_R8G8B8A8): Likewise.
1263         (grub_video_i386_vbeblit_index_R8G8B8X8): Likewise.
1264         (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8): Likewise.
1265         (grub_video_i386_vbeblit_R8G8B8_R8G8B8): Likewise.
1266         (grub_video_i386_vbeblit_index_R8G8B8): Likewise.
1267         (grub_video_i386_vbeblit_index_index): Likewise.
1268         (grub_video_i386_vbeblit_replace_directN): Added.
1269         (grub_video_i386_vbeblit_replace_BGRX8888_RGBX8888): Likewise.
1270         (grub_video_i386_vbeblit_replace_BGRX8888_RGB888): Likewise.
1271         (grub_video_i386_vbeblit_replace_BGR888_RGBX8888): Likewise.
1272         (grub_video_i386_vbeblit_replace_BGR888_RGB888): Likewise.
1273         (grub_video_i386_vbeblit_replace_RGBX8888_RGB888): Likewise.
1274         (grub_video_i386_vbeblit_replace_RGB888_RGBX8888): Likewise.
1275         (grub_video_i386_vbeblit_replace_index_RGBX8888): Likewise.
1276         (grub_video_i386_vbeblit_replace_index_RGB888): Likewise.
1277         (grub_video_i386_vbeblit_blend_BGRA8888_RGBA8888): Likewise.
1278         (grub_video_i386_vbeblit_blend_BGR888_RGBA8888): Likewise.
1279         (grub_video_i386_vbeblit_blend_RGBA8888_RGBA8888): Likewise.
1280         (grub_video_i386_vbeblit_blend_RGB888_RGBA8888): Likewise.
1281         (grub_video_i386_vbeblit_blend_index_RGBA8888): Likewise.
1283         * include/grub/i386/pc/vbefill.h (grub_video_i386_vbefill_R8G8B8A8) Removed.
1284         (grub_video_i386_vbefill_R8G8B8): Likewise.
1285         (grub_video_i386_vbefill_index): Likewise.
1286         (grub_video_i386_vbefill_direct32): Added.
1287         (grub_video_i386_vbefill_direct24): Likewise.
1288         (grub_video_i386_vbefill_direct16): Likewise.
1289         (grub_video_i386_vbefill_direct8): Likewise.
1291         * include/grub/video.h (grub_video_blit_format): Removed
1292         GRUB_VIDEO_BLIT_FORMAT_R8G8B8A8, GRUB_VIDEO_BLIT_FORMAT_R8G8B8.
1293         (grub_video_blit_format): Added GRUB_VIDEO_BLIT_FORMAT_RGBA_8888,
1294         GRUB_VIDEO_BLIT_FORMAT_BGRA_8888, GRUB_VIDEO_BLIT_FORMAT_RGB_888,
1295         GRUB_VIDEO_BLIT_FORMAT_BGR_888, GRUB_VIDEO_BLIT_FORMAT_RGB_565,
1296         GRUB_VIDEO_BLIT_FORMAT_BGR_565.
1298         * video/video.c (grub_video_get_blit_format): Updated to use new
1299         blit formats.  Added handling for 16 bit color modes.
1301         * video/i386/pc/vbe.c (grub_video_vbe_fill_rect): Updated to use new
1302         fillers.
1303         (common_blitter): Updated to use new blitters.
1305         * video/i386/pc/vbeblit.c (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8A8):
1306         Removed.
1307         (grub_video_i386_vbeblit_R8G8B8X8_R8G8B8X8): Likewise.
1308         (grub_video_i386_vbeblit_R8G8B8_R8G8B8A8): Likewise.
1309         (grub_video_i386_vbeblit_R8G8B8_R8G8B8X8): Likewise.
1310         (grub_video_i386_vbeblit_index_R8G8B8A8): Likewise.
1311         (grub_video_i386_vbeblit_index_R8G8B8X8): Likewise.
1312         (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8): Likewise.
1313         (grub_video_i386_vbeblit_R8G8B8_R8G8B8): Likewise.
1314         (grub_video_i386_vbeblit_index_R8G8B8): Likewise.
1315         (grub_video_i386_vbeblit_index_index): Likewise.
1316         (grub_video_i386_vbeblit_replace_directN): Added.
1317         (grub_video_i386_vbeblit_replace_BGRX8888_RGBX8888): Likewise.
1318         (grub_video_i386_vbeblit_replace_BGRX8888_RGB888): Likewise.
1319         (grub_video_i386_vbeblit_replace_BGR888_RGBX8888): Likewise.
1320         (grub_video_i386_vbeblit_replace_BGR888_RGB888): Likewise.
1321         (grub_video_i386_vbeblit_replace_RGBX8888_RGB888): Likewise.
1322         (grub_video_i386_vbeblit_replace_RGB888_RGBX8888): Likewise.
1323         (grub_video_i386_vbeblit_replace_index_RGBX8888): Likewise.
1324         (grub_video_i386_vbeblit_replace_index_RGB888): Likewise.
1325         (grub_video_i386_vbeblit_blend_BGRA8888_RGBA8888): Likewise.
1326         (grub_video_i386_vbeblit_blend_BGR888_RGBA8888): Likewise.
1327         (grub_video_i386_vbeblit_blend_RGBA8888_RGBA8888): Likewise.
1328         (grub_video_i386_vbeblit_blend_RGB888_RGBA8888): Likewise.
1329         (grub_video_i386_vbeblit_blend_index_RGBA8888): Likewise.
1331         * video/i386/pc/vbefill.c (grub_video_i386_vbefill_R8G8B8A8): Removed.
1332         (grub_video_i386_vbefill_R8G8B8): Likewise.
1333         (grub_video_i386_vbefill_index): Likewise.
1334         (grub_video_i386_vbefill_direct32): Added.
1335         (grub_video_i386_vbefill_direct24): Likewise.
1336         (grub_video_i386_vbefill_direct16): Likewise.
1337         (grub_video_i386_vbefill_direct8): Likewise.
1339         * video/readers/jpeg.c (grub_jpeg_decode_sos): Adapt to new blitter
1340         types.
1342         * video/readers/tga.c (grub_video_reader_tga): Adapt to new blitter
1343         types.
1345         * video/readers/png.c (grub_png_decode_image_header): Adapt to new
1346         blitter types.
1348         * video/bitmap.c (grub_video_bitmap_create): Adapt to new blitter
1349         types.
1351 2008-09-06  Felix Zielcke  <fzielcke@z-51.de>
1353         * disk/raid.c (insert_array): Set `array->chunk_size' to 64 for
1354         RAID level 1.
1356 2008-09-06  Felix Zielcke  <fzielcke@z-51.de>
1358         * fs/iso9660.c (grub_iso9660_date): New structure.
1359         (grub_iso9660_primary_voldesc): Add `grub_iso9660_date' member.
1360         (grub_iso9660_uuid): New function.
1362 2008-09-05  Bean  <bean123ch@gmail.com>
1364         * fs/fshelp.c (grub_fshelp_find_file): Handle case insensitive names.
1366         * fs/ntfs.c (list_file): Ignore names in DOS namespace, set the case
1367         insensitive bit for names in Win32 and Win32 & DOS namespace.
1369         * include/grub/fshelp.h (GRUB_FSHELP_CASE_INSENSITIVE): New macro.
1371         * include/grub/types.h (LONG_MAX): Likewise.
1373 2008-09-04  Felix Zielcke  <fzielcke@z-51.de>
1375         * util/getroot.c: Include <config.h>.
1376         (grub_util_get_grub_dev): Rewrite to use asprintf for mdraid devices,
1377         add support for /dev/md/N devices and handle LVM double dash escaping.
1379 2008-09-04  Felix Zielcke  <fzielcke@z-51.de>
1381         * config.guess: Update to latest version from config git.
1382         * config.sub: Likewise.
1384 2008-09-03  Robert Millan  <rmh@aybabtu.com>
1386         * disk/scsi.c (grub_scsi_open): Remove size limit when printing
1387         `disk->total_sectors'.
1389 2008-09-01  Colin D Bennett  <colin@gibibit.com>
1391         * include/grub/normal.h: Fixed incorrect comment for
1392         GRUB_COMMAND_FLAG_NO_ARG_PARSE.
1394 2008-09-01  Colin D Bennett  <colin@gibibit.com>
1396         * commands/i386/pc/vbeinfo.c (grub_cmd_vbeinfo): Replaced constant
1397         values with defines.
1399         * include/grub/i386/pc/vbe.h (GRUB_VBE_MODEATTR_SUPPORTED): Added.
1400         (GRUB_VBE_MODEATTR_RESERVED_1): Likewise.
1401         (GRUB_VBE_MODEATTR_BIOS_TTY_OUTPUT_SUPPORT): Likewise.
1402         (GRUB_VBE_MODEATTR_COLOR): Likewise.
1403         (GRUB_VBE_MODEATTR_GRAPHICS): Likewise.
1404         (GRUB_VBE_MODEATTR_VGA_COMPATIBLE): Likewise.
1405         (GRUB_VBE_MODEATTR_VGA_WINDOWED_AVAIL): Likewise.
1406         (GRUB_VBE_MODEATTR_LFB_AVAIL): Likewise.
1407         (GRUB_VBE_MODEATTR_DOUBLE_SCAN_AVAIL): Likewise.
1408         (GRUB_VBE_MODEATTR_INTERLACED_AVAIL): Likewise.
1409         (GRUB_VBE_MODEATTR_TRIPLE_BUF_AVAIL): Likewise.
1410         (GRUB_VBE_MODEATTR_STEREO_AVAIL): Likewise.
1411         (GRUB_VBE_MODEATTR_DUAL_DISPLAY_START): Likewise.
1412         (GRUB_VBE_MEMORY_MODEL_TEXT): Likewise.
1413         (GRUB_VBE_MEMORY_MODEL_CGA): Likewise.
1414         (GRUB_VBE_MEMORY_MODEL_HERCULES): Likewise.
1415         (GRUB_VBE_MEMORY_MODEL_PLANAR): Likewise.
1416         (GRUB_VBE_MEMORY_MODEL_NONCHAIN4_256): Likewise.
1417         (GRUB_VBE_MEMORY_MODEL_YUV): Likewise.
1419 2008-08-31  Robert Millan  <rmh@aybabtu.com>
1421         * loader/i386/pc/multiboot.c (grub_get_multiboot_mmap_len): Fix
1422         declaration.
1423         (grub_multiboot): Fix a few warnings.
1425 2008-08-31  Robert Millan  <rmh@aybabtu.com>
1427         * loader/i386/pc/multiboot.c: Update comment not to say that
1428         boot_device support is unimplemented.
1430 2008-08-31  Robert Millan  <rmh@aybabtu.com>
1432         * loader/i386/pc/multiboot.c: Update comment not to say that a.out
1433         or memory map support are unimplemented.
1435 2008-08-31  Colin D Bennett  <colin@gibibit.com>
1437         * util/i386/pc/grub-mkrescue.in: Support multiple overlay directories.
1439 2008-08-31  Colin D Bennett  <colin@gibibit.com>
1441         * commands/i386/pc/vbeinfo.c (grub_cmd_vbeinfo): Show VBE version and
1442         total video memory in 'vbeinfo' output; show color format details for
1443         each video mode.
1445 2008-08-30  Pavel Roskin  <proski@gnu.org>
1447         * util/genmoddep.c: Remove for real this time.
1448         * DISTLIST: Remove util/genmoddep.c.
1450 2008-08-30  Robert Millan  <rmh@aybabtu.com>
1452         * kern/i386/pc/startup.S (multiboot_header): Force 4-byte alignment
1453         as required by Multiboot spec (it was already 4-byte aligned, but
1454         only by chance).
1456 2008-08-29  Pavel Roskin  <proski@gnu.org>
1458         * kern/powerpc/ieee1275/crt0.S: Rename to ...
1459         * kern/powerpc/ieee1275/startup.S: ... this.
1460         * conf/powerpc-ieee1275.rmk: Adjust for the above.
1461         * DISTLIST: Likewise.
1463         * kern/powerpc/ieee1275/crt0.S: Include grub/symbol.h and
1464         grub/cpu/kernel.h.  Add start label for consistency with other
1465         platforms.  Add grub_prefix immediately after start.  Add jump
1466         to the code after grub_prefix.
1467         * include/grub/powerpc/kernel.h: Provide valid values for
1468         GRUB_KERNEL_CPU_PREFIX and GRUB_KERNEL_CPU_DATA_END.
1470 2008-08-29  Bean  <bean123ch@gmail.com>
1472         * configure.ac: Change host_os to cygwin for mingw.
1473         (asprintf): New check for function.
1475         * include/grub/symbol.h: Replace #ifndef __CYGWIN__ with
1476         #if ! defined (__CYGWIN__) && ! defined (__MINGW32__).
1478         * include/grub/util/misc.h: #include <config.h> and <grub/types.h>,
1479         declare asprintf if HAVE_ASPRINTF is not set, declare fseeko, ftello,
1480         sync, sleep and grub_util_get_disk_size for mingw.
1482         * util/biosdisk.c (grub_util_biosdisk_open): Use grub_util_get_disk_size
1483         to get size in mingw.
1484         (open_device): Use flag O_BINARY if it's defined.
1485         (find_root_device): Add dummy code for mingw.
1487         * util/grub-mkdevicemap.c (get_floppy_disk_name): Return 0 for mingw.
1488         (get_ide_disk_name): Return //./PHYSICALDRIVE%d for mingw.
1489         (get_scsi_disk_name): Return 0 for mingw.
1491         * util/hostfs.c: #include <grub/util/misc.h>.
1492         (grub_hostfs_open): Use "rb" flag to open file, use
1493         grub_util_get_disk_size to get disk size for mingw.
1495         * util/misc.c: #include <windows.h> and <winioctl.h> in mingw.
1496         (asprintf): New function if HAVE_ASPRINTF is not set.
1497         (sync): New function for mingw.
1498         (sleep): Likewise.
1499         (grub_util_get_disk_size): Likewise.
1501 2008-08-28  Pavel Roskin  <proski@gnu.org>
1503         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Add
1504         kern/time.c.
1506 2008-08-28  Robert Millan  <rmh@aybabtu.com>
1508         * util/biosdisk.c (find_grub_drive): Declare missing `i' variable.
1510 2008-08-28  Robert Millan  <rmh@aybabtu.com>
1512         Change find_grub_drive() syntax so it doesn't prevent it from
1513         detecting NULL names as errors.
1515         * util/biosdisk.c (find_grub_drive): Move free slot search code
1516         from here ...
1517         (find_free_slot): ... to here.
1518         (read_device_map): Use find_free_slot() to search for free slots.
1520 2008-08-27  Marco Gerards  <marco@gnu.org>
1522         * conf/common.rmk (pkglib_MODULES): Add scsi.mod.
1523         (scsi_mod_SOURCES): New variable.
1524         (scsi_mod_CFLAGS): Likewise
1525         (scsi_mod_LDFLAGS): Likewise.
1527         * disk/scsi.c: New file.
1529         * include/grub/scsi.h: Likewise.
1531         * include/grub/scsicmd.h: Likewise.
1533         * disk/ata.c: Include <grub/scsi.h>.
1534         (grub_atapi_packet): Do not use grub_ata_cmd, use registers
1535         instead.
1536         (grub_ata_iterate): Skip ATAPI devices.
1537         (grub_ata_open): Only handle ATAPI devices.
1538         (struct grub_atapi_read): Removed.
1539         (grub_atapi_readsector): Likewise.
1540         (grub_ata_read): No longer handle ATAPI devices.
1541         (grub_ata_write): Likewise.
1542         (grub_atapi_iterate): New function.
1543         (grub_atapi_read): Likewise.
1544         (grub_atapi_write): Likewise.
1545         (grub_atapi_open): Likewise.
1546         (grub_atapi_close): Likewise.
1547         (grub_atapi_dev): New variable.
1548         (GRUB_MOD_INIT(ata)): Register ATAPI as SCSI device.
1549         (GRUB_MOD_FINI(ata)): Unregister ATAPI.
1551         * include/grub/disk.h (enum grub_disk_dev_id): Add
1552         `GRUB_DISK_DEVICE_SCSI_ID'.
1554 2008-08-26  Robert Millan  <rmh@aybabtu.com>
1556         * util/biosdisk.c (grub_util_biosdisk_open, open_device)
1557         (grub_util_biosdisk_get_grub_dev): Make error messages a bit more
1558         descriptive.
1560 2008-08-23  Bean  <bean123ch@gmail.com>
1562         * conf/common.rmk (grub_probe_SOURCES): Add disk/mdraid_linux.c.
1563         (grub_fstest_SOURCES): Add disk/raid5_recover.c, disk/raid6_recover.c,
1564         disk/mdraid_linux.c and disk/dmraid_nvidia.c and lib/crc.c.
1565         (pkglib_MODULES): Add raid5rec.mod, raid6rec.mod, mdraid.mod and
1566         dm_nv.mod.
1567         (raid5rec_mod_SOURCES): New macro.
1568         (raid5rec_mod_CFLAGS): Likewise.
1569         (raid5rec_mod_LDFLAGS): Likewise.
1570         (raid6rec_mod_SOURCES): Likewise.
1571         (raid6rec_mod_CFLAGS): Likewise.
1572         (raid6rec_mod_LDFLAGS): Likewise.
1573         (mdraid_mod_SOURCES): Likewise.
1574         (mdraid_mod_CFLAGS): Likewise.
1575         (mdraid_mod_LDFLAGS): Likewise.
1576         (dm_nv_mod_SOURCES): Likewise.
1577         (dm_nv_mod_CFLAGS): Likewise.
1578         (dm_nv_mod_LDFLAGS): Likewise.
1580         * conf/i386-pc.rmk (grub_setup_SOURCES): Add disk/mdraid_linux.c.
1581         (grub_emu_SOURCES):  Add disk/raid5_recover.c, disk/raid6_recover.c,
1582         disk/mdraid_linux.c and disk/dmraid_nvidia.c.
1584         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Add disk/raid5_recover.c,
1585         disk/raid6_recover.c, disk/mdraid_linux.c and disk/dmraid_nvidia.c.
1587         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
1589         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
1591         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
1593         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
1595         * disk/raid5_recover.c: New file.
1597         * disk/raid6_recover.c: Likewise.
1599         * disk/mdraid_linux.c: Likewise.
1601         * disk/dmraid_nvidia.c: Likewise.
1603         * disk/i386/pc/biosdisk.c: Set total_sectors of cdrom device to
1604         ULONG_MAX.
1606         * disk/raid.c (grub_raid_open): Use the size of the smallest disk to
1607         calculate the size of raid device.
1608         (grub_raid_read): Simplify raid0 code. Support raid4, raid6 and four
1609         different layout of raid5.
1610         (grub_raid_scan_device): Remove code specific to mdraid.
1611         (grub_raid_list): New variable.
1612         (free_array): New function.
1613         (grub_raid_register): Likewise.
1614         (grub_raid_unregister): Likewise.
1615         (grub_raid_rescan): Likewise.
1616         (GRUB_MOD_INIT): Don't iterate device here.
1617         (GRUB_MOD_FINI): Use free_array to release resource.
1619         * include/grub/raid.h: Remove macro and structure specific to mdraid.
1620         (grub_raid5_recover_func_t): New function variable type.
1621         (grub_raid6_recover_func_t): Likewise.
1622         (grub_raid5_recover_func): New variable.
1623         (grub_raid6_recover_func): Likewise.
1624         (grub_raid_register): New function.
1625         (grub_raid_unregister): Likewise.
1626         (grub_raid_rescan): Likewise.
1627         (grub_raid_block_xor): Likewise.
1629         * util/grub-fstest.c: Add #include <grub/raid.h> and <grub/lib/crc.h>.
1630         (CMD_CRC): New macro.
1631         (part): Removed.
1632         (read_file): Handle device as well as file.
1633         (cmd_crc): New function.
1634         (fstest): Handle multiple disks.
1635         (options): Remove part, raw and long, add root and diskcount.
1636         (usage): Add crc, remove -p, -r, -l, add -r and -c.
1637         (main): Find the first non option entry and ignore subsequent options,
1638         add handling for the new options, support multiple disks.
1640         * util/grub-probe.c (probe): Add mdraid to abstraction_name.
1642 2008-08-23  Bean  <bean123ch@gmail.com>
1644         * normal/x86_64/setjmp.S (grub_longjmp): Return 1 when val = 0.
1646         * genfslist.sh: Ignore kernel.mod.
1648         * genpartmaplist.sh: Likewise.
1650 2008-08-23  Robert Millan  <rmh@aybabtu.com>
1652         * util/getroot.c (find_root_device): Skip anything that starts with
1653         a dot, not just directories.  This avoids things like /dev/.tmp.md0.
1655 2008-08-22  Felix Zielcke  <fzielcke@z-51.de>
1657         * util/update-grub.in (GRUB_GFXMODE): Export variable.
1658         * util/grub.d/00_header.in: Allow the administrator to change default
1659         gfxmode via ${GRUB_GFXMODE}.
1661 2008-08-21  Felix Zielcke  <fzielcke@z-51.de>
1663         * fs/ntfs.c (grub_ntfs_mount): Fix a memory leak.
1665 2008-08-21  Robert Millan  <rmh@aybabtu.com>
1667         * loader/i386/linux.c: New file.  Implements generic 32-bit Linux
1668         loader.
1669         * conf/i386-coreboot.rmk (_linux_mod_SOURCES): Replace
1670         `loader/i386/pc/linux.c' with `loader/i386/linux.c'.
1672 2008-08-20  Carles Pina i Estany  <carles@pina.cat>
1674         * menu/normal.c (run_menu): Replace hardcoded numbers with macros
1675         (16 for GRUB_TERM_UP and 14 for GRUB_TERM_DOWN)
1677 2008-08-19  Robert Millan  <rmh@aybabtu.com>
1679         * term/gfxterm.c (DEFAULT_CURSOR_COLOR): Remove.
1680         (struct grub_virtual_screen): Remove `cursor_color'.
1681         (grub_virtual_screen_setup): Remove `virtual_screen.cursor_color'
1682         initialization.
1683         (write_cursor): Use `virtual_screen.fg_color' to draw cursor.
1685 2008-08-18  Robert Millan  <rmh@aybabtu.com>
1687         Unify (identical) linux_normal.c files.
1688         * loader/i386/efi/linux_normal.c: Move from here ...
1689         * loader/linux_normal.c: ... to here.  Update all users.
1690         * loader/i386/pc/linux_normal.c: Delete.  Update all users.
1691         * loader/i386/ieee1275/linux_normal.c: Likewise.
1693 2008-08-18  Robert Millan  <rmh@aybabtu.com>
1695         * include/grub/i386/linux.h (LINUX_LOADER_ID_LILO)
1696         (LINUX_LOADER_ID_LOADLIN, LINUX_LOADER_ID_BOOTSECT)
1697         (LINUX_LOADER_ID_SYSLINUX, LINUX_LOADER_ID_ETHERBOOT)
1698         (LINUX_LOADER_ID_ELILO, LINUX_LOADER_ID_GRUB, LINUX_LOADER_ID_UBOOT)
1699         (LINUX_LOADER_ID_XEN, LINUX_LOADER_ID_GUJIN, LINUX_LOADER_ID_QEMU):
1700         New macros.
1701         (GRUB_LINUX_CL_OFFSET, GRUB_LINUX_CL_END_OFFSET): Move from here ...
1702         * loader/i386/pc/linux.c (GRUB_LINUX_CL_OFFSET)
1703         (GRUB_LINUX_CL_END_OFFSET): ... to here.
1704         * loader/i386/efi/linux.c (GRUB_EFI_CL_OFFSET): Rename to ...
1705         (GRUB_LINUX_CL_OFFSET): ... this.  Update all users.
1706         (GRUB_EFI_CL_END_OFFSET): Rename to ...
1707         (GRUB_LINUX_CL_END_OFFSET): ... this.  Update all users.
1708         (grub_rescue_cmd_linux): Macroify `type_of_loader' initialization.
1709         Initialize `params->video_cursor_x' and `params->video_cursor_y'
1710         portably using grub_getxy().
1711         Replace `-EFI' with `-bzImage' in boot message.
1713 2008-08-17  Robert Millan  <rmh@aybabtu.com>
1715         * include/grub/x86_64/kernel.h: New file (<grub/i386/kernel.h> stub).
1717 2008-08-17  Robert Millan  <rmh@aybabtu.com>
1719         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/i386/pc/mmap.c'.
1721         * include/grub/i386/pc/init.h (GRUB_MACHINE_MEMORY_AVAILABLE)
1722         (GRUB_MACHINE_MEMORY_RESERVED): New macros.
1723         (grub_machine_mmap_iterate): New function declaration.
1724         * include/grub/multiboot.h (struct grub_multiboot_mmap_entry): New
1725         structure.
1726         (GRUB_MMAP_MEMORY_AVAILABLE, GRUB_MMAP_MEMORY_RESERVED): New
1727         macros.
1729         * kern/i386/pc/init.c (grub_machine_init): Replace hardcoded region
1730         type check value with `GRUB_MACHINE_MEMORY_AVAILABLE'.
1731         Move e820 parsing from here ...
1732         * kern/i386/pc/mmap.c: New file.
1733         (grub_machine_mmap_iterate): ... to here.
1735         * include/grub/i386/coreboot/memory.h: Remove `<grub/err.h>'.
1736         (GRUB_LINUXBIOS_MEMORY_AVAILABLE): Rename (for consistency) to ...
1737         (GRUB_MACHINE_MEMORY_AVAILABLE): ... this.  Update all users.
1738         (grub_available_iterate): Redeclare to return `void', and redeclare
1739         its hook to use grub_uint64_t as addr and size parameters, and rename
1740         to ...
1741         (grub_machine_mmap_iterate): ... this.  Update all users.
1743         * kern/i386/coreboot/mmap.c (grub_mmap_iterate): Simplify parser loop
1744         to make it more readable.  Rename to ...
1745         (grub_machine_mmap_iterate): ... this.
1747         * loader/i386/pc/multiboot.c (mmap_addr, mmap_length): New variables.
1748         (grub_get_multiboot_mmap_len, grub_fill_multiboot_mmap): New functions.
1749         (grub_multiboot): Allocate an extra region after the payload, and fill
1750         it with a Multiboot memory map.  Adjust a.out loader to calculate size
1751         with the extra space.
1752         (grub_multiboot_load_elf32): Adjust elf32 loader to calculate size
1753         with the extra space.
1755 2008-08-17  Carles Pina i Estany  <carles@pina.cat>
1757         * menu/normal.c (run_menu): Add Home and End keys in grub-menu.
1759 2008-08-17  Felix Zielcke  <fzielcke@z-51.de>
1761         * gendistlist.sh: Add *.y, *.tex, *.texi, grub.cfg, README, *.sc,
1762         mdate-sh to the list `find' searches for.
1763         * DISTLIST: Regenerated.
1765 2008-08-16  Felix Zielcke  <fzielcke@z-51.de>
1767         * gendistlist.sh (EXTRA_DISTFILES): Remove gensymlist.sh,
1768         genkernsyms.sh.  Add geninit.sh, geninitheader.sh, genkernsyms.sh.in,
1769         genmoddep.awk, gensymlist.sh.in.
1770         (DISTDIRS): Add bus, docs, hook, lib.
1771         * DISTLIST: Regenerated.
1772         * NEWS: Add cygwin support and change the `os-prober' entry a bit.
1774 2008-08-16  Robert Millan  <rmh@aybabtu.com>
1776         * disk/raid.c (grub_raid_init): Handle/report errors set by
1777         grub_device_iterate().
1778         * disk/lvm.c (grub_lvm_init): Likewise.
1780 2008-08-15  Bean  <bean123ch@gmail.com>
1782         * conf/i386-pc.rmk (pkglib_MODULES): Add datetime.mod, date.mod
1783         and datehook.mod.
1784         (datetime_mod_SOURCES): New macro.
1785         (datetime_mod_CFLAGS): Likewise.
1786         (datetime_mod_LDFLAGS): Likewise.
1787         (date_mod_SOURCES): Likewise.
1788         (date_mod_CFLAGS): Likewise.
1789         (date_mod_LDFLAGS): Likewise.
1790         (datehook_mod_SOURCES): Likewise.
1791         (datehook_mod_CFLAGS): Likewise.
1792         (datehook_mod_LDFLAGS): Likewise.
1794         * conf/i386-coreboot.rmk (pkglib_MODULES): Add datetime.mod, date.mod
1795         and datehook.mod.
1796         (datetime_mod_SOURCES): New macro.
1797         (datetime_mod_CFLAGS): Likewise.
1798         (datetime_mod_LDFLAGS): Likewise.
1799         (date_mod_SOURCES): Likewise.
1800         (date_mod_CFLAGS): Likewise.
1801         (date_mod_LDFLAGS): Likewise.
1802         (datehook_mod_SOURCES): Likewise.
1803         (datehook_mod_CFLAGS): Likewise.
1804         (datehook_mod_LDFLAGS): Likewise.
1806         * conf/i386-ieee1275.rmk (pkglib_MODULES): Add datetime.mod, date.mod
1807         and datehook.mod.
1808         (datetime_mod_SOURCES): New macro.
1809         (datetime_mod_CFLAGS): Likewise.
1810         (datetime_mod_LDFLAGS): Likewise.
1811         (date_mod_SOURCES): Likewise.
1812         (date_mod_CFLAGS): Likewise.
1813         (date_mod_LDFLAGS): Likewise.
1814         (datehook_mod_SOURCES): Likewise.
1815         (datehook_mod_CFLAGS): Likewise.
1816         (datehook_mod_LDFLAGS): Likewise.
1818         * conf/i386-efi.rmk (pkglib_MODULES): Add datetime.mod, date.mod
1819         and datehook.mod.
1820         (datetime_mod_SOURCES): New macro.
1821         (datetime_mod_CFLAGS): Likewise.
1822         (datetime_mod_LDFLAGS): Likewise.
1823         (date_mod_SOURCES): Likewise.
1824         (date_mod_CFLAGS): Likewise.
1825         (date_mod_LDFLAGS): Likewise.
1826         (datehook_mod_SOURCES): Likewise.
1827         (datehook_mod_CFLAGS): Likewise.
1828         (datehook_mod_LDFLAGS): Likewise.
1830         * conf/x86_64-efi.rmk (pkglib_MODULES): Add datetime.mod, date.mod
1831         and datehook.mod.
1832         (datetime_mod_SOURCES): New macro.
1833         (datetime_mod_CFLAGS): Likewise.
1834         (datetime_mod_LDFLAGS): Likewise.
1835         (date_mod_SOURCES): Likewise.
1836         (date_mod_CFLAGS): Likewise.
1837         (date_mod_LDFLAGS): Likewise.
1838         (datehook_mod_SOURCES): Likewise.
1839         (datehook_mod_CFLAGS): Likewise.
1840         (datehook_mod_LDFLAGS): Likewise.
1842         * kern/env.c (grub_env_insert): Fix a bug in prevp pointer.
1844         * commands/date.c: New file.
1846         * hook/datehook.c: Likewise.
1848         * include/grub/lib/datetime.h: Likewise.
1850         * include/grub/i386/cmos.h: Likewise.
1852         * lib/datetime.c: Likewise.
1854         * lib/i386/datetime.c: Likewise.
1856         * lib/efi/datetime.c: Likewise.
1858 2008-08-14  Robert Millan  <rmh@aybabtu.com>
1860         * conf/common.rmk (bin_UTILITIES): Add `grub-mkelfimage'.
1861         (grub_mkelfimage_SOURCES): New variable.
1862         (util/elf/grub-mkimage.c_DEPENDENCIES): Likewise.
1864         * conf/i386-coreboot.rmk (bin_UTILITIES, grub_mkimage_SOURCES)
1865         (grub_mkimage_LDFLAGS, util/elf/grub-mkimage.c_DEPENDENCIES): Remove.
1866         * conf/powerpc-ieee1275.rmk: Likewise.
1867         * conf/i386-ieee1275.rmk: Likewise.
1869         * kern/ieee1275/init.c: Include `<grub/cpu/kernel.h>'.
1870         * kern/i386/coreboot/init.c: Likewise.
1872         * kern/i386/ieee1275/startup.S: Replace `<grub/machine/kernel.h>'
1873         with `<grub/cpu/kernel.h>'.
1874         (GRUB_KERNEL_MACHINE_PREFIX, GRUB_KERNEL_MACHINE_DATA_END): Renamed
1875         to ...
1876         (GRUB_KERNEL_CPU_PREFIX, GRUB_KERNEL_CPU_DATA_END): ... this.
1877         * kern/i386/coreboot/startup.S: Likewise.
1879         * include/grub/powerpc/ieee1275/kernel.h (GRUB_MOD_ALIGN)
1880         (GRUB_MOD_GAP): Remove.
1881         * include/grub/powerpc/kernel.h: New file.
1882         * include/grub/i386/ieee1275/kernel.h (GRUB_KERNEL_MACHINE_PREFIX)
1883         (GRUB_KERNEL_MACHINE_DATA_END): Remove.
1884         * include/grub/i386/kernel.h: New file.
1885         * include/grub/i386/coreboot/kernel.h (GRUB_MOD_ALIGN)
1886         (GRUB_MOD_GAP, GRUB_KERNEL_MACHINE_PREFIX)
1887         (GRUB_KERNEL_MACHINE_DATA_END): Remove.
1889         * util/ieee1275/grub-install.in (grub_mkimage): Initialize to use
1890         `grub-mkelfimage'.
1891         Use --directory when invoking grub_mkimage.
1893         * util/elf/grub-mkimage.c: Include `<grub/cpu/kernel.h>'.
1894         (add_segments): Replace GRUB_KERNEL_MACHINE_DATA_END and
1895         GRUB_KERNEL_MACHINE_PREFIX with GRUB_KERNEL_CPU_DATA_END
1896         and GRUB_KERNEL_CPU_PREFIX.
1898 2008-08-14  Felix Zielcke  <fzielcke@z-51.de>
1900         * include/grub/err.h (grub_err_printf): New function prototype.
1901         * util/misc.c (grub_err_printf): New function.
1902         * kern/misc.c [! GRUB_UTIL] (grub_err_printf): New alias for
1903         grub_printf.
1904         * kern/err.c (grub_print_error): Use grub_err_printf.
1906 2008-08-13  Robert Millan  <rmh@aybabtu.com>
1908         * docs/grub.cfg: Remove `/dev/' prefix in GNU/Hurd boot entry.
1910 2008-08-13  Robert Millan  <rmh@aybabtu.com>
1912         * docs/grub.cfg: Use the native device name for the example GNU/Hurd
1913         boot entry.
1915 2008-08-12  Robert Millan  <rmh@aybabtu.com>
1917         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Move part
1918         of the relocation code from here ...
1919         (grub_multiboot): ... to here.
1920         (forward_relocator, backward_relocator): Move from here ...
1921         * kern/i386/loader.S (grub_multiboot_forward_relocator)
1922         (grub_multiboot_backward_relocator): ... to here.
1923         (grub_multiboot_real_boot): Use %edx for entry offset.  Put Multiboot
1924         magic in %eax.  Use %ebp for jumping (so %edx is not trashed).
1925         * include/grub/i386/loader.h (grub_multiboot_forward_relocator)
1926         (grub_multiboot_forward_relocator_end)
1927         (grub_multiboot_backward_relocator)
1928         (grub_multiboot_backward_relocator_end): New variables.
1930 2008-08-12  Bean  <bean123ch@gmail.com>
1932         * disk/raid.c (grub_raid_read): Fix a bug in raid0 code.
1934 2008-08-11  Robert Millan  <rmh@aybabtu.com>
1936         * kern/i386/linuxbios/startup.S: Move from here ...
1937         * kern/i386/coreboot/startup.S: ... to here.
1939         * kern/i386/linuxbios/init.c: Move from here ...
1940         * kern/i386/coreboot/init.c: ... to here.
1942         * kern/i386/linuxbios/table.c: Move from here ...
1943         * kern/i386/coreboot/mmap.c: ... to here.
1945         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Update moved files.
1947 2008-08-11  Robert Millan  <rmh@aybabtu.com>
1949         * kern/device.c (grub_device_open): Do not handle grub_disk_open()
1950         errors.  Leave it to the upper layer to handle them.
1952 2008-08-09  Christian Franke  <franke@computer.org>
1954         * Makefile.in: Add `target_os' and `enable_grub_pe2elf'.
1955         * conf/common.rmk: Install `grub-pe2elf' only if requested.
1956         Install `grub.d/10_windows' only on Cygwin.
1957         * configure.ac: Add subst of `target_os'.
1958         Check `target_os' also before setting TARGET_OBJ2ELF.
1959         Add `--enable-grub-pe2elf'.
1961 2008-08-08  Robert Millan  <rmh@aybabtu.com>
1963         * kern/disk.c: Replace `<grub/machine/time.h>' with `<grub/time.h>'.
1964         (grub_last_time): Change type to grub_uint64_t.
1965         (grub_disk_open): Migrate code from to using grub_get_time_ms().
1966         (grub_disk_close): Likewise.
1968         * normal/menu.c: Replace `<grub/machine/time.h>' with `<grub/time.h>'.
1969         (run_menu): Migrate code from to using grub_get_time_ms().
1971         * util/misc.c (grub_get_time_ms): New function.
1973 2008-08-08  Marco Gerards  <marco@gnu.org>
1975         * disk/ata.c (grub_ata_regget): Change return type to
1976         `grub_uint8_t'.
1977         (grub_ata_regget2): Likewise.
1978         (grub_ata_wait_status): New function.
1979         (grub_ata_wait_busy): Removed function, updated all users to use
1980         `grub_ata_wait_status'.
1981         (grub_ata_wait_drq): Likewise.
1982         (grub_ata_cmd): New function.
1983         (grub_ata_pio_read): Change return type to `grub_uint8_t'.  Add
1984         error handling.
1985         (grub_ata_pio_write): Add error handling.
1986         (grub_atapi_identify): Likewise.
1987         (grub_atapi_packet): Use `grub_ata_cmd' and improve error
1988         handling.
1989         (grub_ata_identify): Use `grub_ata_cmd' and improve error
1990         handling.  Actually use the detected registers.  Reorder the
1991         detection logic such that it is easier to read.
1992         (grub_ata_pciinit): Do not assign the same ID to each controller.
1993         (grub_ata_setaddress): Use `grub_ata_cmd' and improve error
1994         handling.
1995         (grub_atapi_readsector): Check the result of `grub_ata_pio_read'.
1997         * include/grub/err.h (grub_err_t): Add `GRUB_ERR_TIMEOUT'.
1999 2008-08-08  Marco Gerards  <marco@gnu.org>
2001         * NEWS: Update.
2003 2008-08-07  Bean  <bean123ch@gmail.com>
2005         * include/grub/x86_64/pci.h: New file.
2007 2008-08-07  Christian Franke  <franke@computer.org>
2009         * kern/i386/pit.c (TIMER2_SPEAKER): New define.
2010         (TIMER2_GATE): Likewise.
2011         (grub_pit_wait): Add enable/disable of the timer2 gate
2012         bit of port 0x61.  This fixes a possible infinite loop.
2014 2008-08-07  Bean  <bean123ch@gmail.com>
2016         * conf/x86_64-efi.rmk (kernel_mod_SOURCES): Add kern/time.c,
2017         kern/i386/tsc.c and kern/i386/pit.c.
2019         * include/grub/i386/tsc.h (grub_cpu_is_cpuid_supported): Handle
2020         x86_64 platform.
2022         * kern/i386/efi/init.c: Replace <grub/cpu/tsc.h> with
2023         <grub/i386/tsc.h>.
2025         * kern/i386/pit.c: Replace <grub/cpu/io.h> with <grub/i386/io.h>.
2027 2008-08-07  Bean  <bean123ch@gmail.com>
2029         * conf/i386-efi.rmk (kernel_mod_SOURCES): Add kern/time.c.
2031         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add kern/time.c,
2033         * include/grub/i386/pit.h: Use macro KERNEL_CPU_PIT_HEADER to avoid
2034         multiple inclusion. Add #include <grub/types.h>.
2036 2008-08-06  Christian Franke  <franke@computer.org>
2038         * conf/common.rmk: Build and install `10_windows'.
2039         * util/grub.d/10_windows.in: New script.
2041 2008-08-06  Pavel Roskin  <proski@gnu.org>
2043         * kern/i386/pit.c: Include `<grub/i386/pit.h>'.
2045 2008-08-06  Robert Millan  <rmh@aybabtu.com>
2047         * conf/i386-coreboot.rmk (kernel_elf_ASFLAGS): New variable.
2048         * kern/i386/tsc.c: Include `<grub/i386/pit.h>'.
2050 2008-08-06  Bean  <bean123ch@gmail.com>
2052         * fs/i386/pc/pxe.c (grub_pxe_data): New member block_size.
2053         (grub_pxefs_fs_int): Remove dummy definition.
2054         (grub_pxefs_open): Use data->block_size to store the current block
2055         size setting.
2056         (grub_pxefs_read): Use block size stored in data->block_size. As the
2057         value of grub_pxe_blksize can be changed after the file is opened.
2059 2008-08-06  Bean  <bean123ch@gmail.com>
2061         * fs/i386/pc/pxe.c (curr_file): new variable.
2062         (grub_pxefs_open): Simply the handling of pxe file system. Don't
2063         require the dummy internal file system anymore.
2064         (grub_pxefs_read): Removed.
2065         (grub_pxefs_close): Likewise.
2066         (grub_pxefs_fs_int): Likewise.
2067         (grub_pxefs_read_int): Renamed to grub_pxefs_read. Reinitialize tftp
2068         connection when we switch file.
2069         (grub_pxefs_close_int): Renamed to grub_pxefs_close.
2071 2008-08-06  Robert Millan  <rmh@aybabtu.com>
2073         * conf/i386-coreboot.rmk (pkglib_MODULES): Add `reboot.mod' and
2074         `halt.mod'.
2075         (reboot_mod_SOURCES, reboot_mod_CFLAGS, reboot_mod_LDFLAGS)
2076         (halt_mod_SOURCES, halt_mod_CFLAGS, halt_mod_LDFLAGS): New variables.
2078         * kern/i386/halt.c: New file.
2079         * kern/i386/reboot.c: Likewise.
2080         * include/grub/i386/reboot.h: Likewise.
2081         * include/grub/i386/halt.h: Likewise.
2083         * commands/halt.c [! GRUB_MACHINE_IEEE1275 ! GRUB_MACHINE_EFI]:
2084         Include `<grub/cpu/halt.h>'.
2085         * commands/reboot.c [! GRUB_MACHINE_IEEE1275 ! GRUB_MACHINE_EFI]
2086         [! GRUB_MACHINE_PCBIOS]: Include `<grub/cpu/reboot.h>'.
2088         * term/i386/pc/at_keyboard.c: Include `<grub/cpu/at_keyboard.h>'.
2089         (SHIFT_L, SHIFT_R, CTRL, ALT, CAPS_LOCK, KEYBOARD_REG_DATA)
2090         (KEYBOARD_REG_STATUS, KEYBOARD_COMMAND_ISREADY, KEYBOARD_COMMAND_READ)
2091         (KEYBOARD_COMMAND_WRITE, KEYBOARD_COMMAND_REBOOT)
2092         (KEYBOARD_SCANCODE_SET1, KEYBOARD_ISMAKE, KEYBOARD_ISREADY)
2093         (KEYBOARD_SCANCODE, OLPC_UP, OLPC_DOWN, OLPC_LEFT, OLPC_RIGHT): Move
2094         from here ...
2095         * include/grub/i386/at_keyboard.h: ... to here.
2097 2008-08-05  Robert Millan  <rmh@aybabtu.com>
2099         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/i386/pit.c'.
2100         * conf/i386-efi.rmk (kernel_mod_SOURCES): Likewise.
2101         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Likewise. Also add
2102         `kern/i386/tsc.c', `kern/generic/rtc_get_time_ms.c' and
2103         `kern/generic/millisleep.c'.
2105         * kern/i386/tsc.c (calibrate_tsc): Rewrite using grub_pit_wait()
2106         instead of grub_get_rtc().
2107         (grub_tsc_init): Initialize `tsc_boot_time'.
2109         * kern/i386/linuxbios/init.c (grub_millisleep): Remove stub.
2110         (grub_machine_init): Use grub_tsc_init() rather than
2111         installing an RTC-based handler via grub_install_get_time_ms().
2113         * kern/i386/pit.c: New file.
2114         * include/grub/i386/pit.h: Likewise.
2116 2008-08-05  Bean  <bean123ch@gmail.com>
2118         * boot/i386/pc/pxeboot.S (_start): Use drive number 0x7F for pxe.
2120         * conf/i386-pc.rmk (kernel_img_HEADERS): Add machine/pxe.h.
2121         (pkglib_MODULES): Add pxe.mod and pxecmd.mod.
2122         (pxe_mod_SOURCES): New macro.
2123         (pxe_mod_CFLAGS): Likewise.
2124         (pxe_mod_LDFLAGS): Likewise.
2125         (pxecmd_mod_SOURCES): Likewise.
2126         (pxecmd_mod_CFLAGS): Likewise.
2127         (pxecmd_mod_LDFLAGS): Likewise.
2129         * kern/i386/pc/startup.S (grub_pxe_scan): New function.
2130         (grub_pxe_call): Likewise.
2132         * include/grub/disk.h (grub_disk_dev_id): Add GRUB_DISK_DEVICE_PXE_ID.
2134         * commands/i386/pc/pxecmd.c: New file.
2136         * fs/i386/pc/pxe.c: Likewise.
2138         * include/grub/i386/pc/pxe.h: Likewise.
2140 2008-08-05  Bean  <bean123ch@gmail.com>
2142         * util/console.c (grub_console_cur_color): New variable.
2143         (grub_console_standard_color): Likewise.
2144         (grub_console_normal_color): Likewise.
2145         (grub_console_highlight_color): Likewise.
2146         (color_map): Likewise.
2147         (use_color): Likewise.
2148         (NUM_COLORS): New macro.
2149         (grub_ncurses_setcolorstate): Handle color properly.
2150         (grub_ncurses_setcolor): Don't change color here, just remember the
2151         settings, color will be set in grub_ncurses_setcolorstate.
2152         (grub_ncurses_getcolor): New function.
2153         (grub_ncurses_init): Initialize color pairs.
2154         (grub_ncurses_term): New member grub_ncurses_getcolor.
2156 2008-08-05  Colin D Bennett  <colin@gibibit.com>
2158         High resolution timer support.  Implemented for x86 CPUs using TSC.
2159         Extracted generic grub_millisleep() so it's linked in only as needed.
2160         This requires a Pentium compatible CPU; if the RDTSC instruction is
2161         not supported, then it falls back on the generic grub_get_time_ms()
2162         implementation that uses the machine's RTC.
2164         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/time.c',
2165         `kern/i386/tsc.c', `kern/generic/rtc_get_time_ms.c' and
2166         `kern/generic/millisleep.c'.
2168         * conf/i386-efi.rmk (kernel_mod_SOURCES): Add `kern/i386/tsc.c',
2169         `kern/generic/rtc_get_time_ms.c' and `kern/generic/millisleep.c'.
2171         * conf/x86_64-efi.rml (kernel_mod_SOURCES): Add
2172         `kern/generic/millisleep.c' and `kern/generic/rtc_get_time_ms.c'.
2174         * conf/sparc64-ieee1275.rmk (kernel_elf_SOURCES): Likewise.
2176         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Add
2177         `kern/generic/millisleep.c'.
2179         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Likewise.
2181         * conf/i386-coreboot.rmk (kernel_elf_SOURCES): Add `kern/time.c'.
2183         * kern/generic/rtc_get_time_ms.c: New file.
2185         * kern/generic/millisleep.c: New file.
2187         * kern/misc.c: Don't include
2188         <kern/time.h> anymore.
2189         (grub_millisleep_generic): Removed.
2191         * commands/sleep.c (grub_interruptible_millisleep): Uses
2192         grub_get_time_ms() instead of grub_get_rtc().
2194         * include/grub/i386/tsc.h (grub_get_tsc): New file.  New inline
2195         function.
2196         (grub_cpu_is_cpuid_supported): New inline function.
2197         (grub_cpu_is_tsc_supported): New inline function.
2198         (grub_tsc_init): New function prototype.
2199         (grub_tsc_get_time_ms): New function prototype.
2201         * kern/i386/tsc.c (grub_get_time_ms): New file.
2203         * include/grub/time.h: Include <grub/types.h.
2204         (grub_millisleep_generic): Removed.
2205         (grub_get_time_ms): New prototype.
2206         (grub_install_get_time_ms): New prototype.
2207         (grub_rtc_get_time_ms): New prototype.
2209         * kern/time.c (grub_get_time_ms): New function.
2210         (grub_install_get_time_ms): New function.
2212         * kern/i386/efi/init.c: Include <grub/cpu/tsc.h>.  Don't include
2213         <grub/time.h> anymore.
2214         (grub_millisleep): Removed.
2215         (grub_machine_init): Call grub_tsc_init.
2217         * kern/i386/linuxbios/init.c (grub_machine_init): Install the RTC
2218         get_time_ms() implementation.
2220         * kern/sparc64/ieee1275/init.c (grub_millisleep): Removed.
2221         (ieee1275_get_time_ms): New function.
2222         (grub_machine_init): Install get_time_ms() implementation.
2224         * kern/i386/pc/init.c: Include <grub/cpu/tsc.h>.
2225         (grub_machine_init): Call grub_tsc_init().
2226         (grub_millisleep): Removed.
2228         * kern/ieee1275/init.c (grub_millisleep): Removed.
2229         (grub_machine_init): Install ieee1275_get_time_ms()
2230         implementation.
2231         (ieee1275_get_time_ms): New function.
2232         (grub_get_rtc): Now calls ieee1275_get_time_ms(), which does the
2233         real work.
2235 2008-08-05  Marco Gerards  <marco@gnu.org>
2237         * disk/ata.c: Include <grub/pci.h>.
2238         (enum grub_ata_commands): Add `GRUB_ATA_CMD_EXEC_DEV_DIAGNOSTICS'.
2239         (grub_ata_initialize): Rewritten.
2240         (grub_ata_device_initialize): New function.
2242 2008-08-04  Pavel Roskin  <proski@gnu.org>
2244         * kern/main.c: Include grub/mm.h.
2246 2008-08-04  Robert Millan  <rmh@aybabtu.com>
2248         * conf/i386-coreboot.rmk (COMMON_ASFLAGS, COMMON_CFLAGS)
2249         (COMMON_LDFLAGS): Harmonize with i386-pc version (fixes a code
2250         corruption problem).
2252 2008-08-04  Robert Millan  <rmh@aybabtu.com>
2254         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Fix misc
2255         warnings introduced in my last commit.
2257 2008-08-03  Robert Millan  <rmh@aybabtu.com>
2259         Make PCI available on all i386 architectures.
2261         * include/grub/i386/pc/pci.h: Move from here ...
2262         * include/grub/i386/pci.h: ... to here.
2264         * include/grub/i386/pc/pci.h: Remove.
2265         * include/grub/i386/efi/pci.h: Remove.
2266         * include/grub/x86_64/efi/pci.h: Remove.
2268         * include/grub/pci.h: Replace `<grub/machine/pci.h>' with
2269         `<grub/cpu/pci.h>'.
2271         * conf/i386-coreboot.rmk (pkglib_MODULES): Add `pci' and `lspci'.
2272         (pci_mod_SOURCES, pci_mod_CFLAGS, pci_mod_LDFLAGS, lspci_mod_SOURCES)
2273         (lspci_mod_CFLAGS, lspci_mod_LDFLAGS): New variables.
2275         * conf/i386-ieee1275.rmk: Likewise.
2277 2008-08-03  Robert Millan  <rmh@aybabtu.com>
2279         * term/i386/pc/vga_text.c (CRTC_CURSOR_DISABLE): New macro.
2280         (grub_console_setcursor): Make it possible to set cursor off.
2282 2008-08-03  Robert Millan  <rmh@aybabtu.com>
2284         * util/grub.d/00_header.in: Be platform-agnostic.  Probe for existence
2285         of modules instead of assuming which platform provides what.
2286         * util/update-grub.in: Likewise.
2288 2008-08-03  Robert Millan  <rmh@aybabtu.com>
2290         * kern/i386/pc/init.c (make_install_device): Check for `grub_prefix'
2291         instead of `grub_install_dos_part' to determine whether a drive needs
2292         to be prepended to prefix (`grub_install_dos_part' is not reliable,
2293         because it can be overridden when loading GRUB via Multiboot).
2295 2008-08-02  Robert Millan  <rmh@aybabtu.com>
2297         * util/i386/pc/grub-install.in: Remove trailing slash from prefix.
2299 2008-08-02  Robert Millan  <rmh@aybabtu.com>
2301         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Add a pair
2302         of informational grub_dprintf() calls.
2304 2008-08-02  Robert Millan  <rmh@aybabtu.com>
2306         * disk/memdisk.c (memdisk_size): Don't initialize.
2307         (GRUB_MOD_INIT(memdisk)): Find memdisk using grub_module_iterate().
2309         * include/grub/i386/pc/kernel.h
2310         (GRUB_KERNEL_MACHINE_MEMDISK_IMAGE_SIZE): Remove macro.
2311         (GRUB_KERNEL_MACHINE_PREFIX, GRUB_KERNEL_MACHINE_DATA_END): Shift.
2312         (grub_memdisk_image_size, grub_arch_memdisk_addr)
2313         (grub_arch_memdisk_size): Remove.
2315         * include/grub/kernel.h (struct grub_module_header): Remove `offset'
2316         field (was only used to transfer a constant).  Add `type' field to
2317         support multiple module types.
2318         (grub_module_iterate): New function.
2320         * kern/device.c (grub_device_open): Do not hide error messages
2321         when grub_disk_open() fails.  Use grub_print_error() instead.
2323         * kern/i386/pc/init.c (grub_arch_modules_addr)
2324         (grub_arch_memdisk_size): Remove functions.
2325         (grub_arch_modules_addr): Return the module address in high memory
2326         (now that it isn't copied anymore).
2328         * kern/i386/pc/startup.S (grub_memdisk_image_size): Remove variable.
2329         (codestart): Don't add grub_memdisk_image_size to %ecx in LZMA
2330         decompression routine (grub_total_module_size already includes that
2331         now).  Don't copy modules back to low memory.
2333         * kern/main.c: Include `<grub/mm.h>'.
2334         (grub_load_modules): Split out (and use) ...
2335         (grub_module_iterate): ... this function, which iterates through
2336         module objects and runs a hook.
2337         Comment out grub_mm_init_region() call, as it would cause non-ELF
2338         modules to be overwritten.
2340         * util/i386/pc/grub-mkimage.c (generate_image): Instead of appending
2341         the memdisk image in its own region, make it part of the module list.
2342         * util/elf/grub-mkimage.c (options): Add "memdisk"|'m' option.
2343         (main): Parse --memdisk|-m option, and pass user-provided path as
2344         parameter to generate_image().
2345         (add_segments): Pass `memdisk_path' down to load_modules().
2346         (load_modules): Embed memdisk image in module section when requested.
2347         * util/i386/efi/grub-mkimage.c (make_mods_section): Initialize
2348         `header.type' instead of `header.offset'.
2350         * conf/powerpc-ieee1275.rmk (pkglib_MODULES): Add `memdisk.mod'.
2351         (memdisk_mod_SOURCES, memdisk_mod_CFLAGS)
2352         (memdisk_mod_LDFLAGS): New variables.
2353         * conf/i386-coreboot.rmk: Likewise.
2354         * conf/i386-ieee1275.rmk: Likewise.
2356 2008-08-02  Robert Millan  <rmh@aybabtu.com>
2358         * loader/i386/pc/multiboot.c (playground, forward_relocator)
2359         (backward_relocator): New variables.  Used to allocate and relocate
2360         the payload, respectively.
2361         (grub_multiboot_load_elf32): Load into heap instead of requested
2362         address, install the appropriate relocator code in each bound of
2363         the payload, and set the entry point such that
2364         grub_multiboot_real_boot() will jump to one of them.
2366         * kern/i386/loader.S (grub_multiboot_payload_size)
2367         (grub_multiboot_payload_orig, grub_multiboot_payload_dest)
2368         (grub_multiboot_payload_entry_offset): New variables.
2369         (grub_multiboot_real_boot): Set cpu context to what the relocator
2370         expects, and jump to the relocator instead of the payload.
2372         * include/grub/i386/loader.h (grub_multiboot_payload_size)
2373         (grub_multiboot_payload_orig, grub_multiboot_payload_dest)
2374         (grub_multiboot_payload_entry_offset): Export.
2376 2008-08-01  Bean  <bean123ch@gmail.com>
2378         * normal/menu_entry.c (editor_getline): Don't return the original
2379         string as result, as it will be released by lexer once it has done
2380         using it.
2382 2008-08-01  Robert Millan  <rmh@aybabtu.com>
2384         * util/grub.d/10_linux.in: Use prepare_grub_to_access_device() from
2385         within menuentries, not before them.
2386         util/grub.d/10_hurd.in: Likewise.
2388 2008-08-01  Bean  <bean123ch@gmail.com>
2390         * conf/common.rmk (pkglib_MODULES): Add bufio.mod.
2391         (bufio_mod_SOURCES): New macro.
2392         (bufio_mod_CFLAGS): Likewise.
2393         (bufio_mod_LDFLAGS): Likewise.
2395         * include/grub/bufio.h: New file.
2397         * io/bufio.c: Likewise.
2399         * video/png.c: Replace <grub/file.h> with <grub/bufio.h>.
2400         (grub_video_reader_png): Use grub_buffile_open to open file.
2402         * video/jpeg.c: Replace <grub/file.h> with <grub/bufio.h>.
2403         (grub_video_reader_jpeg): Use grub_buffile_open to open file.
2405         * video/tga.c: Replace <grub/file.h> with <grub/bufio.h>.
2406         (grub_video_reader_tga): Use grub_buffile_open to open file.
2408         * font/manager.c: Include <grub/bufio.h>.
2409         (add_font): Use grub_buffile_open to open file.
2411 2008-07-31  Robert Millan  <rmh@aybabtu.com>
2413         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): When loading
2414         ELF segments, use a macro for arbitrarily accessing any of them instead
2415         of preparing a pointer that allows access to one at a time.
2416         (grub_multiboot_load_elf64): Likewise.
2418 2008-07-31  Bean  <bean123ch@gmail.com>
2420         * boot/i386/pc/lnxboot.S (real_code_2): Replace 0x50 with
2421         GRUB_KERNEL_MACHINE_DATA_END.
2423 2008-07-30  Robert Millan  <rmh@aybabtu.com>
2425         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_DATA_END):
2426         Increase from 0x50 to 0x60.
2427         * util/i386/pc/grub-install.in: Detect cross-disk installs, and
2428         use UUIDs to identify the root drive for them.  If that's not
2429         possible, abort.
2430         * util/i386/pc/grub-setup.c (setup): Do not special-case, or even
2431         check, for cross-disk installs.
2433 2008-07-30  Robert Millan  <rmh@aybabtu.com>
2435         * kern/ieee1275/init.c (grub_machine_set_prefix): If `grub_prefix'
2436         is non-empty, use it to set the `prefix' environment variable instead
2437         of the usual approach.
2438         * kern/i386/linuxbios/init.c (make_install_device): Remove function.
2439         (grub_machine_set_prefix): Use `grub_prefix' to set the `prefix'
2440         environment variable instead of dummy make_install_device().
2442         * kern/i386/ieee1275/startup.S: Include `<grub/machine/kernel.h>'.
2443         (start): Insert a data section, with `grub_prefix' variable.
2444         * kern/i386/linuxbios/startup.S: Likewise.
2446         * include/grub/powerpc/ieee1275/kernel.h [!ASM_FILE] (grub_prefix):
2447         New variable reference.
2448         * include/grub/i386/ieee1275/kernel.h (GRUB_KERNEL_MACHINE_PREFIX):
2449         New macro.  Defines offset of `grub_prefix' within startup.S (relative
2450         to `start').
2451         (GRUB_KERNEL_MACHINE_DATA_END): New macro.  Defines the end of data
2452         section within startup.S (relative to `start').
2453         * include/grub/i386/coreboot/kernel.h: Likewise.
2455         * util/elf/grub-mkimage.c (add_segments): Receive `prefix' parameter.
2456         Overwrite grub_prefix with its contents, at the beginning of the
2457         first segment.
2458         (main): Understand -p|--prefix.
2460 2008-07-30  Robert Millan  <rmh@aybabtu.com>
2462         * util/grub.d/10_hurd.in: Source ${libdir}/grub/update-grub_lib.
2464 2008-07-30  Robert Millan  <rmh@aybabtu.com>
2466         * term/i386/pc/vga_text.c (grub_console_cls): Use
2467         grub_console_gotoxy() to go back to beginning of the screen.
2468         Found by Patrick Georgi <patrick.georgi@coresystems.de>
2470 2008-07-29  Christian Franke  <franke@computer.org>
2472         * util/update-grub_lib.in (make_system_path_relative_to_its_root):
2473         Add conversion of emulated mount points on Cygwin.
2475 2008-07-29  Christian Franke  <franke@computer.org>
2477         * util/update-grub.in: Add a check for admin
2478         group on Cygwin.
2479         Remove old `grub.cfg.new' before creation.
2480         Add `-f' to `mv' to handle the different filesystem
2481         semantics of Windows.
2483 2008-07-29  Bean  <bean123ch@gmail.com>
2485         * normal/main.c (get_line): Fix buffer overflow bug.
2487 2008-07-28  Robert Millan  <rmh@aybabtu.com>
2489         * partmap/apple.c (GRUB_APPLE_HEADER_MAGIC): New macro.
2490         (struct grub_apple_header): New struct.  Describes the layout of
2491         the partmap header.
2492         (apple_partition_map_iterate): Check the header magic as well as the
2493         partition magic (which was already being checked).
2495 2008-07-28  Pavel Roskin  <proski@gnu.org>
2497         * genmk.rb: Add a warning to the beginning of the output that
2498         it's a generated file and should not be edited.
2500 2008-07-28  Robert Millan  <rmh@aybabtu.com>
2502         * disk/raid.c (grub_raid_scan_device): Do not abort when two disks
2503         with the same number are found, just use issue a warning with
2504         grub_dprintf(), as this error has been reported to be non-fatal.
2506 2008-07-27  Robert Millan  <rmh@aybabtu.com>
2508         * disk/ata.c (grub_ata_dumpinfo): Use grub_dprintf() for debugging
2509         information.
2511 2008-07-27  Bean  <bean123ch@gmail.com>
2513         * fs/fat.c (GRUB_FAT_MAXFILE): New constant.
2514         (grub_fat_find_dir): Ignore case when comparing filename.
2516 2008-07-27  Bean  <bean123ch@gmail.com>
2518         * fs/xfs.c (grub_xfs_dir_header): Change field i8count back to
2519         smallino, as it's more descriptive, and i8count can be confused with
2520         the other field count.
2521         (grub_xfs_iterate_dir): Adjust grub_xfs_dir_entry pointer for small
2522         inode type.
2524 2008-07-27  Bean  <bean123ch@gmail.com>
2526         * commands/crc.c: New file.
2528         * lib/crc.c: Likewise.
2530         * include/grub/lib/crc.h: Likewise.
2532         * util/grub-fstest.c: grub/hexdump.h => grub/lib/hexdump.h.
2534         * commands/hexdump.c: grub/hexdump.h => grub/lib/hexdump.h.
2535         (hexdump): Move this function to ...
2537         * lib/hexdump.c: ... here.
2539         * include/grub/hexdump.h: Renamed to ...
2541         * include/grub/lib/hexdump.h: ... this.
2543         * commands/loadenv.c: grub/envblk.h => grub/lib/envblk.h
2545         * util/grub-editenv.c: Likewise.
2547         * include/envblk.h: Renamed to ...
2549         * include/lib/envblk.h: ... this.
2551         * util/envblk.c: Renamed to ...
2553         * lib/envblk.c: ... this.
2555         * conf/common.rmk (grub_fstest_SOURCES): commands/hexdump.c =>
2556         lib/hexdump.c.
2557         (grub_editenv_SOURCES): util/envblk.c => lib/envblk.c
2558         (pkglib_MODULES): Add crc.mod.
2559         (hexdump_mod_SOURCES): Add lib/hexdump.c.
2560         (loadenv_mod_SOURCES): util/envblk.c => lib/envblk.c.
2561         (crc_mod_SOURCES): New macro.
2562         (crc_mod_CFLAGS): Likewise.
2563         (crc_mod_LDFLAGS): Likewise.
2565         * conf/i386-coreboot.rmk (grub_emu_SOURCES): Add lib/hexdump.c.
2567         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
2569         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
2571         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
2573         * conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
2575 2008-07-27  Felix Zielcke  <fzielcke@z-51.de>
2577         * commands/help.c: Include <grub/term.h>.
2578         (TERM_WIDTH): Removed.  Updated all users.
2580 2008-07-27  Pavel Roskin  <proski@gnu.org>
2582         * util/getroot.c (find_root_device): Rephrase a comment to avoid
2583         spurious warnings about a comment within a comment.
2585 2008-07-25  Robert Millan  <rmh@aybabtu.com>
2587         * util/getroot.c (find_root_device): Skip devices that match
2588         /dev/dm-[0-9].  This lets the real device be found for any type of
2589         abstraction (LVM, EVMS, RAID..).
2590         (grub_guess_root_device): Do not traverse /dev/mapper (for LVM)
2591         and /dev/evms (for EVMS) before traversing /dev.  If a /dev/dm-[0-9]
2592         device is found first, find_root_device() will now skip it.
2594 2008-07-24  Pavel Roskin  <proski@gnu.org>
2596         * include/grub/types.h: Use __builtin_bswap32() and
2597         __builtin_bswap64() with gcc 4.3 and newer.
2599 2008-07-24  Christian Franke  <franke@computer.org>
2601         * util/i386/pc/grub-install.in: If `--debug' is specified,
2602         pass `--verbose' to grub-setup.
2603         Abort script if make_system_path_relative_to_its_root() fails.
2605 2008-07-24  Bean  <bean123ch@gmail.com>
2607         * configure.ac: Fixed a bug caused by the previous cygwin patch,
2608         variable `target_platform' should be `platform'.
2610 2008-07-24  Bean  <bean123ch@gmail.com>
2612         * video/reader/png.c (DEFLATE_HLIT_MAX): Change value.
2613         (grub_png_init_fixed_block): New function.
2614         (grub_png_decode_image_data): Handle fixed huffman code compression.
2616 2008-07-24  Bean  <bean123ch@gmail.com>
2618         * common.rmk (bin_UTILITIES): Add grub-pe2elf.
2619         (grub_pe2elf_SOURCES): New macro.
2620         (CLEANFILES): Add grub-pe2elf.
2622         * include/grub/efi/pe32.h (GRUB_PE32_SCN_ALIGN_1BYTES): New constant.
2623         (GRUB_PE32_SCN_ALIGN_2BYTES): Likewise.
2624         (GRUB_PE32_SCN_ALIGN_4BYTES): Likewise.
2625         (GRUB_PE32_SCN_ALIGN_8BYTES): Likewise.
2626         (GRUB_PE32_SCN_ALIGN_16BYTES): Likewise.
2627         (GRUB_PE32_SCN_ALIGN_32BYTES): Likewise.
2628         (GRUB_PE32_SCN_ALIGN_64BYTES): Likewise.
2629         (GRUB_PE32_SCN_ALIGN_SHIFT): Likewise.
2630         (GRUB_PE32_SCN_ALIGN_MASK): Likewise.
2631         (GRUB_PE32_SYM_CLASS_EXTERNAL): Likewise.
2632         (GRUB_PE32_SYM_CLASS_STATIC): Likewise.
2633         (GRUB_PE32_SYM_CLASS_FILE): Likewise.
2634         (GRUB_PE32_DT_FUNCTION): Likewise.
2635         (GRUB_PE32_REL_I386_DIR32): Likewise.
2636         (GRUB_PE32_REL_I386_REL32): Likewise.
2637         (grub_pe32_symbol): New structure.
2638         (grub_pe32_reloc): Likewise.
2640         * util/grub-pe2elf.c: New file.
2642         * configure.ac: Set TARGET_OBJ2ELF if host os is cygwin. Don't test for
2643         start symbol in non pc platform.
2645         * genmk.rb: Use TARGET_OBJ2ELF to convert native object format to elf.
2647         The following patches are from Christian Franke.
2649         * include/grub/dl.h: Remove .previous, gas supports this only
2650         for ELF format.
2652         * include/grub/symbol.h [__CYGWIN__] (#define FUNCTION/VARIABLE):
2653         Remove .type, gas supports this only for ELF format.
2655         * kern/dl.c (grub_dl_resolve_dependencies): Add check for trailing
2656         nullbytes in symbol table. This fixes an infinite loop if table is
2657         zero filled.
2659         * Makefile.in: Add autoconf replacements TARGET_IMG_LDSCRIPT,
2660         TARGET_IMG_LDFLAGS and EXEEXT.
2662         * aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): Replace -Wl,-N by
2663         TARGET_IMG_LDFLAGS_AC.
2664         (grub_CHECK_STACK_ARG_PROBE): New function.
2666         * conf/i386-pc.rmk: Replace -Wl,-N by TARGET_IMG_LDFLAGS.
2668         * conf/i386-pc-cygwin-ld-img.sc: New linker script.
2670         * configure.ac: Add check for linker script "conf/${target}-img-ld.c"
2671         to set TARGET_IMG_LD* accordingly.
2672         Add check for Cygwin to set TARGET_MOD_OBJCOPY accordingly.
2673         Add call to grub_CHECK_STACK_ARG_PROBE.
2674         Use TARGET_IMG_LDFLAGS to check start, bss_start, end symbols.
2676         * genkernsyms.sh.in: Handle HAVE_ASM_USCORE case.
2678         * genmk.rb: Add EXEEXT to CLEANFILES.
2680 2008-07-23  Robert Millan  <rmh@aybabtu.com>
2682         * Makefile.in (UNICODE_ARROWS, UNICODE_LINES): New variables (they
2683         define the codes for arrows and lines used for the menu).
2684         (ascii.pff): Generate fonts for $(UNICODE_ARROWS) and $(UNICODE_LINES)
2685         as well.
2687         * util/update-grub_lib.in (font_path): Prefer ascii.pff over complete
2688         fonts, because the latter are too slow.
2690 2008-07-21  Bean  <bean123ch@gmail.com>
2692         * kern/i386/pc/startup.S (gate_a20_try_bios): Change test order for
2693         a20. Run keyboard test last, as it will cause macbook to halt.
2695 2008-07-18  Pavel Roskin  <proski@gnu.org>
2697         * kern/dl.c: Go back to using GRUB_CPU_SIZEOF_VOID_P.  We cannot
2698         load foreign architecture modules correctly anyway.  Keep
2699         support for loading host architecture modules, whether we
2700         compile them or not.
2702 2008-07-17  Pavel Roskin  <proski@gnu.org>
2704         * configure.ac: Use -m32 or -m64 regardless of whether we had to
2705         change target_cpu.  The compiler default can mismatch target_cpu
2706         in any case.
2708         * disk/efi/efidisk.c: Fix format warnings on x86_64.
2709         * kern/efi/efi.c: Likewise.
2711         * aclocal.m4 (grub_PROG_TARGET_CC): New macro.  Check if the
2712         target compiler is functional.
2713         * configure.ac: Call grub_PROG_TARGET_CC once all target flags
2714         are set up.
2716         * configure.ac: Default to efi platform for x86_64-apple.  Allow
2717         powerpc64 CPU, default to ieee1275 platform for it.  Split CPU
2718         adjustments from the rest, only do them if target is not
2719         explicitly given.  Merge other adjustments with the final sanity
2720         check.  Remove an extraneous check for supported CPU.  Be
2721         specific which CPU and which platform is not supported.
2723         * configure.ac: Default to pc platform for x86_64.
2725 2008-07-17  Robert Millan  <rmh@aybabtu.com>
2727         Partial LinuxBIOS -> Coreboot rename.
2729         * conf/i386-linuxbios.rmk: Renamed to ...
2730         * conf/i386-coreboot.rmk: ... this.
2731         * Makefile.in (RMKFILES): s/i386-linuxbios.rmk/i386-coreboot.rmk/g.
2732         * configure.ac: Accept "coreboot" as input platform (but maintain
2733         compatibility with "linuxbios").
2734         * include/grub/i386/linuxbios: Renamed to ...
2735         * include/grub/i386/coreboot: ... this.
2737 2008-07-17  Bean  <bean123ch@gmail.com>
2739         * conf/i386/efi.rmk (pkglib_MODULES): add pci.mod and lspci.mod.
2740         (appleldr_mod_SOURCE): New variable.
2741         (appleldr_mod_CFLAGS): Likewise.
2742         (appleldr_mod_LDFLAGS): Likewise.
2743         (pci_mod_SOURCES): Likewise.
2744         (pci_mod_CFLAGS): Likewise.
2745         (pci_mod_LDFLAGS): Likewise.
2746         (lspci_mod_SOURCES): Likewise.
2747         (lspci_mod_CFLAGS): Likewise.
2748         (lspci_mod_LDFLAGS): Likewise.
2750         * conf/x86_64-efi.rmk: New file.
2752         * disk/efi/efidisk.c (grub_efidisk_read): Wrap efi calls with efi_call_N
2753         macro.
2754         (grub_efidisk_write): Likewise.
2756         * include/efi/api.h (efi_call_0): New macro.
2757         (efi_call_1): Likewise.
2758         (efi_call_2): Likewise.
2759         (efi_call_3): Likewise.
2760         (efi_call_4): Likewise.
2761         (efi_call_5): Likewise.
2762         (efi_call_6): Likewise.
2764         * include/grub/efi/chainloader.h (grub_chainloader_cmd): Rename to
2765         grub_rescue_cmd_chainloader.
2767         * include/grub/efi/pe32.h (GRUB_PE32_MACHINE_X86_64): New macro.
2768         (grub_pe32_optional_header): Change some fields based on i386 or
2769         x86_64 platform.
2770         (GRUB_PE32_PE32_MAGIC): Likewise.
2772         * include/grub/efi/uga_draw.h: New file.
2774         * include/grub/elf.h (STN_ABS): New constant.
2775         (R_X86_64_NONE): Relocation constant for x86_64.
2776         (R_X86_64_64): Likewise.
2777         (R_X86_64_PC32): Likewise.
2778         (R_X86_64_GOT32): Likewise.
2779         (R_X86_64_PLT32): Likewise.
2780         (R_X86_64_COPY): Likewise.
2781         (R_X86_64_GLOB_DAT): Likewise.
2782         (R_X86_64_JUMP_SLOT): Likewise.
2783         (R_X86_64_RELATIVE): Likewise.
2784         (R_X86_64_GOTPCREL): Likewise.
2785         (R_X86_64_32): Likewise.
2786         (R_X86_64_32S): Likewise.
2787         (R_X86_64_16): Likewise.
2788         (R_X86_64_PC16): Likewise.
2789         (R_X86_64_8): Likewise.
2790         (R_X86_64_PC8): Likewise.
2792         * include/grub/i386/efi/pci.h: New file.
2794         * include/grub/i386/linux.h (GRUB_LINUX_EFI_SIGNATURE):
2795         Change it value based on platform.
2796         (GRUB_LINUX_EFI_SIGNATURE_0204): New constant.
2797         (GRUB_E820_RAM): Likewise.
2798         (GRUB_E820_RESERVED): Likewise.
2799         (GRUB_E820_ACPI): Likewise.
2800         (GRUB_E820_NVS): Likewise.
2801         (GRUB_E820_EXEC_CODE): Likewise.
2802         (GRUB_E820_MAX_ENTRY): Likewise.
2803         (grub_e820_mmap): New structure.
2804         (linux_kernel_header): Change the efi field according to different
2805         kernel version, also field from linux_kernel_header.
2807         * include/grub/kernel.h (grub_module_info): Add padding for x86_64.
2809         * include/grub/pci.h (GRUB_PCI_ADDR_SPACE_MASK): New constant.
2810         (GRUB_PCI_ADDR_SPACE_MEMORY): Likewise.
2811         (GRUB_PCI_ADDR_SPACE_IO): Likewise.
2812         (GRUB_PCI_ADDR_MEM_TYPE_MASK): Likewise.
2813         (GRUB_PCI_ADDR_MEM_TYPE_32): Likewise.
2814         (GRUB_PCI_ADDR_MEM_TYPE_1M): Likewise.
2815         (GRUB_PCI_ADDR_MEM_TYPE_64): Likewise.
2816         (GRUB_PCI_ADDR_MEM_PREFETCH): Likewise.
2817         (GRUB_PCI_ADDR_MEM_MASK): Likewise.
2818         (GRUB_PCI_ADDR_IO_MASK): Likewise.
2820         * include/grub/x86_64/efi/kernel.h: New file.
2822         * include/grub/x86_64/efi/loader.h: Likewise.
2824         * include/grub/x86_64/efi/machine.h: Likewise.
2826         * include/grub/x86_64/efi/pci.h: Likewise.
2828         * include/grub/x86_64/efi/time.h: Likewise.
2830         * include/grub/x86_64/linux.h: Likewise.
2832         * include/grub/x86_64/setjmp.h: Likewise.
2834         * include/grub/x86_64/time.h: Likewise.
2836         * include/grub/x86_64/types.h: Likewise.
2838         * kern/dl.c (GRUB_CPU_SIZEOF_VOID_P): Changed to
2839          GRUB_TARGET_SIZEOF_VOID_P.
2841         * kern/efi/efi.c (grub_efi_locate_protocol): Wrap efi calls.
2842         (grub_efi_locate_handle): Likewise.
2843         (grub_efi_open_protocol): Likewise.
2844         (grub_efi_set_text_mode): Likewise.
2845         (grub_efi_stall): Likewise.
2846         (grub_exit): Likewise.
2847         (grub_reboot): Likewise.
2848         (grub_halt): Likewise.
2849         (grub_efi_exit_boot_services): Likewise.
2850         (grub_get_rtc): Likewise.
2852         * kern/efi/mm.c (MEMORY_MAP_SIZE): Change to 0x3000 for new models.
2853         (GRUB_CPU_SIZEOF_VOID_P): Changed to GRUB_TARGET_SIZEOF_VOID_P.
2854         (grub_efi_allocate_pages): Wrap efi calls.
2855         (grub_efi_free_pages): Wrap efi calls.
2856         (grub_efi_get_memory_map): Wrap efi calls.
2858         * kern/x86_64/dl.c: New file.
2860         * kern/x86_64/efi/callwrap.S: Likewise.
2862         * kern/x86_64/efi/startup.S: Likewise.
2864         * loader/efi/appleloader.c: Likewise.
2866         * loader/efi/chainloader.c (cmdline): New variable.
2867         (grub_chainloader_unload): Wrap efi calls.
2868         (grub_chainloader_boot): Likewise.
2869         (grub_rescue_cmd_chainloader): Wrap efi calls, handle
2870         command line.
2872         * loader/efi/chainloader_normal.c (chainloader_command):
2873         Change grub_chainloader_cmd to grub_rescue_cmd_chainloader, pass
2874         command line.
2876         * loader/i386/efi/linux.c (allocate_pages): Change allocation
2877         method.
2878         (grub_e820_add_region): New function.
2879         (grub_linux_boot): Construct e820 map from efi map, handle x86_64
2880         booting.
2881         (grub_find_video_card): New function.
2882         (grub_linux_setup_video): New function.
2883         (grub_rescue_cmd_linux): Probe for video information.
2885         * normal/x86_64/setjmp.S: New file.
2887         * term/efi/console.c (map_char): New function.
2888         (grub_console_putchar): Map unicode char.
2889         (grub_console_checkkey): Wrap efi calls.
2890         (grub_console_getkey): Likewise.
2891         (grub_console_getwh): Likewise.
2892         (grub_console_gotoxy): Likewise.
2893         (grub_console_cls): Likewise.
2894         (grub_console_setcolorstate): Likewise.
2895         (grub_console_setcursor): Likewise.
2897         * util/i386/efi/grub-mkimage.c: Add support for x86_64.
2899 2008-07-16  Pavel Roskin  <proski@gnu.org>
2901         * loader/i386/efi/linux.c (allocate_pages): Fix warnings in
2902         format strings.
2904         * util/i386/efi/grub-mkimage.c (get_target_address): Return a
2905         pointer, not an integer.  This fixes a warning and prevents
2906         precision loss on 64-bit systems.
2907         (relocate_addresses): Remove unneeded cast.
2909 2008-07-15  Pavel Roskin  <proski@gnu.org>
2911         * kern/i386/ieee1275/init.c: Include grub/cache.h.
2913         * term/ieee1275/ofconsole.c: Disable code unused on i386.
2915         * kern/ieee1275/ieee1275.c (grub_ieee1275_get_integer_property):
2916         Fix comparison between signed and unsigned.
2918         * include/grub/i386/ieee1275/console.h: Declare
2919         grub_console_init() and grub_console_fini().
2921         * loader/i386/ieee1275/linux.c (grub_set_bootpath): Remove.
2922         It's empty and unused.
2924         * fs/ext2.c (grub_ext2_read_block): Initialize blknr in the
2925         beginning to avoid warnings with some compilers.
2927         * loader/ieee1275/multiboot2.c: Include grub/machine/loader.h.
2928         [__i386__] (grub_mb2_arch_boot): Avoid unnecessary cast.
2930 2008-07-14  Pavel Roskin  <proski@gnu.org>
2932         * kern/env.c (grub_register_variable_hook): Don't copy empty
2933         string, it leaks memory.  Pass "" to grub_env_set(), it should
2934         handle constant strings.
2936         * commands/blocklist.c (grub_cmd_blocklist): Fix format warning.
2937         * commands/cmp.c (grub_cmd_cmp): Likewise.
2938         * kern/dl.c (grub_dl_flush_cache): Likewise.
2939         (grub_dl_load_core): Likewise.
2940         * kern/elf.c (grub_elf32_load_phdrs): Likewise.
2941         (grub_elf64_load_phdrs): Likewise.
2943 2008-07-13  Pavel Roskin  <proski@gnu.org>
2945         * lib/LzmaEnc.c (LzmaEnc_SetProps): Fix warning about comparison
2946         between signed and unsigned.
2947         (LzmaEnc_Finish): Fix warning about an unused parameter.
2949 2008-07-13  Bean  <bean123ch@gmail.com>
2951         * Makefile.in (enable_lzo): New rule.
2953         * conf/i386-pc.rmk (grub_mkimage_SOURCES): New test with enable_lzo.
2955         * configure.ac (ENABLE_LZO): New option --enable-lzo.
2957         * boot/i386/pc/lnxboot.S: #include <config.h>.
2959         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE): Change
2960         its value according to the compression algorithm used, lzo or lzma.
2962         * util/i386/pc/grub-mkimage.c (compress_kernel): Use different
2963         compression algorithm according to configure macro.
2965         * kern/i386/pc/startup.S (codestart): Likewise.
2967         * kern/i386/pc/lzma_decode.S: New file.
2969         * include/grub/lib/LzFind.h: Likewise.
2971         * include/grub/lib/LzHash.h: Likewise.
2973         * include/grub/lib/LzmaDec.h: Likewise.
2975         * include/grub/lib/LzmaEnc.h: Likewise.
2977         * include/grub/lib/LzmaTypes.h: Likewise.
2979         * lib/LzFind.c: Likewise.
2981         * lib/LzmaDec.c: Likewise.
2983         * lib/LzmaEnc.c: Likewise.
2985 2008-07-13  Bean  <bean123ch@gmail.com>
2987         * fs/ext2.c (EXT4_EXTENTS_FLAG): New macro.
2988         (grub_ext4_extent_header): New structure.
2989         (grub_ext4_extent): Likewise.
2990         (grub_ext4_extent_idx): Likewise.
2991         (grub_ext4_find_leaf): New function.
2992         (grub_ext2_read_block): Handle extents.
2994 2008-07-12  Robert Millan  <rmh@aybabtu.com>
2996         * util/i386/pc/grub-mkrescue.in: s/grub-install/grub-mkrescue/g.
2998 2008-07-11  Robert Millan  <rmh@aybabtu.com>
3000         * util/grub.d/40_custom.in: New file. Example on how to add custom
3001         entries to /etc/grub.d.
3002         * conf/common.rmk (%, update-grub_SCRIPTS, CLEANFILES): Install
3003         40_custom (implicitly, by merging all the grub.d rules).
3005 2008-07-11  Pavel Roskin  <proski@gnu.org>
3007         * commands/read.c (grub_getline): Fix invalid memory access.
3008         Don't add newline to the variable value.
3010         * term/i386/pc/serial.c (GRUB_SERIAL_PORT_NUM): New constant.
3011         [!GRUB_MACHINE_PCBIOS] (serial_hw_io_addr): Add COM2 and COM3.
3012         (serial_hw_get_port): Check validity of the port number.
3013         (grub_cmd_serial): Check return value of serial_hw_get_port().
3015 2008-07-07  Pavel Roskin  <proski@gnu.org>
3017         * boot/i386/pc/diskboot.S (notification_string): Replace
3018         "Loading kernel" with just "loading".  This is shorter, less
3019         confusing and saves a few bytes for possible future changes.
3021 2008-07-05  Pavel Roskin  <proski@gnu.org>
3023         * disk/ata.c (grub_ata_dumpinfo): Don't output addressing and
3024         size for ATAPI devices, they are undefined.  Output sector
3025         number in decimal form.
3027         * disk/ata.c: Use named constants for status bits.
3029 2008-07-04  Pavel Roskin  <proski@gnu.org>
3031         * kern/i386/linuxbios/init.c (grub_machine_init): Cast addr to
3032         grub_addr_t before casting it to the void pointer to fix a
3033         warning.  Non-addressable regions are discarded earlier.
3034         (grub_arch_modules_addr): Cast _end to grub_addr_t.
3035         * kern/i386/linuxbios/table.c: Include grub/misc.h.
3036         (check_signature): Don't shadow table_header.
3037         (grub_linuxbios_table_iterate): Cast numeric constants to
3038         grub_linuxbios_table_header_t.
3039         * include/grub/i386/linuxbios/init.h: Add noreturn attribute to
3040         grub_stop().
3042         * kern/ieee1275/init.c: Cast _start and _end to grub_addr_t to
3043         prevent warnings.
3045         * include/grub/misc.h (ALIGN_UP): Avoid unnecessary cast to a
3046         pointer, which can cause warnings.  Support 64-bit addresses.
3048         * util/elf/grub-mkimage.c: Use GRUB_TARGET_SIZEOF_LONG instead
3049         of sizeof(long).  This fixes PowerPC image generation on x86_64.
3051 2008-07-04  Robert Millan  <rmh@aybabtu.com>
3053         This fixes a performance issue when pc & gpt partmap iterators
3054         didn't abort iteration even after our hook found what it was
3055         looking for (often causing expensive probes of non-existent drives).
3057         Some callers relied on previous buggy behaviour, since they would
3058         raise an error when their own hooks caused early abortion of its
3059         iteration.
3061         * kern/device.c (grub_device_open): Improve error message.
3062         * disk/lvm.c (grub_lvm_open): Likewise.
3063         * disk/raid.c (grub_raid_open): Likewise.
3065         * partmap/pc.c (pc_partition_map_iterate): Abort parent iteration
3066         when hook requests it, independently of grub_errno.
3067         (pc_partition_map_probe): Do not fail when find_func() caused
3068         early abortion of pc_partition_map_iterate().
3070         * partmap/gpt.c (gpt_partition_map_iterate): Abort parent iteration
3071         when hook requests it, independently of grub_errno.
3072         (gpt_partition_map_probe): Do not fail when find_func() caused
3073         early abortion of gpt_partition_map_iterate().
3075         * kern/partition.c (grub_partition_iterate): Abort parent iteration
3076         when hook requests it, independently of grub_errno.  Do not fail when
3077         part_map_iterate_hook() caused early abortion of p->iterate().
3079         * util/biosdisk.c (grub_util_biosdisk_get_grub_dev): Do not fail
3080         when grub_partition_iterate() returned with non-zero.
3082 2008-07-03  Pavel Roskin  <proski@gnu.org>
3084         * disk/ata.c (grub_ata_pio_write): Check status before writing,
3085         like we do in grub_ata_pio_read().
3086         (grub_ata_readwrite): Always write individual sectors.  Fix the
3087         sector count for the remainder.
3088         (grub_ata_write): Enable writing to ATA devices.  Correctly
3089         report error for ATAPI devices.
3091 2008-07-02  Pavel Roskin  <proski@gnu.org>
3093         * boot/i386/pc/cdboot.S: Add _start entry to fix a linker
3094         warning.
3096         * disk/ata.c (grub_ata_readwrite): Don't increment sector number
3097         for every read sector, we already increment it for the whole
3098         batch.  This fixes reading more than 256 sectors at once.
3100         * util/grub-editenv.c (cmd_info): Cast argument to long
3101         explicitly.  ptrdiff_t reduces to int on i386.
3103         * util/grub-editenv.c (main): Be specific which parameter is
3104         missing.
3106         * disk/memdisk.c (memdisk_addr): Make a pointer to fix warnings.
3107         (memdisk): Make memdisk_orig_addr a pointer.
3109         * fs/reiserfs.c (grub_reiserfs_read): Fix misuse of grub_size_t
3110         for file offsets, use grub_off_t instead.  Fix printf format
3111         warnings.
3113         * fs/reiserfs.c: Remove #warning, TODO list items don't belong
3114         there.  Real unexpected warnings should not drown in the noise
3115         about known problems.
3117         * commands/hexdump.c (grub_cmd_hexdump): Fix misuse of
3118         grub_disk_addr_t for memory addresses.
3120         * loader/aout.c (grub_aout_load): Cast load_addr to pointer
3121         explicitly to fix a warning.
3123         * util/grub-editenv.c (cmd_info): Fix warning in printf format.
3125         * Makefile.in (MODULE_LDFLAGS): New variable.
3126         * aclocal.m4 (grub_PROG_LD_BUILD_ID_NONE): New macro.  Check if
3127         the linker accepts --build-id=none.
3128         * configure.ac: Call grub_PROG_LD_BUILD_ID_NONE.  Substitute
3129         MODULE_LDFLAGS.
3130         * genmk.rb: Use MODULE_LDFLAGS when linking modules.
3132         * fs/xfs.c (struct grub_xfs_dir_header): Use names similar to
3133         those in Linux XFS code.  Provide a way to access 64-bit parent
3134         inode.
3135         (grub_xfs_iterate_dir): Use the new names.  Avoid reading past
3136         the end of struct grub_xfs_dir_header.
3138 2008-07-02  Bean  <bean123ch@gmail.com>
3140         * include/grub/ieee1275.h (grub_ieee1275_flag): New constant
3141         GRUB_IEEE1275_FLAG_CANNOT_INTERPRET, GRUB_IEEE1275_FLAG_FORCE_CLAIM
3142         and GRUB_IEEE1275_FLAG_NO_ANSI.
3144         * kern/ieee1275/cmain.c (grub_ieee1275_find_options): Set flag
3145         GRUB_IEEE1275_FLAG_CANNOT_INTERPRET, GRUB_IEEE1275_FLAG_FORCE_CLAIM
3146         and GRUB_IEEE1275_FLAG_NO_ANSI for Open Hackware.
3148         * kern/ieee1275/ieee1275.c (grub_ieee1275_interpret): Return
3149         immediately if GRUB_IEEE1275_FLAG_CANNOT_INTERPRET is set.
3151         * kern/ieee1275/init.c (grub_claim_heap): Claim memory directly if
3152         GRUB_IEEE1275_FLAG_FORCE_CLAIM is set.
3154         * term/ieee1275/ofconsole.c (grub_ofconsole_writeesc): Don't output
3155         esc sequence on non ANSI terminal.
3156         (grub_ofconsole_gotoxy): Emulate backspace key on non ANSI terminal.
3158         * util/elf/grub-mkimage.c (add_segments): Move ELF header to the
3159         beginning of file.
3161 2008-07-02  Bean  <bean123ch@gmail.com>
3163         * conf/common.rmk (bin_UTILITIES): Add grub-editenv.
3164         (grub_editenv_SOURCES): New variable.
3165         (pkglib_MODULES): Add loadenv.mod.
3166         (loadenv_mod_SOURCES): New variable.
3167         (loadenv_mod_CFLAGS): Likewise.
3168         (loadenv_mod_LDFLAGS): Likewise.
3170         * include/grub/envblk.h: New file.
3172         * util/envblk.c: New file.
3174         * util/grub-editenv.c: New file.
3176         * commands/loadenv.c: New file.
3178 2008-07-01  Pavel Roskin  <proski@gnu.org>
3180         * include/multiboot2.h (struct multiboot_tag_module): Use char,
3181         not unsigned char.  This fixes warnings and is consistent with
3182         other tags.
3184         * disk/fs_uuid.c (search_fs_uuid): Correctly increment count.
3186         * normal/parser.y: Define YYENABLE_NLS as 0 to fix warnings.
3188         * term/tparm.c (analyze): Always set *popcount.
3190         * loader/i386/pc/linux.c (grub_rescue_cmd_linux): Remove useless
3191         cast to fix a warning.
3193         * loader/i386/pc/multiboot2.c (grub_mb2_arch_module_alloc): Use
3194         cast to suppress a warning.
3196         * fs/afs.c (grub_afs_read_block): Return grub_disk_addr_t, as
3197         grub_fshelp_read_file() expects.
3199         * fs/fat.c: Fix UUID calculation on big-endian systems.  We
3200         write uuid as a 32-bit value in CPU byte order, so declare and
3201         use it as such.
3203         * disk/raid.c: Cast grub_dprintf() arguments to unsigned long
3204         long if the format specifier expects it.
3205         * partmap/gpt.c (gpt_partition_map_iterate): Likewise.
3206         * partmap/pc.c (pc_partition_map_iterate): Likewise.
3207         * fs/ntfs.c (grub_ntfs_uuid): Cast data->uuid to unsigned long
3208         long to fix a warning.
3209         * fs/reiserfs.c (grub_reiserfs_read): Change casts in
3210         grub_dprintf() arguments to fix warnings.
3212 2008-06-30  Pavel Roskin  <proski@gnu.org>
3214         * util/i386/pc/grub-setup.c (setup): Write install_dos_part and
3215         install_bsd_part immediately before core.img is embedded or
3216         modified on disk.  This fixes core.img verification if core.img
3217         cannot be embedded.
3219         * util/i386/pc/grub-setup.c (setup): Use core_path_dev, not
3220         core_path to calculate the blocklist.
3221         Patch from Javier Martín <lordhabbit@gmail.com>
3223 2008-06-29  Robert Millan  <rmh@aybabtu.com>
3225         * fs/xfs.c (GRUB_XFS_FSB_TO_BLOCK): New macro.  Maps filesystem
3226         block to disk block.
3227         (grub_xfs_read_block): Use GRUB_XFS_FSB_TO_BLOCK() on result.
3228         Patch from Niels Böhm <bitbucket@arcor.de>
3230 2008-06-29  Robert Millan  <rmh@aybabtu.com>
3232         * util/update-grub_lib.in (font_path): Search for fonts in
3233         /boot/grub first, which is more likely to be readable (we aren't
3234         deciding where fonts live, just looking for them).
3236 2008-06-26  Pavel Roskin  <proski@gnu.org>
3238         * util/biosdisk.c (read_device_map): Don't leave dead map
3239         entries for devices failing stat() check.
3241         * util/i386/pc/grub-setup.c (setup): Don't reuse core_path, use
3242         core_path_dev for the core.img path on the target device.
3244 2008-06-26  Robert Millan  <rmh@aybabtu.com>
3246         * disk/fs_uuid.c: New file.
3247         * conf/common.rmk (pkglib_MODULES): Add `fs_uuid.mod'.
3248         (fs_uuid_mod_SOURCES, fs_uuid_mod_CFLAGS)
3249         (fs_uuid_mod_LDFLAGS): New variables.
3250         * include/grub/disk.h (grub_disk_dev_id): Add
3251         `GRUB_DISK_DEVICE_UUID_ID'.
3252         * kern/disk.c (grub_disk_dev_iterate): Allow disk devices not to
3253         implement iterate().
3255 2008-06-26  Robert Millan  <rmh@aybabtu.com>
3257         * util/grub.d/10_linux.in: Avoid passing UUIDs to Linux when either
3258         "/dev/disk/by-uuid/${GRUB_DEVICE_UUID}" does not exist, or when a
3259         Linux image includes no initrd.
3261 2008-06-21  Javier Martín  <lordhabbit@gmail.com>
3263         * util/i386/pc/grub-setup.c (setup): Remove literal "core.img" in a
3264         call to resolve the core image location that effectively appended the
3265         name twice.
3267 2008-06-21  Robert Millan  <rmh@aybabtu.com>
3269         * util/grub.d/00_header.in: Move last prepare_grub_to_access_device()
3270         call from here ...
3272         * util/grub.d/10_hurd.in: ... to here ...
3273         * util/grub.d/10_linux.in: ... and here.
3275 2008-06-19  Robert Millan  <rmh@aybabtu.com>
3277         * kern/main.c (grub_main): Export `prefix' variable immediately
3278         after it has been set by grub_machine_set_prefix().
3280 2008-06-19  Robert Millan  <rmh@aybabtu.com>
3282         * commands/search.c (search_label, search_fs_uuid, search_file): Print
3283         search result when not saving to variable, not the other way around.
3284         When saving to variable, abort iteration as soon as a match is found.
3286 2008-06-19  Robert Millan  <rmh@aybabtu.com>
3288         * util/update-grub_lib.in (prepare_grub_to_access_device): Remove
3289         check for partition that provides /boot/grub.  Its logic is flawed,
3290         as it prevents prepare_grub_to_access_device() from being called
3291         multiple times.
3293 2008-06-19  Robert Millan  <rmh@aybabtu.com>
3295         * util/update-grub_lib.in (prepare_grub_to_access_device): Issue
3296         "insmod" command directly when abstraction modules are needed,
3297         instead of relying on GRUB_PRELOAD_MODULES (which had no effect
3298         since it had already been processed).
3300 2008-06-19  Pavel Roskin  <proski@gnu.org>
3302         * conf/i386-efi.rmk: Recompile grub-mkimage.c if Makefile has
3303         changed.  This is needed in case GRUB_LIBDIR changes.
3304         * conf/i386-ieee1275.rmk: Likewise.
3305         * conf/i386-linuxbios.rmk: Likewise.
3306         * conf/i386-pc.rmk: Likewise.
3307         * conf/powerpc-ieee1275.rmk: Likewise.
3309 2008-06-18  Pavel Roskin  <proski@gnu.org>
3311         * conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): Rename
3312         kernel_elf_symlist.c to symlist.c for consistency with other
3313         architectures.  Update all users.
3314         * conf/sparc64-ieee1275.rmk (kernel_elf_SOURCES): Likewise.
3316 2008-06-18  Robert Millan  <rmh@aybabtu.com>
3318         * util/i386/pc/grub-install.in: If the drive is LVM or RAID, prepend
3319         it in prefix.
3321         * util/i386/pc/grub-setup.c (main): Don't handle prefix at all.  Set
3322         `must_embed' to 1 when root_dev is a RAID device.  When dest_dev is
3323         a RAID device, run setup() for all members independently on whether
3324         LVM abstraction is being used.
3325         (setup): Don't handle prefix at all; let grub-mkimage take care of it.
3326         If grub-mkimage has set `*install_dos_part == -2', don't override this
3327         value.
3328         Perform *install_dos_part adjustments independently on whether
3329         we're embedding or not.
3330         Clarify error message when image is too big for embedding.
3331         Remove duplicate *install_dos_part stanza.
3333 2008-06-17  Robert Millan  <rmh@aybabtu.com>
3335         * term/ieee1275/ofconsole.c (fgcolor, bgcolor): Remove variables.
3336         (grub_ofconsole_normal_color, grub_ofconsole_highlight_color): New
3337         variables.
3338         (grub_ofconsole_setcolor, grub_ofconsole_getcolor): Load/store
3339         values in grub_ofconsole_normal_color and
3340         grub_ofconsole_highlight_color (they're not directly related to
3341         background and foreground).
3342         (grub_ofconsole_setcolorstate): Extract background and foreground
3343         from grub_ofconsole_normal_color and grub_ofconsole_highlight_color.
3345 2008-06-17  Robert Millan  <rmh@aybabtu.com>
3347         * util/update-grub_lib.in (prepare_grub_to_access_device): Use
3348         /boot/grub for the check in last commit, not /boot (they could be
3349         different partitions).
3351 2008-06-16  Robert Millan  <rmh@aybabtu.com>
3353         * util/update-grub_lib.in (prepare_grub_to_access_device): If we were
3354         asked to setup access for the same partition that provides /boot,
3355         don't bother using UUIDs since our root already has the value we
3356         want.
3358 2008-06-16  Robert Millan  <rmh@aybabtu.com>
3360         * util/biosdisk.c (convert_system_partition_to_system_disk): Detect
3361         I2O devices.
3362         Patch from Sven Mueller <sven@debian.org>.
3364 2008-06-16  Robert Millan  <rmh@aybabtu.com>
3366         * util/update-grub.in: Check for $EUID instead of $UID.
3367         Reported by Vincent Zweije.
3369 2008-06-16  Bean  <bean123ch@gmail.com>
3371         * fs/ext2.c (grub_ext2_blockgroup): Revert to pre-journal state.
3372         (grub_ext2_read_block): Likewise.
3373         (grub_ext2_read_inode): Likewise.
3374         (grub_ext2_mount): Likewise.
3375         (grub_ext2_close): Likewise.
3376         (grub_ext3_get_journal): Removed.
3378         * fs/reiserfs.c (grub_reiserfs_get_item): Revert to pre-journal state.
3379         (grub_reiserfs_read_symlink): Likewise.
3380         (grub_reiserfs_mount): Likewise.
3381         (grub_reiserfs_open): Likewise.
3382         (grub_reiserfs_read): Likewise.
3383         (grub_reiserfs_close): Likewise.
3384         (grub_reiserfs_get_journal): Removed.
3386         * fs/fshelp.c (grub_fshelp_read): Removed.
3387         (grub_fshelp_map_block): Likewise.
3389         * include/grub/fshelp.h (grub_fshelp_journal_type): Removed.
3390         (grub_fshelp_journal): Likewise.
3391         (grub_fshelp_read): Likewise.
3392         (grub_fshelp_map_block): Likewise.
3394 2008-06-16  Pavel Roskin  <proski@gnu.org>
3396         * conf/powerpc-ieee1275.rmk: Remove -msoft-float, we don't use
3397         floating point anymore.
3398         * include/grub/powerpc/libgcc.h: Leave only necessary exports.
3400 2008-06-15  Pavel Roskin  <proski@gnu.org>
3402         * commands/ls.c (grub_ls_list_files): Use integer calculations
3403         for human readable format, avoid floating point use.
3404         * kern/misc.c (grub_ftoa): Remove.
3405         (grub_vsprintf): Remove floating point support.
3407 2008-06-15  Robert Millan  <rmh@aybabtu.com>
3409         * util/grub.d/10_linux.in: Use the underlying device for loop-AES
3410         devices.
3411         Reported by Max Vozeler.
3413 2008-06-15  Robert Millan  <rmh@aybabtu.com>
3415         * util/i386/pc/grub-mkimage.c (generate_image): If we included a drive
3416         in our prefix, set install_{dos,bsd}_part = -2 to indicate this can be
3417         skipped later.
3418         (main): If a memdisk was requested, add "(memdisk)" drive explicitly to
3419         the beginning of the prefix.
3421         * kern/i386/pc/init.c (make_install_device): Remove memdisk check.
3422         It is assumed that if we have a memdisk, grub-mkimage has set
3423         grub_prefix to include the "(memdisk)" drive in it.
3425 2008-06-15  Robert Millan  <rmh@aybabtu.com>
3427         * term/i386/pc/console.c [GRUB_MACHINE_LINUXBIOS] (grub_console_init):
3428         Initialize keyboard controller after registering the terminal, so that
3429         grub_printf() can be called from grub_keyboard_controller_init().
3431 2008-06-15  Robert Millan  <rmh@aybabtu.com>
3433         * fs/sfs.c (grub_sfs_read_extent): Fix the count of nodes in
3434         extent-btree which is written as big endian on disk.
3435         Reported by Alain Greppin  <al@chilibi.org>.
3437 2008-06-14  Robert Millan  <rmh@aybabtu.com>
3439         * util/i386/efi/grub-install.in (modules): Remove `_chain'.
3440         * util/i386/pc/grub-install.in (modules): Likewise.
3442 2008-06-13  Pavel Roskin  <proski@gnu.org>
3444         * commands/ls.c (grub_ls_list_files): Fix format warnings.
3446 2008-06-13  Bean  <bean123ch@gmail.com>
3448         * commands/hexdump.c (grub_cmd_hexdump): Adjust offset for partition.
3450         * fs/ext2.c (grub_ext3_get_journal): Fix revoke block handling.
3452         * fs/fshelp.c (grub_fshelp_map_block): Don't map block 0 as it's used
3453         to indicate sparse block.
3455 2008-06-12  Pavel Roskin  <proski@gnu.org>
3457         * fs/ext2.c (grub_ext2_read_inode): Don't normalize block
3458         number, grub_fshelp_read() does it for us.
3460         * fs/fshelp.c (grub_fshelp_read): New function.  Implement
3461         linear disk read with journal translation.
3462         * fs/ext2.c: Use grub_fshelp_read() instead of grub_disk_read().
3463         * include/grub/fshelp.h: Declare grub_fshelp_read().
3465 2008-06-09  Pavel Roskin  <proski@gnu.org>
3467         * fs/minix.c (grub_minix_mount): Handle error reading
3468         superblock.
3470 2008-06-08  Robert Millan  <rmh@aybabtu.com>
3472         * util/i386/pc/grub-setup.c (main): If install drive is an LVM,
3473         don't append the RAID prefix afterwards.
3474         Reported by Clint Adams.
3476 2008-06-08  Robert Millan  <rmh@aybabtu.com>
3478         Based on description from Pavel:
3479         * kern/disk.c (grub_disk_check_range): Rename to ...
3480         (grub_disk_adjust_range): ... this.  Add a comment explaining the
3481         tasks performed by this function.
3483 2008-06-08  Robert Millan  <rmh@aybabtu.com>
3485         * include/grub/ntfs.h (struct grub_ntfs_bpb): Rename `serial_number' to
3486         `num_serial' (for consistency with other variables).
3487         (struct grub_ntfs_data): Add `uuid' member.
3488         * fs/ntfs.c (grub_ntfs_mount): Initialize `data->uuid'.
3489         (grub_ntfs_uuid): New function.
3490         (grub_ntfs_fs): Reference grub_ntfs_uuid() in `uuid' struct member.
3492 2008-06-07  Pavel Roskin  <proski@gnu.org>
3494         * util/biosdisk.c (open_device): Revert last change to the
3495         function, it broke installation.  The sector needs to be
3496         different dependent on which device is opened.
3498 2008-06-06  Robert Millan  <rmh@aybabtu.com>
3500         Ensure GRUB_KERNEL_MACHINE_DATA_END is always consistent with the
3501         rest of GRUB, and breakage doesn't happen if its value were modified.
3503         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE):
3504         Redefine as an offset from `GRUB_KERNEL_MACHINE_DATA_END' instead of
3505         a constant (same value).
3506         * kern/i386/pc/startup.S: Replace hardcoded `0x50' with
3507         `GRUB_KERNEL_MACHINE_DATA_END' (same value).
3509 2008-06-06  Robert Millan  <rmh@aybabtu.com>
3511         * util/biosdisk.c (open_device): Do not modify sector offset when
3512         accessing a partition.  kern/disk.c already handles this for us.
3514 2008-06-06  Robert Millan  <rmh@aybabtu.com>
3516         * util/grub-emu.c (grub_machine_init): Move code in this function from
3517         here ...
3518         (main): ... to here (before grub_util_biosdisk_init() call, to prevent
3519         segfault in case grub_printf() is called).
3521         * util/i386/pc/grub-install.in: Append `--device-map=${device_map}' to
3522         grub_probe.  Update all users not to explicitly add it again.
3523         (grub_device): New variable; contains corresponding device for grubdir.
3524         (fs_module, partmap_module, devabstraction_module): Pass
3525         `--device ${grub_device}' to grub_probe to avoid traversing /dev
3526         every time.
3528 2008-06-05  Robert Millan  <rmh@aybabtu.com>
3530         * normal/misc.c (grub_normal_print_device_info): When a filesystem UUID
3531         is found, print it (same layout as with labels).
3533 2008-06-04  Robert Millan  <rmh@aybabtu.com>
3535         * util/biosdisk.c (get_drive): Rename to ...
3536         (find_grub_drive): ... this.  Update all users.
3538         (get_os_disk): Rename to ...
3539         (convert_system_partition_to_system_disk): ... this.  Update all users.
3541         (find_drive): Rename to ...
3542         (find_system_device): ... this.  Update all users.
3544 2008-06-04  Robert Millan  <rmh@aybabtu.com>
3546         * util/biosdisk.c (get_os_disk): Handle IDA devices.
3547         * util/grub-mkdevicemap.c (get_mmc_disk_name)
3548         (make_device_map): Likewise.
3550 2008-06-01  Robert Millan  <rmh@aybabtu.com>
3552         *  util/biosdisk.c (get_drive): Verify that `map[i].drive' is non-NULL
3553         before dereferencing it.
3555         * fs/fat.c (struct grub_fat_bpb): Move fat32-specific fields into a
3556         union with fat12/fat16-specific ones.  Add some new fields, including
3557         `num_serial' for both versions.
3558         (struct grub_fat_data): Add `uuid' member.
3559         (grub_fat_mount): Refer to fat32-specific fields in `bpb' by their new
3560         names.  Initialize `data->uuid' using `num_serial'.
3561         (grub_fat_uuid): New function.
3562         (grub_fat_fs): Reference grub_fat_uuid() in `uuid' struct member.
3564         * fs/reiserfs.c (grub_reiserfs_superblock): Add `uuid' field.
3565         (grub_reiserfs_uuid): New function.
3566         (grub_reiserfs_fs): Reference grub_reiserfs_uuid() in `uuid' struct
3567         member.
3569         * fs/xfs.c (grub_xfs_sblock): Add `uuid' field.
3570         (grub_xfs_uuid): New function.
3571         (grub_xfs_fs): Reference grub_reiserfs_uuid() in `uuid' struct member.
3573 2008-06-01  Robert Millan  <rmh@aybabtu.com>
3575         * util/update-grub_lib.in (prepare_grub_to_access_device): Generate
3576         code that is backward compatible with pre-uuid search command.
3578 2008-05-31  Robert Millan  <rmh@aybabtu.com>
3580         * disk/i386/pc/biosdisk.c (grub_biosdisk_iterate): Iterate through
3581         floppies after everything else, to ensure floppy drive isn't accessed
3582         unnecessarily (patch from Bean).
3584 2008-05-31  Robert Millan  <rmh@aybabtu.com>
3586         * commands/search.c (search_label, search_fs_uuid, search_file): Do
3587         not print device names when we were asked to set a variable.
3589 2008-05-31  Robert Millan  <rmh@aybabtu.com>
3591         * term/ieee1275/ofconsole.c (grub_ofconsole_setcursor): Implement
3592         using "cursor-on" and "cursor-off" commands (understood at least by
3593         the Open Firmware flavour on OLPC).
3595 2008-05-31  Michael Gorven  <michael@gorven.za.net>
3597         * term/terminfo.c (grub_terminfo_set_current): Correct vt100 cursor
3598         on and off sequences.
3600 2008-05-31  Robert Millan  <rmh@aybabtu.com>
3602         * util/update-grub_lib.in: Replace `grub-probe' with `${grub_probe}'.
3603         * util/update-grub.in: Likewise.
3605 2008-05-30  Pavel Roskin  <proski@gnu.org>
3607         * util/biosdisk.c (linux_find_partition): Simplify logic and
3608         make the code more universal.  Keep special processing for
3609         devfs, but use a simple rule for all other devices.  If the
3610         device ends with a number, append 'p' and the partition number.
3611         Otherwise, append only the partition number.
3613 2008-05-30  Robert Millan  <rmh@aybabtu.com>
3615         * util/update-grub.in (GRUB_DISABLE_LINUX_UUID): Export variable.
3616         * util/grub.d/10_linux.in: If GRUB_DEVICE_UUID is set, and
3617         GRUB_DISABLE_LINUX_UUID isn't true, use the filesystem UUIDs as
3618         the `root' parameter to Linux.
3620 2008-05-30  Robert Millan  <rmh@aybabtu.com>
3622         * commands/search.c (options): Rename --fs_uuid to --fs-uuid.
3623         * util/update-grub_lib.in (prepare_grub_to_access_device): Replace
3624         --fs_uuid with --fs-uuid.
3625         * util/update-grub.in: Allow filesystem UUID probes to fail (since not
3626         all filesystems support them).
3628 2008-05-30  Robert Millan  <rmh@aybabtu.com>
3630         * fs/ext2.c (grub_ext2_uuid): Use `04x' instead of '02x' as
3631         grub_printf() flags, since we're printing in units of 2 bytes.
3633 2008-05-30  Robert Millan  <rmh@aybabtu.com>
3635         * util/grub.d/00_header.in: Remove obsolete comment referencing
3636         convert_system_path_to_grub_path().
3637         * util/update-grub.in: Likewise.
3638         * util/update-grub_lib.in (is_path_readable_by_grub): New function.
3639         (convert_system_path_to_grub_path): Add a warning message explaining
3640         that this function is deprecated.  Rely on is_path_readable_by_grub()
3641         for the readability checks.
3642         (font_path): Use is_path_readable_by_grub() for the readability
3643         check rather than convert_system_path_to_grub_path().
3645 2008-05-30  Robert Millan  <rmh@aybabtu.com>
3647         * util/update-grub_lib.in (prepare_grub_to_access_device): New function.
3648         * util/update-grub.in: Set `GRUB_FONT_PATH' to the system path, without
3649         converting it first.
3650         * util/grub.d/00_header.in: Use prepare_grub_to_access_device() to setup
3651         grub.cfg for access to font file, and afterwards call it again to set
3652         the root device.
3654 2008-05-30  Robert Millan  <rmh@aybabtu.com>
3656         * commands/search.c (options): Add --fs_uuid option.
3657         (search_fs_uuid): New function.
3658         (grub_cmd_search): Fix --set argument passing.
3659         Use search_fs_uuid() when requested via --fs_uuid.
3660         (grub_search_init): Update help message.
3661         * fs/ext2.c (struct grub_ext2_sblock): Rename `unique_id' to `uuid'
3662         and redeclare it as an array of 16-bit words.
3663         (grub_ext2_uuid): New function.
3664         (grub_ext2_fs): Reference grub_ext2_uuid() in `uuid' struct member.
3665         * include/grub/fs.h (struct grub_fs): Add `uuid' struct member.
3666         * util/update-grub.in (GRUB_DEVICE_UUID, GRUB_DEVICE_BOOT)
3667         (GRUB_DEVICE_BOOT_UUID): New variables.
3668         (GRUB_DRIVE. GRUB_DRIVE_BOOT. GRUB_DRIVE_BOOT_GRUB): Remove.
3669         * util/grub.d/00_header.in: Set root using `search --fs_uuid' command
3670         whenever possible.
3671         * util/grub.d/10_hurd.in: Avoid explicit use of root drive.  Instead,
3672         just assume `root' variable has the right value.
3673         * util/grub.d/10_linux.in: Likewise.
3674         * util/grub-probe.c (probe): Probe for filesystem UUID when requested
3675         via PRINT_FS_UUID.
3676         (main): Recognise `-t fs_uuid' argument.
3678 2008-05-30  Robert Millan  <rmh@aybabtu.com>
3680         * util/biosdisk.c (map): Redefine structure to hold information
3681         about GRUB drive name.
3682         (get_drive): Reimplement without assuming (and verifying) BIOS-like
3683         drive names.
3684         (call_hook): Remove.
3685         (grub_util_biosdisk_iterate): Access drive names via `.drive' struct
3686         member.  Assume drive has partitions.
3687         (grub_util_biosdisk_open): Access device names via `.device' struct
3688         member.
3689         (open_device): Likewise.
3690         (find_drive): Likewise.
3691         (read_device_map): Adjust map[] usage to match the new struct
3692         definition.  Don't check for duplicates (still possible, but not cheap
3693         anymore).
3694         (grub_util_biosdisk_fini): Free malloced buffers referenced by map[].
3695         (make_device_name): Remove assumption of BIOS-like drive names.
3697 2008-05-30  Pavel Roskin  <proski@gnu.org>
3699         * conf/i386-efi.rmk (normal/execute.c_DEPENDENCIES): Remove, as
3700         compiling execute.c doesn't need grub_script.tab.h anymore.
3701         (normal/command.c_DEPENDENCIES): Likewise.
3702         (normal/function.c_DEPENDENCIES): Likewise.
3703         * conf/i386-ieee1275.rmk: Likewise.
3704         * conf/i386-linuxbios.rmk: Likewise.
3705         * conf/i386-pc.rmk: Likewise.
3706         * conf/powerpc-ieee1275.rmk: Likewise.
3707         * conf/sparc64-ieee1275.rmk: Likewise.
3709 2008-05-29  Pavel Roskin  <proski@gnu.org>
3711         * disk/lvm.c (grub_lvm_scan_device): Check for the buffer end
3712         when scanning metadata for volume group name.
3714         * include/grub/script.h: Don't include grub_script.tab.h.  It's
3715         a generated file, which may only be included from the files with
3716         DEPENDENCIES rules in the makefile.  Don't use typedef YYSTYPE,
3717         use union YYSTYPE, as the later allows forward declaration.
3718         * normal/lexer.c: Don't use typedef YYSTYPE, use union YYSTYPE.
3720 2008-05-29  Robert Millan  <rmh@aybabtu.com>
3722         * term/i386/pc/at_keyboard.c: Include `grub/machine/machine.h'.
3723         (OLPC_UP, OLPC_DOWN, OLPC_LEFT, OLPC_RIGHT): New macros.
3724         [GRUB_MACHINE_IEEE1275] (keyboard_map): Add OLPC scan codes
3725         (grub_console_checkkey): Add grub_dprintf() call to report unknown
3726         scan codes.
3728 2008-05-29  Robert Millan  <rmh@aybabtu.com>
3730         * term/i386/pc/at_keyboard.c (grub_console_checkkey): Add support for
3731         control key combinations.
3733 2008-05-29  Robert Millan  <rmh@aybabtu.com>
3735         * util/powerpc/ieee1275/grub-install.in: Move from here ...
3736         * util/ieee1275/grub-install.in: ... to here.
3737         * powerpc-ieee1275.rmk (grub_install_SOURCES): Update location.
3738         * i386-ieee1275.rmk (sbin_SCRIPTS): New variable.
3739         (grub_install_SOURCES): Likewise.
3741 2008-05-29  Robert Millan  <rmh@aybabtu.com>
3743         * fs/affs.c: Update copyright year.
3744         * fs/ext2.c: Likewise.
3745         * fs/fshelp.c: Likewise.
3746         * fs/hfsplus.c: Likewise.
3747         * fs/ntfs.c: Likewise.
3748         * fs/xfs.c: Likewise.
3749         * include/grub/fshelp.h: Likewise.
3750         * util/grub-mkdevicemap.c: Likewise.
3752 2008-05-28  Robert Millan  <rmh@aybabtu.com>
3754         * util/update-grub.in: Allow chmod call to fail, since /boot/grub/
3755         might need to be fatfs to support some firmware implementations
3756         (e.g. OFW or EFI).
3758 2008-05-28  Robert Millan  <rmh@aybabtu.com>
3760         * util/biosdisk.c (linux_find_partition, get_os_disk): Handle MMC
3761         devices.
3762         * util/grub-mkdevicemap.c (get_mmc_disk_name)
3763         (make_device_map): Likewise.
3765 2008-05-20  Bean  <bean123ch@gmail.com>
3767         * fs/fshelp.c (grub_fshelp_map_block): New function.
3768         (grub_fshelp_find_file): Use 64-bit type for pos and block address.
3769         Use `>>' and `&' operator to avoid 64-bit divide and modulo.
3771         * include/grub/fshelp.h (grub_fshelp_journal_type): New enum.
3772         (GRUB_FSHELP_JOURNAL_UNUSED_MAPPING): New macro.
3773         (grub_fshelp_journal): New structure.
3774         (grub_fshelp_map_block): New function prototype.
3775         (grub_fshelp_read_file): Use grub_disk_addr_t as block type.
3776         (grub_fshelp_map_block): Likewise.
3778         * fs/ext2.c (EXT3_FEATURE_COMPAT_HAS_JOURNAL): New macro.
3779         (EXT3_JOURNAL_MAGIC_NUMBER): Likewise.
3780         (EXT3_JOURNAL_DESCRIPTOR_BLOCK): Likewise.
3781         (EXT3_JOURNAL_COMMIT_BLOCK): Likewise.
3782         (EXT3_JOURNAL_SUPERBLOCK_V1): Likewise.
3783         (EXT3_JOURNAL_SUPERBLOCK_V2): Likewise.
3784         (EXT3_JOURNAL_REVOKE_BLOCK): Likewise.
3785         (EXT3_JOURNAL_FLAG_ESCAPE): Likewise.
3786         (EXT3_JOURNAL_FLAG_SAME_UUID): Likewise.
3787         (EXT3_JOURNAL_FLAG_DELETED): Likewise.
3788         (EXT3_JOURNAL_FLAG_LAST_TAG): Likewise.
3789         (grub_ext2_sblock): New members for journal support.
3790         (grub_ext3_journal_header): New structure.
3791         (grub_ext3_journal_revoke_header): Likewise.
3792         (grub_ext3_journal_block_tag): Likewise.
3793         (grub_ext3_journal_sblock): Likewise.
3794         (grub_fshelp_node): New members logfile and journal.
3795         (grub_ext2_read_block): Change block type to grub_disk_addr_t. Use
3796         grub_fshelp_map_block to get real block number.
3797         (grub_ext2_blockgroup): Use grub_fshelp_map_block to get real block
3798         number.
3799         (grub_ext2_read_inode): Likewise.
3800         (grub_ext3_get_journal): New function.
3801         (grub_read_inode): Initialize journal using grub_ext3_get_journal.
3802         (grub_ext2_close): Release memory used by journal.
3804         * fs/reiserfs.c (REISERFS_MAGIC_STRING): Changed to "ReIsEr".
3805         (REISERFS_MAGIC_DESC_BLOCK): New macro.
3806         (grub_reiserfs_transaction_header): Renamed to
3807         grub_reiserfs_description_block, replace field data with real_blocks.
3808         (grub_reiserfs_commit_block): New structure.
3809         (grub_reiserfs_data): New member journal.
3810         (grub_reiserfs_get_item): Use grub_fshelp_map_block to get real block
3811         number.
3812         (grub_reiserfs_read_symlink): Likewise.
3813         (grub_reiserfs_iterate_dir): Likewise.
3814         (grub_reiserfs_open): Likewise.
3815         (grub_reiserfs_read): Likewise.
3816         (grub_reiserfs_get_journal): New function.
3817         (grub_reiserfs_mount): Use "ReIsEr" as super block magic, as there are
3818         three varieties ReIsErFs, ReIsEr2Fs and ReIsEr3Fs. Initialize journal
3819         using grub_reiserfs_get_journal.
3820         (grub_reiserfs_close): Release memory used by journal.
3822         * fs/affs.c (grub_affs_read_block): Change block type to
3823         grub_disk_addr_t. Use grub_divmod64 to do 64-bit division.
3825         * fs/afs.c (grub_afs_read_block): Change block type to grub_disk_addr_t.
3827         * fs/hfsplus.c (grub_hfsplus_read_block): Likewise.
3829         * fs/ntfs.c (grub_ntfs_read_block): Likewise.
3831         * fs/udf.c (grub_udf_read_block): Change block type to
3832         grub_disk_addr_t. Use type cast to avoid warning.
3834         * fs/xfs.c (grub_xfs_read_block): Likewise.
3836 2008-05-16  Christian Franke  <franke@computer.org>
3838         * commands/cat.c (grub_cmd_cat): Remove non-ESC keys from keyboard queue
3839         to ensure that break with ESC will always work.
3840         * commands/sleep.c (grub_interruptible_millisleep): Likewise.
3841         Remove ESC from keyboard queue.
3843 2008-05-16  Christian Franke  <franke@computer.org>
3845         * util/biosdisk.c: [__CYGWIN__] Add includes.
3846         (grub_util_biosdisk_open): Use Linux code also for Cygwin.
3847         (get_os_disk): Move variable declarations to OS specific
3848         parts to avoid warning.
3849         [__GNU__] (get_os_disk): Fix /dev/sdXsN case.
3850         [__CYGWIN__] (get_os_disk): Add Cygwin /dev/sdXN device names.
3851         (grub_util_biosdisk_get_grub_dev): Use Linux code also for
3852         Cygwin.
3853         * util/getroot.c: [__CYGWIN__] Add includes.
3854         (strip_extra_slashes): Fix "/" case.
3855         [__CYGWIN__] (get_win32_path): New function.
3856         [__CYGWIN__] (grub_get_prefix): Add conversion to win32 path.
3857         [__CYGWIN__] (find_root_device): Disable.
3858         [__CYGWIN__] (get_bootsec_serial): New function.
3859         [__CYGWIN__] (find_cygwin_root_device): Likewise.
3860         [__linux__] (grub_guess_root_device): Add early returns to simplify
3861         structure.
3862         [__CYGWIN__] (grub_guess_root_device): Call find_cygwin_root_device.
3863         [__linux__] (grub_util_get_dev_abstraction): Enable LVM and RAID
3864         check for Linux only.
3866 2008-05-15  Bean  <bean123ch@gmail.com>
3868         * kern/i386/pc/startup.S (grub_console_getkey): Workaround for the
3869         keyboard hang problem in apple's intel mac.
3871 2008-05-09  Robert Millan  <rmh@aybabtu.com>
3873         * util/biosdisk.c (linux_find_partition, get_os_disk): Handle Virtio
3874         devices.
3875         * util/grub-mkdevicemap.c (get_virtio_disk_name)
3876         (make_device_map): Likewise.
3877         Reported by Aurelien Jarno <aurel32@debian.org>
3879 2008-05-07  Ian Campbell  <ijc@hellion.org.uk>
3881         * util/biosdisk.c (get_os_disk): Recognise xvd type disks.
3882         * util/grub-mkdevicemap.c (get_xvd_disk_name): New function.
3883         (make_device_map): Output entries for xvd type disks.
3885 2008-05-07  Robert Millan  <rmh@aybabtu.com>
3887         * util/biosdisk.c (linux_find_partition, get_os_disk): Handle CCISS
3888         devices.
3889         * util/grub-mkdevicemap.c (get_cciss_disk_name)
3890         (make_device_map): Likewise.
3891         Reported by Roland Dreier <rdreier@cisco.com>
3893 2008-05-07  Robert Millan  <rmh@aybabtu.com>
3895         * disk/lvm.c (grub_lvm_scan_device): Detect errors in an additional
3896         grub_strstr() call.  Correct a few mistakes in failure path handling.
3898 2008-05-06  Robert Millan  <rmh@aybabtu.com>
3900         * util/update-grub_lib.in (make_system_path_relative_to_its_root):
3901         Do not print a trailing slash (therefore, the root directory is an
3902         empty string).
3903         (convert_system_path_to_grub_path): Do not remove trailing slash
3904         from make_system_path_relative_to_its_root() output.
3906         * util/i386/pc/grub-install.in: Add trailing slash to output from
3907         make_system_path_relative_to_its_root().
3909 2008-05-06  Robert Millan  <rmh@aybabtu.com>
3911         * util/grub-fstest.c (grub_refresh): Call `fflush (stdout)'.  This
3912         ensures that output lines aren't intermangled with those sent to
3913         stderr (via grub_util_info()).
3914         * util/grub-probe.c (grub_refresh): Likewise.
3915         * util/i386/pc/grub-setup.c (grub_refresh): Likewise.
3917 2008-05-05  Christian Franke  <franke@computer.org>
3919         * util/grub-mkdevicemap.c (get_floppy_disk_name) [__CYGWIN__]:
3920         Add Cygwin device names.
3921         (get_ide_disk_name) [__CYGWIN__]: Likewise.
3922         (get_scsi_disk_name) [__CYGWIN__]: Likewise.
3923         (check_device): Return error instead of success on empty name.
3924         (make_device_map): Move label inside linux specific code to
3925         prevent compiler warning.
3927 2008-04-30  Robert Millan  <rmh@aybabtu.com>
3929         Based on patch from Fabian Greffrath <greffrath@leat.rub.de>
3930         * util/grub.d/10_linux.in: Add ${GRUB_CMDLINE_LINUX_DEFAULT} to the
3931         first boot option.
3932         * util/update-grub.in: Export GRUB_CMDLINE_LINUX_DEFAULT.
3934 2008-04-29  Robert Millan  <rmh@aybabtu.com>
3936         * docs/grub.cfg: New file (example GRUB configuration).
3938 2008-04-26  Robert Millan  <rmh@aybabtu.com>
3940         * DISTLIST: Sort (sort -u < DISTLIST | sponge DISTLIST).  Add
3941         `loader/i386/ieee1275/linux.c', `loader/i386/ieee1275/linux_normal.c'
3942         and `disk/ieee1275/nand.c'.
3944 2008-04-25  Bean  <bean123ch@gmail.com>
3946         * Makefile.in (RMKFILES): Add missing arch i386-ieee1275 and
3947         i386-linuxbios.
3949         * commands/hexdump.c (grub_cmd_hexdump): Support dumping of device,
3950         change the buffer size to 4096 for cdrom device.
3952         * conf/i386-ieee1275.rmk (pkglib_MODULES): Add _linux.mod, linux.mod
3953         and nand.mod.
3954         (_linux_mod_SOURCES): New variable.
3955         (_linux_mod_CFLAGS): Likewise.
3956         (_linux_mod_LDFLAGS): Likewise.
3957         (linux_mod_SOURCES): Likewise.
3958         (linux_mod_CFLAGS): Likewise.
3959         (linux_mod_LDFLAGS): Likewise.
3960         (nand_mod_SOURCES): Likewise.
3961         (nand_mod_CFLAGS): Likewise.
3962         (nand_mod_LDFLAGS): Likewise.
3964         * disk/ieee1275/ofdisk.c (grub_ofdisk_open): Return
3965         GRUB_ERR_UNKNOWN_DEVICE instead of GRUB_ERR_BAD_DEVICE if no device
3966         type property. (nand device in olpc don't have this property)
3968         * include/grub/disk.h (grub_disk_dev_id): New macro
3969         GRUB_DISK_DEVICE_NAND_ID.
3971         * include/grub/i386/ieee1275/loader.h (grub_rescue_cmd_linux): New
3972         function prototype.
3973         (grub_rescue_cmd_initrd): Likewise.
3975         * include/grub/i386/linux.h (GRUB_LINUX_OFW_SIGNATURE): New macro.
3976         (linux_kernel_params): Add new member ofw_signature, ofw_num_items,
3977         ofw_cif_handler and ofw_idt, adjust padding number.
3979         * include/grub/i386/pc/memory.h (grub_upper_mem): Export it if
3980         GRUB_MACHINE_IEEE1275 is defined.
3982         * include/grub/ieee1275/ieee1275.h (grub_available_iterate):
3983         Use NESTED_FUNC_ATTR attribute on the hook parameter.
3985         * kern/powerpc/ieee1275/init.c (grub_claim_heap): Use NESTED_FUNC_ATTR
3986         on nested function heap_init.
3987         (grub_upper_mem): New variable for i386-ieee1275.
3988         (grub_get_extended_memory): New function for i386-ieee1275.
3989         (grub_machine_init): Call grub_get_extended_memory for i386-ieee1275.
3991         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Use
3992         NESTED_FUNC_ATTR on the hook parameter. Don't quit if no device type
3993         property.
3995         * loader/i386/ieee1275/linux.c: New file.
3997         * loader/i386/ieee1275/linux_normal.c: New file.
3999         * disk/ieee1275/nand.c: New file.
4001 2008-04-18  Thomas Schwinge  <tschwinge@gnu.org>
4003         * util/i386/pc/grub-mkrescue.in (grub_mkimage): Don't overwrite correct
4004         value.
4005         * util/powerpc/ieee1275/grub-mkrescue.in (grub_mkimage): Likewise.
4007 2008-04-18  Robert Millan  <rmh@aybabtu.com>
4009         Restructures early code path on ieee1275 to unify grub_main() as
4010         the first C function that is executed in every platform.
4012         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_init): New prototype.
4013         * kern/i386/ieee1275/startup.S (_start): Jump to grub_main() instead of
4014         cmain().
4015         * kern/powerpc/ieee1275/crt0.S (_start): Likewise.
4016         * kern/ieee1275/cmain.c (cmain): Rename to ...
4017         * kern/ieee1275/cmain.c (grub_ieee1275_init): ... this.
4018         * kern/ieee1275/init.c (grub_machine_init): Call grub_ieee1275_init()
4019         at the beginning.
4021 2008-04-18  Robert Millan  <rmh@aybabtu.com>
4023         * util/update-grub.in: Fix syntax error when setting
4024         `GRUB_PRELOAD_MODULES'.
4025         Reported by Stephane Chazelas <stephane@artesyncp.com>
4027 2008-04-17  Lubomir Kundrak  <lkundrak@redhat.com>
4029         * aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): take only .text
4030         section into account, newer toolchains generate unique build ids
4031         * configure.ac: remove the test for --build-id=none acceptance,
4032         we want build ids to be preserved
4033         * genmk.rb: add -R .note.gnu.build-id to objcopy, so build id
4034         far from other sections don't cause the raw binary images grow
4035         size
4037 2008-04-15  Robert Millan  <rmh@aybabtu.com>
4039         * disk/lvm.c: Update copyright year.
4040         * kern/misc.c: Likewise.
4042 2008-04-14  Vesa Jaaskelainen  <chaac@nic.fi>
4044         * disk/lvm.c (grub_lvm_scan_device): Add forgotten failure path when
4045         there is no memory left for physical volume name.
4047 2008-04-14  Vesa Jaaskelainen  <chaac@nic.fi>
4049         * disk/lvm.c (grub_lvm_scan_device): Fix logical volume's physical
4050         volume name mapping to support bigger than 9 character names properly.
4052 2008-04-13  Robert Millan  <rmh@aybabtu.com>
4054         * disk/i386/pc/biosdisk.c (grub_biosdisk_rw): Fix CHS limit check,
4055         as per http://www.allensmith.net/Storage/HDDlimit/Int13h.htm
4057 2008-04-13  Christian Franke  <franke@computer.org>
4059         * util/i386/pc/grub-mkrescue.in: Add --emulation=floppy
4060         to create a floppy emulation boot CD when non emulation mode
4061         does not work.
4062         Enable Joliet CD filesystem extension.
4064 2008-04-13  Robert Millan  <rmh@aybabtu.com>
4066         * kern/misc.c (grub_strncat): Fix off-by-one error.
4067         Reported by Zhang Huan <zhanghuan@nrchpc.ac.cn>
4069         * kern/env.c (grub_env_context_close): Clear current context, not
4070         previous one.
4071         Patch from Zhang Huan <zhanghuan@nrchpc.ac.cn>
4073         * kern/misc.c (grub_strcat): Minor speed optimization (same code size).
4075 2008-04-13  Robert Millan  <rmh@aybabtu.com>
4077         Improve robustness when handling LVM.
4079         * disk/lvm.c (grub_lvm_getvalue): Return 0 when `*p' is NULL
4080         (and leave `*p' unmodified).
4081         (grub_lvm_iterate): Don't assume `vg->lvs != NULL' when iterating
4082         through it.
4083         (grub_lvm_memberlist): Don't assume `lv->vg->pvs != NULL' when
4084         iterating through it.
4085         (grub_lvm_open): Don't assume `vg->lvs != NULL' when iterating
4086         through it.
4087         (grub_lvm_scan_device): Check the return value (and fail gracefully
4088         when due) on each grub_lvm_getvalue() or grub_strstr() call.
4089         Don't assume `vg->pvs != NULL' when iterating through it.
4091 2008-04-13  Robert Millan  <rmh@aybabtu.com>
4093         * gendistlist.sh (EXTRA_DISTFILES): Add `genpartmaplist.sh'.
4094         * genmk.rb (partmap): New variable.
4095         (CLEANFILES, PARTMAPFILES): Add #{partmap}.
4096         (#{partmap}): New target rule.
4097         * genpartmaplist.sh: New file.
4098         * Makefile.in (pkglib_DATA): Add partmap.lst.
4099         (partmap.lst): New target rule.
4100         * util/i386/pc/grub-mkrescue.in: Generate grub.cfg that loads needed
4101         modules (including all partition maps), instead of preloading them.
4103 2007-04-13  Fabian Greffrath  <fabian.greffrath@web.de>
4105         * util/grub.d/30_os-prober.in: New script. Use `os-prober' and
4106         `linux-boot-prober' (if installed) to detect other operating
4107         systems which are installed on the computer and add them to
4108         the boot menu.
4109         * conf/common.rmk: Build and install 30_os-prober.
4111 2008-04-12  Robert Millan  <rmh@aybabtu.com>
4113         * kern/powerpc/ieee1275/init.c: Move from here ...
4114         * kern/ieee1275/init.c: ... to here.  Update all users.
4116         * kern/powerpc/ieee1275/cmain.c: Move from here ...
4117         * kern/ieee1275/cmain.c: ... to here.  Update all users.
4119         * kern/powerpc/ieee1275/openfw.c: Move from here ...
4120         * kern/ieee1275/openfw.c: ... to here.  Update all users.
4122         * loader/powerpc/ieee1275/multiboot2.c: Move from here ...
4123         * loader/ieee1275/multiboot2.c: ... to here.  Update all users.
4125 2008-04-10  Pavel Roskin  <proski@gnu.org>
4127         * configure.ac: Always use "_cv_" in cache variables for
4128         compatibility with Autoconf 2.62.
4130 2008-04-07  Robert Millan  <rmh@aybabtu.com>
4132         Revert grub/machine/init.h addition by Pavel (since it breaks on
4133         i386-ieee1275 and others):
4134         * util/i386/pc/misc.c: Remove grub/machine/init.h.
4135         * util/powerpc/ieee1275/misc.c: Likewise.
4137 2008-04-07  Robert Millan  <rmh@aybabtu.com>
4139         * util/grub-probe.c (probe): Improve error message.
4141 2008-04-07  Robert Millan  <rmh@aybabtu.com>
4143         * util/biosdisk.c (read_device_map): Skip devices that don't exist
4144         (this prevents the presence of a bogus entry from ruining the whole
4145         thing).
4147 2008-04-06  Pavel Roskin  <proski@gnu.org>
4149         * util/biosdisk.c: Include grub/util/biosdisk.h.
4150         * util/grub-fstest.c (execute_command): Make static.
4151         * util/grub-mkdevicemap.c (check_device): Likewise.
4152         * util/i386/pc/misc.c: Include grub/machine/init.h.
4153         * util/powerpc/ieee1275/misc.c: Likewise.
4154         * util/lvm.c: Include grub/util/lvm.h.
4155         * util/misc.c: Include grub/kernel.h, grub/misc.h and
4156         grub/cache.h.
4157         * util/raid.c: Include grub/util/raid.h.
4158         (grub_util_getdiskname): Make static.
4160         * util/grub-emu.c (main): Remove calls to grub_hostfs_init() and
4161         grub_hostfs_fini(), as they are called from grub_init_all() and
4162         grub_fini_all() respectively.  This fixes an infinite loop in
4163         grub-fstest due to double registration of hostfs.
4164         Reported by Christian Franke <Christian.Franke@t-online.de>
4166 2008-04-05  Pavel Roskin  <proski@gnu.org>
4168         * bus/pci.c (grub_pci_iterate): For multifunction devices, probe
4169         all 8 functions.  Otherwise, probe function 0 only.
4171 2008-04-04  Pavel Roskin  <proski@gnu.org>
4173         * commands/lspci.c (grub_lspci_iter): Print the bus number
4174         correctly.
4176         * commands/lspci.c (grub_pci_classes): Fix typos.
4177         (grub_lspci_iter): Don't print func twice.  Print vendor ID
4178         before device ID, as it's normally done.
4180         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options):
4181         Fix signedness warnings.
4182         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate):
4183         Likewise.
4184         * util/ieee1275/get_disk_name.c: Include config.h so that
4185         _GNU_SOURCE is defined and getline() is declared.  Mark an
4186         unused argument as such.  Fix a signedness warning.
4188 2008-04-02  Pavel Roskin  <proski@gnu.org>
4190         * genkernsyms.sh.in: Use more robust assignments for CC and
4191         srcdir.  Quote srcdir.
4192         * gensymlist.sh.in: Likewise.  Assert at the compile time that
4193         the symbol table is not empty.
4195         * disk/raid.c (grub_raid_memberlist): Fix a signedness warning.
4196         * fs/cpio.c (grub_cpio_read): Likewise.
4198 2008-04-01  Pavel Roskin  <proski@gnu.org>
4200         * disk/ata.c (grub_ata_open): Don't lose precision in disk->id.
4201         * disk/host.c (grub_host_open): Likewise.
4202         * disk/loopback.c (grub_loopback_open): Likewise.
4203         * disk/memdisk.c (grub_memdisk_open): Use a string pointer for
4204         disk->id as in disk/host.c, not a multi-character constant.
4206         * util/grub-fstest.c (cmd_cmp): Use fseeko(), not fseek().  The
4207         later is obsolete, potentially dangerous and sets a bad example.
4208         * util/i386/efi/grub-mkimage.c (make_header): Likewise.
4209         * util/misc.c (grub_util_get_image_size): Likewise.
4211         * disk/loopback.c (options): Improve help for "--partitions".
4213         * normal/arg.c (grub_arg_show_help): Fix spacing of the long
4214         options to align them with the short options, e.g. "echo -e".
4216 2008-03-31  Bean  <bean123ch@gmail.com>
4218         * video/reader/png.c (grub_png_data): New member is_16bit and
4219         image_data.
4220         (grub_png_decode_image_header): Detect 16 bit png image.
4221         (grub_png_convert_image): New function to convert 16 bit image to 8 bit.
4222         (grub_png_decode_png): Call grub_png_convert_image for 16 bit image.
4223         (grub_video_reader_png): Release memory occupied by image_data.
4225         * fs/ntfs.c (find_attr): Handle non-resident attribute list larger than
4226         4096 bytes.
4227         (grub_nfs_mount): Skip the test for sector per cluster.
4229         * include/grub/ntfs.h (MAX_SPC): Removed.
4231 2008-03-31  Bean  <bean123ch@gmail.com>
4233         * conf/common.rmk (pkgdata_MODULES): Add afs.mod.
4234         (grub_probe_SOURCES): Add fs/afs.c.
4235         (grub_fstest_SOURCES): Likewise.
4236         (afs_mod_SOURCES): New variable.
4237         (afs_mod_CFLAGS): Likewise.
4238         (afs_mod_LDFLAGS): Likewise.
4240         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/afs.c.
4241         (grub_emu_SOURCES): Likewise.
4243         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
4245         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
4247         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
4249         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
4251         * fs/afs.c: New file.
4253 2008-03-30  Pavel Roskin  <proski@gnu.org>
4255         * disk/host.c: Include grub/misc.h to fix a warning.
4256         * util/hostfs.c: Use GRUB_MOD_INIT and GRUB_MOD_FINI to fix
4257         warnings about implicit declarations.
4259         * fs/udf.c (grub_udf_mount): Fix warning about a shadowing a
4260         variable.
4261         * include/grub/i386/loader.h: Change declaration of
4262         grub_linux_boot() to match what grub_loader_set() expects.
4263         * util/getroot.c (grub_guess_root_device): Return const char* to
4264         fix a warning.
4265         * util/grub-probe.c (probe): Fix a warning about uninitialized
4266         abstraction_name variable.
4267         * util/i386/get_disk_name.c (grub_util_get_disk_name): Mark
4268         second argument as unused to fix a warning.
4270         * loader/i386/pc/multiboot2.c (grub_mb2_arch_elf64_hook): Add
4271         missing grub_error() call.
4273         * util/update-grub_lib.in: Define datarootdir, since Autoconf
4274         2.60 and newer uses it to define datadir.
4276         * commands/sleep.c: Fix warning about implicit declaration.
4277         * disk/memdisk.c: Likewise.
4278         * loader/aout.c: Likewise.
4279         * loader/i386/bsd_normal.c: Likewise.
4280         * util/grub-probe.c: Likewise.
4282         * commands/i386/cpuid.c (has_longmode): Make static.
4283         * disk/i386/pc/biosdisk.c (cd_drive): Likewise.
4284         * include/grub/i386/bsd.h (bios_memmap_t): Remove, it's unused.
4286         * kern/i386/pc/startup.S (real_to_prot): Use %cs prefix to load
4287         GDT.  This is more robust, as %ds can change.
4288         (grub_biosdisk_rw_int13_extensions): Don't clear %ds before
4289         calling real_to_prot().
4290         (grub_biosdisk_get_diskinfo_int13_extensions): Likewise.
4292 2008-03-28  Pavel Roskin  <proski@gnu.org>
4294         * kern/i386/pc/startup.S: Assert that uncompressed functions
4295         don't spill beyond GRUB_KERNEL_MACHINE_RAW_SIZE.
4296         * kern/i386/pc/lzo1x.S: Remove all .align directives in the
4297         code, as they push parts of the code (error handlers) beyond
4298         GRUB_KERNEL_MACHINE_RAW_SIZE.  Speed is not as important in this
4299         code as correctness and size.
4301 2008-03-28  Pavel Roskin  <proski@gnu.org>
4303         * kern/i386/pc/startup.S
4304         (grub_biosdisk_get_diskinfo_int13_extensions): When converting
4305         data block address to the real mode, keep offset minimal.  This
4306         works around a bug in AWARD BIOS on old Athlon systems, which
4307         makes CD detection hang.
4309 2008-03-26  Pavel Roskin  <proski@gnu.org>
4311         * normal/color.c (grub_parse_color_name_pair): Make `name' a
4312         const.
4313         * include/grub/normal.h: Add grub_parse_color_name_pair()
4314         declaration.
4316 2008-03-24  Bean  <bean123ch@gmail.com>
4318         * disk/i386/pc/biosdisk.c (cd_start): Removed.
4319         (cd_count): Removed.
4320         (cd_drive): New variable.
4321         (grub_biosdisk_get_drive): Don't check for (cdN) device.
4322         (grub_biosdisk_call_hook): Likewise.
4323         (grub_biosdisk_iterate): Change cdrom detection method.
4324         (grub_biosdisk_open): Replace cd_start with cd_drive.
4325         (GRUB_MOD_INIT): Use grub_biosdisk_get_cdinfo_int13_extension to
4326         detect cdrom device.
4328         * include/grub/i386/pc/biosdisk.h (GRUB_BIOSDISK_MACHINE_CDROM_START):
4329         Removed.
4330         (GRUB_BIOSDISK_MACHINE_CDROM_END): Removed.
4331         (GRUB_BIOSDISK_CDTYPE_NO_EMUL): New macro.
4332         (GRUB_BIOSDISK_CDTYPE_1_2_M): Likewise.
4333         (GRUB_BIOSDISK_CDTYPE_1_44_M): Likewise.
4334         (GRUB_BIOSDISK_CDTYPE_2_88_M): Likewise.
4335         (GRUB_BIOSDISK_CDTYPE_HARDDISK): Likewise.
4336         (GRUB_BIOSDISK_CDTYPE_MASK): Likewise.
4337         (grub_biosdisk_cdrp): New structure.
4338         (grub_biosdisk_get_cdinfo_int13_extensions): New function.
4340         * include/grub/i386/pc/kernel.h (grub_boot_drive): Export this variable.
4342         * kern/i386/pc/init.c (make_install_device): Don't use (cdN) as root
4343         device.
4345         * kern/i386/pc/startup.S (grub_biosdisk_get_cdinfo_int13_extensions):
4346         New function.
4348 2008-03-20  Robert Millan  <rmh@aybabtu.com>
4350         Remove 2 TiB limit in ata.mod.
4351         * disk/ata.c (grub_ata_device): Promote `size' to grub_uint64_t.
4352         (grub_ata_dumpinfo): Print sector count with 0x%llx.
4353         (grub_ata_identify): Interpret `&info16[100]' as a pointer to
4354         grub_uint64_t instead of grub_uint32_t.
4356 2008-03-05  Bean  <bean123ch@gmail.com>
4358         * loader/i386/pc/multiboot.c (grub_multiboot_get_bootdev): New function.
4359         (grub_multiboot): Set boot device.
4361         * boot/i386/pc/lnxboot.S (real_code_2): Set %dh to 0xFF.
4363 2008-03-02  Bean  <bean123ch@gmail.com>
4365         * fs/reiserfs.c (grub_reiserfs_read_symlink): Add 0 at the end of
4366         symlink_buffer.
4368 2008-03-01  Yoshinori K. Okuji  <okuji@enbug.org>
4370         * DISTLIST: Added docs/fdl.texi, docs/grub.texi, docs/mdate-sh and
4371         texinfo.tex.
4373         * docs/grub.texi: New file. Copied from GRUB Legacy, and slightly
4374         modified.
4376         * docs/fdl.texi: New file.
4378         * docs/mdate-sh: New file. Copied from gnulib.
4379         * docs/texinfo.tex: Likewise.
4381         * config.guess: Updated from gnulib.
4382         * install-sh: Likewise.
4384 2008-02-28  Robert Millan  <rmh@aybabtu.com>
4386         * conf/i386-linuxbios.rmk (pkglib_MODULES): Add aout.mod.
4387         (aout_mod_SOURCES): New variable.
4388         (aout_mod_CFLAGS): Likewise.
4389         (aout_mod_LDFLAGS): Likewise.
4391         * conf/i386-ieee1275.rmk: Likewise.
4393 2008-02-28  Robert Millan  <rmh@aybabtu.com>
4395         * util/update-grub.in: Reorganise terminal validity check.  Accept
4396         `ieee1275:console' (OLPC) and `*:gfxterm' as valid too.
4397         Based on suggestion by Franklin PIAT.
4399 2008-02-28  Fabian Greffrath  <greffrath@leat.rub.de>
4401         * include/grub/util/getroot.h (grub_util_check_block_device): Export new
4402         function.
4403         * util/getroot.c (grub_util_check_block_device): New function that
4404         returns the given argument if it is a block device and returns NULL else.
4405         * util/grub-probe.c (argument_is_device): New variable.
4406         (probe): Promote device_name from a variable to an argument. Receive
4407         device_name from grub_util_check_block_device() if path is NULL and from
4408         grub_guess_root_device() else. Do not free() device_name anymore.
4409         (options): Introduce new parameter '-d, --device'.
4410         (main): Add description of the new parameter to the help screen.
4411         Rename path variable to argument. Set argument_is_device if the '-d'
4412         option is given. Pass argument to probe() depending on
4413         argument_is_device.
4415 2008-02-24  Bean  <bean123ch@gmail.com>
4417         * fs/iso9660.c (GRUB_ISO9660_VOLDESC_BOOT): New macro.
4418         (GRUB_ISO9660_VOLDESC_PRIMARY): Likewise.
4419         (GRUB_ISO9660_VOLDESC_SUPP): Likewise.
4420         (GRUB_ISO9660_VOLDESC_PART): Likewise.
4421         (GRUB_ISO9660_VOLDESC_END): Likewise.
4422         (grub_iso9660_primary_voldesc): New member escape.
4423         (grub_iso9660_data): New member joliet.
4424         (grub_iso9660_convert_string): New function.
4425         (grub_iso9660_mount): Detect joliet extension.
4426         (grub_iso9660_iterate_dir): Convert filename when joliet is detected.
4427         (grub_iso9660_iso9660_label): Likewise.
4429         * conf/common.rmk (pkgdata_MODULES): Add udf.mod.
4430         (grub_setup_SOURCES): Add fs/udf.c.
4431         (grub_fstest_SOURCES): Likewise.
4432         (udf_mod_SOURCES): New variable.
4433         (udf_mod_CFLAGS): Likewise.
4434         (udf_mod_LDFLAGS): Likewise.
4436         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/udf.c.
4437         (grub_emu_SOURCES): Likewise.
4439         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
4441         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
4443         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
4445         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
4447         * fs/udf.c: New file.
4449 2008-02-24  Robert Millan  <rmh@aybabtu.com>
4451         * conf/i386-efi.rmk (normal/function.c_DEPENDENCIES)
4452         (normal/lexer.c_DEPENDENCIES): New variables.
4453         * conf/i386-ieee1275.rmk (normal/function.c_DEPENDENCIES)
4454         (normal/lexer.c_DEPENDENCIES): Likewise.
4455         * conf/i386-linuxbios.rmk (normal/function.c_DEPENDENCIES)
4456         (normal/lexer.c_DEPENDENCIES): Likewise.
4457         * conf/i386-pc.rmk (normal/function.c_DEPENDENCIES)
4458         (normal/lexer.c_DEPENDENCIES): Likewise.
4459         * conf/powerpc-ieee1275.rmk (normal/function.c_DEPENDENCIES)
4460         (normal/lexer.c_DEPENDENCIES): Likewise.
4461         * conf/sparc64-ieee1275.rmk (normal/function.c_DEPENDENCIES)
4462         (normal/lexer.c_DEPENDENCIES): Likewise.
4464 2008-02-23  Robert Millan  <rmh@aybabtu.com>
4466         * partmap/gpt.c (grub_gpt_magic): Add `0x' qualifier to each member,
4467         since they were intended to be in hex.  This didn't break previously
4468         because of a bug in gpt_partition_map_iterate() (see below).
4470         (gpt_partition_map_iterate): Replace `grub_memcmp' with `! grub_memcmp'
4471         when checking the validity of GPT header.
4472         Remove `partno', since it always provides the same information as `i'.
4474 2008-02-21  Yoshinori K. Okuji  <okuji@enbug.org>
4476         * include/grub/efi/time.h: Fix a wrong comment.
4478 2008-02-19  Pavel Roskin  <proski@gnu.org>
4480         * kern/rescue.c (grub_enter_rescue_mode): Improve initial
4481         message.
4483 2008-02-19  Bean  <bean123ch@gmail.com>
4485         * conf/i386-pc.rmk (pkglib_MODULES): Add aout.mod _bsd.mod and bsd.mod.
4486         (aout_mod_SOURCES): New variable.
4487         (aout_mod_CFLAGS): Likewise.
4488         (aout_mod_LDFLAGS): Likewise.
4489         (_bsd_mod_SOURCES): New variable.
4490         (_bsd_mod_CFLAGS): Likewise.
4491         (_bsd_mod_LDFLAGS): Likewise.
4492         (bsd_mod_SOURCES): New variable.
4493         (bsd_mod_CFLAGS): Likewise.
4494         (bsd_mod_LDFLAGS): Likewise.
4496         * include/grub/aout.h: New file.
4498         * include/grub/i386/loader.h (grub_unix_real_boot): New function.
4500         * include/grub/i386/bsd.h: New file.
4502         * include/grub/i386/pc/init.h (grub_get_mmap_entry): Use EXPORT_FUNC
4503         to make it public.
4505         * kern/elf.c (grub_elf32_load): Get the physical address after the hook
4506         function is called, so that it's possible to change it inside the hook.
4507         (grub_elf64_load): Likewise.
4508         (grub_elf_file): Don't close the file if elf header is not found.
4509         (grub_elf_close): Close the file if grub_elf_file fails (The new
4510         grub_elf_file won't close it).
4511         (grub_elf32_size): Use NESTED_FUNC_ATTR for nested function calcsize.
4512         (grub_elf64_size): Likewise.
4514         * kern/i386/loader.S (grub_unix_real_boot): New function.
4516         * loader/aout.c: New file.
4518         * loader/i386/bsd.c: New file.
4520         * loader/i386/bsd_normal.c: New file.
4522         * loader/i386/pc/multiboot.c (grub_multiboot): Handle a.out format.
4524         * loader/multiboot2.c (grub_multiboot2): Reset grub_errno so that it
4525         can test other formats.
4527 2008-02-19  Robert Millan  <rmh@aybabtu.com>
4529         * partmap/gpt.c: Include `<grub/gpt_partition.h>'.
4530         (grub_gpt_partition_type_empty): Redefine with macro from
4531         `<grub/gpt_partition.h>'.
4532         (gpt_partition_map_iterate): Adjust partition type comparison.
4534         Export `entry' as partmap-specific `part.data' struct.
4535         (grub_gpt_header, grub_gpt_partentry): Move from here ...
4537         * include/grub/gpt_partition.h (grub_gpt_header)
4538         (grub_gpt_partentry): ... to here (new file).
4540         * util/i386/pc/grub-setup.c: Include `<grub/gpt_partition.h>'.
4542         (grub_gpt_partition_type_bios_boot): New const variable, defined
4543         with macro from `<grub/gpt_partition.h>'.
4545         (setup): Replace `first_start' with `embed_region', which keeps
4546         track of the embed region (and is partmap-agnostic).
4548         Replace find_first_partition_start() with find_usable_region(),
4549         which finds a usable region for embedding using partmap-specific
4550         knowledge (supports PC/MSDOS and GPT).
4552         Fix all assumptions that the embed region start at sector 1, using
4553         `embed_region.start' from now on.  Similarly, use `embed_region.end'
4554         rather than `first_start' to calculate available size.
4556         In grub_util_info() message, replace "into after the MBR" with an
4557         indication of the specific sector our embed region starts at.
4559 2008-02-19  Robert Millan  <rmh@aybabtu.com>
4561         * DISTLIST: Replace `commands/ieee1275/halt.c' and
4562         `commands/ieee1275/reboot.c' with `commands/halt.c' and
4563         `commands/reboot.c'.
4564         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES, reboot_mod_SOURCES)
4565         (halt_mod_SOURCES): Likewise.
4566         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES, reboot_mod_SOURCES)
4567         (halt_mod_SOURCES): Likewise.
4569 2008-02-17  Christian Franke  <franke@computer.org>
4571         * commands/cat.c (grub_cmd_cat): Add break on GRUB_TERM_ESC key.
4573 2008-02-17  Robert Millan  <rmh@aybabtu.com>
4575         * util/i386/pc/grub-setup.c (setup): In find_first_partition_start(),
4576         set `first_start' to 0 for non-PC/MSDOS partition maps.
4578 2008-02-16  Robert Millan  <rmh@aybabtu.com>
4580         * util/i386/pc/grub-setup.c (setup): In find_first_partition_start(),
4581         do not assume partition map is PC/MSDOS before performing checks that
4582         are specific to that layout.
4584 2008-02-13  Robert Millan  <rmh@aybabtu.com>
4586         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Remove
4587         `commands/i386/pc/halt.c' and `commands/i386/pc/reboot.c'.
4588         * kern/i386/linuxbios/init.c (grub_halt, grub_reboot): Remove stubs.
4590 2008-02-13  Yoshinori K. Okuji  <okuji@enbug.org>
4592         * configure.ac: Only a cosmetic change on the handling of
4593         -fno-stack-protector.
4595 2008-02-12  Alexandre Boeglin  <alex@boeglin.org>
4597         * conf/i386-efi.rmk (grub_emu_SOURCES): Replace
4598         commands/i386/pc/halt.c and reboot.c by commands/halt.c and
4599         reboot.c.
4600         (grub_install_SOURCES): Add halt.mod and reboot.mod.
4601         (halt_mod_SOURCES): New variable.
4602         (halt_mod_CFLAGS): Likewise.
4603         (halt_mod_LDFLAGS): Likewise.
4604         (reboot_mod_SOURCES): Likewise.
4605         (reboot_mod_CFLAGS): Likewise.
4606         (reboot_mod_LDFLAGS): Likewise.
4608         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Replace
4609         commands/ieee1275/halt.c and reboot.c by commands/halt.c and
4610         reboot.c.
4611         (halt_mod_SOURCES): Likewise.
4612         (reboot_mod_SOURCES): Likewise.
4614         * conf/i386-pc.rmk (grub_emu_SOURCES): Replace
4615         commands/i386/pc/reboot.c by commands/reboot.c.
4616         (reboot_mod_SOURCES): Likewise.
4618         * commands/i386/pc/reboot.c: merge this file ...
4620         * commands/ieee1275/reboot.c: ... and this file ...
4622         * commands/reboot.c: ... to this file.
4623         Add some precompiler directive to include the correct header for
4624         each machine.
4626         * commands/ieee1275/halt.c: move this file ...
4628         * commands/halt.c: ... to here.
4629         Add some precompiler directive to include the correct header for
4630         each machine.
4632         * include/grub/efi/efi.h (grub_reboot): New function declaration.
4633         (grub_halt): Likewise.
4635         * kern/efi/efi.c (grub_reboot): New function.
4636         (grub_halt): Likewise.
4638 2008-02-12  Robert Millan  <rmh@aybabtu.com>
4640         * util/getroot.c (grub_guess_root_device): Inspect /dev/evms before
4641         /dev (like it is done for /dev/mapper).  This doesn't provide support
4642         for EVMS, but at least it is now easy to identify the problem when it
4643         arises.
4645 2008-02-11  Robert Millan  <rmh@aybabtu.com>
4647         * util/biosdisk.c (grub_util_biosdisk_open, linux_find_partition)
4648         (grub_util_biosdisk_get_grub_dev): Check open() exit status by
4649         comparing it with -1, not 0.
4651 2008-02-10  Robert Millan  <rmh@aybabtu.com>
4653         * conf/i386-efi.rmk (grub_emu_SOURCES): Add `disk/raid.c' and
4654         `disk/lvm.c'.
4655         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
4656         * conf/i386-pc.rmk (grub_setup_SOURCES): Likewise.
4658         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Move `disk/raid.c' and
4659         `disk/lvm.c' to the end of the list.
4660         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
4661         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
4663 2008-02-10  Robert Millan  <rmh@aybabtu.com>
4665         * kern/main.c (grub_load_normal_mode): Do not reset `grub_errno'.  Call
4666         grub_print_error() instead.  This will let user know why we're entering
4667         rescue mode.
4668         Based on suggestions from Sam Morris.
4670 2008-02-10  Alexandre Boeglin  <alex@boeglin.org>
4672         * normal/arg.c (grub_arg_parse): If one of the args is "--", call add_arg()
4673         on remaining N args, instead of "--" arg N times.
4675 2008-02-09  Vesa Jaaskelainen  <chaac@nic.fi>
4677         * font/manager.c (unknown_glyph): Added variable for unknown glyph.
4678         (fill_with_default_glyph): Changed to use unknown_glyph for fill
4679         pattern for unknown glyphs.
4681 2008-02-09  Robert Millan  <rmh@aybabtu.com>
4683         * configure.ac: Probe for `help2man'.
4684         * Makefile.in (builddir): New variable.
4685         (HELP2MAN): Likewise.  Set to `true' when @HELP2MAN@ doesn't provide it,
4686         or otherwise add a few flags/options to it.
4687         (install-local): For every executable utility or script that is
4688         installed, invoke $(HELP2MAN) to install a manpage based on --help
4689         output.
4691         * util/i386/pc/grub-install.in: Move down `update-grub_lib' sourcing, so
4692         that it doesn't prevent --help from working in build tree.
4694         * util/i386/pc/grub-mkrescue.in (usage): Replace `grub-devel@gnu.org'
4695         with `bug-grub@gnu.org'.
4696         * util/powerpc/ieee1275/grub-mkrescue.in (usage): Likewise.
4697         * util/update-grub.in (usage): New function.
4698         Implement proper argument check, with support for --help and --version
4699         (as well as existing -y).
4701 2008-02-09  Christian Franke  <franke@computer.org>
4703         * commands/cat.c (grub_cmd_cat): Print '\r' as hex to
4704         avoid overwriting previous output.
4705         * kern/rescue.c (grub_rescue_cmd_cat): Likewise.
4707 2008-02-09  Robert Millan  <rmh@aybabtu.com>
4709         * normal/menu.c (run_menu): If timeout is set to zero, don't bother
4710         drawing the menu.
4712 2008-02-09  Robert Millan  <rmh@aybabtu.com>
4714         * commands/sleep.c: New file.
4715         * conf/common.rmk (pkglib_MODULES): Add `commands/sleep.c'.
4716         (sleep_mod_SOURCES): New variable.
4717         (sleep_mod_CFLAGS): Likewise.
4718         (sleep_mod_LDFLAGS): Likewise.
4720 2008-02-09  Robert Millan  <rmh@aybabtu.com>
4722         * disk/raid.c (grub_raid_scan_device): Add a pair of sanity checks for
4723         situations in which we can deduce the RAID size and the superblock
4724         doesn't match it.
4726 2008-02-09  Robert Millan  <rmh@aybabtu.com>
4728         * disk/lvm.c [GRUB_UTIL] (grub_lvm_memberlist): New function.  Construct
4729         and return a grub_diskmemberlist_t composed of LVM physical volumes.
4730         [GRUB_UTIL] (grub_lvm_dev): Add `memberlist' member.
4732         * disk/raid.c [GRUB_UTIL] (grub_raid_memberlist): New function.  Construct
4733         and return a grub_diskmemberlist_t composed of physical array members.
4734         [GRUB_UTIL] (grub_raid_dev): Add `memberlist' member.
4736         * include/grub/disk.h [GRUB_UTIL] (grub_disk_memberlist): New struct
4737         prototype.
4738         [GRUB_UTIL] (struct grub_disk_dev): Add `memberlist' function pointer.
4739         [GRUB_UTIL] (struct grub_disk_memberlist): New struct declaration.
4740         [GRUB_UTIL] (grub_disk_memberlist_t): New typedef.
4742         * util/grub-probe.c (probe): Move partmap probing code from here ...
4743         (probe_partmap): ... to here.
4744         (probe): Use probe_partmap() once for the disk we're probing, and
4745         additionally, when such disk contains a memberlist() struct member,
4746         once for each disk that is contained in the structure returned by
4747         memberlist().
4749 2008-02-09  Robert Millan  <rmh@aybabtu.com>
4751         * util/grub-probe.c (main): When `verbosity > 1', set `debug'
4752         environment variable to 'all' in order to obtain debug output from
4753         non-util/ code.
4754         * util/i386/pc/grub-setup.c (main): Likewise.
4756 2008-02-08  Robert Millan  <rmh@aybabtu.com>
4758         * disk/raid.c (grub_raid_scan_device): Check for
4759         `array->device[sb.this_disk.number]' rather than for
4760         `array->device[sb.this_disk.number]->name', since the latter is not
4761         guaranteed to be accessible.
4763 2008-02-08  Robert Millan  <rmh@aybabtu.com>
4765         * disk/raid.c: Update copyright.
4766         * fs/cpio.c: Likewise.
4767         * include/grub/raid.h: Likewise.
4768         * loader/i386/pc/multiboot.c: Likewise.
4769         * util/hostfs.c: Likewise.
4771 2008-02-08  Robert Millan  <rmh@aybabtu.com>
4773         * include/grub/raid.h (struct grub_raid_array): Change type of `device'
4774         to a grub_disk_t array.
4775         * disk/raid.c (grub_raid_read): Replace `device[x].disk' accesses with
4776         `device[x]'.
4777         (grub_raid_scan_device): Replace `device[x].name' accesses with
4778         `device[x]->name'.  Simplify initialization of `array->device[x]'.
4780 2008-02-08  Robert Millan  <rmh@aybabtu.com>
4782         * disk/raid.c (grub_raid_open, grub_raid_scan_device): Add a few
4783         grub_dprintf() calls.
4784         * kern/disk.c (grub_disk_read): Include grub_errmsg in out of range
4785         error message.
4787 2008-02-07  Christian Franke  <franke@computer.org>
4789         * util/hostfs.c (grub_hostfs_open): Use fseeko and ftello
4790         instead of fseek and ftell to support large files.
4791         (grub_hostfs_read): Likewise.
4793 2008-02-07  Robert Millan  <rmh@aybabtu.com>
4795         Patch from Jeroen Dekkers.
4796         * disk/raid.c (grub_raid_scan_device): Reset `grub_errno' on disk
4797         failure, since successfully reading all array members might not be
4798         required.
4800 2008-02-06  Robert Millan  <rmh@aybabtu.com>
4802         * util/grub-probe.c (probe): Simplify partmap probing (with the
4803         assumption that the first word up to the underscore equals to
4804         the module name).
4806 2008-02-06  Christian Franke  <franke@computer.org>
4808         * fs/cpio.c (grub_cpio_find_file): Return GRUB_ERR_NONE
4809         (and set *ofs = 0) instead of GRUB_ERR_FILE_NOT_FOUND on
4810         last block of a cpio or tar stream.
4811         Check for "TRAILER!!!" instead of any empty data
4812         block to detect last block of a cpio stream.
4813         (grub_cpio_dir): Fix constness of variable np.
4814         (grub_cpio_open): Return GRUB_ERR_FILE_NOT_FOUND if
4815         cpio or tar trailer is detected.  This fixes a crash
4816         on open of a non existing file.
4818 2008-02-05  Bean  <bean123ch@gmail.com>
4820         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Get physical
4821         address of entry.
4822         (grub_multiboot_load_elf64): Likewise.
4823         (grub_multiboot): Initialize mbi structure.
4825         * util/grub-fstest.c: Don't include unused header file script.h.
4827         * conf/common.rmk (grub-fstest.c_DEPENDENCIES): Move to the beginning
4828         of file.
4829         (grub_fstest_SOURCES): Likewise.
4831 2008-02-05  Robert Millan  <rmh@aybabtu.com>
4833         * include/grub/term.h (GRUB_TERM_LEFT, GRUB_TERM_RIGHT)
4834         (GRUB_TERM_UP, GRUB_TERM_DOWN, GRUB_TERM_HOME, GRUB_TERM_END)
4835         (GRUB_TERM_DC, GRUB_TERM_PPAGE, GRUB_TERM_NPAGE, GRUB_TERM_ESC)
4836         (GRUB_TERM_TAB, GRUB_TERM_BACKSPACE): New macros.
4838         * kern/i386/pc/startup.S: Include `<grub/term.h>'.
4839         (translation_table): Replace hardcoded values with macros
4840         provided by `<grub/term.h>'.
4842         * term/i386/pc/at_keyboard.c: Include `<grub/term.h>'.
4843         (keyboard_map): Correct/add a few values, with macros provided
4844         by `<grub/term.h>'.
4845         (keyboard_map_shift): Zero values that don't differ from their
4846         `keyboard_map' equivalents.
4847         (grub_console_checkkey): Optimize KEYBOARD_STATUS_CAPS_LOCK toggling.
4848         Discard the second scan code that is always sent by Caps lock.
4849         Only use `keyboard_map_shift' when it provides a non-zero value,
4850         otherwise fallback to `keyboard_map'.
4852 2008-02-04  Bean  <bean123ch@gmail.com>
4854         * Makefile.in (enable_grub_fstest): New variable.
4856         * conf/common.rmk (grub_fstest_init.lst): New rule.
4857         (grub_fstest_init.h): Likewise.
4858         (grub_fstest_init.c): Likewise.
4859         (util/grub-fstest.c_DEPENDENCIES): New variable.
4860         (grub_fstest_SOURCES): Likewise.
4862         * configure.ac (enable_grub_fstest): Check for --enable-grub-fstest.
4864         * util/grub-fstest.c: New file.
4866 2008-02-03  Yoshinori K. Okuji  <okuji@enbug.org>
4868         Make grub-setup handle a separate root device.
4870         * util/i386/pc/grub-setup.c (setup): Always open the root device,
4871         so that the root device can be compared with the destination
4872         device.
4873         When embedding the core image, if the root and destination devices
4874         are different, set ROOT_DRIVE to ROOT_DEV->DISK->ID. Otherwise, to
4875         0xFF.
4876         When not embedding, set ROOT_DRIVE to 0xFF.
4878 2008-02-03  Yoshinori K. Okuji  <okuji@enbug.org>
4880         Add support for having a grub directory in a different drive. This
4881         is still only the data handling part.
4883         * kern/i386/pc/startup.S (multiboot_trampoline): Set %dh to 0xFF.
4884         (codestart): Save %dh in GRUB_ROOT_DRIVE.
4885         (grub_root_drive): New variable.
4887         * kern/i386/pc/init.c (make_install_device): Use GRUB_ROOT_DRIVE
4888         instead of GRUB_BOOT_DRIVE to construct a device name. Set
4889         GRUB_ROOT_DRIVE to GRUB_BOOT_DRIVE if it is 0xFF, otherwise use it
4890         as it was.
4892         * include/grub/i386/pc/kernel.h (grub_root_drive): New prototype.
4894         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_ROOT_DRIVE): New
4895         macro.
4896         (GRUB_BOOT_MACHINE_DRIVE_CHECK): Set to 0x4f.
4898         * boot/i386/pc/pxeboot.S (_start): Set %dh to 0xFF. For now, this
4899         is bogus, because PXE booting does not specify any drive
4900         correctly.
4902         * boot/i386/pc/lnxboot.S (reg_edx): Set the second byte to 0xFF. I
4903         am not sure if this is really correct.
4905         * boot/i386/pc/cdboot.S: Set %dh to 0xFF, because the root drive
4906         is always identical to the boot drive when booting from a CD.
4908         * boot/i386/pc/boot.S (MOV_MEM_TO_AL): Removed. Not needed any
4909         longer.
4910         (root_drive): New variable.
4911         (real_start): Unconditionally set %dh to ROOT_DRIVE.
4912         (setup_sectors): Push %dx right after popping it, because %dh will
4913         be modified later.
4914         (copy_buffer): Restore %dx.
4916 2008-02-03  Robert Millan  <rmh@aybabtu.com>
4918         * util/i386/pc/grub-mkrescue.in: Rewrite most of image generation to
4919         use `cdboot.img' for cdrom images.
4921 2008-02-03  Robert Millan  <rmh@aybabtu.com>
4923         * util/grub.d/00_header.in: Issue scripting commands for GRUB to
4924         only setup gfxterm when `font' command has succeeded.
4926 2008-02-03  Robert Millan  <rmh@aybabtu.com>
4928         * loader/multiboot_loader.c [GRUB_MACHINE_LINUXBIOS]
4929         (grub_rescue_cmd_multiboot_loader)
4930         (grub_rescue_cmd_module_loader): Enable multiboot1 calls.
4932 2008-02-03  Pavel Roskin  <proski@gnu.org>
4934         * kern/i386/pc/startup.S (grub_chainloader_real_boot): Pop
4935         %edx and %esi from stack only after grub_gate_a20() is called.
4936         grub_gate_a20() clobbers %edx.
4938 2008-02-03  Yoshinori K. Okuji  <okuji@enbug.org>
4940         * configure.ac (AC_INIT): Bumped to 1.96.
4942         * DISTLIST: Added boot/i386/pc/cdboot.S, bus/pci.c,
4943         commands/lspci.c,disk/memdisk.c, include/grub/pci.h,
4944         include/grub/i386/pc/pci.h, video/readers/jpeg.c, and
4945         video/readers/png.c.
4947 2008-02-03  Bean  <bean123ch@gmail.com>
4949         * conf/i386-pc.rmk (pkglib_IMAGES): Add cdboot.img.
4950         (cdboot_img_SOURCES): New variable.
4951         (cdboot_img_ASFLAGS): New variable.
4952         (cdboot_img_LDFLAGS): New variable.
4954         * boot/i386/pc/cdboot.S: New file.
4956         * disk/i386/pc/biosdisk.c (cd_start): New variable.
4957         (cd_count): Likewise.
4958         (grub_biosdisk_get_drive): Add support for cd device.
4959         (grub_biosdisk_call_hook): Likewise.
4960         (grub_biosdisk_iterate): Likewise.
4961         (grub_biosdisk_open): Likewise.
4962         (GRUB_BIOSDISK_CDROM_RETRY_COUNT): New macro.
4963         (grub_biosdisk_rw): Support reading from cd device.
4964         (GRUB_MOD_INIT): Iterate cd devices.
4966         * include/grub/i386/pc/biosdisk.h (GRUB_BIOSDISK_FLAG_CDROM): New macro.
4967         (GRUB_BIOSDISK_MACHINE_CDROM_START): Likewise.
4968         (GRUB_BIOSDISK_MACHINE_CDROM_END): Likewise.
4970         * kern/i386/pc/init.c (make_install_device): Check for cd device.
4972 2008-02-02  Robert Millan  <rmh@aybabtu.com>
4974         * commands/read.c: New file.
4975         * conf/common.rmk (pkglib_MODULES): Add `commands/read.c'.
4976         (read_mod_SOURCES): New variable.
4977         (read_mod_CFLAGS): Likewise.
4978         (read_mod_LDFLAGS): Likewise.
4980 2008-02-02  Robert Millan  <rmh@aybabtu.com>
4982         * normal/main.c (grub_normal_execute): Check for `menu->size' when
4983         determining whether menu has to be displayed.
4985 2008-02-02  Marco Gerards  <marco@gnu.org>
4987         * bus/pci.c: New file.
4989         * include/grub/pci.h: Likewise.
4991         * include/grub/i386/pc/pci.h: Likewise.
4993         * commands/lspci.c: Likewise.
4995         * conf/i386-pc.rmk (pkglib_MODULES): Add `pci.mod' and
4996         `lspci.mod'.
4997         (pci_mod_SOURCES): New variable.
4998         (pci_mod_CFLAGS): Likewise.
4999         (pci_mod_LDFLAGS): Likewise.
5000         (lspci_mod_SOURCES): Likewise.
5001         (lspci_mod_CFLAGS): Likewise.
5002         (lspci_mod_LDFLAGS): Likewise.
5004 2008-02-02  Bean  <bean123ch@gmail.com>
5006         * fs/ufs.c (INODE_BLKSZ): Fix incorrect value.
5007         (grub_ufs_get_file_block): Fix indirect block calculation problem.
5009         * fs/xfs.c (grub_xfs_sblock): New member log2_dirblk.
5010         (grub_xfs_btree_node): New structure.
5011         (grub_xfs_btree_root): New structure.
5012         (grub_xfs_inode): New members nblocks, extsize, nextents and btree.
5013         (GRUB_XFS_EXTENT_OFFSET): Use exts instead of inode->data.extents.
5014         (GRUB_XFS_EXTENT_BLOCK): Likewise.
5015         (GRUB_XFS_EXTENT_SIZE): Likewise.
5016         (grub_xfs_read_block): Support btree format type.
5017         (grub_xfs_iterate_dir): Use NESTED_FUNC_ATTR in call_hook.
5018         Use directory block as basic unit.
5020         * fs/fshelp.c (grub_fshelp_read_file): Bug fix for sparse block.
5022         * aclocal.m4 (grub_i386_CHECK_REGPARM_BUG): Define NESTED_FUNC_ATTR as
5023         __attribute__ ((__regparm__ (1))).
5025 2008-02-01  Robert Millan  <rmh@aybabtu.com>
5027         Correct a mistake in previous commit.
5029         * conf/i386-pc.rmk (normal/execute.c_DEPENDENCIES): Move to the
5030         top.
5031         (normal/command.c_DEPENDENCIES): New variable.
5033 2008-02-01  Robert Millan  <rmh@aybabtu.com>
5035         * conf/i386-efi.rmk (normal/execute.c_DEPENDENCIES): Move to the
5036         top.
5037         (normal/command.c_DEPENDENCIES): New variable.
5038         (grub-emu_DEPENDENCIES, normal_mod_DEPENDENCIES): Remove variables.
5039         * conf/i386-ieee1275.rmk: Likewise.
5040         * conf/i386-linuxbios.rmk: Likewise.
5041         * conf/i386-pc.rmk: Likewise.
5042         * conf/sparc64-ieee1275.rmk: Likewise.
5043         * conf/powerpc-ieee1275.rmk: Likewise.
5044         (grub_emu_SOURCES): Add `fs/fshelp.c'.
5046         * genmk.rb: Add `$(#{src}_DEPENDENCIES)' in targets that require it.
5048 2008-02-01  Robert Millan  <rmh@aybabtu.com>
5050         * kern/disk.c (grub_disk_read, grub_disk_write): Add grub_dprintf()
5051         call at beginning of function.
5053 2008-01-31  Pavel Roskin  <proski@gnu.org>
5055         * util/powerpc/ieee1275/grub-mkrescue.in: New file.
5056         * conf/powerpc-ieee1275.rmk (bin_SCRIPTS): New variable.
5057         (grub_mkrescue_SOURCES): Likewise.
5058         * DISTLIST: Add util/powerpc/ieee1275/grub-mkrescue.in.
5060 2008-01-30  Robert Millan  <rmh@aybabtu.com>
5062         * conf/i386-pc.rmk (sbin_UTILITIES): Remove `grub-probe'.
5063         (util/grub-probe.c_DEPENDENCIES, grub_probe_SOURCES): Moved from here ...
5064         * conf/common.rmk (util/grub-probe.c_DEPENDENCIES)
5065         (grub_probe_SOURCES): ... to here.
5067         * conf/i386-efi.rmk (sbin_UTILITIES): Remove `grub-probe'.
5068         (util/grub-probe.c_DEPENDENCIES, grub_probe_SOURCES): Remove.
5069         * conf/i386-ieee1275.rmk: Likewise.
5070         * conf/i386-linuxbios.rmk: Likewise.
5071         * conf/powerpc-ieee1275.rmk: Likewise.
5073 2008-01-30  Tristan Gingold  <gingold@free.fr>
5075         * kern/rescue.c: Silently accept empty lines.
5077 2008-01-29  Bean  <bean123ch@gmail.com>
5079         * boot/i386/pc/lnxboot.S (data_start): Code cleanup.
5080         (real_code_2): Code cleanup and change comment style.
5081         (move_memory): Avoid using 32-bit address mode.
5083 2008-01-29  Bean  <bean123ch@gmail.com>
5085         * conf/i386-pc.rmk (pkglib_MODULES): Add `png.mod'.
5086         (png_mod_SOURCES): New variable.
5087         (png_mod_CFLAGS): Likewise.
5088         (png_mod_LDFLAGS): Likewise.
5090         * video/readers/png.c: New file.
5092 2008-01-28  Robert Millan  <rmh@aybabtu.com>
5094         * include/grub/i386/linuxbios/kernel.h (GRUB_MOD_GAP): New macro.
5095         * kern/powerpc/ieee1275/init.c (grub_arch_modules_addr): Remove
5096         `ifndef GRUB_MOD_GAP' hack.
5097         * util/elf/grub-mkimage.c (add_segments): Likewise.
5099 2008-01-27  Robert Millan  <rmh@aybabtu.com>
5101         * kern/powerpc/ieee1275/init.c (grub_arch_modules_addr): Skip
5102         `GRUB_MOD_GAP' for platforms in which it's not defined.
5103         * util/elf/grub-mkimage.c (add_segments): Likewise.
5105 2008-01-27  Robert Millan  <rmh@aybabtu.com>
5107         Get grub-emu to build again (including parallel builds).
5109         * conf/i386-pc.rmk (util/grub-emu.c_DEPENDENCIES): Remove variable.
5110         Split into ...
5111         (util/grub-emu.c_DEPENDENCIES): ... this, ...
5112         (normal/execute.c_DEPENDENCIES): ... this, ...
5113         (grub-emu_DEPENDENCIES): ... and this.
5115         * conf/i386-efi.rmk: Likewise.
5116         * conf/i386-linuxbios.rmk: Likewise.
5117         * conf/i386-ieee1275.rmk: Likewise.
5118         * conf/powerpc-ieee1275.rmk: Likewise.
5119         (grub_emu_SOURCES): Remove duplicated `kern/file.c'.
5121 2008-01-27  Robert Millan  <rmh@aybabtu.com>
5123         * NEWS: Add a few items.
5125 2008-01-27  Robert Millan  <rmh@aybabtu.com>
5127         Fix parallel builds with grub-emu.  Based on earlier commit for
5128         grub-probe and grub-setup.
5130         * conf/i386-pc.rmk (grub-emu_DEPENDENCIES): Renamed to ...
5131         (util/grub-emu.c_DEPENDENCIES): ... this.
5132         * conf/i386-efi.rmk (grub-emu_DEPENDENCIES): Renamed to ...
5133         (util/grub-emu.c_DEPENDENCIES): ... this.
5134         * conf/i386-linuxbios.rmk (grub-emu_DEPENDENCIES): Renamed to ...
5135         (util/grub-emu.c_DEPENDENCIES): ... this.
5136         * conf/i386-ieee1275.rmk (grub-emu_DEPENDENCIES): Renamed to ...
5137         (util/grub-emu.c_DEPENDENCIES): ... this.
5138         * conf/powerpc-ieee1275.rmk (grub-emu_DEPENDENCIES): Renamed to ...
5139         (util/grub-emu.c_DEPENDENCIES): ... this.
5141 2008-01-27  Pavel Roskin  <proski@gnu.org>
5143         * include/grub/powerpc/ieee1275/kernel.h: Introduce GRUB_MOD_GAP
5144         to create a gap between _end and the modules added to the image
5145         with grub-mkrescue.  That fixes "CLAIM failed" on PowerMAC.
5146         * kern/powerpc/ieee1275/init.c: Use GRUB_MOD_GAP.
5147         * util/elf/grub-mkimage.c (add_segments): Likewise.
5149 2008-01-26  Pavel Roskin  <proski@gnu.org>
5151         * kern/dl.c (grub_dl_load): Don't abort if prefix is not set,
5152         just return an error.
5154 2008-01-26  Bean  <bean123ch@gmail.com>
5156         * fs/reiserfs.c (grub_fshelp_node): New member next_offset.
5157         (grub_reiserfs_get_item): Save offset of the next item.
5158         (grub_reiserfs_iterate_dir): Use next_offset to find next item.
5160 2008-01-25  Robert Millan  <rmh@aybabtu.com>
5162         * conf/i386-pc.rmk (grub_setup_SOURCES, grub_emu_SOURCES): Regroup to
5163         make all filesystem sources appear together (possibly fixing omissions
5164         while at it).
5165         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
5166         * conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
5167         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
5168         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
5170         * conf/i386-pc.rmk (grub_probe_SOURCES): Likewise.  Additionally,
5171         add `kern/file.c'.
5172         * conf/i386-efi.rmk (grub_probe_SOURCES): Likewise.
5173         * conf/i386-ieee1275.rmk (grub_probe_SOURCES): Likewise.
5174         * conf/i386-linuxbios.rmk (grub_probe_SOURCES): Likewise.
5175         * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Likewise.
5177         * util/grub-probe.c: Include `<grub/file.h>' and `<sys/stat.h>'.
5178         (probe): Add a sanity check to make sure of our ability to read
5179         requested files when probing for filesystem type.
5181         * genmk.rb: Update copyright year (2007).
5183         * include/grub/fs.h (grub_fat_init, grub_fat_fini, grub_ext2_init)
5184         (grub_ext2_fini, grub_ufs_init, grub_ufs_fini, grub_minix_init)
5185         (grub_minix_fini, grub_hfs_init, grub_hfs_fini, grub_jfs_init)
5186         (grub_jfs_fini, grub_xfs_init, grub_xfs_fini, grub_affs_init)
5187         (grub_affs_fini, grub_sfs_init, grub_sfs_fini, grub_iso9660_init)
5188         : Remove function prototypes.
5190 2008-01-25  Robert Millan  <rmh@aybabtu.com>
5192         Revert my previous commits (based on wrong assumption of how grub_errno
5193         works).
5195         * kern/disk.c (grub_disk_open): Stop resetting grub_errno.
5196         * kern/file.c (grub_file_open): Likewise.
5198 2008-01-24  Pavel Roskin  <proski@gnu.org>
5200         * include/grub/ieee1275/ieee1275.h: Introduce flag for firmwares
5201         that hang if GRUB tries to setup colors.
5202         * term/ieee1275/ofconsole.c (grub_ofconsole_init): Don't set
5203         colors for firmwares that don't support it.
5204         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_set_flag):
5205         Recognize Open Hack'Ware, set flags to work around its
5206         limitations.
5208 2008-01-24  Robert Millan  <rmh@aybabtu.com>
5210         * kern/file.c (grub_file_open): Do not account previous failures of
5211         unrelated functions when grub_errno is checked for.
5212         Reported by Oleg Strikov.
5214 2008-01-24  Bean  <bean123ch@gmail.com>
5216         * fs/ufs.c (GRUB_UFS_VOLNAME_LEN): New macro.
5217         (grub_ufs_sblock): New member volume name.
5218         (grub_ufs_find_file): Fix string copy bug.
5219         (grub_ufs_label): Implement this function properly.
5221         * fs/hfs.c (grub_hfs_cnid_type): New enum.
5222         (grub_hfs_iterate_records): Use the correct file number for extents
5223         and catalog file. Fix problem in next index calculation.
5224         (grub_hfs_find_node): Replace recursive function call with loop.
5225         (grub_hfs_iterate_dir): Replace recursive function call with loop.
5227 2008-01-23  Robert Millan  <rmh@aybabtu.com>
5229         * include/grub/i386/ieee1275/loader.h: Include `<grub/types.h>',
5230         `<grub/symbol.h>' and `<grub/multiboot.h>'.
5231         (grub_multiboot2_real_boot): New function prototype.
5233         * include/grub/i386/pc/memory.h: Include `<grub/machine/machine.h>'.
5234         [!GRUB_MACHINE_IEEE1275] (grub_lower_mem, grub_upper_mem): Disable.
5236         * kern/i386/ieee1275/init.c (grub_os_area_addr)
5237         (grub_os_area_size, grub_lower_mem, grub_upper_mem): Remove variables.
5239 2008-01-23  Robert Millan  <rmh@aybabtu.com>
5241         * kern/mm.c (grub_mm_init_region): Replace grub_dprintf() call with
5242         #ifdef'ed out grub_printf().
5244 2008-01-23  Robert Millan  <rmh@aybabtu.com>
5246         * term/i386/pc/at_keyboard.c (grub_keyboard_isr): #ifdef out
5247         grub_dprintf calls, since they make "debug=all" mode unusable.
5248         (grub_console_checkkey): Likewise.
5250 2008-01-23  Robert Millan  <rmh@aybabtu.com>
5252         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add
5253         `term/i386/pc/at_keyboard.c'.
5254         (pkglib_MODULES): Add `serial.mod'.
5255         (serial_mod_SOURCES): New variable.
5256         (serial_mod_CFLAGS): Likewise.
5257         (serial_mod_LDFLAGS): Likewise.
5259         * include/grub/i386/ieee1275/console.h: Add `<grub/symbol.h>'.  Remove
5260         `<grub/powerpc/ieee1275/console.h>'.
5261         (grub_keyboard_controller_init): New function prototype.
5262         (grub_console_checkkey): Likewise.
5263         (grub_console_getkey): Likewise.
5265         * kern/powerpc/ieee1275/init.c (grub_machine_init): Initialize AT
5266         keyboard on i386.
5268         * term/ieee1275/ofconsole.c (grub_ofconsole_term): On i386, use
5269         grub_ofconsole_checkkey() and grub_ofconsole_getkey() for input.
5271 2008-01-23  Robert Millan  <rmh@aybabtu.com>
5273         * kern/i386/pc/init.c (make_install_device): When memdisk image is
5274         present, "(memdisk)/boot/grub" becomes the default prefix.
5276         * util/i386/pc/grub-mkrescue.in: Switch to a minimal core.img plus
5277         a memdisk tarball with all the modules.  Add --overlay=DIR option that
5278         allows users to overlay additional files into the image.
5280 2008-01-23  Robert Millan  <rmh@aybabtu.com>
5282         * conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add `machine/loader.h'
5283         and `machine/memory.h'.
5284         (pkglib_MODULES): Add `multiboot.mod' and `_multiboot.mod'.
5285         (_multiboot_mod_SOURCES): New variable.
5286         (_multiboot_mod_CFLAGS): Likewise.
5287         (_multiboot_mod_LDFLAGS): Likewise.
5288         (multiboot_mod_SOURCES): Likewise.
5289         (multiboot_mod_CFLAGS): Likewise.
5290         (multiboot_mod_LDFLAGS): Likewise.
5292         * include/grub/i386/ieee1275/loader.h: New file.
5294         * include/grub/i386/ieee1275/machine.h: Likewise.
5296         * include/grub/i386/ieee1275/memory.h: Likewise.
5298         * include/grub/i386/pc/init.h (grub_os_area_addr): Remove (redundant)
5299         variable declaration.
5300         (grub_os_area_size): Likewise.
5302         * kern/i386/ieee1275/init.c (grub_os_area_addr, grub_os_area_size)
5303         (grub_lower_mem, grub_upper_mem): New variables.
5304         (grub_stop_floppy): New function (just to make
5305         grub_multiboot2_real_boot() happy).
5307         * kern/i386/ieee1275/startup.S: Include `<grub/machine/memory.h>',
5308         `<grub/cpu/linux.h>', `<multiboot.h>' and `<multiboot2.h>'.
5309         (grub_stop): New function.
5310         Include `"../realmode.S"' and `"../loader.S"'.
5312         * loader/multiboot_loader.c: Include `<grub/machine/machine.h>'.
5313         Replace `__i386__' #ifdefs with `GRUB_MACHINE_PCBIOS'.
5315         * loader/powerpc/ieee1275/multiboot2.c (grub_mb2_arch_boot): On i386,
5316         rely on grub_multiboot2_real_boot() for final boot.
5318 2008-01-22  Robert Millan  <rmh@aybabtu.com>
5320         * disk/ieee1275/ofdisk.c (grub_ofdisk_iterate): When
5321         `GRUB_IEEE1275_FLAG_OFDISK_SDCARD_ONLY' flag is set, skip any
5322         device that doesn't look like an SD card.
5323         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_flag): Add
5324         `GRUB_IEEE1275_FLAG_OFDISK_SDCARD_ONLY' flag.
5325         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_set_flag): Detect
5326         OLPC laptop, and set `GRUB_IEEE1275_FLAG_OFDISK_SDCARD_ONLY' when
5327         found.
5329 2008-01-22  Robert Millan  <rmh@aybabtu.com>
5331         * kern/powerpc/ieee1275/init.c (grub_claim_heap): Add sanity check to
5332         avoid claiming over our own code.
5334 2008-01-22  Bean  <bean123ch@gmail.com>
5336         * conf/i386-pc.rmk (pkglib_MODULES): Add `jpeg.mod'.
5337         (jpeg_mod_SOURCES): New variable.
5338         (jpeg_mod_CFLAGS): Likewise.
5339         (jpeg_mod_LDFLAGS): Likewise.
5341         * video/readers/jpeg.c : New file.
5343 2008-01-22  Bean  <bean123ch@gmail.com>
5345         * fs/cpio.c (grub_cpio_find_file): Return GRUB_ERR_FILE_NOT_FOUND when
5346         there are no more items.
5348 2008-01-21  Robert Millan  <rmh@aybabtu.com>
5350         * kern/mm.c (grub_mm_init_region): Improve debug message.
5352 2008-01-21  Robert Millan  <rmh@aybabtu.com>
5354         * conf/i386-pc.rmk (GRUB_MEMORY_MACHINE_LINK_ADDR): New variable.
5355         (kernel_img_LDFLAGS): Use `GRUB_MEMORY_MACHINE_LINK_ADDR' as link
5356         address.
5357         (grub_mkimage_CFLAGS): Propagate `GRUB_MEMORY_MACHINE_LINK_ADDR' as
5358         a C macro.
5359         * include/grub/i386/pc/memory.h (GRUB_MEMORY_MACHINE_UPPER): New macro.
5360         Indicates start of upper memory.
5361         * util/i386/pc/grub-mkimage.c: Include `<grub/machine/memory.h>'.
5362         (generate_image): Abort when image size is big enough to corrupt
5363         upper memory.
5365         * include/grub/i386/pc/vga.h: Include `<grub/machine/memory.h>'.
5366         (GRUB_MEMORY_MACHINE_VGA_ADDR): Alias for `GRUB_MEMORY_MACHINE_UPPER'.
5367         * term/i386/pc/vga.c (VGA_MEM): Use `GRUB_MEMORY_MACHINE_VGA_ADDR'
5368         instead of hardcoding 0xA0000.
5369         * video/i386/pc/vbe.c: Include `<grub/machine/vga.h>'.
5370         (grub_vbe_set_video_mode): Use `GRUB_MEMORY_MACHINE_VGA_ADDR'
5371         instead of hardcoding 0xA0000.
5373 2008-01-21  Robert Millan  <rmh@aybabtu.com>
5375         * disk/memdisk.c (memdisk_size): New variable.
5376         (grub_memdisk_open): Replace grub_arch_memdisk_size() call with
5377         `memdisk_size'.
5378         (grub_memdisk_init): Initialize `memdisk_size'.  Reallocate memdisk
5379         image to dynamic memory.
5380         (grub_memdisk_fini): Replace grub_arch_memdisk_size() call with
5381         `memdisk_size'.  Free memdisk block.
5383 2008-01-21  Robert Millan  <rmh@aybabtu.com>
5385         Fix detection of very small filesystems (like tar).
5387         * fs/reiserfs.c (grub_reiserfs_mount): When disk is too small to
5388         contain a ReiserFS, abort with GRUB_ERR_BAD_FS rather than
5389         GRUB_ERR_OUT_OF_RANGE (which made the upper layer think there's
5390         a problem with this disk).
5392 2008-01-21  Robert Millan  <rmh@aybabtu.com>
5394         * disk/i386/pc/biosdisk.c (grub_biosdisk_iterate): Add debug message
5395         on grub_biosdisk_rw_standard() error.
5397 2008-01-21  Robert Millan  <rmh@aybabtu.com>
5399         * include/grub/ieee1275/ieee1275.h: Add 2008 to Copyright line for
5400         recent changes.
5401         * kern/elf.c: Likewise.
5402         * kern/ieee1275/ieee1275.c: Likewise.
5403         * kern/powerpc/ieee1275/openfw.c: Likewise.
5404         * term/ieee1275/ofconsole.c: Likewise.
5406 2008-01-21  Robert Millan  <rmh@aybabtu.com>
5408         * include/grub/i386/pc/kernel.h: Include `<grub/symbol.h>'.
5410         * include/grub/kernel.h (grub_arch_memdisk_addr)
5411         (grub_arch_memdisk_size): Moved from here ...
5413         * include/grub/i386/pc/kernel.h (grub_arch_memdisk_addr)
5414         (grub_arch_memdisk_size): ... to here.
5416 2008-01-21  Robert Millan  <rmh@aybabtu.com>
5418         Mostly based on bugfix from Bean.
5420         * kern/elf.c (grub_elf32_phdr_iterate): Use `NESTED_FUNC_ATTR'
5421         attribute with hook() parameter.
5422         (grub_elf32_load): Use `NESTED_FUNC_ATTR' with grub_elf32_load_segment()
5423         declaration.
5424         (grub_elf64_phdr_iterate): Use `NESTED_FUNC_ATTR'
5425         attribute with hook() parameter.
5426         (grub_elf64_load): Use `NESTED_FUNC_ATTR' with grub_elf64_load_segment()
5427         declaration.
5429 2008-01-21  Robert Millan  <rmh@aybabtu.com>
5431         * conf/i386-pc.rmk (kernel_img_HEADERS): Add `machine/kernel.h'.
5432         (pkglib_MODULES): Add `memdisk.mod'.
5433         (memdisk_mod_SOURCES): New variable.
5434         (memdisk_mod_CFLAGS): Likewise.
5435         (memdisk_mod_LDFLAGS): Likewise.
5437         * disk/memdisk.c: New file.
5439         * include/grub/disk.h (grub_disk_dev_id): Add
5440         `GRUB_DISK_DEVICE_MEMDISK_ID'.
5442         * include/grub/i386/pc/kernel.h
5443         (GRUB_KERNEL_MACHINE_MEMDISK_IMAGE_SIZE): New macro.
5444         (GRUB_KERNEL_MACHINE_PREFIX): Increment by 4.
5445         (grub_kernel_image_size): New variable declaration.
5446         (grub_total_module_size): Likewise.
5447         (grub_memdisk_image_size): Likewise.
5449         * include/grub/i386/pc/memory.h
5450         (GRUB_MEMORY_MACHINE_DECOMPRESSION_ADDR): New macro.
5452         * include/grub/kernel.h: Include `<grub/symbol.h>'.
5453         (grub_arch_memdisk_addr): New variable declaration.
5454         (grub_arch_memdisk_size): Likewise.
5456         * kern/i386/pc/init.c (grub_arch_memdisk_addr): New function.
5457         (grub_arch_memdisk_size): Likewise.
5459         * kern/i386/pc/startup.S (grub_memdisk_image_size): New variable.
5460         (codestart): Replace hardcoded `0x100000' with
5461         `GRUB_MEMORY_MACHINE_DECOMPRESSION_ADDR' macro.
5463         * util/i386/pc/grub-mkimage.c: Include `<grub/misc.h>'.
5464         (generate_image): Add `memdisk_path' parameter.  When `memdisk_path' is
5465         not NULL, append the contents of the file it refers to, at the end of
5466         the compressed kernel image.  Initialize `grub_memdisk_image_size'
5467         variable (at `GRUB_KERNEL_MACHINE_MEMDISK_IMAGE_SIZE' offset).
5468         (options): Add "memdisk"|'m' option.
5469         (main): Parse --memdisk|-m option, and pass user-provided path as
5470         parameter to generate_image().
5472 2008-01-20  Robert Millan  <rmh@aybabtu.com>
5474         * kern/sparc64/ieee1275/openfw.c (grub_devalias_iterate): Copy debug
5475         grub_dprintf() calls from here ...
5476         * kern/powerpc/ieee1275/openfw.c (grub_devalias_iterate): ... to here.
5478 2008-01-20  Robert Millan  <rmh@aybabtu.com>
5480         Fix detection of "real mode" when /options/real-mode? doesn't exist.
5482         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_mmu): New variable
5483         declaration.
5484         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_mmu): New variable.
5485         (grub_ieee1275_find_options): If `grub_ieee1275_mmu' is 0, set
5486         `GRUB_IEEE1275_FLAG_REAL_MODE'.
5487         (cmain): Initialize `grub_ieee1275_mmu' (using /chosen/mmu integer
5488         property).
5489         * kern/powerpc/ieee1275/openfw.c (grub_map): Rely on pre-initialized
5490         `grub_ieee1275_mmu' rather than obtaining a handler on every call.
5492 2008-01-19  Robert Millan  <rmh@aybabtu.com>
5494         Get rid of confusing function (superseded by
5495         `grub_ieee1275_get_integer_property')
5496         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_decode_int_4): Remove
5497         prototype.
5498         * kern/ieee1275/ieee1275.c (grub_ieee1275_decode_int_4): Remove
5499         function.
5500         * term/ieee1275/ofconsole.c (grub_ofconsole_init): Avoid use of
5501         grub_ieee1275_decode_int_4(), by obtaining integer properties directly
5502         in native endianness from grub_ieee1275_get_integer_property().
5504 2008-01-19  Robert Millan  <rmh@aybabtu.com>
5506         * kern/powerpc/ieee1275/openfw.c (grub_halt): Issue "power-off"
5507         command after "shut-down", since implementations differ on which
5508         the command for halt is.
5510 2008-01-19  Robert Millan  <rmh@aybabtu.com>
5512         * include/grub/i386/linuxbios/console.h: Add header protection.
5513         (grub_keyboard_controller_init): New function prototype.
5514         * term/i386/pc/at_keyboard.c (KEYBOARD_COMMAND_ISREADY): New macro.
5515         (KEYBOARD_COMMAND_READ): Likewise.
5516         (KEYBOARD_COMMAND_WRITE): Likewise.
5517         (KEYBOARD_SCANCODE_SET1): Likewise.
5518         (grub_keyboard_controller_write): New function.
5519         (grub_keyboard_controller_read): Likewise.
5520         (grub_keyboard_controller_init): Likewise.
5522         * term/i386/pc/console.c: Include `<grub/machine/machine.h>'.
5523         (grub_console_init): On coreboot/LinuxBIOS, call
5524         grub_keyboard_controller_init().
5526 2008-01-19  Robert Millan  <rmh@aybabtu.com>
5528         PowerPC changes provided by Pavel Roskin.
5530         * kern/powerpc/ieee1275/cmain.c (cmain): Don't take any arguments.
5531         * kern/powerpc/ieee1275/crt0.S: Store r5 in grub_ieee1275_entry_fn,
5532         don't rely on cmain() doing it.
5533         * kern/i386/ieee1275/startup.S (_start): Store %eax in
5534         grub_ieee1275_entry_fn, don't rely on cmain() doing it.
5536 2008-01-16  Robert Millan  <rmh@aybabtu.com>
5538         * include/grub/i386/linuxbios/memory.h
5539         (GRUB_MEMORY_MACHINE_LINUXBIOS_TABLE_ADDR): Remove macro.
5540         * kern/i386/linuxbios/table.c (grub_linuxbios_table_iterate): Do not
5541         receive `table_header' as argument.  Instead, probe for it in the
5542         known memory ranges where it can be present.
5543         (grub_available_iterate): Do not pass a fixed `table_header' address
5544         to grub_linuxbios_table_iterate().
5546 2008-01-15  Robert Millan  <rmh@aybabtu.com>
5548         * configure.ac: Add `i386-ieee1275' to the list of supported targets.
5549         * conf/i386-ieee1275.rmk: New file.
5550         * include/grub/i386/ieee1275/console.h: Likewise.
5551         * include/grub/i386/ieee1275/ieee1275.h: Likewise.
5552         * include/grub/i386/ieee1275/kernel.h: Likewise.
5553         * include/grub/i386/ieee1275/time.h: Likewise.
5554         * kern/i386/ieee1275/init.c: Likewise.
5555         * kern/i386/ieee1275/startup.S: Likewise.
5557 2008-01-15  Robert Millan  <rmh@aybabtu.com>
5559         * kern/misc.c (grub_vsprintf): Do not reset `longlongfmt' to zero
5560         when pointers are 32-bit (but still do set it to one when they are
5561         64-bit).
5563 2008-01-15  Robert Millan  <rmh@aybabtu.com>
5565         * include/grub/ieee1275/ieee1275.h
5566         (grub_ieee1275_get_integer_property): New function prototype.
5568         * kern/ieee1275/ieee1275.c: Include `<grub/types.h>'.
5569         (grub_ieee1275_get_integer_property): New function.  Wraps around
5570         grub_ieee1275_get_property() to handle endianness.
5572         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options): Replace
5573         grub_ieee1275_get_property() with grub_ieee1275_get_integer_property()
5574         where appropriate.
5575         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Likewise.
5576         (grub_map): Likewise.
5577         * kern/sparc64/ieee1275/openfw.c (grub_map): Likewise.
5579 2008-01-15  Bean  <bean123ch@gmail.com>
5581         * normal/execute.c (grub_script_exec_argument_to_string): Check for undefined variable.
5582         (grub_script_execute_cmdline): Reset grub_errno.
5584         * normal/main.c (read_config_file): Reset grub_errno.
5586         * normal/parse.y (script_init): New.
5587         (script): Move function and menuentry here.
5588         (delimiter): New.
5589         (command): Add delimiter at the end of command.
5590         (commands): Adjust to match the new command.
5591         (commandblock): Remove grub_script_lexer_record_start.
5592         (menuentry): Add grub_script_lexer_record_start, use the new commands.
5593         (if): Use the new commands.
5595         * conf/common.rmk (pkgdata_MODULES): Add echo.mod.
5597 2008-01-15  Robert Millan  <rmh@aybabtu.com>
5599         * normal/menu.c (run_menu): Move timeout message from here ...
5600         (print_timeout): ... to here.
5601         (run_menu): Use print_timeout() once during initial draw to print
5602         the whole message, and again in every clock tick to update only
5603         the number of seconds.
5605 2008-01-15  Robert Millan  <rmh@aybabtu.com>
5607         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Obtain
5608         actual size of `available' from grub_ieee1275_get_property(), and
5609         restrict parsing to that bound.
5611 2008-01-15  Christian Franke  <franke@computer.org>
5613         * util/grub-emu.c: Replace <argp.h> by <getopt.h>.
5614         (argp_program_version): Remove variable.
5615         (argp_program_bug_address): Likewise.
5616         (options): Convert from struct argp_option to struct option.
5617         (struct arguments): Remove.
5618         (parse_opt): Remove.
5619         (usage): New function.
5620         (main): Replace struct args members by simple variables.
5621         Replace argp_parse() by getopt_long().
5622         Add switch to evaluate options.
5623         Add missing "(...)" around root_dev in prefix string.
5625 2008-01-14  Robert Millan  <rmh@aybabtu.com>
5627         * kern/powerpc/ieee1275/init.c (grub_exit): Reimplement as a wrapper
5628         for grub_ieee1275_exit(), in order to improve portability.
5630 2008-01-14  Robert Millan  <rmh@aybabtu.com>
5632         * util/grub.d/10_linux.in (prefix): Define.
5633         (exec_prefix): Likewise.  Both definitions are later used by `libdir'.
5635 2008-01-13  Pavel Roskin  <proski@gnu.org>
5637         * disk/ieee1275/ofdisk.c (grub_ofdisk_open): Don't use
5638         grub_errno if no errors have been detected.
5640 2008-01-12  Robert Millan  <rmh@aybabtu.com>
5642         * include/grub/util/getroot.h (grub_dev_abstraction_types): New enum.
5643         (grub_util_get_dev_abstraction): New function prototype.
5645         * util/getroot.c: Include `<grub/util/getroot.h>'
5646         (grub_util_get_grub_dev): Move detection of abstraction type to ...
5647         (grub_util_get_dev_abstraction): ... here (new function).
5649         * util/grub-probe.c: Convert PRINT_* to an enum.  Add
5650         `PRINT_ABSTRACTION'.
5651         (probe): Probe for abstraction type when requested.
5652         (main): Understand `--target=abstraction'.
5654         * util/i386/efi/grub-install.in: Add abstraction module to core
5655         image when it is found to be necessary.
5656         * util/i386/pc/grub-install.in: Likewise.
5657         * util/powerpc/ieee1275/grub-install.in: Likewise.
5659         * util/update-grub_lib.in (font_path): Return system path without
5660         converting to GRUB path.
5661         * util/update-grub.in: Convert system path returned by font_path()
5662         to a GRUB path.  Use `grub-probe -t abstraction' to determine what
5663         abstraction module is needed for loading fonts (if any).  Export
5664         that as `GRUB_PRELOAD_MODULES'.
5665         * util/grub.d/00_header.in: Process `GRUB_PRELOAD_MODULES' (print
5666         insmod commands).
5668 2008-01-12  Yoshinori K. Okuji  <okuji@enbug.org>
5670         Remove some unused code from reiserfs.
5672         * fs/reiserfs.c (struct grub_reiserfs_key)
5673         [GRUB_REISERFS_KEYV2_BITFIELD]: Removed offset and type.
5674         (struct grub_reiserfs_node_body): Removed.
5675         (grub_reiserfs_get_key_v2_type) [GRUB_REISERFS_KEYV2_BITFIELD]:
5676         Likewise.
5677         (grub_reiserfs_get_key_offset) [GRUB_REISERFS_KEYV2_BITFIELD]:
5678         Likewise.
5679         (grub_reiserfs_set_key_offset) [GRUB_REISERFS_KEYV2_BITFIELD]:
5680         Likewise.
5681         (grub_reiserfs_set_key_offset) [GRUB_REISERFS_KEYV2_BITFIELD]:
5682         Likewise.
5683         (grub_reiserfs_set_key_type) [GRUB_REISERFS_KEYV2_BITFIELD]:
5684         Likewise.
5685         (grub_reiserfs_iterate_dir) [GRUB_REISERFS_KEYV2_BITFIELD]:
5686         Likewise.
5687         (grub_reiserfs_open) [GRUB_REISERFS_KEYV2_BITFIELD]: Likewise.
5688         (grub_reiserfs_read) [GRUB_REISERFS_KEYV2_BITFIELD]: Likewise.
5689         (grub_reiserfs_dir) [GRUB_REISERFS_KEYV2_BITFIELD]: Likewise.
5691 2008-01-10  Robert Millan  <rmh@aybabtu.com>
5693         * util/update-grub_lib.in (grub_file_is_not_garbage): New function.
5694         Determines if a file is garbage left by packaging systems, etc.
5695         * util/update-grub.in: Use grub_file_is_not_garbage() as a condition
5696         for processing /etc/grub.d scripts.
5697         * util/grub.d/10_hurd.in: Fix `GRUB_DISTRIBUTOR' comparison.
5698         * util/grub.d/10_linux.in: Likewise.  Use grub_file_is_not_garbage()
5699         as a condition for processing Linux images.
5701 2008-01-10  Pavel Roskin  <proski@gnu.org>
5703         * include/grub/powerpc/libgcc.h (__ucmpdi2): New export.  Needed
5704         to compile reiserfs.c on PowerPC.
5706 2008-01-10  Robert Millan  <rmh@aybabtu.com>
5708         * kern/device.c (grub_device_iterate): Do not abort device iteration
5709         when one of the devices cannot be opened.
5710         * kern/disk.c (grub_disk_open): Do not account previous failures of
5711         unrelated functions when grub_errno is checked for.
5713 2008-01-08  Robert Millan  <rmh@aybabtu.com>
5715         * loader/i386/pc/linux.c (grub_rescue_cmd_linux): For
5716         `! grub_linux_is_bzimage', change order of address comparison to make
5717         it more intuitive, and improve "too big zImage" error message.
5719 2008-01-08  Robert Millan  <rmh@aybabtu.com>
5721         * Makefile.in (uninstall): Handle `$(update-grub_SCRIPTS)' and
5722         `$(update-grub_DATA)'.
5723         (distcheck): Fix race condition when invoking `$(MAKE)' on multiple
5724         targets.
5726 2008-01-07  Robert Millan  <rmh@aybabtu.com>
5728         * boot/i386/pc/boot.S (boot_drive_check): Add a comment indicating
5729         which instruction is modified by grub-setup during installation
5730         (since it wasn't obvious by only looking at this file).
5732 2008-01-07  Robert Millan  <rmh@aybabtu.com>
5734         * TODO: Rewrite.  Just refer to the wiki and the BTS instead of
5735         listing actual TODO items.
5737 2008-01-06  Yoshinori K. Okuji  <okuji@enbug.org>
5739         * fs/reiserfs.c (grub_reiserfs_get_key_v2_type): Handle endianness
5740         correctly.
5741         (grub_reiserfs_get_key_offset): Likewise.
5742         (grub_reiserfs_set_key_offset): Likewise.
5743         (grub_reiserfs_set_key_type): Likewise.
5744         (grub_reiserfs_iterate_dir): Return 1 if found, otherwise 0.
5746         (GRUB_REISERFS_KEYV2_BITFIELD): Undefined. Probably it would be
5747         better to remove the bitfield version completely.
5749 2008-01-06  Yoshinori K. Okuji  <okuji@enbug.org>
5751         * fs/reiserfs.c (grub_reiserfs_iterate_dir): ENTRY_ITEM must be
5752         allocated from the heap, due to the fshelp implementation.
5753         (grub_reiserfs_dir): Free NODE, due to the same reason.
5755 2008-01-06  Yoshinori K. Okuji  <okuji@enbug.org>
5757         Mostly from Vincent Pelletier:
5759         * fs/reiserfs.c: New file.
5761         * conf/common.rmk (pkglib_MODULES): Added reiserfs.mod.
5762         (reiserfs_mod_SOURCES): New variable.
5763         (reiserfs_mod_CFLAGS): Likewise.
5764         (reiserfs_mod_LDFLAGS): Likewise.
5766         * DISTLIST: Added boot/i386/pc/lnxboot.S, commands/hexdump.c,
5767         disk/ata.c, fs/cpio.c, fs/ntfscomp.c, fs/reiserfs.c,
5768         include/grub/ntfs.h, include/grub/i386/pc/machine.h, and
5769         normal/color.c.
5771 2008-01-06  Robert Millan  <rmh@aybabtu.com>
5773         * normal/color.c: Remove `<grub/env.h>'.
5775 2008-01-05  Jeroen Dekkers  <jeroen@dekkers.cx>
5777         * include/grub/normal.h: Include <grub/env.h>.
5779 2008-01-05  Robert Millan  <rmh@aybabtu.com>
5781         * util/i386/pc/grub-setup.c (usage): Replace obsolete `(hd0,0)' in
5782         usage example with `(hd0,1)'.
5783         Reported by Samuel Thibault.
5785 2008-01-05  Robert Millan  <rmh@aybabtu.com>
5787         * kern/i386/loader.S (grub_linux_is_bzimage): New variable.
5788         (grub_linux_boot_zimage): Rename to ...
5789         (grub_linux_boot): ... this.
5790         (grub_linux_boot_bzimage): Merge with `grub_linux_boot_zimage'.
5791         (grub_linux_boot_zimage): Conditionalize zImage copy.
5793         * include/grub/i386/loader.h (grub_linux_is_bzimage): Add prototype.
5794         (grub_linux_boot_bzimage): Remove prototype.
5795         (grub_linux_boot_zimage): Rename to ...
5796         (grub_linux_boot): ... this.
5798         * loader/i386/pc/linux.c (big_linux): Replace with `grub_linux_is_bzimage'.
5799         (grub_linux_boot): Remove function.
5801 2008-01-05  Robert Millan  <rmh@aybabtu.com>
5803         * include/grub/normal.h (grub_env_write_color_normal): New prototype.
5804         (grub_env_write_color_highlight): Likewise.
5805         (grub_wait_after_message): Likewise.
5807         * normal/color.c: New file.
5809         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `normal/color.c'.
5810         (normal_mod_DEPENDENCIES): Likewise.
5812         * conf/i386-efi.rmk (grub_emu_SOURCES): Add `normal/color.c'.
5813         (normal_mod_DEPENDENCIES): Likewise.
5815         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Add `normal/color.c'.
5816         (normal_mod_DEPENDENCIES): Likewise.
5818         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `normal/color.c'.
5819         (normal_mod_DEPENDENCIES): Likewise.
5821         * normal/menu_entry.c (run): Rely on grub_wait_after_message()
5822         for waiting after a message is printed.
5823         * normal/main.c (read_config_file): Likewise.
5824         (grub_normal_init): Register grub_env_write_color_normal() and
5825         grub_env_write_color_highlight() hooks.  Mark `color_normal' and
5826         `color_highlight' variables as global.
5828         * normal/menu.c (grub_wait_after_message): New function.
5829         (grub_color_menu_normal): New variable.  Replaces ...
5830         (GRUB_COLOR_MENU_NORMAL): ... this macro.
5831         (grub_color_menu_highlight): New variable.  Replaces ...
5832         (GRUB_COLOR_MENU_HIGHLIGHT): ... this macro.
5833         (draw_border): Set color state to `GRUB_TERM_COLOR_NORMAL' instead of
5834         `GRUB_TERM_COLOR_STANDARD'.
5835         (print_message): Use `grub_setcolorstate' to reload colors.  Rename
5836         `normal_code' and `highlight_code' to `old_color_normal' and
5837         `old_color_highlight', respectively.
5838         (grub_menu_init_page): Update colors when drawing the menu, based on
5839         `menu_color_normal' and `menu_color_highlight' variables.
5840         (grub_menu_run): Rely on grub_wait_after_message() for waiting after
5841         a message is printed.
5843 2008-01-05  Robert Millan  <rmh@aybabtu.com>
5845         * kern/env.c (grub_env_context_open): Propagate hooks for global
5846         variables to new context.
5848         * kern/main.c (grub_set_root_dev): Export `root' variable.
5850 2008-01-05  Robert Millan  <rmh@aybabtu.com>
5852         * util/biosdisk.c (get_os_disk): Check for devfs-style IDE and SCSI
5853         discs unconditionally, since udev and others have options to provide
5854         them.
5856 2008-01-05  Robert Millan  <rmh@aybabtu.com>
5858         * normal/completion.c (iterate_dir): Skip `.' and `..' directories.
5860 2008-01-04  Christian Franke  <franke@computer.org>
5862         * kern/i386/pc/init.c (grub_machine_init): Fix evaluation
5863         of eisa_mmap.
5865 2008-01-03  Pavel Roskin  <proski@gnu.org>
5867         * kern/i386/linuxbios/init.c: Put "void" to all function
5868         declarations with no arguments.
5869         * kern/powerpc/ieee1275/init.c: Likewise.
5870         * term/i386/pc/at_keyboard.c: Likewise.
5871         * term/i386/pc/vga_text.c: Likewise.
5872         * util/grub-mkdevicemap.c: Likewise.
5874 2008-01-02  Robert Millan  <rmh@aybabtu.com>
5876         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Improve error
5877         message when loaded image is out of bounds.
5878         (grub_multiboot_load_elf64): Likewise.
5880 2008-01-02  Pavel Roskin  <proski@gnu.org>
5882         * util/grub.d/10_linux.in: Try version without ".old" when
5883         looking for initrd.  It's better to use initrd from the newer
5884         kernel of the same version than no initrd at all.
5886 2008-01-01  Robert Millan  <rmh@aybabtu.com>
5888         * util/biosdisk.c (get_os_disk): Fix check for IDE or SCSI discs.
5890 2008-01-01  Vesa Jaaskelainen  <chaac@nic.fi>
5892         * include/grub/video.h: Added grub_video_unmap_color and
5893         grub_video_get_active_render_target.
5894         (grub_video_adapter): Added unmap_color and get_active_render_target.
5896         * video/video.c: Added grub_video_unmap_color and
5897         grub_video_get_active_render_target.
5898         (grub_video_get_info): Changed method to accept NULL pointer as an
5899         argument to allow detection of active video adapter.
5901         * video/i386/pc/vbe.c: Renamed grub_video_vbe_unmap_color as
5902         grub_video_vbe_unmap_color_int.
5903         Added grub_video_vbe_unmap_color and
5904         grub_video_vbe_get_active_render_target.
5905         (grub_video_vbe_adapter): Added unmap_color and
5906         get_active_render_target.
5908         * video/i386/pc/vbeblit.c: Replaced grub_video_vbe_unmap_color usage
5909         with grub_video_vbe_unmap_color_int.
5911         * term/gfxterm.c (DEFAULT_STANDARD_COLOR): Added.
5912         (DEFAULT_NORMAL_COLOR): Likewise.
5913         (DEFAULT_HIGHLIGHT_COLOR) Likewise.
5914         (DEFAULT_FG_COLOR): Removed.
5915         (DEFAULT_BG_COLOR): Likewise.
5916         (DEFAULT_CURSOR_COLOR): Changed value.
5917         (grub_virtual_screen): Added standard_color_setting,
5918         normal_color_setting, highlight_color_setting and term_color.
5919         (grub_virtual_screen): Removed fg_color_setting and bg_color_setting.
5920         (bitmap_width): Added.
5921         (bitmap_height): Likewise.
5922         (bitmap): Likewise.
5923         (set_term_color): Likewise.
5924         (grub_virtual_screen_setup): Changed to use new terminal coloring
5925         settings.
5926         (grub_gfxterm_init): Added init for bitmap.
5927         (grub_gfxterm_fini): Added destroy for bitmap.
5928         (redraw_screen_rect): Updated to use background bitmap and new
5929         terminal coloring.
5930         (scroll_up): Added optimization for case when there is no bitmap.
5931         (grub_gfxterm_cls): Fixed to use correct background color.
5932         (grub_virtual_screen_setcolorstate): Changed to use new terminal
5933         coloring.
5934         (grub_virtual_screen_setcolor): Likewise.
5935         (grub_virtual_screen_getcolor): Added.
5936         (grub_gfxterm_background_image_cmd): Likewise.
5937         (grub_video_term): Added setcolor and getcolor.
5938         (MOD_INIT): Added registration of background_image command.
5939         (MOD_TERM): Added unregistration for background_image command.
5941 2007-12-30  Pavel Roskin  <proski@gnu.org>
5943         * loader/multiboot_loader.c: Fix multiboot command
5944         unregistration.  Fix all typos in the word "multiboot".
5946 2007-12-29  Pavel Roskin  <proski@gnu.org>
5948         * util/grub.d/10_linux.in: Refactor search for initrd.  Add
5949         support for initrd names used in Fedora.
5951 2007-12-26  Bean  <bean123ch@gmail.com>
5953         * conf/common.rmk (pkgdata_MODULES): Add cpio.mod.
5954         (cpio_mod_SOURCES): New variable.
5955         (cpio_mod_CFLAGS): Likewise.
5956         (cpio_mod_LDFLAGS): Likewise.
5958         * fs/cpio.c: New file.
5960         * conf/i386-pc.rmk (grub_emu_SOURCES): Add cpio.c.
5962         * conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
5964         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Likewise.
5966         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
5968 2007-12-25  Robert Millan  <rmh@aybabtu.com>
5970         * include/grub/term.h (struct grub_term): Add `getcolor' function.
5971         (grub_getcolor): New function.
5973         * kern/term.c (grub_getcolor): New function.
5974         * normal/menu.c (GRUB_COLOR_MENU_NORMAL): New macro.
5975         (GRUB_COLOR_MENU_HIGHLIGHT): New macro.
5976         (print_entry): Set normal and highlight colors to
5977         `GRUB_COLOR_MENU_NORMAL' and `GRUB_COLOR_MENU_HIGHLIGHT',
5978         respectively, before printing and restore them to old
5979         values afterwards.
5980         (grub_menu_init_page): Likewise.  Fill an additional colored space
5981         that would otherwise be left blank.
5983         * term/efi/console.c (grub_console_getcolor): New function.
5984         (struct grub_console_term.getcolor): New variable.
5985         * term/i386/pc/console.c (grub_console_getcolor): New function.
5986         (struct grub_console_term.getcolor): New variable.
5987         * term/ieee1275/ofconsole.c (grub_ofconsole_getcolor): New function.
5988         (struct grub_console_term.getcolor): New variable.
5990         * term/i386/pc/serial.c (grub_serial_setcolor): Remove function.
5991         (struct grub_console_term.setcolor): Remove variable.
5992         * term/i386/pc/vesafb.c (grub_virtual_screen_setcolor): Remove function.
5993         (struct grub_console_term.setcolor): Remove variable.
5994         * term/i386/pc/vga.c (grub_vga_setcolor): Remove function.
5995         (struct grub_console_term.setcolor): Remove variable.
5996         * term/gfxterm.c (grub_virtual_screen_setcolor): Remove function.
5997         (struct grub_console_term.setcolor): Remove variable.
5999 2007-12-25  Robert Millan  <rmh@aybabtu.com>
6001         * configure.ac: Search for possible unifont.hex locations, and
6002         define UNIFONT_HEX if found.
6004         * Makefile.in (UNIFONT_HEX): Define variable.
6005         (DATA): Rename to ...
6006         (PKGLIB): ... this.  Update all users.
6007         (PKGDATA): New variable.
6008         (pkgdata_IMAGES): Rename to ...
6009         (pkglib_IMAGES): ... this. Update all users.
6010         (pkgdata_MODULES): Rename to ...
6011         (pkglib_MODULES): ... this. Update all users.
6012         (pkgdata_PROGRAMS): Rename to ...
6013         (pkglib_PROGRAMS): ... this. Update all users.
6014         (pkgdata_DATA): Rename to ...
6015         (pkglib_DATA): ... this. Update all users.
6016         (CLEANFILES): Redefine to `$(pkglib_DATA) $(pkgdata_DATA)'.
6017         (unicode.pff, ascii.pff): New rules.
6018         (all-local): Add `$(PKGDATA)' dependency.
6019         (install-local): Process `$(PKGDATA)'.
6021         * util/update-grub_lib.in (font_path): Search for *.pff files in
6022         a few more locations, including `${pkgdata}'.
6024 2007-12-23  Robert Millan  <rmh@aybabtu.com>
6026         Patch from Bean  <bean123ch@gmail.com>:
6027         * disk/loopback.c (grub_loopback_read): Add missing bit shift to
6028         `size'.
6030 2007-12-21  Bean  <bean123ch@gmail.com>
6032         * conf/common.rmk (pkgdata_MODULES): Add ntfscomp.mod.
6033         (ntfscomp_mod_SOURCES): New variable.
6034         (ntfscomp_mod_CFLAGS): Likewise.
6035         (ntfscomp_mod_LDFLAGS): Likewise.
6037         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/ntfscomp.c.
6038         (grub_probe_SOURCES): Likewise.
6039         (grub_emu_SOURCES): Likewise.
6041         * conf/i386-efi.rmk (grub_probe_SOURCES): Add fs/ntfscomp.c.
6042         (grub_emu_SOURCES): Likewise.
6044         * conf/i386-linuxbios.rmk (grub_probe_SOURCES): Add fs/ntfscomp.c.
6045         (grub_emu_SOURCES): Likewise.
6047         * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Add fs/ntfscomp.c.
6048         (grub_emu_SOURCES): Likewise.
6050         * fs/ntfs.c (grub_ntfscomp_func): New variable.
6051         (read_run_list): Renamed to grub_ntfs_read_run_list.
6052         (decomp_nextvcn): Moved to ntfscomp.c.
6053         (decomp_getch): Likewise.
6054         (decomp_get16): Likewise.
6055         (decomp_block): Likewise.
6056         (read_block): Likewise.
6057         (read_data): Partially moved to ntfscomp.c.
6058         (fixup): Change unsigned to grub_uint16_t.
6059         (read_mft): Change unsigned long to grub_uint32_t.
6060         (read_attr): Likewise.
6061         (read_data): Likewise.
6062         (read_run_data): Likewise.
6063         (read_run_list): Likewise.
6064         (read_mft): Likewise.
6066         * fs/ntfscomp.c: New file.
6068         * include/grub/ntfs.h: New file.
6070 2007-12-16  Robert Millan  <rmh@aybabtu.com>
6072         * util/grub-mkdevicemap.c (make_device_map): Iterate up to 20 for
6073         IDE disk check, since Linux is known to support 20 IDE disks.
6074         Reported by Colin Watson.
6076 2007-12-15  Bean  <bean123ch@gmail.com>
6078         * conf/i386-pc.rmk (pkgdata_IMAGES): Add lnxboot.img.
6079         (lnxboot_img_SOURCES): New variable.
6080         (lnxboot_img_ASFLAGS): Likewise.
6081         (lnxboot_img_LDFLAGS): Likewise.
6083         * boot/i386/pc/lnxboot.S: New file.
6085 2007-11-24  Pavel Roskin  <proski@gnu.org>
6087         * configure.ac: Test if '--build-id=none' is supported by the
6088         linker.  If yes, add it to TARGET_LDFLAGS.  Build ID causes
6089         objcopy to generate incorrect binary files (binutils
6090         2.17.50.0.18-1 as shipped by Fedora 8).
6091         * aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): Use LDFLAGS when
6092         linking, so that build ID doesn't break the test.
6094 2007-11-24  Pavel Roskin  <proski@gnu.org>
6096         * include/grub/i386/time.h: use "void" in the argument list
6097         of grub_cpu_idle().
6098         * include/grub/powerpc/time.h: Likewise.
6099         * include/grub/sparc64/time.h: Likewise.
6101 2007-11-18  Christian Franke  <franke@computer.org>
6103         * util/console.c (grub_ncurses_getkey): Change curses KEY_* mapping,
6104         now return control chars instead of GRUB_CONSOLE_KEY_* constants.
6105         This fixes the problem that function keys did not work in grub-emu.
6107 2007-11-18  Christian Franke  <franke@computer.org>
6109         * disk/host.c (grub_host_open): Remove attribute unused from
6110         name parameter. Add check for "host". This fixes the problem
6111         that grub-emu does not find partitions.
6113 2007-11-18  Christian Franke  <franke@computer.org>
6115         * util/hostfs.c (is_dir): New function.
6116         (grub_hostfs_dir):  Handle missing dirent.d_type case.
6117         (grub_hostfs_read): Add missing fseek().
6118         (grub_hostfs_label): Clear label pointer.  This fixes a crash
6119         of grub-emu on "ls (host)".
6121 2007-11-18  Christian Franke  <franke@computer.org>
6123         * include/grub/i386/pc/init.h (struct grub_machine_mmap_entry):
6124         Add attribute packed, gcc 3.4.4 on Cygwin aligns this
6125         to 64 bit boundary by default.
6127 2007-11-18  Bean  <bean123ch@gmail.com>
6129         * conf/common.rmk (pkgdata_MODULES): Add hexdump.mod.
6130         (hexdump_mod_SOURCES): New variable.
6131         (hexdump_mod_CFLAGS): Likewise.
6132         (hexdump_mod_LDFLAGS): Likewise.
6134         * conf/i386-pc.rmk (grub_emu_SOURCES): Add command/hexdump.c.
6136         * conf/i386-efi.rmk (grub_emu_SOURCES): Add command/hexdump.c.
6138         * conf/i386-linuxbios.rmk (grub_emu_SOURCES): Add command/hexdump.c.
6140         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add command/hexdump.c.
6142         * include/grub/hexdump.h: New file.
6144         * commands/hexdump.c: New file.
6146 2007-11-10  Robert Millan  <rmh@aybabtu.com>
6148         * commands/i386/pc/play.c (beep_off): Switch order of arguments
6149         in grub_outb() calls.
6150         (beep_on): Likewise.
6152 2007-11-10  Christian Franke  <franke@computer.org>
6154         * normal/menu.c (run_menu): Check for empty menu to avoid crash.
6155         (grub_menu_run): Likewise.
6157 2007-11-10  Robert Millan  <rmh@aybabtu.com>
6159         * include/grub/i386/efi/machine.h: New file.
6160         * include/grub/i386/linuxbios/machine.h: Likewise.
6161         * include/grub/i386/pc/machine.h: Likewise.
6162         * include/grub/powerpc/ieee1275/machine.h: Likewise.
6163         * include/grub/sparc64/ieee1275/machine.h: Likewise.
6165         * term/i386/pc/serial.c: Include <grub/machine/machine.h>.
6166         (serial_hw_io_addr): New variable.
6167         (serial_hw_get_port): Obtain port address from `serial_hw_io_addr'
6168         instead of `(unsigned short *) 0x400'.
6170 2007-11-10  Bean  <bean123ch@gmail.com>
6172         * fs/ntfs.c (read_block): Fix a bug caused by adjacent blocks.
6174 2007-11-10  Vesa Jaaskelainen  <chaac@nic.fi>
6176         * conf/i386-pc.rmk (pkgdata_MODULES): Added vga.mod.
6177         (vga_mod_SOURCES): Added.
6178         (vga_mod_CFLAGS): Likewise.
6179         (vga_mod_LDFLAGS): Likewise.
6181         * term/i386/pc/vga.c (get_map_mask): Switch order of arguments in
6182         grub_outb() calls.
6183         (set_map_mask): Likewise.
6184         (set_read_map): Likewise.
6185         (set_read_address): Likewise.
6186         (vga_font): Removed variable.
6187         (get_vga_glyph): Removed function.
6188         (invalidate_char): Likewise.
6189         (write_char): Changed to use grub_font_get_glyph() for font
6190         information.
6191         (grub_vga_putchar): Likewise.
6192         (grub_vga_getcharwidth): Likewise.
6194 2007-11-10  Vesa Jaaskelainen  <chaac@nic.fi>
6196         * conf/i386-pc.rmk (boot_img_LDFLAGS): Use COMMON_LDFLAGS for target
6197         flags.
6198         (pxeboot_img_LDFLAGS): Likewise.
6199         (diskboot_img_LDFLAGS): Likewise.
6200         (kernel_img_LDFLAGS): Likewise.
6202 2007-11-06  Robert Millan  <rmh@aybabtu.com>
6204         * term/i386/pc/serial.c (serial_hw_put): Switch order of arguments
6205         in grub_outb() calls.
6206         (serial_hw_init): Likewise.
6208 2007-11-05  Robert Millan  <rmh@aybabtu.com>
6210         * util/update-grub.in: Allow files in ${update_grub_dir} to contain
6211         spaces.  Skip non-regular files.
6213 2007-11-05  Robert Millan  <rmh@aybabtu.com>
6215         * kern/disk.c (grub_disk_firmware_fini)
6216         (grub_disk_firmware_is_tainted): New variables.
6218         * include/grub/disk.h (grub_disk_firmware_fini)
6219         (grub_disk_firmware_is_tainted): Likewise.
6221         * disk/i386/pc/biosdisk.c (GRUB_MOD_FINI(biosdisk)): Moved from here ...
6222         (grub_disk_biosdisk_fini): ... to here.
6223         (GRUB_MOD_FINI(biosdisk)): Implement using grub_disk_biosdisk_fini().
6224         (GRUB_MOD_INIT(biosdisk)): Abort when `grub_disk_firmware_is_tainted'
6225         is set.  Register grub_disk_biosdisk_fini() in
6226         `grub_disk_firmware_fini'.
6228         * disk/ata.c: Remove `<grub/machine/biosdisk.h>'.
6229         (GRUB_MOD_INIT(ata)): Remove grub_biosdisk_fini() call.
6230         Use `grub_disk_firmware_is_tainted' and `grub_disk_firmware_fini'
6231         to finish existing firmware disk interface.
6233         * conf/i386-linuxbios.rmk (pkgdata_MODULES): Add `ata.mod'.
6234         (ata_mod_SOURCES): New variable.
6235         (ata_mod_CFLAGS): Likewise.
6236         (ata_mod_LDFLAGS): Likewise.
6238 2007-11-05  Robert Millan  <rmh@aybabtu.com>
6240         * disk/ata.c: Remove `<grub/machine/time.h>'.  Include `<grub/time.h>'.
6241         (grub_ata_wait): Reimplement using grub_millisleep().
6243         * include/grub/misc.h (grub_div_roundup): Fix parenthesization.
6244         * include/grub/i386/time.h (grub_cpu_idle): Disable `hlt' instruction.
6246 2007-11-03  Marco Gerards  <marco@gnu.org>
6248         * term/i386/pc/vga_text.c: Include <grub/cpu/io.h>.
6249         (CRTC_ADDR_PORT): New macro.
6250         (CRTC_DATA_PORT): Likewise.
6251         (CRTC_CURSOR): Likewise.
6252         (CRTC_CURSOR_ADDR_HIGH): Likewise.
6253         (CRTC_CURSOR_ADDR_LOW): Likewise.
6254         (update_cursor): New function.
6255         (grub_console_real_putchar): Call `update_cursor'.
6256         (grub_console_gotoxy): Likewise.
6257         (grub_console_cls): Set the default color when clearing the
6258         screen.
6259         (grub_console_setcursor): Implemented.
6261 2007-11-03  Marco Gerards  <marco@gnu.org>
6263         * disk/ata.c (grub_ata_pio_read): Don't wait for the command to
6264         become activate.
6265         (grub_ata_pio_write): Likewise.
6267         (grub_atapi_identify): Wait after issuing an ATA command.
6268         (grub_atapi_packet): Likewise.
6269         (grub_ata_identify): Likewise.
6270         (grub_ata_readwrite): Likewise.
6272 2007-11-03  Marco Gerards  <marco@gnu.org>
6274         * disk/ata.c (grub_ata_pio_read): Detect and return the error code.
6275         (grub_ata_pio_write): Likewise.
6276         (grub_ata_readwrite): Use `grub_error', instead of
6277         returning `grub_errno'.
6279 2007-11-03  Marco Gerards  <marco@gnu.org>
6281         * disk/ata.c (grub_ata_readwrite): Call grub_ata_pio_read and
6282         grub_ata_pio_write once for every single sector, instead of for
6283         multiple sectors.
6285 2007-10-31  Robert Millan  <rmh@aybabtu.com>
6287         * configure.ac: Add `i386-linuxbios' to the list of supported targets.
6289         * conf/i386-linuxbios.rmk: New file.
6291         * kern/i386/pc/hardware.c: Likewise.
6292         * term/i386/pc/at_keyboard.c: Likewise.
6293         * term/i386/pc/vga_text.c: Likewise.
6295         * include/grub/i386/linuxbios/boot.h: Likewise.
6296         * include/grub/i386/linuxbios/console.h: Likewise.
6297         * include/grub/i386/linuxbios/init.h: Likewise.
6298         * include/grub/i386/linuxbios/kernel.h: Likewise.
6299         * include/grub/i386/linuxbios/loader.h: Likewise.
6300         * include/grub/i386/linuxbios/memory.h: Likewise.
6301         * include/grub/i386/linuxbios/serial.h: Likewise.
6302         * include/grub/i386/linuxbios/time.h: Likewise.
6304         * kern/i386/linuxbios/init.c: Likewise.
6305         * kern/i386/linuxbios/startup.S: Likewise.
6306         * kern/i386/linuxbios/table.c: Likewise.
6308 2007-10-31  Marco Gerards  <marco@gnu.org>
6310         * conf/i386-pc.rmk (pkgdata_MODULES): Add `ata.mod'.
6311         (ata_mod_SOURCES): New variable.
6312         (ata_mod_CFLAGS): Likewise.
6313         (ata_mod_LDFLAGS): Likewise.
6315         * disk/ata.c: New file.
6317         * include/grub/disk.h (grub_disk_dev_id): Add
6318         `GRUB_DISK_DEV_ATA_ID'.
6320 2007-10-31  Robert Millan  <rmh@aybabtu.com>
6322         * include/grub/i386/pc/init.h (grub_lower_mem): Moved from here ...
6323         * include/grub/i386/pc/memory.h (grub_lower_mem): ... to here.
6325         * include/grub/i386/pc/init.h (grub_upper_mem): Moved from here ...
6326         * include/grub/i386/pc/memory.h (grub_upper_mem): ... to here.
6328         * include/grub/i386/pc/memory.h: Include `<grub/symbol.h>' and
6329         `<grub/types.h>'.
6331         * loader/i386/pc/multiboot.c: Include `<grub/machine/memory.h>'.
6333 2007-10-27  Robert Millan  <rmh@aybabtu.com>
6335         * include/grub/types.h (ULONG_MAX): Define macro.
6337 2007-10-22  Robert Millan  <rmh@aybabtu.com>
6339         * kern/i386/pc/startup.S: Remove `"kern/i386/realmode.S"'.  Include
6340         `"../realmode.S"'.
6341         Remove `"kern/i386/loader.S"'.  Include `"../loader.S"'.
6343 2007-10-22  Robert Millan  <rmh@aybabtu.com>
6345         * conf/i386-pc.rmk (kernel_img_SOURCES): Remove `disk/i386/pc/biosdisk.c'.
6346         (pkgdata_MODULES): Add `biosdisk.mod'.
6347         (biosdisk_mod_SOURCES, biosdisk_mod_CFLAGS, biosdisk_mod_LDFLAGS): New
6348         variables.
6350         * disk/i386/pc/biosdisk.c: Include `<grub/dl.h>'.
6351         (grub_biosdisk_init): Replace with ...
6352         (GRUB_MOD_INIT(biosdisk)): ... this.
6353         (grub_biosdisk_fini): Replace with ...
6354         (GRUB_MOD_FINI(biosdisk)): ... this.
6356         * kern/i386/pc/init.c: Remove `<grub/machine/biosdisk.h>'.
6357         (grub_machine_init): Remove call to grub_biosdisk_init().
6358         (grub_machine_fini): Remove call to grub_machine_fini().
6360         * util/i386/pc/grub-install.in (modules): Add `biosdisk'.
6362 2007-10-22  Robert Millan  <rmh@aybabtu.com>
6364         * include/grub/time.h: New file.
6365         * include/grub/i386/time.h: Likewise.
6366         * include/grub/powerpc/time.h: Likewise.
6367         * include/grub/sparc64/time.h: Likewise.
6369         * include/grub/i386/pc/time.h (KERNEL_TIME_HEADER): Rename all
6370         instances to ...
6371         (KERNEL_MACHINE_TIME_HEADER): ... this.
6372         * include/grub/powerpc/ieee1275/time.h (KERNEL_TIME_HEADER): Rename all
6373         instances to ...
6374         (KERNEL_MACHINE_TIME_HEADER): ... this.
6375         * include/grub/sparc64/ieee1275/time.h (KERNEL_TIME_HEADER): Rename all
6376         instances to ...
6377         (KERNEL_MACHINE_TIME_HEADER): ... this.
6379         * kern/i386/efi/init.c: Include `<grub/time.h>'.
6380         (grub_millisleep): New function.
6381         * kern/i386/pc/init.c: Include `<grub/time.h>'.
6382         (grub_millisleep): New function.
6383         * kern/powerpc/ieee1275/init.c: Include `<grub/time.h>'.
6384         Remove `grub/machine/time.h' include.
6385         (grub_millisleep): New function.
6386         * kern/sparc64/ieee1275/init.c: Include `<grub/time.h>'.
6387         Remove `grub/machine/time.h' include.
6388         (grub_millisleep): New function.
6390         * include/grub/misc.h (grub_div_roundup): New function.
6392         * kern/misc.c: Include `<grub/time.h>'.
6393         (grub_millisleep_generic): New function.
6395         * conf/i386-efi.rmk (kernel_mod_HEADERS): Remove `i386/efi/time.h'.
6396         Add `time.h'.
6397         * conf/i386-pc.rmk (kernel_img_HEADERS): Remove `machine/time.h'.
6398         Add `time.h'.
6399         * conf/powerpc-ieee1275.rmk (kernel_elf_HEADERS): Remove
6400         `machine/time.h'.  Add `time.h'.
6401         * conf/sparc64-ieee1275.rmk (kernel_elf_HEADERS): Likewise.
6403 2007-10-21  Robert Millan  <rmh@aybabtu.com>
6405         * include/grub/misc.h (grub_max): New function.
6407 2007-10-21  Robert Millan  <rmh@aybabtu.com>
6409         * util/misc.c (grub_util_info): Call fflush() before returning.
6411 2007-10-20  Robert Millan  <rmh@aybabtu.com>
6413         * genmk.rb (Image): Copy `extra_flags' from here ...
6414         (PModule): ... to here.  Use it in `#{obj}: #{src}' rule.
6416         * commands/i386/cpuid.c (grub_cmd_cpuid): Add __attribute__ ((unused))
6417         to `argc' and `args' arguments.
6419 2007-10-17  Robert Millan  <rmh@aybabtu.com>
6421         * kern/i386/loader.S: New file.
6423         * kern/i386/pc/startup.S (grub_linux_prot_size): Moved from here ...
6424         * kern/i386/loader.S (grub_linux_prot_size)... to here.
6425         * kern/i386/pc/startup.S (grub_linux_tmp_addr): Moved from here ...
6426         * kern/i386/loader.S (grub_linux_tmp_addr)... to here.
6427         * kern/i386/pc/startup.S (grub_linux_real_addr): Moved from here ...
6428         * kern/i386/loader.S (grub_linux_real_addr)... to here.
6429         * kern/i386/pc/startup.S (grub_linux_boot_zimage): Moved from here ...
6430         * kern/i386/loader.S (grub_linux_boot_zimage)... to here.
6431         * kern/i386/pc/startup.S (grub_linux_boot_bzimage): Moved from here ...
6432         * kern/i386/loader.S (grub_linux_boot_bzimage)... to here.
6433         * kern/i386/pc/startup.S (grub_multiboot_real_boot): Moved from here ...
6434         * kern/i386/loader.S (grub_multiboot_real_boot)... to here.
6435         * kern/i386/pc/startup.S (grub_multiboot2_real_boot): Moved from here ...
6436         * kern/i386/loader.S (grub_multiboot2_real_boot)... to here.
6438         * kern/i386/realmode.S: New file.
6440         * kern/i386/pc/startup.S (protstack): Moved from here ...
6441         * kern/i386/realmode.S (protstack)... to here.
6442         * kern/i386/pc/startup.S (gdt): Moved from here ...
6443         * kern/i386/realmode.S (gdt)... to here.
6444         * kern/i386/pc/startup.S (prot_to_real): Moved from here ...
6445         * kern/i386/realmode.S (prot_to_real)... to here.
6447         * kern/i386/pc/startup.S: Include `kern/i386/loader.S' and
6448         `kern/i386/realmode.S'.
6450 2007-10-17  Robert Millan  <rmh@aybabtu.com>
6452         * include/grub/i386/loader.h: New file.
6454         * include/grub/i386/pc/loader.h (grub_linux_prot_size)
6455         (grub_linux_tmp_addr, grub_linux_real_addr, grub_os_area_addr)
6456         (grub_os_area_size, grub_linux_boot_zimage, grub_linux_boot_bzimage)
6457         (grub_multiboot_real_boot, grub_multiboot2_real_boot)
6458         (grub_rescue_cmd_linux, grub_rescue_cmd_initrd): Moved from here ...
6459         * include/grub/i386/loader.h (grub_linux_prot_size)
6460         (grub_linux_tmp_addr, grub_linux_real_addr, grub_os_area_addr)
6461         (grub_os_area_size, grub_linux_boot_zimage, grub_linux_boot_bzimage)
6462         (grub_multiboot_real_boot, grub_multiboot2_real_boot)
6463         (grub_rescue_cmd_linux, grub_rescue_cmd_initrd): ... to here.
6465         * include/grub/i386/pc/loader.h: Include `grub/cpu/loader.h'.
6467 2007-10-15  Robert Millan  <rmh@aybabtu.com>
6469         * normal/misc.c (grub_normal_print_device_info): Do not probe for
6470         filesystem when dev->disk is unset.
6471         Do probe for filesystem even when dev->disk->has_partitions is set.
6472         In case a filesystem is found, always report it.
6473         In case it isn't, if dev->disk->has_partitions is set, report that
6474         a partition table was found instead of reporting that no filesystem
6475         could be identified.
6477 2007-10-12  Robert Millan  <rmh@aybabtu.com>
6479         * conf/powerpc-ieee1275.rmk (grub_mkimage_SOURCES): Replace reference
6480         to util/powerpc/ieee1275/grub-mkimage.c with util/elf/grub-mkimage.c.
6482         * include/grub/types.h (grub_host_to_target16): New macro.
6483         (grub_host_to_target32): Likewise.
6484         (grub_host_to_target64): Likewise.
6485         (grub_target_to_host16): Likewise.
6486         (grub_target_to_host32): Likewise.
6487         (grub_target_to_host64): Likewise.
6489         * include/grub/powerpc/ieee1275/kernel.h (GRUB_IEEE1275_MOD_ALIGN):
6490         Renamed from to ...
6491         (GRUB_MOD_ALIGN): ...this.  Update all users.
6493         * util/elf/grub-mkimage.c (load_note): Replace grub_cpu_to_be32 with
6494         grub_host_to_target32.
6495         Replace grub_be_to_cpu32 with grub_target_to_host32.
6496         (load_modules): Likewise.
6497         (add_segments): Replace grub_be_to_cpu16 with grub_target_to_host16.
6498         Replace grub_be_to_cpu32 with grub_target_to_host32.
6499         Replace grub_cpu_to_be16 with grub_host_to_target16.
6500         Replace grub_cpu_to_be32 grub_host_to_target32.
6502 2007-10-12  Robert Millan  <rmh@aybabtu.com>
6504         * util/powerpc/ieee1275/grub-mkimage.c: Moved to ...
6505         * util/elf/grub-mkimage.c: ... here.
6507         * DISTLIST: Add `util/elf/grub-mkimage.c'.  Remove
6508         `util/powerpc/ieee1275/grub-mkimage.c'.
6510 2007-10-07  Robert Millan  <rmh@aybabtu.com>
6512         * kern/powerpc/ieee1275/init.c: Rename HEAP_LIMIT to HEAP_MAX_ADDR,
6513         and make it easier to figure out.
6514         Add HEAP_MIN_SIZE and HEAP_MAX_ADDR definitions.
6515         (grub_claim_heap): Use HEAP_MAX_ADDR rather than taking a parameter.
6516         Do not avoid claiming a region above HEAP_MAX_ADDR if that would
6517         leave us with less than HEAP_MIN_SIZE total heap.
6518         Avoid our total amount of heap to surpass HEAP_MAX_SIZE.
6520 2007-10-03  Robert Millan  <rmh@aybabtu.com>
6522         * include/grub/i386/io.h: New file.
6523         * commands/i386/pc/play.c (inb): Removed.
6524         (outb): Removed.
6525         Include grub/cpu/io.h.  Replace inb() with grub_inb() and outb()
6526         with grub_outb().
6527         * term/i386/pc/serial.c  (inb): Removed.
6528         (outb): Removed.
6529         Include grub/cpu/io.h.  Replace inb() with grub_inb() and outb()
6530         with grub_outb().
6531         * term/i386/pc/vga.c  (inb): Removed.
6532         (outb): Removed.
6533         Include grub/cpu/io.h.  Replace inb() with grub_inb() and outb()
6534         with grub_outb().
6536 2007-10-02  Robert Millan  <rmh@aybabtu.com>
6538         * conf/i386-efi.rmk (grub_emu_SOURCES): Add util/hostfs.c.
6539         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
6540         Reported by Marcin Kurek.
6542 2007-09-07  Robert Millan  <rmh@aybabtu.com>
6544         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_test_flag): Detect
6545         SmartFirmware version updates (as released by Sven Luther), and avoid
6546         setting GRUB_IEEE1275_FLAG_NO_PARTITION_0 or
6547         GRUB_IEEE1275_FLAG_0_BASED_PARTITIONS unless the running version is
6548         known broken.
6550 2007-09-03  Yoshinori K. Okuji  <okuji@enbug.org>
6552         From Hitoshi Ozeki:
6553         * kern/i386/pc/init.c (compact_mem_regions): Decrease NUM_REGIONS
6554         when merging two regions.
6556 2007-09-03  Yoshinori K. Okuji  <okuji@enbug.org>
6558         * kern/rescue.c (grub_enter_rescue_mode): Free ARGS.
6559         * normal/completion.c (grub_normal_do_completion): Likewise.
6560         Reported by Hitoshi Ozeki.
6562 2007-09-03  Yoshinori K. Okuji  <okuji@enbug.org>
6564         Do not use devices at boot in chainloading.
6566         * loader/i386/pc/chainloader.c (boot_drive): New variable.
6567         (boot_part_addr): Likewise.
6568         (grub_chainloader_boot): Simply call grub_chainloader_real_boot
6569         with BOOT_DRIVE and BOOT_PART_ADDR.
6570         (grub_chainloader_cmd): Set BOOT_DRIVE and BOOT_PART_ADDR.
6571         Reported by Hitoshi Ozeki <h-ozeki@ck2.so-net.ne.jp>.
6573 2007-08-29  Robert Millan  <rmh@aybabtu.com>
6575         Patch from Simon Peter <dn.tlp@gmx.net>:
6576         * genmk.rb (Utility): Append $(#{src}_DEPENDENCIES) to #{obj} targets.
6577         * conf/i386-pc.rmk: Replace grub-probe_DEPENDENCIES with
6578         util/grub-probe.c_DEPENDENCIES.  Replace grub-setup_DEPENDENCIES with
6579         util/i386/pc/grub-setup.c_DEPENDENCIES.
6580         * conf/i386-efi.rmk: Replace grub-probe_DEPENDENCIES with
6581         util/grub-probe.c_DEPENDENCIES.
6582         * conf/powerpc-ieee1275.rmk: Likewise.
6584 2007-08-28  Robert Millan  <rmh@aybabtu.com>
6586         * util/i386/get_disk_name.c: New.  Implement grub_util_get_disk_name()
6587         to tell grub-mkdevicemap how to name devices.
6588         * util/ieee1275/get_disk_name.c: Likewise (using "ofpathname -a"
6589         feature).
6591         * conf/i386-efi.rmk (grub_mkdevicemap_SOURCES): Add
6592         util/i386/get_disk_name.c.
6593         * conf/i386-pc.rmk (grub_mkdevicemap_SOURCES): Likewise.
6594         * conf/powerpc-ieee1275.rmk (grub_mkdevicemap_SOURCES): Add
6595         util/ieee1275/get_disk_name.c.
6597         * include/grub/util/misc.h: grub_util_get_disk_name() declaration.
6599         * DISTLIST: Add util/i386/get_disk_name.c and
6600         util/ieee1275/get_disk_name.c.
6602         * util/grub-mkdevicemap.c: Replace device naming logic with
6603         grub_util_get_disk_name() calls.
6605 2007-08-20  Robert Millan  <rmh@aybabtu.com>
6607         * normal/menu.c (run_menu): Refer to seconds as "s" not "seconds"
6608         (so that it works for both plural and singular quantities).
6610 2007-08-05  Robert Millan  <rmh@aybabtu.com>
6612         * util/grub.d/10_linux.in (test_gt): Strip out vmlinu[xz]- prefix
6613         so that [xz] isn't taken into account when determining order.
6615 2007-08-02  Marco Gerards  <marco@gnu.org>
6617         * DISTLIST: Add `disk/host.c', `fs/ntfs.c', `include/multiboot.h',
6618         `include/multiboot2.h', `include/grub/elfload.h',
6619         `include/multiboot.h', `include/grub/multiboot.h',
6620         `include/grub/multiboot_loader.h', `include/grub/multiboot2.h',
6621         `include/grub/i386/pc/biosdisk.h', `include/grub/util/biosdisk.h',
6622         `kern/elf.c', `loader/multiboot_loader.c',
6623         `loader/multiboot_loader_normal.c', `loader/multiboot2.c',
6624         `loader/i386/pc/multiboot2.c',
6625         `loader/powerpc/ieee1275/multiboot2.c', `util/hostfs.c' and
6626         `util/i386/pc/grub-mkrescue.in'.  Remove
6627         `include/grub/biosdisk.h', `include/grub/i386/pc/multiboot.h',
6628         `include/grub/i386/pc/util/biosdisk.h' and
6629         `include/grub/powerpc/ieee1275/multiboot.h'.
6631 2007-08-02  Bean  <bean123ch@gmail.com>
6633         * conf/common.rmk (pkgdata_MODULES): Add ntfs.mod.
6634         (ntfs_mod_SOURCES): New variable.
6635         (ntfs_mod_CFLAGS): Likewise.
6636         (ntfs_mod_LDFLAGS): Likewise.
6638         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/ntfs.c.
6639         (grub_probe_SOURCES): Likewise.
6640         (grub_emu_SOURCES): Likewise.
6642         * conf/i386-efi.rmk (grub_probe_SOURCES): Add fs/ntfs.c.
6643         (grub_emu_SOURCES): Likewise.
6645         * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Add fs/ntfs.c.
6646         (grub_emu_SOURCES): Likewise.
6648         * conf/misc.c (grub_utf16_to_utf8): Fix unicode conversion bug.
6650         * fs/ntfs.c: New file.
6652 2007-08-02  Bean  <bean123ch@gmail.com>
6654         * disk.h (grub_disk): Use NESTED_FUNC_ATTR.
6656         * file.h (grub_file): Likewise.
6658         * fshelp.h (grub_fshelp_read_file): Likewise.
6660         * util/i386/pc/grub-setup.c (setup): Likewise.
6661         (save_first_sector): Likewise.
6662         (save_blocklists): Likewise.
6664         * fs/affs.c (grub_affs_read_file): Likewise.
6666         * fs/ext2.c (grub_ext2_read_file): Likewise.
6668         * fs/fat.c (grub_fat_read_data): Likewise.
6670         * fs/fshelp.c (grub_fshelp_read_file): Likewise.
6672         * fs/hfs.c (grub_hfs_read_file): Likewise.
6674         * fs/hfsplus.c (grub_hfsplus_read_file): Likewise.
6676         * fs/jfs.c (grub_jfs_read_file): Likewise.
6678         * fs/minix.c (grub_minix_read_file): Likewise.
6680         * fs/sfs.c (grub_sfs_read_file): Likewise.
6682         * fs/ufs.c (grub_ufs_read_file): Likewise.
6684         * fs/xfs.c (grub_xfs_read_file): Likewise.
6686         * command/blocklist.c (read_blocklist): Likewise.
6687         (print_blocklist): Likewise.
6689 2007-08-02  Marco Gerards  <marco@gnu.org>
6691         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `disk/host.c' and
6692         `util/hostfs.c'.
6694         * disk/host.c: New file.
6696         * util/hostfs.c: Likewise.
6698         * fs/hfsplus.c (grub_hfsplus_mount): When reading out of disk,
6699         return `GRUB_ERR_BAD_FS'.
6700         * fs/sfs.c (grub_sfs_mount): Likewise.
6701         * fs/xfs.c (grub_xfs_mount): Likewise.
6703         * include/grub/disk.h (enum grub_disk_dev_id): Add
6704         `GRUB_DISK_DEVICE_HOST_ID'.
6706         * util/grub-emu.c (main): Initialize and de-initialize hostfs.
6708 2007-07-24  Jerone Young  <jerone@gmail.com>
6710         * conf/i386-pc.rmk: Add Multiboot loader and multiboot 2 to multiboot
6711         modules for compilation.
6712         * conf/powerpc-ieee1275.rmk: Likewise.
6714         * include/multiboot.h: Move multiboot definitions to one file. Rename
6715         many definitions to not get grub specific.
6716         * include/multiboot2.h: Create header with multiboot 2 definitions.
6717         * include/grub/multiboot.h: Header for grub specific function
6718         prototypes and definitions.
6719         * include/grub/multiboot2.h: Likewise.
6720         * include/grub/multiboot_loader.h: Likewise.
6721         * include/grub/i386/pc/multiboot.h: Removed.
6722         * include/grub/powerpc/ieee1275/multiboot.h: Removed.
6724         * loader/multiboot_loader.c: Created to act as a proxy for multiboot 1
6725         and 2 to allow for one multiboot and module commands.
6726         * loader/multiboot2.c: Add multiboot2 functionality.
6727         * loader/i386/pc/multiboot.c: Modify for new multiboot header location
6728         and definition names.
6729         * loader/i386/pc/multiboot2.c: Created to add i386 specific multiboot
6730         2 functions.
6731         * loader/powerpc/ieee1275/multiboot2.c: Created to add powerpc
6732         ieee1275 specific multiboot2 code.
6734         * kern/i386/pc/startup.S: Change headers and definition names for
6735         multiboot. Add function grub_multiboot2_real_boot for multiboot 2.
6737 2007-07-22  Robert Millan  <rmh@aybabtu.com>
6739         * geninitheader.sh: Process file specified in first parameter rather
6740         than hardcoding grub_modules_init.lst.
6741         * geninit.sh: Likewise.  Also, construct header name dynamically rather
6742         than hardcoding grub_modules_init.h.
6744         * conf/common.rmk: Rename grub_modules_init.[ch] files associated with
6745         grub-emu to grub_emu_init.[ch].  Add rules to build analogous
6746         grub_probe_init.[ch] and grub_setup_init.[ch].
6748         * conf/powerpc-ieee1275.rmk (grub_emu_DEPENDENCIES): Replace
6749         grub_modules_init.h with grub_emu_init.h.
6750         (grub_probe_DEPENDENCIES, grub_probe_SOURCES): Add new
6751         grub_probe_init.[ch] files.
6752         * conf/i386-efi.rmk: Likewise.
6753         * conf/i386-pc.rmk: Likewise.
6754         (grub_setup_DEPENDENCIES, grub_setup_SOURCES): Add new
6755         grub_setup_init.[ch] files.
6757         * util/grub-emu.c: Replace grub_modules_init.h with grub_emu_init.h.
6758         * util/grub-probe.c: Include grub_probe_init.h.  Use grub_init_all()
6759         to initialize modules rather than a list of hardcoded functions.
6760         * util/i386/pc/grub-setup.c: Include grub_setup_init.h.  Use
6761         grub_init_all() to initialize modules rather than a list of hardcoded
6762         functions.
6764 2007-07-22  Robert Millan  <rmh@aybabtu.com>
6766         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options): Set
6767         GRUB_IEEE1275_FLAG_NO_PARTITION_0 flag when running on SmartFirmware.
6769 2007-07-22  Robert Millan  <rmh@aybabtu.com>
6771         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_flag): Add
6772         GRUB_IEEE1275_FLAG_BROKEN_OUTPUT flag.
6773         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options): Set this
6774         flag when running on SmartFirmware.
6775         * term/ieee1275/ofconsole.c (grub_ofconsole_init): Avoid running
6776         "output-device output" command when GRUB_IEEE1275_FLAG_BROKEN_OUTPUT
6777         was set.
6779         * kern/powerpc/ieee1275/openfw.c (grub_ieee1275_encode_devname):
6780         Increase partno when GRUB_IEEE1275_FLAG_0_BASED_PARTITIONS flag is set,
6781         rather than decreasing it.
6783         * util/i386/pc/grub-setup.c (setup): When embedding is required, but
6784         there's not enough space to do it, fail in the same way as when it
6785         can't be done because there are no partitions.
6787         * util/powerpc/ieee1275/grub-install.in: Improve error message shown
6788         when nvsetenv failed.
6790 2007-07-22  Yoshinori K. Okuji  <okuji@enbug.org>
6792         * conf/i386-pc.rmk (CLEANFILES): Removed for grub-mkrescue,
6793         because this rule is automatically generated.
6794         (grub-mkrescue): Removed for the same reason as above.
6796 2007-07-22  Yoshinori K. Okuji  <okuji@enbug.org>
6798         Migrate to GNU General Public License Version 3.
6800         * COPYING: Replaced with the plain text version of GPLv3.
6802         * config.guess: Updated from gnulib.
6803         * config.sub: Likewise.
6805         * geninit.sh: Output a GPLv3 copyright notice.
6806         * geninitheader.sh: Likewise.
6807         * genmodsrc.sh: Likewise.
6808         * gensymlist.sh.in: Likewise.
6810         * boot/i386/pc/boot.S: Upgraded to GPLv3.
6811         * boot/i386/pc/diskboot.S: Likewise.
6812         * boot/i386/pc/pxeboot.S: Likewise.
6813         * commands/blocklist.c: Likewise.
6814         * commands/boot.c: Likewise.
6815         * commands/cat.c: Likewise.
6816         * commands/cmp.c: Likewise.
6817         * commands/configfile.c: Likewise.
6818         * commands/echo.c: Likewise.
6819         * commands/help.c: Likewise.
6820         * commands/ls.c: Likewise.
6821         * commands/search.c: Likewise.
6822         * commands/terminal.c: Likewise.
6823         * commands/test.c: Likewise.
6824         * commands/videotest.c: Likewise.
6825         * commands/i386/cpuid.c: Likewise.
6826         * commands/i386/pc/halt.c: Likewise.
6827         * commands/i386/pc/play.c: Likewise.
6828         * commands/i386/pc/reboot.c: Likewise.
6829         * commands/i386/pc/vbeinfo.c: Likewise.
6830         * commands/i386/pc/vbetest.c: Likewise.
6831         * commands/ieee1275/halt.c: Likewise.
6832         * commands/ieee1275/reboot.c: Likewise.
6833         * commands/ieee1275/suspend.c: Likewise.
6834         * disk/loopback.c: Likewise.
6835         * disk/lvm.c: Likewise.
6836         * disk/raid.c: Likewise.
6837         * disk/efi/efidisk.c: Likewise.
6838         * disk/i386/pc/biosdisk.c: Likewise.
6839         * disk/ieee1275/ofdisk.c: Likewise.
6840         * font/manager.c: Likewise.
6841         * fs/affs.c: Likewise.
6842         * fs/ext2.c: Likewise.
6843         * fs/fat.c: Likewise.
6844         * fs/fshelp.c: Likewise.
6845         * fs/hfs.c: Likewise.
6846         * fs/hfsplus.c: Likewise.
6847         * fs/iso9660.c: Likewise.
6848         * fs/jfs.c: Likewise.
6849         * fs/minix.c: Likewise.
6850         * fs/sfs.c: Likewise.
6851         * fs/ufs.c: Likewise.
6852         * fs/xfs.c: Likewise.
6853         * hello/hello.c: Likewise.
6854         * include/grub/acorn_filecore.h: Likewise.
6855         * include/grub/arg.h: Likewise.
6856         * include/grub/bitmap.h: Likewise.
6857         * include/grub/boot.h: Likewise.
6858         * include/grub/cache.h: Likewise.
6859         * include/grub/device.h: Likewise.
6860         * include/grub/disk.h: Likewise.
6861         * include/grub/dl.h: Likewise.
6862         * include/grub/elfload.h: Likewise.
6863         * include/grub/env.h: Likewise.
6864         * include/grub/err.h: Likewise.
6865         * include/grub/file.h: Likewise.
6866         * include/grub/font.h: Likewise.
6867         * include/grub/fs.h: Likewise.
6868         * include/grub/fshelp.h: Likewise.
6869         * include/grub/gzio.h: Likewise.
6870         * include/grub/hfs.h: Likewise.
6871         * include/grub/kernel.h: Likewise.
6872         * include/grub/loader.h: Likewise.
6873         * include/grub/lvm.h: Likewise.
6874         * include/grub/misc.h: Likewise.
6875         * include/grub/mm.h: Likewise.
6876         * include/grub/net.h: Likewise.
6877         * include/grub/normal.h: Likewise.
6878         * include/grub/parser.h: Likewise.
6879         * include/grub/partition.h: Likewise.
6880         * include/grub/pc_partition.h: Likewise.
6881         * include/grub/raid.h: Likewise.
6882         * include/grub/rescue.h: Likewise.
6883         * include/grub/script.h: Likewise.
6884         * include/grub/setjmp.h: Likewise.
6885         * include/grub/symbol.h: Likewise.
6886         * include/grub/term.h: Likewise.
6887         * include/grub/terminfo.h: Likewise.
6888         * include/grub/tparm.h: Likewise.
6889         * include/grub/types.h: Likewise.
6890         * include/grub/video.h: Likewise.
6891         * include/grub/efi/api.h: Likewise.
6892         * include/grub/efi/chainloader.h: Likewise.
6893         * include/grub/efi/console.h: Likewise.
6894         * include/grub/efi/console_control.h: Likewise.
6895         * include/grub/efi/disk.h: Likewise.
6896         * include/grub/efi/efi.h: Likewise.
6897         * include/grub/efi/pe32.h: Likewise.
6898         * include/grub/efi/time.h: Likewise.
6899         * include/grub/i386/linux.h: Likewise.
6900         * include/grub/i386/setjmp.h: Likewise.
6901         * include/grub/i386/types.h: Likewise.
6902         * include/grub/i386/efi/kernel.h: Likewise.
6903         * include/grub/i386/efi/loader.h: Likewise.
6904         * include/grub/i386/efi/time.h: Likewise.
6905         * include/grub/i386/pc/biosdisk.h: Likewise.
6906         * include/grub/i386/pc/boot.h: Likewise.
6907         * include/grub/i386/pc/chainloader.h: Likewise.
6908         * include/grub/i386/pc/console.h: Likewise.
6909         * include/grub/i386/pc/init.h: Likewise.
6910         * include/grub/i386/pc/kernel.h: Likewise.
6911         * include/grub/i386/pc/loader.h: Likewise.
6912         * include/grub/i386/pc/memory.h: Likewise.
6913         * include/grub/i386/pc/multiboot.h: Likewise.
6914         * include/grub/i386/pc/serial.h: Likewise.
6915         * include/grub/i386/pc/time.h: Likewise.
6916         * include/grub/i386/pc/vbe.h: Likewise.
6917         * include/grub/i386/pc/vbeblit.h: Likewise.
6918         * include/grub/i386/pc/vbefill.h: Likewise.
6919         * include/grub/i386/pc/vbeutil.h: Likewise.
6920         * include/grub/i386/pc/vga.h: Likewise.
6921         * include/grub/ieee1275/ieee1275.h: Likewise.
6922         * include/grub/ieee1275/ofdisk.h: Likewise.
6923         * include/grub/powerpc/libgcc.h: Likewise.
6924         * include/grub/powerpc/setjmp.h: Likewise.
6925         * include/grub/powerpc/types.h: Likewise.
6926         * include/grub/powerpc/ieee1275/biosdisk.h: Likewise.
6927         * include/grub/powerpc/ieee1275/console.h: Likewise.
6928         * include/grub/powerpc/ieee1275/ieee1275.h: Likewise.
6929         * include/grub/powerpc/ieee1275/kernel.h: Likewise.
6930         * include/grub/powerpc/ieee1275/loader.h: Likewise.
6931         * include/grub/powerpc/ieee1275/multiboot.h: Likewise.
6932         * include/grub/powerpc/ieee1275/time.h: Likewise.
6933         * include/grub/powerpc/ieee1275/util/biosdisk.h: Likewise.
6934         * include/grub/sparc64/libgcc.h: Likewise.
6935         * include/grub/sparc64/setjmp.h: Likewise.
6936         * include/grub/sparc64/types.h: Likewise.
6937         * include/grub/sparc64/ieee1275/console.h: Likewise.
6938         * include/grub/sparc64/ieee1275/ieee1275.h: Likewise.
6939         * include/grub/sparc64/ieee1275/kernel.h: Likewise.
6940         * include/grub/sparc64/ieee1275/time.h: Likewise.
6941         * include/grub/util/biosdisk.h: Likewise.
6942         * include/grub/util/getroot.h: Likewise.
6943         * include/grub/util/lvm.h: Likewise.
6944         * include/grub/util/misc.h: Likewise.
6945         * include/grub/util/raid.h: Likewise.
6946         * include/grub/util/resolve.h: Likewise.
6947         * io/gzio.c: Likewise.
6948         * kern/device.c: Likewise.
6949         * kern/disk.c: Likewise.
6950         * kern/dl.c: Likewise.
6951         * kern/elf.c: Likewise.
6952         * kern/env.c: Likewise.
6953         * kern/err.c: Likewise.
6954         * kern/file.c: Likewise.
6955         * kern/fs.c: Likewise.
6956         * kern/loader.c: Likewise.
6957         * kern/main.c: Likewise.
6958         * kern/misc.c: Likewise.
6959         * kern/mm.c: Likewise.
6960         * kern/parser.c: Likewise.
6961         * kern/partition.c: Likewise.
6962         * kern/rescue.c: Likewise.
6963         * kern/term.c: Likewise.
6964         * kern/efi/efi.c: Likewise.
6965         * kern/efi/init.c: Likewise.
6966         * kern/efi/mm.c: Likewise.
6967         * kern/i386/dl.c: Likewise.
6968         * kern/i386/efi/init.c: Likewise.
6969         * kern/i386/efi/startup.S: Likewise.
6970         * kern/i386/pc/init.c: Likewise.
6971         * kern/i386/pc/lzo1x.S: Likewise.
6972         * kern/i386/pc/startup.S: Likewise.
6973         * kern/ieee1275/ieee1275.c: Likewise.
6974         * kern/powerpc/cache.S: Likewise.
6975         * kern/powerpc/dl.c: Likewise.
6976         * kern/powerpc/ieee1275/cmain.c: Likewise.
6977         * kern/powerpc/ieee1275/crt0.S: Likewise.
6978         * kern/powerpc/ieee1275/init.c: Likewise.
6979         * kern/powerpc/ieee1275/openfw.c: Likewise.
6980         * kern/sparc64/cache.S: Likewise.
6981         * kern/sparc64/dl.c: Likewise.
6982         * kern/sparc64/ieee1275/init.c: Likewise.
6983         * kern/sparc64/ieee1275/openfw.c: Likewise.
6984         * loader/efi/chainloader.c: Likewise.
6985         * loader/efi/chainloader_normal.c: Likewise.
6986         * loader/i386/efi/linux.c: Likewise.
6987         * loader/i386/efi/linux_normal.c: Likewise.
6988         * loader/i386/pc/chainloader.c: Likewise.
6989         * loader/i386/pc/chainloader_normal.c: Likewise.
6990         * loader/i386/pc/linux.c: Likewise.
6991         * loader/i386/pc/linux_normal.c: Likewise.
6992         * loader/i386/pc/multiboot.c: Likewise.
6993         * loader/i386/pc/multiboot_normal.c: Likewise.
6994         * loader/powerpc/ieee1275/linux.c: Likewise.
6995         * loader/powerpc/ieee1275/linux_normal.c: Likewise.
6996         * normal/arg.c: Likewise.
6997         * normal/cmdline.c: Likewise.
6998         * normal/command.c: Likewise.
6999         * normal/completion.c: Likewise.
7000         * normal/execute.c: Likewise.
7001         * normal/function.c: Likewise.
7002         * normal/lexer.c: Likewise.
7003         * normal/main.c: Likewise.
7004         * normal/menu.c: Likewise.
7005         * normal/menu_entry.c: Likewise.
7006         * normal/misc.c: Likewise.
7007         * normal/parser.y: Likewise.
7008         * normal/script.c: Likewise.
7009         * normal/i386/setjmp.S: Likewise.
7010         * normal/powerpc/setjmp.S: Likewise.
7011         * normal/sparc64/setjmp.S: Likewise.
7012         * partmap/acorn.c: Likewise.
7013         * partmap/amiga.c: Likewise.
7014         * partmap/apple.c: Likewise.
7015         * partmap/gpt.c: Likewise.
7016         * partmap/pc.c: Likewise.
7017         * partmap/sun.c: Likewise.
7018         * term/gfxterm.c: Likewise.
7019         * term/terminfo.c: Likewise.
7020         * term/efi/console.c: Likewise.
7021         * term/i386/pc/console.c: Likewise.
7022         * term/i386/pc/serial.c: Likewise.
7023         * term/i386/pc/vesafb.c: Likewise.
7024         * term/i386/pc/vga.c: Likewise.
7025         * term/ieee1275/ofconsole.c: Likewise.
7026         * util/biosdisk.c: Likewise.
7027         * util/console.c: Likewise.
7028         * util/genmoddep.c: Likewise.
7029         * util/getroot.c: Likewise.
7030         * util/grub-emu.c: Likewise.
7031         * util/grub-mkdevicemap.c: Likewise.
7032         * util/grub-probe.c: Likewise.
7033         * util/lvm.c: Likewise.
7034         * util/misc.c: Likewise.
7035         * util/raid.c: Likewise.
7036         * util/resolve.c: Likewise.
7037         * util/update-grub.in: Likewise.
7038         * util/update-grub_lib.in: Likewise.
7039         * util/grub.d/00_header.in: Likewise.
7040         * util/grub.d/10_hurd.in: Likewise.
7041         * util/grub.d/10_linux.in: Likewise.
7042         * util/i386/efi/grub-install.in: Likewise.
7043         * util/i386/efi/grub-mkimage.c: Likewise.
7044         * util/i386/pc/grub-install.in: Likewise.
7045         * util/i386/pc/grub-mkimage.c: Likewise.
7046         * util/i386/pc/grub-mkrescue.in: Likewise.
7047         * util/i386/pc/grub-setup.c: Likewise.
7048         * util/i386/pc/misc.c: Likewise.
7049         * util/powerpc/ieee1275/grub-install.in: Likewise.
7050         * util/powerpc/ieee1275/grub-mkimage.c: Likewise.
7051         * util/powerpc/ieee1275/misc.c: Likewise.
7052         * video/bitmap.c: Likewise.
7053         * video/video.c: Likewise.
7054         * video/i386/pc/vbe.c: Likewise.
7055         * video/i386/pc/vbeblit.c: Likewise.
7056         * video/i386/pc/vbefill.c: Likewise.
7057         * video/i386/pc/vbeutil.c: Likewise.
7058         * video/readers/tga.c: Likewise.
7060 2007-07-02  Robert Millan  <rmh@aybabtu.com>
7062         * conf/i386-efi.rmk: Replace obsolete reference to
7063         util/i386/pc/biosdisk.c with util/biosdisk.c, and util/i386/pc/getroot.c
7064         with util/getroot.c.
7065         * conf/powerpc-ieee1275.rmk: Likewise.
7066         * conf/sparc64-ieee1275.rmk: Likewise.
7068         * util/grub-emu.c (main): Fix unchecked pointer handling.
7070 2007-07-02  Robert Millan  <rmh@aybabtu.com>
7072         * util/i386/efi/grub-install.in: Allow `grub_probe --target=partmap'
7073         invocation to fail, in order to support partition-less media.
7075         * util/i386/pc/grub-install.in: Likewise.
7077         * util/powerpc/ieee1275/grub-install.in: Use grub-probe to determine
7078         which fs or partmap modules are needed (akin to its sister scripts).
7080         Also use grub-probe to get rid of unportable /proc/mounts check.
7082         Print the same informational message that the other scripts do, before
7083         exiting.
7085 2007-06-23  Robert Millan  <rmh@aybabtu.com>
7087         * util/update-grub_lib.in (font_path): New function.  Determine whether
7088         a font file can be found and, if so, echo the GRUB path to it.
7090         * util/update-grub.in: Handle multiple terminals depending on user
7091         input, platform availability and font file presence.  Propagate
7092         variables of our findings to /etc/grub.d/ children.
7094         * util/grub.d/00_header.in: Handle multiple terminals, based on
7095         environment setup by update-grub.
7097 2007-06-23  Robert Millan  <rmh@aybabtu.com>
7099         * conf/i386-pc.rmk (pkgdata_MODULES): Add serial.mod.
7101 2007-06-21  Robert Millan  <rmh@aybabtu.com>
7103         * include/grub/i386/pc/kernel.h: Define GRUB_KERNEL_MACHINE_DATA_END to
7104         indicate end of data section in kernel image.
7105         * include/grub/i386/efi/kernel.h: Define GRUB_KERNEL_MACHINE_PREFIX and
7106         GRUB_KERNEL_MACHINE_DATA_END.
7108         * kern/i386/pc/startup.S: Do not initialize grub_prefix, only reserve
7109         space for it.
7110         * kern/i386/efi/startup.S: Likewise.
7112         * util/i386/pc/grub-mkimage.c: Initialize grub_prefix to /boot/grub
7113         during image generation.  Implement --prefix option to override this
7114         patch.
7115         * util/i386/efi/grub-mkimage.c: Likewise.
7117         * util/update-grub_lib.in (convert_system_path_to_grub_path): Split
7118         code to make path relative to its root into a separate function.
7120         * util/i386/pc/grub-install.in: Use newly provided
7121         make_system_path_relative_to_its_root() to convert ${grubdir}, then
7122         pass the result to grub-install --prefix.
7124 2007-06-13  Robert Millan  <rmh@aybabtu.com>
7126         * include/grub/util/misc.h: Define DEFAULT_DIRECTORY and
7127         DEFAULT_DEVICE_MAP.
7128         * util/grub-emu.c: Use above definitions from misc.h instead of
7129         defining them.
7130         * util/grub-mkdevicemap.c: Likewise.
7131         * util/i386/pc/grub-setup.c: Likewise.
7132         * util/grub-probe.c: Likewise.
7133         (probe): Abort with grub_util_error() when either
7134         grub_guess_root_device or grub_util_get_grub_dev fails.
7136 2007-06-12  Robert Millan  <rmh@aybabtu.com>
7138         * normal/command.c (grub_command_execute): Use NULL rather than 0 for
7139         "pager" assignment.
7140         * util/biosdisk.c (grub_util_biosdisk_get_grub_dev): Likewise for
7141         "pcdata".
7142         * util/grub-probe.c (probe): Likewise for "drive_name".
7144 2007-06-11  Robert Millan  <rmh@aybabtu.com>
7146         * util/i386/pc/grub-mkrescue.in: Pad both floppy images with zeroes,
7147         not just the cdrom one.
7149 2007-06-11  Robert Millan  <rmh@aybabtu.com>
7151         * util/i386/pc/grub-mkrescue.in: Add "set -e".
7152         Add --pkglibdir=DIR option to override pkglibdir.
7153         Mention --image-type=TYPE in help output.
7154         Fix --grub-mkimage (it was a no-op).
7155         Abort gracefully when no parameter is given.
7157 2007-06-11  Robert Millan  <rmh@aybabtu.com>
7159         * util/i386/pc/grub-mkrescue.in: New file.
7160         * conf/i386-pc.rmk: Add its build declarations.  Put it in bin_SCRIPTS.
7161         * Makefile.in: Handle bin_SCRIPTS.
7163 2007-06-10  Vesa Jaaskelainen  <chaac@nic.fi>
7165         * term/gfxterm.c (grub_gfxterm_init): Added support for specifying
7166         list of video modes.
7168 2007-06-06  Robert Millan  <rmh@aybabtu.com>
7170         * util/update-grub_lib.in (convert_system_path_to_grub_path): Abort if
7171         file doesn't exist, or if it is in a filesystem grub can't read.
7173         * util/update-grub.in: Set fallback for GRUB_FS check to "unknown".  Do
7174         not abort if GRUB_DRIVE could not be defined.  Rearrange generated
7175         header comment to fit in 80 columns when the variables are resolved.
7177         * util/grub.d/00_header.in: Only set root variable when GRUB_DRIVE
7178         could be identified by update-grub.  Remove redundant check for
7179         unifont.pff existence (since convert_system_path_to_grub_path now
7180         handles that).
7182 2007-06-04  Robert Millan  <rmh@aybabtu.com>
7184         * conf/i386-efi.rmk (grub_probe_SOURCES): Add partmap/apple.c.
7186         * conf/i386-pc.rmk (grub_probe_SOURCES): Likewise.
7188         * conf/powerpc-ieee1275.rmk (grub_probe_SOURCES): Add partmap/pc.c.
7190 2007-06-04  Robert Millan  <rmh@aybabtu.com>
7192         * conf/powerpc-ieee1275.rmk: Enable grub-mkdevicemap and grub-probe.
7194         * include/grub/partition.h: Declare grub_apple_partition_map_init and
7195         grub_apple_partition_map_fini.
7197         * util/biosdisk.c
7198         (grub_util_biosdisk_open): Replace BLKGETSIZE with BLKGETSIZE64 (needed
7199         to access >2 TiB disks).
7201         Print disk->total_sectors with %llu instead of %lu, since this
7202         variable is always 64-bit (prevents wrong disk size from being displayed
7203         on either >2 TiB disk or big-endian CPU).
7205         (grub_util_biosdisk_get_grub_dev): Convert gpt_partition_map handling
7206         into a generic case that supports all (sane) partition maps.
7208         Stop using grub_cpu_to_le32() on dos_part / bsd_part since it actually
7209         breaks big-endian.
7211         * util/grub-probe.c: Call grub_apple_partition_map_init() before probe()
7212         and grub_apple_partition_map_fini() after that.
7214 2007-06-01  Robert Millan  <rmh@aybabtu.com>
7216         * util/update-grub.in: Export GRUB_CMDLINE_LINUX.
7218         * util/grub.d/00_header.in: Only enable gfxterm when
7219         convert_system_path_to_grub_path() succeeds.
7221 2007-05-20  Robert Millan  <rmh@aybabtu.com>
7223         * util/update-grub_lib.in: New file.
7224         * DISTLIST: Add update-grub_lib.in.
7225         * conf/common.rmk: Generate update-grub_lib and install it in
7226         $(lib_DATA).
7227         * Makefile.in: Add install routine for $(lib_DATA).
7229         * util/grub.d/00_header.in: Use convert_system_path_to_grub_path()
7230         function provided by update-grub_lib to support arbitrary paths of
7231         unifont.pff.
7232         * util/update-grub.in: Use convert_system_path_to_grub_path() to
7233         initialize GRUB_DRIVE_BOOT and GRUB_DRIVE_BOOT_GRUB variables.
7235 2007-05-19  Robert Millan  <rmh@aybabtu.com>
7237         * commands/i386/cpuid.c: New module.
7238         * DISTLIST: Add it.
7239         * conf/i386-efi.rmk: Enable cpuid.mod.
7240         * conf/i386-pc.rmk: Likewise.
7242 2007-05-18  Jeroen Dekkers  <jeroen@dekkers.cx>
7244         * kern/disk.c (grub_disk_read): Check return value of
7245         grub_realloc().
7247 2007-05-18  Jeroen Dekkers  <jeroen@dekkers.cx>
7249         * util/getroot.c (grub_util_get_grub_dev): Support partitionable
7250         arrays.
7251         * disk/raid.c (grub_raid_open): Likewise.
7253 2007-05-17  Jeroen Dekkers  <jeroen@dekkers.cx>
7255         * util/biosdisk.c (linux_find_partition): Allocate real_dev on the
7256         stack instead of on the heap.
7258         * kern/disk.c (grub_disk_read): Make sure tmp_buf is big enough
7259         before doing a read on it.
7261         * configure.ac: Only use -fno-stack-protector for the target
7262         environment.
7264 2007-05-17  Jeroen Dekkers  <jeroen@dekkers.cx>
7266         * video/i386/pc/vbe.c (grub_video_vbe_create_render_target): Add
7267         __attribute_ ((unused)) to mode_type argument.
7269         * util/getroot.c (grub_guess_root_device): Fix #endif.
7271         * kern/misc.c (memcmp): Fix prototype.
7273         * include/grub/partition.h [GRUB_UTIL]
7274         (grub_gpt_partition_map_init): Add prototype.
7275         (grub_gpt_partition_map_fini): Likewise.
7277         * fs/jfs.c (struct grub_jfs_inode): Put __attribute__ ((packed)
7278         at the right place.
7280         * fs/fat.c (grub_fat_mount): Replace ~0UL with ~0U.
7281         (grub_fat_read_data): Likewise.
7282         (grub_fat_find_dir): Likewise.
7284         * font/manager.c (find_glyph): Make table a const.
7285         (grub_font_get_glyph): Remove bitmap from if statement.
7287 2007-05-16  Jeroen Dekkers  <jeroen@dekkers.cx>
7289         * util/getroot.c (grub_guess_root_device): Remove RAID and LVM
7290         code, first search for device in /dev/mapper, then in /dev.
7291         (grub_util_get_grub_dev): New function.
7292         * include/grub/util/getroot.h (grub_util_get_grub_dev): Add
7293         prototype.
7294         * util/grub-probe.c (probe): Remove check for RAID, call
7295         grub_util_get_grub_dev() instead of
7296         grub_util_biosdisk_get_grub_dev().
7297         * util/grub-emu.c (main): Call grub_util_get_grub_dev() instead of
7298         grub_util_biosdisk_get_grub_dev().
7299         * util/i386/pc/grub-setup.c (main): Likewise.
7301 2007-05-16  Robert Millan  <rmh@aybabtu.com>
7303         * DISTLIST: Update for the latest changes.
7304         * conf/i386-pc.rmk: Use the new paths for util/getroot.c,
7305         util/grub-mkdevicemap.c, util/grub-probe.c and util/biosdisk.c.
7306         * util/grub-emu.c: Replace grub/i386/pc/util/biosdisk.h with
7307         grub/util/biosdisk.h.
7308         * util/i386/pc/grub-setup.c: Replace grub/machine/util/biosdisk.h with
7309         grub/util/biosdisk.h.
7311 2007-05-16  Robert Millan  <rmh@aybabtu.com>
7313         * util/grub.d/00_header.in: Set default gfxmode to `640x480'.
7315 2007-05-16  Robert Millan  <rmh@aybabtu.com>
7317         * util/i386/efi/grub-install.in: New.
7318         * conf/i386-efi.rmk: Enable grub-mkdevicemap, grub-probe and the
7319         newly added grub-install.
7320         * util/biosdisk.c: Remove unnecessary grub/machine/biosdisk.h
7321         include.
7322         * util/getroot.c: Replace grub/i386/pc/util/biosdisk.h with
7323         grub/util/biosdisk.h.
7324         * util/grub-probe.c: Replace grub/machine/util/biosdisk.h with
7325         grub/util/biosdisk.h.
7327 2007-05-16  Robert Millan  <rmh@aybabtu.com>
7329         * include/grub/i386/pc/util/biosdisk.h: Moved to ...
7330         * include/grub/util/biosdisk.h: ... here.
7331         * util/i386/pc/biosdisk.c: Moved to ...
7332         * util/biosdisk.c: ... here.
7333         * util/i386/pc/getroot.c: Moved to ...
7334         * util/getroot.c: ... here.
7335         * util/i386/pc/grub-mkdevicemap.c: Moved to ...
7336         * util/grub-mkdevicemap.c: ... here.
7337         * util/i386/pc/grub-probe.c: Moved to ...
7338         * util/grub-probe.c: ... here.
7340 2007-05-15  Robert Millan  <rmh@aybabtu.com>
7342         * util/update-grub.in: Remove duplicated line in grub.cfg header
7343         message.
7345 2007-05-13  Robert Millan  <rmh@aybabtu.com>
7347         * util/update-grub.in: Fix a few assumptions about the devices holding
7348         /, /boot and /boot/grub being the same.
7349         * util/grub.d/00_header.in: Likewise.
7350         * util/grub.d/10_hurd.in: Likewise.
7351         * util/grub.d/10_linux.in: Likewise.
7353         * util/grub.d/10_linux.in: Implement Linux image sorting with arbitrary
7354         patterns.  Use that to define the `.old' suffix as older than `'.
7356         * util/grub.d/00_header.in: Set default gfxmode to `800x600x16'.
7358         * util/update-grub.in: Add a reference to ${sysconfdir}/default/grub in
7359         the grub.cfg header message.
7361 2007-05-11  Robert Millan  <rmh@aybabtu.com>
7363         * util/update-grub.in: Create device.map if it doesn't already exist,
7364         before attempting to run grub-probe.
7365         Check for grub-probe and grub-mkdevicemap with the same code
7366         grub-install is using.
7367         Remove test mode.
7369 2007-05-09  Jeroen Dekkers  <jeroen@dekkers.cx>
7371         * Makefile.in: Add the datarootdir autoconf variable.
7373 2007-05-09  Robert Millan  <rmh@aybabtu.com>
7375         * util/i386/pc/grub-probe.c (probe): When detecting partition map,
7376         fail gracefully if dev->disk->partition == NULL.
7378 2007-05-07  Robert Millan  <rmh@aybabtu.com>
7380         * util/i386/pc/grub-probe.c: Add `grub-probe -t partmap' parameter to
7381         determine partition map module.
7382         * util/i386/pc/grub-install.in: Use this feature to decide which
7383         partition module to load, instead of hardcoding pc and gpt.
7385 2007-05-07  Robert Millan  <rmh@aybabtu.com>
7387         * Makefile.in: Fix assumption that $(srcdir) has a trailing slash when
7388         source directory differs from build directory.
7390 2007-05-05  Robert Millan  <rmh@aybabtu.com>
7392         * util/powerpc/ieee1275/grub-install.in: Fix syntax error in pkglibdir
7393         initialisation.
7395 2007-05-05  Robert Millan  <rmh@aybabtu.com>
7397         * util/update-grub.in: Create ${grub_prefix} if it doesn't exist.
7399 2007-05-05  Robert Millan  <rmh@aybabtu.com>
7401         * util/grub.d/10_linux.in: Allow the administrator to insert Linux
7402         command-line arguments via ${GRUB_CMDLINE_LINUX}.
7404 2007-05-05  Robert Millan  <rmh@aybabtu.com>
7406         * conf/i386-pc.rmk (grub_setup_SOURCES): Add partmap/gpt.c.
7407         (grub_probe_SOURCES): Likewise.
7408         * util/i386/pc/biosdisk.c (grub_util_biosdisk_get_grub_dev): Detect
7409         GPT and initialize dos_part and bsd_part accordingly.
7410         * util/i386/pc/grub-setup.c (setup): Ditto for install_dos_part and
7411         install_bsd_part.
7412         (main): Activate gpt module for use during partition identification,
7413         and deactivate it afterwards.
7414         * util/i386/pc/grub-install.in: Add gpt module to core.img.
7415         * util/i386/pc/grub-probe.c (main): Activate gpt module for use during
7416         partition identification, and deactivate it afterwards.
7418 2007-05-05  Robert Millan  <rmh@aybabtu.com>
7420         * term/i386/pc/console.c (grub_console_fini): Call
7421         grub_term_set_current() before grub_term_unregister().
7423 2007-05-04  Robert Millan  <rmh@aybabtu.com>
7425         * DISTLIST: Add util/update-grub.in, util/grub.d/00_header.in,
7426         util/grub.d/10_hurd.in, util/grub.d/10_linux.in and util/grub.d/README.
7427         * Makefile.in: Build update-grub_SCRIPTS.  Install update-grub_SCRIPTS
7428         and update-grub_DATA.
7429         * conf/common.rmk: Build and install update-grub components.
7430         * conf/common.mk: Regenerate.
7431         * util/update-grub.in: New.  Core of update-grub.
7432         * util/grub.d/00_header.in: New.  Generates grub.cfg header.
7433         * util/grub.d/10_hurd.in: New.  Generates boot entries for the Hurd.
7434         * util/grub.d/10_linux.in: New.  Generates boot entries for Linux.
7435         * util/grub.d/README: New.  Document grub.d directory layout.
7437 2007-05-01  Robert Millan  <rmh@aybabtu.com>
7439         * util/grub-emu.c: Move initialization functions
7440         grub_util_biosdisk_init() and grub_init_all() before
7441         grub_util_biosdisk_get_grub_dev(), which relies on them.
7443 2007-04-19  Robert Millan  <rmh@aybabtu.com>
7445         * util/powerpc/ieee1275/grub-install.in: Initialize ${bindir}, since
7446         it is used later.
7448 2007-04-18  Jerone Young  <jerone@gmail.com>
7450         * kernel/elf.c: Add missing parenthesis for conditional statement
7451         stanza.
7453 2007-04-10  Jerone Young  <jerone@gmail.com>
7455         * util/i386/pc/getroot.c: Update so that if root device is /dev/root ,
7456         continue on and look for device node with real device name.
7458 2007-04-10  Jerone Young  <jerone@gmail.com>
7460         * configure.ac: Add argument for autoconf to use transformation
7461         ability.
7462         * Makefile.in: Add autoconf package transformation code.
7463         * util/i386/pc/grub-install.in: Likewise.
7464         * util/powerpc/ieee1275/grub-install.in: Likewise.
7466 2007-03-19  Yoshinori K. Okuji  <okuji@enbug.org>
7468         * fs/ext2.c (EXT2_GOOD_OLD_REVISION): New macro.
7469         (EXT2_GOOD_OLD_INODE_SIZE): Likewise.
7470         (EXT2_REVISION): Likewise.
7471         (EXT2_INODE_SIZE): Likewise.
7472         (struct grub_ext2_block_group): Added a missing member
7473         "used_dirs".
7474         (grub_ext2_read_inode): Divide by the inode size in a superblock
7475         instead of 128 to obtain INODES_PER_BLOCK.
7476         Use the macro EXT2_INODE_SIZE instead of directly using
7477         SBLOCK->INODE_SIZE.
7479 2007-03-18  Yoshinori K. Okuji  <okuji@enbug.org>
7481         * fs/ext2.c (grub_ext2_read_inode): Use the inode size in a
7482         superblock instead of the structure size to compute an
7483         offset. This fixes the problem that GRUB could not read a
7484         filesystem when inode size is different from 128-byte.
7486 2007-03-05  Marco Gerards  <marco@gnu.org>
7488         * normal/main.c (read_config_file): When "menu" is not set, create
7489         an initial context.
7491 2007-02-21  Hollis Blanchard  <hollis@penguinppc.org>
7493         * kern/powerpc/ieee1275/init.c (HEAP_SIZE): Removed.
7494         (HEAP_LIMIT): New macro.
7495         (grub_claim_heap): Claim memory up to `heaplimit'.
7497 2007-02-21  Hollis Blanchard  <hollis@penguinppc.org>
7499         * conf/powerpc-ieee1275.rmk (kernel_elf_LDFLAGS): Link at 64KB.
7500         * kern/powerpc/ieee1275/init.c (_end): Add declaration.
7501         (_start): Likewise.
7502         (grub_arch_modules_addr): Return address after `_end'.
7503         * util/powerpc/ieee1275/grub-mkimage.c: Include grub/misc.h.
7504         (load_modules): Use new parameter as `p_paddr' and `p_vaddr'.
7505         (add_segments): Calculate `_end' from phdr size and location.
7506         (ALIGN_UP): Moved to ...
7507         * include/grub/misc.h: here.
7508         * include/grub/powerpc/ieee1275/kernel.h (GRUB_IEEE1275_MOD_ALIGN):
7509         New macro.
7510         (GRUB_IEEE1275_MODULE_BASE): Removed.
7512 2007-02-20  Hollis Blanchard  <hollis@penguinppc.org>
7514         * kern/powerpc/ieee1275/openfw.c (grub_available_iterate): Correct
7515         loop boundary.
7517 2007-02-20  Hollis Blanchard  <hollis@penguinppc.org>
7519         * include/grub/elfload.h (grub_elf32_load_hook_t): Return grub_err_t.
7520         All users updated.
7521         (grub_elf64_load_hook_t): Likewise.
7522         * kern/elf.c: Call `grub_error_push' before `grub_error'. Improve
7523         debug output.
7525 2007-02-20  Hollis Blanchard  <hollis@penguinppc.org>
7527         * kern/mm.c: Update copyright.
7528         (grub_mm_debug): Correct syntax error.
7529         (grub_mm_dump_free): New function.
7530         (grub_debug_free): Call `grub_free'.
7531         * include/grub/mm.h: Update copyright.
7532         (grub_mm_dump_free): Add declaration.
7534 2007-02-12  Hollis Blanchard  <hollis@penguinppc.org>
7536         * include/grub/ieee1275/ieee1275.h: Update copyright.
7537         * kern/powerpc/ieee1275/init.c: Likewise.
7538         * kern/powerpc/ieee1275/openfw.c: Likewise.
7540         * loader/powerpc/ieee1275/linux.c: Likewise.
7541         * include/grub/elfload.h: Likewise.
7542         * kern/elf.c: Likewise.
7543         (grub_elf32_load): Pass `base' and `size' parameters.  Update all
7544         callers.
7545         (grub_elf64_load): Likewise.
7546         (grub_elf32_load_segment): Move to a nested function.
7547         (grub_elf64_load_segment): Likewise.
7549 2007-02-12  Hollis Blanchard  <hollis@penguinppc.org>
7551         * include/grub/ieee1275/ieee1275.h (grub_available_iterate): New
7552         prototype.
7553         * kern/powerpc/ieee1275/init.c (grub_heap_start): Removed.
7554         (grub_heap_len): Likewise.
7555         (HEAP_SIZE): New macro.
7556         (grub_claim_heap): New function.
7557         (grub_machine_init): Don't claim heap directly.  Call
7558         `grub_claim_heap'.
7559         * kern/powerpc/ieee1275/openfw.c: Include alloca.h.
7560         (grub_available_iterate): New function.
7562 2007-02-03  Thomas Schwinge  <tschwinge@gnu.org>
7564         * aclocal.m4 (grub_CHECK_STACK_PROTECTOR): New definition.
7565         * configure.ac: Use it for testing the HOST and TARGET compilers.
7567 2006-12-13  Thomas Schwinge  <tschwinge@gnu.org>
7569         * Makefile.in (enable_grub_emu): New variable.
7570         * configure.ac (--enable-grub-emu): New option.
7571         Do the checks for (n)curses only if `--enable-grub-emu' is requested.
7572         * conf/i386-efi.rmk (sbin_UTILITIES): Add `grub-emu' only if requested.
7573         * conf/i386-pc.rmk: Likewise.
7574         * conf/powerpc-ieee1275.rmk: Likewise.
7575         * conf/sparc64-ieee1275.rmk (bin_UTILITIES): Likewise.
7577 2006-12-12  Marco Gerards  <marco@gnu.org>
7579         * include/grub/err.h (grub_err_t): Add `GRUB_ERR_MENU'.
7581         * kern/env.c (grub_env_unset): Don't free the member `value' when
7582         the type is GRUB_ENV_VAR_DATA, in this case it's a user defined
7583         pointer.
7585         * normal/main.c (current_menu): Removed.
7586         (free_menu): Unset the `menu' environment variable.
7587         (grub_normal_menu_addentry): Make use of the environment variable
7588         `menu', instead of using the global `current_menu'.  Allocate
7589         memory for the sourcecode of this entry.
7590         (read_config_file): New argument `nested', changed all callers.
7591         Only in the case of a new context, initialize a new menu.  Set the
7592         `menu' environment variable.
7593         (grub_normal_execute): Don't set and unset the environment
7594         variable `menu' here anymore.  Only free the menu when leaving the
7595         context.
7597         * util/i386/pc/biosdisk.c (linux_find_partition): Fixed a memory
7598         leak.
7600 2006-12-11  Marco Gerards  <marco@gnu.org>
7602         * normal/menu_entry.c (run): Fix off by one bug so the last line
7603         is executed.  Move the loader check to outside the loop.
7605 2006-12-08  Hollis Blanchard  <hollis@penguinppc.org>
7607         * kern/powerpc/ieee1275/cmain.c (cmain): Mark r3 and r4 as `UNUSED'.
7609 2006-11-25  Yoshinori K. Okuji  <okuji@enbug.org>
7611         * util/i386/pc/grub-mkimage.c (generate_image): Fix the offset of
7612         the number of sectors.  Reported by Andrey Shuvikov
7613         <mr_hyro@yahoo.com>.
7615 2006-11-11  Jeroen Dekkers  <jeroen@dekkers.cx>
7617         * kern/disk.c (grub_disk_read): When there is a read error, always
7618         try to read only the necessary data.
7620         * conf/i386-pc.rmk (grub_probe_SOURCES): Add disk/lvm.c and
7621         disk/raid.c.
7622         * include/grub/disk.h [GRUB_UTIL] (grub_raid_init): New
7623         prototype.
7624         [GRUB_UTIL] (grub_raid_fini): Likewise.
7625         [GRUB_UTIL] (grub_lvm_init): Likewise.
7626         [GRUB_UTIL] (grub_lvm_fini): Likewise.
7627         * util/i386/pc/grub-probe.c (probe): Check whether DEVICE_NAME is
7628         RAID device and copy DEVICE_NAME to DRIVE_NAME in that case.
7629         (main): Call grub_raid_init(), grub_lvm_init(), grub_lvm_fini()
7630         and grub_raid_fini().
7632 2006-11-09  Jeroen Dekkers  <jeroen@dekkers.cx>
7634         * include/grub/types.h (__unused): Rename to UNUSED.
7635         * kern/elf.c (grub_elf32_size): Use UNUSED instead of __unused.
7636         (grub_elf64_size): Likewise.
7638 2006-11-03  Hollis Blanchard  <hollis@penguinppc.org>
7640         * kern/elf.c (grub_elf_file): Call grub_file_seek. Call
7641         grub_error_push and grub_error_pop in the error-handling path.
7642         (grub_elf32_load_segment): Only call grub_file_read with non-zero
7643         length.
7645 2006-11-03  Hollis Blanchard  <hollis@penguinppc.org>
7647         * conf/i386-efi.rmk (grub_emu_SOURCES): Add kern/elf.c.
7648         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
7649         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
7650         (kernel_elf_SOURCES): Likewise.
7651         * conf/i386-efi.rmk (kernel_mod_HEADERS): Add elfload.h and cache.h.
7652         * conf/i386-pc.rmk (kernel_mod_HEADERS): Likewise.
7653         * conf/powerpc-ieee1275.rmk (kernel_elf_HEADERS): Likewise.
7654         * conf/sparc64-ieee1275.rmk (kernel_elf_HEADERS): Likewise.
7655         * conf/common.rmk (pkgdata_MODULES): Add elf.mod.
7656         (elf_mod_SOURCES): New variable.
7657         (elf_mod_CFLAGS): Likewise.
7658         (elf_mod_LDFLAGS): Likewise.
7659         * include/grub/types.h (__unused): New macro.
7660         * include/grub/elfload.h: New file.
7661         * kern/elf.c: Likewise.
7662         * loader/powerpc/ieee1275/linux.c: Include elfload.h.
7663         (ELF32_LOADMASK): New macro.
7664         (ELF64_LOADMASK): Likewise.
7665         (vmlinux): Removed.
7666         (grub_linux_load32): New function.
7667         (grub_linux_load64): Likewise.
7668         (grub_rescue_cmd_linux): Call grub_linux_load32 or grub_linux_load64.
7669         Use grub_elf_t instead of grub_file_t.
7671 2006-11-02  Hollis Blanchard  <hollis@penguinppc.org>
7673         * kern/ieee1275/ieee1275.c (grub_ieee1275_set_color): Add
7674         `catch_result' to struct set_color_args.
7676 2006-10-28  Yoshinori K. Okuji  <okuji@enbug.org>
7678         * normal/menu.c: Include grub/script.h.
7679         * normal/menu_entry.c: Likewise.
7680         * include/grub/normal.h: Do not include grub/script.h.
7682 2006-10-27  Hollis Blanchard  <hollis@penguinppc.org>
7684         * kern/disk.c (grub_disk_read): Correct debug printf formatting.
7686 2006-10-27  Hollis Blanchard  <hollis@penguinppc.org>
7688         * kern/disk.c (grub_disk_open): Print debug messages when opening a
7689         disk.
7690         (grub_disk_close): Print debug messages when closing a disk.
7691         (grub_disk_read): Print debug messages when disk read fails.
7692         * kern/fs.c (grub_fs_probe): Print debug messages when detecting
7693         filesystem type.
7694         * kern/partition.c: Include misc.h.
7695         (grub_partition_iterate): Print debug messages when detecting
7696         partition type.
7698 2006-10-27  Hollis Blanchard  <hollis@penguinppc.org>
7700         * disk/ieee1275/ofdisk.c (grub_ofdisk_read): Return error if `status'
7701         is negative.
7702         * kern/ieee1275/ieee1275.c (IEEE1275_IHANDLE_INVALID): Change to 0.
7704 2006-10-26  Hollis Blanchard  <hollis@penguinppc.org>
7706         * kern/powerpc/ieee1275/openfw.c (grub_ieee1275_encode_devname):
7707         Reverse GRUB_IEEE1275_FLAG_0_BASED_PARTITIONS test.
7709 2006-10-25  Jeroen Dekkers  <jeroen@dekkers.cx>
7711         * disk/lvm.c (grub_lvm_scan_device): Malloc sizeof(*lv) bytes
7712         instead of sizeof(lv). Patch by Michael Guntsche.
7714 2006-10-18  Jeroen Dekkers  <jeroen@dekkers.cx>
7716         * disk/lvm.c: Rename VGS to VG_LIST.
7717         (grub_lvm_iterate): Change VGS->LV to VG-LV.
7718         (grub_lvm_open): Likewise.
7719         Thanks to Michael Guntsche for finding this bug.
7721 2006-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
7723         * configure.ac (AC_INIT): Bumped to 1.95.
7725 2006-10-14  Robert Millan  <rmh@aybabtu.com>
7727         * util/i386/pc/getroot.c (grub_guess_root_device): Don't compare os_dev
7728         with "/dev/.static/dev/md".
7730 2006-10-14  Yoshinori K. Okuji  <okuji@enbug.org>
7732         * util/i386/pc/grub-probe.c (probe): Print DEVICE_NAME instead of
7733         DRIVE_NAME when grub_util_biosdisk_get_grub_dev fails. Open
7734         DRIVE_NAME instead of DEVICE_NAME. Make sure that DEVICE_NAME and
7735         DRIVE_NAME are always freed.
7737         * util/i386/pc/biosdisk.c (make_device_name): Add one into
7738         DOS_PART, as a DOS partition is counted from one instead of zero
7739         now. Reported by Robert Millan.
7741 2006-10-14  Robert Millan  <rmh@aybabtu.com>
7743         * util/i386/pc/getroot.c (grub_guess_root_device): Stop using
7744         grub_util_biosdisk_get_grub_dev to convert system device to GRUB device.
7745         * util/grub-emu.c (main): Use grub_util_biosdisk_get_grub_dev with the
7746         string returned by grub_guess_root_device.
7747         * util/i386/pc/grub-setup.c: Likewise.
7748         * util/i386/pc/grub-probefs.c: Likewise.
7750         * util/i386/pc/grub-probefs.c: Rename to ...
7751         * util/i386/pc/grub-probe.c: ... this.
7752         * DISTLIST: Remove grub-probefs, add grub-probe.
7753         * conf/i386-efi.rmk: Likewise.
7754         * conf/i386-pc.rmk: Likewise.
7755         * util/i386/pc/grub-install.in: Likewise.
7757         * util/i386/pc/grub-probe.c: Add --target=(fs|device|drive) option to
7758         choose which information we want to print.
7760 2006-10-14  Yoshinori K. Okuji  <okuji@enbug.org>
7762         * DISTLIST: Added commands/echo.c, disk/lvm.c, disk/raid.c,
7763         include/grub/bitmap.h, include/grub/lvm.h, include/grub/raid.h,
7764         include/grub/i386/pc/vbeutil.h, include/grub/util/lvm.h,
7765         include/grub/util/raid.h, util/lvm.c, util/raid.c, video/bitmap.c,
7766         video/readers/tga.c and video/i386/pc/vbeutil.c.
7768 2006-10-14  Jeroen Dekkers  <jeroen@dekkers.cx>
7770         Added support for RAID and LVM.
7772         * disk/lvm.c: New file.
7773         * disk/raid.c: Likewise.
7774         * include/grub/lvm.h: Likewise.
7775         * include/grub/raid.h: Likewise.
7776         * include/grub/util/lvm.h: Likewise.
7777         * include/grub/util/raid.h: Likewise.
7778         * util/lvm.c: Likewise.
7779         * util/raid.c: Likewise.
7781         * include/grub/disk.h (grub_disk_dev_id): Add
7782         GRUB_DISK_DEVICE_RAID_ID and GRUB_DISK_DEVICE_LVM_ID.
7783         (grub_disk_get_size): New prototype.
7784         * kern/disk.c (grub_disk_open): Check whether grub_partition_probe()
7785         returns a partition.
7786         (grub_disk_get_size): New function.
7788         * kern/i386/pc/init.c (make_install_device): Copy the prefix
7789         verbatim if grub_install_dos_part is -2.
7791         * util/i386/pc/getroot.c (grub_guess_root_device): Support RAID
7792         and LVM devices.
7794         * util/i386/pc/grub-setup.c (setup): New argument
7795         MUST_EMBED. Force embedding of GRUB when the argument is
7796         true. Close FILE before returning.
7797         (main): Add support for RAID and LVM.
7799         * conf/common.rmk: Add RAID and LVM modules.
7800         * conf/i386-pc.rmk (grub_setup_SOURCES): Add util/raid.c and
7801         util/lvm.c.
7802         (grub_emu_SOURCES): Add disk/raid.c and disk/lvm.c.
7804         * kern/misc.c (grub_strstr): New function.
7805         * include/grub/misc.h (grub_strstr): New prototype.
7807 2006-10-10  Tristan Gingold  <tristan.gingold@bull.net>
7809         * include/grub/efi/api.h (GRUB_EFI_ERROR_CODE): Long constant.
7811 2006-10-05  Tristan Gingold  <tristan.gingold@bull.net>
7813         * kern/misc.c (grub_strtoull): Guess the base only if not
7814         specified.
7816 2006-10-01  Hollis Blanchard  <hollis@penguinppc.org>
7818         * kern/powerpc/ieee1275/cmain.c (cmain): Remove incomplete Old World
7819         PowerMac support.
7821 2006-10-01  Hollis Blanchard  <hollis@penguinppc.org>
7823         * disk/ieee1275/ofdisk.c (grub_ofdisk_iterate): Cast `size' to long.
7825         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_next_property):
7826         Remove `flags' argument.  All callers changed.
7827         * kern/ieee1275/ieee1275.c (IEEE1275_PHANDLE_ROOT): Removed.
7828         (IEEE1275_IHANDLE_INVALID): New variable.
7829         (IEEE1275_CELL_INVALID): New variable.
7830         (grub_ieee1275_finddevice, grub_ieee1275_get_property,
7831         grub_ieee1275_get_property_length, grub_ieee1275_instance_to_package,
7832         grub_ieee1275_package_to_path, grub_ieee1275_instance_to_path,
7833         grub_ieee1275_peer, grub_ieee1275_child, grub_ieee1275_open,
7834         grub_ieee1275_claim, grub_ieee1275_set_property): Error-check return
7835         codes from Open Firmware.  All callers updated.
7836         (grub_ieee1275_next_property): Directly return Open Firmware return
7837         code.
7838         * kern/powerpc/ieee1275/cmain.c (grub_ieee1275_find_options):
7839         Standardize error checking from `grub_ieee1275_get_property'.
7840         * kern/powerpc/ieee1275/openfw.c (grub_devalias_iterate): Rename
7841         `devalias' to `aliases'.  Correct comments.  Consolidate error paths.
7843 2006-10-01  Hollis Blanchard  <hollis@penguinppc.org>
7845         * kern/ieee1275/ieee1275.c (grub_ieee1275_instance_to_path): Rename
7846         `instance_to_package_args' to `instance_to_path_args'.
7848         * kern/powerpc/ieee1275/init.c (grub_machine_init): Use
7849         `grub_ieee1275_chosen'.
7851         * term/ieee1275/ofconsole.c (grub_ofconsole_init): Call
7852         `grub_ieee1275_interpret'.
7854 2006-09-25  Hollis Blanchard  <hollis@penguinppc.org>
7856         * util/powerpc/ieee1275/grub-mkimage.c: Include config.h.
7858 2006-09-25  Hollis Blanchard  <hollis@penguinppc.org>
7860         * include/grub/powerpc/libgcc.h (__floatdisf): New prototype.
7861         (__cmpdi): Likewise.
7863         * kern/powerpc/ieee1275/openfw.c (grub_devalias_iterate): Pass 0 as
7864         `flags' to `grub_ieee1275_next_property'.  Change `pathlen' to type
7865         `grub_ssize_t'.
7867         * kern/powerpc/ieee1275/cmain.c: Include grub/misc.h.
7869         * loader/powerpc/ieee1275/linux.c (grub_linux_boot): Change `actual'
7870         to type `grub_ssize_t'.
7871         (grub_rescue_cmd_linux): Cast -1 to `grub_off_t'.
7873 2006-09-22  Marco Gerards  <marco@gnu.org>
7875         * normal/script.c (grub_script_create_cmdmenu): Skip leading
7876         newlines.
7878 2006-09-22  Marco Gerards  <marco@gnu.org>
7880         * commands/echo.c: New file.
7882         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `commands/echo.c'.
7884         * conf/common.rmk (echo_mod_SOURCES): New variable.
7885         (echo_mod_CFLAGS): Likewise.
7886         (echo_mod_LDFLAGS): Likewise.
7888 2006-09-22  Marco Gerards  <marco@gnu.org>
7890         * normal/main.c (get_line): Malloc memory instead of using
7891         preallocated memory.  Removed the arguments `cmdline' and
7892         `max_len'.  Updated all callers.
7894 2006-09-22  Marco Gerards  <marco@gnu.org>
7896         * conf/i386-efi.rmk (grub_emu_DEPENDENCIES): New variable.
7897         (normal_mod_DEPENDENCIES): Likewise.
7899         * conf/powerpc-ieee1275.rmk (grub_emu_DEPENDENCIES): Likewise.
7900         (normal_mod_DEPENDENCIES): Likewise.
7902         * conf/sparc64-ieee1275.rmk (normal_mod_DEPENDENCIES): Likewise.
7904 2006-09-22  Johan Rydberg  <jrydberg@gnu.org>
7906         * genmk.rb: Add DEPENDENCIES variables to modules, utilities, and
7907         programs.
7908         * conf/i386-pc.rmk (grub_emu_DEPENDENCIES): Declare.
7909         (normal_mod_DEPENDENCIES): Likewise.
7910         * conf/i386-pc.mk: Regenerate.
7911         * conf/i386-efi.mk: Likewise
7912         * conf/common.mk: Likewise.
7913         * conf/powerpc-ieee1275.mk: Likewise.
7914         * conf/sparc64-ieee1275.mk: Likewise.
7916 2006-09-22  Robert Millan  <rmh@aybabtu.com>
7918         Sync with i386 version.
7919         * conf/powerpc-ieee1275.rmk (bin_UTILITIES): Remove grub-emu, add grub-mkimage.
7920         * conf/powerpc-ieee1275.rmk (sbin_UTILITIES): Remove grub-mkimage, add grub-emu.
7922 2006-09-21  Robert Millan  <rmh@aybabtu.com>
7924         Import from GRUB Legacy (lib/device.c):
7925         * util/i386/pc/grub-mkdevicemap.c (get_i2o_disk_name): New function.
7926         (init_device_map) [__linux__]: Add support for I2O devices.
7928 2006-09-14  Marco Gerards  <marco@gnu.org>
7930         * conf/i386-pc.rmk (COMMON_LDFLAGS): Use `-m32' instead of
7931         `-melf_i386'.
7933 2006-09-14  Robert Millan  <rmh@aybabtu.com>
7935         * util/i386/pc/grub-install.in: Skip menu.lst when removing
7936         /boot/grub/*.lst.
7938         * util/i386/pc/getroot.c: Don't recurse into dotdirs (e.g. ".static").
7940         * util/i386/pc/grub-mkdevicemap.c: Make sure the floppy device exists
7941         before adding it to device.map.
7943 2006-08-15  Johan Rydberg  <jrydberg@gnu.org>
7945         * genmk.rb: Let GCC generate dependencies the first time it
7946         compiles a file; using the -MD option.
7947         * conf/common.mk: Regenerate.
7948         * conf/i386-pc.mk: Likewise.
7949         * conf/i386-efi.mk: Likewise.
7950         * conf/powerpc-ieee1275.mk: Likewise.
7951         * conf/sparc64-ieee1275.mk: Likewise.
7953 2006-08-04  Yoshinori K. Okuji  <okuji@enbug.org>
7955         Move the prototypes of grub_setjmp and grub_longjmp to
7956         cpu/setjmp.h, so that each architecture may specify different
7957         attributes.
7959         * include/grub/i386/setjmp.h (grub_setjmp): New prototype.
7960         (grub_longjmp): Likewise.
7961         * include/grub/powerpc/setjmp.h (grub_setjmp): Likewise..
7962         (grub_longjmp): Likewise.
7963         * include/grub/sparc64/setjmp.h (grub_setjmp): Likewise..
7964         (grub_longjmp): Likewise.
7966         * include/grub/setjmp.h [!GRUB_UTIL] (grub_setjmp): Removed.
7967         [!GRUB_UTIL] (grub_longjmp): Removed.
7969 2006-08-01  Pelletier Vincent  <subdino2004@yahoo.fr>
7971         * kern/ieee1275/ieee1275.c (grub_ieee1275_set_color): IEEE1275
7972         "color!" method does not return any value.
7974 2006-07-29  Vesa Jaaskelainen  <chaac@nic.fi>
7976         * include/grub/bitmap.h: New file.
7978         * include/grub/i386/pc/vbeutil.h: Likewise.
7980         * video/bitmap.c: Likewise.
7982         * video/readers/tga.c: Likewise.
7984         * video/i386/pc/vbeutil.c: Likewise.
7986         * commands/videotest.c: Code cleanup and updated to reflect to new
7987         video API.
7989         * term/gfxterm.c: Likewise.
7991         * video/video.c: Likewise.
7993         * conf/i386-pc.rmk (pkgdata_MODULES): Added tga.mod and bitmap.mod.
7994         (vbe_mod_SOURCES): Added video/i386/pc/vbeutil.c.
7995         (bitmap_mod_SOURCES): New entry.
7996         (bitmap_mod_CFLAGS): Likewise.
7997         (bitmap_mod_LDFLAGS): Likewise.
7998         (tga_mod_SOURCES): Likewise.
7999         (tga_mod_CFLAGS): Likewise.
8000         (tga_mod_LDFLAGS): Likewise.
8002         * include/grub/video.h (grub_video_blit_operators): New enum type.
8003         (grub_video_render_target): Changed as forward declaration and moved
8004         actual definition to be video driver specific.
8005         (grub_video_adapter.blit_bitmap): Added blitting operator.
8006         (grub_video_adapter.blit_render_target): Likewise.
8007         (grub_video_blit_bitmap): Likewise.
8008         (grub_video_blit_render_target): Likewise.
8010         * include/grub/i386/pc/vbe.h (grub_video_render_target): Added
8011         driver specific render target definition.
8012         (grub_video_vbe_map_rgba): Added driver internal helper.
8013         (grub_video_vbe_unmap_color): Updated to use
8014         grub_video_i386_vbeblit_info.
8015         (grub_video_vbe_get_video_ptr): Likewise.
8017         * include/grub/i386/pc/vbeblit.h
8018         (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8A8): Updated to use
8019         grub_video_i386_vbeblit_info.
8020         (grub_video_i386_vbeblit_R8G8B8_R8G8B8A8): Likewise.
8021         (grub_video_i386_vbeblit_index_R8G8B8A8): Likewise.
8022         (grub_video_i386_vbeblit_R8G8B8A8_R8G8B8): Likewise.
8023         (grub_video_i386_vbeblit_R8G8B8_R8G8B8): Likewise.
8024         (grub_video_i386_vbeblit_index_R8G8B8): Likewise.
8025         (grub_video_i386_vbeblit_index_index): Likewise.
8026         (grub_video_i386_vbeblit_R8G8B8X8_R8G8B8X8): New blitter function.
8027         (grub_video_i386_vbeblit_R8G8B8_R8G8B8X8): Likewise.
8028         (grub_video_i386_vbeblit_index_R8G8B8X8): Likewise.
8029         (grub_video_i386_vbeblit_blend): Added generic blitter for blend
8030         operator.
8031         (grub_video_i386_vbeblit_replace): Added generic blitter for replace
8032         operator.
8034         * video/i386/pc/vbeblit.c: Updated to reflect changes on
8035         include/grub/i386/pc/vbeblit.h.
8037         * include/grub/i386/pc/vbefill.h (grub_video_i386_vbefill_R8G8B8A8):
8038         Updated to use grub_video_i386_vbeblit_info.
8039         (grub_video_i386_vbefill_R8G8B8): Likewise.
8040         (grub_video_i386_vbefill_index): Likewise.
8041         (grub_video_i386_vbefill): Added generic filler.
8043         * video/i386/pc/vbefill.c: Updated to reflect changes on
8044         include/grub/i386/pc/vbefill.h.
8046         * video/i386/pc/vbe.c (grub_video_vbe_get_video_ptr): Updated to use
8047         grub_video_i386_vbeblit_info.
8048         (grub_video_vbe_unmap_color): Likewise.
8049         (grub_video_vbe_blit_glyph): Likewise.
8050         (grub_video_vbe_scroll): Likewise.
8051         (grub_video_vbe_draw_pixel): Removed function.
8052         (grub_video_vbe_get_pixel): Likewise.
8053         (grub_video_vbe_fill_rect): Moved all blitters to vbefill.c and
8054         updated code to use it.
8055         (common_blitter): Added common blitter for render target and bitmap.
8056         (grub_video_vbe_blit_bitmap): Updated to use common_blitter.
8057         (grub_video_vbe_blit_render_target): Likewise.
8059 2006-07-30  Johan Rydberg  <jrydberg@gnu.org>
8061         * kern/efi/efi.c (grub_efi_set_text_mode): Assume console already
8062         is in text mode if there is no console control protocol instance
8063         available.
8065 2006-07-29  Vesa Jaaskelainen  <chaac@nic.fi>
8067         * include/grub/video.h: Code cleanup.
8069         * include/grub/i386/pc/vbe.h: Likewise.
8071         * video/i386/pc/vbe.c: Likewise.
8073         * video/i386/pc/vbeblit.c: Likewise.
8075         * video/i386/pc/vbefill.c: Likewise.
8077         * video/video.c: Likewise.  Also added more comments.
8079 2006-07-29  Vesa Jaaskelainen  <chaac@nic.fi>
8081         * disk/i386/pc/biosdisk.c (struct grub_biosdisk_drp): Moved to ...
8082         (struct grub_biosdisk_dap): Likewise.
8084         * include/grub/i386/pc/biosdisk.h: ... to here.  Also corrected
8085         linkage settings for all functions.
8087 2006-07-12  Marco Gerards  <marco@gnu.org>
8089         * configure.ac (--enable-mm-debug): Fix typo.
8091         * genkernsyms.sh.in: Use proper quoting for `CC'.
8093 2006-07-02  Jeroen Dekkers  <jeroen@dekkers.cx>
8095         * conf/i386-pc.rmk (COMMON_ASFLAGS): Add "-m32".
8096         (normal_mod_ASFLAGS): Remove "-m32".
8098 2006-06-14  Yoshinori K. Okuji  <okuji@enbug.org>
8100         * util/misc.c: Include config.h.
8101         [!HAVE_MEMALIGN]: Do not include malloc.h.
8102         (grub_memalign): Use posix_memalign, if present. Then, use
8103         memalign, if present. Otherwise, emit an error.
8105         * util/grub-emu.c: Do not include malloc.h.
8107         * include/grub/util/misc.h: Include unistd.h. This is required for
8108         FreeBSD, because off_t is defined in unistd.h. Reported by Harley
8109         D. Eades III <hde@foobar-qux.org>.
8111         * configure.ac (AC_GNU_SOURCE): Added.
8112         (AC_CHECK_FUNCS): Check posix_memalign and memalign for the host
8113         type.
8115 2006-06-09  Yoshinori K. Okuji  <okuji@enbug.org>
8117         * loader/i386/pc/linux.c (grub_rescue_cmd_initrd): Make sure that
8118         ADDR_MAX does not exceed GRUB_LINUX_INITRD_MAX_ADDRESS.
8120 2006-06-07  Jeroen Dekkers  <jeroen@dekkers.cx>
8122         * include/grub/types.h (grub_host_addr_t): Rename to
8123         grub_target_addr_t.
8124         (grub_host_off_t): Rename to grub_target_off_t.
8125         (grub_host_size_t): Rename to grub_target_size_t.
8126         (grub_host_ssize_t): Rename to grub_target_ssize_t.
8127         Refer to GRUB_TARGET_SIZEOF_VOID_P to define those variables.
8129         * include/grub/kernel.h (struct grub_module_header): Change type
8130         of OFFSET to grub_target_off_t and type of SIZE to grub_target_size_t.
8131         (grub_module_info): Likewise.
8133 2006-06-05  Yoshinori K. Okuji  <okuji@enbug.org>
8135         * loader/i386/pc/linux.c (grub_rescue_cmd_initrd): The conditional
8136         of checking LINUX_MEM_SIZE was reverse. Reported by Jesus
8137         Velazquez <jesus.velazquez@gmail.com>.
8139 2006-06-05  Yoshinori K. Okuji  <okuji@enbug.org>
8141         Count partitions from 1 instead of 0 in the string representation
8142         of partitions. Still use 0-based internally.
8144         * partmap/sun.c (grub_sun_is_valid): A cosmetic change.
8145         (sun_partition_map_iterate): Use grub_partition_t instead of
8146         struct grub_partition *. Cast DESC->START_CYLINDER to
8147         grub_uint64_t after converting the endian.
8148         (sun_partition_map_probe): Subtract 1 for PARTNUM.
8149         (sun_partition_map_get_name): Add 1 to P->INDEX.
8151         * partmap/pc.c (grub_partition_parse): Subtract 1 for
8152         PCDATA->DOS_PART.
8153         (pc_partition_map_get_name): Add 1 into PCDATA->DOS_PART.
8155         * partmap/gpt.c (gpt_partition_map_iterate): Initialize PARTNO to
8156         zero instead of one.
8157         (gpt_partition_map_probe): Subtract 1 for PARTNUM.
8158         (gpt_partition_map_get_name): Add 1 into P->INDEX.
8160         * partmap/apple.c (apple_partition_map_iterate): Change the type
8161         of POS to unsigned.
8162         (apple_partition_map_probe): Subtract 1 for PARTNUM.
8163         (apple_partition_map_get_name): Add 1 into P->INDEX.
8165         * partmap/amiga.c (amiga_partition_map_iterate): Change the type
8166         of POS to unsigned.
8167         (amiga_partition_map_iterate): Cast NEXT to grub_off_t to
8168         calculate the offset of a partition.
8169         (amiga_partition_map_probe): Subtract 1 for PARTNUM.
8170         (amiga_partition_map_get_name): Add 1 into P->INDEX.
8172         * partmap/acorn.c (acorn_partition_map_find): Change the type of
8173         SECTOR to grub_disk_addr_t.
8174         (acorn_partition_map_iterate): Likewise.
8175         (acorn_partition_map_probe): Subtract 1 for PARTNUM.
8176         Change the type of SECTOR to grub_disk_addr_t. Declare P on the
8177         top.
8178         (acorn_partition_map_get_name): Add 1 into P->INDEX.
8180         * kern/i386/pc/init.c (make_install_device): Add 1 into
8181         GRUB_INSTALL_DOS_PART.
8183         * fs/iso9660.c (grub_iso9660_mount): Fixed a reversed
8184         conditional.
8186 2006-06-04  Yoshinori K. Okuji  <okuji@enbug.org>
8188         Clean up the code to support 64-bit addressing in disks and
8189         files. This change is not enough for filesystems yet.
8191         * util/i386/pc/grub-setup.c (struct boot_blocklist): Change the
8192         type of "start" to grub_uint64_t.
8193         (setup): Change the types of KERNEL_SECTOR and FIRST_SECTOR to
8194         grub_disk_addr_t * and grub_disk_addr_t. Fix the format string in
8195         save_first_sector and save_blocklists. Use grub_le_to_cpu64 to
8196         convert addresses.
8198         * util/i386/pc/biosdisk.c (open_device): Change the type of SECTOR
8199         to grub_disk_addr_t.
8201         * partmap/gpt.c (gpt_partition_map_iterate): Fix the format
8202         string.
8204         * partmap/pc.c (pc_partition_map_iterate): Likewise.
8206         * partmap/amiga.c (amiga_partition_map_iterate): Cast RDSK.MAGIC
8207         to char *.
8209         * normal/script.c (grub_script_parse): Remove unused MEMFREE.
8211         * normal/parser.y (YYLTYPE_IS_TRIVIAL): New macro.
8213         * normal/lexer.c (grub_script_yyerror): Specify unused to LEX.
8215         * loader/i386/pc/multiboot.c (grub_multiboot_load_elf64): Cast -1
8216         to grub_off_t, to detect an error from grub_file_seek.
8217         (grub_multiboot_load_elf32): Likewise.
8219         * kern/misc.c (grub_strtoul): Use grub_strtoull. Return the
8220         maximum unsigned long value when an overflow is detected.
8221         (grub_strtoull): New function.
8222         (grub_divmod64): Likewise.
8223         (grub_lltoa): use grub_divmod64.
8225         * kern/fs.c (struct grub_fs_block): Change the type of "offset" to
8226         grub_disk_addr_t.
8227         (grub_fs_blocklist_open): Increase P if P is not NULL to advance
8228         the pointer to next character. Use grub_strtoull instead of
8229         grub_strtoul.
8230         (grub_fs_blocklist_read): Change the types of SECTOR, OFFSET and
8231         SIZE to grub_disk_addr_t, grub_off_t and grub_size_t,
8232         respectively.
8234         * kern/file.c (grub_file_read): Prevent an overflow of LEN, as the
8235         return value is signed.
8236         (grub_file_seek): Change the type of OLD to grub_off_t. Do not
8237         test if OFFSET is less than zero, as OFFSET is unsigned now.
8239         * kern/disk.c (struct grub_disk_cache): Change the type of
8240         "sector" to grub_disk_addr_t.
8241         (grub_disk_cache_get_index): Change the type of SECTOR to
8242         grub_disk_addr_t. Calculate the hash with SECTOR casted to
8243         unsigned after shifting.
8244         (grub_disk_cache_invalidate): Change the type of SECTOR to
8245         grub_disk_addr_t.
8246         (grub_disk_cache_unlock): Likewise.
8247         (grub_disk_cache_store): Likewise.
8248         (grub_disk_check_range): Change the types of SECTOR, OFFSET, SIZE,
8249         START and LEN to grub_disk_addr_t *, grub_off_t *, grub_size_t,
8250         grub_disk_addr_t and grub_uint64_t, respectively.
8251         (grub_disk_read): Use an unsigned variable REAL_OFFSET for the
8252         body, as the value of OFFSET is tweaked by
8253         grub_disk_check_range. Change the types of START_SECTOR, LEN and
8254         POS to grub_disk_addr_t, grub_size_t and grub_size_t,
8255         respectively.
8256         (grub_disk_write): Use an unsigned variable REAL_OFFSET for the
8257         body, as the value of OFFSET is tweaked by
8258         grub_disk_check_range. Change the types of LEN and N to
8259         grub_size_t.
8261         * io/gzio.c (struct grub_gzio): Change the types of "data_offset"
8262         and "saved_offset" to grub_off_t.
8263         (test_header): Cast BUF to char *.
8264         (get_byte): Cast GZIO->DATA_OFFSET to grub_off_t. Cast GZIO->INBUF
8265         to char *.
8266         (grub_gzio_read): Change the types of OFFSET and SIZE to
8267         grub_off_t and grub_size_t, respectively.
8269         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_FORCE_LBA):
8270         Removed.
8271         (GRUB_BOOT_MACHINE_BOOT_DRIVE): Changed to 0x4c.
8272         (GRUB_BOOT_MACHINE_KERNEL_ADDRESS): Changed to 0x40.
8273         (GRUB_BOOT_MACHINE_KERNEL_SEGMENT): Changed to 0x42.
8274         (GRUB_BOOT_MACHINE_DRIVE_CHECK): Changed to 0x4e.
8275         (GRUB_BOOT_MACHINE_LIST_SIZE): Increased to 12.
8277         * include/grub/types.h (grub_off_t): Unconditionally set to
8278         grub_uint64_t.
8279         (grub_disk_addr_t): Changed to grub_uint64_t.
8281         * include/grub/partition.h (struct grub_partition): Change the
8282         types of "start", "len" and "offset" to grub_disk_addr_t,
8283         grub_uint64_t and grub_disk_addr_t, respectively.
8284         (grub_partition_get_start): Return grub_disk_addr_t.
8285         (grub_partition_get_len): Return grub_uint64_t.
8287         * include/grub/misc.h (grub_strtoull): New prototype.
8288         (grub_divmod64): Likewise.
8290         * include/grub/fshelp.h (grub_fshelp_read_file): Change the types
8291         of SECTOR, LEN and FILESIZE to grub_disk_addr_t, grub_size_t and
8292         grub_off_t, respectively.
8293         All callers and references changed.
8295         * include/grub/fs.h (struct grub_fs): Change the type of LEN to
8296         grub_size_t in "read".
8297         All callers and references changed.
8299         * include/grub/file.h (struct grub_file): Change the types of
8300         "offset" and "size" to grub_off_t and grub_off_t,
8301         respectively. Change the type of SECTOR to grub_disk_addr_t in
8302         "read_hook".
8303         (grub_file_read): Change the type of LEN to grub_size_t.
8304         (grub_file_seek): Return grub_off_t. Change the type of OFFSET to
8305         grub_off_t.
8306         (grub_file_size): Return grub_off_t.
8307         (grub_file_tell): Likewise.
8308         All callers and references changed.
8310         * include/grub/disk.h (struct grub_disk_dev): Change the types of
8311         SECTOR and SIZE to grub_disk_addr_t and grub_size_t in "read" and
8312         "write".
8313         (struct grub_disk): Change the type of "total_sectors" to
8314         grub_uint64_t. Change the type of SECTOR to grub_disk_addr_t in
8315         "read_hook".
8316         (grub_disk_read): Change the types of SECTOR, OFFSET and SIZE to
8317         grub_disk_addr_t, grub_off_t and grub_size_t, respectively.
8318         (grub_disk_write): Likewise.
8319         All callers and references changed.
8321         * fs/iso9660.c (grub_iso9660_susp_iterate): Cast parameters to
8322         char * for grub_strncmp to silence gcc.
8323         (grub_iso9660_mount): Likewise.
8324         (grub_iso9660_mount): Likewise.
8325         (grub_iso9660_read_symlink): Likewise. Also, remove the nonsense
8326         return statement.
8327         (grub_iso9660_iterate_dir): Likewise.
8328         (grub_iso9660_label): Cast DATA->VOLDESC.VOLNAME to char *.
8330         * fs/hfs.c (grub_hfs_read_file): Change the types of SECTOR and
8331         LEN to grub_disk_addr_t and grub_size_t, respectively.
8333         * fs/hfsplus.c (grub_hfsplus_read_file): Likewise.
8335         * fs/jfs.c (grub_jfs_read_file): Likewise.
8337         * fs/minix.c (grub_jfs_read_file): Likewise.
8339         * fs/sfs.c (grub_jfs_read_file): Likewise.
8341         * fs/ufs.c (grub_jfs_read_file): Likewise.
8343         * fs/xfs.c (grub_jfs_read_file): Likewise.
8345         * fs/fat.c (grub_fat_read_data): Change the types of SECTOR, LEN
8346         and SIZE to grub_disk_addr_t, grub_size_t and grub_size_t,
8347         respectively.
8349         * fs/ext2.c (grub_ext2_read_block): When an error happens, set
8350         BLKNR to -1 instead of returning GRUB_ERRNO.
8351         (grub_ext2_read_file): Change the types of SECTOR and
8352         LEN to grub_disk_addr_t and grub_size_t, respectively.
8354         * fs/affs.c (grub_affs_read_file): Change the types of SECTOR and
8355         LEN to grub_disk_addr_t and grub_size_t, respectively.
8357         * font/manager.c (grub_font_get_glyph): Cast BITMAP to char * for
8358         grub_file_read.
8360         * disk/ieee1275/ofdisk.c (grub_ofdisk_read): Fix the format
8361         string. Do not cast SECTOR explicitly.
8363         * disk/i386/pc/biosdisk.c (grub_biosdisk_open): Change the type of
8364         TOTAL_SECTORS to grub_uint64_t. Do not mask DRP->TOTAL_SECTORS.
8365         (grub_biosdisk_rw): Change the types of SECTOR and SIZE to
8366         grub_disk_addr_t and grub_size_t, respectively. If the sector is
8367         over 2TB and LBA mode is not supported, raise an error.
8368         (get_safe_sectors): New function.
8369         (grub_biosdisk_read): Use get_safe_sectors.
8370         (grub_biosdisk_write): Likewise.
8372         * disk/efi/efidisk.c (grub_efidisk_read): Fix the format string.
8373         (grub_efidisk_write): Likewise.
8375         * disk/loopback.c (delete_loopback): Cosmetic changes.
8376         (grub_cmd_loopback): Likewise. Also, test NEWDEV->FILENAME
8377         correctly.
8378         (grub_loopback_open): Likewise.
8379         (grub_loopback_read): Likewise. Also, change the type of POS to
8380         grub_off_t, and fix the usage of grub_memset.
8382         * commands/i386/pc/play.c: Include grub/machine/time.h.
8384         * commands/ls.c (grub_ls_list_files): Use "llu" instead of "d" to
8385         print FILE->SIZE.
8387         * commands/configfile.c: Include grub/env.h.
8389         * commands/cmp.c (grub_cmd_cmp): Do not use ERR, but use
8390         GRUB_ERRNO directly instead. Change the type of POS to
8391         grub_off_t. Follow the coding standard.
8393         * commands/blocklist.c: Include grub/partition.h.
8394         (grub_cmd_blocklist): Return an error if the underlying device is
8395         not a disk. Take the starting sector of a partition into account,
8396         if a partition is used.
8398         * boot/i386/pc/diskboot.S (bootloop): Adapted to the new offset of
8399         a length field.
8400         (lba_mode): Support 64-bit addresses.
8401         (chs_mode): Likewise.
8402         (copy_buffer): Adapted to the new offsets of a length field and a
8403         segment field.
8404         (blocklist_default_start): Allocate 64-bit space.
8406         * boot/i386/pc/boot.S (force_lba): Removed.
8407         (boot_drive): Moved to under KERNEL_SECTOR.
8408         (kernel_sector): Moved to under KERNEL_SEGMENT. Allocate 64-bit
8409         space.
8410         (real_start): Set %si earlier. Remove code for FORCE_LBA, since it
8411         is useless.
8412         (lba_mode): Refactored to support a 64-bit address. More size
8413         optimization.
8414         (setup_sectors): Likewise.
8416 2006-06-04  Yoshinori K. Okuji  <okuji@enbug.org>
8418         * DISTLIST: Added include/grub/i386/linux.h. Removed
8419         include/grub/i386/pc/linux.h
8421         * configure.ac (AC_INIT): Bumped to 1.94.
8423         * config.guess: Updated from gnulib.
8424         * config.sub: Likewise.
8425         * install-sh: Likewise.
8426         * mkinstalldirs: Likewise.
8428 2006-06-02  Yoshinori K. Okuji  <okuji@enbug.org>
8430         * conf/common.rmk (grub_modules_init.lst): Depended on
8431         grub_emu_SOURCES, excluding grub_emu_init.c, instead of
8432         MODSRCFILES.
8434         * genmk.rb (PModule::rule): Reverted the previous change.
8436 2006-06-02  Yoshinori K. Okuji  <okuji@enbug.org>
8438         * conf/common.rmk (grub_modules_init.lst): Depends on
8439         $(MODSRCFILES). Grep only the files in $(MODSRCFILES). Make sure
8440         that the target does not exist before producing.
8441         (grub_modules_init.h): Remove the target before generating.
8442         (grub_emu_init.c): Likewise.
8444         * genmk.rb (PModule::rule): Add source files into MODSRCFILES.
8446 2006-05-31  Jeroen Dekkers  <jeroen@dekkers.cx>
8448         * configure.ac: Don't set host_m32 for x86_64. Also reset LIBS
8449         for the target-specific tests. Make sure that we also have the
8450         up-to-date target variables for those tests.
8452 2006-05-31  Yoshinori K. Okuji  <okuji@enbug.org>
8454         * genmk.rb (Image::rule): Prefix CFLAGS or ASFLAGS with TARGET_.
8455         (PModule::rule): Likewise.
8457 2006-05-31  Yoshinori K. Okuji  <okuji@enbug.org>
8459         * genmk.rb (Image::rule): Set FLAG to CFLAGS or ASFLAGS instead of
8460         TARGET_CFLAGS or TARGET_ASFLAGS. There is no reason why
8461         target-specific flags should be prefixed.
8462         (PModule::rule): Likewise.
8464 2006-05-30  Yoshinori K. Okuji  <okuji@enbug.org>
8466         * configure.ac (CMP): Check if cmp is available explicitly.
8468 2006-05-29  Yoshinori K. Okuji  <okuji@enbug.org>
8470         * util/powerpc/ieee1275/grub-install.in (host_cpu): Removed.
8471         (target_cpu): New variable.
8472         (pkglibdir): Use target_cpu instead of host_cpu.
8474         * util/i386/pc/grub-install.in (host_cpu): Removed.
8475         (target_cpu): New variable.
8476         (pkglibdir): Use target_cpu instead of host_cpu.
8478         * util/genmoddep.c: Removed.
8480         * kern/efi/mm.c (filter_memory_map): Use GRUB_CPU_SIZEOF_VOID_P
8481         instead of GRUB_HOST_SIZEOF_VOID_P.
8482         * kern/dl.c: Likewise.
8484         * include/grub/i386/types.h (GRUB_HOST_SIZEOF_VOID_P): Renamed to
8485         ...
8486         (GRUB_TARGET_SIZEOF_VOID_P): ... this.
8487         (GRUB_HOST_SIZEOF_LONG): Renamed to ...
8488         (GRUB_TARGET_SIZEOF_LONG): ... this.
8489         (GRUB_HOST_WORDS_BIGENDIAN): Renamed to ...
8490         (GRUB_TARGET_WORDS_BIGENDIAN): ... this.
8491         * include/grub/powerpc/types.h (GRUB_HOST_SIZEOF_VOID_P): Renamed
8492         to ...
8493         (GRUB_TARGET_SIZEOF_VOID_P): ... this.
8494         (GRUB_HOST_SIZEOF_LONG): Renamed to ...
8495         (GRUB_TARGET_SIZEOF_LONG): ... this.
8496         (GRUB_HOST_WORDS_BIGENDIAN): Renamed to ...
8497         (GRUB_TARGET_WORDS_BIGENDIAN): ... this.
8498         * include/grub/sparc64/types.h (GRUB_HOST_SIZEOF_VOID_P): Renamed
8499         to ...
8500         (GRUB_TARGET_SIZEOF_VOID_P): ... this.
8501         (GRUB_HOST_SIZEOF_LONG): Renamed to ...
8502         (GRUB_TARGET_SIZEOF_LONG): ... this.
8503         (GRUB_HOST_WORDS_BIGENDIAN): Renamed to ...
8504         (GRUB_TARGET_WORDS_BIGENDIAN): ... this.
8506         * include/grub/types.h [!GRUB_UTIL] (GRUB_CPU_SIZEOF_VOID_P): Use
8507         GRUB_TARGET_SIZEOF_VOID_P instead of GRUB_HOST_SIZEOF_VOID_P.
8508         [!GRUB_UTIL] (GRUB_CPU_SIZEOF_LONG): Use GRUB_TARGET_SIZEOF_LONG
8509         instead of GRUB_HOST_SIZEOF_LONG.
8510         [!GRUB_UTIL]: Refer to GRUB_TARGET_WORDS_BIGENDIAN instead of
8511         GRUB_HOST_WORDS_BIGENDIAN to define or undefine
8512         GRUB_CPU_WORDS_BIGENDIAN.
8513         Refer to SIZEOF_VOID_P instead of GRUB_HOST_SIZEOF_VOID_P to
8514         define grub_host_addr_t, grub_host_off_t, grub_host_size_t and
8515         grub_host_ssize_t.
8517         * conf/i386-efi.rmk (noinst_UTILITIES): Removed.
8518         (genmoddep_SOURCES): Likewise.
8519         * conf/i386-pc.rmk (noinst_UTILITIES): Likewise.
8520         (genmoddep_SOURCES): Likewise.
8521         * conf/conf/powerpc-ieee1275.rmk (noinst_UTILITIES): Likewise.
8522         (genmoddep_SOURCES): Likewise.
8523         * conf/conf/conf/sparc64-ieee1275.rmk (noinst_UTILITIES):
8524         Likewise.
8525         (genmoddep_SOURCES): Likewise.
8527         * genmoddep.awk: New file.
8529         * genmk.rb (Image::rule): Use TARGET_CC, TARGET_CPPFLAGS,
8530         TARGET_CFLAGS, TARGET_ASFLAGS and TARGET_LDFLAGS instead of CC,
8531         CPPFLAGS, CFLAGS, ASFLAGS and LDFLAGS, respectively.
8532         (PModule::rule): Likewise.
8533         (Program::rule): Likewise.
8534         (Utility::rule): Use CC, CPPFLAGS, CFLAGS and LDFLAGS instead of
8535         BUILD_CC, BUILD_CPPFLAGS, BUILD_CFLAGS and BUILD_LDFLAGS,
8536         respectively.
8538         * configure.ac: Rewritten intensively to use host and target
8539         instead of build and host, respectively.
8541         * Makefile.in (pkglibdir): Use target_cpu instead of host_cpu.
8542         (host_cpu): Removed.
8543         (target_cpu): New variable.
8544         (CPPFLAGS): Added @CPPFLAGS@ and -DGRUB_LIBDIR=\"$(pkglibdir)\".
8545         (BUILD_CC): Removed.
8546         (BUILD_CFLAGS): Likewise.
8547         (BUILD_CPPFLAGS): Likewise.
8548         (TARGET_CC): New variable.
8549         (TARGET_CFLAGS): Likewise.
8550         (TARGET_CPPFLAGS): Likewise.
8551         (TARGET_LDFLAGS): Likewise.
8552         (AWK): Likewise.
8553         (include): Use target_cpu instead of host_cpu.
8554         (moddep.lst:): Use genmoddep.awk instead of genmoddep.
8556         * DISTLIST: Added genmoddep.awk. Removed util/genmoddep.c.
8558 2006-05-29  Vesa Jaaskelainen  <chaac@nic.fi>
8560         * include/grub/script.h (grub_script_cmdif): Renamed field 'bool' to
8561         'exec_to_evaluate'.  Renamed field 'true' to 'exec_on_true'.  Renamed
8562         field 'false' to 'exec_on_false'.
8563         (grub_script_create_cmdif): Renamed argument names to reflect above
8564         changes.
8566         * normal/execute.c (grub_script_execute_cmdif): Likewise.
8568         * normal/script.c (grub_script_create_cmdif): Likewise.
8570 2006-05-28  Yoshinori K. Okuji  <okuji@enbug.org>
8572         * fs/hfsplus.c (grub_hfsplus_btree_recoffset): Moved to near the
8573         top.
8574         (grub_hfsplus_btree_recptr): Likewise.
8575         (grub_hfsplus_find_block): Do not take RETRY any longer. Use
8576         FILEBLOCK both to pass a block number and store next block
8577         number.
8578         (grub_hfsplus_read_block): Rewritten heavily to support an extent
8579         overflow file correctly. Specify errors appropriately, because
8580         fshelp expects that GRUB_ERRNO is set when fails. Reuse
8581         grub_hfsplus_btree_recptr to get the pointer to a found key.
8582         (grub_hfsplus_btree_search): Return 1 instead of 0 when no match
8583         is found.
8585         * conf/i386-efi.rmk (pkgdata_MODULES): Added _linux.mod and
8586         linux.mod.
8587         (_linux_mod_SOURCES): New variable.
8588         (_linux_mod_CFLAGS): Likewise.
8589         (_linux_mod_LDFLAGS): Likewise.
8590         (linux_mod_SOURCES): Likewise.
8591         (linux_mod_CFLAGS): Likewise.
8592         (linux_mod_LDFLAGS): Likewise.
8594         * DISTLIST: Added loader/i386/efi/linux.c,
8595         loader/i386/efi/linux_normal.c and
8596         include/grub/i386/efi/loader.h.
8598         * loader/i386/efi/linux.c: New file.
8599         * loader/i386/efi/linux_normal.c: Likewise.
8600         * include/grub/i386/efi/loader.h: Likewise.
8602 2006-05-27  Yoshinori K. Okuji  <okuji@enbug.org>
8604         * commands/blocklist.c: New file.
8606         * DISTLIST: Added commands/blocklist.c.
8608         * term/efi/console.c (grub_console_highlight_color): Use a lighter
8609         color for the background, and a darker color for the foreground.
8610         (grub_console_checkkey): Return READ_KEY.
8611         (grub_console_cls): Set the background to
8612         GRUB_EFI_BACKGROUND_BLACK temporarily to clean out the screen.
8614         * kern/efi/efi.c (grub_efi_exit_boot_services): New function.
8616         * include/grub/i386/linux.h (struct linux_kernel_params): Fixed
8617         the size of "padding5", "hd0_drive_info" and "hd1_drive_info".
8619         * include/grub/efi/efi.h (grub_efi_exit_boot_services): New
8620         prototype.
8622         * include/grub/efi/api.h (GRUB_EFI_TEXT_ATTR): Do not shift
8623         BG. The spec is wrong again.
8625         * include/grub/normal.h [GRUB_UTIL] (grub_blocklist_init): New
8626         prototype.
8627         [GRUB_UTIL] (grub_blocklist_fini): Likewise.
8629         * conf/i386-pc.rmk (grub_emu_SOURCES): Added
8630         commands/blocklist.c.
8631         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
8633         * conf/common.rmk (pkgdata_MODULES): Added blocklist.mod.
8634         (blocklist_mod_SOURCES): New variable.
8635         (blocklist_mod_CFLAGS): Likewise.
8636         (blocklist_mod_LDFLAGS): Likewise.
8638 2006-05-20  Yoshinori K. Okuji  <okuji@enbug.org>
8640         * boot/i386/pc/boot.S (real_start): Set %si earlier to eliminate
8641         duplication.
8642         (lba_mode): Use %eax more intensively to reduce the code size.
8644 2006-05-20  Marco Gerards  <marco@gnu.org>
8646         * normal/lexer.c (grub_script_yylex): Don't filter out newlines.
8648         * normal/parser.y (commandblock): Defined as <cmd>.  A subroutine
8649         for `menuentry'.
8650         (script): Accept leading newlines.
8651         (newlines): New rule to describe 0 or more newlines.
8652         (commands): Accept `command' with trailing newline.  Fixed the
8653         order in which arguments were passed to `grub_script_add_cmd'.
8654         Accept commands separated by newlines.
8655         (function): Changed to accept newlines.
8656         (menuentry) Rewritten.
8658         * normal/script.c (grub_script_create_cmdmenu): Add new entries in
8659         front of the list, instead of to the end.
8661 2006-05-19  Yoshinori K. Okuji  <okuji@enbug.org>
8663         * util/i386/pc/grub-install.in (bindir): New variable.
8664         (grub_mkimage): Use BINDIR instead of SBINDIR. Reported by Lee
8665         Shaver <lbgwjl@gmail.com>.
8667 2006-05-14  Yoshinori K. Okuji  <okuji@enbug.org>
8669         * kern/i386/pc/startup.S: Include grub/cpu/linux.h instead of
8670         grub/machine/linux.h
8671         * loader/i386/pc/linux.c: Likewise.
8673         * include/grub/i386/pc/linux.h: Moved to ...
8674         * include/grub/i386/linux.h: ... here.
8676         * include/grub/i386/linux.h (struct linux_kernel_params): New
8677         struct.
8679 2006-05-09  Vesa Jaaskelainen  <chaac@nic.fi>
8681         * video/i386/pc/vbe.c (grub_video_vbe_fill_rect): Corrected bounds
8682         checking.
8683         (grub_video_vbe_blit_glyph): Likewise.
8684         (grub_video_vbe_blit_bitmap): Likewise.
8685         (grub_video_vbe_blit_render_target): Likewise.
8687 2006-05-09  Yoshinori K. Okuji  <okuji@enbug.org>
8689         * configure.ac (--with-platform): Properly quote the square
8690         brackets.
8692 2006-05-08  Marco Gerards  <marco@gnu.org>
8694         * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Renamed from
8695         this...
8696         (kernel_elf_HEADERS): ...to this.  Updated all users.
8697         (grubof_symlist.c): Renamed from this...
8698         (kernel_elf_symlist.c): ...to this.  Updated all users.
8699         (pkgdata_PROGRAMS): Changed `grubof' to `kernel.elf'.
8700         (grubof_SOURCES): Renamed from this...
8701         (kernel_elf_SOURCES): ...to this.
8702         (grubof_HEADERS): Renamed from this...
8703         (kernel_elf_HEADERS): ...to this.
8704         (grubof_CFLAGS): Renamed from this...
8705         (kernel_elf_CFLAGS): ...to this.
8706         (grubof_ASFLAGS): Renamed from this...
8707         (kernel_elf_ASFLAGS): ...to this.
8708         (grubof_LDFLAGS): Renamed from this...
8709         (kernel_elf_LDFLAGS): ...to this.
8711         * conf/sparc64-ieee1275.rmk (grubof_HEADERS): Renamed from
8712         this...
8713         (kernel_elf_HEADERS): ...to this.  Updated all users.
8714         (grubof_symlist.c): Renamed from this...
8715         (kernel_elf_symlist.c): ...to this.  Updated all users.
8716         (pkgdata_PROGRAMS): Changed `grubof' to `kernel.elf'.
8717         (grubof_SOURCES): Renamed from this...
8718         (kernel_elf_SOURCES): ...to this.
8719         (grubof_HEADERS): Renamed from this...
8720         (kernel_elf_HEADERS): ...to this.
8721         (grubof_CFLAGS): Renamed from this...
8722         (kernel_elf_CFLAGS): ...to this.
8723         (grubof_ASFLAGS): Renamed from this...
8724         (kernel_elf_ASFLAGS): ...to this.
8725         (grubof_LDFLAGS): Renamed from this...
8726         (kernel_elf_LDFLAGS): ...to this.
8728         * util/powerpc/ieee1275/grub-mkimage.c (add_segments): Use
8729         `kernel.elf' instead of `grubof'.
8731 2006-05-08  Yoshinori K. Okuji  <okuji@enbug.org>
8733         Add --with-platform to configure. Use pkglibdir instead of
8734         pkgdatadir. This is reported by Roger Leigh.
8736         * util/powerpc/ieee1275/grub-install.in (datadir): Removed.
8737         (host_vendor): Likewise.
8738         (host_os): Likewise.
8739         (pkgdatadir): Likewise.
8740         (platform): New variable.
8741         (pkglibdir): Likewise.
8742         Use PKGLIBDIR instead of PKGDATADIR.
8744         * util/i386/pc/grub-install.in (datadir): Removed.
8745         (host_vendor): Likewise.
8746         (host_os): Likewise.
8747         (pkgdatadir): Likewise.
8748         (platform): New variable.
8749         (pkglibdir): Likewise.
8750         Use PKGLIBDIR instead of PKGDATADIR.
8752         * util/powerpc/ieee1275/grub-mkimage.c (usage): Use GRUB_LIBDIR
8753         instead of GRUB_DATADIR.
8754         (main): Likewise.
8755         * util/i386/pc/grub-mkimage.c (usage): Likewise.
8756         (main): Likewise.
8757         * util/i386/efi/grub-mkimage.c (usage): Likewise.
8758         (main): Likewise.
8760         * configure.ac (--with-platform): New option.
8761         Use PLATFORM instead of HOST_VENDOR to specify a platform.
8763         * Makefile.in: Include a makefile based on PLATFORM instead of
8764         HOST_VENDOR.
8765         (pkgdatadir): Not appended by the machine type.
8766         (pkglibdir): Appended by the machine type.
8767         (host_vendor): Removed.
8768         (platform): New variable.
8769         (BUILD_CPPFLAGS): Specify GRUB_LIBDIR instead of GRUB_DATADIR.
8770         (install-local): Use PKGLIBDIR instead of PKGDATADIR.
8771         (uninstall): Likewise.
8773 2006-05-07  Yoshinori K. Okuji  <okuji@enbug.org>
8775         Use the environment context in the menu. Remove the commands
8776         "default" and "timeout", and use variables instead.
8778         * normal/menu.c: Include grub/env.h.
8779         (print_entry): Cast TITLE to silence gcc.
8780         (get_timeout): New function.
8781         (set_timeout): Likewise.
8782         (get_entry_number): Likewise.
8783         (run_menu): Use a default entry, a fallback entry and a timeout
8784         in the environment variables "default", "fallback" and
8785         "timeout". Also, tweak the default entry if it is not within the
8786         current menu entries.
8787         (grub_menu_run): Use a fallback entry in the environment variable
8788         "fallback".
8790         * normal/main.c (read_config_file): Do not initialize
8791         NEWMENU->DEFAULT_ENTRY, NEWMENU->FALLBACK_ENTRY or
8792         NEWMENU->TIMEOUT.
8793         (grub_normal_execute): Use a data slot to store the menu.
8795         * include/grub/normal.h (struct grub_menu): Removed default_entry,
8796         fallback_entry and timeout.
8797         (struct grub_menu_list): Removed.
8798         (grub_menu_list_t): Likewise.
8799         (struct grub_context): Likewise.
8800         (grub_context_t): Likewise.
8801         (grub_context_get): Likewise.
8802         (grub_context_get_current_menu): Likewise.
8803         (grub_context_push_menu): Likewise.
8804         (grub_context_pop_menu): Likewise.
8805         (grub_default_init): Likewise.
8806         (grub_default_fini): Likewise.
8807         (grub_timeout_init): Likewise.
8808         (grub_timeout_fini): Likewise.
8810         * conf/sparc64-ieee1275.rmk (pkgdata_MODULES): Removed default.mod
8811         and timeout.mod.
8812         (normal_mod_SOURCES): Removed normal/context.c.
8814         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Removed
8815         commands/default.c, commands/timeout.c and normal/context.c.
8816         (normal_mod_SOURCES): Removed normal/context.c.
8818         * conf/i386-pc.rmk (grub_emu_SOURCES): Removed commands/default.c,
8819         commands/timeout.c and normal/context.c.
8820         (normal_mod_SOURCES): Removed normal/context.c.
8822         * conf/i386-efi.rmk (grub_emu_SOURCES): Removed
8823         commands/default.c, commands/timeout.c and normal/context.c.
8824         (normal_mod_SOURCES): Removed normal/context.c.
8826         * conf/common.rmk (pkgdata_MODULES): Removed default.mod and
8827         timeout.mod.
8828         (default_mod_SOURCES): Removed.
8829         (default_mod_CFLAGS): Likewise.
8830         (default_mod_LDFLAGS): Likewise.
8831         (timeout_mod_SOURCES): Removed.
8832         (timeout_mod_CFLAGS): Likewise.
8833         (timeout_mod_LDFLAGS): Likewise.
8835         * DISTLIST: Removed commands/default.c, commands/timeout.c and
8836         normal/context.c.
8838         * commands/default.c: Removed.
8839         * commands/timeout.c: Likewise.
8840         * normal/context.c: Likewise.
8842 2006-05-07  Vesa Jaaskelainen  <chaac@nic.fi>
8844         * kern/i386/pc/startup.S (grub_exit): Added missing .code32 tag.
8846 2006-05-02  Yoshinori K. Okuji  <okuji@enbug.org>
8848         * kern/env.c (struct grub_env_context): Removed "sorted". Renamed
8849         "next" to "prev" for readability.
8850         (struct grub_env_sorted_var): New struct.
8851         (grub_env_context): Renamed to ...
8852         (initial_context): ... this.
8853         (grub_env_var_context): Renamed to ...
8854         (current_context): ... this.
8855         (grub_env_find): Look only at CURRENT_CONTEXT.
8856         (grub_env_context_open): Rewritten to copy exported variables from
8857         previous context.
8858         (grub_env_context_close): Rewritten according to the new
8859         scheme. Also, add an assertion to prevent the initial context from
8860         removed.
8861         (grub_env_insert): Removed the code for the sorted list.
8862         (grub_env_remove): Likewise.
8863         (grub_env_export): Simply mark the variable with
8864         GRUB_ENV_VAR_GLOBAL.
8865         (grub_env_set): A cosmetic change for naming consistency.
8866         (grub_env_get): Likewise.
8867         (grub_env_unset): Likewise.
8868         (grub_env_iterate): Rewritten to sort variables within this
8869         function.
8870         (grub_register_variable_hook): Fixed for naming consistency. Call
8871         grub_env_find again, only if NAME is not found at the first time.
8872         (mangle_data_slot_name): New function.
8873         (grub_env_set_data_slot): Likewise.
8874         (grub_env_get_data_slot): Likewise.
8875         (grub_env_unset_data_slot): Likewise.
8877         * include/grub/env.h (grub_env_var_type): New enum.
8878         (GRUB_ENV_VAR_LOCAL): New constant.
8879         (GRUB_ENV_VAR_GLOBAL): Likewise.
8880         (GRUB_ENV_VAR_DATA): Likewise.
8881         (struct grub_env_var): Removed "sort_next" and "sort_prevp". Added
8882         "type".
8883         (grub_env_set): Replace VAR with NAME for consistency.
8884         (grub_register_variable_hook): Likewise.
8885         (grub_env_export): Specify the name of the argument.
8886         (grub_env_set_data_slot): New prototype.
8887         (grub_env_get_data_slot): Likewise.
8888         (grub_env_unset_data_slot): Likewise.
8890 2006-04-30  Yoshinori K. Okuji  <okuji@enbug.org>
8892         Extend the loader so that GRUB can accept a loader which comes
8893         back to GRUB when a loaded image exits. Also, this change adds
8894         support for a chainloader on EFI.
8896         * term/efi/console.c: Include grub/misc.h.
8897         (grub_console_checkkey): Display a scan code on the top for
8898         debugging. This will be removed once the EFI port gets stable.
8899         Correct the scan code mapping.
8901         * kern/efi/mm.c (sort_memory_map): Sort in a descending order to
8902         allocate memory from larger regions, in order to reduce the number
8903         of allocated regions. Otherwise, the MacOSX loader panics.
8904         (filter_memory_map): Avoid less than 1MB for compatibility with
8905         other loaders.
8906         (add_memory_regions): Allocate from the tail of a region, if
8907         possible, to avoid allocating a region near to 1MB, for the MacOSX
8908         loader.
8910         * kern/efi/init.c (grub_efi_set_prefix): Specify
8911         GRUB_EFI_IMAGE_HANDLE to grub_efi_get_loaded_image.
8913         * kern/efi/efi.c (grub_efi_get_loaded_image): Accept a new
8914         argument IMAGE_HANDLE and specify it to get a loaded image.
8915         (grub_arch_modules_addr): Specify GRUB_EFI_IMAGE_HANDLE to
8916         grub_efi_get_loaded_image.
8917         (grub_efi_get_filename): Divide the length by the size of
8918         grub_efi_char16_t.
8919         (grub_efi_get_device_path): New function.
8920         (grub_efi_print_device_path): Print End Device Path nodes. Divide
8921         the length by the size of grub_efi_char16_t for a file path device
8922         path node.
8924         * kern/loader.c (grub_loader_noreturn): New variable.
8925         (grub_loader_set): Accept a new argument NORETURN. Set
8926         GRUB_LOADER_NORETURN to NORETURN.
8927         All callers changed.
8928         (grub_loader_boot): If GRUB_LOADER_NORETURN is false, do not call
8929         grub_machine_fini.
8931         * include/grub/efi/efi.h (grub_efi_get_device_path): New
8932         prototype.
8933         (grub_efi_get_loaded_image): Take an argument to specify an image
8934         handle.
8936         * include/grub/loader.h (grub_loader_set): Added one more argument
8937         NORETURN.
8939         * disk/efi/efidisk.c (make_devices): Use grub_efi_get_device_path
8940         instead of grub_efi_open_protocol.
8941         (grub_efidisk_get_device_name): Likewise.
8942         (grub_efidisk_close): Print a newline.
8943         (grub_efidisk_get_device_handle): Fixed to use
8944         GRUB_EFI_DEVICE_PATH_SUBTYPE instead of
8945         GRUB_EFI_DEVICE_PATH_TYPE.
8947         * disk/efi/efidisk.c (device_path_guid): Moved to ...
8948         * kern/efi/efi.c (device_path_guid): ... here.
8950         * conf/i386-efi.rmk (pkgdata_MODULES): Added _chain.mod and
8951         chain.mod.
8952         (kernel_mod_HEADERS): Added efi/disk.h.
8953         (_chain_mod_SOURCES): New variable.
8954         (_chain_mod_CFLAGS): Likewise.
8955         (_chain_mod_LDFLAGS): Likewise.
8956         (chain_mod_SOURCES): Likewise.
8957         (chain_mod_CFLAGS): Likewise.
8958         (chain_mod_LDFLAGS): Likewise.
8960         * DISTLIST: Added include/grub/efi/chainloader.h,
8961         loader/efi/chainloader.c and loader/efi/chainloader_normal.c.
8963         * include/grub/efi/chainloader.h: New file.
8964         * loader/efi/chainloader.c: Likewise.
8965         * loader/efi/chainloader_normal.c: Likewise.
8967 2006-04-30  Marco Gerards  <marco@gnu.org>
8969         * commands/configfile.c (grub_cmd_source): New function.
8970         (GRUB_MOD_INIT): Register the commands `source' and `.'.
8971         (GRUB_MOD_FINI): De-register the commands `source' and `.'.
8973 2006-04-30  Marco Gerards  <marco@gnu.org>
8975         * normal/execute.c (grub_script_execute_cmd): Change the return
8976         type to `grub_err_t'.  Correctly return the error.
8977         (grub_script_execute_cmdline): In case a command line is not a
8978         command or a function, try to interpret it as an assignment.
8980 2006-04-30  Yoshinori K. Okuji  <okuji@enbug.org>
8982         * fs/hfsplus.c (grub_hfsplus_read_block): Fixed a memory leak.
8983         (grub_hfsplus_iterate_dir): Reordered to skip unknown nodes. Also,
8984         skip a node whose name is obviously invalid as UTF-16,
8985         i.e. contains a NUL character. Stop the iteration when the last
8986         directory entry is found. Instead of using the return value of
8987         grub_hfsplus_btree_iterate_node, store the value in RET and use
8988         it, because the iterator can be stopped by the last directory
8989         entry.
8991 2006-04-30  Marco Gerards  <marco@gnu.org>
8993         * include/grub/env.h (grub_env_export): New prototype.  Reported
8994         by Jan C. Kleinsorge <jan.kleinsorge@udo.edu>.
8996 2006-04-30  Marco Gerards  <marco@gnu.org>
8998         * fs/hfsplus.c (grub_hfsplus_iterate_dir): Correctly calculate the
8999         size of the extents in a catalog file record.
9001 2006-04-29  Marco Gerards  <marco@gnu.org>
9003         * commands/configfile.c (grub_cmd_configfile): Execute the
9004         configfile within its own context.
9006         * include/grub/env.h (grub_env_context_open): New prototype.
9007         (grub_env_context_close): Likewise.
9009         * kern/env.c (grub_env): Removed.
9010         (grub_env_sorted): Likewise.
9011         (grub_env_context): New variable.
9012         (grub_env_var_context): Likewise.
9013         (grub_env_find): Search both the active context and the global
9014         context.
9015         (grub_env_context_open): New function.
9016         (grub_env_context_close): Likewise.
9017         (grub_env_insert): Likewise.
9018         (grub_env_remove): Likewise.
9019         (grub_env_export): Likewise.
9020         (grub_env_set): Changed to use helper functions to avoid code
9021         duplication.
9022         (grub_env_iterate): Rewritten so both the current context and the
9023         global context are being used.
9025         * normal/command.c (export_command): New function.
9026         (grub_command_init): Register the `export' function.
9028 2006-04-26  Yoshinori K. Okuji  <okuji@enbug.org>
9030         * util/i386/pc/grub-mkimage.c (compress_kernel): Cast arguments
9031         explicitly to suppress gcc's warnings.
9032         * fs/fat.c (grub_fat_find_dir): Likewise.
9033         (grub_fat_label): Likewise.
9034         * fs/xfs.c (grub_xfs_read_inode): Likewise.
9035         (grub_xfs_mount): Likewise.
9036         (grub_xfs_label): Likewise.
9037         * fs/affs.c (grub_affs_mount): Likewise.
9038         (grub_affs_label): Likewise.
9039         (grub_affs_iterate_dir): Likewise.
9040         * fs/sfs.c (grub_sfs_mount): Likewise.
9041         (grub_sfs_iterate_dir): Likewise.
9042         * fs/ufs.c (grub_ufs_lookup_symlink): Likewise.
9043         * fs/hfs.c (grub_hfs_mount): Likewise.
9044         (grub_hfs_cmp_catkeys): Likewise.
9045         (grub_hfs_find_dir): Likewise.
9046         (grub_hfs_dir): Likewise.
9047         (grub_hfs_label): Likewise.
9048         * fs/jfs.c (grub_jfs_mount): Likewise.
9049         (grub_jfs_opendir): Likewise.
9050         (grub_jfs_getent): Likewise.
9051         (grub_jfs_lookup_symlink): Likewise.
9052         (grub_jfs_label): Likewise.
9053         * fs/hfsplus.c (grub_hfsplus_cmp_catkey): Likewise.
9054         (grub_hfsplus_iterate_dir): Likewise.
9055         (grub_hfsplus_btree_iterate_node): Made static.
9057         * util/grub-emu.c (prefix): New variable.
9058         (grub_machine_set_prefix): New function.
9059         (main): Do not set the environment variable "prefix" here. Only
9060         set PREFIX, which is used later by grub_machine_set_prefix.
9062         * include/grub/video.h: Do not include grub/symbol.h.
9063         (grub_video_register): Not exported. This symbol is not defined in
9064         the kernel.
9065         (grub_video_unregister): Likewise.
9066         (grub_video_iterate): Likewise.
9067         (grub_video_setup): Likewise.
9068         (grub_video_restore): Likewise.
9069         (grub_video_get_info): Likewise.
9070         (grub_video_get_blit_format): Likewise.
9071         (grub_video_set_palette): Likewise.
9072         (grub_video_get_palette): Likewise.
9073         (grub_video_set_viewport): Likewise.
9074         (grub_video_get_viewport): Likewise.
9075         (grub_video_map_color): Likewise.
9076         (grub_video_map_rgb): Likewise.
9077         (grub_video_map_rgba): Likewise.
9078         (grub_video_fill_rect): Likewise.
9079         (grub_video_blit_glyph): Likewise.
9080         (grub_video_blit_bitmap): Likewise.
9081         (grub_video_blit_render_target): Likewise.
9082         (grub_video_scroll): Likewise.
9083         (grub_video_swap_buffers): Likewise.
9084         (grub_video_create_render_target): Likewise.
9085         (grub_video_delete_render_target): Likewise.
9086         (grub_video_set_active_render_target): Likewise.
9088         * include/grub/symbol.h [GRUB_SYMBOL_GENERATOR] (EXPORT_FUNC):
9089         Undefined.
9090         [GRUB_SYMBOL_GENERATOR] (EXPORT_VAR): Likewise.
9092         * conf/sparc64-ieee1275.rmk (grubof_symlist.c): Depended on
9093         config.h. Use gensymlist.sh instead of $(srcdir)/gensymlist.sh.
9094         (kernel_syms.lst): Depended on config.h. Use genkernsyms.sh
9095         instead of $(srcdir)/genkernsyms.sh.
9097         * conf/powerpc-ieee1275.rmk (grubof_symlist.c): Depended on
9098         config.h. Use gensymlist.sh instead of $(srcdir)/gensymlist.sh.
9099         (kernel_syms.lst): Depended on config.h. Use genkernsyms.sh
9100         instead of $(srcdir)/genkernsyms.sh.
9102         * conf/i386-pc.rmk (symlist.c): Depended on config.h. Use
9103         gensymlist.sh instead of $(srcdir)/gensymlist.sh.
9104         (kernel_syms.lst): Depended on config.h. Use genkernsyms.sh
9105         instead of $(srcdir)/genkernsyms.sh.
9107         * conf/i386-efi.rmk (symlist.c): Depended on config.h. Use
9108         gensymlist.sh instead of $(srcdir)/gensymlist.sh.
9109         (kernel_syms.lst): Depended on config.h. Use genkernsyms.sh
9110         instead of $(srcdir)/genkernsyms.sh.
9112         * configure.ac (AC_CONFIG_FILES): Added gensymlist.sh and
9113         genkernsyms.sh.
9115         * Makefile.in (DISTCLEANFILES): Added gensymlist.sh and
9116         genkernsyms.sh.
9117         (gensymlist.sh): New target.
9118         (genkernsyms.sh): Likewise.
9120         * DISTLIST: Removed genkernsyms.sh and gensymlist.sh. Added
9121         genkernsyms.sh.in and gensymlist.sh.in.
9123         * genkernsyms.sh: Removed.
9124         * gensymlist.sh: Likewise.
9126         * genkernsyms.sh.in: New file.
9127         * gensymlist.sh.in: Likewise.
9129 2006-04-25  Hollis Blanchard  <hollis@penguinppc.org>
9131         * kern/powerpc/ieee1275/init.c (grub_machine_set_prefix): Do not
9132         clobber "prefix", since we may have already set it manually.
9134 2006-04-25  Hollis Blanchard  <hollis@penguinppc.org>
9136         * kern/misc.c (abort): New alias for grub_abort.
9138 2006-04-25  Yoshinori K. Okuji  <okuji@enbug.org>
9140         A new machine-specific function "grub_machine_set_prefix" is
9141         defined. This is called after loading modules, so that a prefix
9142         initialization can use modules. Also, this change adds an
9143         intensive debugging feature for the memory manager via the
9144         configure option "--enable-mm-debug".
9146         * partmap/gpt.c (gpt_partition_map_iterate): Add one more into
9147         PART.LEN.
9149         * kern/sparc64/ieee1275/init.c (abort): Removed.
9150         (grub_stop): Likewise.
9151         (grub_exit): New function.
9152         (grub_set_prefix): Renamed to ...
9153         (grub_machine_set_prefix): ... this.
9154         (grub_machine_init): Do not call grub_set_prefix.
9156         * kern/powerpc/ieee1275/init.c (grub_set_prefix): Renamed to ...
9157         (grub_machine_set_prefix): ... this.
9158         (grub_machine_init): Do not call grub_set_prefix.
9160         * kern/i386/pc/init.c (grub_machine_set_prefix): New function.
9161         (grub_machine_init): Do not set the prefix here.
9163         * kern/i386/efi/init.c (grub_machine_set_prefix): New function.
9165         * kern/efi/init.c: Include grub/mm.h.
9166         (grub_efi_set_prefix): New function.
9168         * kern/efi/efi.c (grub_exit): Call grub_efi_fini.
9169         (grub_efi_get_filename): New function.
9170         (grub_print_device_path): Renamed to ...
9171         (grub_efi_print_device_path): ... this.
9173         * kern/mm.c [MM_DEBUG] (grub_malloc): Undefined.
9174         [MM_DEBUG] (grub_realloc): Likewise.
9175         [MM_DEBUG] (grub_free): Likewise.
9176         [MM_DEBUG] (grub_memalign): Likewise.
9177         [MM_DEBUG] (grub_mm_debug): New variable.
9178         [MM_DEBUG] (grub_debug_malloc): New function.
9179         [MM_DEBUG] (grub_debug_free): New function.
9180         [MM_DEBUG] (grub_debug_realloc): New function.
9181         [MM_DEBUG] (grub_debug_memalign): New function.
9183         * kern/misc.c (grub_abort): Print a newline to distinguish
9184         the message.
9186         * kern/main.c (grub_main): Call grub_machine_set_prefix and
9187         grub_set_root_dev after loading modules. This is necessary when
9188         setting a prefix depends on modules.
9190         * include/grub/efi/efi.h (grub_print_device_path): Renamed to ...
9191         (grub_efi_print_device_path): ... this.
9192         (grub_efi_get_filename): New prototype.
9193         (grub_efi_set_prefix): Likewise.
9195         * include/grub/efi/disk.h: Include grub/efi/api.h, grub/symbol.h
9196         and grub/disk.h.
9197         (grub_efidisk_get_device_handle): New prototype.
9198         (grub_efidisk_get_device_name): Likewise.
9200         * include/grub/mm.h: Include config.h.
9201         (MM_DEBUG): Removed.
9202         [MM_DEBUG && !GRUB_UTIL] (grub_mm_debug): New prototype.
9203         [MM_DEBUG && !GRUB_UTIL] (grub_malloc): New macro.
9204         [MM_DEBUG && !GRUB_UTIL] (grub_realloc): Likewise.
9205         [MM_DEBUG && !GRUB_UTIL] (grub_memalign): Likewise.
9206         [MM_DEBUG && !GRUB_UTIL] (grub_free): Likewise.
9207         [MM_DEBUG && !GRUB_UTIL] (grub_debug_malloc): New prototype.
9208         [MM_DEBUG && !GRUB_UTIL] (grub_debug_realloc): New prototype.
9209         [MM_DEBUG && !GRUB_UTIL] (grub_debug_memalign): New prototype.
9210         [MM_DEBUG && !GRUB_UTIL] (grub_debug_free): New prototype.
9212         * include/grub/kernel.h (grub_machine_set_prefix): New prototype.
9214         * disk/efi/efidisk.c: Include grub/partition.h.
9215         (iterate_child_devices): New function.
9216         (add_device): First, compare only last device path nodes, so that
9217         devices are sorted by the types.
9218         (grub_efidisk_get_device_handle): New function.
9219         (grub_efidisk_get_device_name): Likewise.
9221         * configure.ac (--enable-mm-debug): New option to enable the
9222         memory manager debugging feature. This makes the binary much
9223         bigger, so is disabled by default.
9225 2006-04-23  Yoshinori K. Okuji  <okuji@enbug.org>
9227         Use grub_abort instead of grub_stop, and grub_exit must be
9228         define in each architecture now. Also, this change adds support
9229         for EFI disks.
9231         * util/i386/pc/grub-probefs.c: Include grub/term.h.
9232         (grub_getkey): New function.
9233         (grub_term_get_current): Likewise.
9235         * util/i386/pc/grub-setup.c: Include grub/term.h.
9236         (grub_getkey): New function.
9237         (grub_term_get_current): Likewise.
9239         * util/misc.c (grub_stop): Renamed to ...
9240         (grub_exit): ... this.
9242         * kern/powerpc/ieee1275/init.c (abort): Renamed to ...
9243         (grub_exit): ... this.
9244         (grub_machine_init): Use grub_abort instead of abort.
9245         (grub_stop): Removed.
9247         * kern/powerpc/ieee1275/cmain.c (cmain): Use grub_abort instead of
9248         abort.
9250         * kern/i386/pc/startup.S (grub_exit): New function.
9251         (cold_reboot): New label.
9253         * kern/efi/init.c: Include grub/efi/disk.h and grub/env.h.
9254         (grub_efi_init): Call grub_efidisk_init.
9255         (grub_efi_fini): Call grub_efidisk_fini.
9257         * kern/efi/efi.c: Include grub/mm.h.
9258         (grub_efi_console_control_guid): Renamed to ...
9259         (console_control_guid): ... this.
9260         (grub_efi_loaded_image_guid): Renamed to ...
9261         (loaded_image_guid): ... this.
9262         (grub_efi_locate_handle): New function.
9263         (grub_efi_open_protocol): Likewise.
9264         (grub_efi_set_text_mode): Use CONSOLE_CONTROL_GUID instead of
9265         GRUB_EFI_CONSOLE_CONTROL_GUID.
9266         (grub_efi_exit): Removed.
9267         (grub_stop): Likewise.
9268         (grub_efi_get_loaded_image): Use grub_efi_open_protocol.
9269         (grub_exit): New function.
9270         (grub_print_device_path): Likewise.
9272         * kern/rescue.c (grub_rescue_cmd_exit): New function.
9273         (grub_enter_rescue_mode): Register "exit".
9275         * kern/misc.c (grub_real_dprintf): A cosmetic change.
9276         (grub_abort): New function.
9278         * kern/err.c (grub_fatal): Use grub_abort instead of grub_stop.
9280         * include/grub/sparc64/ieee1275/kernel.h (abort): Removed.
9282         * include/grub/powerpc/ieee1275/kernel.h (abort): Removed.
9284         * include/grub/efi/efi.h (grub_efi_exit): Removed.
9285         (grub_print_device_path): New prototype.
9286         (grub_efi_locate_handle): Likewise.
9287         (grub_efi_open_protocol): Likewise.
9289         * include/grub/efi/disk.h (grub_efidisk_fini): New file.
9290         * disk/efi/efidisk.c: Likewise.
9292         * DISTLIST: Added disk/efi/efidisk.c and include/grub/efi/disk.h.
9294         * include/grub/efi/console_control.h
9295         (GRUB_EFI_CONSOLE_CONTROL_GUID): Use an array for the last 8 bytes.
9297         * include/grub/efi/api.h (GRUB_EFI_LOADED_IMAGE_GUID): Specify the
9298         last 8 bytes as an array.
9299         (GRUB_EFI_DISK_IO_GUID): New macro.
9300         (GRUB_EFI_BLOCK_IO_GUID): Likewise.
9301         (GRUB_EFI_DEVICE_PATH_GUID): Likewise.
9302         (grub_efi_ipv6_address_t): Change the type to grub_uint16_t from
9303         grub_uint8_t.
9304         (struct grub_efi_guid): Use an array to specify the last 8 bytes.
9305         (struct grub_efi_device_path): Rename the member "sub_type" to
9306         "subtype".
9307         (GRUB_EFI_DEVICE_PATH_TYPE): New macro.
9308         (GRUB_EFI_DEVICE_PATH_SUBTYPE): Likewise.
9309         (GRUB_EFI_DEVICE_PATH_LENGTH): Likewise.
9310         (GRUB_EFI_END_DEVICE_PATH_TYPE): Likewise.
9311         (GRUB_EFI_END_ENTIRE_DEVICE_PATH_SUBTYPE): Likewise.
9312         (GRUB_EFI_END_THIS_DEVICE_PATH_SUBTYPE): Likewise.
9313         (GRUB_EFI_END_ENTIRE_DEVICE_PATH): Likewise.
9314         (GRUB_EFI_NEXT_DEVICE_PATH): Likewise.
9315         (GRUB_EFI_HARDWARE_DEVICE_PATH_TYPE): Likewise.
9316         (GRUB_EFI_PCI_DEVICE_PATH_SUBTYPE): Likewise.
9317         (struct grub_efi_pci_device_path): New structure.
9318         (grub_efi_pci_device_path_t): New type.
9319         (GRUB_EFI_PCCARD_DEVICE_PATH_SUBTYPE): New macro.
9320         (struct grub_efi_pccard_device_path): New structure.
9321         (grub_efi_pccard_device_path_t): New type.
9322         (GRUB_EFI_MEMORY_MAPPED_DEVICE_PATH_SUBTYPE): New macro.
9323         (struct grub_efi_memory_mapped_device_path): New structure.
9324         (grub_efi_memory_mapped_device_path_t): New type.
9325         (GRUB_EFI_VENDOR_DEVICE_PATH_SUBTYPE): New macro.
9326         (struct grub_efi_vendor_device_path): New structure.
9327         (grub_efi_vendor_device_path_t): New type.
9328         (GRUB_EFI_CONTROLLER_DEVICE_PATH_SUBTYPE): New macro.
9329         (struct grub_efi_controller_device_path): New structure.
9330         (grub_efi_controller_device_path_t): New type.
9331         (GRUB_EFI_ACPI_DEVICE_PATH_TYPE): New macro.
9332         (GRUB_EFI_ACPI_DEVICE_PATH_SUBTYPE): Likewise.
9333         (struct grub_efi_acpi_device_path): New structure.
9334         (grub_efi_acpi_device_path_t): New type.
9335         (GRUB_EFI_EXPANDED_ACPI_DEVICE_PATH_SUBTYPE): New macro.
9336         (struct grub_efi_expanded_acpi_device_path): New structure.
9337         (grub_efi_expanded_acpi_device_path_t): New type.
9338         (GRUB_EFI_EXPANDED_ACPI_HIDSTR): New macro.
9339         (GRUB_EFI_EXPANDED_ACPI_UIDSTR): Likewise.
9340         (GRUB_EFI_EXPANDED_ACPI_CIDSTR): Likewise.
9341         (GRUB_EFI_MESSAGING_DEVICE_PATH_TYPE): Likewise.
9342         (GRUB_EFI_ATAPI_DEVICE_PATH_SUBTYPE): Likewise.
9343         (struct grub_efi_atapi_device_path): New structure.
9344         (grub_efi_atapi_device_path_t): New type.
9345         (GRUB_EFI_FIBRE_CHANNEL_DEVICE_PATH_SUBTYPE): New macro.
9346         (struct grub_efi_fibre_channel_device_path): New structure.
9347         (grub_efi_fibre_channel_device_path_t): New type.
9348         (GRUB_EFI_1394_DEVICE_PATH_SUBTYPE): New macro.
9349         (struct grub_efi_1394_device_path): New structure.
9350         (grub_efi_1394_device_path_t): New type.
9351         (GRUB_EFI_USB_DEVICE_PATH_SUBTYPE): New macro.
9352         (struct grub_efi_usb_device_path): New structure.
9353         (grub_efi_usb_device_path_t): New type.
9354         (GRUB_EFI_USB_CLASS_DEVICE_PATH_SUBTYPE): New macro.
9355         (struct grub_efi_usb_class_device_path): New structure.
9356         (grub_efi_usb_class_device_path_t): New type.
9357         (GRUB_EFI_I2O_DEVICE_PATH_SUBTYPE): New macro.
9358         (struct grub_efi_i2o_device_path): New structure.
9359         (grub_efi_i2o_device_path_t): New type.
9360         (GRUB_EFI_MAC_ADDRESS_DEVICE_PATH_SUBTYPE): New macro.
9361         (struct grub_efi_mac_address_device_path): New structure.
9362         (grub_efi_mac_address_device_path_t): New type.
9363         (GRUB_EFI_IPV4_DEVICE_PATH_SUBTYPE): New macro.
9364         (struct grub_efi_ipv4_device_path): New structure.
9365         (grub_efi_ipv4_device_path_t): New type.
9366         (GRUB_EFI_IPV6_DEVICE_PATH_SUBTYPE): New macro.
9367         (struct grub_efi_ipv6_device_path): New structure.
9368         (grub_efi_ipv6_device_path_t): New type.
9369         (GRUB_EFI_INFINIBAND_DEVICE_PATH_SUBTYPE): New macro.
9370         (struct grub_efi_infiniband_device_path): New structure.
9371         (grub_efi_infiniband_device_path_t): New type.
9372         (GRUB_EFI_UART_DEVICE_PATH_SUBTYPE): New macro.
9373         (struct grub_efi_uart_device_path): New structure.
9374         (grub_efi_uart_device_path_t): New type.
9375         (GRUB_EFI_VENDOR_MESSAGING_DEVICE_PATH_SUBTYPE): New macro.
9376         (struct grub_efi_vendor_messaging_device_path): New structure.
9377         (grub_efi_vendor_messaging_device_path_t): New type.
9378         (GRUB_EFI_MEDIA_DEVICE_PATH_TYPE): New macro.
9379         (GRUB_EFI_HARD_DRIVE_DEVICE_PATH_SUBTYPE): Likewise.
9380         (struct grub_efi_hard_drive_device_path): New structure.
9381         (grub_efi_hard_drive_device_path_t): New type.
9382         (GRUB_EFI_CDROM_DEVICE_PATH_SUBTYPE): New macro.
9383         (struct grub_efi_cdrom_device_path): New structure.
9384         (grub_efi_cdrom_device_path_t): New type.
9385         (GRUB_EFI_VENDOR_MEDIA_DEVICE_PATH_SUBTYPE): New macro.
9386         (struct grub_efi_vendor_media_device_path): New structure.
9387         (grub_efi_vendor_media_device_path_t): New type.
9388         (GRUB_EFI_FILE_PATH_DEVICE_PATH_SUBTYPE): New macro.
9389         (struct grub_efi_file_path_device_path): New structure.
9390         (grub_efi_file_path_device_path_t): New type.
9391         (GRUB_EFI_PROTOCOL_DEVICE_PATH_SUBTYPE): New macro.
9392         (struct grub_efi_protocol_device_path): New structure.
9393         (grub_efi_protocol_device_path_t): New type.
9394         (GRUB_EFI_BIOS_DEVICE_PATH_TYPE): New macro.
9395         (GRUB_EFI_BIOS_DEVICE_PATH_SUBTYPE): Likewise.
9396         (struct grub_efi_bios_device_path): New structure.
9397         (grub_efi_bios_device_path_t): New type.
9398         (struct grub_efi_disk_io): New structure.
9399         (grub_efi_disk_io_t): New type.
9400         (struct grub_efi_block_io_media): New structure.
9401         (grub_efi_block_io_media_t): New type.
9402         (struct grub_efi_block_io): New structure.
9403         (grub_efi_block_io_t): New type.
9405         * include/grub/misc.h (grub_stop): Removed.
9406         (grub_exit): New prototype.
9407         (grub_abort): Likewise.
9409         * include/grub/disk.h (enum grub_disk_dev_id): Added
9410         GRUB_DISK_DEVICE_EFIDISK_ID.
9412         * conf/i386-efi.rmk (kernel_mod_SOURCES): Added
9413         disk/efi/efidisk.c.
9414         (kernel_syms.lst): Remove the target if an error occurs.
9416 2006-04-22  Yoshinori K. Okuji  <okuji@enbug.org>
9418         * kern/misc.c (grub_lltoa): Rewritten the decimal conversion part,
9419         as it was simply too buggy.
9421 2006-04-21  Yoshinori K. Okuji  <okuji@enbug.org>
9423         * kern/misc.c (grub_lltoa): New function.
9424         (grub_vsprintf): Added support for the long long suffix,
9425         i.e. "ll".
9427 2006-04-20  Hollis Blanchard  <hollis@penguinppc.org>
9429         * Makefile.in (LDFLAGS): Add variable.
9430         (LD): Remove variable.
9431         * configure.ac: Add -m32 to LDFLAGS.
9432         * genmk.rb (PModule#rule): Use $(CC) instead of $(LD).
9433         * conf/powerpc-ieee1275.rmk (COMMON_LDFLAGS): Add variable.
9434         (grubof_LDFLAGS): Use $(COMMON_LDFLAGS).
9435         (_linux_mod_LDFLAGS, linux_mod_LDFLAGS, normal_mod_LDFLAGS,
9436         suspend_mod_LDFLAGS, reboot_mod_LDFLAGS, halt_mod_LDFLAGS): New
9437         variables.
9438         * conf/sparc64-ieee1275.rmk (COMMON_LDFLAGS): Add -nostdlib.
9439         * conf/i386-pc.rmk (COMMON_LDFLAGS): Add -nostdlib.
9440         * conf/i386-efi.rmk (COMMON_LDFLAGS): Add -nostdlib.
9442 2006-04-20  Vesa Jaaskelainen  <chaac@nic.fi>
9444         * term/gfxterm.c (grub_gfxterm_getcharwidth): Fixed character
9445         length for unknown glyph.
9447 2006-04-20  Yoshinori K. Okuji  <okuji@enbug.org>
9449         Add support for pre-loaded modules into the EFI port.
9451         * util/i386/efi/grub-mkimage.c (make_mods_section): Rewritten
9452         completely. Accept one more argument DIR. The caller has changed.
9454         * kern/i386/efi/init.c (grub_arch_modules_addr): Removed.
9456         * kern/efi/efi.c: Include grub/efi/pe32.h and grub/kernel.h.
9457         (grub_efi_loaded_image_guid): New variable.
9458         (grub_efi_get_loaded_image): New function.
9459         (grub_arch_modules_addr): Likewise.
9461         * include/grub/efi/efi.h (grub_efi_get_loaded_image): New
9462         prototype.
9464         * include/grub/efi/api.h (GRUB_EFI_LOADED_IMAGE_GUID): New macro.
9465         (struct grub_efi_loaded_image): New structure.
9466         (grub_efi_loaded_image_t): New type.
9468 2006-04-20  Yoshinori K. Okuji  <okuji@enbug.org>
9470         * loader/i386/pc/linux.c (grub_rescue_cmd_linux): Compare the file
9471         size with GRUB_OS_AREA_SIZE as grub_size_t instead of
9472         grub_ssize_t. Reported by Jeff Chua <jeff84@silk.corp.fedex.com>.
9474 2006-04-19  Roger Leigh  <rleigh@whinlatter.ukfsn.org>
9476         * DISTLIST: Added `util/powerpc/ieee1275/grub-install.in'.
9478 2006-04-19  Yoshinori K. Okuji  <okuji@enbug.org>
9480         * DISTLIST: Added include/grub/efi/console.h,
9481         include/grub/efi/time.h, include/grub/i386/efi/kernel.h,
9482         kern/efi/init.c, kern/efi/mm.c, and term/efi/console.c.
9484         * include/grub/efi/console.h: New file.
9485         * include/grub/efi/time.h: Likewise.
9486         * include/grub/i386/efi/kernel.h: Likewise.
9487         * kern/efi/init.c: Likewise.
9488         * kern/efi/mm.c: Likewise.
9489         * term/efi/console.c: Likewise.
9491         * kern/i386/efi/init.c: Do not include grub/machine/time.h.
9492         (grub_stop): Removed.
9493         (grub_get_rtc): Likewise.
9494         (grub_machine_init): Simply call grub_efi_init.
9495         (grub_machine_fini): Call grub_efi_fini.
9497         * kern/efi/efi.c: Include grub/machine/time.h and grub/term.h.
9498         (grub_efi_output_string): Removed.
9499         (grub_efi_stall): New function.
9500         (grub_stop): Likewise.
9501         (grub_get_rtc): Likewise.
9503         * include/grub/efi/efi.h (grub_efi_output_string): Removed.
9504         (grub_efi_stall): New prototype.
9505         (grub_efi_allocate_pages): Likewise.
9506         (grub_efi_free_pages): Likewise.
9507         (grub_efi_get_memory_map): Likewise.
9508         (grub_efi_mm_init): Likewise.
9509         (grub_efi_mm_fini): Likewise.
9510         (grub_efi_init): Likewise.
9511         (grub_efi_fini): Likewise.
9513         * include/grub/i386/efi/time.h: Do not include
9514         grub/symbol.h. Include grub/efi/time.h.
9515         (GRUB_TICKS_PER_SECOND): Removed.
9516         (grub_get_rtc): Likewise.
9518         * include/grub/efi/api.h (struct grub_efi_memory_descriptor):
9519         Added padding. The EFI spec is buggy.
9520         (GRUB_EFI_BLACK): New macro.
9521         (GRUB_EFI_BLUE): Likewise.
9522         (GRUB_EFI_GREEN): Likewise.
9523         (GRUB_EFI_CYAN): Likewise.
9524         (GRUB_EFI_RED): Likewise.
9525         (GRUB_EFI_MAGENTA): Likewise.
9526         (GRUB_EFI_BROWN): Likewise.
9527         (GRUB_EFI_LIGHTGRAY): Likewise.
9528         (GRUB_EFI_BRIGHT): Likewise.
9529         (GRUB_EFI_DARKGRAY): Likewise.
9530         (GRUB_EFI_LIGHTBLUE): Likewise.
9531         (GRUB_EFI_LIGHTGREEN): Likewise.
9532         (GRUB_EFI_LIGHTCYAN): Likewise.
9533         (GRUB_EFI_LIGHTRED): Likewise.
9534         (GRUB_EFI_LIGHTMAGENTA): Likewise.
9535         (GRUB_EFI_YELLOW): Likewise.
9536         (GRUB_EFI_WHITE): Likewise.
9537         (GRUB_EFI_BACKGROUND_BLACK): Likewise.
9538         (GRUB_EFI_BACKGROUND_BLUE): Likewise.
9539         (GRUB_EFI_BACKGROUND_GREEN): Likewise.
9540         (GRUB_EFI_BACKGROUND_CYAN): Likewise.
9541         (GRUB_EFI_BACKGROUND_RED): Likewise.
9542         (GRUB_EFI_BACKGROUND_MAGENTA): Likewise.
9543         (GRUB_EFI_BACKGROUND_BROWN): Likewise.
9544         (GRUB_EFI_BACKGROUND_LIGHTGRAY): Likewise.
9545         (GRUB_EFI_TEXT_ATTR): Likewise.
9547         * conf/i386-efi.rmk (kernel_mod_SOURCES): Added kern/efi/efi.c,
9548         kern/efi/init.c, kern/efi/mm.c, and term/efi/console.c.
9549         (kernel_mod_HEADERS): Added efi/time.h.
9551 2006-04-18  Yoshinori K. Okuji  <okuji@enbug.org>
9553         * DISTLIST: Added conf/i386-efi.mk, conf/i386-efi.rmk,
9554         include/grub/efi/api.h, include/grub/efi/console_control.h,
9555         include/grub/efi/efi.h, include/grub/efi/pe32.h,
9556         include/grub/i386/efi/time.h, kern/efi/efi.c,
9557         kern/i386/efi/init.c, kern/i386/efi/startup.S,
9558         and util/i386/efi/grub-mkimage.c.
9560         * Makefile.in (RMKFILES): Added i386-efi.rmk.
9562         * genmk.rb (PModule#rule): Do not export symbols if
9563         #{prefix}_EXPORTS is set to "no".
9565         * conf/i386-efi.mk: New file.
9566         * conf/i386-efi.rmk: Likewise.
9567         * include/grub/efi/api.h: Likewise.
9568         * include/grub/efi/console_control.h: Likewise.
9569         * include/grub/efi/efi.h: Likewise.
9570         * include/grub/efi/pe32.h: Likewise.
9571         * include/grub/i386/efi/time.h: Likewise.
9572         * kern/efi/efi.c: Likewise.
9573         * kern/i386/efi/init.c: Likewise.
9574         * kern/i386/efi/startup.S: Likewise.
9575         * util/i386/efi/grub-mkimage.c: Likewise.
9577 2006-04-17  Marco Gerards  <marco@gnu.org>
9579         * include/grub/script.h: Include <grub/parser.h> and
9580         "grub_script.tab.h".
9581         (struct grub_lexer_param): New struct.
9582         (struct grub_parser_param): Likewise.
9583         (grub_script_create_arglist): Pass the state in an argument.
9584         (grub_script_add_arglist): Likewise.
9585         (grub_script_create_cmdline): Likewise.
9586         (grub_script_create_cmdblock): Likewise.
9587         (grub_script_create_cmdif): Likewise.
9588         (grub_script_create_cmdmenu): Likewise.
9589         (grub_script_add_cmd): Likewise.
9590         (grub_script_arg_add): Likewise.
9591         (grub_script_lexer_ref): Likewise.
9592         (grub_script_lexer_deref): Likewise.
9593         (grub_script_lexer_record_start): Likewise.
9594         (grub_script_lexer_record_stop): Likewise.
9595         (grub_script_mem_record): Likewise.
9596         (grub_script_mem_record_stop): Likewise.
9597         (grub_script_malloc): Likewise.
9598         (grub_script_yylex): Likewise.
9599         (grub_script_yyparse): Likewise.
9600         (grub_script_yyerror): Likewise.
9601         (grub_script_yylex): Likewise.
9602         (grub_script_lexer_init): Return the state.
9604         * normal/lexer.c (grub_script_lexer_state): Removed variable.
9605         (grub_script_lexer_done): Likewise.
9606         (grub_script_lexer_getline): Likewise.
9607         (grub_script_lexer_refs): Likewise.
9608         (script): Likewise.
9609         (newscript): Likewise.
9610         (record): Likewise.
9611         (recording): Likewise.
9612         (recordpos): Likewise.
9613         (recordlen): Likewise.
9614         (grub_script_lexer_init): Return the state instead of setting
9615         global variables.
9616         (grub_script_lexer_ref): Use the newly added argument for state
9617         instead of globals.
9618         (grub_script_lexer_deref): Likewise.
9619         (grub_script_lexer_record_start): Likewise.
9620         (grub_script_lexer_record_stop): Likewise.
9621         (recordchar): Likewise.
9622         (nextchar): Likewise.
9623         (grub_script_yylex2): Likewise.
9624         (grub_script_yylex): Likewise.
9625         (grub_script_yyerror): Likewise.
9627         * normal/parser.y (func_mem): Removed variable.
9628         (menu_entry): Likewise.
9629         (err): Likewise.
9630         (%lex-param): New parser option.
9631         (%parse-param): Likewise.
9632         (script): Always return the AST.
9633         (argument): Pass the state around.
9634         (arguments): Likewise.
9635         (grubcmd): Likewise.
9636         (commands): Likewise.
9637         (function): Likewise.
9638         (menuentry): Likewise.
9639         (if_statement): Likewise.
9640         (if): Likewise.
9642         * normal/script.c (grub_script_memused): Removed variable.
9643         (grub_script_parsed): Likewise.
9644         (grub_script_malloc): Added a state argument.  Use that instead of
9645         global variables.
9646         (grub_script_mem_record): Likewise.
9647         (grub_script_mem_record_stop): Likewise.
9648         (grub_script_arg_add): Likewise.
9649         (grub_script_add_arglist): Likewise.
9650         (grub_script_create_cmdline): Likewise.
9651         (grub_script_create_cmdif): Likewise.
9652         (grub_script_create_cmdmenu): Likewise.
9653         (grub_script_add_cmd): Likewise.
9654         (grub_script_parse): Setup the state before calling the parser.
9656 2006-04-16  Marco Gerards  <marco@gnu.org>
9658         * normal/command.c (grub_command_init): Remove the title command.
9660         * normal/lexer.c (grub_script_yylex): Renamed from this...
9661         (grub_script_yylex2): ... to this.
9662         (grub_script_yylex): New function.  Temporary
9663         introduced to filter some tokens.
9664         (grub_script_yyerror): Print a newline.
9666         * normal/main.c (read_config_file): Output information about the
9667         lines that contain errors.  Wait for a key after all lines have
9668         been processed.  Don't return an empty menu.
9670         * normal/parser.y (func_mem): Don't initialize.
9671         (menu_entry): Likewise.
9672         (err): New variable.
9673         (script): Don't return anything when an error was encountered.
9674         (ws, returns): Removed rules.
9675         (argument): Disabled concatenated variable support.
9676         (arguments): Remove explicit separators.
9677         (grubcmd): Likewise.
9678         (function): Likewise.
9679         (menuentry): Likewise.
9680         (if): Likewise.
9681         (commands): Likewise.  Add error handling.
9683         * normal/script.c (grub_script_create_cmdline): If
9684         `grub_script_parsed' is 0, assume the parser encountered an error.
9686 2006-04-02  Yoshinori K. Okuji  <okuji@enbug.org>
9688         * configure.ac: Add support for EFI. Fix the typo
9689         BUILD_LDDFLAGS. Restore the LDFLAGS after testing.
9691 2006-04-01  Vesa Jaaskelainen  <chaac@nic.fi>
9693         * util/unifont2pff.rb: Removed unnecessary byte ordering.  Now
9694         foreign multibyte characters should be shown correctly.
9696 2006-04-01  Vesa Jaaskelainen  <chaac@nic.fi>
9698         * normal/main.c (grub_normal_menu_addentry): Fixed menu size
9699         calculation.
9700         (read_config_file): Made it to close file before returning.
9702 2006-03-31  Vesa Jaaskelainen  <chaac@nic.fi>
9704         * DISTLIST: Added include/grub/i386/pc/vbeblit.h,
9705         include/grub/i386/pc/vbefill.h, video/i386/pc/vbeblit.c,
9706         video/i386/pc/vbefill.c.
9708         * conf/i386-pc.rmk (vbe_mod_SOURCES): Added video/i386/pc/vbeblit.c,
9709         video/i386/pc/vbefill.c.
9711         * include/grub/video.h (grub_video_blit_format): New enum.
9712         (grub_video_mode_info): Added new member blit_format.
9713         (grub_video_get_blit_format): New function prototype.
9715         * include/grub/i386/pc/vbe.h (grub_video_vbe_get_video_ptr): New
9716         function prototype.
9717         (grub_video_vbe_map_rgb): Likewise.
9718         (grub_video_vbe_unmap_color): Likewise.
9720         * include/grub/i386/pc/vbeblit.h: New file.
9722         * include/grub/i386/pc/vbefill.h: New file.
9724         * video/video.c (grub_video_get_blit_format): New function.
9725         (grub_video_vbe_get_video_ptr): Re-declared as non-static.
9726         (grub_video_vbe_map_rgb): Likewise.
9727         (grub_video_vbe_unmap_color): Likewise.
9729         * video/i386/pc/vbe.c (grub_video_vbe_fill_rect): Changed to use more
9730         optimized fills.
9731         (grub_video_vbe_blit_render_target): Changed to use more optimized
9732         blits.
9733         (grub_video_vbe_setup): Added detection for optimized settings.
9734         (grub_video_vbe_create_render_target): Likewise.
9736         * video/i386/pc/vbeblit.c: New file.
9738         * video/i386/pc/vbefill.c: New file.
9740 2006-03-30  Vesa Jaaskelainen  <chaac@nic.fi>
9742         * font/manager.c (grub_font_get_glyph): Removed font fixup from
9743         here...
9745         * util/unifont2pff.rb: ... and moved it to here.  Improved argument
9746         parsing to support both hex and dec ranges.  If filename was missing
9747         show usage information.
9749 2006-03-14  Vesa Jaaskelainen  <chaac@nic.fi>
9751         * DISTLIST: Added include/grub/video.h, term/gfxterm.c,
9752         video/video.c, commands/videotest.c.  Removed term/i386/pc/vesafb.c.
9754         * conf/i386-pc.rmk (pkgdata_MODULES): Added video.mod,
9755         gfxterm.mod, videotest.mod.  Removed vga.mod, vesafb.mod.
9756         (video_mod_SOURCES): Added.
9757         (video_mod_CFLAGS): Likewise.
9758         (video_mod_LDFLAGS): Likewise.
9759         (gfxterm_mod_SOURCES): Likewise.
9760         (gfxterm_mod_CFLAGS): Likewise.
9761         (gfxterm_mod_LDFLAGS): Likewise.
9762         (videotest_mod_SOURCES): Likewise.
9763         (videotest_mod_CFLAGS): Likewise.
9764         (videotest_mod_LDFLAGS): Likewise.
9765         (vesafb_mod_SOURCES): Removed.
9766         (vesafb_mod_CFLAGS): Likewise.
9767         (vesafb_mod_LDFLAGS): Likewise.
9768         (vga_mod_SOURCES): Likewise.
9769         (vga_mod_CFLAGS): Likewise.
9770         (vga_mod_LDFLAGS): Likewise.
9772         * commands/videotest.c: New file.
9774         * font/manager.c (fill_with_default_glyph): Modified to use
9775         grub_font_glyph.
9776         (grub_font_get_glyph): Likewise.
9777         (fontmanager): Renamed from this...
9778         (font_manager): ... to this.
9780         * include/grub/font.h (grub_font_glyph): Added new structure.
9781         (grub_font_get_glyph): Modified to use grub_font_glyph.
9783         * include/grub/misc.h (grub_abs): Added as inline function.
9785         * include/grub/video.h: New file.
9787         * include/grub/i386/pc/vbe.h (GRUB_VBE_STATUS_OK): New macro.
9788         (GRUB_VBE_MEMORY_MODEL_PACKED_PIXEL): Likewise.
9789         (GRUB_VBE_MEMORY_MODEL_DIRECT_COLOR): Likewise.
9790         (grub_vbe_get_controller_info): Renamed from this...
9791         (grub_vbe_bios_get_controller_info): ... to this.
9792         (grub_vbe_get_mode_info): Renamed from this...
9793         (grub_vbe_bios_get_mode_info): ... to this.
9794         (grub_vbe_set_mode): Renamed from this...
9795         (grub_vbe_bios_set_mode): ... to this.
9796         (grub_vbe_get_mode): Renamed from this...
9797         (grub_vbe_bios_get_mode): ... to this.
9798         (grub_vbe_set_memory_window): Renamed from this...
9799         (grub_vbe_bios_set_memory_window): ... to this.
9800         (grub_vbe_get_memory_window): Renamed from this...
9801         (grub_vbe_bios_get_memory_window): ... to this.
9802         (grub_vbe_set_scanline_length): Renamed from this...
9803         (grub_vbe_set_scanline_length): ... to this.
9804         (grub_vbe_get_scanline_length): Renamed from this...
9805         (grub_vbe_bios_get_scanline_length): ... to this.
9806         (grub_vbe_set_display_start): Renamed from this...
9807         (grub_vbe_bios_set_display_start): ... to this.
9808         (grub_vbe_get_display_start): Renamed from this...
9809         (grub_vbe_bios_get_display_start): ... to this.
9810         (grub_vbe_set_palette_data): Renamed from this...
9811         (grub_vbe_bios_set_palette_data): ... to this.
9812         (grub_vbe_set_pixel_rgb): Removed.
9813         (grub_vbe_set_pixel_index): Likewise.
9815         * kern/i386/pc/startup.S (grub_vbe_get_controller_info): Renamed
9816         from this...
9817         (grub_vbe_bios_get_controller_info): ... to this.
9818         (grub_vbe_get_mode_info): Renamed from this...
9819         (grub_vbe_bios_get_mode_info): ... to this.
9820         (grub_vbe_set_mode): Renamed from this...
9821         (grub_vbe_bios_set_mode): ... to this.
9822         (grub_vbe_get_mode): Renamed from this...
9823         (grub_vbe_bios_get_mode): ... to this.
9824         (grub_vbe_set_memory_window): Renamed from this...
9825         (grub_vbe_bios_set_memory_window): ... to this.
9826         (grub_vbe_get_memory_window): Renamed from this...
9827         (grub_vbe_bios_get_memory_window): ... to this.
9828         (grub_vbe_set_scanline_length): Renamed from this...
9829         (grub_vbe_set_scanline_length): ... to this.
9830         (grub_vbe_get_scanline_length): Renamed from this...
9831         (grub_vbe_bios_get_scanline_length): ... to this.
9832         (grub_vbe_set_display_start): Renamed from this...
9833         (grub_vbe_bios_set_display_start): ... to this.
9834         (grub_vbe_get_display_start): Renamed from this...
9835         (grub_vbe_bios_get_display_start): ... to this.
9836         (grub_vbe_set_palette_data): Renamed from this...
9837         (grub_vbe_bios_set_palette_data): ... to this.
9838         (grub_vbe_bios_get_controller_info): Fixed problem with registers
9839         getting corrupted after calling it.  Added more pushes and pops.
9840         (grub_vbe_bios_set_mode): Likewise.
9841         (grub_vbe_bios_get_mode): Likewise.
9842         (grub_vbe_bios_get_memory_window): Likewise.
9843         (grub_vbe_bios_set_scanline_length): Likewise.
9844         (grub_vbe_bios_get_scanline_length): Likewise.
9845         (grub_vbe_bios_get_display_start): Likewise.
9846         (grub_vbe_bios_set_palette_data): Likewise.
9848         * normal/cmdline.c (cl_set_pos): Refresh the screen.
9849         (cl_insert): Likewise.
9850         (cl_delete): Likewise.
9852         * term/gfxterm.c: New file.
9854         * term/i386/pc/vesafb.c: Removed file.
9856         * video/video.c: New file.
9858         * video/i386/pc/vbe.c (real2pm): Added new function.
9859         (grub_video_vbe_draw_pixel): Likewise.
9860         (grub_video_vbe_get_video_ptr): Likewise.
9861         (grub_video_vbe_get_pixel): Likewise
9862         (grub_video_vbe_init): Likewise.
9863         (grub_video_vbe_fini): Likewise.
9864         (grub_video_vbe_setup): Likewise.
9865         (grub_video_vbe_get_info): Likewise.
9866         (grub_video_vbe_set_palette): Likewise.
9867         (grub_video_vbe_get_palette): Likewise.
9868         (grub_video_vbe_set_viewport): Likewise.
9869         (grub_video_vbe_get_viewport): Likewise.
9870         (grub_video_vbe_map_color): Likewise.
9871         (grub_video_vbe_map_rgb): Likewise.
9872         (grub_video_vbe_map_rgba): Likewise.
9873         (grub_video_vbe_unmap_color): Likewise.
9874         (grub_video_vbe_fill_rect): Likewise.
9875         (grub_video_vbe_blit_glyph): Likewise.
9876         (grub_video_vbe_blit_bitmap): Likewise.
9877         (grub_video_vbe_blit_render_target): Likewise.
9878         (grub_video_vbe_scroll): Likewise.
9879         (grub_video_vbe_swap_buffers): Likewise.
9880         (grub_video_vbe_create_render_target): Likewise.
9881         (grub_video_vbe_delete_render_target): Likewise.
9882         (grub_video_vbe_set_active_render_target): Likewise.
9883         (grub_vbe_set_pixel_rgb): Remove function.
9884         (grub_vbe_set_pixel_index): Likewise.
9885         (index_color_mode): Remove static variable.
9886         (active_mode): Likewise.
9887         (framebuffer): Likewise.
9888         (bytes_per_scan_line): Likewise.
9889         (grub_video_vbe_adapter): Added new static variable.
9890         (framebuffer): Likewise.
9891         (render_target): Likewise.
9892         (initial_mode): Likewise.
9893         (mode_in_use): Likewise.
9894         (mode_list): Likewise.
9896 2006-03-10  Marco Gerards  <marco@gnu.org>
9898         * configure.ac (AC_INIT): Bumped to 1.93.
9900         * DISTLIST: Added `include/grub/hfs.h'.
9902 2006-02-01  Yoshinori K. Okuji  <okuji@enbug.org>
9904         * boot/i386/pc/boot.S (general_error): Before looping, try INT
9905         18H, which might help the BIOS falling back to next boot media.
9907 2006-01-25  Yoshinori K. Okuji  <okuji@enbug.org>
9909         * util/i386/pc/grub-install.in: Escape a backslash. Reported by
9910         Poe Chen <poe.poechen@gmail.com>.
9912 2006-01-17  Marco Gerards  <marco@gnu.org>
9914         * include/grub/normal.h: Include <grub/script.h>.
9915         (grub_command_list): Removed struct.
9916         (grub_command_list_t): Removed type.
9917         (grub_menu_entry): Remove members `num' and `command_list'.  Add
9918         members `commands' and `sourcecode'.
9919         * include/grub/script.h: Add inclusion guards.
9920         (grub_script_cmd_menuentry): New struct.
9921         (grub_script_execute_menuentry): New prototype.
9922         (grub_script_lexer_record_start): Likewise.
9923         (grub_script_lexer_record_stop): Likewise.
9924         * normal/execute.c (grub_script_execute_menuentry): New function.
9925         * normal/lexer.c (record, recording, recordpos, recordlen): New
9926         variables.
9927         (grub_script_lexer_record_start): New function.
9928         (grub_script_lexer_record_stop): Likewise.
9929         (recordchar): Likewise.
9930         (nextchar): Likewise.
9931         (grub_script_yylex): Use `nextchar' to fetch new characters.  Use
9932         2048 as the buffer size.  Add the tokens `menuentry' and `@'.
9933         * normal/main.c: Include <grub/parser.h> and <grub/script.h>
9934         (current_menu): New variable.
9935         (free_menu): Mainly rewritten.
9936         (grub_normal_menu_addentry): New function.
9937         (read_config_file): Rewritten.
9938         * normal/menu.c (run_menu_entry): Mainly rewritten.
9939         * normal/menu_entry.c (make_screen): Rewritten the code to insert
9940         the menu entry.
9941         (run): Mainly rewritten.
9942         * normal/parser.y (menu_entry): New variable.
9943         (GRUB_PARSER_TOKEN_MENUENTRY): New token.
9944         (menuentry): New rule.
9945         (command): Add `menuentry'.
9946         (if_statement): Allow additional returns before `fi'.
9947         * normal/script.c (grub_script_create_cmdmenu): New function.
9949 2006-01-03  Marco Gerards  <marco@gnu.org>
9951         * INSTALL: GNU Bison is required.
9952         * configure.ac: Rewritten the test to detect Bison.
9953         * Makefile.in (YACC): New variable.  Reported by Xun Sun
9954         <xun.sun.cn@gmail.com>.
9956 2006-01-03  Marco Gerards  <marco@gnu.org>
9958         * fs/hfsplus.c (grub_hfsplus_read_block): Convert the offset of
9959         the HFS+ filesystem to filesystem blocks.
9960         (grub_hfsplus_iterate_dir): Cast the `fileinfo' assignment so a
9961         GCC warning is silenced.
9963 2006-01-03  Marco Gerards  <marco@gnu.org>
9965         * partmap/apple.c (apple_partition_map_iterate): Convert the data
9966         read from disk from big endian to host byte order.
9968 2006-01-03  Hollis Blanchard  <hollis@penguinppc.org>
9970         * fs/hfs.c: Include <grub/hfs.h>.  Added reference to the official
9971         documentation.
9972         (GRUB_HFS_EMBED_HFSPLUS_SIG): New macro.
9973         (grub_hfs_mount): Grammar fix in error. Make sure this is not an
9974         embedded HFS+ filesystem.
9975         (GRUB_HFS_MAGIC, grub_hfs_extent, grub_hfs_datarecord_t)
9976         (grub_hfs_sblock): Move from here...
9977         * include/grub/hfs.h: To here...  New file.
9978         * fs/hfsplus.c: Include <grub/hfs.h>.  Added reference to the official
9979         documentation.
9980         (GRUB_HFSPLUS_MAGIC, GRUB_HFSPLUSX_MAGIC, GRUB_HFSPLUS_SBLOCK):
9981         New macros.
9982         (grub_hfsplus_volheader): Change type of member `magic' to
9983         `grub_uint16_t'.
9984         (grub_hfsplus_data): Add new member `embedded_offset'.
9985         (grub_hfsplus_read_block): Add the HFS+ wrapper offset to the
9986         returned block.
9987         (grub_hfsplus_mount): Read the HFS+ wrapper if it exists.
9988         Calculate the offset.
9990 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
9992         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_DRP_ADDR):
9993         Removed.
9994         (GRUB_BOOT_MACHINE_DRP_SIZE): Likewise.
9996 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
9998         * kern/env.c (grub_env_set): Check if ENV->VALUE instead of
9999         ENV->NAME is NULL after allocating ENV->VALUE.
10001 2005-12-25  Marco Gerards  <marco@gnu.org>
10003         * kern/env.c (grub_env_set): Rewritten the error handling code.
10005 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
10007         * geninit.sh: Made more robust, and more portable.
10009 2005-12-25  Marco Gerards  <marco@gnu.org>
10011         Add support for Apple HFS+ filesystems.
10013         * fs/hfsplus.c: New file.
10015         * DISTLIST: Added `fs/hfsplus.c'.
10017         * conf/common.rmk (pkgdata_MODULES): Add `hfsplus.mod'.
10018         (hfsplus_mod_SOURCES): New variable.
10019         (hfsplus_mod_CFLAGS): Likewise.
10020         (hfsplus_mod_LDFLAGS): Likewise.
10021         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/hfsplus.c'.
10022         (grub_setup_SOURCES): Likewise.
10023         (grub_mkdevicemap_SOURCES): Likewise.
10024         (grub_emu_SOURCES): Likewise.
10025         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
10027         * fs/fshelp.c (grub_fshelp_log2blksize): New function.
10029         * include/grub/fshelp.h (grub_fshelp_log2blksize): new prototype.
10031 2005-12-25  Yoshinori K. Okuji  <okuji@enbug.org>
10033         * DISTLIST: Added geninitheader.sh, geninit.sh, commands/test.c,
10034         commands/i386/pc/play.c, conf/common.mk, conf/common.rmk,
10035         include/grub/parser.h, include/grub/script.h, kern/parser.c,
10036         kern/sparc64/cache.S, normal/execute.c, normal/function.c,
10037         normal/lexer.c, normal/parser.y, normal/script.c, and
10038         partmap/gpt.c.
10039         Removed kern/sparc64/cache.c.
10041         * conf/common.rmk (DISTCLEANFILES): Added grub_script.tab.c,
10042         grub_script.tab.h, grub_modules_init.lst, grub_modules_init.h,
10043         grub_emu_init.c.
10045         * configure.ac (AC_INIT): Bumped to 1.92.
10047 2005-12-24  Vesa Jaaskelainen  <chaac@nic.fi>
10049         * kern/err.c (grub_error_push): Added new function to support error
10050         stacks.
10051         (grub_error_pop): Likewise.
10052         (grub_error_stack_items): New local variable to support error stacks.
10053         (grub_error_stack_pos): Likewise.
10054         (grub_error_stack_assert): Likewise.
10055         (GRUB_ERROR_STACK_SIZE): Added new define to configure maximum error
10056         stack depth.
10057         (grub_print_error): Added support to print errors from error stack.
10059         * include/grub/err.h (grub_error_push): Added function prototype.
10060         (grub_error_pop): Likewise.
10062 2005-12-09  Hollis Blanchard  <hollis@penguinppc.org>
10064         * configure.ac: Accept `powerpc64' as host_cpu.
10065         (amd64): Rename to `biarch32'.
10067         * kern/powerpc/cache.S (grub_arch_sync_caches): Handle
10068         non-cacheline-aligned addresses.
10070         * kern/dl.c (grub_dl_load_core): Add grub_dprintf messages.
10071         (grub_dl_flush_cache): Likewise.  Only call `grub_arch_sync_caches'
10072         if `size' is non-zero.
10074 2005-12-03  Marco Gerards  <mgerards@xs4all.nl>
10076         * conf/common.rmk (grub_modules_init.lst): Use `-printf "%P\n"'
10077         and `cd' to make sure the filename is not prefixed with a
10078         directory name.
10079         (pkgdata_MODULES): Add `gpt.mod'.
10080         (gpt_mod_SOURCES): New variable.
10081         (gpt_mod_CFLAGS): Likewise.
10082         (gpt_mod_LDFLAGS): Likewise.
10084         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `partmap/gpt.c'.
10086         * include/grub/pc_partition.h (GRUB_PC_PARTITION_TYPE_GPT_DISK):
10087         New macro.
10089         * partmap/gpt.c: New file.
10091         * partmap/pc.c (pc_partition_map_iterate): Don't continue when a
10092         GPT partition map is detected.
10094 2005-12-03  Vincent Pelletier  <subdino2004@yahoo.fr>
10096         * commands/i386/pc/play.c: New file.
10097         * conf/i386-pc.rmk (pkgdata_MODULES): Added play.mod.
10098         (play_mod_SOURCES, play_mod_CFLAGS, play_mod_LDFLAGS): New
10099         macros.
10101 2005-11-27  Marco Gerards  <mgerards@xs4all.nl>
10103         * include/grub/dl.h (GRUB_MOD_INIT): Use `__attribute__
10104         ((unused))' to silence gcc warning.
10106 2005-11-26  Hollis Blanchard  <hollis@penguinppc.org>
10108         * configure.ac: Correct `AC_PROG_YACC' test.
10110 2005-11-22  Hollis Blanchard  <hollis@penguinppc.org>
10112         * util/powerpc/ieee1275/grub-install.in: Run the mount point
10113         check before installing files.
10115 2005-11-22  Mike Small  <smallm@panix.com>
10117         * util/powerpc/ieee1275/grub-install.in (grubdir): Fixed partition
10118         number regex so multidigit numbers are recognized correctly.
10120 2005-11-22  Mike Small  <smallm@panix.com>
10122         * loader/powerpc/ieee1275/linux.c (grub_rescue_cmd_linux): Add a
10123         debugging message before attempting to claim memory.
10124         (grub_rescue_cmd_initrd): Add a claim debugging message and try
10125         multiple addresses in case of failure.
10127 2005-11-22  Hollis Blanchard  <hollis@penguinppc.org>
10129         * term/tparm.c (get_space): Remove empty `if' statement.
10131         * fs/ufs.c (grub_ufs_find_file): Remove `grub_le_to_cpu32'.
10133         * kern/parser.c (check_varstate): Rename `state' to 's'.
10135 2005-11-22  Hollis Blanchard  <hollis@penguinppc.org>
10137         * partmap/acorn.c: Change `unsigned' to `unsigned int'.  Move all
10138         variable definitions to the beginning of each function.  Sort stack
10139         variables by size.
10140         (find): Rename to `acorn_partition_map_find'.  Cast `grub_disk_read'
10141         `buf' argument to `char *'.
10143 2005-11-22  Hollis Blanchard  <hollis@penguinppc.org>
10145         * conf/powerpc-ieee1275.rmk: Include conf/common.mk.
10146         (pkgdata_MODULES): Removed fshelp.mod, fat.mod, ext2.mod, ufs.mod,
10147         minix.mod, hfs.mod, jfs.mod, xfs.mod, affs.mod, sfs.mod,
10148         hello.mod, boot.mod, terminal.mod, ls.mod, cmp.mod, cat.mod,
10149         help.mod, font.mod, terminfo.mod, amiga.mod, apple.mod, pc.mod,
10150         sun.mod, acorn.mod, loopback.mod, default.mod, timeout.mod,
10151         configfile.mod, search.mod, gzio.mod and test.mod.
10152         (symlist.c, grub_script.tab.c, grub_script.tab.h, kernel_syms.lst)
10153         (grub_modules_init.lst, grub_modules_init.h, grub_emu_init.c)
10154         (fshelp_mod_SOURCES, fshelp_mod_CFLAGS, fshelp_mod_LDFLAGS)
10155         (fat_mod_SOURCES, fat_mod_CFLAGS, fat_mod_LDFLAGS)
10156         (ext2_mod_SOURCES, ext2_mod_CFLAGS, ext2_mod_LDFLAGS)
10157         (ufs_mod_SOURCES, ufs_mod_CFLAGS, ufs_mod_LDFLAGS)
10158         (minix_mod_SOURCES, minix_mod_CFLAGS, minix_mod_LDFLAGS)
10159         (hfs_mod_SOURCES, hfs_mod_CFLAGS, hfs_mod_LDFLAGS, jfs_mod_SOURCES)
10160         (jfs_mod_CFLAGS, jfs_mod_LDFLAGS, iso9660_mod_SOURCES)
10161         (iso9660_mod_CFLAGS, iso9660_mod_LDFLAGS, xfs_mod_SOURCES)
10162         (xfs_mod_CFLAGS, xfs_mod_LDFLAGS, affs_mod_SOURCES)
10163         (affs_mod_CFLAGS, affs_mod_LDFLAGS, sfs_mod_SOURCES)
10164         (sfs_mod_CFLAGS, sfs_mod_LDFLAGS, hello_mod_SOURCES)
10165         (hello_mod_CFLAGS, hello_mod_LDFLAGS, boot_mod_SOURCES)
10166         (boot_mod_CFLAGS, boot_mod_LDFLAGS, terminal_mod_SOURCES)
10167         (terminal_mod_CFLAGS, terminal_mod_LDFLAGS, ls_mod_SOURCES)
10168         (ls_mod_CFLAGS, ls_mod_LDFLAGS, cmp_mod_SOURCES, cmp_mod_CFLAGS)
10169         (cmp_mod_LDFLAGS, cat_mod_SOURCES, cat_mod_CFLAGS, cat_mod_LDFLAGS)
10170         (help_mod_SOURCES, help_mod_CFLAGS, help_mod_LDFLAGS)
10171         (font_mod_SOURCES, font_mod_CFLAGS, font_mod_LDFLAGS)
10172         (terminfo_mod_SOURCES, terminfo_mod_CFLAGS, terminfo_mod_LDFLAGS)
10173         (amiga_mod_SOURCES, amiga_mod_CFLAGS, amiga_mod_LDFLAGS)
10174         (apple_mod_SOURCES, apple_mod_CFLAGS, apple_mod_LDFLAG): Removed.
10176         * conf/common.mk (grub_modules_init.lst): Use `find' instead of
10177         `grep --include'.
10178         (pkgdata_MODULES): Add test.mod.
10180 2005-11-18  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
10182         * genmk.rb: Fixed list rules moved to Makefile.in.  Recognise
10183         appending to variables with "+=".
10184         (PModule): Use full pathname to generate *.lst filenames.
10186         * Makefile.in: Fixed list rules moved from genmk.rb.
10187         (.DELETE_ON_ERROR): New special target.
10188         (RMKFILES): Add common.rmk and sparc64-ieee1275.rmk.
10190         * conf/i386-pc.rmk: Include conf/common.mk.
10191         (pkgdata_MODULES): Removed fshelp.mod, fat.mod, ext2.mod, ufs.mod,
10192         minix.mod, hfs.mod, jfs.mod, xfs.mod, affs.mod, sfs.mod,
10193         hello.mod, boot.mod, terminal.mod, ls.mod, cmp.mod, cat.mod,
10194         help.mod, font.mod, terminfo.mod, amiga.mod, apple.mod, pc.mod,
10195         sun.mod, acorn.mod, loopback.mod, default.mod, timeout.mod,
10196         configfile.mod, search.mod, gzio.mod and test.mod.
10197         (symlist.c, grub_script.tab.c, grub_script.tab.h, kernel_syms.lst)
10198         (grub_modules_init.lst, grub_modules_init.h, grub_emu_init.c)
10199         (fshelp_mod_SOURCES, fshelp_mod_CFLAGS, fshelp_mod_LDFLAGS)
10200         (fat_mod_SOURCES, fat_mod_CFLAGS, fat_mod_LDFLAGS)
10201         (ext2_mod_SOURCES, ext2_mod_CFLAGS, ext2_mod_LDFLAGS)
10202         (ufs_mod_SOURCES, ufs_mod_CFLAGS, ufs_mod_LDFLAGS)
10203         (minix_mod_SOURCES, minix_mod_CFLAGS, minix_mod_LDFLAGS)
10204         (hfs_mod_SOURCES, hfs_mod_CFLAGS, hfs_mod_LDFLAGS, jfs_mod_SOURCES)
10205         (jfs_mod_CFLAGS, jfs_mod_LDFLAGS, iso9660_mod_SOURCES)
10206         (iso9660_mod_CFLAGS, iso9660_mod_LDFLAGS, xfs_mod_SOURCES)
10207         (xfs_mod_CFLAGS, xfs_mod_LDFLAGS, affs_mod_SOURCES)
10208         (affs_mod_CFLAGS, affs_mod_LDFLAGS, sfs_mod_SOURCES)
10209         (sfs_mod_CFLAGS, sfs_mod_LDFLAGS, hello_mod_SOURCES)
10210         (hello_mod_CFLAGS, hello_mod_LDFLAGS, boot_mod_SOURCES)
10211         (boot_mod_CFLAGS, boot_mod_LDFLAGS, terminal_mod_SOURCES)
10212         (terminal_mod_CFLAGS, terminal_mod_LDFLAGS, ls_mod_SOURCES)
10213         (ls_mod_CFLAGS, ls_mod_LDFLAGS, cmp_mod_SOURCES, cmp_mod_CFLAGS)
10214         (cmp_mod_LDFLAGS, cat_mod_SOURCES, cat_mod_CFLAGS, cat_mod_LDFLAGS)
10215         (help_mod_SOURCES, help_mod_CFLAGS, help_mod_LDFLAGS)
10216         (font_mod_SOURCES, font_mod_CFLAGS, font_mod_LDFLAGS)
10217         (terminfo_mod_SOURCES, terminfo_mod_CFLAGS, terminfo_mod_LDFLAGS)
10218         (amiga_mod_SOURCES, amiga_mod_CFLAGS, amiga_mod_LDFLAGS)
10219         (apple_mod_SOURCES, apple_mod_CFLAGS, apple_mod_LDFLAG): Move from
10220         here...
10221         * conf/common.rmk: ... to here.  New file.
10223         * conf/common.mk: New file.
10225 2005-11-18  Yoshinori K. Okuji  <okuji@enbug.org>
10227         * conf/powerpc-ieee1275.rmk (grub_script.tab.h): Unified to ...
10228         (grub_script.tab.c): ... here.
10230         * conf/sparc64-ieee1275.rmk (grub_script.tab.h): Unified to ...
10231         (grub_script.tab.c): ... here.
10233         * conf/i386-pc.rmk (grub_script.tab.h): Unified to ...
10234         (grub_script.tab.c): ... here.
10236         * normal/command.c (grub_command_find): Fixed a memory leak of
10237         MODULE_NAME. Reported by Mike Small <smallm@panix.com>.
10239 2005-11-13  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
10241         * include/grub/symbol.h: (FUNCTION): Use double quotes instead of
10242         "@" which marks the start of a comment on ARM.
10243         (VARIABLE): Likewise.
10245 2005-11-13  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
10247         Add support for Linux/ADFS partition tables.
10249         * partmap/acorn.c: New file.
10251         * include/grub/acorn_filecore.h: Likewise.
10253         * DISTLIST: Added `partmap/acorn.c' and
10254         `include/grub/acorn_filecore.h'.
10256         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
10257         `partmap/acorn.c'.
10258         (pkgdata_MODULES): Add `acorn.mod'.
10259         (acorn_mod_SOURCES): New variable.
10260         (acorn_mod_CFLAGS): Likewise.
10262         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Add
10263         `partmap/acorn.c'.
10264         (pkgdata_MODULES): Add `acorn.mod'.
10265         (acorn_mod_SOURCES): New variable.
10266         (acorn_mod_CFLAGS): Likewise.
10268         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `partmap/acorn.c'.
10269         (pkgdata_MODULES): Add `acorn.mod'.
10270         (acorn_mod_SOURCES): New variable.
10271         (acorn_mod_CFLAGS): Likewise.
10272         (acorn_mod_LDFLAGS): Likewise.
10274         * include/types.h (grub_disk_addr_t): New typedef.
10276 2005-11-13  Marco Gerards  <mgerards@xs4all.nl>
10278         * geninit.sh: New file.
10280         * geninitheader.sh: Likewise.
10282         * commands/boot.c (grub_boot_init, grub_boot_fini): Removed.
10283         * commands/cat.c (grub_cat_init, grub_cat_fini): Likewise.
10284         * commands/cmp.c (grub_cmp_init, grub_cmp_fini): Likewise.
10285         * commands/configfile.c (grub_configfile_init)
10286         (grub_configfile_fini): Likewise.
10287         * commands/default.c (grub_default_init, grub_default_fini):
10288         Likewise.
10289         * commands/help.c (grub_help_init, grub_help_fini): Likewise.
10290         * commands/ls.c (grub_ls_init, grub_ls_fini): Likewise.
10291         * commands/search.c (grub_search_init, grub_search_fini): Likewise.
10292         * commands/terminal.c (grub_terminal_init, grub_terminal_fini):
10293         Likewise.
10294         * commands/test.c (grub_test_init, grub_test_fini): Likewise.
10295         * commands/timeout.c (grub_timeout_init, grub_timeout_fini):
10296         Likewise.
10297         * commands/i386/pc/halt.c (grub_halt_init, grub_halt_fini): Likewise.
10298         * commands/ieee1275/halt.c (grub_halt_init, grub_halt_fini):
10299         Likewise.
10300         * commands/i386/pc/reboot.c (grub_reboot_init, grub_reboot_fini):
10301         Likewise.
10302         * commands/ieee1275/reboot.c (grub_reboot_init, grub_reboot_fini):
10303         Likewise.
10304         * disk/loopback.c (grub_loop_init, grub_loop_fini): Likewise.
10305         * fs/affs.c (grub_affs_init, grub_affs_fini): Likewise.
10306         * fs/ext2.c (grub_ext2_init, grub_ext2_fini): Likewise.
10307         * fs/fat.c (grub_fat_init, grub_fat_fini): Likewise.
10308         * fs/hfs.c (grub_hfs_init, grub_hfs_fini): Likewise.
10309         * fs/iso9660.c (grub_iso9660_init, grub_iso9660_fini): Likewise.
10310         * fs/jfs.c (grub_jfs_init, grub_jfs_fini): Likewise.
10311         * fs/minix.c (grub_minix_init, grub_minix_fini): Likewise.
10312         * fs/sfs.c (grub_sfs_init, grub_sfs_fini): Likewise.
10313         * fs/ufs.c (grub_ufs_init, grub_ufs_fini): Likewise.
10314         * fs/xfs.c (grub_xfs_init, grub_xfs_fini): Likewise.
10315         * normal/main.c (grub_normal_init, grub_normal_fini): Likewise.
10316         * partmap/amiga.c (grub_amiga_partition_map_init)
10317         (grub_amiga_partition_map_fini): Likewise.
10318         * partmap/apple.c (grub_apple_partition_map_init)
10319         (grub_apple_partition_map_fini): Likewise.
10320         * partmap/pc.c (grub_pc_partition_map_init)
10321         (grub_pc_partition_map_fini): Likewise.
10322         * partmap/sun.c (grub_sun_partition_map_init,
10323         grub_sun_partition_map_fini): Likewise.
10324         * term/terminfo.c (grub_terminal_init, grub_terminal_fini):
10325         Likewise.
10327         * util/grub-emu.c: Include <grub_modules_init.h>.
10328         (main): Don't initialize and de-initialize any modules directly,
10329         use `grub_init_all' and `grub_fini_all' instead.
10331         * term/i386/pc/vesafb.c (grub_vesafb_init): Renamed to
10332         `grub_vesafb_mod_init'.
10333         (grub_vesafb_fini): Renamed to `grub_vesafb_mod_fini'.  Updated
10334         all users.
10335         * term/i386/pc/vga.c (grub_vga_init): Renamed to
10336         `grub_vga_mod_init'.  Updated all users.
10337         (grub_vga_fini): Renamed to `grub_vga_mod_fini'.
10339         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `grub_emu_init.c'.
10340         (grub_modules_init.lst, grub_modules_init.h, grub_emu_init.c): New
10341         rules.
10343         * include/grub/dl.h (GRUB_MOD_INIT): Add argument `name'.
10344         Generate a function to initialize the module in utilities.
10345         Updated all callers.
10346         (GRUB_MOD_FINI): Add argument `name'.  Generate a function to
10347         initialize the module in utilities.  Updated all callers.
10349 2005-11-09  Hollis Blanchard  <hollis@penguinppc.org>
10351         * term/ieee1275/ofconsole.c (grub_ofconsole_cls): Use both the ANSI
10352         escape sequence and a literal ^L to clear the screen.
10354         * commands/ieee1275/suspend.c (grub_cmd_suspend): Clear the screen
10355         when returning from Open Firmware.
10357 2005-11-09  Hollis Blanchard  <hollis@penguinppc.org>
10359         * term/ieee1275/ofconsole.c (grub_ofconsole_width): New variable.
10360         (grub_ofconsole_height): Likewise.
10361         (grub_ofconsole_putchar): If `grub_curr_x' exceeds console width,
10362         manually insert a '\n'.
10363         (grub_ofconsole_getwh): Set and return `grub_ofconsole_width' and
10364         `grub_ofconsole_height'.  Return early if these are already set.
10366 2005-11-07  Vincent Pelletier  <subdino2004@yahoo.fr>
10368         * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Add
10369         `commands/test.c', `fs/affs.c', `fs/sfs.c', `fs/xfs.c',
10370         `normal/execute.c', `normal/lexer.c', `io/gzio.c',
10371         `kern/parser.c', `grub_script.tab.c', `normal/function.c'
10372         and `normal/script.c'.
10373         (normal_mod_SOURCES): `normal/execute.c', `normal/lexer.c',
10374         `grub_script.tab.c', `normal/function.c' and `normal/script.c'.
10375         (test_mod_SOURCES): New variable.
10376         (test_mod_CFLAGS): Likewise.
10377         (test_mod_LDFLAGS): Likewise.
10378         (pkgdata_MODULES): Add `test.mod'.
10379         (grub_script.tab.c): New rule.
10380         (grub_script.tab.h): Likewise.
10382 2005-11-07  Marco Gerards  <mgerards@xs4all.nl>
10384         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
10385         `commands/test.c', `normal/execute.c', `normal/lexer.c',
10386         `grub_script.tab.c', `normal/function.c' and `normal/script.c'.
10387         (normal_mod_SOURCES): `normal/execute.c', `normal/lexer.c',
10388         `grub_script.tab.c', `normal/function.c' and `normal/script.c'.
10389         (test_mod_SOURCES): New variable.
10390         (test_mod_CFLAGS): Likewise.
10391         (pkgdata_MODULES): Add `test.mod'.
10392         (grub_script.tab.c): New rule.
10393         (grub_script.tab.h): Likewise.
10395 2005-11-06  Marco Gerards  <mgerards@xs4all.nl>
10397         Add initial scripting support.
10399         * commands/test.c: New file.
10400         * include/grub/script.h: Likewise.
10401         * normal/execute.c: Likewise.
10402         * normal/function.c: Likewise.
10403         * normal/lexer.c: Likewise.
10404         * normal/parser.y: Likewise.
10405         * normal/script.c: Likewise.
10407         * configure.ac: Add `AC_PROG_YACC' test.
10409         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `commands/test.c',
10410         `normal/execute.c', `normal/lexer.c', `grub_script.tab.c',
10411         `normal/function.c' and `normal/script.c'.
10412         (normal_mod_SOURCES): `normal/execute.c', `normal/lexer.c',
10413         `grub_script.tab.c', `normal/function.c' and `normal/script.c'.
10414         (test_mod_SOURCES, test_mod_CFLAGS, test_mod_LDFLAGS): New
10415         variables.
10416         (pkgdata_MODULES): Add `test.mod'.
10417         (grub_script.tab.c): New rule.
10418         (grub_script.tab.h): Likewise.
10420         * include/grub/err.h (grub_err_t): Add `GRUB_ERR_TEST_FAILURE'.
10422         * include/grub/normal.h (grub_test_init): New prototype.
10423         (grub_test_fini): Likewise.
10425         * normal/command.c: Include <grub/script.h>.
10426         (grub_command_execute): Rewritten.
10428         * util/grub-emu.c (main): Call `grub_test_init' and
10429         `grub_test_fini'.
10431 2005-11-03  Hollis Blanchard  <hollis@penguinppc.org>
10433         * kern/powerpc/ieee1275/init.c (grub_get_rtc): Initialize `msecs'
10434         to 0.
10435         * term/ieee1275/ofconsole.c (grub_ofconsole_checkkey): Return -1 if
10436         there are no pending characters.
10438 2005-11-03  Hollis Blanchard  <hollis@penguinppc.org>
10440         * kern/powerpc/ieee1275/openfw.c (grub_ieee1275_get_devname): Use
10441         `grub_strndup' to drop device arguments. Replace unnecessary
10442         `grub_strndup' with `grub_strdup'.
10444 2005-11-03  Hollis Blanchard  <hollis@penguinppc.org>
10446         * kern/term.c (grub_cls): Do not call grub_cur_term->cls() if the
10447         `debug' environment variable has been set.
10449 2005-11-02  Hollis Blanchard  <hollis@penguinppc.org>
10451         * Makefile.in (install-local): Use $(DATA).
10452         (uninstall): Likewise.
10453         * conf/powerpc-ieee1275.rmk (bin_UTILITIES): Move grub-mkimage...
10454         (sbin_UTILITIES): ... to here.
10455         (sbin_SCRIPTS): New variable.
10456         (grub_install_SOURCES): New variable.
10457         * util/powerpc/ieee1275/grub-install.in: New file.
10458         * util/powerpc/ieee1275/grub-mkimage.c (kernel_path): Remove
10459         variable.
10460         (add_segments): Call `grub_util_get_path'.
10462 2005-10-28  Yoshinori K. Okuji  <okuji@enbug.org>
10464         From Timothy Baldwin:
10465         * commands/ls.c (grub_ls_list_files): Close FILE with
10466         grub_file_close.
10467         * kern/misc.c (grub_vsprintf): Terminate the string S with NUL.
10469 2005-10-24  Marco Gerards  <mgerards@xs4all.nl>
10471         * include/grub/parser.h: New file.
10473         * kern/parser.c: Likewise.
10475         * conf/i386-pc.rmk (kernel_img_SOURCES): Add `kern/parser.c'.
10476         (grub_setup_SOURCES): Likewise.
10477         (grub_probefs_SOURCES): Likewise.
10478         (grub_emu_SOURCES): Likewise.
10479         (kernel_img_HEADERS): Add `parser.h'.
10481         * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Add `parser.h'.
10482         (grub_emu_SOURCES): Add `kern/parser.c'.
10483         (grubof_SOURCES): Likewise.
10485         * conf/sparc64-ieee1275.rmk (grubof_HEADERS): Add `parser.h'.
10486         (grubof_SOURCES): Add `kern/parser.c'.
10488         * include/grub/misc.h (grub_split_cmdline): Removed prototype.
10490         * kern/misc.c (grub_split_cmdline): Removed function.
10492         * kern/rescue.c: Include <grub/parser.h>.
10493         (grub_enter_rescue_mode): Use `grub_parser_split_cmdline' instead
10494         of `grub_split_cmdline'.
10496         * normal/command.c: Include <grub/parser.h>.
10497         (grub_command_execute):  Use `grub_parser_split_cmdline' instead
10498         of `grub_split_cmdline'.
10500         * normal/completion.c: Include <grub/parser.h>.
10501         (cmdline_state): New variable.
10502         (iterate_dir): End the filename with a quote depending on the
10503         command line state.
10504         (get_state): new function.
10505         (grub_normal_do_completion): Use `grub_parser_split_cmdline' to
10506         split the arguments and determine the current argument.  When the
10507         argument string is not quoted, escape all spaces.
10509 2005-10-23  Vincent Pelletier  <subdino2004@yahoo.fr>
10511         * normal/sparc64/setjmp.S: New file.
10513 2005-10-23  Vincent Pelletier  <subdino2004@yahoo.fr>
10515         * include/grub/sparc64/libgcc.h: New file.
10516         * conf/sparc64-ieee1275.rmk (COMMON_ASFLAGS): Remove -Av9.
10517         (normal_mod_SOURCES): Use normal/sparc64/setjmp.S instead of
10518         normal/sparc64/setjmp.c.
10520 2005-10-23  Vincent Pelletier  <subdino2004@yahoo.fr>
10522         * kern/sparc64/dl.c: Rewritten for SPARCV9 ELF.
10523         * kern/sparc64/cache.S: New file.
10524         * kern/sparc64/cache.c: Removed.
10525         * conf/sparc64-ieee1275.rmk (COMMON_ASFLAGS): Add -Av9.
10526         (COMMON_CFLAGS): Add -mno-app-regs.  Remove -mcpu=v9 and
10527         -mtune=ultrasparc.
10528         (COMMON_LDFLAGS): Add -melf64_sparc.
10529         (grubof_HEADERS): Add sparc64/libgcc.h and machine/kernel.h.
10530         (grubof_SOURCES): Use cache.S instead of cache.c.
10531         (grubof_LDFLAGS): Add -mno-app-regs.  Replace "-Xlinker
10532         --oformat -Xlinker elf64-sparc" by "-Bstatic,-melf64_sparc".
10533         (pkgdata_MODULES): Uncomment. Leave linux.mod and _linux.mod
10534         commented though.
10535         (normal_mod_SOURCES): Add normal/completion.c and normal/misc.c.
10536         (_linux_mod_SOURCES, _linux_mod_CFLAGS, linux_mod_SOURCES)
10537         (linux_mod_CFLAGS): Commented out.
10538         (_linux_mod_LDFLAGS, linux_mod_LDFLAGS): New macro, commented
10539         out because module isn't built.
10540         (fshelp_mod_LDFLAGS, fat_mod_LDFLAGS, ext2_mod_LDFLAGS)
10541         (ufs_mod_LDFLAGS, minix_mod_LDFLAGS, hfs_mod_LDFLAGS)
10542         (jfs_mod_LDFLAGS, iso9660_mod_LDFLAGS, normal_mod_LDFLAGS)
10543         (hello_mod_LDFLAGS, boot_mod_LDFLAGS, terminal_mod_LDFLAGS)
10544         (ls_mod_LDFLAGS, cmp_mod_LDFLAGS, cat_mod_LDFLAGS)
10545         (font_mod_LDFLAGS, amiga_mod_LDFLAGS, apple_mod_LDFLAGS)
10546         (pc_mod_LDFLAGS, sun_mod_LDFLAGS, loopback_mod_LDFLAGS)
10547         (suspend_mod_LDFLAGS, reboot_mod_LDFLAGS, halt_mod_LDFLAGS)
10548         (help_mod_LDFLAGS, default_mod_LDFLAGS, timeout_mod_LDFLAGS)
10549         (configfile_mod_LDFLAGS, search_mod_LDFLAGS, xfs_mod_SOURCES)
10550         (xfs_mod_CFLAGS, xfs_mod_LDFLAGS, affs_mod_SOURCES)
10551         (affs_mod_CFLAGS, affs_mod_LDFLAGS, sfs_mod_SOURCES)
10552         (sfs_mod_CFLAGS, sfs_mod_LDFLAGS, gzio_mod_SOURCES)
10553         (gzio_mod_CFLAGS, gzio_mod_LDFLAGS): New macro.
10555 2005-10-20  Yoshinori K. Okuji  <okuji@enbug.org>
10557         * util/i386/pc/grub-probefs.c (main): Call grub_xfs_init and
10558         grub_xfs_fini. Do not call grub_hfs_init or grub_hfs_fini any
10559         longer, because HFS should not be used on PC.
10561 2005-10-20  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
10563         * io/gzio.c (grub_gzio_read): Use OFFSET instead of FILE->OFFSET
10564         consistently within the loop.
10566 2005-10-15  Marco Gerards  <mgerards@xs4all.nl>
10568         * fs/xfs.c (grub_xfs_iterate_dir): Detect an error if part of a
10569         directory can not be read.
10571 2005-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
10573         * configure.ac (AC_INIT): Increase the version number to 1.91.
10575         * DISTLIST: Added include/grub/terminfo.h, include/grub/tparm.h,
10576         include/grub/i386/pc/serial.h, term/terminfo.c, term/tparm.c and
10577         term/i386/pc/serial.c.
10579 2005-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
10581         * kern/file.c (grub_file_seek): Seeking to an offset equal to a
10582         file size must be permitted.
10584         * kern/i386/pc/startup.S (multiboot_trampoline): Fix a mistake
10585         between %ah and %al.
10587 2005-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
10589         * fs/xfs.c (grub_xfs_iterate_dir): Change the type of BLK to
10590         grub_uint64_t.
10591         Call the hook with a NUL-terminated filename.
10592         (grub_xfs_mount): Use grub_be_to_cpu32 instead of
10593         grub_cpu_to_be32.
10595         * kern/term.c (cursor_state): New variable.
10596         (grub_term_set_current): Reset the cursor state on a new
10597         terminal.
10598         (grub_setcursor): Rewritten to use CURSOR_STATE.
10599         (grub_getcursor): New function.
10601         * include/grub/term.h (grub_getcursor): New prototype.
10603         * io/gzio.c (test_header): Align BUF for accessing it as 32-bit
10604         integers on ARM. Reported by Timothy Baldwin
10605         <T.E.Baldwin99@members.leeds.ac.uk>.
10607 2005-10-11  Marco Gerards  <mgerards@xs4all.nl>
10609         * fs/sfs.c (grub_sfs_open): Don't free `data->label' if it is not
10610         allocated.
10611         (grub_sfs_dir): Likewise.
10613 2005-10-09  Marco Gerards  <mgerards@xs4all.nl>
10615         Add support for the SFS filesystem.
10617         * fs/sfs.c: New file.
10619         * DISTLIST: Added `fs/sfs.c'.
10621         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/sfs.c'.
10622         (grub_probefs_SOURCES): Likewise.
10623         (grub_emu_SOURCES): Likewise.
10624         (pkgdata_MODULES): Add `sfs.mod'.
10625         (sfs_mod_SOURCES): New variable.
10626         (sfs_mod_CFLAGS): Likewise.
10627         (sfs_mod_LDFLAGS): Likewise.
10629         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `fs/sfs.c'.
10630         (pkgdata_MODULES): Add `sfs.mod'.
10631         (sfs_mod_SOURCES): New variable.
10632         (sfs_mod_CFLAGS): Likewise.
10634         * util/grub-emu.c (main): Call `grub_sfs_init' and
10635         `grub_sfs_fini'.
10637         * include/grub/fs.h (grub_sfs_init): New prototype.
10638         (grub_sfs_fini): Likewise.
10640 2005-10-07  Marco Gerards  <mgerards@xs4all.nl>
10642         Add support for the AFFS filesystem.
10644         * fs/affs.c: New file.
10646         * DISTLIST: Added `fs/affs.c'.
10648         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/affs.c'.
10649         (grub_probefs_SOURCES): Likewise.
10650         (grub_emu_SOURCES): Likewise.
10651         (pkgdata_MODULES): Add `affs.mod'.
10652         (affs_mod_SOURCES): New variable.
10653         (affs_mod_CFLAGS): Likewise.
10654         (affs_mod_LDFLAGS): Likewise.
10656         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `fs/affs.c'.
10657         (pkgdata_MODULES): Add `affs.mod'.
10658         (affs_mod_SOURCES): New variable.
10659         (affs_mod_CFLAGS): Likewise.
10661         * util/grub-emu.c (main): Call `grub_affs_init' and
10662         `grub_affs_fini'.
10664         * include/grub/fs.h (grub_affs_init): New prototype.
10665         (grub_affs_fini): Likewise.
10667 2005-10-01  Marco Gerards  <mgerards@xs4all.nl>
10669         * fs/xfs.c (grub_xfs_iterate_dir): Add parentheses.
10671 2005-10-01  Marco Gerards  <mgerards@xs4all.nl>
10673         * configure.ac: Accept `x86_64' as host_cpu.  In that case add
10674         `-m32' to CFLAGS.
10676         * genmk.rb (class PModule): Always use `$(#{prefix}_LDFLAGS)' when
10677         linking.
10679         * conf/i386-pc.rmk (COMMON_CFLAGS): Add `-m32'.
10680         (COMMON_LDFLAGS): New variable.
10681         (kernel_img_LDFLAGS): Include `COMMON_FLAGS'.
10682         (_chain_mod_LDFLAGS, fshelp_mod_LDFLAGS, fat_mod_LDFLAGS)
10683         (ext2_mod_LDFLAGS, ufs_mod_LDFLAGS, minix_mod_LDFLAGS)
10684         (hfs_mod_LDFLAGS, jfs_mod_LDFLAGS, iso9660_mod_LDFLAGS)
10685         (xfs_mod_LDFLAGS, _linux_mod_LDFLAGS, linux_mod_LDFLAGS)
10686         (normal_mod_LDFLAGS, hello_mod_LDFLAGS, boot_mod_LDFLAGS)
10687         (terminal_mod_LDFLAGS, ls_mod_LDFLAGS, cmp_mod_LDFLAGS)
10688         (cat_mod_LDFLAGS, help_mod_LDFLAGS, reboot_mod_LDFLAGS)
10689         (halt_mod_LDFLAGS, vga_mod_LDFLAGS, font_mod_LDFLAGS)
10690         (terminfo_mod_LDFLAGS, serial_mod_LDFLAGS, _multiboot_mod_LDFLAGS)
10691         (multiboot_mod_LDFLAGS, amiga_mod_LDFLAGS, apple_mod_LDFLAGS)
10692         (pc_mod_LDFLAGS, sun_mod_LDFLAGS, loopback_mod_LDFLAGS)
10693         (default_mod_LDFLAGS, timeout_mod_LDFLAGS, configfile_mod_LDFLAGS)
10694         (vbe_mod_LDFLAGS, vesafb_mod_LDFLAGS, vbeinfo_mod_LDFLAGS)
10695         (vbetest_mod_LDFLAGS, search_mod_LDFLAGS, gzio_mod_LDFLAGS): New
10696         variables.
10697         (normal_mod_ASFLAGS): Add `-m32'.
10699         * include/grub/types.h (grub_host_addr_t, grub_host_off_t)
10700         (grub_host_size_t, grub_host_ssize_t): New types.
10701         (grub_addr_t, grub_off_t, grub_size_t, grub_ssize_t): Make type
10702         dependent of `GRUB_CPU_SIZEOF_VOID_P' instead on
10703         `GRUB_HOST_SIZEOF_VOID_P'.
10705         * include/grub/kernel.h (struct grub_module_header): Type of
10706         member offset changed to `grub_host_off_t'.  Type of member size
10707         changed to `grub_host_size_t'.
10708         (struct grub_module_info): Type of member offset changed to
10709         `grub_host_off_t'.  Type of member size changed to
10710         `grub_host_size_t'.
10712 2005-09-29  Yoshinori K. Okuji  <okuji@enbug.org>
10714         Make GRUB's kernel compliant to Multiboot Specification.
10716         * kern/i386/pc/startup.S (multiboot_header): New label.
10717         (multiboot_entry): Likewise.
10718         (multiboot_trampoline): Likewise.
10720         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE):
10721         Increased to 0x4A0.
10723         * fs/xfs.c (grub_xfs_iterate_dir): Fix a syntax error. You may not
10724         put parentheses after a question mark.
10725         [!GRUB_UTIL] (my_mod): New variable.
10727         * util/grub-emu.c (main): Call grub_xfs_init and grub_xfs_fini.
10729 2005-09-28  Marco Gerards  <mgerards@xs4all.nl>
10731         Adds support for the XFS filesystem.  Btrees are not supported
10732         yet.
10734         * fs/xfs.c: New file.
10736         * DISTLIST: Added `fs/xfs.c'.
10738         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `fs/xfs.c'.
10739         (grub_probefs_SOURCES): Likewise.
10740         (grub_emu_SOURCES): Likewise.
10741         (pkgdata_MODULES): Add `xfs.mod'.
10742         (xfs_mod_SOURCES): New variable.
10743         (xfs_mod_CFLAGS): Likewise.
10745         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add `fs/xfs.c'.
10746         (pkgdata_MODULES): Add `xfs.mod'.
10747         (xfs_mod_SOURCES): New variable.
10748         (xfs_mod_CFLAGS): Likewise.
10750         * util/grub-emu.c (main): Call `grub_xfs_init' and
10751         `grub_xfs_fini'.
10753         * include/grub/fs.h (grub_xfs_init): New prototype.
10754         (grub_xfs_fini): Likewise.
10757 2005-09-18  Vesa Jaaskelainen  <chaac@nic.fi>
10759         * video/i386/pc/vbe.c (grub_vbe_set_video_mode): In indexed
10760         color modes, allow greater than 16 colors to be configured as
10761         a default palette.
10763 2005-09-03  Yoshinori K. Okuji  <okuji@enbug.org>
10765         * normal/completion.c (complete_arguments): Add the qualifier
10766         const into OPTIONS.
10768         From Omniflux <omniflux+lists@omniflux.com>:
10769         * include/grub/terminfo.h: New file.
10770         * include/grub/tparm.h: Likewise.
10771         * include/grub/i386/pc/serial.h: Likewise.
10772         * term/terminfo.c: Likewise.
10773         * term/tparm.c: Likewise.
10774         * term/i386/pc/serial.c: Likewise.
10775         * conf/i386-pc.rmk (pkgdata_MODULES): Added terminfo.mod and
10776         serial.mod.
10777         (terminfo_mod_SOURCES): New variable.
10778         (terminfo_mod_CFLAGS): Likewise.
10779         (serial_mod_SOURCES): Likewise.
10780         (serial_mod_CFLAGS): Likewise.
10782 2005-08-31  Yoshinori K. Okuji  <okuji@enbug.org>
10784         * DISTLIST: Replaced boot/powerpc/ieee1275/crt0.S and
10785         boot/powerpc/ieee1275/cmain.c with kern/powerpc/ieee1275/crt0.S
10786         and kern/powerpc/ieee1275/cmain.c, respectively.
10788         * boot/powerpc/ieee1275/crt0.S: Moved to ...
10789         * kern/powerpc/ieee1275/crt0.S: ... here.
10791         * boot/powerpc/ieee1275/cmain.c: Moved to ...
10792         * kern/powerpc/ieee1275/cmain.c: ... here.
10794         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Use
10795         kern/powerpc/ieee1275/crt0.S and kern/powerpc/ieee1275/cmain.c
10796         instead of boot/powerpc/ieee1275/crt0.S and
10797         boot/powerpc/ieee1275/cmain.c, respectively.
10799         * boot/i386/pc/boot.S (lba_mode): Do not store the total number of
10800         sectors. It was not used anyway.
10802 2005-08-30  Hollis Blanchard  <hollis@penguinppc.org>
10804         * term/ieee1275/ofconsole.c (grub_ofconsole_getcharwidth): Fix
10805         `unused parameter' warning.
10807 2005-08-30  Hollis Blanchard  <hollis@penguinppc.org>
10809         * term/ieee1275/ofconsole.c (grub_ofconsole_getcharwidth): New
10810         function.
10811         (grub_ofconsole_term): Specify grub_ofconsole_getcharwidth as
10812         getcharwidth.
10814 2005-08-28  Marco Gerards  <metgerards@student.han.nl>
10816         * include/grub/normal.h (enum grub_completion_type): Added
10817         `GRUB_COMPLETION_TYPE_ARGUMENT'.
10819         * normal/cmdline.c (print_completion): Handle
10820         the `GRUB_COMPLETION_TYPE_ARGUMENT' type.
10821         * normal/menu_entry.c (store_completion): Likewise.
10823         * normal/completion.c (complete_arguments): New function.
10824         (grub_normal_do_completion): Call `complete_arguments' when the
10825         current words start with a dash.
10827 2005-08-27  Marco Gerards  <metgerards@student.han.nl>
10829         * conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Fix typo (use
10830         `gzio.mod' instead of `io.mod').
10832 2005-08-22  Yoshinori K. Okuji  <okuji@enbug.org>
10834         * gendistlist.sh (EXTRA_DISTFILES): Added genfslist.sh.
10835         (DISTDIRS): Added io and video.
10836         Rewrite the search routine to make an output consistently.
10838         * DISTLIST: Added conf/sparc64-ieee1275.mk,
10839         conf/sparc64-ieee1275.rmk, include/grub/gzio.h,
10840         include/grub/ieee1275/ieee1275.h, include/grub/ieee1275/ofdisk.h,
10841         io/gzio.c, kern/sparc64/cache.c, kern/sparc64/dl.c,
10842         kern/sparc64/ieee1275/init.c, kern/sparc64/ieee1275/openfw.c and
10843         util/powerpc/ieee1275/misc.c.
10845         * include/grub/gzio.h: New file.
10846         * io/gzio.c: Likewise.
10848         * kern/file.c (grub_file_close): Call grub_device_close only if
10849         FILE->DEVICE is not NULL.
10851         * include/grub/mm.h [!NULL] (NULL): New macro.
10853         * include/grub/err.h (GRUB_ERR_BAD_GZIP_DATA): New constant.
10855         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added io/gzip.c.
10856         (pkgdata_MODULES): Added gzio.mod.
10857         (gzio_mod_SOURCES): New variable.
10858         (gzio_mod_CFLAGS): Likewise.
10860         * conf/i386-pc.rmk (grub_emu_SOURCES): Added io/gzip.c.
10861         (pkgdata_MODULES): Added gzio.mod.
10862         (gzio_mod_SOURCES): New variable.
10863         (gzio_mod_CFLAGS): Likewise.
10865         * commands/cat.c: Include grub/gzio.h.
10866         (grub_cmd_cat): Use grub_gzfile_open instead of
10867         grub_file_open.
10869         * commands/cmp.c: Include grub/gzio.h.
10870         (grub_cmd_cmp): Use grub_gzfile_open instead of
10871         grub_file_open.
10873         * loader/i386/pc/multiboot.c: Include grub/gzio.h.
10874         (grub_rescue_cmd_multiboot): Use grub_gzfile_open instead of
10875         grub_file_open.
10876         (grub_rescue_cmd_module): Likewise.
10878 2005-08-21  Vincent Pelletier  <subdino2004@yahoo.fr>
10880         * conf/sparc64-ieee1275.rmk (grubof_SOURCES): The first file must be
10881         kern/sparc64/ieee1275/init.c because it contains _start.
10882         * conf/sparc64-ieee1275.mk: Generated from conf/sparc64-ieee1275.rmk.
10884 2005-08-21  Vincent Pelletier  <subdino2004@yahoo.fr>
10886         * configure.ac: Add support for sparc64 host with ieee1275
10887         firmware.
10888         * configure: Generated from configure.ac.
10889         * disk/ieee1275/ofdisk.c (grub_ofdisk_open): Use grub_ssize_t
10890         instead of int.
10891         (grub_ofdisk_read): Likewise.
10892         (grub_ofdisk_open): Use %p to print pointer values, and cast the
10893         pointers as (void *) to remove a warning.
10894         (grub_ofdisk_close): Likewise.
10895         (grub_ofdisk_read): Likewise.
10896         * kern/ieee1275/ieee1275.c (grub_ieee1275_exit): This never
10897         returns, so make it return void to remove a warning.
10898         * include/grub/ieee1275/ieee1275.h (grub_ieee1275_exit):
10899         Corresponding prototype change.
10900         * kern/mm.c (grub_mm_init_region): Use %p to print pointer
10901         values, and cast the pointers as (void *) to remove a warning.
10902         (grub_mm_dump): Likewise.
10903         * conf/sparc64-ieee1275.mk: New file.
10904         * conf/sparc64-ieee1275.rmk: Likewise.
10905         * include/grub/sparc64/setjmp.h: Likewise.
10906         * include/grub/sparc64/types.h: Likewise.
10907         * include/grub/sparc64/ieee1275/console.h: Likewise.
10908         * include/grub/sparc64/ieee1275/ieee1275.h: Likewise.
10909         * include/grub/sparc64/ieee1275/kernel.h: Likewise.
10910         * include/grub/sparc64/ieee1275/time.h: Likewise.
10911         * kern/sparc64/cache.c: Likewise.
10912         * kern/sparc64/dl.c: Likewise.
10913         * kern/sparc64/ieee1275/init.c: Likewise.
10914         * kern/sparc64/ieee1275/openfw.c: Likewise.
10916 2005-08-21  Yoshinori K. Okuji  <okuji@enbug.org>
10918         * util/console.c (grub_ncurses_putchar): If C is greater than
10919         0x7f, set C to a question mark.
10920         (grub_ncurses_getcharwidth): New function.
10921         (grub_ncurses_term): Specify grub_ncurses_getcharwidth as
10922         getcharwidth.
10924         * normal/menu.c (print_entry): Made aware of Unicode. First,
10925         convert TITLE to UCS-4, and predict the cursor position by
10926         grub_getcharwidth.
10928         * include/grub/misc.h (grub_utf8_to_ucs4): Specify the qualifier
10929         const to SRC.
10930         * kern/misc.c (grub_utf16_to_utf8): Likewise.
10932 2005-08-20  Yoshinori K. Okuji  <okuji@enbug.org>
10934         * loader/powerpc/ieee1275/linux.c (grub_rescue_cmd_linux): Specify
10935         the boot file by the option BOOT_IMAGE. Use grub_stpcpy instead of
10936         grub_strcat.
10938         * loader/i386/pc/linux.c (grub_rescue_cmd_linux): Specify the boot
10939         file by the option BOOT_IMAGE. Use grub_stpcpy instead of
10940         grub_strcpy and grub_strlen. Take it into account that a space
10941         character is inserted as a delimiter.
10943 2005-08-20  Yoshinori K. Okuji  <okuji@enbug.org>
10945         * partmap/pc.c (pc_partition_map_iterate): Include the value of an
10946         invalid magic in the error.
10948         * commands/search.c: New file.
10950         * util/grub-emu.c (main): Call grub_search_init and
10951         grub_search_fini.
10953         * kern/rescue.c (grub_rescue_print_disks): Removed.
10954         (grub_rescue_print_devices): New function.
10955         (grub_rescue_cmd_ls): Use grub_device_iterate with
10956         grub_rescue_print_devices instead of grub_disk_dev_iterate with
10957         grub_rescue_print_disks.
10959         * kern/partition.c (grub_partition_iterate): Return the result of
10960         PARTMAP->ITERATE instead of GRUB_ERRNO.
10962         * kern/device.c: Include grub/partition.h.
10963         (grub_device_iterate): New function.
10965         * include/grub/partition.h (grub_partition_iterate): Return int
10966         instead of grub_err_t.
10968         * include/grub/normal.h [GRUB_UTIL] (grub_search_init): New
10969         prototype.
10970         [GRUB_UTIL] (grub_search_fini): Likewise.
10972         * include/grub/device.h (grub_device_iterate): New prototype.
10974         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added
10975         commands/search.c.
10976         (pkgdata_MODULES): Added search.mod.
10977         (search_mod_SOURCES): New variable.
10978         (search_mod_CFLAGS): Likewise.
10980         * conf/i386-pc.rmk (grub_emu_SOURCES): Added commands/search.c.
10981         (pkgdata_MODULES): Added search.mod.
10982         (search_mod_SOURCES): New variable.
10983         (search_mod_CFLAGS): Likewise.
10985         * commands/ls.c (grub_ls_list_disks): Renamed to ...
10986         (grub_ls_list_devices): ... this, and use grub_device_iterate.
10987         All callers changed.
10989         * DISTLIST: Added commands/search.c.
10991 2005-08-20  Yoshinori K. Okuji  <okuji@enbug.org>
10993         * kern/term.c (grub_putchar): Use grub_utf8_to_ucs4 for the
10994         conversion.
10995         (grub_getcharwidth): New function.
10997         * kern/misc.c (grub_utf8_to_ucs4): New function.
10999         * include/grub/term.h (struct grub_term): Added a new member
11000         "getcharwidth".
11001         (grub_getcharwidth): New prototype.
11003         * include/grub/misc.h (grub_utf8_to_ucs4): New prototype.
11005         * term/i386/pc/console.c (map_char): New function. Segregated from
11006         grub_console_putchar.
11007         (grub_console_putchar): Use map_char.
11008         (grub_console_getcharwidth): New function.
11009         (grub_console_term): Specified grub_console_getcharwidth as
11010         getcharwidth.
11012         * term/i386/pc/vga.c (grub_vga_getcharwidth): New function.
11013         (grub_vga_term): Specified grub_vga_getcharwidth as getcharwidth.
11015         * term/i386/pc/vesafb.c (grub_virtual_screen_setup): Return
11016         GRUB_ERRNO.
11017         (grub_vesafb_init): Do not use RC. Instead, use GRUB_ERRNO. Rely
11018         on grub_strtoul completely.
11019         (write_char): Declare local variables in the beginning of the
11020         function.
11021         (grub_vesafb_getcharwidth): New function.
11022         (grub_vesafb_term): Specified grub_vesafb_getcharwidth as
11023         getcharwidth.
11025 2005-08-19  Yoshinori K. Okuji  <okuji@enbug.org>
11027         * DISTLIST: Replace commands/i386/pc/vbe_list_modes.c and
11028         commands/i386/pc/vbe_test.c with commands/i386/pc/vbeinfo.c and
11029         commands/i386/pc/vbetest.c.
11031         * video/i386/pc/vbe.c (grub_vbe_probe): If INFOBLOCK is not NULL,
11032         call grub_vbe_get_controller_info again, because the returned
11033         information is volatile.
11034         (grub_vbe_set_video_mode): Mostly rewritten.
11035         (grub_vbe_get_video_mode): Use grub_vbe_probe and use
11036         grub_vbe_status_t correctly.
11037         (grub_vbe_get_video_mode_info): Likewise.
11038         (grub_vbe_set_pixel_rgb): Use a switch statement rather than
11039         several if statements.
11041         * commands/i386/pc/vbe_list_modes.c: Renamed to ...
11042         * commands/i386/pc/vbeinfo.c: ... this.
11044         * commands/i386/pc/vbe_test.c: Renamed to ...
11045         * commands/i386/pc/vbetest.c: ... this.
11047         * commands/i386/pc/vbeinfo.c (grub_cmd_vbe_list_modes): Renamed to
11048         ...
11049         (grub_cmd_vbeinfo): ... this. Save video modes before
11050         iterating. Skip a video mode, if it is not available, not enough
11051         information is given or it is monochrome. Show the memory
11052         model. Leave the interpretation of MODEVAR to grub_strtoul
11053         completely.
11054         (GRUB_MOD_INIT): Rename vbe_list_modes to vbeinfo.
11055         (GRUB_MOD_FINI): Likewise.
11057         * commands/i386/pc/vbetest.c (grub_cmd_vbe_test): Renamed to ...
11058         (grub_cmd_vbetest): ... this. Don't print unnecessarily. Use
11059         grub_err_t instead of grub_uint32_t. Don't use SPTR. Remove a
11060         duplicated grub_env_get. Leave the interpretation of MODEVAR to
11061         grub_strtoul completely.
11062         (real2pm): Removed.
11063         (GRUB_MOD_INIT): Rename vbe_test to vbetest.
11064         (GRUB_MOD_FINI): Likewise.
11066         * normal/misc.c: Include grub/mm.h.
11068         * conf/i386-pc.rmk (pkgdata_MODULES): Replaced vbe_test.mod and
11069         vbe_list_modes with vbetest.mod and vbeinfo.mod.
11070         (vbe_list_modes_mod_SOURCES): Removed.
11071         (vbe_list_modes_mod_CFLAGS): Likewise.
11072         (vbe_test_mod_SOURCES): Likewise.
11073         (vbe_test_mod_CFLAGS): Likewise.
11074         (vbeinfo_mod_SOURCES): New variable.
11075         (vbeinfo_mod_CFLAGS): Likewise.
11076         (vbetest_mod_SOURCES): Likewise.
11077         (vbetest_mod_CFLAGS): Likewise.
11079 2005-08-18  Yoshinori K. Okuji  <okuji@enbug.org>
11081         * normal/misc.c: New file.
11083         * DISTLIST: Added normal/misc.c.
11085         * partmap/amiga.c (amiga_partition_map_iterate): Add an argument
11086         DISK to HOOK. Call HOOK with DISK.
11087         * partmap/apple.c (apple_partition_map_iterate): Likewise.
11088         * partmap/pc.c (pc_partition_map_iterate): Likewise.
11089         * partmap/sun.c (sun_partition_map_iterate): Likewise.
11091         * normal/menu_entry.c (struct screen): Added a new member
11092         "completion_shown".
11093         (completion_buffer): New global variable.
11094         (make_screen): Set SCREEN->COMPLETION_SHOWN to zero.
11095         (store_completion): New function.
11096         (complete): Likewise.
11097         (clear_completions): Likewise.
11098         (grub_menu_entry_run): If SCREEN->COMPLETION_SHOWN is non-zero,
11099         call clear_completions and reset SCREEN->COMPLETION_SHOWN. If C is
11100         a tab, call complete.
11102         * normal/completion.c (disk_dev): Removed.
11103         (print_simple_completion): Likewise.
11104         (print_partition_completion): Likewise.
11105         (print_func): New global variable.
11106         (add_completion): Do not take the arguments WHAT or PRINT any
11107         longer. Added a new argument TYPE. Instead of printing directly,
11108         call PRINT_FUNC if not NULL.
11109         All callers changed.
11110         (complete_device): Use a local variable DEV instead of
11111         DISK_DEV. Do not move CURRENT_WORD to the end of a device name.
11112         (grub_normal_do_completion): Take a new argument HOOK. Do not
11113         initialize DISK_DEV. Initialize PRINT_FUNC to HOOK. If RET is an
11114         empty string, return NULL instead.
11115         All callers changed.
11117         * normal/cmdline.c (print_completion): New function.
11119         * kern/partition.c (grub_partition_iterate): Add an argument DISK
11120         to HOOK.
11121         All callers changed.
11123         * kern/disk.c (grub_print_partinfo): Removed.
11125         * include/grub/partition.h (struct grub_partition_map): Add a new
11126         argument DISK into HOOK of ITERATE.
11127         (grub_partition_iterate): Add a new argument DISK to HOOK.
11129         * include/grub/normal.h (enum grub_completion_type): New enum.
11130         (grub_completion_type_t): New type.
11131         (GRUB_COMPLETION_TYPE_COMMAND): New constant.
11132         (GRUB_COMPLETION_TYPE_DEVICE): Likewise.
11133         (GRUB_COMPLETION_TYPE_PARTITION): Likewise.
11134         (GRUB_COMPLETION_TYPE_FILE): Likewise.
11135         (grub_normal_do_completion): Added a new argument HOOK.
11136         (grub_normal_print_device_info): New prototype.
11138         * include/grub/disk.h (grub_print_partinfo): Removed.
11140         * conf/i386-pc.rmk (grub_emu_SOURCES): Added normal/misc.c.
11141         (normal_mod_SOURCES): Likewise.
11142         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
11143         (normal_mod_SOURCES): Likewise.
11145         * commands/ls.c (grub_ls_list_disks): Use
11146         grub_normal_print_device_info instead of grub_print_partinfo. Free
11147         PNAME.
11148         (grub_ls_list_files): Use grub_normal_print_device_info instead of
11149         duplicating the code.
11151 2005-08-16  Vesa Jaaskelainen  <chaac@nic.fi>
11153         * commands/i386/pc/vbe_list_modes.c: Update source formatting to
11154         follow GCS more precisely.
11155         * commands/i386/pc/vbe_test.c: Likewise.
11156         * include/grub/i386/pc/vbe.h: Likewise.
11157         * term/i386/pc/vesafb.c: Likewise.
11158         * video/i386/pc/vbe.c: Likewise.
11160 2005-08-16  Vesa Jaaskelainen  <chaac@nic.fi>
11162         * DISTLIST: Added term/i386/pc/vesafb.c
11163         DISTLIST: Added video/i386/pc/vbe.c
11164         DISTLIST: Added commands/i386/pc/vbe_list_modes.c.
11165         DISTLIST: Added commands/i386/pc/vbe_test.c.
11166         * commands/i386/pc/vbe_list_modes.c: New file.
11167         * commands/i386/pc/vbe_test.c: Likewise.
11168         * term/i386/pc/vesafb.c: Likewise.
11169         * video/i386/pc/vbe.c: Likewise.
11170         * include/grub/i386/pc/vbe.h (GRUB_VBE_DEFAULT_VIDEO_MODE): Added define.
11171         (grub_vbe_probe) Added prototype.
11172         (grub_vbe_set_video_mode) Likewise.
11173         (grub_vbe_get_video_mode) Likewise.
11174         (grub_vbe_get_video_mode_info) Likewise.
11175         (grub_vbe_set_pixel_rgb) Likewise.
11176         (grub_vbe_set_pixel_index) Likewise.
11177         * conf/i386-pc.rmk (pkgdata_MODULES): Added vbe.mod.
11178         (pkgdata_MODULES): Added vesafb.mod.
11179         (pkgdata_MODULES): Added vbe_list_modes.mod.
11180         (pkgdata_MODULES): Added vbe_test.mod.
11181         (vbe_mod_SOURCES): Added.
11182         (vbe_mod_CFLAGS): Likewise.
11183         (vesafb_mod_SOURCES): Likewise.
11184         (vesafb_mod_CFLAGS): Likewise.
11185         (vbe_list_modes_mod_SOURCES): Likewise.
11186         (vbe_list_modes_mod_CFLAGS): Likewise.
11187         (vbe_test_mod_SOURCES): Likewise.
11188         (vbe_test_mod_CFLAGS): Likewise.
11190 2005-08-14  Yoshinori K. Okuji  <okuji@enbug.org>
11192         * normal/command.c (grub_command_execute): If INTERACTIVE is
11193         false and GRUB_COMMAND_FLAG_NO_ECHO is not specified, print
11194         CMDLINE. Disable the pager if INTERACTIVE is true.
11195         All callers are changed.
11197         * normal/main.c (grub_normal_execute): Read command.lst and fs.lst
11198         before reading a config file.
11199         * normal/main.c (read_config_file): Even if a command is not
11200         found, register it if it is within an entry.
11202         * util/grub-emu.c: Include sys/types.h and unistd.h.
11203         (options): Added --hold.
11204         (struct arguments): Added a new member "hold".
11205         (parse_opt): If KEY is 'H', set ARGS->HOLD to ARG or -1 if ARG is
11206         missing.
11207         (main): Initialize ARGS.HOLD to zero. Wait until ARGS.HOLD is
11208         cleared by a debugger, if it is not zero.
11210         * include/grub/normal.h (grub_command_execute): Add an argument
11211         INTERACTIVE.
11213 2005-08-14  Vesa Jaaskelainen  <chaac@nic.fi>
11215         * DISTLIST: Added include/grub/i386/pc/vbe.h.
11217 2005-08-13  Yoshinori K. Okuji  <okuji@enbug.org>
11219         * aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): Replace the test
11220         program with another one, because the old one didn't detect a bug
11221         in gcc-3.4. Always use regparm 2, because the new test is still
11222         not enough for gcc-4.0. Someone must investigate a simple test
11223         case which detects a bug in gcc-4.0.
11225 2005-08-12  Yoshinori K. Okuji  <okuji@enbug.org>
11227         * DISTLIST: Added normal/completion.c.
11229         * normal/completion.c: New file.
11231         * term/i386/pc/console.c (grub_console_getwh): New function.
11232         (grub_console_term): Assign grub_console_getwh to getwh.
11234         * normal/cmdline.c (grub_tab_complete): Removed. Now the same
11235         function is defined in normal/completion.c as
11236         grub_normal_do_completion.
11237         (grub_cmdline_get): Use grub_normal_do_completion instead of
11238         grub_tab_complete.
11240         * kern/partition.c (grub_partition_map_iterate): Return 1 if HOOK
11241         returns non-zero, otherwise return 0.
11242         (grub_partition_iterate): First, probe the partition map. Then,
11243         call ITERATE only for this partition map.
11245         * kern/misc.c (grub_strncmp): Rewritten.
11247         * kern/disk.c (grub_disk_dev_iterate): Return 1 if P->ITERATE
11248         returns non-zero. Otherwise return 0.
11250         * include/grub/partition.h (grub_partition_map_iterate): Return
11251         int instead of void.
11253         * include/grub/normal.h (grub_normal_do_completion): New prototype.
11255         * include/grub/misc.h (grub_strncmp): Change the type of N to
11256         grub_size_t.
11258         * include/grub/disk.h (grub_disk_dev_iterate): Return int instead
11259         of void.
11261         * normal/menu.c (draw_border): Cast GRUB_TERM_BORDER_WIDTH to
11262         unsigned explicitly before comparing it with I.
11264         * kern/main.c (grub_env_write_root): Add the attribute unused into
11265         VAR.
11267         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added
11268         normal/completion.c.
11269         (normal_mod_SOURCES): Likewise.
11270         * conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
11271         (normal_mod_SOURCES): Likewise.
11273         * normal/command.c (grub_iterate_commands): If ITERATE returns
11274         non-zero, return one immediately.
11276 2005-08-09  Vesa Jaaskelainen  <chaac@nic.fi>
11278         * conf/i386-pc.rmk (kernel_img_HEADERS): Added machine/vbe.h.
11279         * kern/i386/pc/startup.S: Updated Global Descriptor table's
11280         descriptions.
11281         (grub_vbe_get_controller_info): New function.
11282         (grub_vbe_get_mode_info): Likewise.
11283         (grub_vbe_set_mode): Likewise.
11284         (grub_vbe_get_mode): Likewise.
11285         (grub_vbe_set_memory_window): Likewise.
11286         (grub_vbe_get_memory_window): Likewise.
11287         (grub_vbe_set_scanline_length): Likewise.
11288         (grub_vbe_get_scanline_length): Likewise.
11289         (grub_vbe_set_display_start): Likewise.
11290         (grub_vbe_get_display_start): Likewise.
11291         (grub_vbe_set_palette_data): Likewise.
11292         * include/grub/i386/pc/vbe.h: New file.
11294 2005-08-08  Hollis Blanchard  <hollis@penguinppc.org>
11296         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Replaced
11297         kern/ieee1275/of.c with kern/ieee1275/ieee1275.c.
11298         * DISTLIST: Likewise.
11299         * kern/ieee1275/of.c: Moved to ...
11300         * kern/ieee1275/ieee1275.c: ... here.
11302 2005-08-08  Hollis Blanchard  <hollis@penguinppc.org>
11304         * term/ieee1275/ofconsole.c: Include <grub/mm.h>.
11305         (grub_ofconsole_getwh): Cast -1 to type grub_ieee1275_ihandle_t.
11306         Pass 0 as `end' parameter to grub_strtoul().
11308 2005-08-08  Hollis Blanchard  <hollis@penguinppc.org>
11310         * include/grub/powerpc/ieee1275/console.h: Do not include
11311         <grub/types.h>.  Do not include <grub/symbol.h>.  Remove ASM_FILE
11312         ifdef.
11313         (grub_console_cur_color): Remove i386-specific prototype.
11314         (grub_console_real_putchar): Likewise.
11315         (grub_console_checkkey): Likewise.
11316         (grub_console_getkey): Likewise.
11317         (grub_console_getxy): Likewise.
11318         (grub_console_gotoxy): Likewise.
11319         (grub_console_cls): Likewise.
11320         (grub_console_setcursor): Likewise.
11321         * kern/powerpc/ieee1275/init.c: Don't include <grub/console.h>.
11322         Include <grub/machine/console.h>.
11323         * term/ieee1275/ofconsole.c: Likewise.
11325 2005-08-08  Yoshinori K. Okuji  <okuji@enbug.org>
11327         * Makefile.in (LIBLZO): New variable.
11329         * configure.ac: Check for LZO version 2.
11331         * util/i386/pc/grub-mkimage.c [HAVE_LZO_LZO1X_H]: Include
11332         lzo/lzo1x.h instead of lzo1x.h.
11334         * conf/i386-pc.rmk (grub_mkimage_LDFLAGS): Use $(LIBLZO) instead
11335         of -llzo.
11337         * util/i386/pc/grub-setup.c (main): Do not free PREFIX
11338         twice. Reported by Vladimir Serbinenko <phcoder@gmail.com>.
11340         * partmap/pc.c (pc_partition_map_probe): Restore P->DATA after
11341         copying the data from PARTITION to P.
11343 2005-08-07  Yoshinori K. Okuji  <okuji@enbug.org>
11345         * kern/rescue.c (grub_rescue_cmd_rmmod): If the reference count is
11346         negative, unload the module.
11348         * util/i386/pc/grub-setup.c (setup): The name of the PC partition
11349         map is "pc_partition_map" but not "pc".
11350         (usage): Fix the description. The options are --boot-image and
11351         --core-image but not --boot-file or --core-file.
11352         (main): If not specified explicitly, make BOOT_FILE and CORE_FILE
11353         based on DEFAULT_BOOT_FILE and DEFAULT_CORE_FILE with DIR or
11354         DEFAULT_DIRECTORY.
11356         * util/i386/pc/grub-install.in: Do not specify --boot-file or
11357         --core-file. Specify INSTALL_DEVICE as an argument.
11359         * util/console.c: Include config.h.
11360         [HAVE_NCURSeS_CURSES_H]: Include ncurses/curses.h.
11361         [HAVE_NCURSES_H]: Include ncurses.h.
11362         [HAVE_CURSES_H]: Include curses.h.
11363         [!A_NORMAL] (A_NORMAL): Defined as zero.
11364         [!A_STANDOUT] (A_STANDOUT): Likewise.
11366         * conf/i386-pc.rmk (grub_emu_LDFLAGS): Use $(LIBCURSES) instead of
11367         -lncurses.
11368         * conf/powerpc-ieee1275.rmk (grub_emu_LDFLAGS): Likewise.
11370         * configure.ac: Check for curses libraries and headers.
11372         * Makefile.in (LIBCURSES): New variable.
11374         * genmk.rb (Script::rule): Set the executable bits.
11376         * util/i386/pc/biosdisk.c (grub_util_biosdisk_get_grub_dev): The
11377         name of the PC partition map is "pc_partition_map" but not "pc".
11379 2005-08-07  Yoshinori K. Okuji  <okuji@enbug.org>
11381         * util/i386/pc/grub-install.in (grub_probefs): New variable.
11382         (modules): Likewise.
11383         (usage): Added descriptions for --modules and --grub-probefs.
11384         Handle --modules and --grub-probefs. Save the arguments in MODULES
11385         and GRUB_PROBEFS, respectively.
11386         Auto-detect a filesystem module against GRUBDIR. If the result is
11387         empty and modules are not specified explicitly, abort the
11388         installation. Add the result to MODULES.
11390         * DISTLIST: Removed boot/powerpc/ieee1275/ieee1275.c,
11391         disk/powerpc/ieee1275/ofdisk.c,
11392         include/grub/powerpc/ieee1275/init.h and
11393         term/powerpc/ieee1275/ofconsole.c.
11394         Added disk/ieee1275/ofdisk.c, kern/ieee1275/of.c and
11395         term/ieee1275/ofconsole.c.
11397         * include/grub/powerpc/ieee1275/console.h: Resurrected.
11399         * COPYING: Upgraded to the latest version. Only the address of the
11400         FSF office has changed.
11402 2005-08-07  Yoshinori K. Okuji  <okuji@enbug.org>
11404         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Replaced
11405         kern/ieee1275.c with kern/ieee1275/of.c.
11407         * kern/ieee1275.c: Moved to ...
11408         * kern/ieee1275/of.c: ... here.
11410 2005-08-06  Yoshinori K. Okuji  <okuji@enbug.org>
11412         * conf/i386-pc.rmk (kernel_img_HEADERS): Reordered for
11413         readability.
11415         * config.guess: Updated to the latest version from gnulib.
11416         * config.sub: Likewise.
11417         * install.sh: Likewise.
11418         * mkinstalldirs: Likewise.
11420         * include/grub/console.h: Removed. This file is arch-specific. Do
11421         not put this in include/grub.
11423         * include/grub/i386/pc/console.h: Resurrected.
11425         * util/console.c: Include grub/machine/console.h instead of
11426         grub/console.h.
11427         * util/grub-emu.c: Likewise.
11429 2005-08-04  Marco Gerards  <metgerards@student.han.nl>
11431         * kern/term.c (grub_putcode): Use `grub_getwh' instead of
11432         hardcoded value.
11434         From Vincent Pelletier  <subdino2004@yahoo.fr>
11435         * include/grub/term.h (GRUB_TERM_WIDTH, GRUB_TERM_HEIGHT):
11436         Redefined to use grub_getwh.
11437         (grub_term): New member named getwh.
11438         (grub_getwh): New prototype.
11439         * kern/term.c (grub_getwh): New function.
11440         * term/i386/pc/console.c (grub_console_getwh): New function.
11441         (grub_console_term): New member `getwh'.
11442         * term/i386/pc/vga.c (grub_vga_getwh): New function.
11443         (grub_vga_term): New member `getwh'.
11444         * term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Use
11445         grub_ssize_t.
11446         (grub_ofconsole_getw): New function.
11447         (grub_ofconsole_init): Use grub_ssize_t and unsigned char.
11448         (grub_ofconsole_term): New field named getwh and new initial
11449         value.
11451 2005-08-03  Hollis Blanchard  <hollis@penguinppc.org>
11453         * include/grub/powerpc/ieee1275/ieee1275.h: Move ...
11454         * include/grub/ieee1275/ieee1275.h: ... to here.  All users updated.
11455         Move `abort', `grub_reboot', and `grub_halt' prototypes ...
11456         * include/grub/powerpc/ieee1275/kernel.h: ... to here.
11457         * commands/ieee1275/halt.c: Include <grub/machine/kernel.h> instead
11458         of <grub/machine/ieee1275.h>.
11459         * commands/ieee1275/reboot.c: Likewise.
11460         * boot/powerpc/ieee1275/ieee1275.c: Move ...
11461         * kern/ieee1275.c: ... to here.  All users updated.  Change all
11462         parameter structs to use new type `grub_ieee1275_cell_t'.
11463         * term/powerpc/ieee1275/ofconsole.c: Move ...
11464         * term/ieee1275/ofconsole.c: ... to here.  All users updated.
11465         * disk/powerpc/ieee1275/ofdisk.c: Move ...
11466         * disk/ieee1275/ofdisk.c: ... to here.  All users updated.
11467         * boot/powerpc/ieee1275/cmain.c: Change `grub_ieee1275_entry_fn' type
11468         to return int.
11469         * include/grub/i386/pc/console.h: Move to include/grub/console.h.
11470         Remove unused prototypes.  All users updated.
11471         * include/grub/powerpc/ieee1275/console.h: Removed.
11472         * include/grub/powerpc/ieee1275/ieee1275.h: Define
11473         `grub_ieee1275_cell_t'.
11474         * kern/powerpc/ieee1275/openfw.c: Include <grub/machine/kernel.h>.
11475         Cast comparisons with -1 to the correct type.
11476         * loader/powerpc/ieee1275/linux.c (kernel_entry_t): Change parameter
11477         type to match `grub_ieee1275_entry_fn'.
11479 2005-08-01  Yoshinori K. Okuji  <okuji@enbug.org>
11481         * DISTLIST: Added util/i386/pc/grub-probefs.c.
11483         * conf/i386-pc.rmk (sbin_UTILITIES): Added grub-probefs.
11484         (grub_setup_SOURCES): Removed partmap/amiga.c, partmap/apple.c and
11485         partmap/sun.c.
11486         (grub_probefs_SOURCES): New variable.
11488         * util/i386/pc/grub-probefs.c: New file.
11490         * util/i386/pc/grub-setup.c (main): Call
11491         grub_pc_partition_map_init, grub_ufs_init, grub_minix_init,
11492         grub_hfs_init and grub_jfs_init to initialize the system. Call
11493         grub_ufs_fini, grub_minix_fini, grub_hfs_fini, grub_jfs_init and
11494         grub_pc_partition_map_fini to finish the system.
11496 2005-07-31  Yoshinori K. Okuji  <okuji@enbug.org>
11498         * loader/i386/pc/multiboot.c (grub_multiboot_is_elf32): New
11499         function.
11500         (grub_multiboot_load_elf32): Likewise.
11501         (grub_multiboot_is_elf64): Likewise.
11502         (grub_multiboot_load_elf64): Likewise.
11503         (grub_multiboot_load_elf): Likewise.
11504         (grub_rescue_cmd_multiboot): Call grub_multiboot_load_elf to load
11505         an ELF32 or ELF64 file.
11506         This is based on a patch from Ruslan Nikolaev <nruslan@mail.com>.
11508         From Serbinenko Vladimir <serbinenko.vova@list.ru>:
11509         * kern/disk.c (grub_print_partinfo): Check if FS->LABEL is not
11510         NULL before calling FS->LABEL.
11511         * fs/fat.c (grub_fat_dir): Initialize DIRNAME to NULL.
11512         * commands/ls.c (grub_ls_list_files): Show labels, if possible.
11513         (grub_ls_list_disks): Check if FS and FS->LABEL are not NULL
11514         before calling FS->LABEL.
11516 2005-07-26  Yoshinori K. Okuji  <okuji@enbug.org>
11518         * util/i386/pc/grub-install.in (datadir): New variable.
11519         (libdir): Removed.
11520         (pkgdatadir): New variable.
11521         (pkglibdir): Removed.
11523 2005-07-24  Yoshinori K. Okuji  <okuji@enbug.org>
11525         * DISTLIST: Added util/i386/pc/grub-install.in.
11527         * util/i386/pc/grub-install.in: New file.
11529         * conf/i386-pc.rmk (sbin_SCRIPTS): New variable.
11530         (grub_install_SOURCES): Likewise.
11532         * genmk.rb: Added support for scripts.
11533         (Script): New class.
11534         (scripts): New variable.
11536         * Makefile.in (install-local): Install sbin_SCRIPTS by
11537         INSTALL_SCRIPT.
11538         (uninstall): Remove sbin_SCRIPTS.
11540         * util/i386/pc/grub-setup.c (main): If the argument is not a GRUB
11541         device, try to get a GRUB device by
11542         grub_util_biosdisk_get_grub_dev.
11543         Free DEST_DEV.
11545         * util/i386/pc/grub-mkdevicemap.c (usage): Remove a duplicated
11546         description for --device-map.
11548 2005-07-20  Yoshinori K. Okuji  <okuji@enbug.org>
11550         Change the semantics of variable hooks. They now return strings
11551         instead of error values.
11553         * util/i386/pc/grub-setup.c: Include grub/env.h.
11554         (setup): Use grub_device_set_root instead of grub_env_set.
11556         * kern/rescue.c (grub_rescue_cmd_root): Use grub_env_set and
11557         grub_env_get instead of grub_device_set_root and
11558         grub_device_get_root, respectively.
11560         * kern/main.c (grub_env_write_root): New function.
11561         (grub_set_root_dev): Register grub_env_write_hook for "root". Use
11562         grub_env_set instead of grub_device_set_root.
11564         * kern/env.c (HASHSZ): Reduced to 13, because GRUB does not need
11565         many variables.
11566         (grub_env_set): Set ENV->VALUE to the result of ENV->WRITE_HOOK
11567         rather than calling ENV->WRITE_HOOK afterwards.
11568         (grub_env_get): Return the result of ENV->READ_HOOK rather than
11569         passing a pointer of a pointer.
11570         (grub_register_variable_hook): Change the types of "read_hook" and
11571         "write_hook" to grub_env_read_hook_t and grub_env_write_hook_t,
11572         respectively.
11573         Allocate the default empty string on the heap, because this string
11574         may be freed later.
11576         * kern/device.c: Include grub/env.h.
11577         (grub_device_set_root): Removed.
11578         (grub_device_get_root): Likewise.
11579         (grub_device_open): Use grub_env_get instead of
11580         grub_device_get_root.
11582         * include/grub/env.h (grub_env_read_hook_t): New type.
11583         (grub_env_write_hook_t): Likewise.
11584         (grub_env_var): Change the types of "read_hook" and "write_hook"
11585         to grub_env_read_hook_t and grub_env_write_hook_t, respectively.
11586         (grub_register_variable_hook): Likewise.
11588         * include/grub/device.h (grub_device_set_root): Removed.
11589         (grub_device_set_root): Likewise.
11591         * fs/fat.c (grub_fat_dir): Make a copy of PATH in DIRNAME, and
11592         make sure that DIRNAME terminates with '/', so that
11593         grub_fat_find_dir will fail if PATH is not a directory.
11595         * commands/ls.c (grub_ls_list_files): Remove the qualifier const
11596         from DIRNAME.
11597         Use the qualifier auto for print_files and print_files_long.
11598         If FS->DIR sets GRUB_ERRNO to GRUB_ERR_BAD_FILE_TYPE, try DIRNAME
11599         as a regular file.
11600         Put a newline only if there is no error.
11601         (grub_cmd_ls): Remove grub_ls_print_files, because this is not
11602         used.
11604 2005-07-20  Yoshinori K. Okuji  <okuji@enbug.org>
11606         * kern/partition.c (grub_partition_probe): Initialize PART to
11607         NULL. Otherwise, when no partition map is registered, this returns
11608         a garbage.
11610 2005-07-19  Yoshinori K. Okuji  <okuji@enbug.org>
11612         * partmap/apple.c (apple_partition_map_iterate): Check if POS
11613         equals GRUB_DISK_SECTOR_SIZE to see if the partition table is
11614         valid.
11616 2005-07-18  Yoshinori K. Okuji  <okuji@enbug.org>
11618         * commands/ls.c (grub_ls_list_disks): Print the filesystem
11619         information on each device, if it does not have partitions. Print
11620         "Device" instead of "Disk", because this function is not specific
11621         to disk devices.
11623         * normal/main.c (grub_rescue_cmd_normal): Make the variable CONFIG
11624         static to ensure that it is put on the memory rather than a
11625         register.
11627 2005-07-17  Yoshinori Okuji  <okuji@enbug.org>
11629         * commands/cat.c (GRUB_MOD_INIT): Use better documentation.
11630         (grub_cat_init): Likewise.
11631         * loader/i386/pc/chainloader_normal.c (GRUB_MOD_INIT): Likewise.
11632         (options): Likewise.
11633         * commands/configfile.c (GRUB_MOD_INIT): Likewise.
11634         (grub_configfile_init): Likewise.
11635         * font/manager.c (GRUB_MOD_INIT): Likewise.
11636         * commands/help.c (GRUB_MOD_INIT): Likewise.
11637         (grub_help_init): Likewise.
11638         * normal/command.c (grub_command_init): Likewise.
11639         * loader/i386/pc/linux_normal.c (GRUB_MOD_INIT): Likewise.
11640         * disk/loopback.c (grub_loop_init): Likewise.
11641         (GRUB_MOD_INIT): Likewise.
11642         * commands/ls.c (grub_ls_init): Likewise.
11643         (GRUB_MOD_INIT): Likewise.
11644         (options): Likewise.
11645         * commands/boot.c (grub_boot_init): Likewise.
11646         (GRUB_MOD_INIT): Likewise.
11647         * loader/i386/pc/multiboot_normal.c (GRUB_MOD_INIT): Likewise.
11648         * commands/i386/pc/reboot.c (grub_reboot_init): Likewise.
11649         (GRUB_MOD_INIT): Likewise.
11650         * commands/cmp.c (grub_cmp_init): Likewise.
11651         (GRUB_MOD_INIT): Likewise.
11653         * normal/arg.c: Use <> instead of "" to include header files.
11654         (SHORT_ARG_HELP): New macro.
11655         (SHORT_ARG_USAGE): Likewise.
11656         (help_options): Specify SHORT_ARG_HELP and SHORT_ARG_USAGE instead
11657         of 'h' and 'u' for help and usage, respectively. Use more GNU-like
11658         descriptions.
11659         (find_short): Check if C is 'h' or 'u' explicitly.
11660         (grub_arg_show_help): Use space characters instead of tabs. Treat
11661         SHORT_ARG_HELP and SHORT_ARG_USAGE exceptionally so that -h and -u
11662         are shown with --help and --usage only if they are not used for
11663         the command itself.
11664         (parse_option): Use SHORT_ARG_HELP and SHORT_ARG_USAGE instead of
11665         'h' and 'u'.
11667         * include/grub/arg.h (struct grub_arg_option): Add the qualifier
11668         const into "longarg". Change the type of "shortarg" to int.
11670 2005-07-17  Yoshinori Okuji  <okuji@enbug.org>
11672         * boot/i386/pc/boot.S (boot_drive_check): New label.
11674         * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_DRIVE_CHECK): New
11675         macro.
11677         * util/i386/pc/grub-setup.c (setup): Added a workaround for BIOSes
11678         which do not pass a boot drive correctly. Copied from GRUB Legacy.
11680 2005-07-17  Yoshinori Okuji  <okuji@enbug.org>
11682         * kern/i386/pc/startup.S (gate_a20_try_system_control_port_a):
11683         When turning off Gate A20, skip the check and return immediately,
11684         because this is not fatal usually.
11686 2005-07-17  Yoshinori Okuji  <okuji@enbug.org>
11688         * conf/i386-pc.rmk (pxeboot_img_LDFLAGS): The text address should
11689         be 0x7C00 instead of 0x8000.
11691         * boot/i386/pc/pxeboot.S: Rewritten.
11693         * kern/i386/pc/startup.S (gate_a20_try_bios): No need to specify
11694         EXT_C.
11695         (gate_a20_check_state): Read a byte from 0x108000. Invert the
11696         result.
11698 2005-07-16  Yoshinori K. Okuji  <okuji@enbug.org>
11700         * kern/i386/pc/startup.S (grub_gate_a20): Rewritten for
11701         robustness. This routine now supports a BIOS call and System
11702         Control Port A to modify the gate A20.
11704         * include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE):
11705         Increased to 0x440.
11707 2005-07-12  Hollis Blanchard  <hollis@penguinppc.org>
11709         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_open): dprintf the
11710         device path and resulting ihandle.
11711         (grub_ofdisk_close): dprintf the ihandle being closed.
11712         (grub_ofdisk_read): dprintf function parameters.
11713         * kern/mm.c (grub_mm_init_region): Likewise.
11714         * loader/powerpc/ieee1275/linux.c: Remove extra whitespace.
11715         (grub_linux_boot): dprintf the Linux entry point, initrd address and
11716         size, and boot arguments.
11717         (grub_rescue_cmd_linux): dprintf each ELF segment's address and size
11718         before loading into memory.
11719         (grub_rescue_cmd_initrd): dprintf the initrd's address and size
11720         before loading into memory.
11722 2005-07-12  Yoshinori K. Okuji  <okuji@enbug.org>
11724         * kern/mm.c: Added much documentation.
11725         (GRUB_MM_ALIGN_LOG2): When GRUB_CPU_SIZEOF_VOID_P is
11726         8, set to 5 instead of 8.
11728 2005-07-10  Yoshinori Okuji  <okuji@enbug.org>
11730         * DISTLIST: Added util/i386/pc/grub-mkimage.c.
11732         * conf/i386-pc.rmk (sbin_UTILITIES): Added grub-mkdevicemap.
11733         (grub_mkdevicemap_SOURCES): New variable.
11735         * util/i386/pc/grub-mkdevicemap.c: New file. Mostly copied from
11736         lib/device.c of GRUB Legacy.
11738 2005-07-10  Yoshinori Okuji  <okuji@enbug.org>
11740         * commands/ls.c (grub_ls_list_files): Check if *PATH is NUL
11741         instead of PATH is NULL.
11743 2005-07-09  Vincent Pelletier  <subdino2004@yahoo.fr>
11745         * commands/cmp.c (BUFFER_SIZE): New macro.
11746         (grub_cmd_cmp): Close the right file at the right time.  Compare
11747         only data just read.  Don't report files of different  size as
11748         identical.  Dynamically allocate buffers.  Move variable
11749         declarations at the beginning of function.
11751 2005-07-09  Yoshinori Okuji  <okuji@enbug.org>
11753         * aclocal.m4 (grub_I386_CHECK_REGPARM_BUG): The return value was
11754         reverse.
11756 2004-07-04  Vincent Pelletier  <subdino2004@yahoo.fr>
11758         * normal/cmdline.c (grub_cmdline_get): Don't fallback on ctrl-d
11759         when backspace is pressed at beginning of line.
11761 2005-07-03  Yoshinori Okuji  <okuji@enbug.org>
11763         * DISTLIST: Added genfslist.sh.
11765         * normal/main.c (fs_module_list): New variable.
11766         (autoload_fs_module): New function.
11767         (read_fs_list): Likewise.
11768         (grub_normal_execute): Call read_fs_list.
11770         * kern/fs.c (grub_fs_autoload_hook): New variable.
11771         (grub_fs_probe): Added support for auto-loading.
11773         * include/grub/normal.h (struct grub_fs_module_list): New struct.
11774         (grub_fs_module_list_t): New type.
11776         * include/grub/fs.h (grub_fs_autoload_hook_t): New type.
11777         (grub_fs_autoload_hook): New prototype.
11779         * genfslist.sh: New file.
11781         * genmk.rb: Added a rule to generate a filesystem list.
11783 2005-06-30  Marco Gerards  <metgerards@student.han.nl>
11785         * configure.ac: Fix the test for cross-compiling.
11787         * genmk.rb (Program): Use `$(CC)' instead of `$(BUILD_CC)'.  Don't
11788         define GRUB_UTIL anymore.
11790         * util/powerpc/ieee1275/grub-mkimage.c (load_note): Endian fixes
11791         so this function works on other systems than just big endian.
11792         (load_modules): Likewise.
11793         (add_segments): Likewise.
11795 2005-06-23  Hollis Blanchard  <hollis@penguinppc.org>
11797         * kern/misc.c (grub_vsprintf): Add `longfmt'.  If format string
11798         contains `l' modifier, get a long from va_arg().
11800 2005-06-23  Yoshinori K. Okuji  <okuji@enbug.org>
11802         * kern/mm.c (grub_free): If the next free block which is being
11803         merged is the first free block, set the first block to the block
11804         being freed.
11805         Reported by Vincent Guffens <guffens@inma.ucl.ac.be>.
11807 2005-05-08  Hollis Blanchard  <hollis@penguinppc.org>
11809         * boot/powerpc/ieee1275/cmain.c (cmain): Initialize
11810         `grub_ieee1275_chosen'.
11812 2005-05-08  Hollis Blanchard  <hollis@penguinppc.org>
11814         * boot/powerpc/ieee1275/cmain.c (module_info): Remove definition.
11815         (grub_ieee1275_chosen): New variable.
11816         (cmain): Initialize and use `grub_ieee1275_chosen' instead of
11817         `chosen'.
11818         * boot/powerpc/ieee1275/crt0.S (init_stack): Remove stack space.
11819         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_get_property):
11820         Rename first argument to `phandle' for consistency.
11821         (grub_ieee1275_get_property_length): Likewise.
11822         (grub_ieee1275_next_property): Likewise.  Change type of first argument
11823         to grub_ieee1275_phandle_t.
11824         * include/grub/powerpc/ieee1275/ieee1275.h (grub_ieee1275_entry_fn):
11825         Move export next to declaration.
11826         (grub_ieee1275_chosen): New variable.
11827         * include/grub/powerpc/ieee1275/kernel.h (GRUB_IEEE1275_MODULE_BASE):
11828         Correct cosmetic typo.
11829         * kern/powerpc/ieee1275/init.c (grub_set_prefix): Use
11830         `grub_ieee1275_chosen'.
11831         * kern/powerpc/ieee1275/openfw.c (grub_map): Likewise.
11832         * loader/powerpc/ieee1275/linux.c (grub_linux_boot): Likewise.
11833         (grub_rescue_cmd_linux): Set `initrd_addr' to 0.
11834         * term/powerpc/ieee1275/ofconsole.c (grub_ofconsole_refresh): Use
11835         `grub_ieee1275_chosen'.
11837 2005-05-10  Hollis Blanchard  <hollis@penguinppc.org>
11839         * boot/powerpc/ieee1275/cmain.c (cmain): Remove code to parse
11840         /chosen/bootargs.
11841         * kern/powerpc/ieee1275/init.c (grub_machine_init): Parse
11842         /chosen/bootargs as "variable=value" pairs.
11844 2005-05-08  Vincent Pelletier  <subdino2004@yahoo.fr>
11846         * include/grub/misc.h (grub_dprintf): New macro.
11847         (grub_real_dprintf): New prototype.
11848         (grub_strword): Likewise.
11849         (grub_iswordseparator): Likewise.
11850         * kern/misc.c (grub_real_dprintf): New function.
11851         (grub_strword): Likewise.
11852         (grub_iswordseparator): Likewise.
11854 2005-04-30  Hollis Blanchard  <hollis@penguinppc.org>
11856         * boot/powerpc/ieee1275/cmain.c: Don't include grub/machine/init.h.
11857         (roundup): Remove macro.
11858         (grub_ieee1275_flags): Make static.
11859         (grub_ieee1275_realmode): Remove.
11860         (grub_ieee1275_test_flag): New function.
11861         (grub_ieee1275_set_flag): Likewise.
11862         (find_options): Rename to `grub_ieee1275_find_options'; update
11863         callers. Set GRUB_IEEE1275_FLAG_REAL_MODE and
11864         GRUB_IEEE1275_FLAG_0_BASED_PARTITIONS.
11865         (cmain): New prototype.
11866         (cmain): Use `grub_ieee1275_set_flag' instead of accessing
11867         `grub_ieee1275_flags' directly.
11868         * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Remove
11869         machine/biosdisk.h.
11870         * disk/powerpc/ieee1275/ofdisk.c: Include grub/machine/ofdisk.h.
11871         Don't include grub/machine/init.h.
11872         (grub_ofdisk_open): Call `grub_ieee1275_test_flag'.
11873         * include/grub/powerpc/ieee1275/ieee1275.h (grub_ieee1275_flags):
11874         Remove prototype.
11875         (grub_ieee1275_realmode): Likewise.
11876         (grub_ieee1275_flag): New enum.
11877         (grub_ieee1275_test_flag): New prototype.
11878         (grub_ieee1275_set_flag): New prototype.
11879         * include/grub/powerpc/ieee1275/init.h: Remove file.
11880         * include/grub/powerpc/ieee1275/ofdisk.h: New file.
11881         * kern/powerpc/ieee1275/init.c: Don't include grub/machine/init.h.
11882         Include grub/machine/console.h.  Include grub/machine/ofdisk.h.
11883         (grub_machine_fini): Don't call `grub_ieee1275_release'.  Remove
11884         comment.
11885         * kern/powerpc/ieee1275/openfw.c (grub_claimmap): Call
11886         `grub_ieee1275_test_flag'.
11887         (grub_ieee1275_encode_devname): Likewise.
11889 2005-04-21  Hollis Blanchard  <hollis@penguinppc.org>
11891         * include/grub/powerpc/ieee1275/ieee1275.h
11892         (grub_ieee1275_encode_devname): New prototype.
11893         (grub_ieee1275_get_filename): Likewise.
11894         * kern/powerpc/ieee1275/init.c (grub_translate_ieee175_path): New
11895         function.
11896         (grub_set_prefix): Likewise.
11897         (grub_machine_init): Call grub_set_prefix.
11898         * kern/powerpc/ieee1275/openfw.c: Fix typos.
11899         (grub_parse_type): New enum.
11900         (grub_ieee1275_get_devargs): New function.
11901         (grub_ieee1275_get_devname): Likewise.
11902         (grub_ieee1275_parse_args): Likewise.
11903         (grub_ieee1275_get_filename): Likewise.
11904         (grub_ieee1275_encode_devname): Likewise.
11906 2005-03-30  Marco Gerards  <metgerards@student.han.nl>
11908         * kern/powerpc/ieee1275/init.c (grub_machine_fini): Don't call
11909         `grub_loader_unset'.
11911 2005-03-26  Hollis Blanchard  <hollis@penguinppc.org>
11913         * commands/ieee1275/halt.c (grub_cmd_halt): Call grub_halt
11914         instead of grub_ieee1275_interpret.
11915         (grub_halt_init): New function.
11916         (grub_halt_fini): Likewise.
11917         (GRUB_MOD_INIT): Correct message grammar.
11918         * commands/ieee1275/reboot.c (grub_cmd_reboot): Call grub_reboot
11919         instead of grub_ieee1275_interpret.
11920         (grub_reboot_init): New function.
11921         (grub_reboot_fini): Likewise.
11922         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Replace
11923         commands/i386/pc/halt.c, commands/i386/pc/reboot.c, and
11924         util/i386/pc/misc.c with commands/ieee1275/halt.c,
11925         commands/ieee1275/reboot.c, and util/powerpc/ieee1275/misc.c.
11926         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_fini): New
11927         function.
11928         * include/grub/powerpc/ieee1275/console.h (grub_console_fini):
11929         Add prototype.
11930         * include/grub/powerpc/ieee1275/ieee1275.h (grub_reboot): Add
11931         prototype.
11932         (grub_halt): Likewise.
11933         * include/grub/powerpc/ieee1275/init.h: Remove inaccurate comment.
11934         (cmain): Remove __attribute__((unused)).
11935         * kern/powerpc/ieee1275/init.c (grub_heap_start): New variable.
11936         (grub_heap_len): Likewise.
11937         (grub_machine_fini): New function.
11938         * kern/powerpc/ieee1275/openfw.c (grub_reboot): New function.
11939         (grub_halt): Likewise.
11940         * term/powerpc/ieee1275/ofconsole.c (grub_console_fini): New
11941         function.
11942         * util/powerpc/ieee1275/misc.c: New file.
11944 2005-03-19  Yoshinori K. Okuji  <okuji@enbug.org>
11946         * DISTLIST: New file.
11947         * gendistlist.sh: Likewise.
11949         * Makefile.in (COMMON_DISTFILES): Removed.
11950         (BOOT_DISTFILES): Likewise.
11951         (CONF_DISTFILES): Likewise.
11952         (DISK_DISTFILES): Likewise.
11953         (FS_DISTFILES): Likewise.
11954         (INCLUDE_DISTFILES): Likewise.
11955         (KERN_DISTFILES): Likewise.
11956         (LOADER_DISTFILES): Likewise.
11957         (TERM_DISTFILES): Likewise.
11958         (UTIL_DISTFILES): Likewise.
11959         (DISTFILES): Likewise.
11960         (uninstall): Uninstall files in $(pkgdata_DATA).
11961         (DISTLIST): New target.
11962         (distdir): Use the contents of the file DISTLIST to get a list of
11963         distributed files.
11965 2005-03-18  Yoshinori K. Okuji  <okuji@enbug.org>
11967         * fs/fat.c (grub_fat_mount): Ignore the 3rd bit of a media
11968         descriptor. This is ported from GRUB Legacy.
11970         * gencmdlist.sh: Added an extra semicolon to make it work with
11971         old sed versions. Reported by Robert Bihlmeyer
11972         <robbe@orcus.priv.at>.
11974 2005-03-08  Yoshinori Okuji  <okuji@enbug.org>
11976         Automatic loading of commands is supported.
11978         * normal/main.c (read_command_list): New function.
11979         (grub_normal_execute): Call read_command_list.
11981         * normal/command.c (grub_register_command): Return zero or CMD.
11982         Allocate CMD->NAME from the heap.
11983         Initialize CMD->MODULE_NAME to zero.
11984         Find the same name as well. If the same command is found and it is
11985         a dummy command, overwrite members. If it is not a dummy command,
11986         return zero.
11987         (grub_unregister_command): Free Q->NAME and Q->MODULE_NAME.
11988         (grub_command_find): If a dummy command is found, load a module
11989         and retry to find a command only once.
11991         * normal/cmdline.c (grub_tab_complete): Call grub_command_find to
11992         make sure that each command is loaded.
11994         * include/grub/normal.h (GRUB_COMMAND_FLAG_NOT_LOADED): New
11995         macro.
11996         (struct grub_command): Remove const from the member `name'.
11997         Add a new member `module_name'.
11998         (grub_register_command): Return grub_command_t.
12000         * commands/help.c (grub_cmd_help): Call grub_command_find to make
12001         sure that each command is loaded.
12003         * genmk.rb (PModule::rule): Specify a module name without the
12004         suffix ".mod" to gencmdlist.sh.
12006 2005-03-02  Yoshinori K. Okuji  <okuji@enbug.org>
12008         * gencmdlist.sh: New file.
12010         * genmk.rb (PModule::rule): Generate a rule for a command list.
12011         Clean command.lst.
12012         Generate command.lst from $(COMMANDFILES).
12014         * Makefile.in (COMMON_DISTFILES): Added gencmdlist.sh.
12015         (DATA): Added $(pkgdata_DATA).
12016         (install-local): Install files in $(pkgdata_DATA).
12018 2005-03-02  Yoshinori K. Okuji  <okuji@enbug.org>
12020         * term/i386/pc/vga.c (debug_command): Removed.
12021         (GRUB_MOD_INIT): Do not register the command "debug".
12023         From Hollis Blanchard:
12024         * commands/configfile.c: New file.
12025         * conf/i386-pc.rmk (grub_emu_SOURCES): Added
12026         commands/configfile.c.
12027         (pkgdata_MODULES): Added configfile.mod.
12028         (configfile_mod_SOURCES): New variable.
12029         (configfile_mod_CFLAGS): Likewise.
12030         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Added
12031         commands/configfile.c.
12032         (pkgdata_MODULES): Added configfile.mod.
12033         (configfile_mod_SOURCES): New variable.
12034         (configfile_mod_CFLAGS): Likewise.
12035         * util/grub-emu.c (main): Call grub_configfile_init and
12036         grub_configfile_fini.
12037         * include/grub/normal.h [GRUB_UTIL] (grub_configfile_init): New
12038         prototype.
12039         [GRUB_UTIL] (grub_configfile_fini): Likewise.
12041 2005-02-27  Yoshinori K. Okuji  <okuji@enbug.org>
12043         * normal/arg.c (grub_arg_show_help): Do not show the bug report
12044         address.
12046         * commands/help.c (grub_cmd_help): Do not print newlines after
12047         the last command in print_command_help.
12049 2005-02-27  Yoshinori K. Okuji  <okuji@enbug.org>
12051         * commands/default.h: New file.
12052         * commands/timeout.h: Likewise.
12053         * normal/context.c: Likewise.
12055         * util/misc.c: Do not include sys/times.h.
12056         Include sys/time.h and grub/machine/time.h.
12057         (grub_get_rtc): Rewritten with gettimeofday.
12059         * util/grub-emu.c (main): Call grub_default_init and
12060         grub_timeout_init before grub_normal_init, and call
12061         grub_timeout_fini and grub_default_fini after grub_main.
12063         * util/console.c (grub_ncurses_checkkey): Return the read
12064         character or -1.
12066         * normal/menu.c (run_menu): Set MENU->TIMEOUT to -1 once it
12067         timeouts.
12069         * normal/main.c (read_config_file): Push MENU. If this fails,
12070         print an error and wait for a user input.
12071         Print an error only if GRUB_ERRNO is not GRUB_ERR_NONE.
12072         If a menu is empty or an error occurs, pop MENU.
12073         (grub_normal_execute): Pop and free MENU after grub_menu_run
12074         returns.
12076         * kern/loader.c (grub_loader_boot): Call grub_machine_fini.
12078         * include/grub/powerpc/ieee1275/time.h [GRUB_UTIL]: Do not
12079         include time.h.
12080         [GRUB_UTIL] (GRUB_TICKS_PER_SECOND): Use the same definition as
12081         without GRUB_UTIL.
12082         * include/grub/i386/pc/time.h [GRUB_UTIL]: Do not include
12083         time.h.
12084         [GRUB_UTIL] (GRUB_TICKS_PER_SECOND): Use the same definition as
12085         without GRUB_UTIL.
12087         * include/grub/normal.h (struct grub_menu_list): New struct.
12088         (grub_menu_list_t): New type.
12089         (struct grub_context): New struct.
12090         (grub_context_t): New type.
12091         (grub_register_command): Got rid of EXPORT_FUNC.
12092         (grub_unregister_command): Likewise.
12093         (grub_context_get): New prototype.
12094         (grub_context_get_current_menu): Likewise.
12095         (grub_context_push_menu): Likewise.
12096         (grub_context_pop_menu): Likewise.
12097         [GRUB_UTIL] (grub_default_init): Likewise.
12098         [GRUB_UTIL] (grub_default_fini): Likewise.
12099         [GRUB_UTIL] (grub_timeout_init): Likewise.
12100         [GRUB_UTIL] (grub_timeout_fini): Likewise.
12102         * conf/i386-pc.rmk (grub_emu_SOURCES): Added commands/default.c,
12103         commands/timeout.c and normal/context.c.
12104         (pkgdata_MODULES): Added default.mod and timeout.mod.
12105         (normal_mod_SOURCES): Added normal/context.c.
12106         (default_mod_SOURCES): New variable.
12107         (default_mod_CFLAGS): Likewise.
12108         (timeout_mod_SOURCES): Likewise.
12109         (timeout_mod_CFLAGS): Likewise.
12110         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Copied from
12111         conf/i386-pc.rmk.
12112         (pkgdata_MODULES): Added default.mod and timeout.mod.
12113         (normal_mod_SOURCES): Added normal/context.c.
12114         (default_mod_SOURCES): New variable.
12115         (default_mod_CFLAGS): Likewise.
12116         (timeout_mod_SOURCES): Likewise.
12117         (timeout_mod_CFLAGS): Likewise.
12119         * Makefile.in (all-local): Added $(MKFILES).
12121 2005-02-21  Vincent Pelletier  <subdino2004@yahoo.fr>
12123         * conf/i386-pc.rmk (grub_setup_SOURCES): Add `partmap/sun.c'.
12124         (grub_emu_SOURCES): Likewise.
12125         (pkgdata_MODULES): Add `sun.mod'.
12126         (sun_mod_SOURCES, sun_mod_CFLAGS): New variables.
12127         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
12128         `partmap/sun.c'.
12129         (pkgdata_MODULES): Add `sun.mod'.
12130         (sun_mod_SOURCES, sun_mod_CFLAGS): New variables.
12131         * include/grub/partition.h (grub_sun_partition_map_init): New
12132         prototype.
12133         (grub_sun_partition_map_fini): Likewise.
12134         * partmap/sun.c: New file.
12135         * util/grub-emu.c (main): Initialize and de-initialize the sun
12136         partitionmap support.
12138 2005-02-19  Yoshinori K. Okuji  <okuji@enbug.org>
12140         This implements an Emacs-like menu entry editor.
12142         * normal/menu_entry.c: New file.
12144         * util/console.c (grub_ncurses_putchar): Translate some Unicode
12145         characters to ASCII.
12146         (saved_char): New variable.
12147         (grub_ncurses_checkkey): Rewritten completely.
12148         (grub_ncurses_getkey): Likewise.
12149         (grub_ncurses_init): Call raw instead of cbreak.
12151         * normal/menu.c (print_entry): Do not put a space.
12152         (init_page): Renamed to ...
12153         (grub_menu_init_page): ... this. All callers changed.
12154         (edit_menu_entry): Removed.
12155         (run_menu): Call grub_menu_entry_run instead of edit_menu_entry.
12157         * normal/cmdline.c (grub_cmdline_run): Call grub_setcursor.
12159         * kern/misc.c (grub_vprintf): Call grub_refresh.
12161         * normal/menu.c (DISP_LEFT): Renamed to ...
12162         * include/grub/term.h (GRUB_TERM_DISP_LEFT): ... this.
12163         * normal/menu.c (DISP_UP): Renamed to ...
12164         * include/grub/term.h (GRUB_TERM_DISP_UP): ... this.
12165         * normal/menu.c (DISP_RIGHT): Renamed to ...
12166         * include/grub/term.h (GRUB_TERM_DISP_RIGHT): ... this.
12167         * normal/menu.c (DISP_DOWN): Renamed to ...
12168         * include/grub/term.h (GRUB_TERM_DISP_DOWN): ... this.
12169         * normal/menu.c (DISP_HLINE): Renamed to ...
12170         * include/grub/term.h (GRUB_TERM_DISP_HLINE): ... this.
12171         * normal/menu.c (DISP_VLINE): Renamed to ...
12172         * include/grub/term.h (GRUB_TERM_DISP_VLINE): ... this.
12173         * normal/menu.c (DISP_UL): Renamed to ...
12174         * include/grub/term.h (GRUB_TERM_DISP_UL): ... this.
12175         * normal/menu.c (DISP_UR): Renamed to ...
12176         * include/grub/term.h (GRUB_TERM_DISP_UR): ... this.
12177         * normal/menu.c (DISP_LL): Renamed to ...
12178         * include/grub/term.h (GRUB_TERM_DISP_LL): ... this.
12179         * normal/menu.c (DISP_LR): Renamed to ...
12180         * include/grub/term.h (GRUB_TERM_DISP_LR): ... this.
12181         * normal/menu.c (TERM_WIDTH): Renamed to ...
12182         * include/grub/term.h (GRUB_TERM_WIDTH): ... this.
12183         * normal/menu.c (TERM_HEIGHT): Renamed to ...
12184         * include/grub/term.h (GRUB_TERM_HEIGHT): ... this.
12185         * normal/menu.c (TERM_INFO_HEIGHT): Renamed to ...
12186         * include/grub/term.h (GRUB_TERM_INFO_HEIGHT): ... this.
12187         * normal/menu.c (TERM_MARGIN): Renamed to ...
12188         * include/grub/term.h (GRUB_TERM_MARGIN): ... this.
12189         * normal/menu.c (TERM_SCROLL_WIDTH): Renamed to ...
12190         * include/grub/term.h (GRUB_TERM_SCROLL_WIDTH): ... this.
12191         * normal/menu.c (TERM_TOP_BORDER_Y): Renamed to ...
12192         * include/grub/term.h (GRUB_TERM_TOP_BORDER_Y): ... this.
12193         * normal/menu.c (TERM_LEFT_BORDER_X): Renamed to ...
12194         * include/grub/term.h (GRUB_TERM_LEFT_BORDER_X): ... this.
12195         * normal/menu.c (TERM_BORDER_WIDTH): Renamed to ...
12196         * include/grub/term.h (GRUB_TERM_BORDER_WIDTH): ... this.
12197         * normal/menu.c (TERM_MESSAGE_HEIGHT): Renamed to ...
12198         * include/grub/term.h (GRUB_TERM_MESSAGE_HEIGHT): ... this.
12199         * normal/menu.c (TERM_BORDER_HEIGHT): Renamed to ...
12200         * include/grub/term.h (GRUB_TERM_BORDER_HEIGHT): ... this.
12201         * normal/menu.c (TERM_NUM_ENTRIES): Renamed to ...
12202         * include/grub/term.h (GRUB_TERM_NUM_ENTRIES): ... this.
12203         * normal/menu.c (TERM_FIRST_ENTRY_Y): Renamed to ...
12204         * include/grub/term.h (GRUB_TERM_FIRST_ENTRY_Y): ... this.
12205         * normal/menu.c (TERM_ENTRY_WIDTH): Renamed to ...
12206         * include/grub/term.h (GRUB_TERM_ENTRY_WIDTH): ... this.
12207         * normal/menu.c (TERM_CURSOR_X): Renamed to ...
12208         * include/grub/term.h (GRUB_TERM_CURSOR_X): ... this.
12209         All callers changed.
12211         * include/grub/normal.h: New prototype.
12213         * conf/i386-pc.rmk (grub_emu_SOURCES): Added
12214         normal/menu_entry.c.
12215         (normal_mod_SOURCES): Likewise.
12216         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
12217         (normal_mod_SOURCES): Likewise.
12219 2005-02-15  Yoshinori K. Okuji  <okuji@enbug.org>
12221         * include/grub/normal.h (grub_halt_init): New prototype.
12222         (grub_halt_fini): Likewise.
12223         (grub_reboot_init): Likewise.
12224         (grub_reboot_fini): Likewise.
12226         * util/grub-emu.c: Include signal.h.
12227         (main_env): New global variable.
12228         (grub_machine_init): Ignore SIGINT. Otherwise grub-emu cannot
12229         catch C-c.
12230         (grub_machine_fini): New function.
12231         (main): Call grub_halt_init and grub_reboot_init before
12232         grub_main, and grub_reboot_fini and grub_halt_fini after it.
12233         Call setjmp with MAIN_ENV to go back afterwards.
12234         Call grub_machine_fini right before return.
12236         * include/grub/util/misc.h: Include setjmp.h.
12237         (main_env): New prototype.
12239         * include/grub/kernel.h (grub_machine_fini): New prototype.
12240         * include/grub/i386/pc/biosdisk.h (grub_biosdisk_fini): Likewise.
12241         * include/grub/i386/pc/console.h (grub_console_fini): Likewise.
12243         * disk/i386/pc/biosdisk.c (grub_biosdisk_fini): New function.
12244         * kern/i386/pc/init.c (grub_machine_fini): Likewise.
12245         * term/i386/pc/console.c (grub_console_fini): Likewise.
12247         * util/i386/pc/misc.c: New file.
12249         * conf/i386-pc.rmk (grub_emu_SOURCES): Added
12250         util/i386/pc/misc.c, commands/i386/pc/halt.c and
12251         commands/i386/pc/reboot.c.
12253 2005-02-14  Guillem Jover  <guillem@hadrons.org>
12255         * include/grub/dl.h (grub_dl_check_header): New prototype.
12256         (grub_arch_dl_check_header): Change return type to grub_err_t,
12257         remove size parameter and export function.  Update all callers.
12258         * kern/dl.c (grub_dl_check_header): New function.
12259         (grub_dl_load_core): Use `grub_dl_check_header' instead of
12260         `grub_arch_dl_check_header'.  Check ELF type.  Check if sections
12261         are inside the core.
12262         * kern/i386/dl.c (grub_arch_dl_check_header): Remove arch
12263         independent ELF header checks.
12264         * kern/powerpc/dl.c (grub_arch_dl_check_header): Likewise.
12265         * loader/i386/pc/multiboot.c (grub_rescue_cmd_multiboot): Use
12266         `grub_dl_check_header' instead of explicit checks.  Check for the
12267         ELF type.
12268         * loader/powerpc/ieee1275/linux.c (grub_rescue_cmd_linux): Use
12269         `grub_dl_check_header' instead of explicit checks.  Remove arch
12270         specific ELF header checks.
12272         * util/grub-emu.c (grub_arch_dl_check_header): Remove the
12273         argument SIZE.
12275 2005-02-13  Hollis Blanchard  <hollis@penguinppc.org>
12277         * conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Add ls.mod.
12278         * include/grub/powerpc/libgcc.h (__mulsf3): New prototype.
12280 2005-02-12  Hollis Blanchard  <hollis@penguinppc.org>
12282         * kern/partition.c (grub_partition_probe): Clear `grub_errno' and
12283         return 0 if `grub_errno' is GRUB_ERR_BAD_PART_TABLE.
12284         (part_map_iterate): Clear `grub_errno' and return 0 if
12285         `partmap->iterate' returns GRUB_ERR_BAD_PART_TABLE.
12286         * partmap/amiga.c (amiga_partition_map_iterate): Return
12287         GRUB_ERR_BAD_PART_TABLE if no partition map magic is found.
12288         * partmap/apple.c (apple_partition_map_iterate): Likewise.
12290 2005-02-01  Guillem Jover  <guillem@hadrons.org>
12292         * loader/i386/pc/multiboot_normal.c (GRUB_MOD_INIT): Fix module
12293         help info.
12295 2005-01-31  Marco Gerards  <metgerards@student.han.nl>
12297         * include/grub/powerpc/ieee1275/loader.h (grub_load_linux):
12298         Removed prototype.
12299         (grub_rescue_cmd_linux): New prototype.
12300         (grub_rescue_cmd_initrd): Likewise.
12301         * powerpc/ieee1275/linux.c (grub_linux_boot): Remove struct
12302         `bi_rec'.
12303         (grub_linux_release_mem): Release the memory for the initrd.
12304         (grub_load_linux): Renamed from this...
12305         (grub_rescue_cmd_linux): ...To this.  Changed all callers.
12306         Changed `entry' not to be static.  Loop over memory regions to
12307         find another one when the default fails.
12308         (grub_rescue_cmd_initrd): New function.
12309         (grub_linux_init): Remove function.
12310         (grub_linux_fini): Likewise.
12311         (GRUB_MOD_INIT): Register `initrd'.
12312         (GRUB_MOD_FINI): Unregister `initrd'.
12313         * powerpc/ieee1275/linux_normal.c (grub_linux_normal_init):
12314         Function removed.
12315         (grub_linux_normal_fini): Likewise.
12316         (GRUB_MOD_INIT): Register `initrd'.
12317         (GRUB_MOD_FINI): Unregister `initrd'.
12319 2005-01-31  Marco Gerards  <metgerards@student.han.nl>
12321         * commands/help.c: New file.
12322         * normal/arg.c (show_help): Renamed to...
12323         (grub_arg_show_help): ... this.
12324         * commands/i386/pc/halt.c: New file.
12325         * commands/i386/pc/reboot.c: Likewise.
12326         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `commands/help.c'.
12327         (pkgdata_MODULES): Add `reboot.mod', `halt.mod' and `help.mod'.
12328         (help_mod_SOURCES, help_mod_CFLAGS, reboot_mod_SOURCES)
12329         (reboot_mod_CFLAGS, halt_mod_SOURCES, halt_mod_CFLAGS): New
12330         variables.
12331         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
12332         `commands/help.c'.
12333         (pkgdata_MODULES): Add `help.mod'.
12334         (help_mod_SOURCES, help_mod_CFLAGS): New variables.
12335         * grub/i386/pc/init.h (grub_reboot): New prototype.
12336         (grub_halt): Likewise.
12337         * include/grub/normal.h (grub_arg_show_help): New prototype.
12338         (grub_help_init): Likewise.
12339         (grub_help_fini): Likewise.
12340         * util/grub-emu.c (main): Initialize and deinitialize the help
12341         command.
12343         * normal/cmdline.c (grub_cmdline_get): Doc fix.
12345         * normal/command.c (grub_command_init): Fixed the description of
12346         the `set' and `unset' commands.
12348 2005-01-31  Marco Gerards  <metgerards@student.han.nl>
12350         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_interpret): New
12351         function.
12352         * commands/ieee1275/halt.c: New file.
12353         * commands/ieee1275/reboot.c: Likewise.
12354         * commands/ieee1275/suspend.c (grub_cmd_suspend): Use
12355         `__attribute__ ((unused))'.  Some GCS related fixed.
12356         (grub_suspend_init) [GRUB_UTIL]: Function removed.
12357         (grub_suspend_fini): Likewise.
12358         * conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Add `reboot.mod'
12359         and `halt.mod'.
12360         (reboot_mod_SOURCES, reboot_mod_CFLAGS, halt_mod_SOURCES)
12361         (halt_mod_CFLAGS): New variables.
12362         * include/grub/powerpc/ieee1275/ieee1275.h
12363         (grub_ieee1275_interpret): New prototype.
12365 2005-01-29  Yoshinori K. Okuji  <okuji@enbug.org>
12367         * include/grub/misc.h (memmove): New prototype.
12368         (memcpy): Likewise.
12370 2005-01-22  Hollis Blanchard  <hollis@penguinppc.org>
12372         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_open): Don't initialize
12373         `devpath' to 0.  Use `name' instead of `devpath' with `grub_strndup'.
12375 2005-01-22  Marco Gerards  <metgerards@student.han.nl>
12377         * kern/misc.c (grub_strndup): Function rewritten.
12379 2005-01-22  Vincent Pelletier  <subdino2004@yahoo.fr>
12381         * normal/menu.c (TERM_WIDTH): Macro redefined.
12382         (TERM_TOP_BORDER_Y): Likewise.
12383         (draw_border): Replaced while-loop by a for-loop.  Make the number
12384         of lines consistent with the number of lines displayed in
12385         print_entries.  Added a margin below the rectangle.
12386         (print_entry): Make the entry fit in the rectangle.
12387         (print_entries): Display the scroll arrows next to the right
12388         border.
12390 2005-01-21  Marco Gerards  <metgerards@student.han.nl>
12392         * fs/minix.c (grub_minix_find_file): Reserve more space for
12393         `fpath' so the \0 can be stored.  Use `grub_strcpy' instead of
12394         `grub_strncpy' to copy `path' into it.
12396 2005-01-21  Marco Gerards  <metgerards@student.han.nl>
12398         Add the loopback device, a device via which files can be accessed
12399         as devices.
12401         * conf/i386-pc.rmk (grub_emu_SOURCES): Add `disk/loopback.c'.
12402         (pkgdata_MODULES): Add loopback.mod.
12403         (loopback_mod_SOURCES): New variable.
12404         (loopback_mod_CFLAGS): Likewise.
12405         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
12406         `disk/loopback.c'.
12407         (pkgdata_MODULES): Add loopback.mod.
12408         (loopback_mod_SOURCES): New variable.
12409         (loopback_mod_CFLAGS): Likewise.
12410         * disk/loopback.c: new file.
12411         * include/grub/normal.h (grub_loop_init): New prototype.
12412         (grub_loop_fini): New prototype.
12413         * util/grub-emu.c (main): Initialize and de-initialize loopback
12414         support.
12415         * include/grub/disk.h (grub_disk_dev_id): Add
12416         `GRUB_DISK_DEVICE_LOOPBACK_ID'.
12418 2005-01-20  Hollis Blanchard  <hollis@penguinppc.org>
12420         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_enter): New
12421         function.
12422         * conf/powerpc-ieee1275.rmk (pkgdata_MODULES): Add suspend.mod.
12423         (suspend_mod_SOURCES): New variable.
12424         (suspend_mod_CFLAGS): Likewise.
12425         * include/grub/powerpc/ieee1275/ieee1275.h (grub_ieee1275_enter):
12426         New prototype.
12427         * commands/ieee1275/suspend.c: New file.
12429 2005-01-20  Timothy Baldwin  <T.E.Baldwin99@members.leeds.ac.uk>
12431         * include/grub/dl.h (GRUB_MOD_INIT): Changed `__attribute__
12432         ((unused))' to `__attribute__ ((used))'.
12433         (GRUB_MOD_FINI): Likewise.
12434         * kern/dl.c (grub_dl_load_file): Fix null pointer dereference.
12435         * genmk.rb (PModule): Assign space to common symbols when linking
12436         modules.
12438 2005-01-20  Marco Gerards  <metgerards@student.han.nl>
12440         * include/grub/mm.h (grub_mm_init_region): Change the type of the
12441         `unsigned' arguments to `grub_size_t'.
12442         (grub_malloc): Likewise.
12443         (grub_realloc): Likewise.
12444         (grub_memalign): Likewise.
12445         * kern/i386/dl.c (grub_arch_dl_check_header): Likewise.
12446         * kern/powerpc/dl.c (grub_arch_dl_check_header): Likewise.
12447         * util/misc.c (grub_malloc): Likewise.
12448         (grub_realloc): Likewise.
12449         * kern/mm.c (get_header_from_pointer): Change the casts to
12450         `unsigned' into a cast to `grub_size_t'.
12452         * fs/fshelp.c (grub_fshelp_find_file): The `oldnode' should always
12453         point to `currnode' when `currnode' is changed.
12455         * util/grub-emu.c (main): Initialize `progname'.  Reported by Nico
12456         Schottelius <nico-linux@schottelius.org>.
12458 2005-01-09  Hollis Blanchard  <hollis@penguinppc.org>
12460         * util/powerpc/ieee1275/grub-mkimage.c: Include <string.h>.
12461         (note_path): Remove variable.
12462         (GRUB_IEEE1275_NOTE_NAME): New macro.
12463         (GRUB_IEEE1275_NOTE_TYPE): Likewise.
12464         (grub_ieee1275_note_hdr): New structure.
12465         (grub_ieee1275_note_desc): Likewise.
12466         (grub_ieee1275_note): Likewise.
12467         (load_note): Remove `dir' argument.  All callers updated.  Remove
12468         `note_img' and `path'.  Do not load a file from `note_path'.
12469         Initialize a struct grub_ieee1275_note and write that to `out'.
12470         Use GRUB_IEEE1275_MODULE_BASE instead of MODULE_BASE.
12472 2005-01-05  Marco Gerards  <metgerards@student.han.nl>
12474         * util/misc.c (grub_util_read_image): Revert last change.  It
12475         called `grub_util_read_at', which seeks from the beginning of the
12476         file.
12478 2005-01-04  Hollis Blanchard  <hollis@penguinppc.org>
12480         * TODO: Add note about endianness in grub-mkimage.
12481         * boot/powerpc/ieee1275/crt0.S (note): Remove unused .note
12482         section.
12483         * conf/powerpc-ieee1275.rmk (bin_UTILITIES): Add grub-mkimage.
12484         (grub_mkimage_SOURCES): New target.
12485         * include/grub/kernel.h (grub_start_addr): Remove variable.
12486         (grub_end_addr): Likewise.
12487         (grub_total_module_size): Likewise.
12488         (grub_kernel_image_size): Likewise.
12489         (GRUB_MODULE_MAGIC): New constant.
12490         (grub_module_info): New structure.
12491         (grub_arch_modules_addr): New prototype.
12492         (grub_get_end_addr): Remove prototype.
12493         * include/grub/i386/pc/kernel.h (grub_end_addr): New prototype.
12494         * include/grub/powerpc/ieee1275/kernel.h: New file.
12495         * include/grub/util/misc.h (grub_util_get_fp_size): New
12496         prototype.
12497         (grub_util_read_at): Likewise.
12498         (grub_util_write_image_at): Likewise.
12499         * kern/main.c (grub_get_end_addr): Remove function.
12500         (grub_load_modules): Call grub_arch_modules_addr instead of using
12501         grub_end_addr.  Look for a grub_module_info struct in memory.  Use
12502         the grub_module_info fields instead of calling grub_get_end_addr
12503         as loop conditions.  Move grub_add_unused_region code here.
12504         (grub_add_unused_region): Remove function.
12505         * kern/i386/pc/init.c: Include grub/cache.h.
12506         (grub_machine_init): Remove call to grub_get_end_addr.  Remove
12507         one call to add_mem_region.
12508         (grub_arch_modules_addr): New function.
12509         * kern/powerpc/ieee1275/init.c (grub_end_addr): Remove variable.
12510         (grub_total_module_size): Likewise.
12511         Include grub/machine/kernel.h.
12512         (grub_arch_modules_addr): New function.
12513         * util/grub-emu.c (grub_end_addr): Remove variable.
12514         (grub_total_module_size): Likewise.
12515         (grub_arch_modules_addr): New function.
12516         * util/misc.c: Include unistd.h.
12517         (grub_util_get_fp_size): New function.
12518         (grub_util_read_at): Likewise.
12519         (grub_util_write_image_at): Likewise.
12520         (grub_util_read_image): Call grub_util_read_at.
12521         (grub_util_write_image): Call grub_util_write_image_at.
12522         * util/i386/pc/grub-mkimage.c (generate_image): Allocate
12523         additional memory in kernel_img for a struct grub_module_info.
12524         Fill in that grub_module_info.
12525         * util/powerpc/ieee1275/grub-mkimage.c: New file.
12527 2005-01-03  Hollis Blanchard  <hollis@penguinppc.org>
12529         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_milliseconds):
12530         New function.
12531         * include/grub/powerpc/ieee1275/ieee1275.h
12532         (grub_ieee1275_milliseconds): New prototype.
12533         * include/grub/powerpc/ieee1275/time.h (GRUB_TICKS_PER_SECOND):
12534         Change to 1000.
12535         * kern/powerpc/ieee1275/init.c (grub_get_rtc): Call
12536         grub_ieee1275_milliseconds.
12538 2005-01-03  Hollis Blanchard  <hollis@penguinppc.org>
12540         * boot/powerpc/ieee1275/cmain.c (grub_ieee1275_realmode): New
12541         variable.
12542         (find_options): New function.
12543         (cmain): Call find_options.
12544         * include/grub/powerpc/ieee1275/ieee1275.h
12545         (grub_ieee1275_realmode): New extern variable.
12546         * kern/powerpc/ieee1275/openfw.c (grub_claimmap): Only call
12547         grub_map if grub_ieee1275_realmode is false.
12549 2004-12-29  Marco Gerards  <metgerards@student.han.nl>
12551         * normal/cmdline.c (grub_cmdline_get): Redone logic so no empty
12552         lines are inserted and make it work like readline.  Reported by
12553         Vincent Pelletier <subdino2004@yahoo.fr>.
12555 2004-12-28  Marco Gerards  <metgerards@student.han.nl>
12557         * boot/powerpc/ieee1275/crt0.S (_start): Don't set up the stack.
12559         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCE): Remove
12560         `kern/powerpc/cache.S'.
12562 2004-12-27  Marco Gerards  <metgerards@student.han.nl>
12564         * genmk.rb: Handle the `Program' class in the main loop.  Written
12565         by Johan Rydberg <jrydberg@gnu.org>.
12566         (Program): New class.
12567         (programs): New variable.
12568         * boot/powerpc/ieee1275/cmain.c: Include <grub/machine/ieee1275.h>
12569         instead of "grub/machine/ieee1275.h".  Include <grub/kernel.h>
12570         instead of "grub/kernel.h".  Include <grub/machine/init.h>.
12571         (help_arch): Function removed.
12572         * conf/powerpc-ieee1275.rmk (grubof_HEADERS): Add
12573         `powerpc/libgcc.h' and `loader.h'.
12574         (pkgdata_PROGRAMS): New variable.
12575         (sbin_UTILITIES): Variable removed.
12576         (grub_emu_SOURCES): Added kern/powerpc/cache.S.
12577         (grubof_SOURCES): Variable re-defined so it only includes the
12578         core functionality.
12579         (grubof_CFLAGS): Remove `-DGRUBOF'.
12580         (pkgdata_MODULES, fshelp_mod_SOURCES, fshelp_mod_CFLAGS,
12581         (fat_mod_SOURCES, fat_mod_CFLAGS, ext2_mod_SOURCES)
12582         (ext2_mod_CFLAGS, ufs_mod_SOURCES, ufs_mod_CFLAGS)
12583         (minix_mod_SOURCES, minix_mod_CFLAGS, hfs_mod_SOURCES)
12584         (hfs_mod_CFLAGS, jfs_mod_SOURCES, jfs_mod_CFLAGS)
12585         (iso9660_mod_SOURCES, iso9660_mod_CFLAGS, _linux_mod_SOURCES)
12586         (_linux_mod_CFLAGS, linux_mod_SOURCES, linux_mod_CFLAGS)
12587         (normal_mod_SOURCES, normal_mod_CFLAGS, normal_mod_ASFLAGS)
12588         (hello_mod_SOURCES, hello_mod_CFLAGS, boot_mod_SOURCES)
12589         (boot_mod_CFLAGS, terminal_mod_SOURCES, terminal_mod_CFLAGS)
12590         (ls_mod_SOURCES, ls_mod_CFLAGS, cmp_mod_SOURCES, cmp_mod_CFLAGS)
12591         (cat_mod_SOURCES, cat_mod_CFLAGS, font_mod_SOURCES)
12592         (font_mod_CFLAGS, amiga_mod_SOURCES, amiga_mod_CFLAGS)
12593         (apple_mod_SOURCES, apple_mod_CFLAGS, pc_mod_SOURCES)
12594         (pc_mod_CFLAGS): New variables.
12595         * disk/powerpc/ieee1275/ofdisk.c: Include <grub/machine/init.h>.
12596         (grub_ofdisk_iterate): Add a prototype for `dev_iterate'.
12597         * include/grub/dl.h (grub_arch_dl_sync_caches): New prototype.
12598         * include/grub/loader.h (grub_os_area_addr, grub_os_area_size):
12599         Moved from here...
12600         * include/grub/i386/pc/init.h (grub_os_area_addr)
12601         (rub_os_area_size): ... to here.
12602         * include/grub/powerpc/ieee1275/ieee1275.h
12603         (grub_ieee1275_entry_fn): Export symbol.
12604         * include/grub/powerpc/ieee1275/init.h: New file.
12605         * include/grub/powerpc/libgcc.h: Likewise.
12606         * include/grub/cache.h: Likewise.
12607         * kern/powerpc/cache.S: Likewise.  Written by Hollis Blanchard
12608         <hollis@penguinppc.org>.
12609         * kern/dl.c: Include <grub/cache.h>.
12610         (grub_dl_flush_cache): New function.
12611         (grub_dl_load_core): Call `grub_dl_flush_cache' to flush the cache
12612         for this module.
12613         * kern/powerpc/ieee1275/init.c (grub_ofdisk_init)
12614         (grub_console_init): Removed prototypes.
12615         (grub_machine_init): Don't initialize the modules anymore.
12616         * kern/powerpc/ieee1275/openfw.c (grub_map): Make the function
12617         static.
12618         * include/grub/powerpc/types.h (GRUB_HOST_WORDS_LITTLEENDIAN):
12619         Macro undef removed.
12620         (GRUB_HOST_WORDS_BIGENDIAN): New macro.
12621         * kern/powerpc/dl.c (grub_arch_dl_relocate_symbols): Add
12622         relocation `R_PPC_REL32'.  Return an error when the relocation is
12623         unknown.
12624         * Makefile.in (DATA): Add `$(pkgdata_PROGRAMS)'.
12625         * kern/i386/pc/init.c (grub_arch_sync_caches): New function.
12626         * util/misc.c (grub_arch_sync_caches): Likewise.
12628 2004-12-19  Marco Gerards  <metgerards@student.han.nl>
12630         * conf/powerpc-ieee1275.rmk (MOSTLYCLEANFILES): Remove
12631         `symlist.c', add `grubof_symlist.c'.
12632         (symlist.c): Variable removed.
12633         (grubof_HEADERS): Variable added.
12634         (grubof_symlist.c): New target.
12635         (kernel_syms.lst): Use `grubof_HEADERS' instead of
12636         `kernel_img_HEADERS'.
12637         (grubof_SOURCES): Add `kern/powerpc/dl.c' and `grubof_symlist.c'.
12638         * kern/powerpc/dl.c: New file.
12639         * kern/powerpc/ieee1275/init.c (grub_arch_dl_check_header):
12640         Function removed.
12641         (grub_arch_dl_relocate_symbols): Likewise.
12642         (grub_register_exported_symbols): Likewise.
12644 2004-12-13  Marco Gerards  <metgerards@student.han.nl>
12646         * fs/ext2.c (grub_ext2_open): Don't use data after freeing it.
12647         (grub_ext2_dir): Likewise.  Don't return in case of an error, jump
12648         to fail instead.  Reported by Vincent Pelletier
12649         <subdino2004@yahoo.fr>.
12651         * fs/fshelp.c (grub_fshelp_find_file): Don't free `oldnode' when
12652         it is not allocated.  Reported by Vincent Pelletier
12653         <subdino2004@yahoo.fr>.
12655         * normal/cmdline.c (grub_tab_complete): Add a blank line to the
12656         output so the output looks better.
12658 2004-12-04  Marco Gerards  <metgerards@student.han.nl>
12660         Modulize the partition map support and add support for the amiga
12661         partition map.
12663         * commands/ls.c: Include <grub/partition.h> instead of
12664         <grub/machine/partition.h>.
12665         * kern/disk.c: Likewise.
12666         * kern/rescue.c: Likewise.
12667         * loader/i386/pc/chainloader.c: Likewise.
12668         * normal/cmdline.c: Likewise.
12669         * kern/powerpc/ieee1275/init.c: Likewise.
12670         (grub_machine_init): Call `grub_pc_partition_map_init',
12671         `grub_amiga_partition_map_init' and
12672         `grub_apple_partition_map_init'.
12673         * conf/i386-pc.rmk (kernel_img_SOURCES): Remove
12674         `disk/i386/pc/partition.c'.  Add `kern/partition.c'.
12675         (kernel_img_HEADERS): Remove `machine/partition.h'.  Add
12676         `partition.h' and `pc_partition.h'.
12677         (grub_setup_SOURCES): Remove
12678         `disk/i386/pc/partition.c'.  Add `kern/partition.c',
12679         `partmap/amiga.c', `partmap/apple.c' and `partmap/pc.c'.
12680         (grub_emu_SOURCES): Likewise.
12681         (pkgdata_MODULES): Add `amiga.mod', `apple.mod' and `pc.mod'.
12682         (amiga_mod_SOURCES, amiga_mod_CFLAGS, apple_mod_SOURCES)
12683         (apple_mod_CFLAGS, pc_mod_SOURCES, pc_mod_CFLAGS): New variables.
12684         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Remove
12685         `disk/powerpc/ieee1275/partition.c'.  Add `kern/partition.c',
12686         `partmap/amiga.c', `partmap/apple.c' and `partmap/pc.c'.
12687         (grubof_SOURCES): Likewise.
12688         * disk/i386/pc/partition.c: File removed.
12689         * disk/powerpc/ieee1275/partition.c: Likewise.
12690         * include/grub/powerpc/ieee1275/partition.h: Likewise.
12691         * include/grub/i386/pc/partition.h: Likewise.
12692         * kern/partition.c: New file.
12693         * partmap/amiga.c: Likewise.
12694         * partmap/apple.c: Likewise.
12695         * partmap/pc.c: Likewise.
12696         * include/grub/partition.h: Likewise..
12697         * include/grub/pc_partition.h: Likewise.
12698         * util/grub-emu.c: Include <grub/partition.h> instead of
12699         <grub/machine/partition.h>.
12700         (main): Call `grub_pc_partition_map_init',
12701         `grub_amiga_partition_map_init' and
12702         `grub_apple_partition_map_init' and deinitialize afterwards.
12703         * util/i386/pc/biosdisk.c: Include `#include
12704         <grub/partition.h>' and `include <grub/pc_partition.h>' instead of
12705         `<grub/machine/partition.h>'.
12706         * util/i386/pc/grub-setup.c: Likewise.
12707         * util/i386/pc/biosdisk.c: Likewise.
12708         (grub_util_biosdisk_get_grub_dev): Only access the PC specific
12709         partition information in case of a PC partition.
12710         * util/i386/pc/grub-setup.c: Include `#include
12711         <grub/partition.h>' and `include <grub/pc_partition.h>' instead of
12712         `<grub/machine/partition.h>'.
12713         (setup): Only access the PC specific partition information in case
12714         of a PC partition.
12716 2004-11-17  Hollis Blanchard  <hollis@penguinppc.org>
12718         * kern/powerpc/ieee1275/init.c (grub_setjmp): Remove function.
12719         (grub_longjmp): Likewise.
12720         * include/grub/powerpc/setjmp.h (grub_jmp_buf): Set array size to
12721         20.
12722         * normal/powerpc/setjmp.S: New file.
12723         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Add
12724         `normal/powerpc/setjmp.S'.
12725         (grubof_CFLAGS): Add `-DGRUBOF'.
12726         * include/grub/setjmp.h [GRUB_UTIL]: Changed condition to
12727         [GRUB_UTIL && !GRUBOF].
12729 2004-11-16  Marco Gerards  <metgerards@student.han.nl>
12731         * kern/powerpc/ieee1275/openfw.c (grub_devalias_iterate): Skip any
12732         property named `name'.  Correctly handle the error returned by
12733         `grub_ieee1275_finddevice' if a device can not be opened.
12735 2004-11-02  Hollis Blanchard  <hollis@penguinppc.org>
12737         * term/powerpc/ieee1275/ofconsole.c (grub_ofconsole_readkey): Test
12738         `actual' for negativity.
12739         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Remove
12740         kern/fshelp.c.
12742 2004-11-01  Marco Gerards  <metgerards@student.han.nl>
12744         * term/i386/pc/vga.c (VGA_HEIGHT): Changed to 350.
12745         (PAGE_OFFSET): New macro.
12746         (CRTC_ADDR_PORT): Likewise.
12747         (CRTC_DATA_PORT): Likewise.
12748         (START_ADDR_HIGH_REGISTER): Likewise.
12749         (START_ADDR_LOW_REGISTER): Likewise.
12750         (GRAPHICS_ADDR_PORT): Likewise.
12751         (GRAPHICS_DATA_PORT): Likewise.
12752         (READ_MAP_REGISTER): Likewise.
12753         (INPUT_STATUS1_REGISTER): Likewise.
12754         (INPUT_STATUS1_VERTR_BIT): Likewise.
12755         (page): New variable.
12756         (wait_vretrace): New function.
12757         (set_read_map): Likewise.
12758         (set_start_address): Likewise.
12759         (grub_vga_init): Use mode 0x10 instead of mode 0x12.  Switch to
12760         the right page.
12761         (check_vga_mem): Take the page into account.
12762         (write_char): Likewise.
12763         (write_cursor): Likewise.
12764         (scroll_up): Likewise.  Copy the page to the page that is not
12765         shown and switch between both pages.
12766         (grub_vga_putchar): Fix off by one error.
12767         (grub_vga_cls): Wait for the vertical retrace.  Take the page into
12768         account.
12770 2004-11-01  Marco Gerards  <metgerards@student.han.nl>
12772         Add support for iso9660 (including rockridge).
12774         * conf/i386-pc.rmk (grub_emu_SOURCES): Add fs/iso9660.c.
12775         (iso9660_mod_SOURCES): New variable.
12776         (iso9660_mod_CFLAGS): Likewise.
12777         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs/iso9660.c.
12778         * include/grub/fs.h (grub_iso9660_init): New prototype.
12779         * util/grub-emu.c (main): Call `grub_iso9660_init'.
12780         * fs/iso9660.c: New file.
12782         * include/grub/misc.h (grub_strncat): New prototype.
12783         * kern/misc.c (grub_strncat): New function.
12785         * fs/hfs.c (grub_hfs_mount): Translate the error
12786         `GRUB_ERR_OUT_OF_RANGE' to `GRUB_ERR_BAD_FS'.
12787         * fs/jfs.c (grub_jfs_mount): Likewise.
12788         * fs/ufs.c (grub_ufs_mount): Likewise.
12790 2004-10-28  Hollis Blanchard  <hollis@penguinppc.org>
12792         * boot/powerpc/ieee1275/cmain.c (cmain): Remove asm statements
12793         which initialized BAT registers.
12794         * boot/powerpc/ieee1275/ieee1275.c (IEEE1275_CALL_ENTRY_FN,
12795         grub_ieee1275_common_hdr, INIT_IEEE1275_COMMON):
12796         Move from here...
12797         * include/grub/powerpc/ieee1275/ieee1275.h (IEEE1275_CALL_ENTRY_FN,
12798         grub_ieee1275_common_hdr, INIT_IEEE1275_COMMON):
12799         ... to here.
12800         * kern/powerpc/ieee1275/openfw.c (grub_map): New function.
12801         (grub_mapclaim): Likewise.
12802         * loader/powerpc/ieee1275/linux.c (grub_load_linux): Use
12803         grub_mapclaim instead of grub_ieee1275_claim.  Assign linux_addr by
12804         hand.
12806 2004-10-19  Hollis Blanchard  <hollis@penguinppc.org>
12808         * conf/powerpc-ieee1275.rmk (COMMON_ASFLAGS): Remove -fno-builtin.
12809         (COMMON_CFLAGS): Remove -fno-builtin and -D__ASSEMBLY__. Add
12810         -ffreestanding and -msoft-float.
12812 2004-10-15  Hollis Blanchard  <hollis@penguinppc.org>
12814         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_open): Do not
12815         append ":0" to devpath if the GRUB_IEEE1275_NO_PARTITION_0 flag is
12816         set in grub_ieee1275_flags.
12818 2004-10-14  Hollis Blanchard  <hollis@penguinppc.org>
12820         * include/grub/powerpc/ieee1275/ieee1275.h (abort): Add function
12821         prototype.
12822         * kern/powerpc/ieee1275/init.c (grub_machine_init): Call
12823         grub_console_init first.
12824         Change the memory range used for grub_ieee1275_claim and
12825         grub_mm_init_region.
12826         Print an error message if the claim fails.
12827         Include <grub/misc.h>.
12829 2004-10-13  Hollis Blanchard  <hollis@penguinppc.org>
12831         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_iterate):
12832         Call grub_children_iterate for device nodes of type `scsi',
12833         `ide', or `ata'.
12834         (grub_ofdisk_open): Remove manual device alias resolution.
12835         Fix memory leak when device cannot be opened.
12836         * include/grub/powerpc/ieee1275/ieee1275.h
12837         (grub_children_iterate): New prototype.
12838         * kern/powerpc/ieee1275/openfw.c (grub_children_iterate):
12839         New function.
12840         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_get_property):
12841         Return -1 if args.size was -1.
12843 2004-10-11  Hollis Blanchard  <hollis@penguinppc.org>
12845         * boot/powerpc/ieee1275/cmain.c (grub_ieee1275_flags): New global.
12846         (cmain): Accept 3 parameters. Test for 0xdeadbeef, indicating Old
12847         World Macintosh. If Old Wold, set flag in grub_ieee1275_flags; claim
12848         Open Firmware's memory for it; claim memory from _start to _end.
12849         * boot/powerpc/ieee1275/crt0.S (__bss_start): New extern.
12850         (_end): New extern.
12851         (_start): Zero BSS from __bss_start to _end.
12852         * include/grub/powerpc/ieee1275/ieee1275.h (grub_ieee1275_flags):
12853         New extern.
12854         (GRUB_IEEE1275_NO_PARTITION_0): New #define.
12856 2004-10-11  Hollis Blanchard  <hollis@penguinppc.org>
12858         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_claim): Return
12859         -1 if args.base was -1.
12861 2004-10-08  Hollis Blanchard  <hollis@penguinppc.org>
12863         * term/powerpc/ieee1275/ieee1275.c (grub_ofconsole_cls): Use an ANSI
12864         escape sequence instead of a literal ^L. Also call
12865         grub_ofconsole_gotoxy.
12867 2004-10-03  Hollis Blanchard  <hollis@penguinppc.org>
12869         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_claim): change
12870         void *  arguments to grub_addr_t.  All callers updated.  Also make
12871         the `result' argument optional.
12872         (grub_ieee1275_release): change void * arguments to grub_addr_t.
12873         All callers updated.
12875 2004-09-22  Hollis Blanchard  <hollis@penguinppc.org>
12877         * commands/ls.c (grub_ls_list_files): Use the string following the
12878         initial ')', if present, as the filesystem path.
12879         * kern/rescue.c (grub_rescue_cmd_ls): Likewise.
12881         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): List crt0.S first.
12883 2004-09-18  Yoshinori K. Okuji  <okuji@enbug.org>
12885         Make the source code of the menu interface more readable.
12887         * normal/menu.c: Include grub/mm.h.
12888         (TERM_WIDTH): New macro.
12889         (TERM_HEIGHT): Likewise.
12890         (TERM_INFO_HEIGHT): Likewise.
12891         (TERM_MARGIN): Likewise.
12892         (TERM_SCROLL_WIDTH): Likewise.
12893         (TERM_TOP_BORDER_Y): Likewise.
12894         (TERM_LEFT_BORDER_X): Likewise.
12895         (TERM_BORDER_WIDTH): Likewise.
12896         (TERM_MESSAGE_HEIGHT): Likewise.
12897         (TERM_BORDER_HEIGHT): Likewise.
12898         (TERM_NUM_ENTRIES): Likewise.
12899         (TERM_FIRST_ENTRY_Y): Likewise.
12900         (TERM_ENTRY_WIDTH): Likewise.
12901         (TERM_CURSOR_X): Likewise.
12902         (draw_border): Use macros instead of magic numbers.
12903         (print_entry): Likewise.
12904         (print_entries): Likewise.
12905         (run_menu): Likewise. Also, handle the key 'e'.
12906         (run_menu_entry): Ignore empty command lines.
12907         (print_message): Added a new argument EDIT. If EDIT is true,
12908         print a different message.
12909         (init_page): Likewise.
12910         (edit_menu_entry): New function. Not implemented yet.
12912 2004-09-17  Marco Gerards  <metgerards@student.han.nl>
12914         Add `linux.mod' and `multiboot.mod' so linux and multiboot kernels
12915         can be loaded from normal mode.
12917         * conf/i386-pc.rmk (pkgdata_MODULES): Add `linux.mod' and
12918         `multiboot.mod'.
12919         (linux_mod_SOURCES, linux_mod_CFLAGS, multiboot_mod_SOURCES)
12920         (multiboot_mod_CFLAGS): New variables.
12921         * loader/i386/pc/linux_normal.c: New file.
12922         * loader/i386/pc/multiboot_normal.c: Likewise.
12924         * loader/i386/pc/linux.c (grub_rescue_cmd_initrd): Don't use the
12925         attribute `unused'.
12927         * fs/ext2.c (grub_ext2_iterate_dir): Fix typos in inode type.  Use
12928         `fdiro' to read the mode information from instead of `diro'.
12930         * fs/fshelp.c (grub_fshelp_find_file): Set type to foundtype after
12931         looking up a symlink.
12933         * include/grub/normal.h (GRUB_COMMAND_FLAG_NO_ARG_PARSE): New
12934         macro.
12935         * normal/command.c (grub_command_execute): Don't parse the
12936         arguments when `GRUB_COMMAND_FLAG_NO_ARG_PARSE' is set in the
12937         flags of the command.
12939         * normal/menu.c (grub_menu_run): Fix typo.
12941 2004-09-14  Hollis Blanchard  <hollis@penguinppc.org>
12943         * kern/powerpc/ieee1275/init.c (abort): Trap into Open Firmware.
12945         * term/powerpc/ieee1275/ofconsole.c (grub_ofconsole_gotoxy): Use
12946         `y + 1' instead of `y - 1'.
12948         * conf/powerpc-ieee1275.rmk (grubof_LDFLAGS): Add `-N' and `-S'.
12950 2004-09-14  Yoshinori K. Okuji  <okuji@enbug.org>
12952         From Hollis Blanchard <hollis@penguinppc.org>:
12953         * kern/misc.c (memmove): New alias for grub_memmove.
12954         (memcmp): New alias for grub_memcmp.
12955         (memset): New alias for grub_memset.
12956         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_get_property):
12957         Change "int handle" to "grub_ieee1275_phandle_t handle".
12958         * include/grub/powerpc/ieee1275/ieee1275.h
12959         (grub_ieee1275_get_property): Likewise.
12961 2004-09-12  Tomas Ebenlendr  <ebik@ucw.cz>
12963         Added normal mode command `chainloader' as module chain.mod, which
12964         depends on normal.mod and _chain.mod.
12966         * conf/i386-pc.rmk (pkgdata_MODULES): Add `chain.mod'.
12967         (chain_mod_SOURCES, chain_mod_CFLAGS): Variables added.
12968         * include/grub/i386/pc/loader.h (grub_rescue_cmd_chainloader):
12969         Deleted prototype.
12970         * loader/i386/pc/chainloader.c (grub_rescue_cmd_chainloader): All
12971         but arguments parsing moved to ...
12972         (grub_chainloader_cmd): ... here.  New function.
12973         * include/grub/i386/pc/chainloader.h: New file.
12974         * loader/i386/pc/chainloader_normal.c: Likewise.
12976 2004-09-11  Marco Gerards  <metgerards@student.han.nl>
12978         * conf/i386-pc.rmk (kernel_img_SOURCES): Added kern/fshelp.c.
12979         (grub_mkimage_LDFLAGS): Likewise.
12980         (grub_emu_SOURCES): Likewise.
12981         (kernel_img_HEADERS): Added fshelp.h.
12982         * fs/ext2.c: Include <grub/fshelp.h>.
12983         (FILETYPE_REG): New macro.
12984         (FILETYPE_INO_REG): Likewise.
12985         (grub_ext_sblock): Renamed to `grub_ext2_sblock'.
12986         Changed all users.
12987         (ext2_block_group): Renamed to `grub_ext2_block_group'.  Changed
12988         all users.
12989         (grub_fshelp_node): New struct.
12990         (grub_ext2_data): Added member `diropen'.  Changed member `inode'
12991         to a pointer.
12992         (grub_ext2_get_file_block): Removed function.
12993         (grub_ext2_read_block): New function.
12994         (grub_ext2_read_file): Replaced parameter `data' by `node'.
12995         This function was written.
12996         (grub_ext2_mount): Read the root inode.  Create a diropen struct.
12997         (grub_ext2_find_file): Removed function.
12998         (grub_ext2_read_symlink): New function.
12999         (grub_ext2_iterate_dir): Likewise.
13000         (grub_ext2_open): Rewritten.
13001         (grub_ext2_dir): Rewritten.
13002         * include/grub/fshelp.h: New file.
13003         * fs/fshelp.c: Likewise.
13005 2004-09-10  Yoshinori K. Okuji  <okuji@enbug.org>
13007         * normal/menu.c: Include grub/loader.h and grub/machine/time.h.
13008         (print_message): Add a missing newline.
13009         (run_menu): Added timeout support.
13010         (run_menu_entry): New local function.
13011         (grub_menu_run): Added support for booting.
13013         * kern/loader.c (grub_loader_is_loaded): New function.
13015         * include/grub/powerpc/ieee1275/time.h: Include grub/symbol.h.
13016         (grub_get_rtc): Exported.
13018         * include/grub/i386/pc/time.h: Include grub/symbol.h.
13019         (grub_get_rtc): Exported.
13021         * include/grub/normal.h (struct grub_command_list): Remove
13022         constant from the member `command'.
13024         * include/grub/loader.h (grub_loader_is_loaded): Declared.
13026         * include/grub/err.h (GRUB_ERR_INVALID_COMMAND): New constant.
13028         * conf/i386-pc.rmk (kernel_img_HEADERS): Added machine/time.h.
13030 2004-08-28  Marco Gerards  <metgerards@student.han.nl>
13032         Add support for the JFS filesystem.
13034         * fs/jfs.c: New file.
13035         * include/grub/fs.h (grub_jfs_init): New prototype.
13036         (grub_jfs_fini): New prototype.
13037         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/jfs.c.
13038         (grub_emu_SOURCES): Likewise.
13039         (pkgdata_MODULES): Add jfs.mod.
13040         (jfs_mod_SOURCES): New variable.
13041         (jfs_mod_CFLAGS): Likewise.
13042         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs.jfs.c.
13043         (grubof_SOURCES): Likewise.
13044         * util/grub-emu.c (main): Initialize and deinitialize JFS support.
13046         * fs/fat.c (grub_fat_find_dir): Convert the filename little
13047         endian to the host endian.
13048         (grub_fat_utf16_to_utf8): Move function from there...
13049         * kern/misc.c (grub_utf16_to_utf8): ...to here.  Do not convert
13050         the endianness of the source string anymore.
13051         * include/grub/misc.h (grub_utf16_to_utf8): New prototype.
13053 2004-08-24  Marco Gerards  <metgerards@student.han.nl>
13055         * commands/boot.c (grub_boot_init) [GRUB_UTIL]: Make conditional.
13056         (grub_boot_fini) [GRUB_UTIL]: Likewise.
13057         (GRUB_MOD_INIT) [!GRUB_UTIL]: Likewise.
13058         (GRUB_MOD_FINI) [!GRUB_UTIL]: Likewise.
13060         * fs/hfs.c (grub_hfs_find_node): Add a prototype for `node_found'.
13061         (grub_hfs_iterate_dir): Make the function static.  Add prototypes
13062         for `node_found' and `it_dir'.
13063         (grub_hfs_dir): Add prototype for `dir_hook'.
13065         * fs/minix.c (grub_minix_get_file_block): Add prototype for
13066         `grub_get_indir'.  Rename `indir' in two blocks to `indir16'
13067         and `indir32' to silence a gcc warning.
13069         * include/grub/fs.h (grub_hfs_init): New prototype.
13070         (grub_hfs_fini): Likewise.
13073 2004-08-21  Yoshinori K. Okuji  <okuji@enbug.org>
13075         Each disk device has its own id now. This is useful to make use
13076         of multiple disk devices.
13078         * include/grub/disk.h (grub_disk_dev_id): New enum.
13079         (GRUB_DISK_DEVICE_BIOSDISK_ID): New constant.
13080         (GRUB_DISK_DEVICE_OFDISK_ID): Likewise.
13082         * disk/i386/pc/biosdisk.c (grub_biosdisk_dev): Specify
13083         GRUB_DISK_DEVICE_BIOSDISK_ID as an id.
13085         * disk/powerpc/ieee1275/ofdisk.c (grub_ofdisk_dev): Specify
13086         GRUB_DISK_DEVICE_OFDISK_ID as an id.
13088         * util/i386/pc/biosdisk.c (grub_util_biosdisk_dev): Specify
13089         GRUB_DISK_DEVICE_BIOSDISK_ID as an id.
13091         * include/grub/disk.h (struct grub_disk_dev): Added a new member
13092         "id" which is used by the cache manager.
13094         * normal/main.c (grub_normal_init_page): Use "GNU GRUB" instead
13095         of just "GRUB".
13097 2004-08-18  Marco Gerards  <metgerards@student.han.nl>
13099         * fs/hfs.c: New file.
13100         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/hfs.c.
13101         (grub_emu_SOURCES): Likewise.
13102         (pkgdata_MODULES): Add hfs.mod.
13103         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs/hfs.c.
13104         (grubof_SOURCES): Likewise.
13105         * util/grub-emu.c (main): Initialize and deinitialize HFS support.
13107         * include/grub/misc.h (grub_strncasecmp): Add prototype.
13108         * kern/misc.c (grub_strncasecmp): Add function.
13110 2004-08-14  Marco Gerards  <metgerards@student.han.nl>
13112         * include/grub/arg.h (GRUB_ARG_OPTION_OPTIONAL): Surround macro
13113         with parentheses.
13115         * fs/ext2.c (FILETYPE_UNKNOWN): New macro.
13116         (grub_ext2_dir): In case the directory entry type is unknown, read
13117         it from the inode.
13119 2004-08-02  Peter Bruin  <pjbruin@dds.nl>
13121         * loader/powerpc/ieee1275/linux.c (grub_linux_init): Pass
13122         grub_load_linux instead of grub_rescue_cmd_linux as second
13123         argument of grub_rescue_register_command.
13125         * Makefile.in (RMKFILES): Add conf/powerpc-ieee1275.rmk.
13127 2004-07-27  Marco Gerards  <metgerards@student.han.nl>
13129         * boot/powerpc/ieee1275/ieee1275.c (grub_ieee1275_release): New
13130         function.
13131         * commands/boot.c: Remove the check for `GRUB_UTIL'.
13132         * conf/powerpc-ieee1275.rmk (grubof_SOURCES): Add
13133         `loader/powerpc/ieee1275/linux.c',
13134         `loader/powerpc/ieee1275/linux_normal.c' and `commands/boot.c'.
13135         * include/grub/powerpc/ieee1275/ieee1275.h
13136         (grub_ieee1275_release): New prototype.
13137         * include/grub/powerpc/ieee1275/loader.h: Rewritten.
13138         * kern/powerpc/ieee1275/init.c (grub_machine_init): Initialize
13139         normal, boot, linux and linux_normal.
13140         * loader/powerpc/ieee1275/linux.c: New file.
13141         * loader/powerpc/ieee1275/linux_normal.c: Likewise.
13143 2004-07-12  Marco Gerards  <metgerards@student.han.nl>
13145         * normal/arg.c (grub_arg_parse): Correct error handling after
13146         reallocating the argumentlist (check if `argl' is not null instead
13147         of checking if `args' is not null).
13148         * kern/mm.c (grub_realloc): Return the same pointer when using the
13149         same region, instead of returning the header address.
13151 2004-07-11  Marco Gerards  <metgerards@student.han.nl>
13153         * disk/powerpc/ieee1275/partition.c (grub_partition_iterate): Skip
13154         one block instead of two when looking for the initial partition.
13155         (grub_partition_probe): Initialize the local variable `p' with 0.
13156         Use base 10 for the grub_strtoul call.
13157         * kern/misc.c (grub_strncpy): Fix off by one bug.  Eliminated the
13158         need for one local variable.
13159         (grub_strtoul): Don't add the new value to `num', instead of that
13160         just assign it.
13162 2004-07-11  Marco Gerards  <metgerards@student.han.nl>
13164         * conf/i386-pc.rmk (pkgdata_IMAGE): Add pxeboot.img.
13165         (pxeboot_img_SOURCES): New variable.
13166         (pxeboot_img_ASFLAGS): Likewise.
13167         (pxeboot_img_LDFLAGS): Likewise.
13168         * boot/i386/pc/pxeboot.S: New file.  Based on pxeloader.S from
13169         GRUB Legacy and boot.S.  Adopted for GRUB 2 by lode leroy
13170         <lode_leroy@hotmail.com>.
13172 2004-06-27  Tomas Ebenlendr  <ebik@ucw.cz>
13174         * kern/rescue.c (grub_enter_rescue_mode): Don't continue when
13175         there was no input.
13177 2004-06-27  Tomas Ebenlendr  <ebik@ucw.cz>
13179         * normal/cmdline.c (grub_set_history): Fix off by one bug.  Fixed
13180         the history buffer logic.
13182 2004-06-27  Tomas Ebenlendr  <ebik@ucw.cz>
13184         * fs/ext2.c (FILETYPE_INO_MASK, FILETYPE_INO_DIRECTORY)
13185         (FILETYPE_INO_SYMLINK): New macros.
13186         (grub_ext2_find_file): Check if the node is a directory using the
13187         inode stat information instead of using the filetype in the
13188         dirent.  Exclude the first character of an absolute symlink.
13189         (grub_ext2_dir): Mask out the filetype part of the mode member of
13190         the inode.
13192 2004-05-24  Marco Gerards  <metgerards@student.han.nl>
13194         Add support for UFS version 1 and 2.  Add support for the minix
13195         filesystem version 1 and 2, both the variants with 14 and 30 long
13196         filenames.
13198         * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/ufs.c and
13199         fs/minix.c.
13200         (grub_emu_SOURCES): Likewise.
13201         (pkgdata_MODULES): Add ufs.mod and minix.mod.
13202         (ufs_mod_SOURCES): New variable.
13203         (ufs_mod_CFLAGS): Likewise.
13204         (minix_mod_SOURCES): Likewise.
13205         (minix_mod_CFLAGS): Likewise.
13206         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add fs/ufs.c and
13207         fs/minix.c.
13208         (grubof_SOURCES): Likewise.
13209         * fs/ufs.c: New file.
13210         * fs/minix.c: New file.
13211         * include/grub/fs.h (grub_ufs_init): New prototype.
13212         (grub_ufs_fini): Likewise.
13213         (grub_minix_init): Likewise.
13214         (grub_minix_fini): Likewise.
13215         * util/grub-emu.c (main): Initialize and deinitialize UFS and
13216         minix fs.
13218 2004-04-30  Jeroen Dekkers  <jeroen@dekkers.cx>
13220         * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add normal/arg.c,
13221         commands/ls.c, commands/terminal.c, commands/boot.c,
13222         commands/cmp.c and commands/cat.c.
13223         (grubof_LDFLAGS): Add -nostdlib -static-libgcc -lgcc.
13225         * kern/powerpc/ieee1275/init.c: Include "grub/env.h" instead of
13226         "env.h"
13228 2004-04-04  Yoshinori K. Okuji  <okuji@enbug.org>
13230         All symbols prefixed with PUPA_ and pupa_ are renamed to GRUB_
13231         and grub_, respectively. Because the conversion is trivial and
13232         mechanical, I omit the details here. Please refer to the CVS
13233         if you need more information.
13235 2004-04-04  Yoshinori K. Okuji  <okuji@enbug.org>
13237         * include/pupa: Renamed to ...
13238         * include/grub: ... this.
13239         * util/i386/pc/pupa-mkimage.c: Renamed to ...
13240         * util/i386/pc/grub-mkimage.c: ... this.
13241         * util/i386/pc/pupa-setup.c: Renamed to ...
13242         * util/i386/pc/grub-setup.c: ... this.
13243         * util/pupa-emu.c: Renamed to ...
13244         * util/grub-emu.c: ... this.
13246 2004-03-29  Marco Gerards  <metgerards@student.han.nl>
13248         Add support for the newworld apple macintosh (PPC).  This has been
13249         tested on the powerbook 2000 only.  It only adds support for
13250         generic ieee1275 functions, console and disk support.  This should
13251         be easy to port to other architectures with support for Open
13252         Firmware.
13254         * configure.ac: Accept the powerpc as host_cpu.  In the case of
13255         the powerpc cpu set the host_vendor to ieee1275.  Make sure the i386
13256         specific tests are only executed while building for the i386.
13257         Inverse test for crosscompile.
13258         * genmk.rb (Utility): Allow assembler files.
13259         * normal/cmdline.c (pupa_tab_complete): Reset pupa_errno.
13260         * conf/powerpc-ieee1275.rmk: New file.
13261         * disk/powerpc/ieee1275/ofdisk.c: Likewise.
13262         * disk/powerpc/ieee1275/partition.c: Likewise.
13263         * include/pupa/powerpc/ieee1275/biosdisk.h: Likewise.
13264         * include/pupa/powerpc/ieee1275/console.h: Likewise.
13265         * include/pupa/powerpc/ieee1275/partition.h: Likewise.
13266         * include/pupa/powerpc/ieee1275/time.h: Likewise.
13267         * include/pupa/powerpc/ieee1275/util/biosdisk.h: Likewise.
13268         * include/pupa/powerpc/ieee1275/multiboot.h: Likewise.
13269         * include/pupa/powerpc/ieee1275/loader.h
13270         * include/pupa/powerpc/setjmp.h: Likewise.
13271         * include/pupa/powerpc/types.h: Likewise.
13272         * kern/powerpc/ieee1275/init.c: Likewise.
13273         * kern/powerpc/ieee1275/openfw.c: Likewise.
13274         * term/powerpc/ieee1275/ofconsole.c: Likewise.
13276         These files were written by Johan Rydberg
13277         (jrydberg@night.trouble.net) and I only modified them slightly.
13279         * boot/powerpc/ieee1275/cmain.c: New file.
13280         * boot/powerpc/ieee1275/crt0.S: Likewise.
13281         * boot/powerpc/ieee1275/ieee1275.c: Likewise.
13282         * include/pupa/powerpc/ieee1275/ieee1275.h: Likewise.
13284 2004-03-14  Jeroen Dekkers  <jeroen@dekkers.cx>
13286         * Makefile.in: Update copyright.
13287         * genmodsrc.sh: Likewise.
13288         * gensymlist.sh: Likewise.
13289         * term/i386/pc/vga.c: Indent correctly.
13291         * util/i386/pc/pupa-mkimage.c (usage): Use PACKAGE_BUGREPORT as
13292         bugreporting address.
13293         * util/i386/pc/pupa-setup.c (usage): Likewise,
13294         (main): Call pupa_ext2_init and pupa_ext2_fini.
13296         * fs/fat.c (log2): Renamed to ...
13297         (fat_log2): ... this.
13298         All callers changed.
13299         * kern/misc.c (memcpy): Alias to pupa_memmove.
13300         * loader/i386/pc/multiboot.c (pupa_rescue_cmd_multiboot): Fix
13301         lvalue cast.
13302         * util/console.c (pupa_ncurses_fini): Return 0.
13304         * util/i386/pc/biosdisk.c (pupa_util_biosdisk_open)[__linux__]:
13305         Move fail label here.
13306         [__GNU__]: Don't warn when using stat.
13307         (open_device)[!__linux__]: Check if FD < 0 instead of !FD.
13308         (pupa_util_biosdisk_get_pupa_dev)[__GNU__]: Change type of N to
13309         long int. Use strtol instead of strtoul.
13311 2004-03-14  Marco Gerards  <metgerards@student.han.nl>
13313         * commands/boot.c: New file.
13314         * commands/cat.c: Likewise.
13315         * commands/cmp.c: Likewise.
13316         * commands/ls.c: Likewise.
13317         * commands/terminal.c: Likewise.
13318         * normal/command.c: Include <pupa/env.h> and <pupa/dl.h>.
13319         (pupa_register_command): Changed interface to match the new
13320         argument parser.
13321         (pupa_command_execute): Changed (almost rewritten) so it uses
13322         pupa_split_command.  Added support for setting variables using the
13323         syntax `foo=bar'.
13324         (rescue_command): Changed to work with the new argument parser.
13325         (terminal_command): Moved from here to commands/terminal.c.
13326         (set_command): New function.
13327         (unset_command): New function.
13328         (insmod_command): New function.
13329         (rmmod_command): New function.
13330         (lsmod_command): New function.
13331         (pupa_command_init): Don't initialize the command terminal
13332         anymore.  Initialize the commands set, unset, insmod, rmmod and
13333         lsmod.
13334         * conf/i386-pc.rmk (kernel_img_SOURCES): Add kern/env.c.
13335         (kernel_img_HEADERS): Add arg.h and env.h.
13336         (pupa_mkimage_LDFLAGS): Add kern/env.c.
13337         (pupa_emu_SOURCES): Add kern/env.c, commands/ls.c,
13338         commands/terminal.c commands/boot.c commands/cmp.c commands/cat.c,
13339         normal/arg.c.
13340         (pkgdata_MODULES): Add ls.mod, boot.mod, cmp.mod, cat.mod and
13341         terminal.mod.
13342         (normal_mod_SOURCES): Add normal/arg.c and normal/arg.c.
13343         (boot_mod_SOURCES): New variable.
13344         (terminal_mod_SOURCES): Likewise.
13345         (ls_mod_SOURCES): Likewise.
13346         (cmp_mod_SOURCES): Likewise.
13347         (cat_mod_SOURCES): Likewise.
13349         * normal/arg.c: New file.
13350         * kern/env.c: Likewise.
13351         * include/pupa/arg.h: Likewise.
13352         * include/pupa/env.h: Likewise.
13353         * font/manager.c (font_command): Changed to match argument parsing
13354         interface changes.
13355         (PUPA_MOD_INIT): Likewise.
13356         * hello/hello.c (pupa_cmd_hello): Likewise.
13357         (PUPA_MOD_INIT): Likewise.
13358         * include/pupa/disk.h: Include <pupa/device.h>.
13359         (pupa_print_partinfo): New prototype.
13360         * include/pupa/dl.h (pupa_dl_set_prefix): Prototype removed.
13361         (pupa_dl_get_prefix): Likewise.
13362         * include/pupa/misc.h: Include <pupa/err.h>.
13363         (pupa_isgraph): New prototype.
13364         (pupa_isdigit): Likewise.
13365         (pupa_split_cmdline): Likewise.
13366         * include/pupa/normal.h: Include <pupa/arg.h>.
13367         (pupa_command): Changed the prototype of the member `func' to
13368         match the argument parsing interface.  Added member `options'.
13369         (pupa_register_command): Updated to match function.
13370         (pupa_arg_parse): New prototype.
13371         (pupa_hello_init) [PUPA_UTIL]: New prototype.
13372         (pupa_hello_fini) [PUPA_UTIL]: Likewise.
13373         (pupa_ls_init) [PUPA_UTIL]: Likewise.
13374         (pupa_ls_fini) [PUPA_UTIL]: Likewise.
13375         (pupa_cat_init) [PUPA_UTIL]: Likewise.
13376         (pupa_cat_fini) [PUPA_UTIL]: Likewise.
13377         (pupa_boot_init) [PUPA_UTIL]: Likewise.
13378         (pupa_boot_fini) [PUPA_UTIL]: Likewise.
13379         (pupa_cmp_init) [PUPA_UTIL]: Likewise.
13380         (pupa_cmp_fini) [PUPA_UTIL]: Likewise.
13381         (pupa_terminal_init) [PUPA_UTIL]: Likewise.
13382         (pupa_terminal_fini) [PUPA_UTIL]: Likewise.
13383         * kern/disk.c: Include <pupa/file.h>.
13384         (pupa_print_partinfo): New function.
13385         * kern/dl.c: Include <pupa/env.h>.
13386         (pupa_dl_dir): Variable removed.
13387         (pupa_dl_load): Use the environment variable `prefix' instead of
13388         the variable pupa_dl_dir.
13389         (pupa_dl_set_prefix): Function removed.
13390         (pupa_dl_get_prefix): Likewise.
13391         * kern/i386/pc/init.c: Include <pupa/env.h>.
13392         (pupa_machine_init): Use the environment variable `prefix' instead of
13393         using pupa_dl_set_prefix to set the prefix.
13394         * kern/main.c: Include <pupa/env.h>.
13395         (pupa_set_root_dev): Use the environment variable `prefix' instead of
13396         using pupa_dl_get_prefix to get the prefix.
13397         * kern/misc.c: Include <pupa/env.h>.
13398         (pupa_isdigit): New function.
13399         (pupa_isgraph): Likewise.
13400         (pupa_ftoa): Likewise.
13401         (pupa_vsprintf): Added support for printing values of the type
13402         `double'.  Make it possible to format variable output when using
13403         formatting like `%1.2%f'.
13404         (pupa_split_cmdline): New function.
13405         * kern/rescue.c: Include <pupa/env.h>.
13406         (next_word): Removed function.
13407         (pupa_rescue_cmd_prefix): Likewise.
13408         (pupa_rescue_cmd_set): New function.
13409         (pupa_rescue_cmd_unset): New function.
13410         (pupa_enter_rescue_mode): Use the `pupa_split_cmdline' function to
13411         split the command line instead of splitting it here.  Added
13412         support for setting variables using the syntax `foo=bar'.  Don't
13413         initialize the prefix command anymore.  Initialized the set and
13414         unset commands.
13415         * normal/cmdline.c: Include <pupa/env.h>.
13416         (pupa_tab_complete): Added prototypes for print_simple_completion,
13417         print_partition_completion, add_completion, iterate_commands,
13418         iterate_dev, iterate_part and iterate_dir. Moved code to print
13419         partition information from here to kern/disk.c.
13420         (pupa_cmdline_run): Don't check if the function exists anymore.
13421         * normal/main.c: Include <pupa/env.h>.
13422         (pupa_rescue_cmd_normal): Use the environment variable `prefix'
13423         instead of using pupa_dl_get_prefix to get the prefix.
13424         * term/i386/pc/vga.c: Include <pupa/arg.h>.
13425         (check_vga_mem): Cast pointers to `void *' to silence a gcc
13426         warning.
13427         (pupa_vga_putchar) [! DEBUG_VGA]: Removed for this case.
13428         (pupa_vga_setcolor): Declare unused variables with `__attribute__
13429         ((unused))' to silence a gcc warning.
13430         (pupa_vga_setcolor): Likewise.
13431         (debug_command): Changed to match argument parsing
13432         interface changes.
13433         * util/pupa-emu.c: Include <pupa/env.h>.
13434         (options): Added 0's for unused fields to silence a gcc warning.
13435         (argp): Likewise.
13436         (main): Use the environment variable `prefix' instead of using
13437         pupa_dl_set_prefix to set the prefix.  Initialize the commands ls,
13438         boot, cmp, cat and terminal.  Finish the commands boot, cmp, cat
13439         and terminal.
13441         * util/i386/pc/getroot.c: Include <pupa/i386/pc/util/biosdisk.h>.
13442         * util/misc.c: Include <malloc.h>.
13443         (pupa_malloc): Rewritten so errors are correctly reported.
13444         (pupa_realloc): Likewise.
13445         (pupa_memalign): Likewise.
13446         (pupa_mm_init_region): Declare unused variables with
13447         `__attribute__ ((unused))' to silence a gcc warning.
13448         * normal/i386/setjmp.S: Remove tab at the end of the file to
13449         silence a gcc warning.
13450         * loader/i386/pc/linux.c (pupa_rescue_cmd_initrd): Declare unused
13451         variables with `__attribute__ ((unused))' to silence a gcc
13452         warning.
13453         * loader/i386/pc/multiboot.c (pupa_multiboot_unload): Make the
13454         local variable i unsigned to silence a gcc warning.
13456         * kern/term.c: Include <pupa/misc.h>.
13457         (pupa_more_lines): New variable.
13458         (pupa_more): Likewise.
13459         (pupa_putcode): When the pager is active pause at the end of every
13460         screen.
13461         (pupa_set_more): New function.
13462         * include/pupa/term.h (pupa_set_more): New prototype.
13465 2004-03-07  Yoshinori K. Okuji  <okuji@enbug.org>
13467         Now this project is GRUB 2 rather than PUPA. The location of
13468         the CVS repository was moved to GRUB's.
13470         * configure.ac: Use bug-grub as the reporting address.
13471         Use GRUB instead of PUPA.
13472         Change the version number to 1.90.
13474 2004-02-24  Yoshinori K. Okuji  <okuji@enbug.org>
13476         * genkernsyms.sh: Updated copyright information.
13477         * genmk.rb: Likewise.
13478         * genmodsrc.sh: Likewise.
13479         * gensymlist.sh: Likewise.
13480         * boot/i386/pc/boot.S: Likewise.
13481         * boot/i386/pc/diskboot.S: Likewise.
13482         * disk/i386/pc/biosdisk.c: Likewise.
13483         * disk/i386/pc/partition.c: Likewise.
13484         * font/manager.c: Likewise.
13485         * fs/ext2.c: Likewise.
13486         * fs/fat.c: Likewise.
13487         * include/pupa/boot.h: Likewise.
13488         * include/pupa/device.h: Likewise.
13489         * include/pupa/disk.h: Likewise.
13490         * include/pupa/dl.h: Likewise.
13491         * include/pupa/elf.h: Likewise.
13492         * include/pupa/err.h: Likewise.
13493         * include/pupa/file.h: Likewise.
13494         * include/pupa/font.h: Likewise.
13495         * include/pupa/fs.h: Likewise.
13496         * include/pupa/kernel.h: Likewise.
13497         * include/pupa/loader.h: Likewise.
13498         * include/pupa/misc.h: Likewise.
13499         * include/pupa/mm.h: Likewise.
13500         * include/pupa/net.h: Likewise.
13501         * include/pupa/normal.h: Likewise.
13502         * include/pupa/rescue.h: Likewise.
13503         * include/pupa/setjmp.h: Likewise.
13504         * include/pupa/symbol.h: Likewise.
13505         * include/pupa/term.h: Likewise.
13506         * include/pupa/types.h: Likewise.
13507         * include/pupa/i386/setjmp.h: Likewise.
13508         * include/pupa/i386/types.h: Likewise.
13509         * include/pupa/i386/pc/biosdisk.h: Likewise.
13510         * include/pupa/i386/pc/boot.h: Likewise.
13511         * include/pupa/i386/pc/console.h: Likewise.
13512         * include/pupa/i386/pc/init.h: Likewise.
13513         * include/pupa/i386/pc/kernel.h: Likewise.
13514         * include/pupa/i386/pc/linux.h: Likewise.
13515         * include/pupa/i386/pc/loader.h: Likewise.
13516         * include/pupa/i386/pc/memory.h: Likewise.
13517         * include/pupa/i386/pc/multiboot.h: Likewise.
13518         * include/pupa/i386/pc/partition.h: Likewise.
13519         * include/pupa/i386/pc/time.h: Likewise.
13520         * include/pupa/i386/pc/vga.h: Likewise.
13521         * include/pupa/i386/pc/util/biosdisk.h: Likewise.
13522         * include/pupa/util/getroot.h: Likewise.
13523         * include/pupa/util/misc.h: Likewise.
13524         * include/pupa/util/resolve.h: Likewise.
13525         * kern/device.c: Likewise.
13526         * kern/disk.c: Likewise.
13527         * kern/dl.c: Likewise.
13528         * kern/err.c: Likewise.
13529         * kern/file.c: Likewise.
13530         * kern/fs.c: Likewise.
13531         * kern/loader.c: Likewise.
13532         * kern/main.c: Likewise.
13533         * kern/misc.c: Likewise.
13534         * kern/mm.c: Likewise.
13535         * kern/rescue.c: Likewise.
13536         * kern/term.c: Likewise.
13537         * kern/i386/dl.c: Likewise.
13538         * kern/i386/pc/init.c: Likewise.
13539         * kern/i386/pc/lzo1x.S: Likewise.
13540         * kern/i386/pc/startup.S: Likewise.
13541         * loader/i386/pc/chainloader.c: Likewise.
13542         * loader/i386/pc/linux.c: Likewise.
13543         * loader/i386/pc/multiboot.c: Likewise.
13544         * normal/cmdline.c: Likewise.
13545         * normal/command.c: Likewise.
13546         * normal/main.c: Likewise.
13547         * normal/menu.c: Likewise.
13548         * normal/i386/setjmp.S: Likewise.
13549         * term/i386/pc/console.c: Likewise.
13550         * term/i386/pc/vga.c: Likewise.
13551         * util/console.c: Likewise.
13552         * util/genmoddep.c: Likewise.
13553         * util/misc.c: Likewise.
13554         * util/pupa-emu.c: Likewise.
13555         * util/resolve.c: Likewise.
13556         * util/unifont2pff.rb: Likewise.
13557         * util/i386/pc/biosdisk.c: Likewise.
13558         * util/i386/pc/getroot.c: Likewise.
13559         * util/i386/pc/pupa-mkimage.c: Likewise.
13560         * util/i386/pc/pupa-setup.c: Likewise.
13562 2004-02-15  Jeroen Dekkers  <jeroen@dekkers.cx>
13564         * fs/ext2.c (pupa_ext2_read_file): Correct the value of BLOCKEND
13565         when it is EXT2_BLOCK_SIZE (data).  New argument READ_HOOK, all
13566         callers changed.  Set DATA->DISK->READ_HOOK to READ_HOOK before
13567         reading and reset it after reading.
13568         (pupa_ext2_close): Return PUPA_ERR_NONE.
13570         * include/pupa/i386/pc/linux.h (PUPA_LINUX_INITRD_MAX_ADDRESS):
13571         Correct value.
13572         (struct linux_kernel_header): Add kernel_version and
13573         initrd_addr_max.
13574         * loader/i386/pc/linux.c (pupa_rescue_cmd_linux): Check whether
13575         pupa_file_read succeeds.
13576         (pupa_rescue_cmd_initrd): Implement.
13578 2003-12-03  Marco Gerards  <metgerards@student.han.nl>
13580         * fs/ext2.c (pupa_ext2_label): New function.
13581         (pupa_ext2_fs): Added label.
13582         * fs/fat.c (pupa_fat_label): New function.
13583         (pupa_fat_fs): Added label.
13584         * include/pupa/fs.h (struct pupa_fs): Added prototype label.
13586         * kern/misc.c (pupa_strndup): New function.
13587         * include/pupa/misc.h (pupa_strndup): New prototype.
13589         * include/pupa/normal.h: Include <pupa/err.h>.
13590         (pupa_set_history): New prototype.
13591         (pupa_iterate_commands): New prototype.
13592         * normal/cmdline.c: Include <pupa/machine/partition.h>,
13593         <pupa/disk.h>, <pupa/file.h>.
13594         (hist_size): New variable.
13595         (hist_lines): Likewise.
13596         (hist_end): Likewise.
13597         (hist_used): Likewise.
13598         (pupa_set_history): New function.
13599         (pupa_history_get): Likewise.
13600         (pupa_history_add): Likewise.
13601         (pupa_history_replace): Likewise.
13602         (pupa_tab_complete): Likewise.
13603         (pupa_cmdline_run): Added tab completion and history buffer.  Tab
13604         completion shows partitionnames while completing partitions, this
13605         feature was suggested by Jeff Bailey.
13606         * normal/command.c (pupa_iterate_commands): New function.
13607         * normal/main.c (PUPA_DEFAULT_HISTORY_SIZE): New macro.
13608         (pupa_normal_init): Initialize history buffer.
13609         (PUPA_MOD_INIT): Likewise.
13610         (pupa_normal_fini): Free the history buffer.
13611         (PUPA_MOD_FINI): Likewise.
13613         * util/console.c (pupa_ncurses_getkey): Accept 127 as backspace
13614         key.
13616         * aclocal.m4 (pupa_I386_CHECK_REGPARM_BUG): New DEFUN.
13617         * configure.ac [i386]: Check for regparam bug.
13618         (NESTED_FUNC_ATTR) [! i386]: Defined.
13620 2003-11-17  Marco Gerards  <metgerards@student.han.nl>
13622         * conf/i386-pc.rmk (sbin_UTILITIES): Added pupa-emu.
13623         (pupa_setup_SOURCES): Added util/i386/pc/getroot.c.
13624         (pupa_emu_SOURCES): New variable.
13625         (pupa_emu_LDFLAGS): Likewise.
13626         * include/pupa/fs.h (pupa_ext2_init) [PUPA_UTIL]: New prototype.
13627         (pupa_ext2_fini) [PUPA_UTIL]: Likewise.
13628         * include/pupa/normal.h (pupa_normal_init) [PUPA_UTIL]: Likewise.
13629         (pupa_normal_fini) [PUPA_UTIL]: Likewise.
13630         * include/pupa/setjmp.h [PUPA_UTIL]: Include <setjmp.h>.
13631         (pupa_jmp_buf): New typedef.
13632         (pupa_setjmp) [PUPA_UTIL]: New macro.
13633         (pupa_longjmp) [PUPA_UTIL]: Likewise.
13634         * include/pupa/term.h (struct pupa_term): New member `refresh'.
13635         (pupa_refresh): New prototype.
13636         * include/pupa/util/getroot.h: New file.
13637         * kern/misc.c (pupa_vsprintf): Refresh the screen after updating
13638         it.
13639         * kern/rescue.c (pupa_rescue_get_command_line): Likewise.
13640         (pupa_rescue_cmd_cat): Likewise.
13641         (pupa_rescue_cmd_ls): Likewise.
13642         (pupa_rescue_cmd_testload): Likewise.
13643         (pupa_rescue_cmd_lsmod): Likewise.
13644         * normal/cmdline.c (pupa_cmdline_get): Likewise.
13645         * normal/menu.c (run_menu): Likewise.
13646         * kern/term.c (pupa_cls): Likewise.
13647         (pupa_refresh): New function.
13648         * normal/normal.c (pupa_normal_init) [PUPA_UTIL]: New function.
13649         (pupa_normal_fini) [PUPA_UTIL]: Likewise.
13650         * util/console.c: New file.
13652         * util/i386/pc/getroot.c: New file.
13653         * util/i386/pc/pupa-setup.c: Include <pupa/util/getroot.h>.
13654         (pupa_putchar): New function.
13655         (pupa_refresh): Likewise.
13656         (xgetcwd): Function moved to ...
13657         (strip_extra_slashes): Likewise.
13658         (get_prefix): Likewise.
13659         * util/i386/pc/getroot.c: ... here.
13660         (find_root_device): Function moved and renamed to...
13661         * util/i386/pc/getroot.c (pupa_find_root_device): ... here.
13662         Changed all callers.
13663         * util/i386/pc/pupa-setup.c (guess_root_device): Function moved
13664         and renamed to...
13665         * util/i386/pc/getroot.c (pupa_guess_root_device): ... here.
13666         Changed all callers.
13667         * util/misc.c (pupa_memalign): New function.
13668         (pupa_mm_init_region): Likewise.
13669         (pupa_register_exported_symbols): Likewise.
13670         (pupa_putchar): Function removed.
13671         * util/pupa-emu.c: New file.
13673 2003-11-16  Jeroen Dekkers  <jeroen@dekkers.cx>
13675         * conf/i386-pc.rmk (pkgdata_MODULES): Add _multiboot.mod.
13676         (_multiboot_mod_SOURCES): New variable.
13677         (_multiboot_mod_CFLAGS): Likewise.
13678         * loader/i386/pc/multiboot.c: New file.
13679         * include/pupa/i386/pc/multiboot.h: Likewise.
13680         * kern/i386/pc/startup.S: Include pupa/machine/multiboot.h.
13681         (pupa_multiboot_real_boot): New function.
13682         * include/pupa/i386/pc/loader.h: Include pupa/machine/multiboot.h.
13683         (pupa_multiboot_real_boot): New prototype.
13684         (pupa_rescue_cmd_multiboot): Likewise
13685         (pupa_rescue_cmd_module): Likewise.
13687         * kern/loader.c (pupa_loader_set): Continue when
13688         pupa_loader_unload_func() fails.
13689         (pupa_loader_unset): New function.
13690         * include/pupa/loader.h (pupa_loader_unset): New prototype.
13692         * kern/misc.c (pupa_stpcpy): New function.
13693         * include/pupa/misc.h (pupa_stpcpy): New prototype.
13695 2003-11-12  Marco Gerards  <metgerards@student.han.nl>
13697         * disk/i386/pc/biosdisk.c (pupa_biosdisk_open): Correctly check
13698         for available extensions.
13700         * include/pupa/i386/pc/time.h: New file.
13701         * kern/disk.c: Include <pupa/machine/time.h>.
13702         (PUPA_CACHE_TIMEOUT): New macro.
13703         (pupa_last_time): New variable.
13704         (pupa_disk_open): Flush the cache when there was a timeout.
13705         (pupa_disk_close): Reset the timer.
13706         * kern/i386/pc/startup.S (pupa_get_rtc): Renamed from
13707         pupa_currticks.
13708         * util/misc.c: Include <sys/times.h>
13709         (pupa_get_rtc): New function.
13711 2003-11-09  Jeroen Dekkers  <jeroen@dekkers.cx>
13713         * fs/ext2.c (struct pupa_ext2_inode): Declare struct datablocks
13714         as blocks.
13715         (pupa_ext2_get_file_block): Use blocks member.
13717         * fs/ext2.c (pupa_ext2_read_file): Only set skipfirst for the
13718         first block. Return -1 instead of pupa_errno on error.
13720 2003-10-27  Marco Gerards  <metgerards@student.han.nl>
13722         * README: In the pupa-mkimage example use _chain instead of chain
13723         and ext2 instead of fat.
13724         * TODO: Replace ext2fs with jfs as an example.  Add an item for
13725         adding journal playback for ext2fs.
13726         * conf/i386-pc.rmk (pupa_setup_SOURCES): Added fs/ext2.c.
13727         (pkgdata_MODULES): Added ext2.mod.
13728         (ext2_mod_SOURCES): New variable.
13729         (ext2_mod_CFLAGS): Likewise.
13730         * include/pupa/err.h (pupa_err_t): Added PUPA_ERR_SYMLINK_LOOP.
13731         * include/pupa/misc.h (pupa_strncpy): New prototype.
13732         (pupa_strcat): Likewise.
13733         (pupa_strncmp): Likewise.
13734         * kern/misc.c (pupa_strcat): Enable function.
13735         (pupa_strncpy): New function.
13736         (pupa_strncmp): Likewise.
13737         * fs/ext2.c: New file.
13739         * kern/disk.c (pupa_disk_read): Set pupa_errno to PUPA_ERR_NONE
13740         when the read failed before retrying.
13741         * util/i386/pc/biosdisk.c (_LARGEFILE_SOURCE): Removed.
13742         (_FILE_OFFSET_BITS): Likewise.
13743         * configure.ac: Added AC_SYS_LARGEFILE.
13745 2003-09-25  Yoshinori K. Okuji  <okuji@enbug.org>
13747         * genmk.rb (PModule#rule): Make sure to get only symbol names
13748         from the output of nm.
13749         Reported by Robert Millan <zeratul2@wanadoo.es>.
13751 2003-09-25  Yoshinori K. Okuji  <okuji@enbug.org>
13753         I forgot to check in these changes for a long time. This adds
13754         incomplete support for VGA console, and this is still very
13755         buggy. Also, a lot of consideration is required for I18N,
13756         UNICODE, and VGA font issues. Therefore, assume that this is
13757         such that "better than nothing".
13759         * font/manager.c: New file.
13760         * include/pupa/font.h: Likewise.
13761         * include/pupa/i386/pc/vga.h: Likewise.
13762         * term/i386/pc/vga.c: Likewise.
13763         * util/unifont2pff.rb: Likewise.
13765         * conf/i386-pc.rmk (kernel_img_HEADERS): Added machine/vga.h.
13766         (pkgdata_MODULES): Added vga.mod and font.mod.
13767         (vga_mod_SOURCES): New variables.
13768         (vga_mod_CFLAGS): Likewise.
13769         (font_mod_SOURCES): Likewise.
13770         (font_mod_CFLAGS): Likewise.
13772         * include/pupa/err.h (PUPA_ERR_BAD_FONT): New constant.
13774         * include/pupa/term.h: Include pupa/err.h.
13775         (struct pupa_term): Added init and fini.
13776         Changed the argument of putchar to pupa_uint32_t.
13778         * include/pupa/i386/pc/console.h: Include pupa/symbol.h.
13779         (pupa_console_real_putchar): New prototype.
13780         (pupa_console_putchar): Removed.
13781         (pupa_console_checkkey): Exported.
13782         (pupa_console_getkey): Likewise.
13784         * kern/misc.c (pupa_vsprintf): Add support for UNICODE
13785         characters.
13787         * kern/term.c (pupa_term_set_current): Rewritten.
13788         (pupa_putchar): Likewise.
13789         (pupa_putcode): New function.
13791         * kern/i386/pc/startup.S (pupa_console_putchar): Renamed to ...
13792         (pupa_console_real_putchar): ... this.
13793         (pupa_vga_set_mode): New function.
13794         (pupa_vga_get_font): Likewise.
13796         * normal/command.c: Include pupa/term.h.
13797         (terminal_command): New function.
13798         (pupa_command_init): Register the command "terminal".
13800         * normal/menu.c (DISP_LEFT): Changed to a UNICODE value.
13801         (DISP_UP): Likewise.
13802         (DISP_RIGHT): Likewise.
13803         (DISP_DOWN): Likewise.
13804         (DISP_HLINE): Likewise.
13805         (DISP_VLINE): Likewise.
13806         (DISP_UL): Likewise.
13807         (DISP_UR): Likewise.
13808         (DISP_LL): Likewise.
13809         (DISP_LR): Likewise.
13811         * term/i386/pc/console.c (pupa_console_putchar): New function.
13813 2003-02-08  NIIBE Yutaka  <gniibe@m17n.org>
13815         * util/resolve.c (pupa_util_resolve_dependencies): BUG
13816         FIX. Reverse the path_list.
13818         * include/pupa/normal.h: Export pupa_register_command and
13819         pupa_unregister_command.
13821         * hello/hello.c (pupa_cmd_hello): New module.
13822         * conf/i386-pc.rmk: Added hello.mod.
13824 2003-01-31  Yoshinori K. Okuji  <okuji@enbug.org>
13826         * kern/i386/pc/lzo1x.S: New file.
13828         * util/i386/pc/pupa-mkimage.c: Include lzo1x.h.
13829         (compress_kernel): New variable.
13830         (generate_image): Heavily modified to support compressing a
13831         large part of the core image.
13833         * util/misc.c (pupa_util_read_image): Fix a file descriptor
13834         leak.
13835         (pupa_util_load_image): New function.
13837         * kern/i386/pc/startup.S: Include pupa/machine/kernel.h.
13838         (pupa_compressed_size): New variable.
13839         (codestart): Enable Gate A20 here.
13840         Decompress the compressed part of the core image.
13841         Rearrange the code to put functions and variables which are
13842         required for initialization in the non-compressed part.
13843         Include lzo1x.S.
13845         * kern/i386/pc/init.c (pupa_machine_init): Don't enable Gate A20
13846         here.
13848         * include/pupa/util/misc.h (pupa_util_write_image): Declared.
13850         * include/pupa/i386/pc/kernel.h
13851         (PUPA_KERNEL_MACHINE_COMPRESSED_SIZE): New macro.
13852         (PUPA_KERNEL_MACHINE_INSTALL_DOS_PART): Increased by 4.
13853         (PUPA_KERNEL_MACHINE_INSTALL_BSD_PART): Likewise.
13854         (PUPA_KERNEL_MACHINE_PREFIX): Likewise.
13855         (PUPA_KERNEL_MACHINE_RAW_SIZE): New macro.
13857         * conf/i386-pc.rmk (pupa_mkimage_LDFLAGS): New variable.
13859         * genmk.rb (Image#rule): Put LDFLAGS at the end of a line.
13860         (Utility#rule): Likewise.
13862         * configure.ac: Check if LZO is available.
13864 2003-01-20  Yoshinori K. Okuji  <okuji@enbug.org>
13866         * include/pupa/normal.h: New file.
13867         * include/pupa/setjmp.h: Likewise.
13868         * include/pupa/i386/setjmp.h: Likewise.
13869         * normal/cmdline.c: Likewise.
13870         * normal/command.c: Likewise.
13871         * normal/main.c: Likewise.
13872         * normal/menu.c: Likewise.
13873         * normal/i386/setjmp.S: Likewise.
13875         * loader/i386/pc/linux.c (pupa_rescue_cmd_linux): Made global.
13876         (pupa_rescue_cmd_initrd): Likewise.
13878         * loader/i386/pc/chainloader.c (pupa_rescue_cmd_chainloader):
13879         Likewise.
13881         * kern/i386/pc/startup.S (translation_table): New variable.
13882         (translate_keycode): New function.
13883         (pupa_console_getkey): Call translate_keycode.
13885         * kern/rescue.c (attempt_normal_mode): New function.
13886         (pupa_enter_rescue_mode): Attempt to execute the normal mode. If
13887         it failed, print a message.
13889         * kern/mm.c (pupa_real_malloc): Print more information when a
13890         free magic is broken.
13891         (pupa_free): If the first free header is not free actually, set
13892         it to P.
13894         * kern/main.c (pupa_load_normal_mode): Just load the module
13895         "normal".
13896         (pupa_main): Don't print the message
13897         "Entering into rescue mode..." here.
13899         * include/pupa/i386/pc/loader.h (pupa_rescue_cmd_initrd):
13900         Declared.
13901         (pupa_rescue_cmd_initrd): Likewise.
13902         (pupa_rescue_cmd_initrd): Likewise.
13904         * include/pupa/symbol.h (FUNCTION): Specify the type.
13905         (VARIABLE): Likewise.
13907         * include/pupa/err.h (pupa_err_t): Added
13908         PUPA_ERR_UNKNOWN_COMMAND.
13910         * include/pupa/dl.h (pupa_dl_set_prefix): Exported.
13911         (pupa_dl_get_prefix): Likewise.
13913         * conf/i386-pc.rmk (pkgdata_MODULES): Added normal.mod.
13914         Added _chain.mod and _linux.mod instead of chain.mod and
13915         linux.mod.
13916         (chain_mod_SOURCES): Renamed to ...
13917         (_chain_mod_SOURCES): ... this.
13918         (chain_mod_CFLAGS): Renamed to ...
13919         (_chain_mod_CFLAGS): ... this.
13920         (linux_mod_SOURCES): Renamed to ...
13921         (_linux_mod_SOURCES): ... this.
13922         (linux_mod_CFLAGS): Renamed to ...
13923         (_linux_mod_CFLAGS): ... this.
13924         (normal_mod_SOURCES): New variable.
13925         (normal_mod_CFLAGS): Likewise.
13926         (normal_mod_ASFLAGS): Likewise.
13928 2003-01-18  Yoshinori K. Okuji  <okuji@enbug.org>
13930         * kern/rescue.c (pupa_rescue_cmd_rmmod): Call pupa_dl_unload, if
13931         possible.
13933         * kern/dl.c (pupa_dl_ref): Refer depending modules
13934         recursively.
13935         (pupa_dl_unref): Unrefer depending modules recursively.
13936         Don't call pupa_dl_unload implicitly, because PUPA can crash if
13937         a module is unloaded before one depending on that module is
13938         unloaded.
13939         (pupa_dl_unload): Unload depending modules explicitly,
13940         if possible.
13942 2003-01-17  Yoshinori K. Okuji  <okuji@enbug.org>
13944         * include/pupa/i386/pc/linux.h: New file.
13945         * loader/i386/pc/linux.c: Likewise.
13947         * loader/i386/pc/chainloader.c (pupa_chainloader_boot_sector):
13948         Removed.
13949         (pupa_chainloader_unload): Return PUPA_ERR_NONE.
13950         (pupa_rescue_cmd_chainloader): Read the image to 0x7C00 instead
13951         of PUPA_CHAINLOADER_BOOT_SECTOR.
13953         * kern/i386/pc/startup.S: Include pupa/machine/linux.h.
13954         (pupa_linux_prot_size): New variable.
13955         (pupa_linux_tmp_addr): Likewise.
13956         (pupa_linux_real_addr): Likewise.
13957         (pupa_linux_boot_zimage): New function.
13958         (pupa_linux_boot_bzimage): Likewise.
13960         * kern/i386/pc/init.c (struct mem_region): New structure.
13961         (MAX_REGIONS): New macro.
13962         (mem_regions): New variable.
13963         (num_regions): Likewise.
13964         (pupa_os_area_addr): Likewise.
13965         (pupa_os_area_size): Likewise.
13966         (pupa_lower_mem): Likewise.
13967         (pupa_upper_mem): Likewise.
13968         (add_mem_region): New function.
13969         (compact_mem_regions): Likewise.
13970         (pupa_machine_init): Set PUPA_LOWER_MEM and PUPA_UPPER_MEM to
13971         the size of the conventional memory and that of so-called upper
13972         memory (before the first memory hole).
13973         Instead of adding each found region to free memory, use
13974         add_mem_region and add them after removing overlaps.
13975         Also, add only 1/4 of the upper memory to free memory. The rest
13976         is used for loading OS images. Maybe this is ad hoc, but this
13977         makes it much easier to relocate OS images when booting.
13979         * kern/rescue.c (pupa_rescue_cmd_module): Removed.
13980         (pupa_enter_rescue_mode): Don't register initrd and module.
13982         * kern/mm.c: Include pupa/dl.h.
13984         * kern/main.c: Include pupa/file.h and pupa/device.h.
13986         * kern/loader.c (pupa_loader_load_module_func): Removed.
13987         (pupa_loader_load_module): Likewise.
13989         * kern/dl.c (pupa_dl_load): Use the suffix ``.mod'' instead of
13990         ``.o''.
13992         * include/pupa/i386/pc/loader.h (pupa_linux_prot_size): Declared.
13993         (pupa_linux_tmp_addr): Likewise.
13994         (pupa_linux_real_addr): Likewise.
13995         (pupa_linux_boot_zimage): Likewise.
13996         (pupa_linux_boot_bzimage): Likewise.
13998         * include/pupa/i386/pc/init.h (pupa_lower_mem): Declared.
13999         (pupa_upper_mem): Likewise.
14000         (pupa_gate_a20): Don't export, because turning off Gate A20 in a
14001         module is too dangerous.
14003         * include/pupa/loader.h (pupa_os_area_addr): Declared.
14004         (pupa_os_area_size): Likewise.
14005         (pupa_loader_set): Remove the first argument. Loader doesn't
14006         manage modules or initrd any longer.
14007         (pupa_loader_load_module): Removed.
14009         * conf/i386-pc.rmk (pkgdata_MODULES): Added linux.mod.
14010         (linux_mod_SOURCES): New variable.
14011         (linux_mod_CFLAGS): Likewise.
14013 2003-01-07  Yoshinori K. Okuji  <okuji@enbug.org>
14015         * util/i386/pc/pupa-setup.c (setup): Convert the endianness of
14016         the length of a blocklist correctly.
14018         * util/i386/pc/biosdisk.c (pupa_util_biosdisk_open) [__linux__]:
14019         Use ioctl only if the OS file is a block device.
14020         (pupa_util_biosdisk_open): Don't use ST.ST_BLOCKS, because it is
14021         not very useful for normal files.
14023         * kern/main.c (pupa_set_root_dev): New function.
14024         (pupa_load_normal_mode): Likewise.
14025         (pupa_main): Call those above.
14027         * include/pupa/types.h (pupa_swap_bytes16): Cast the result to
14028         pupa_uint16_t.
14030         * include/pupa/kernel.h (pupa_enter_normal_mode): Removed.
14032 2003-01-06  Yoshinori K. Okuji  <okuji@enbug.org>
14034         * util/i386/pc/pupa-setup.c: Include pupa/machine/kernel.h.
14035         (setup): Configure the installed partition information and the
14036         dl prefix.
14038         * loader/i386/pc/chainloader.c (my_mod): New variable.
14039         (pupa_chainloader_unload): New function.
14040         (pupa_rescue_cmd_chainloader): Refer itself.
14041         (PUPA_MOD_INIT): Save its own module in MY_MOD.
14043         * kern/i386/pc/startup.S (install_partition): Removed.
14044         (version_string): Likewise.
14045         (config_file): Likewise.
14046         (pupa_install_dos_part): New variable.
14047         (pupa_install_bsd_part): Likewise.
14048         (pupa_prefix): Likewise.
14049         (pupa_chainloader_real_boot): Call pupa_dl_unload_all.
14051         * kern/i386/pc/init.c: Include pupa/machine/kernel.h, pupa/dl.h
14052         and pupa/misc.h.
14053         (make_install_device): New function.
14054         (pupa_machine_init): Set the dl prefix.
14056         * kern/rescue.c: Include pupa/rescue.h and pupa/dl.h.
14057         (buf): Renamed to ...
14058         (linebuf): ... this.
14059         (pupa_rescue_cmd_prefix): New function.
14060         (pupa_rescue_cmd_insmod): Likewise.
14061         (pupa_rescue_cmd_rmmod): Likewise.
14062         (pupa_rescue_cmd_lsmod): Likewise.
14063         (pupa_enter_rescue_mode): Register new commands: prefix, insmod,
14064         rmmod and lsmod.
14066         * kern/mm.c (pupa_memalign): If failed even after invalidating
14067         disk caches, unload unneeded modules and retry.
14069         * kern/misc.c (pupa_memmove): New function.
14070         (pupa_memcpy): Removed.
14071         (pupa_strcpy): New function.
14072         (pupa_itoa): Made static.
14074         * kern/dl.c (pupa_dl_iterate): New function.
14075         (pupa_dl_ref): Likewise.
14076         (pupa_dl_unref): Likewise.
14077         (pupa_dl_unload): Return if succeeded or not.
14078         (pupa_dl_unload_unneeded): New function.
14079         (pupa_dl_unload_all): Likewise.
14080         (pupa_dl_init): Renamed to ...
14081         (pupa_dl_set_prefix): ... this.
14082         (pupa_dl_get_prefix): New function.
14084         * include/pupa/i386/pc/kernel.h: Include pupa/types.h.
14085         (PUPA_KERNEL_MACHINE_INSTALL_DOS_PART): New macro.
14086         (PUPA_KERNEL_MACHINE_INSTALL_BSD_PART): Likewise.
14087         (PUPA_KERNEL_MACHINE_PREFIX): Likewise.
14088         (pupa_install_dos_part): Declared.
14089         (pupa_install_bsd_part): Likewise.
14090         (pupa_prefix): Likewise.
14091         (pupa_boot_drive): Likewise.
14093         * include/pupa/types.h: Fix a typo.
14095         * include/pupa/misc.h (pupa_memcpy): New macro. Just an alias to
14096         pupa_memmove.
14097         (pupa_memmove): Declared.
14098         (pupa_strcpy): Likewise.
14100         * include/pupa/dl.h (PUPA_MOD_INIT): Change the prototype. Now
14101         pupa_mod_init takes one argument, its own module.
14102         (pupa_dl_unload_unneeded): Declared.
14103         (pupa_dl_unload_all): Likewise.
14104         (pupa_dl_ref): Likewise.
14105         (pupa_dl_unref): Likewise.
14106         (pupa_dl_iterate): Likewise.
14107         (pupa_dl_init): Renamed to ...
14108         (pupa_dl_set_prefix): ... this.
14109         (pupa_dl_get_prefix): Declared.
14111         * fs/fat.c [!PUPA_UTIL] (my_mod): New variable.
14112         (pupa_fat_dir) [!PUPA_UTIL]: Prevent the fat module from being
14113         unloaded.
14114         (pupa_fat_open) [!PUPA_UTIL]: Refer itself if succeeded.
14115         (pupa_fat_close) [!PUPA_UTIL]: Unrefer itself.
14117         * configure.ac (tmp_CFLAGS): Added -Wshadow, -Wpointer-arith,
14118         -Wmissing-prototypes, -Wundef and -Wstrict-prototypes.
14120 2003-01-03  Yoshinori K. Okuji  <okuji@enbug.org>
14122         * util/i386/pc/pupa-setup.c (setup): Define the internal
14123         function find_first_partition_start at the top level, because GCC
14124         3.0.x cannot compile internal functions in deeper scopes
14125         correctly.
14126         (find_root_device): Use lstat instead of stat.
14127         Don't follow symbolic links.
14128         Fix the path-constructing code.
14130         * util/i386/pc/biosdisk.c [__linux__] (BLKFLSBUF): New macro.
14131         (pupa_util_biosdisk_open) [__linux__]: Get the size of a device
14132         by a BLKGETSIZE ioctl first, because block devices don't fill
14133         the member st_mode of the structure stat on Linux.
14134         [__linux__] (linux_find_partition): Use a temporary buffer
14135         REAL_DEV for the working space. Copy it to DEV before returning.
14136         (open_device) [__linux__]: Call ioctl with BLKFLSBUF to make the
14137         buffer cache consistent.
14138         (get_os_disk) [__linux__]: Use the length 5 instead of 4 for
14139         strncmp. The previous value was merely wrong.
14140         (pupa_util_biosdisk_get_pupa_dev): Use stat instead of lstat.
14142         * fs/fat.c (pupa_fat_read_data): Shift 4 instead of 12 when the
14143         FAT size is 12. The previous value was merely wrong.
14145         * kern/main.c (pupa_main): Don't split the starting message from
14146         newlines.
14148         * kern/term.c (pupa_putchar): Put CR after LF instead of before
14149         LF, because BIOS goes crazy about character attributes in this
14150         case.
14152 2003-01-03  Yoshinori K. Okuji  <okuji@enbug.org>
14154         * include/i386/pc/util/biosdisk.h: New file.
14155         * util/i386/pc/biosdisk.c: Likewise.
14156         * util/i386/pc/pupa-setup.c: Likewise.
14158         * Makefile.in (INCLUDE_DISTFILES): Added
14159         include/pupa/i386/pc/util/biosdisk.h.
14160         (UTIL_DISTFILES): Added biosdisk.c and pupa-setup.c under the
14161         directory util/i386/pc.
14162         (install-local): Added a rule for sbin_UTILITIES.
14163         (uninstall): Likewise.
14165         * util/i386/pc/pupa-mkimage.c (usage): Fix a typo in the doc.
14167         * util/misc.c (xrealloc): New function.
14168         (pupa_malloc): Likewise.
14169         (pupa_free): Likewise.
14170         (pupa_realloc): Likewise.
14171         (pupa_stop): Likewise.
14172         (pupa_putchar): Likewise.
14174         * kern/disk.c (pupa_disk_read): Prevent L from underflowing.
14176         * include/pupa/util/misc.h (xrealloc): Declared.
14178         * include/pupa/i386/pc/boot.h (PUPA_BOOT_MACHINE_BPB_START): New
14179         macro.
14180         (PUPA_BOOT_MACHINE_BPBEND): Renamed to ...
14181         (PUPA_BOOT_MACHINE_BPB_END): ... this.
14183         * include/pupa/fs.h [PUPA_UTIL] (pupa_fat_init): Declared.
14184         [PUPA_UTIL] (pupa_fat_fini): Likewise.
14186         * fs/fat.c [PUPA_UTIL] (pupa_fat_init): Defined. Maybe a better
14187         way should be implemented.
14188         [PUPA_UTIL] (pupa_fat_fini): Likewise.
14190         * disk/i386/pc/biosdisk.c (pupa_biosdisk_call_hook): Increase
14191         the size of NAME for safety.
14192         (pupa_biosdisk_iterate): Search hard disks to 0x90 instead of
14193         0x88.
14195         * conf/i386-pc.rmk (sbin_UTILITIES): New variable.
14196         (pupa_setup_SOURCES): Likewise.
14198         * genmk.rb (Utility#rule): Add $(BUILD_CFLAGS) into the rules.
14200 2002-12-28  Yoshinori K. Okuji  <okuji@enbug.org>
14202         * kern/i386/pc/startup.S (push_get_mmap_entry): Revert to a
14203         bunch of pushl's from pusha, because this destroys the return
14204         value.
14206 2002-12-28  Yoshinori K. Okuji  <okuji@enbug.org>
14208         Use -mrtd and -mregparm=3 to reduce the generated code sizes.
14209         This means that any missing prototypes could be fatal. Also, you
14210         must take care when writing assembly code. See the comments at
14211         the beginning of startup.S, for more details.
14213         * kern/i386/pc/startup.S (pupa_halt): Modified for the new
14214         compilation mechanism.
14215         (pupa_chainloader_real_boot): Likewise.
14216         (pupa_biosdisk_rw_int13_extensions): Likewise.
14217         (pupa_biosdisk_rw_standard): Likewise.
14218         (pupa_biosdisk_check_int13_extensions): Likewise.
14219         (pupa_biosdisk_get_diskinfo_int13_extensions): Likewise.
14220         (pupa_biosdisk_get_diskinfo_standard): Likewise.
14221         (pupa_get_memsize): Likewise.
14222         (pupa_get_mmap_entry): Likewise.
14223         (pupa_console_putchar): Likewise.
14224         (pupa_console_setcursor): Likewise.
14225         (pupa_getrtsecs): Use pushl instead of push.
14227         * kern/i386/pc/init.c (pupa_machine_init): Use the scratch
14228         memory instead of the stack for a mmap entry, because some
14229         BIOSes may ignore the maximum size and overflow.
14231         * conf/i386-pc.rmk (COMMON_CFLAGS): Added -mrtd and -mregparm=3.
14233         * genmk.rb (PModule#rule): Compile automatically generated
14234         sources with module-specific CFLAGS as well as other sources.
14236 2002-12-27  Yoshinori K. Okuji  <okuji@enbug.org>
14238         * configure.ac: Check ld.
14239         Replace CFLAGS and CPPFLAGS with BUILD_CFLAGS and BUILD_CPPFLAGS
14240         respectively, before checking endianness and sizes.
14242         * Makefile.in (LD): New variable.
14244 2002-12-27  Yoshinori K. Okuji  <okuji@enbug.org>
14246         * Makefile.in (BUILD_CC): CC -> BUILD_CC.
14248 2002-12-27  Yoshinori K. Okuji  <okuji@enbug.org>
14250         * Changelog: New file.