]> git.proxmox.com Git - grub2.git/shortlog
grub2.git
2013-12-21 Vladimir Serbinenko Add missing static qualifiers.
2013-12-21 Vladimir Serbinenko Add missing includes.
2013-12-21 Vladimir Serbinenko Inline printf templates when possible to enable format...
2013-12-21 Vladimir Serbinenko * include/grub/crypto.h: Don't discard const attribute.
2013-12-21 Vladimir Serbinenko * grub-core/net/bootp.c (grub_cmd_dhcpopt): Use snprin...
2013-12-21 Vladimir Serbinenko * grub-core/lib/crypto.c: Don't discard const attribute.
2013-12-21 Vladimir Serbinenko * grub-core/lib/disk.c: Fix potential overflow.
2013-12-21 Vladimir Serbinenko * grub-core/lib/arg.c: Don't discard const attribute.
2013-12-21 Vladimir Serbinenko * grub-core/kern/dl.c: Don't discard const attribute.
2013-12-21 Vladimir Serbinenko * grub-core/kern/disk.c: Fix potential overflow.
2013-12-21 Vladimir Serbinenko * conf/Makefile.common: Don't include non-existing...
2013-12-21 Vladimir Serbinenko Clarify several translatable messages.
2013-12-21 David Prévot Correct some translatable strings.
2013-12-21 Colin Watson * util/grub-mkrescue.c: Rephrase mkrescue description.
2013-12-21 Vladimir Serbinenko Clarify several translatable messages.
2013-12-20 Vladimir SerbinenkoMerge branch 'master' of git.sv.gnu.org:/srv/git/grub
2013-12-20 Colin WatsonBe more verbose about some configure failures.
2013-12-20 Vladimir Serbinenko * util/grub-install.c: Inform user about install platform.
2013-12-20 Colin WatsonFix various build problems on GNU/Hurd.
2013-12-19 Vladimir Serbinenko * configure.ac: Set version to 2.02~beta1.
2013-12-19 Allen Pais * grub-core/boot/sparc64/ieee1275/boot.S: Fix order...
2013-12-18 Vladimir Serbinenko Make grub_zlib_decompress handle incomplete chunks.
2013-12-18 Vladimir Serbinenko* grub-core/Makefile.am: Don't attempt to export grub_b...
2013-12-18 Aleš Nesrsta * grub-core/disk/usbms.c: Retry on unknown errors.
2013-12-18 Aleš Nesrsta * grub-core/bus/usb/ehci.c: Fix handling of newborn...
2013-12-18 Vladimir Serbinenko Remove xen VFB.
2013-12-18 Vladimir Serbinenko * po/exclude.pot: Add 2 missing excludes.
2013-12-18 Vladimir Serbinenko Add missing license section in macbless.mod and macho...
2013-12-18 Vladimir Serbinenko Allow compilation without thumb-interwork as long...
2013-12-18 Vladimir Serbinenko Use -Wl,--no-relax rather than -mno-relax for uniformity.
2013-12-18 Vladimir Serbinenko * INSTALL: Update comment as to why sparc64 clang...
2013-12-18 Vladimir Serbinenko Add __attribute__ ((sysv_abi)) only if it's really...
2013-12-18 Vladimir Serbinenko * grub-core/lib/syslinux_parse.c: Declare timeout...
2013-12-18 Vladimir Serbinenko Remove -Wold-style-definition.
2013-12-18 Vladimir Serbinenko Make grub_util_get_windows_path_real static.
2013-12-18 Vladimir Serbinenko * grub-core/commands/fileXX.c: Silence cast-align.
2013-12-18 Vladimir Serbinenko * include/grub/efi/api.h (GRUB_EFI_ERROR_CODE): Use...
2013-12-18 Vladimir Serbinenko * include/grub/efi/api.h (PRIxGRUB_EFI_UINTN_T): Remov...
2013-12-18 Vladimir Serbinenko * grub-core/loader/arm/linux.c: Use common initrd...
2013-12-18 Vladimir Serbinenko Decrease number of strings to translate.
2013-12-18 Vladimir Serbinenko * grub-core/kern/arm/dl.c: Remove unnecessarry executi...
2013-12-18 Vladimir Serbinenko Mark strings for translation and add remaining ones...
2013-12-18 Vladimir Serbinenko * util/grub-file.c (main): Fix sizeof usage.
2013-12-18 Vladimir Serbinenko Silence spurious warning.
2013-12-18 Vladimir Serbinenko Remove check_nt_hiberfil as it's been superseeded...
2013-12-18 Vladimir Serbinenko * docs/osdetect.cfg: Add isolinux config to detected...
2013-12-18 Vladimir Serbinenko Implement syslinux parser.
2013-12-18 Vladimir Serbinenko * grub-core/commands/legacycfg.c: Use 32-bit Linux...
2013-12-17 Vladimir Serbinenko Support cpuid --pae.
2013-12-17 Vladimir Serbinenko Use AT keyboard on Yeeloong 3A.
2013-12-17 Vladimir Serbinenko Add Yeeloong 3A reboot and halt.
2013-12-17 Vladimir Serbinenko Add Radeon Yeeloong 3A support.
2013-12-17 Vladimir Serbinenko Add bonito 3A support.
2013-12-17 Vladimir Serbinenko * grub-core/loader/machoXX.c: Fix compilation on non...
2013-12-17 Vladimir Serbinenko * grub-core/loader/i386/xen_fileXX.c: Silence cast...
2013-12-17 Vladimir Serbinenko * grub-core/loader/macho.c: Fix compilation on non...
2013-12-17 Vladimir Serbinenko Add missing format_arg attribute to check that printf...
2013-12-17 Vladimir Serbinenko Use grub_xasprintf to format translated error messages...
2013-12-17 Jon McCuneFix double-free introduced by commit 33d02a42d64cf06cad...
2013-12-17 Vladimir Serbinenko Unify message for unsupported relocation.
2013-12-17 Vladimir Serbinenko Mark miscompile error for translation.
2013-12-17 Vladimir Serbinenko Use %I64 and not %ll when using OS printf if compiling...
2013-12-17 Vladimir Serbinenko Update Mac code to match new register_efi prototype.
2013-12-17 Vladimir Serbinenko Implement better integration with Mac firmware.
2013-12-17 Vladimir Serbinenko* grub-core/loader/multiboot_mbi2.c: Implement special...
2013-12-17 Vladimir Serbinenko Include serial module in default_payload.elf.
2013-12-17 Vladimir Serbinenko Add explicit thumb interwork bx in asm files.
2013-12-17 Vladimir Serbinenko Implement Truecrypt ISO loader.
2013-12-17 Vladimir Serbinenko * grub-core/lib/arg.c: Ensure at least a single space...
2013-12-17 Vladimir Serbinenko Implement grub_file tool and use it to implement gener...
2013-12-17 Vladimir Serbinenko Change to v1 xen grants.
2013-12-17 Vladimir Serbinenko * grub-core/lib/i386/xen/relocator.S: Fix hypercall...
2013-12-17 Vladimir Serbinenko * grub-core/lib/x86_64/xen/relocator.S: Fix hypercall...
2013-12-17 Vladimir Serbinenko Implement XEN VFB support.
2013-12-17 Vladimir Serbinenko Remove grub_bios_interrupt on coreboot.
2013-12-17 Vladimir Serbinenko Update exclude.pot and mark few strings for translation.
2013-12-16 Vladimir Serbinenko * util/grub-mkrescue.c: Fix incorrect file usage in...
2013-12-16 Vladimir SerbinenkoMerge branch 'master' of git.sv.gnu.org:/srv/git/grub
2013-12-16 Vladimir Serbinenko * grub-core/tests/sleep_test.c: Silence spurious warning.
2013-12-16 Andrey Borzenkovadd verbose information to linux platform check
2013-12-16 Andrey BorzenkovChangeLog for previous two commits.
2013-12-16 Andrey Borzenkovuse grub_util_exec_redirect_all to silence "moprobe...
2013-12-16 Andrey Borzenkovconsolidate grub_util_exec code
2013-12-16 Vladimir Serbinenko Make grub_xen_hypercall on i386 cdecl rather than...
2013-12-16 Vladimir Serbinenko * grub-core/kern/x86_64/xen/startup.S: Align stack.
2013-12-16 Vladimir Serbinenko Add support for converting PE+ to Elf64.
2013-12-16 Vladimir Serbinenko * grub-core/commands/minicmd.c (grub_mini_cmd_dump...
2013-12-16 Vladimir Serbinenko Remove practice of assigning random const pointers...
2013-12-16 Vladimir Serbinenko * include/grub/x86_64/types.h: Define sizeof (long...
2013-12-16 Vladimir Serbinenko * include/grub/efi/api.h: Don't use call wrappers...
2013-12-16 Vladimir Serbinenko * grub-core/lib/posix_wrap/errno.h: Undefine errno...
2013-12-16 Vladimir Serbinenko * include/grub/efi/api.h: Define (u)intn_t based on...
2013-12-16 Vladimir Serbinenko Handle X86_64_PC64 relocation.
2013-12-16 Vladimir Serbinenko Determine the need for mingw-related stubs at compile...
2013-12-16 Vladimir SerbinenkoMerge branch 'master' of git.sv.gnu.org:/srv/git/grub
2013-12-16 Vladimir Serbinenko * grub-core/genmod.sh.in: Strip before converting...
2013-12-16 Vladimir Serbinenko Use unix functions for temporary files and special...
2013-12-16 Vladimir Serbinenko Define functions explicitly rather than using --defsym...
2013-12-16 Vladimir Serbinenko * grub-core/genmoddep.awk: Remove explicit getline...
2013-12-15 Andrey Borzenkovsmall fixes for Windows EFI install code
next