]>
git.ipfire.org Git - thirdparty/grub.git/log
carles [Sat, 26 Dec 2009 23:36:59 +0000 (00:36 +0100)]
2009-12-27 Carles Pina i Estany <carles@pina.cat>
* loader/i386/efi/linux.c (GRUB_MOD_INIT): Improve command summary.
* loader/i386/ieee1275/linux.c (GRUB_MOD_INIT): Likewise.
* loader/i386/linux.c (GRUB_MOD_INIT): Likewise.
* loader/i386/pc/linux.c (GRUB_MOD_INIT): Likewise.
* loader/powerpc/ieee1275/linux.c (GRUB_MOD_INIT): Likewise.
* loader/sparc64/ieee1275/linux.c (GRUB_MOD_INIT): Likewise.
* loader/xnu.c (GRUB_MOD_INIT): Likewise.
Vladimir 'phcoder' Serbinenko [Sat, 26 Dec 2009 21:19:13 +0000 (22:19 +0100)]
Fix EFI compilation
Vladimir 'phcoder' Serbinenko [Sat, 26 Dec 2009 21:16:14 +0000 (22:16 +0100)]
Fix EFI compilation
Vladimir 'phcoder' Serbinenko [Sat, 26 Dec 2009 15:58:01 +0000 (16:58 +0100)]
Clarify FIXME comments.
Vladimir 'phcoder' Serbinenko [Sat, 26 Dec 2009 15:42:55 +0000 (16:42 +0100)]
merge multiterm into gfxmenu+multiterm
Vladimir 'phcoder' Serbinenko [Sat, 26 Dec 2009 15:41:54 +0000 (16:41 +0100)]
Various fixes to make gfxmenu work smoothly in multioutput environment
Vladimir 'phcoder' Serbinenko [Sat, 26 Dec 2009 15:39:16 +0000 (16:39 +0100)]
Remove menu init hooks. They are useless
carles [Sat, 26 Dec 2009 11:08:22 +0000 (12:08 +0100)]
Fix two dates and one typo in ChangeLog.
carles [Sat, 26 Dec 2009 11:06:35 +0000 (12:06 +0100)]
2009-12-27 Carles Pina i Estany <carles@pina.cat>
* video/readers/jpeg.c (cmd): Declare.
(grub_cmd_jpegtest): Use `grub_command_t' type.
(GRUB_MOD_INIT): Fix arguments passed to `grub_register_command'.
Assign to `cmd'.
(GRUB_MOD_FINI): Use `cmd' to unregister.
* video/readers/png.c (cmd): Declare.
(grub_cmd_pngtest): Use `grub_command_t' type.
(GRUB_MOD_INIT): Fix arguments passed to `grub_register_command'.
Assign to `cmd'.
(GRUB_MOD_FINI): Use `cmd' to unregister.
* video/readers/tga.c (cmd): Declare.
(grub_cmd_tgatest): Use `grub_command_t' type.
(GRUB_MOD_INIT): Fix arguments passed to `grub_register_command'.
Assign to `cmd'.
(GRUB_MOD_FINI): Use `cmd' to unregister.
carles [Sat, 26 Dec 2009 10:01:33 +0000 (11:01 +0100)]
2009-12-27 Carles Pina i Estany <carles@pina.cat>
* efiemu/main.c (GRUB_MOD_INIT): Fix capitalizations and/or full
stops.
* kern/corecmd.c (grub_register_core_commands): Likewise.
* loader/efi/chainloader.c (GRUB_MOD_INIT): Likewise.
* loader/i386/bsd.c (GRUB_MOD_INIT): Likewise.
* loader/i386/efi/linux.c (GRUB_MOD_INIT): Likewise.
* loader/i386/ieee1275/linux.c (GRUB_MOD_INIT): Likewise.
* loader/i386/linux.c (GRUB_MOD_INIT): Likewise.
* loader/i386/pc/chainloader.c (GRUB_MOD_INIT): Likewise.
* loader/i386/pc/linux.c (GRUB_MOD_INIT): Likewise.
* loader/multiboot_loader.c (GRUB_MOD_INIT): Likewise.
* loader/powerpc/ieee1275/linux.c (GRUB_MOD_INIT): Likewise.
* loader/sparc64/ieee1275/linux.c (GRUB_MOD_INIT): Likewise.
* loader/xnu.c (GRUB_MOD_INIT): Likewise.
* mmap/mmap.c (GRUB_MOD_INIT): Likewise.
* normal/handler.c (insert_handler): Likewise.
* normal/main.c (GRUB_MOD_INIT): Likewise.
* term/gfxterm.c (GRUB_MOD_INIT): Likewise.
Vladimir 'phcoder' Serbinenko [Sat, 26 Dec 2009 01:37:01 +0000 (02:37 +0100)]
Cache loaded theme
Vladimir 'phcoder' Serbinenko [Sat, 26 Dec 2009 00:49:57 +0000 (01:49 +0100)]
Initial effort for gfxmenu on multiterm branch
carles [Fri, 25 Dec 2009 23:50:59 +0000 (00:50 +0100)]
2009-12-26 Carles Pina i Estany <carles@pina.cat>
* commands/help.c (grub_cmd_help): Print the command name before the
summary.
(GRUB_MOD_INIT): Remove command name from the summary.
* kern/command.c (GRUB_MOD_INIT): If summary is null assign an empty
strig as summary.
* lib/arg.c (find_long): Print the command name before the summary.
* commands/acpi.c (GRUB_MOD_INIT): Remove command name from the
summary.
* commands/blocklist.c (GRUB_MOD_INIT): Likewise.
* commands/cat.c (GRUB_MOD_INIT): Likewise.
* commands/cmp.c (GRUB_MOD_INIT): Likewise.
* commands/configfile.c (GRUB_MOD_INIT): Likewise.
* commands/crc.c (GRUB_MOD_INIT): Likewise.
* commands/date.c (GRUB_MOD_INIT): Likewise.
* commands/echo.c (GRUB_MOD_INIT): Likewise.
* commands/efi/loadbios.c (GRUB_MOD_INIT): Likewise.
* commands/gptsync.c (GRUB_MOD_INIT): Likewise.
* commands/handler.c (GRUB_MOD_INIT): Likewise.
* commands/hdparm.c (GRUB_MOD_INIT): Likewise.
* commands/hexdump.c (GRUB_MOD_INIT): Likewise.
* commands/i386/cpuid.c (GRUB_MOD_INIT): Likewise.
* commands/i386/pc/halt.c (GRUB_MOD_INIT): Likewise.
* commands/i386/pc/play.c (GRUB_MOD_INIT): Likewise.
* commands/i386/pc/pxecmd.c (GRUB_MOD_INIT): Likewise.
* commands/keystatus.c (GRUB_MOD_INIT): Likewise.
* commands/loadenv.c (GRUB_MOD_INIT): Likewise.
* commands/ls.c (GRUB_MOD_INIT): Likewise.
* commands/lspci.c (GRUB_MOD_INIT): Likewise.
* commands/memrw.c (GRUB_MOD_INIT): Likewise.
* commands/minicmd.c (GRUB_MOD_INIT): Likewise.
* commands/parttool.c (GRUB_MOD_INIT): Likewise.
* commands/password.c (GRUB_MOD_INIT): Likewise.
* commands/probe.c (GRUB_MOD_INIT): Likewise.
* commands/read.c (GRUB_MOD_INIT): Likewise.
* commands/search.c (GRUB_MOD_INIT): Likewise.
* commands/sleep.c (GRUB_MOD_INIT): Likewise.
* commands/test.c (GRUB_MOD_INIT): Likewise.
* commands/xnu_uuid.c (GRUB_MOD_INIT): Likewise.
* efiemu/main.c (GRUB_MOD_INIT): Likewise.
* font/font_cmd.c (GRUB_MOD_INIT): Likewise.
* gettext/gettext.c (GRUB_MOD_INIT): Likewise.
* kern/corecmd.c (GRUB_MOD_INIT): Likewise.
* lib/arg.c (GRUB_MOD_INIT): Likewise.
* loader/efi/appleloader.c (GRUB_MOD_INIT): Likewise.
* loader/i386/bsd.c (GRUB_MOD_INIT): Likewise.
* loader/xnu.c (GRUB_MOD_INIT): Likewise.
* mmap/mmap.c (GRUB_MOD_INIT): Likewise.
* term/terminfo.c (GRUB_MOD_INIT): Likewise.
* video/readers/jpeg.c (GRUB_MOD_INIT): Likewise.
* video/readers/png.c (GRUB_MOD_INIT): Likewise.
* video/readers/tga.c (GRUB_MOD_INIT): Likewise.
Robert Millan [Fri, 25 Dec 2009 22:29:47 +0000 (22:29 +0000)]
Merge from trunk
Vladimir 'phcoder' Serbinenko [Fri, 25 Dec 2009 22:06:52 +0000 (23:06 +0100)]
2009-12-25 Vladimir Serbinenko <phcoder@gmail.com>
Use search command for preliminar UUID search.
* commands/search.c: Split into ...
* commands/search_wrap.c: ...this
* commands/search.c: ...and this.
* commands/search_file.c: New file.
* commands/search_label.c: New file.
* commands/search_uuid.c: New file.
* conf/any-emu.rmk (grub_emu_SOURCES): Remove commands/search.c.
Add commands/search_wrap.c, commands/search_file.c,
commands/search_label.c and commands/search_uuid.c.
* conf/common.rmk (pkglib_MODULES): Remove fs_uuid.mod and fs_file.mod.
(search_mod_SOURCES): Set to commands/search_wrap.c.
(pkglib_MODULES): Add search_fs_file.mod, search_fs_uuid.mod and
search_label.mod.
(search_fs_file_mod_SOURCES): New variable.
(search_fs_file_mod_CFLAGS): Likewise.
(search_fs_file_mod_LDFLAGS): Likewise.
(search_label_mod_SOURCES): Likewise.
(search_label_mod_CFLAGS): Likewise.
(search_label_mod_LDFLAGS): Likewise.
(search_fs_uuid_mod_SOURCES): New variable.
(search_fs_uuid_mod_CFLAGS): Likewise.
(search_fs_uuid_mod_LDFLAGS): Likewise.
(fs_file_mod_SOURCES): Removed.
(fs_file_mod_CFLAGS): Likewise.
(fs_file_mod_LDFLAGS): Likewise.
(fs_uuid_mod_SOURCES): Removed.
(fs_uuid_mod_CFLAGS): Likewise.
(fs_uuid_mod_LDFLAGS): Likewise.
* conf/sparc64-ieee1275.rmk (grub_install_SOURCES):
Set to util/grub-install.in.
* disk/fs_file.c: Removed.
* disk/fs_uuid.c: Likewise.
* include/grub/search.h: New file.
* util/grub-install.in: Handle sparc64.
Create and use load.cfg.
* util/sparc64/ieee1275/grub-install.in: Removed.
Vladimir 'phcoder' Serbinenko [Fri, 25 Dec 2009 22:01:32 +0000 (23:01 +0100)]
2009-12-25 Vladimir Serbinenko <phcoder@gmail.com>
* kern/i386/pc/startup.S (grub_biosdisk_get_diskinfo_int13_extensions):
Ignore return status if CF is cleared.
(grub_biosdisk_get_diskinfo_standard): Likewise.
Robert Millan [Fri, 25 Dec 2009 21:38:09 +0000 (21:38 +0000)]
2009-12-25 Robert Millan <rmh.grub@aybabtu.com>
* term/i386/pc/at_keyboard.c
(keyboard_controller_wait_untill_ready): New function.
(grub_keyboard_controller_write, grub_keyboard_controller_read)
(keyboard_controller_led): Use keyboard_controller_wait_untill_ready()
for keyboard polling, rather than duplicate the same loop. This
saves a few bytes in code size.
Vladimir 'phcoder' Serbinenko [Fri, 25 Dec 2009 21:01:06 +0000 (22:01 +0100)]
2009-12-25 Vladimir Serbinenko <phcoder@gmail.com>
Support for (pxe[:server[:gateway]]) syntax and
use environment variable for PXE.
* commands/i386/pc/pxecmd.c (options): Removed.
(print_ip): Removed.
(grub_cmd_pxe): Removed
(grub_cmd_pxe_unload): New function.
* fs/i386/pc/pxe.c (grub_pxe_disk_data): New structure.
(grub_pxe_your_ip): Made static.
(grub_pxe_default_server_ip): Likewise.
(grub_pxe_default_gateway_ip): Likewise.
(grub_pxe_blksize): Likewise.
(parse_ip): New function.
(grub_pxe_open): Support server and gateway specification.
(grub_pxe_close): Free disk->data.
(grub_pxefs_open): Use disk->data.
(grub_pxefs_read): Likewise.
(grub_env_write_readonly): New function.
(set_mac_env): Likewise.
(set_env_limn_ro): Likewise.
(parse_dhcp_vendor): Likewise.
(grub_pxe_detect): Set the environment variables.
(set_ip_env): New function.
(write_ip_env): Likewise.
(grub_env_write_pxe_default_server): Likewise.
(grub_env_write_pxe_default_gateway): Likewise.
(grub_env_write_pxe_blocksize): Likewise.
(GRUB_MOD_INIT(pxe)): Set environment variables.
* include/grub/i386/pc/pxe.h (grub_pxe_mac_addr): Rename to ...
(grub_pxe_mac_addr_t): ... this. All users updated.
(grub_pxe_your_ip): Removed.
(grub_pxe_server_ip): Likewise.
(grub_pxe_gateway_ip): Likewise.
(grub_pxe_blksize): Likewise.
carles [Fri, 25 Dec 2009 20:51:05 +0000 (21:51 +0100)]
2009-12-25 Carles Pina i Estany <carles@pina.cat>
* commands/help.c: Include `<grub/i18n.h>'.
(grub_cmd_help): Gettextizze.
(GRUB_MOD_INIT): Likewise.
* commands/i386/pc/play.c: Include `<grub/i18n.h>'.
(GRUB_MOD_INIT): Gettextizze.
* commands/search.c: Include `<grub/i18n.h>'.
(options): Gettextizze.
(GRUB_MOD_INIT): Gettextizze.
* lib/arg.c: Include `<grub/i18n.h>'.
(help_options): Gettextizze.
(find_long): Likewise.
(grub_arg_show_help): Likewise.
* normal/dyncmd.c: Include `<grub/i18n.h>'.
(read_command_list): Gettextizze.
* po/POTFILES: Add `commands/i386/pc/play.c', `commands/search.c',
`commands/help.c', `lib/arg.c' and `normal/dyncmd.c'.
Robert Millan [Fri, 25 Dec 2009 20:33:41 +0000 (20:33 +0000)]
2009-12-25 Robert Millan <rmh.grub@aybabtu.com>
* include/grub/i386/at_keyboard.h (NUM_LOCK, SCROLL_LOCK): New macros.
* term/i386/pc/at_keyboard.c (KEYBOARD_STATUS_NUM_LOCK)
(KEYBOARD_LED_SCROLL, KEYBOARD_LED_NUM, KEYBOARD_LED_CAPS): New macros.
(led_status): New variable.
(keyboard_controller_led): New function.
(grub_at_keyboard_getkey_noblock): Handle num lock and scroll lock,
update led status for caps lock, num lock and scroll lock.
Vladimir 'phcoder' Serbinenko [Fri, 25 Dec 2009 20:32:46 +0000 (21:32 +0100)]
merge mainline into gfxmenu
Robert Millan [Fri, 25 Dec 2009 19:36:42 +0000 (20:36 +0100)]
Fix typo in old changelog entry
Felix Zielcke [Fri, 25 Dec 2009 17:29:17 +0000 (18:29 +0100)]
2009-12-25 Felix Zielcke <fzielcke@z-51.de>
* util/hostdisk.c (open_device): Fix a comment.
Vladimir 'phcoder' Serbinenko [Fri, 25 Dec 2009 15:53:54 +0000 (16:53 +0100)]
Fix glitch with escape message
Vladimir 'phcoder' Serbinenko [Fri, 25 Dec 2009 15:28:31 +0000 (16:28 +0100)]
normal_exit command
Vladimir 'phcoder' Serbinenko [Fri, 25 Dec 2009 12:18:08 +0000 (13:18 +0100)]
Fix various issues in menu editor
Vladimir 'phcoder' Serbinenko [Fri, 25 Dec 2009 12:17:27 +0000 (13:17 +0100)]
Fix refresh in cmdline
Robert Millan [Fri, 25 Dec 2009 11:43:20 +0000 (12:43 +0100)]
Merge my local branch
Vladimir 'phcoder' Serbinenko [Fri, 25 Dec 2009 03:12:29 +0000 (04:12 +0100)]
Make menu editor work
Vladimir 'phcoder' Serbinenko [Fri, 25 Dec 2009 02:37:20 +0000 (03:37 +0100)]
terminal modules autoloading
Vladimir 'phcoder' Serbinenko [Fri, 25 Dec 2009 02:36:42 +0000 (03:36 +0100)]
Lost hunk
Vladimir 'phcoder' Serbinenko [Fri, 25 Dec 2009 00:20:44 +0000 (01:20 +0100)]
Colin Watson's request
Vladimir 'phcoder' Serbinenko [Fri, 25 Dec 2009 00:13:21 +0000 (01:13 +0100)]
Various fixes to make multiterm work
carles [Fri, 25 Dec 2009 00:04:51 +0000 (01:04 +0100)]
2009-12-25 Carles Pina i Estany <carles@pina.cat>
* commands/efi/loadbios.c: Capitalize acronyms, replace `could not' by
`couldn't' and `can not' by `cannot'.
* commands/i386/pc/drivemap.c: Likewise.
* disk/ata.c: Likewise.
* disk/ieee1275/nand.c: Likewise.
* fs/affs.c: Likewise.
* fs/fat.c: Likewise.
* fs/hfs.c: Likewise.
* fs/hfsplus.c: Likewise.
* fs/iso9660.c: Likewise.
* fs/jfs.c: Likewise.
* fs/minix.c: Likewise.
* fs/reiserfs.c: Likewise.
* fs/sfs.c: Likewise.
* fs/udf.c: Likewise.
* fs/ufs.c: Likewise.
* fs/xfs.c: Likewise.
* loader/powerpc/ieee1275/linux.c: Likewise.
* loader/sparc64/ieee1275/linux.c: Likewise.
* util/grub-probe.c: Likewise.
* util/misc.c: Likewise.
Vladimir 'phcoder' Serbinenko [Thu, 24 Dec 2009 23:13:03 +0000 (00:13 +0100)]
Set default console on non-i386-pc
Vladimir 'phcoder' Serbinenko [Thu, 24 Dec 2009 23:12:36 +0000 (00:12 +0100)]
Remove NEED_INIT.
Vladimir 'phcoder' Serbinenko [Thu, 24 Dec 2009 23:07:52 +0000 (00:07 +0100)]
REtrieve position from right console in loader/i386/linux.c
carles [Thu, 24 Dec 2009 22:53:05 +0000 (23:53 +0100)]
2009-12-24 Carles Pina i Estany <carles@pina.cat>
* bus/usb/usbhub.c: Fix capitalization, fullstop and newlines in
grub_errno calls.
* commands/acpi.c: Likewise.
* commands/blocklist.c: Likewise.
* commands/efi/loadbios.c: Likewise.
* commands/i386/pc/drivemap.c: Likewise.
* commands/loadenv.c: Likewise.
* commands/memrw.c: Likewise.
* commands/password.c: Likewise.
* commands/videotest.c: Likewise.
* disk/ata.c: Likewise.
* disk/ata_pthru.c: Likewise.
* disk/dmraid_nvidia.c: Likewise.
* disk/ieee1275/nand.c: Likewise.
* disk/ieee1275/ofdisk.c: Likewise.
* disk/loopback.c: Likewise.
* disk/lvm.c: Likewise.
* disk/mdraid_linux.c: Likewise.
* disk/raid.c: Likewise.
* disk/raid6_recover.c: Likewise.
* disk/scsi.c: Likewise.
* efiemu/main.c: Likewise.
* efiemu/mm.c: Likewise.
* efiemu/pnvram.c: Likewise.
* efiemu/symbols.c: Likewise.
* font/font.c: Likewise.
* fs/cpio.c: Likewise.
* fs/hfsplus.c: Likewise.
* fs/iso9660.c: Likewise.
* fs/jfs.c: Likewise.
* fs/minix.c: Likewise.
* fs/ntfs.c: Likewise.
* fs/ntfscomp.c: Likewise.
* fs/reiserfs.c: Likewise.
* fs/ufs.c: Likewise.
* fs/xfs.c: Likewise.
* gettext/gettext.c: Likewise.
* include/grub/auth.h: Likewise.
* kern/elf.c: Likewise.
* kern/file.c: Likewise.
* kern/ieee1275/init.c: Likewise.
* kern/ieee1275/mmap.c: Likewise.
* kern/ieee1275/openfw.c: Likewise.
* kern/powerpc/dl.c: Likewise.
* kern/sparc64/dl.c: Likewise.
* lib/arg.c: Likewise.
* loader/i386/bsd.c: Likewise.
* loader/i386/bsdXX.c: Likewise.
* loader/i386/efi/linux.c: Likewise.
* loader/i386/efi/xnu.c: Likewise.
* loader/i386/ieee1275/linux.c: Likewise.
* loader/i386/linux.c: Likewise.
* loader/i386/multiboot.c: Likewise.
* loader/i386/pc/linux.c: Likewise.
* loader/i386/pc/multiboot2.c: Likewise.
* loader/i386/xnu.c: Likewise.
* loader/ieee1275/multiboot2.c: Likewise.
* loader/macho.c: Likewise.
* loader/machoXX.c: Likewise.
* loader/multiboot2.c: Likewise.
* loader/multiboot_loader.c: Likewise.
* loader/powerpc/ieee1275/linux.c: Likewise.
* loader/sparc64/ieee1275/linux.c: Likewise.
* loader/xnu.c: Likewise.
* loader/xnu_resume.c: Likewise.
* mmap/i386/pc/mmap.c: Likewise.
* normal/menu_viewer.c: Likewise.
* partmap/acorn.c: Likewise.
* partmap/amiga.c: Likewise.
* partmap/apple.c: Likewise.
* script/lexer.c: Likewise.
* term/gfxterm.c: Likewise.
* term/i386/pc/serial.c: Likewise.
* term/i386/pc/vga.c: Likewise.
* term/ieee1275/ofconsole.c: Likewise.
* term/terminfo.c: Likewise.
* video/bitmap.c: Likewise.
* video/efi_gop.c: Likewise.
* video/efi_uga.c: Likewise.
* video/fb/video_fb.c: Likewise.
* video/i386/pc/vbe.c: Likewise.
* video/readers/tga.c: Likewise.
* video/video.c: Likewise.
Vladimir 'phcoder' Serbinenko [Thu, 24 Dec 2009 22:37:38 +0000 (23:37 +0100)]
Fix paging.
Robert Millan [Thu, 24 Dec 2009 22:23:22 +0000 (22:23 +0000)]
2009-12-24 Robert Millan <rmh.grub@aybabtu.com>
* util/grub-install.in (host_os): New variable.
* util/i386/efi/grub-install.in (host_os): Likewise.
Vladimir 'phcoder' Serbinenko [Thu, 24 Dec 2009 22:21:27 +0000 (23:21 +0100)]
Fix terminal_* commands
Vladimir 'phcoder' Serbinenko [Thu, 24 Dec 2009 22:20:43 +0000 (23:20 +0100)]
Restrict terminfo to serial
Vladimir 'phcoder' Serbinenko [Thu, 24 Dec 2009 22:19:54 +0000 (23:19 +0100)]
Don't output unnecessary newline in command line prompt
Vladimir 'phcoder' Serbinenko [Thu, 24 Dec 2009 21:55:06 +0000 (22:55 +0100)]
bugfix in cmdline handling
Vladimir 'phcoder' Serbinenko [Thu, 24 Dec 2009 20:54:37 +0000 (21:54 +0100)]
Working multi-terminal
Robert Millan [Thu, 24 Dec 2009 18:00:48 +0000 (18:00 +0000)]
2009-12-24 Robert Millan <rmh.grub@aybabtu.com>
* util/mkisofs/write.c (padblock_write): Abort when given an
excedingly large embed image, instead of silently truncating it.
Vladimir 'phcoder' Serbinenko [Thu, 24 Dec 2009 16:51:43 +0000 (17:51 +0100)]
FORALL_ACTIVE_TERM_OUTPUTS macro
Robert Millan [Thu, 24 Dec 2009 16:08:14 +0000 (17:08 +0100)]
Imported nyu's multi-input
Vladimir 'phcoder' Serbinenko [Thu, 24 Dec 2009 15:25:10 +0000 (16:25 +0100)]
remove list iterators to save space
Vladimir 'phcoder' Serbinenko [Thu, 24 Dec 2009 14:34:33 +0000 (15:34 +0100)]
Core changes hopefully finished
Robert Millan [Thu, 24 Dec 2009 14:19:22 +0000 (14:19 +0000)]
2009-12-24 Robert Millan <rmh.grub@aybabtu.com>
* include/multiboot.h: Indentation fixes.
Robert Millan [Thu, 24 Dec 2009 14:15:32 +0000 (14:15 +0000)]
2009-12-24 Robert Millan <rmh.grub@aybabtu.com>
* include/multiboot.h (struct multiboot_aout_symbol_table)
(struct multiboot_elf_section_header_table): New structure
declarations (stolen from GRUB Legacy).
(struct multiboot_info): Replace opaque `syms' with a.out and ELF
table information.
(multiboot_aout_symbol_table_t, multiboot_elf_section_header_table_t)
(multiboot_info_t, multiboot_memory_map_t, multiboot_module_t): New
type aliases.
Robert Millan [Thu, 24 Dec 2009 14:11:14 +0000 (14:11 +0000)]
2009-12-24 Robert Millan <rmh.grub@aybabtu.com>
* include/multiboot.h: Make comments src2texi-friendly.
Robert Millan [Thu, 24 Dec 2009 14:09:06 +0000 (14:09 +0000)]
2009-12-24 Robert Millan <rmh.grub@aybabtu.com>
For consistency with [multiboot]/docs/boot.S.
* include/multiboot.h (MULTIBOOT_MAGIC): Rename from this ...
(MULTIBOOT_HEADER_MAGIC): ... to this. Update all users.
(MULTIBOOT_MAGIC2): Rename from this ...
(MULTIBOOT_BOOTLOADER_MAGIC): ... to this. Update all users.
Robert Millan [Thu, 24 Dec 2009 14:03:22 +0000 (14:03 +0000)]
2009-12-24 Robert Millan <rmh.grub@aybabtu.com>
* include/multiboot.h: Remove `<grub/types.h>'.
(multiboot_uint16_t, multiboot_uint32_t, multiboot_uint64_t): New
types. Update all users.
Vladimir 'phcoder' Serbinenko [Wed, 23 Dec 2009 23:38:41 +0000 (00:38 +0100)]
merge crypto into multiout
Vladimir 'phcoder' Serbinenko [Wed, 23 Dec 2009 23:37:11 +0000 (00:37 +0100)]
Work on multi-out terminal
Vladimir 'phcoder' Serbinenko [Wed, 23 Dec 2009 19:34:26 +0000 (20:34 +0100)]
merge mainline into crypto
Vladimir 'phcoder' Serbinenko [Wed, 23 Dec 2009 19:31:12 +0000 (20:31 +0100)]
hashsum support
Vladimir 'phcoder' Serbinenko [Wed, 23 Dec 2009 18:58:33 +0000 (19:58 +0100)]
eliminate dead code and data in des.c
Felix Zielcke [Wed, 23 Dec 2009 17:09:30 +0000 (18:09 +0100)]
Merge trunk
Felix Zielcke [Wed, 23 Dec 2009 16:41:32 +0000 (17:41 +0100)]
2009-12-23 Felix Zielcke <fzielcke@z-51.de>
* commands/i386/pc/drivemap.c: Remove all trailing whitespace.
* commands/lspci.c: Likewise.
* commands/probe.c: Likewise.
* commands/xnu_uuid.c: Likewise.
* conf/i386-coreboot.rmk: Likewise.
* conf/i386-efi.rmk: Likewise.
* conf/i386-ieee1275.rmk: Likewise.
* conf/i386-pc.rmk: Likewise.
* conf/powerpc-ieee1275.rmk: Likewise.
* conf/sparc64-ieee1275.rmk: Likewise.
* conf/x86_64-efi.rmk: Likewise.
* fs/i386/pc/pxe.c: Likewise.
* gettext/gettext.c: Likewise.
* include/grub/efi/graphics_output.h: Likewise.
* include/grub/i386/pc/memory.h: Likewise.
* kern/env.c: Likewise.
* kern/i386/qemu/startup.S: Likewise.
* lib/i386/pc/biosnum.c: Likewise.
* lib/i386/relocator.c: Likewise.
* lib/i386/relocator_asm.S: Likewise.
* lib/relocator.c: Likewise.
* loader/i386/bsd.c: Likewise.
* loader/i386/multiboot.c: Likewise.
* loader/i386/pc/chainloader.c: Likewise.
* loader/i386/xnu.c: Likewise.
* loader/xnu.c: Likewise.
* normal/main.c: Likewise.
* normal/menu_text.c: Likewise.
* util/getroot.c: Likewise.
* util/grub-mkconfig_lib.in: Likewise.
* util/grub.d/00_header.in: Likewise.
* util/i386/pc/grub-mkimage.c: Likewise.
* util/mkisofs/eltorito.c: Likewise.
* util/mkisofs/exclude.h: Likewise.
* util/mkisofs/hash.c: Likewise.
* util/mkisofs/iso9660.h: Likewise.
* util/mkisofs/joliet.c: Likewise.
* util/mkisofs/mkisofs.c: Likewise.
* util/mkisofs/mkisofs.h: Likewise.
* util/mkisofs/multi.c: Likewise.
* util/mkisofs/name.c: Likewise.
* util/mkisofs/rock.c: Likewise.
* util/mkisofs/tree.c: Likewise.
* util/mkisofs/write.c: Likewise.
* video/efi_gop.c: Likewise.
Vladimir 'phcoder' Serbinenko [Wed, 23 Dec 2009 16:33:35 +0000 (17:33 +0100)]
Crypto module autoloading
Vladimir 'phcoder' Serbinenko [Wed, 23 Dec 2009 13:48:55 +0000 (14:48 +0100)]
2009-12-23 Vladimir Serbinenko <phcoder@gmail.com>
* video/efi_gop.c (grub_video_gop_get_bitmask): Fix off-by-one in mask
size counting.
Felix Zielcke [Tue, 22 Dec 2009 17:20:27 +0000 (18:20 +0100)]
2009-12-22 Felix Zielcke <fzielcke@z-51.de>
* util/grub-mkrescue.in (pkglib_DATA): Set to @pkglib_DATA@.
* genmk.rb (class SCRIPT): Modify the target file instead of source.
Vladimir 'phcoder' Serbinenko [Tue, 22 Dec 2009 16:18:48 +0000 (17:18 +0100)]
I/O rw support
Vladimir 'phcoder' Serbinenko [Tue, 22 Dec 2009 16:00:28 +0000 (17:00 +0100)]
2009-12-22 Vladimir Serbinenko <phcoder@gmail.com>
* commands/memrw.c (grub_cmd_write): Support for mask parameter.
(GRUB_MOD_INIT(memrw)): Update help line.
Vladimir 'phcoder' Serbinenko [Tue, 22 Dec 2009 15:42:45 +0000 (16:42 +0100)]
setpci implementation
Vladimir 'phcoder' Serbinenko [Tue, 22 Dec 2009 15:36:50 +0000 (16:36 +0100)]
2009-12-22 Vladimir Serbinenko <phcoder@gmail.com>
* commands/memrw.c (cmd_read_byte, cmd_read_word, cmd_read_dword):
Use grub_extcmd_t. All users updated.
(options): New variable.
(grub_cmd_read): Restructure for readability. Support "-v" option.
(grub_cmd_write): Restructure for readability.
Vladimir 'phcoder' Serbinenko [Tue, 22 Dec 2009 14:09:25 +0000 (15:09 +0100)]
Byte-addressable PCI config space
Vladimir 'phcoder' Serbinenko [Tue, 22 Dec 2009 13:28:39 +0000 (14:28 +0100)]
merge mainline into crypto
Vladimir 'phcoder' Serbinenko [Tue, 22 Dec 2009 13:14:28 +0000 (14:14 +0100)]
merge mainline to newenv
Vladimir 'phcoder' Serbinenko [Tue, 22 Dec 2009 12:34:01 +0000 (13:34 +0100)]
merge mainline into efigfx
Felix Zielcke [Tue, 22 Dec 2009 11:41:31 +0000 (12:41 +0100)]
2009-12-22 Felix Zielcke <fzielcke@z-51.de>
* genmk.rb (class SCRIPT): Prepend #{src} path with $(srcdir).
Felix Zielcke [Tue, 22 Dec 2009 11:12:51 +0000 (12:12 +0100)]
2009-12-22 Felix Zielcke <fzielcke@z-51.de>
* genmk.rb (class SCRIPT): Use sed to substitute @pkglib_DATA@
with the actual contents of the correspondending make variable.
* util/grub-mkrescue.in (pkglib_DATA): New variable.
(process_input_dir): Copy all $pkglib_DATA files instead of explicitly
specifying `*.lst' and `efiemu??.o'
Felix Zielcke [Tue, 22 Dec 2009 11:02:57 +0000 (12:02 +0100)]
2009-12-22 Felix Zielcke <fzielcke@z-51.de>
* util/grub.d/30_os-prober.in (osx_entry): Add round brackets
after function name.
Noticed by Rene Engelhard <rene@debian.org>.
Vladimir 'phcoder' Serbinenko [Tue, 22 Dec 2009 09:41:53 +0000 (10:41 +0100)]
2009-12-22 Vladimir Serbinenko <phcoder@gmail.com>
* commands/lspci.c (grub_pci_classes): Add "USB Controller".
(options): New variable.
(iospace): Likewise.
(grub_lspci_iter): List IO spaces if "-i" was given.
(grub_cmd_lspci): Parse options.
(GRUB_MOD_INIT(lspci)): Use extcmd.
(GRUB_MOD_FINI(lspci)): Likewise.
Felix Zielcke [Tue, 22 Dec 2009 09:35:04 +0000 (10:35 +0100)]
2009-12-22 Felix Zielcke <fzielcke@z-51.de>
* util/grub.d/30_os-prober.in (osx_entry): Remove non POSIX compliant
`function' keyword.
Patch by Tony Mancill <tmancill@debian.org>.
Vladimir 'phcoder' Serbinenko [Tue, 22 Dec 2009 09:18:18 +0000 (10:18 +0100)]
2009-12-22 Vladimir Serbinenko <phcoder@gmail.com>
* bus/usb/usbhub.c (grub_usb_hub_add_dev): Fix loop-break condition.
Vladimir 'phcoder' Serbinenko [Tue, 22 Dec 2009 09:15:59 +0000 (10:15 +0100)]
2009-12-22 Vladimir Serbinenko <phcoder@gmail.com>
* bus/usb/uhci.c (grub_uhci_transfer): Set a limit transaction time.
(grub_uhci_portstatus): Likewise.
(grub_uhci_portstatus): Add necessary delay.
Vladimir 'phcoder' Serbinenko [Tue, 22 Dec 2009 09:10:57 +0000 (10:10 +0100)]
Revert obviously wrong 1963 by Felix Zielcke.
carles [Mon, 21 Dec 2009 23:28:28 +0000 (23:28 +0000)]
Fix ommission from ChangeLog.
carles [Mon, 21 Dec 2009 22:41:28 +0000 (22:41 +0000)]
Adds a missting entry in the ChangeLog.
carles [Mon, 21 Dec 2009 22:09:18 +0000 (22:09 +0000)]
Specify better previous ChangeLog.
carles [Mon, 21 Dec 2009 22:06:04 +0000 (22:06 +0000)]
2009-12-21 Carles Pina i Estany <carles@pina.cat>
* commands/acpi.c (options): Fix capitalizations and/or full stops.
(GRUB_MOD_INIT): Likewise.
* commands/boot.c (GRUB_MOD_INIT): Likewise.
* commands/cmp.c (grub_cmd_cmp): Likewise.
* commands/echo.c (options): Likewise.
* commands/efi/loadbios.c (enable_rom_area): Likewise.
(enable_rom_area): Likewise.
(GRUB_MOD_INIT): Likewise.
* commands/gptsync.c (GRUB_MOD_INIT): Likewise.
* commands/halt.c (GRUB_MOD_INIT): Improve the help message.
* commands/handler.c (GRUB_MOD_INIT): Likewise.
* commands/hdparm.c (options): Fix capitalizations and/or full stops.
* commands/hexdump.c (options): Likewise.
* commands/i386/cpuid.c (options): Likewise.
(GRUB_MOD_INIT): Likewise.
* commands/i386/pc/drivemap.c (options): Likewise.
(GRUB_MOD_INIT): Likewise.
* commands/i386/pc/halt (options): Likewise.
(GRUB_MOD_INIT): Likewise.
* commands/i386/pc/play.c (GRUB_MOD_INIT): Likewise.
* commands/i386/pc/pxecmd.c (options): Likewise.
* commands/i386/pc/vbetest.c (GRUB_MOD_INIT): Likewise.
* commands/ieee1275/suspend.c (GRUB_MOD_INIT): Likewise.
* commands/keystatus.c (options): Likewise.
(GRUB_MOD_INIT): Likewise.
* commands/loadenv.c (options): Likewise.
* commands/ls.c (options): Likewise.
* commands/lspci.c (GRUB_MOD_INIT): Likewise.
* commands/memrw.c (GRUB_MOD_INIT): Likewise.
* commands/minicmd.c (GRUB_MOD_INIT): Likewise.
* commands/parttool.c (helpmsg): Likewise.
* commands/probe.c (options): Likewise.
* commands/read.c (GRUB_MOD_INIT): Likewise.
* commands/reboot.c (GRUB_MOD_INIT): Likewise.
* commands/search.c (options): Likewise.
* commands/sleep.c (options): Likewise.
* commands/test.c (GRUB_MOD_INIT): Likewise.
* commands/true.c (GRUB_MOD_INIT): Likewise.
* commands/usbtest.c (GRUB_MOD_INIT): Likewise.
* commands/videotest.c (GRUB_MOD_INIT): Likewise.
* lib/arg.c (help_options): Likewise.
Vladimir 'phcoder' Serbinenko [Mon, 21 Dec 2009 22:01:47 +0000 (23:01 +0100)]
merge mainline into lspci
Felix Zielcke [Mon, 21 Dec 2009 21:59:52 +0000 (22:59 +0100)]
Remove wrong colon in my previous changelog entry
Vladimir 'phcoder' Serbinenko [Mon, 21 Dec 2009 21:38:51 +0000 (22:38 +0100)]
Fix compilation on ppc
Vladimir 'phcoder' Serbinenko [Mon, 21 Dec 2009 21:32:33 +0000 (22:32 +0100)]
Fix abug in 64-bit memory address space
Felix Zielcke [Mon, 21 Dec 2009 21:19:25 +0000 (22:19 +0100)]
2009-12-21 Felix Zielcke <fzielcke@z-51.de>
* util/grub-mkrescue.in: (process_input_dir): Copy `*.lst' files
instead of specifying them explicit.
Robert Millan [Mon, 21 Dec 2009 21:15:38 +0000 (21:15 +0000)]
2009-12-21 Robert Millan <rmh.grub@aybabtu.com>
* NEWS: Add grub-probe support for GNU/Hurd.
Robert Millan [Mon, 21 Dec 2009 21:11:16 +0000 (21:11 +0000)]
2009-12-21 Robert Millan <rmh.grub@aybabtu.com>
* NEWS: gettext was added after 1.97.
Robert Millan [Mon, 21 Dec 2009 20:22:12 +0000 (20:22 +0000)]
2009-12-21 Robert Millan <rmh.grub@aybabtu.com>
* util/mkisofs/msdos_partition.h: New file (based on
include/grub/msdos_partition.h).
* util/mkisofs/mkisofs.c (use_protective_msdos_label): New variable.
(OPTION_PROTECTIVE_MSDOS_LABEL): New macro.
(ld_options, main): Recognize --protective-msdos-label.
* util/mkisofs/mkisofs.h (use_protective_msdos_label): New declaration.
* util/mkisofs/write.c: Include `"msdos_partition.h"'.
(padblock_write): If `use_protective_msdos_label' is set, patch a
protective DOS-style label in the output image.
* util/grub-mkrescue.in: Use --protective-msdos-label.
Robert Millan [Mon, 21 Dec 2009 19:10:07 +0000 (19:10 +0000)]
2009-12-21 Robert Millan <rmh.grub@aybabtu.com>
* util/grub-mkrescue.in: Do not zero-pad image for BIOS-based disk
boot.
Robert Millan [Mon, 21 Dec 2009 17:40:26 +0000 (17:40 +0000)]
2009-12-21 Robert Millan <rmh.grub@aybabtu.com>
* util/mkisofs/mkisofs.c (use_embedded_boot, boot_image_embed): New
variables.
(ld_options, main): Recognize `--embedded-boot'.
* util/mkisofs/mkisofs.h (use_embedded_boot, boot_image_embed): New
declarations.
* util/mkisofs/write.c (PADBLOCK_SIZE): New variable.
(padblock_size): Use `PADBLOCK_SIZE' instead of hardcoding 16.
(padblock_write): Likewise. Rewrite to support embedded boot image.
* util/grub-mkrescue.in: When building i386-pc images, embed core.img
for BIOS-based disk boot instead of only ElTorito.
Robert Millan [Mon, 21 Dec 2009 17:03:08 +0000 (17:03 +0000)]
2009-12-21 Robert Millan <rmh.grub@aybabtu.com>
* util/grub-mkrescue.in: Remove `configfile' and `sh' from i386-pc
build (not needed for bootstrap).
Robert Millan [Mon, 21 Dec 2009 16:11:35 +0000 (16:11 +0000)]
2009-12-21 Robert Millan <rmh.grub@aybabtu.com>
* util/grub-mkrescue.in: Remove `memdisk', `tar' and `search' modules
from i386-pc build (not needed for bootstrap).
Rewrite a pair of strings.
Robert Millan [Mon, 21 Dec 2009 15:54:56 +0000 (15:54 +0000)]
2009-12-21 Robert Millan <rmh.grub@aybabtu.com>
* normal/main.c (grub_normal_reader_init): Set left margin back to 3.
Vladimir 'phcoder' Serbinenko [Mon, 21 Dec 2009 15:44:17 +0000 (16:44 +0100)]
Fix ChangeLog date
Vladimir 'phcoder' Serbinenko [Mon, 21 Dec 2009 15:43:21 +0000 (16:43 +0100)]
2009-12-21 Vladimir Serbinenko <phcoder@gmail.com>
* video/i386/pc/vbe.c (grub_video_vbe_fini): Set 'last_set_mode'.