]>
git.ipfire.org Git - thirdparty/grub.git/log
Carles Pina i Estany [Sat, 5 Dec 2009 19:03:27 +0000 (19:03 +0000)]
2009-12-05 Carles Pina i Estany <carles@pina.cat>
* gettext/gettext.c: Include `<grub/list.h>'. Define grub_gettext_msg,
grub_gettext_msg_list.
(grub_gettext_gettranslation_from_position): Return const char *
and not char *.
(grub_gettext_translate): Add the translated strings into a list,
returns from the list if existing there.
(grub_gettext_init_ext): Add \n at the end of grub_dprintf string.
(grub_gettext_delete_list): Delete the list.
(grub_gettext_env_write_lang): Call grub_gettext_delete_list when
lang environment variable is changed.
(GRUB_MOD_FINI): Call grub_gettext_delete_list.
Vladimir 'phcoder' Serbinenko [Sat, 5 Dec 2009 17:59:36 +0000 (18:59 +0100)]
fix mismerge with trunk (progname)
Vladimir 'phcoder' Serbinenko [Sat, 5 Dec 2009 17:46:28 +0000 (18:46 +0100)]
fix qemu and coreboot ports
Vladimir 'phcoder' Serbinenko [Sat, 5 Dec 2009 17:37:15 +0000 (18:37 +0100)]
merge mainline into mips
Vladimir 'phcoder' Serbinenko [Sat, 5 Dec 2009 16:10:36 +0000 (17:10 +0100)]
2009-12-05 Vladimir Serbinenko <phcoder@gmail.com>
Rename kernel.mod to kernel.img.
* conf/i386-efi.rmk (pkglib_MODULES): Change kernel.mod to kernel.img.
(kernel_mod_EXPORTS): Rename to ...
(kernel_img_EXPORTS): ... this.
(kernel_mod_SOURCES): Rename to ...
(kernel_img_SOURCES): ... this.
(kernel_mod_HEADERS): Rename to ...
(kernel_img_HEADERS): ... this. All users updated.
(kernel_mod_CFLAGS): Rename to ...
(kernel_img_CFLAGS): ... this.
(kernel_mod_ASFLAGS): Rename to ...
(kernel_img_ASFLAGS): ... this.
(kernel_mod_LDFLAGS): Rename to ...
(kernel_img_LDFLAGS): ... this.
* conf/x86_64-efi.rmk: Likewise.
* util/i386/efi/grub-mkimage.c (read_kernel_module): Rename to ...
(read_kernel_image): ... this. All users updated.
(read_kernel_image): Read "kernel.img" instead of "kernel.mod".
Vladimir 'phcoder' Serbinenko [Sat, 5 Dec 2009 15:34:27 +0000 (16:34 +0100)]
merge mainline into crypto
Vladimir 'phcoder' Serbinenko [Sat, 5 Dec 2009 15:33:39 +0000 (16:33 +0100)]
Move include/grub/cipher_wrap.h to lib/libgcrypt_wrap/cipher_wrap.h
Carles Pina i Estany [Sat, 5 Dec 2009 11:25:07 +0000 (11:25 +0000)]
2009-12-05 Carles Pina i Estany <carles@pina.cat>
* normal/menu_text.c (grub_color_menu_high): Gettexttize string.
(print_spaces): New function.
(grub_print_ucs4): New function.
(getstringwidth): New function.
(print_message_indented): New function.
(print_message): Gettexttize strings using print_message_indented.
(run_menu): Replaces grub_printf by print_spaces and dynamic terminal
width.
(get_entry_number): Gettextize and uses dynamic terminal width.
(notify_booting, notify_fallback, notify_execution_failure):
Gettextize.
* normal/menu_entry.c (store_completion): Cleanup the gettextized
string.
(run): Likewise.
(grub_menu_entry_run): Likewise.
* PO/POTFILES: Add normal/menu_entry.c.
Vladimir 'phcoder' Serbinenko [Sat, 5 Dec 2009 10:29:47 +0000 (11:29 +0100)]
Ignore some VBE info
Vladimir 'phcoder' Serbinenko [Sat, 5 Dec 2009 10:08:26 +0000 (11:08 +0100)]
2009-12-05 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac (TARGET_ASFLAGS): Add "-D<MACHINE>".
Carles Pina i Estany [Sat, 5 Dec 2009 09:31:36 +0000 (09:31 +0000)]
2009-12-05 Carles Pina i Estany <carles@pina.cat>
* util/grub-install.in: Install gettext .mo files.
* util/grub-mkrescue.in (process_input_dir): Copy gettext .mo files.
Carles Pina i Estany [Sat, 5 Dec 2009 09:25:46 +0000 (09:25 +0000)]
2009-12-05 Carles Pina i Estany <carles@pina.cat>
* gettext/gettext.c (grub_gettext_init_ext): Replace grub_printf with
grub_dprintf.
Robert Millan [Sat, 5 Dec 2009 01:43:17 +0000 (01:43 +0000)]
2009-12-05 Robert Millan <rmh.grub@aybabtu.com>
* kern/ieee1275/openfw.c (grub_reboot): Disable for i386. The
non-firmware-dependant one in realmode.S takes precedence.
Robert Millan [Fri, 4 Dec 2009 00:05:48 +0000 (00:05 +0000)]
Remove mips/reboot.h.
Robert Millan [Fri, 4 Dec 2009 00:04:41 +0000 (00:04 +0000)]
Merge from trunk
Robert Millan [Thu, 3 Dec 2009 23:07:29 +0000 (23:07 +0000)]
2009-12-04 Robert Millan <rmh.grub@aybabtu.com>
* commands/halt.c: Replace misc arch-specific headers with
`<grub/misc.h>'.
* commands/reboot.c: Likewise.
* commands/i386/pc/halt.c: Replace `<grub/machine/init.h>' with
`<grub/misc.h>'.
* conf/i386-coreboot.rmk (kernel_img_HEADERS): Remove `cpu/reboot.h'.
(halt_mod_SOURCES): Move `kern/i386/halt.c' from here ...
(kernel_img_SOURCES): ... to here.
* include/grub/efi/efi.h (grub_reboot, grub_halt): Remove prototypes.
* include/grub/i386/pc/init.h: Likewise.
* include/grub/powerpc/ieee1275/kernel.h: Likewise.
* include/grub/sparc64/ieee1275/kernel.h: Likewise.
* include/grub/misc.h (grub_reboot, grub_halt): New prototypes.
* include/grub/i386/halt.h: Remove.
* include/grub/i386/reboot.h: Likewise.
* kern/i386/halt.c: Remove `<grub/cpu/halt.h>'.
Vladimir 'phcoder' Serbinenko [Thu, 3 Dec 2009 21:51:02 +0000 (22:51 +0100)]
merged relocators to ppc
Vladimir 'phcoder' Serbinenko [Thu, 3 Dec 2009 21:45:41 +0000 (22:45 +0100)]
Fix compilation issue for ppc
David S. Miller [Thu, 3 Dec 2009 11:18:56 +0000 (12:18 +0100)]
2009-12-03 David S. Miller <davem@sunset.davemloft.net>
* conf/sparc64-ieee1275.rmk (grub_mkimage_SOURCES,
grub_setup_SOURCES, grub_ofpathname_SOURCES): Add gnulib/progname.c
* util/sparc64/ieee1275/grub-mkimage.c: Include <grub/i18n.h> and
"progname.h"
* util/sparc64/ieee1275/grub-ofpathname.c: Likewise.
* util/sparc64/ieee1275/grub-setup.c: Likewise.
(usage): Add missing comma in printf.
Robert Millan [Wed, 2 Dec 2009 22:48:02 +0000 (22:48 +0000)]
2009-12-02 Robert Millan <rmh.grub@aybabtu.com>
Use the same reboot approach on i386 coreboot and qemu as we do on
BIOS.
* conf/i386-coreboot.rmk (kernel_img_HEADERS): Add `cpu/reboot.h'.
(reboot_mod_SOURCES): Remove `kern/i386/reboot.c'.
* kern/i386/reboot.c: Remove.
* include/grub/i386/reboot.h (grub_reboot): Export function.
* kern/i386/pc/startup.S (grub_reboot): Move from here ...
* kern/i386/realmode.S (grub_reboot): ... to here. Jump to
0xf000:0xfff0 instead of 0xffff:0x0000.
[!GRUB_MACHINE_PCBIOS] (prot_to_real): Do not restore interrupts.
* kern/i386/qemu/startup.S: Include `"../realmode.S"'.
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 20:04:46 +0000 (21:04 +0100)]
Fix cursor drawing in gfxterm and whole term scrolling
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 20:03:41 +0000 (21:03 +0100)]
Fix cursor drawing and whole screen scrolling
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 20:01:02 +0000 (21:01 +0100)]
Fix handling of >32K relocations
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 16:13:45 +0000 (17:13 +0100)]
2009-12-02 Vladimir Serbinenko <phcoder@gmail.com>
Rename kernel.mod to kernel.img.
* conf/i386-efi.rmk (pkglib_MODULES): Change kernel.mod to kernel.img.
(kernel_mod_EXPORTS): Rename to ...
(kernel_img_EXPORTS): ... this.
(kernel_mod_SOURCES): Rename to ...
(kernel_img_SOURCES): ... this.
(kernel_mod_HEADERS): Rename to ...
(kernel_img_HEADERS): ... this. All users updated.
(kernel_mod_CFLAGS): Rename to ...
(kernel_img_CFLAGS): ... this.
(kernel_mod_ASFLAGS): Rename to ...
(kernel_img_ASFLAGS): ... this.
(kernel_mod_LDFLAGS): Rename to ...
(kernel_img_LDFLAGS): ... this.
* conf/x86_64-efi.rmk: Likewise.
* util/i386/efi/grub-mkimage.c (read_kernel_module): Rename to ...
(read_kernel_image): ... this. All users updated.
(read_kernel_image): Read "kernel.img" instead of "kernel.mod".
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 13:42:28 +0000 (14:42 +0100)]
Fix warning
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 13:28:11 +0000 (14:28 +0100)]
Fix lexer.c name in mips.rmk
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 13:05:56 +0000 (14:05 +0100)]
Fix warning
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 13:02:37 +0000 (14:02 +0100)]
Remove leftover in mips.rmk
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 12:31:47 +0000 (13:31 +0100)]
Changelog
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 12:31:10 +0000 (13:31 +0100)]
Propagate gettext changes from trunk
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 10:48:10 +0000 (11:48 +0100)]
Fix style
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 10:44:29 +0000 (11:44 +0100)]
Remove leftover
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 09:00:54 +0000 (10:00 +0100)]
Revert USB-related MIPS changes
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 08:55:04 +0000 (09:55 +0100)]
Merge relocators into mips
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 08:52:11 +0000 (09:52 +0100)]
merge pciaccess into mips
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 08:51:36 +0000 (09:51 +0100)]
merge mainline into mips
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 08:03:51 +0000 (09:03 +0100)]
ChangeLog
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 07:51:42 +0000 (08:51 +0100)]
Merge mainline into pci
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 07:49:36 +0000 (08:49 +0100)]
Rename qemu-r4k to qemu-mips
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 07:40:51 +0000 (08:40 +0100)]
Remove qemu-mipssim
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 07:39:17 +0000 (08:39 +0100)]
Fix qemu-r4k
Vladimir 'phcoder' Serbinenko [Wed, 2 Dec 2009 07:37:43 +0000 (08:37 +0100)]
Remove debug serial console with hardcoded address
Vladimir 'phcoder' Serbinenko [Mon, 30 Nov 2009 18:09:11 +0000 (19:09 +0100)]
Merged mainline into pci
Vladimir 'phcoder' Serbinenko [Mon, 30 Nov 2009 15:39:59 +0000 (16:39 +0100)]
merged mainline into pci
Vladimir 'phcoder' Serbinenko [Mon, 30 Nov 2009 12:16:35 +0000 (13:16 +0100)]
2009-11-30 Vladimir Serbinenko <phcoder@gmail.com>
Agglomerate scrolling in gfxterm.
* term/gfxterm.c (grub_virtual_screen): New member 'total_screen'.
(grub_virtual_screen_setup): Initialise 'total_screen'.
(write_char): Split to ...
(paint_char): ... this ...
(write_char): ... and this.
(paint_char): Handle delayed scrolling.
(draw_cursor): Likewise.
(scroll_up): Split to ...
(real_scroll): ... this ...
(scroll_up): ... and this.
(real_scroll): Handle multi-line scroll and draw below-the-bottom
characters.
(grub_gfxterm_refresh): Call real_scroll.
Vladimir 'phcoder' Serbinenko [Mon, 30 Nov 2009 11:52:39 +0000 (12:52 +0100)]
Changelog
Vladimir 'phcoder' Serbinenko [Mon, 30 Nov 2009 11:51:20 +0000 (12:51 +0100)]
2009-11-30 Vladimir Serbinenko <phcoder@gmail.com>
Agglomerate scrolling in gfxterm.
* term/gfxterm.c (grub_virtual_screen): New member 'total_screen'.
(grub_virtual_screen_setup): Initialise 'total_screen'.
(write_char): Split to ...
(paint_char): ... this ...
(write_char): ... and this.
(paint_char): Handle delayed scrolling.
(draw_cursor): Likewise.
(scroll_up): Split to ...
(real_scroll): ... this ...
(scroll_up): ... and this.
(real_scroll): Handle multi-line scroll and draw below-the-bottom
characters.
(grub_gfxterm_refresh): Call real_scroll.
Vladimir 'phcoder' Serbinenko [Mon, 30 Nov 2009 09:58:06 +0000 (10:58 +0100)]
2009-11-30 Vladimir Serbinenko <phcoder@gmail.com>
* video/fb/video_fb.c (grub_video_fb_scroll): Optimise by avoiding
unnecessary calls.
Robert Millan [Mon, 30 Nov 2009 01:25:57 +0000 (01:25 +0000)]
2009-11-30 Robert Millan <rmh.grub@aybabtu.com>
Fix $srcdir != $objdir build.
* Makefile.in (po/%.po): Rewrite as ...
($(foreach lang, $(LINGUAS), $(srcdir)/po/$(lang).po)): ... this.
Vladimir 'phcoder' Serbinenko [Sun, 29 Nov 2009 14:25:13 +0000 (15:25 +0100)]
Merge bmpidx into gfxmenu
Vladimir 'phcoder' Serbinenko [Sun, 29 Nov 2009 14:17:18 +0000 (15:17 +0100)]
ChangeLog
Felix Zielcke [Sun, 29 Nov 2009 14:09:08 +0000 (15:09 +0100)]
Merge trunk
Vladimir 'phcoder' Serbinenko [Sun, 29 Nov 2009 13:26:07 +0000 (14:26 +0100)]
Index of BMP for faster font lookup
Samuel Thibault [Sun, 29 Nov 2009 11:40:32 +0000 (12:40 +0100)]
2009-11-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
Fix GNU/Hurd grub-install crash.
* util/grub-probe.c (probe): Try to access `path' only when it is not
NULL.
Vladimir 'phcoder' Serbinenko [Sun, 29 Nov 2009 11:26:15 +0000 (12:26 +0100)]
Fix JUMP_SIZEOF
Vladimir 'phcoder' Serbinenko [Sun, 29 Nov 2009 02:24:11 +0000 (03:24 +0100)]
Initrd support
Vladimir 'phcoder' Serbinenko [Sun, 29 Nov 2009 00:09:30 +0000 (01:09 +0100)]
Made linux command line work
Vladimir 'phcoder' Serbinenko [Sat, 28 Nov 2009 22:34:48 +0000 (23:34 +0100)]
Deduplicated cache handling. Fixed jump hatch being filled with random stuff
Vladimir 'phcoder' Serbinenko [Sat, 28 Nov 2009 19:40:44 +0000 (20:40 +0100)]
2009-11-28 Vladimir Serbinenko <phcoder@gmail.com>
Correct module naming.
* video/efi_uga.c (GRUB_MOD_INIT(efi_fb)): Renamed from this ...
(GRUB_MOD_INIT(efi_uga)): ... to this
(GRUB_MOD_FINI(efi_fb)): Renamed from this ...
(GRUB_MOD_FINI(efi_uga)): ... to this
* video/efi_gop.c (GRUB_MOD_INIT(efi_fb)): Renamed from this ...
(GRUB_MOD_INIT(efi_gop)): ... to this
(GRUB_MOD_FINI(efi_fb)): Renamed from this ...
(GRUB_MOD_FINI(efi_gop)): ... to this
Robert Millan [Sat, 28 Nov 2009 19:31:30 +0000 (19:31 +0000)]
2009-11-28 Robert Millan <rmh.grub@aybabtu.com>
* util/mkisofs/mkisofs.c (ld_options): Mark all `arg' strings as
translatable.
(usage): Translate `arg' strings using gettext().
Thanks to Jordi Mallach for the suggestion.
Vladimir 'phcoder' Serbinenko [Sat, 28 Nov 2009 13:15:53 +0000 (14:15 +0100)]
ChangeLog
Vladimir 'phcoder' Serbinenko [Fri, 27 Nov 2009 23:46:09 +0000 (00:46 +0100)]
Fix declarations of previous commit
Vladimir 'phcoder' Serbinenko [Fri, 27 Nov 2009 23:24:57 +0000 (00:24 +0100)]
2009-11-28 Vladimir Serbinenko <phcoder@gmail.com>
GOP support. Based on patch from Bean
(http://lists.gnu.org/archive/html/grub-devel/2009-08/msg00384.html)
* video/efi_gop.c: New file.
* include/grub/efi/graphics_output.h: Likewise.
* conf/i386-efi.rmk (pkglib_MODULES): Add `efi_gop.mod'.
(efi_fb_mod_SOURCES, efi_fb_mod_CFLAGS, efi_fb_mod_LDFLAGS): New
variables.
* conf/x86_64-efi.rmk: Likewise.
Vladimir 'phcoder' Serbinenko [Fri, 27 Nov 2009 23:15:04 +0000 (00:15 +0100)]
GOP support
Also-By: Bean Lee <>
Vladimir 'phcoder' Serbinenko [Fri, 27 Nov 2009 23:13:51 +0000 (00:13 +0100)]
2009-11-28 Vladimir Serbinenko <phcoder@gmail.com>
Rename efi_fb to efi_uga.
* conf/i386-efi.rmk (pkglib_MODULES): Rename 'efi_fb.mod' to
'efi_uga.mod'.
(efi_fb_mod_SOURCES): Rename this ...
(efi_uga_mod_SOURCES): ... to this.
(efi_fb_mod_CFLAGS): Rename this ...
(efi_uga_mod_CFLAGS): ... to this.
(efi_fb_mod_LDFLAGS): Rename this ...
(efi_uga_mod_LDFLAGS): ... to this.
* conf/x86_64-efi.rmk (pkglib_MODULES): Rename 'efi_fb.mod' to
'efi_uga.mod'.
(efi_fb_mod_SOURCES): Rename this ...
(efi_uga_mod_SOURCES): ... to this.
(efi_fb_mod_CFLAGS): Rename this ...
(efi_uga_mod_CFLAGS): ... to this.
(efi_fb_mod_LDFLAGS): Rename this ...
(efi_uga_mod_LDFLAGS): ... to this.
* video/efi_fb.c: Move this ...
* video/efi_uga.c: ... to this. Change prefix to 'grub_video_uga_'.
Vladimir 'phcoder' Serbinenko [Fri, 27 Nov 2009 22:48:20 +0000 (23:48 +0100)]
finish renaiming efi_Fb to efi_uga
Robert Millan [Fri, 27 Nov 2009 17:33:35 +0000 (17:33 +0000)]
2009-11-27 Robert Millan <rmh.grub@aybabtu.com>
* po/README: New file. Explain our PO file workflow.
Robert Millan [Fri, 27 Nov 2009 17:11:38 +0000 (17:11 +0000)]
2009-11-27 Robert Millan <rmh.grub@aybabtu.com>
* po/ChangeLog: Remove. Move relevant entries back to ...
* ChangeLog: ... here.
* po/ca.po: Remove (now handled by TLP).
* po/id.po: Likewise.
* po/zh_CN.po: Likewise.
* Makefile.in (LINGUAS): Initialize in a way that supports
empty set.
Robert Millan [Fri, 27 Nov 2009 16:46:00 +0000 (16:46 +0000)]
2009-11-27 Robert Millan <rmh.grub@aybabtu.com>
* Makefile.in (LINGUAS): Rewrite by scanning po/ directory instead of
reliing on po/LINGUAS.
($(foreach lang, $(LINGUAS), $(srcdir)/po/$(lang).po)): Rewrite as ...
(po/%.po): ... this.
Vladimir 'phcoder' Serbinenko [Fri, 27 Nov 2009 15:33:22 +0000 (16:33 +0100)]
Rename efi_fb to efi_uga
Vladimir 'phcoder' Serbinenko [Fri, 27 Nov 2009 12:38:01 +0000 (13:38 +0100)]
Second part of the LBA fix
Vladimir 'phcoder' Serbinenko [Fri, 27 Nov 2009 11:56:26 +0000 (12:56 +0100)]
merge mainline into lbafix
Vladimir 'phcoder' Serbinenko [Fri, 27 Nov 2009 09:57:52 +0000 (10:57 +0100)]
Fix compilation on x86_64-efi
Vladimir 'phcoder' Serbinenko [Fri, 27 Nov 2009 09:20:24 +0000 (10:20 +0100)]
Fixed a warning
Vladimir 'phcoder' Serbinenko [Fri, 27 Nov 2009 09:17:49 +0000 (10:17 +0100)]
Ported XNU to relocator framework
Vladimir 'phcoder' Serbinenko [Fri, 27 Nov 2009 08:43:16 +0000 (09:43 +0100)]
Merged relocators in xnu-reloc
Vladimir 'phcoder' Serbinenko [Fri, 27 Nov 2009 08:42:50 +0000 (09:42 +0100)]
Ported xnu to relocator framework
Vladimir 'phcoder' Serbinenko [Fri, 27 Nov 2009 08:41:24 +0000 (09:41 +0100)]
Add support for realloc (NULL, size) in relocators
Robert Millan [Fri, 27 Nov 2009 00:03:09 +0000 (00:03 +0000)]
Merge from trunk.
Robert Millan [Thu, 26 Nov 2009 23:54:26 +0000 (23:54 +0000)]
Add (unused) mode_mask parameter (implicitly documented in ChangeLog.videomask)
Vladimir 'phcoder' Serbinenko [Thu, 26 Nov 2009 22:00:02 +0000 (23:00 +0100)]
Merge relocators into mips
Vladimir 'phcoder' Serbinenko [Thu, 26 Nov 2009 21:51:00 +0000 (22:51 +0100)]
Fixes for backwards relocator
Vladimir 'phcoder' Serbinenko [Thu, 26 Nov 2009 21:20:06 +0000 (22:20 +0100)]
Improved cache handling in mips
Vladimir 'phcoder' Serbinenko [Thu, 26 Nov 2009 21:19:37 +0000 (22:19 +0100)]
Fix warning on some build systems
Vladimir 'phcoder' Serbinenko [Thu, 26 Nov 2009 20:42:31 +0000 (21:42 +0100)]
merged relocators into mips
Vladimir 'phcoder' Serbinenko [Thu, 26 Nov 2009 16:34:22 +0000 (17:34 +0100)]
renamed grub-pbkdf2 into grub-mkpasswd-pbkdf2
Felix Zielcke [Thu, 26 Nov 2009 16:15:16 +0000 (17:15 +0100)]
2009-11-26 Felix Zielcke <fzielcke@z-51.de>
* util/i386/efi/grub-mkimage.c: Include "progname.h".
(main): Use `program_name' instead of nonexistent `progname'.
Vladimir 'phcoder' Serbinenko [Thu, 26 Nov 2009 16:14:39 +0000 (17:14 +0100)]
Added origin notice to lib/pbkdf2.c
Vladimir 'phcoder' Serbinenko [Thu, 26 Nov 2009 15:52:10 +0000 (16:52 +0100)]
Prevent relocator of overwriting itself
Vladimir 'phcoder' Serbinenko [Thu, 26 Nov 2009 15:50:56 +0000 (16:50 +0100)]
Fix wrong segment selector
Felix Zielcke [Thu, 26 Nov 2009 15:29:06 +0000 (16:29 +0100)]
2009-11-26 Felix Zielcke <fzielcke@z-51.de>
* conf/i386-efi.rmk (grub_mkimage_SOURCES): Add `gnulib/progname.c'.
* conf/x86_64-efi.rmk (grub_mkimage_SOURCES): Likewise.
Robert Millan [Thu, 26 Nov 2009 00:45:53 +0000 (00:45 +0000)]
2009-11-26 Robert Millan <rmh.grub@aybabtu.com>
* conf/i386-coreboot.rmk: Cleanup stale filenames from my previous
commit.
* conf/i386-efi.rmk: Likewise.
* conf/i386-ieee1275.rmk: Likewise.
* conf/powerpc-ieee1275.rmk: Likewise.
* conf/sparc64-ieee1275.rmk: Likewise.
* conf/x86_64-efi.rmk: Likewise.
Felix Zielcke [Thu, 26 Nov 2009 00:08:42 +0000 (01:08 +0100)]
2009-11-26 Felix Zielcke <fzielcke@z-51.de>
* conf/any-emu.rmk (grub_emu_SOURCES): Add `gnulib/progname.c'.
Felix Zielcke [Wed, 25 Nov 2009 23:52:55 +0000 (00:52 +0100)]
2009-11-26 Felix Zielcke <fzielcke@z-51.de>
* conf/any-emu.rmk (grub_mkfont_SOURCES): Add `gnulib/progname.c'.
Robert Millan [Wed, 25 Nov 2009 23:10:02 +0000 (23:10 +0000)]
2009-11-26 Robert Millan <rmh.grub@aybabtu.com>
* conf/common.rmk (sbin_UTILITIES): Add `grub-mkdevicemap'.
(grub_mkdevicemap_SOURCES): New variable.
(grub_probe_SOURCES, grub_fstest_SOURCES, grub_mkfont_SOURCES)
(grub_mkrelpath_SOURCES, grub_editenv_SOURCES)
(grub_pe2elf_SOURCES): Add `gnulib/progname.c'.
* conf/i386-coreboot.rmk (sbin_UTILITIES): Remove `grub-mkdevicemap'.
(grub_mkdevicemap_SOURCES): Remove.
* 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.
* util/elf/grub-mkimage.c: Include `<grub/i18n.h>' and `"progname.h"'.
(usage): Fix strings to use `program_name'.
(main): Initialize gettext.
* util/grub-editenv.c: Likewise.
* util/grub-emu.c: Likewise.
* util/grub-fstest.c: Likewise.
* util/grub-mkdevicemap.c: Likewise.
* util/grub-mkfont.c: Likewise.
* util/grub-mkrelpath.c: Likewise.
* util/grub-pe2elf.c: Likewise.
* util/grub-probe.c: Likewise.
* util/sparc64/ieee1275/grub-mkimage.c: Likewise.
* util/sparc64/ieee1275/grub-ofpathname.c: Likewise.
* util/sparc64/ieee1275/grub-setup.c: Likewise.
* util/misc.c: Include `"progname.h"'.
(progname): Remove variable.
(grub_util_warn, grub_util_info, grub_util_error): Use `program_name'.
Vladimir 'phcoder' Serbinenko [Wed, 25 Nov 2009 22:50:54 +0000 (23:50 +0100)]
Merged mainstream into newuuid
Vladimir 'phcoder' Serbinenko [Wed, 25 Nov 2009 22:39:59 +0000 (23:39 +0100)]
Split relocators from mips branch
Vladimir 'phcoder' Serbinenko [Wed, 25 Nov 2009 22:17:32 +0000 (23:17 +0100)]
merged with mainline
Robert Millan [Wed, 25 Nov 2009 21:34:53 +0000 (21:34 +0000)]
Merge from trunk.
Vladimir 'phcoder' Serbinenko [Wed, 25 Nov 2009 21:34:35 +0000 (22:34 +0100)]
Fixed various script issues. Thanks fezie for testing.