Skip to content
Snippets Groups Projects
  1. Jan 15, 2010
  2. Jan 14, 2010
    • carles's avatar
      2010-01-14 Carles Pina i Estany <carles@pina.cat> · 5c71db1b
      carles authored
      	* util/grub.d/30_os-prober.in: Use `set var=val' rather than plain
      	`var=val'.
      5c71db1b
    • carles's avatar
      2010-01-14 Carles Pina i Estany <carles@pina.cat> · cca15b52
      carles authored
      	* normal/cmdline.c (print_completion): Gettextizze.
      cca15b52
    • carles's avatar
      2001-01-14 Carles Pina i Estany <carles@pina.cat> · c586fbb2
      carles authored
      	* loader/i386/pc/chainloader.c: Include `<grub/mm.h>'.
      c586fbb2
    • carles's avatar
      2010-01-14 Carles Pina i Estany <carles@pina.cat> · ba2f6848
      carles authored
      	* gettext/gettext.c (grub_gettext_translate): Push and pop
      	grub_errno.
      	(grub_gettext_delete_list): Change comment style.
      	* kern/err.c (grub_error): Gettextizze.
      	(grub_fatal): Gettextizze.
      ba2f6848
    • Robert Millan's avatar
      2010-01-14 Robert Millan <rmh.grub@aybabtu.com> · 0a46429a
      Robert Millan authored
      	
      	* include/grub/i386/loader.h (grub_linux16_boot): Renamed to ...
      	(grub_linux16_real_boot): ... this.
      	* kern/i386/loader.S: Likewise.
      	* loader/i386/pc/linux.c: Include `<grub/video.h>' and `<grub/mm.h>'.
      	(grub_linux16_boot): New function.  Switches to text mode and calls
      	grub_linux16_real_boot().
      	
      	* loader/i386/bsd.c: Include `<grub/video.h>'.
      	(grub_freebsd_boot, grub_openbsd_boot, grub_netbsd_boot): Switch to
      	text mode before calling grub_unix_real_boot().
      	
      	* loader/i386/multiboot.c: Include `<grub/video.h>'.
      	(grub_multiboot_boot): Switch to text mode before calling
      	grub_relocator32_boot().
      	
      	* loader/i386/pc/chainloader.c: Include `<grub/video.h>'.
      	(grub_chainloader_boot): Switch to text mode before calling
      	grub_chainloader_real_boot().
      	
      0a46429a
    • Robert Millan's avatar
      2010-01-05 Jordan Uggla <jordan.uggla@gmail.com> · d6f93a66
      Robert Millan authored
      2010-01-05  Colin Watson  <cjwatson@ubuntu.com>
      	
      	* util/grub-reboot.in: Make sure prev_saved_entry always gets a
      	non-empty value.
      	
      d6f93a66
    • Colin Watson's avatar
      fix changelog dates · 6d1e7689
      Colin Watson authored
      6d1e7689
    • Colin Watson's avatar
      merge from trunk · 7d1468e4
      Colin Watson authored
      7d1468e4
    • BVK Chaitanya's avatar
      2010-01-14 BVK Chaitanya <bvk.groups@gmail.com> · 0934d184
      BVK Chaitanya authored
      	Unit testing framework for GRUB.
      
      	* Makefile.in: Test framework build rules for 'make check'.
      	* conf/tests.rmk: Build rules for individual tests and framework.
      
      	* include/grub/test.h: Header file for whitebox tests.
      	* tests/lib/functional_test.c: Framework support for whitebox
      	functional tests.
      	* tests/lib/test.c: Common whitebox testing code for unit and
      	functional tests.
      	* tests/lib/unit_test.c: Framework support for whitebox unit
      	tests.
      
      	* tests/util/grub-shell-tester.in: Support utility for grub-script
      	tests.
      	* tests/util/grub-shell.in: Utility to execute grub-script
      	commands in a Qemu instance.
      
      	* tests/example_functional_test.c: Example whitebox functional
      	test.
      	* tests/example_grub_script_test.in: Example grub-script test.
      	* tests/example_scripted_test.in: Example scripted test.
      	* tests/example_unit_test.c: Example whitebox unit test.
      0934d184
    • BVK Chaitanya's avatar
      merge trunk · 96f60752
      BVK Chaitanya authored
      96f60752
    • BVK Chaitanya's avatar
      use qemu-system-i386 instead of qemu · 2285d464
      BVK Chaitanya authored
      2285d464
    • BVK Chaitanya's avatar
      removed unnecessary grub_test_* wrappers · 0b8891c2
      BVK Chaitanya authored
      0b8891c2
    • Vladimir 'phcoder' Serbinenko's avatar
      2010-01-14 Vladimir Serbinenko <phcoder@gmail.com> · 9c4ffeeb
      Vladimir 'phcoder' Serbinenko authored
      	* conf/i386-coreboot.rmk (multiboot_mod_SOURCES):
      	Add loader/i386/multiboot_mbi.c.
      	(multiboot2_mod_SOURCES): Likewise.
      	* conf/i386-pc.rmk (multiboot_mod_SOURCES): Likewise.
      	(multiboot2_mod_SOURCES): Likewise.
      	* include/grub/multiboot.h (grub_multiboot_get_mbi_size): New proto.
      	(grub_multiboot_make_mbi): Likewise.
      	(grub_multiboot_free_mbi): Likewise.
      	(grub_multiboot_init_mbi): Likewise.
      	(grub_multiboot_add_module): Likewise.
      	(grub_multiboot_set_bootdev): Likewise.
      	* loader/i386/multiboot.c (mbi): Removed.
      	(mbi_dest): Likewise.
      	(alloc_mbi): New variable.
      	(grub_multiboot_payload_size): Removed. All users updated.
      	(grub_multiboot_pure_size): New variable.
      	(grub_multiboot_boot): Use grub_multiboot_make_mbi.
      	(grub_multiboot_unload): Use grub_multiboot_free_mbi.
      	(grub_get_multiboot_mmap_len): Moved to loader/i386/multiboot_mbi.c.
      	(grub_fill_multiboot_mmap): Likewise.
      	(grub_multiboot_get_bootdev): Likewise.
      	(grub_multiboot): Use multiboot_mbi functions.
      	* loader/i386/multiboot_mbi.c: New file.
      9c4ffeeb
    • Vladimir 'phcoder' Serbinenko's avatar
      05847c24
  3. Jan 13, 2010
  4. Jan 12, 2010
  5. Jan 11, 2010
  6. Jan 10, 2010