]> git.proxmox.com Git - grub2.git/shortlog
grub2.git
2013-11-26 Vladimir Serbinenko * grub-core/Makefile.am: Reduce gratuituous difference...
2013-11-25 Andrey BorzenkovAdd ChangeLog entry for previous commit
2013-11-25 Andrey BorzenkovExplicitly check for linking format to use for efiemu64...
2013-11-25 Vladimir Serbinenko * util/grub-mknetdir.c: Look for platform directories...
2013-11-25 Colin WatsonAdd a --locale-directory option to grub-install and...
2013-11-25 Vladimir Serbinenko * grub-core/osdep/unix/platform.c (get_ofpathname...
2013-11-25 Vladimir Serbinenko * grub-core/genmoddep.awk: Use more portable && rather...
2013-11-25 Vladimir Serbinenko * grub-core/kern/i386/pc/startup.S [__APPLE__]: Create...
2013-11-25 Vladimir Serbinenko * gentpl.py: Add -ed2016 in order to make objconv...
2013-11-25 Vladimir Serbinenko * configure.ac: Add -static to LDFLAGS when using...
2013-11-24 Vladimir Serbinenko Apple assembly doesn't handle symbol arithmetic well...
2013-11-24 Vladimir Serbinenko Apple assembly doesn't handle symbol arithmetic well...
2013-11-24 Vladimir Serbinenko With Apple assembly in .macro environvemnt you have...
2013-11-24 Vladimir Serbinenko * grub-core/Makefile.am: Use correct TARGET_OBJCONV...
2013-11-24 Vladimir Serbinenko * grub-core/gdb/i386/machdep.S: Use xorl %eax, %eax...
2013-11-24 Vladimir Serbinenko * grub-core/lib/reed_solomon.c: Use section _text...
2013-11-24 Vladimir Serbinenko * grub-core/term/arc/console.c: Add missing cast to...
2013-11-24 Vladimir Serbinenko * grub-core/boot/i386/pc/boot.S: Fix floppy probe...
2013-11-23 Vladimir Serbinenko * grub-core/kern/mips/arc/init.c (grub_machine_get_boo...
2013-11-23 Keshav Padram... * util/grub-install.c (update_nvram): Support --no...
2013-11-23 Vladimir Serbinenko * INSTALL: Add note about sparc64/ia64 with clang...
2013-11-23 Vladimir Serbinenko * util/garbage-gen.c: Add missing include of sys/time.h.
2013-11-23 Vladimir Serbinenko Don't add -mflush-func if it's not supported by compiler.
2013-11-23 Vladimir Serbinenko Move common BIOS/coreboot memory map declarations to
2013-11-23 Andrey Borzenkovadd util/garbage-gen.c to EXTRA_DIST
2013-11-23 Vladimir Serbinenko * INSTALL: Document why older clang versions aren...
2013-11-22 Vladimir Serbinenko * INSTALL: Document about clang for mips.
2013-11-22 Vladimir Serbinenko * grub-core/lib/libgcrypt/mpi/longlong.h: Use C versio...
2013-11-22 Vladimir Serbinenko Add *-xen to the list of grub-install-common platforms.
2013-11-22 Vladimir Serbinenko * configure.ac: Do not enforce -mcmodel=large. It...
2013-11-22 Vladimir Serbinenko * grub-core/kern/xen/init.c: Do not map more pages...
2013-11-22 Vladimir Serbinenko * grub-core/kern/efi/mm.c: Limit allocations to 2GiB...
2013-11-22 Vladimir Serbinenko * grub-core/kern/x86_64/dl.c (grub_arch_dl_relocate_sy...
2013-11-22 Vladimir Serbinenko * configure.ac: Compile with -fPIC when compiling...
2013-11-22 Vladimir Serbinenko * configure.ac: Add -no-integrated-as on mips(el)...
2013-11-22 Vladimir Serbinenko clang emits calls to abort () under some unknown condi...
2013-11-22 Vladimir Serbinenko * docs/grub-dev.texi: Document stack and heap sizes.
2013-11-22 Vladimir Serbinenko * include/grub/i386/pc/memory.h: Decrease
2013-11-22 Vladimir Serbinenko * grub-core/disk/i386/pc/biosdisk.c (grub_biosdisk_ope...
2013-11-22 Vladimir Serbinenko * grub-core/kern/x86_64/efi/callwrap.S: Fix stack...
2013-11-22 Vladimir Serbinenko * grub-core/boot/mips/startup_raw.S: Handle the case...
2013-11-22 Vladimir Serbinenko On MIPS handle got16 relocations to local symbols...
2013-11-22 Vladimir Serbinenko Add support for a new magic symbol _gp_disp on mips...
2013-11-22 Vladimir Serbinenko Use $t9 for indirect calls from asm to C as PIC ABI...
2013-11-22 Vladimir Serbinenko Remove -march=mips3 from TARGET_CCASFLAGS as it create...
2013-11-21 Vladimir Serbinenko Unify GOT/trampoline handling between PPC, MIPS and...
2013-11-21 Colin Watson* util/grub-mkrescue.c (main): If a source directory...
2013-11-21 Colin Watson* grub-core/normal/progress.c: Remove unused file.
2013-11-20 Vladimir Serbinenko * grub-core/lib/crypto.c (grub_crypto_hash): Remove...
2013-11-20 Vladimir Serbinenko * util/grub-mkconfig.in: Say explicit "grub configurat...
2013-11-19 Vladimir Serbinenko * coreboot.cfg: Add missing file.
2013-11-19 Vladimir Serbinenko * Makefile.am: Allow STRIP to be empty when creating...
2013-11-19 Axel Kellermann * util/grub.d/30_os-prober.in: Add GRUB_OS_PROBER_SKIP...
2013-11-19 Colin Watson* Makefile.util.def (grub-mkimage): Add
2013-11-19 Vladimir Serbinenko Add automated filesystem checking based on scripts...
2013-11-19 Colin Watson* util/grub-install.c (main): Adjust info messages...
2013-11-19 Colin Watson* util/grub-install-common.c (copy_locales): Consistent...
2013-11-19 Josh Triplett * grub-core/kern/x86_64/efi/startup.S (_start): Align...
2013-11-18 Josh Triplett * grub-core/mmap/efi/mmap.c (grub_mmap_register):...
2013-11-18 Vladimir SerbinenkoMerge branch 'master' of git.sv.gnu.org:/srv/git/grub
2013-11-18 Vladimir Serbinenko * tests/grub_func_test.in: Decrease RAM size to 512M...
2013-11-18 Vladimir Serbinenko * grub-core/kern/mm.c (grub_real_malloc): Decrease...
2013-11-18 Colin Watson* tests/gzcompress_test.in: Skip if gzip is not install...
2013-11-18 Vladimir Serbinenko * grub-core/kern/mm.c (grub_real_malloc): Don't update...
2013-11-18 Vladimir SerbinenkoMerge branch 'master' of git.sv.gnu.org:/srv/git/grub
2013-11-18 Vladimir Serbinenko * grub-core/kern/mips/qemu_mips/init.c (grub_machine_i...
2013-11-18 Vladimir Serbinenko * tests/util/grub-shell.in: Increase console size...
2013-11-18 Colin Watson* util/grub-mkrescue.c (main): Fix typo.
2013-11-18 Vladimir SerbinenkoMerge branch 'master' of git.sv.gnu.org:/srv/git/grub
2013-11-18 Vladimir Serbinenko * Makefile.am (default_payload.elf): Add pata to loade...
2013-11-18 Vladimir Serbinenko * util/grub-install-common.c (grub_install_copy_files...
2013-11-18 Colin Watson* tests/util/grub-shell.in: Don't fail on emu platform...
2013-11-18 Vladimir SerbinenkoMerge branch 'master' of git.sv.gnu.org:/srv/git/grub
2013-11-18 Vladimir Serbinenko * tests/util/grub-shell.in: Use -cdrom and don't force...
2013-11-18 Vladimir Serbinenko * grub-core/tests/videotest_checksum.c: Don't reload...
2013-11-18 Vladimir Serbinenko * util/grub-mkrescue.c (main): Fix a typo to make...
2013-11-18 Vladimir Serbinenko * grub-core/term/terminfo.c (grub_cmd_terminfo): Fix...
2013-11-18 Colin Watson* grub-core/osdep/unix/hostdisk.c (grub_util_make_tempo...
2013-11-18 Vladimir Serbinenko * tests/util/grub-shell.in: For powerpc tests put...
2013-11-18 Vladimir Serbinenko * grub-core/tests/gfxterm_menu.c: Skip high-resolution...
2013-11-18 Vladimir Serbinenko * grub-core/tests/cmdline_cat_test.c: Don't reload...
2013-11-18 Vladimir Serbinenko Fix handling of install lists.
2013-11-18 Vladimir Serbinenko * grub-core/lib/sparc64/setjmp.S: Force spilling of...
2013-11-18 Vladimir Serbinenko On i386-ieee1275 we run in paged mode. So we need...
2013-11-18 Vladimir Serbinenko * grub-core/lib/relocator.c (grub_mm_check_real):...
2013-11-18 Vladimir Serbinenko * grub-core/normal/cmdline.c (grub_cmdline_get): Plug...
2013-11-18 Vladimir Serbinenko * grub-core/kern/file.c (grub_file_open): Free file...
2013-11-18 Vladimir Serbinenko * grub-core/commands/verify.c (free_pk): Plug memory...
2013-11-18 Vladimir Serbinenko * grub-core/commands/legacycfg.c (grub_legacy_check_md...
2013-11-18 Vladimir Serbinenko * grub-core/lib/powerpc/setjmp.S (grub_setjmp): Save...
2013-11-18 Vladimir Serbinenko * util/grub-mkrescue.c (make_image_fwdisk_abs): Insert...
2013-11-18 Vladimir Serbinenko * include/grub/mips/setjmp.h (grub_jmp_buf): Fix buffe...
2013-11-17 Ian Campbell * grub-core/disk/uboot/ubootdisk.c: Include...
2013-11-17 Vladimir Serbinenko * tests/grub_func_test.in: Increase memory reservation...
2013-11-17 Vladimir Serbinenko * grub-core/tests/cmdline_cat_test.c (cmdline_cat_test...
2013-11-17 Vladimir Serbinenko * tests/core_compress_test.in: Use full arguments...
2013-11-17 Vladimir Serbinenko * util/grub-mkrescue.c (main): Add trailing \n in
2013-11-17 Vladimir Serbinenko * util/grub-mkrescue.c (main): Use right source file...
2013-11-17 Vladimir Serbinenko * util/grub-install-common.c (grub_install_parse)...
2013-11-17 Vladimir Serbinenko * include/grub/misc.h: Replace check for __sparc64__...
next