]> git.proxmox.com Git - grub2.git/shortlog
grub2.git
2014-01-18 Vladimir Serbinenko * grub-core/normal/main.c (read_config_file): Buffer...
2014-01-18 Andrey Borzenkovfix removal of {cpu,machine} links on mingw/msys
2014-01-18 Vladimir Serbinenko * Makefile.am (default_payload.elf): Add modules
2014-01-18 Mike Gilbert * Makefile.util.def: Link grub-ofpathname with zfs...
2014-01-18 Vladimir Serbinenko * grub-core/commands/macbless.c: Rename FILE and DIR...
2014-01-18 Andrey Borzenkovfix include loop on MinGW due to libintl.h pulling...
2014-01-18 Andrey Borzenkovadd BUILD_EXEEXT support to fix make clean on Windows
2014-01-18 Andrey BorzenkovUse _W64 to detect MinGW W64-32 instead of _FILE_OFFSET...
2014-01-18 Andrey BorzenkovFix ChangeLog date
2014-01-18 Vladimir Serbinenko * grub-core/term/terminfo.c: Recognize keys F1-F12.
2014-01-18 Andrey Borzenkovreintroduce BUILD_LDFLAGS for the cross-compile case
2014-01-18 Vladimir Serbinenko * util/grub-mount.c: Extend GCC warning workaround...
2014-01-18 Vladimir Serbinenko * grub-core/kern/efi/efi.c: Ensure that the result...
2014-01-18 Vladimir Serbinenko * NEWS: Add few missing entries.
2014-01-17 Colin WatsonPrefer more portable test(1) constructs
2014-01-17 Colin Watsonfreebsd/hostdisk.c is only ever compiled on FreeBSD
2014-01-12 Andrey Borzenkovadd part_apple to EFI rescue image to fix missing prefix
2014-01-08 Colin Watson* Makefile.util.def (grub-macbless): Change mansection...
2014-01-07 Leif Lindholmarm64: set correct length of device path end entry
2014-01-07 Andrey BorzenkovChange grub-mkrescue to use bootaa64.efi too
2014-01-07 Andrey Borzenkovfix 32 bit compilation on MinGW-w64
2014-01-07 Andrey Borzenkovuse {grub,boot}aa64.efi for boot images on AArch64
2013-12-30 Andrey Borzenkovstrip .eh_frame section from arm64-efi kernel
2013-12-30 Vladimir Serbinenko * NEWS: Add few missing entries. Correct existing...
2013-12-28 Vladimir Serbinenko Don't abort() on unavailable coreboot tables if not...
2013-12-28 Andrey Borzenkovremove unused error.h from kern/emu/misc.c
2013-12-28 Colin Watson* NEWS: The cmosclean command in fact dates back to...
2013-12-27 Vladimir SerbinenkoMerge branch 'master' of git.sv.gnu.org:/srv/git/grub
2013-12-27 Colin Watson* NEWS: First draft of 2.02 entry.
2013-12-27 Colin Watson* INSTALL (Cross-compiling the GRUB): Fix some spelling...
2013-12-25 Vladimir Serbinenko * grub-core/kern/arm/cache_armv6.S: Remove .arch direc...
2013-12-25 Andrey Borzenkovfix EFI detection on Windows
2013-12-24 Vladimir Serbinenko * configure.ac: Set version to 2.02~beta2.
2013-12-24 Vladimir Serbinenko * grub-core/disk/efi/efidisk.c (name_devices): Skip...
2013-12-24 Andrey Borzenkov * util/grub-probe.c: Improve help message and simplify...
2013-12-24 Vladimir Serbinenko Fix buffer overflow in grub_efi_print_device_path.
2013-12-24 Vladimir Serbinenko Show SATA device path.
2013-12-24 Vladimir Serbinenko Revert grub-file usage in grub-mkconfig.
2013-12-24 Vladimir Serbinenko Make newly-created files other than grub.cfg world...
2013-12-24 Andrey Borzenkov * util/grub.d/00_header.in: Improve compatibility...
2013-12-24 Vladimir Serbinenko Make rijndael.c respect aliasing rules.
2013-12-24 Vladimir Serbinenko Make grub_util_device_is_mapped_stat available in...
2013-12-24 Vladimir Serbinenko Add -Qn to TARGET_CFLAGS if it's supported.
2013-12-24 Vladimir Serbinenko Save TARGET_CC version in modinfo.sh.
2013-12-24 Vladimir Serbinenko Make grub_util_devmapper_part_to_disk and grub_util_fi...
2013-12-24 Vladimir Serbinenko Declare GRUB_EFI_VENDOR_APPLE_GUID.
2013-12-24 Vladimir Serbinenko Dump type and vendor specific data when printing devic...
2013-12-23 Vladimir SerbinenkoMerge branch 'master' of git.sv.gnu.org:/srv/git/grub
2013-12-23 Vladimir Serbinenko ARM64 support for grub-mkrescue.
2013-12-23 Vladimir Serbinenko Install modinfo.sh to keep build information around.
2013-12-23 Vladimir Serbinenko * grub-core/modinfo.sh.in: Add build config information.
2013-12-23 Vladimir Serbinenko ARM64 grub-file and grub-mkconfig support.
2013-12-23 Vladimir Serbinenko Remove leftover options defines.
2013-12-23 Colin WatsonUpdate some documentation to refer to Git rather than...
2013-12-23 Colin WatsonDon't distribute config.h.
2013-12-23 Colin Watson* configure.ac: Fix spelling.
2013-12-23 Vladimir Serbinenko * include/grub/arm64/linux.h: Remove leftovers. Add...
2013-12-23 Vladimir Serbinenko * grub-core/loader/arm64/linux.c: Add missing bracket.
2013-12-23 Vladimir Serbinenko Add arm64-efi recognition to grub-file.
2013-12-23 Vladimir Serbinenko Fix ia64-efi recognition in grub-file.
2013-12-23 Vladimir Serbinenko Recognize raspberry pi kernel in grub-file.
2013-12-23 Vladimir Serbinenko Enable cache on ARM U-Boot port.
2013-12-23 Vladimir Serbinenko Fix ARM cache maintainance.
2013-12-22 Vladimir Serbinenko * grub-core/kern/arm/cache.c (grub_arm_disable_caches_...
2013-12-22 Andrey Borzenkovgrub-mkconfig: fix Xen platform conditions
2013-12-22 Andrey Borzenkovsplit grub-mkresecue help text to facilitate translations
2013-12-22 Leif Lindholmarm64: add EFI Linux loader
2013-12-22 Leif Lindholmfdt: additions required for arm64 Linux loader
2013-12-22 Vladimir Serbinenko Add module loading and parsing boot time checkpoints.
2013-12-22 Vladimir Serbinenko * grub-core/loader/arm/linux.c: Pass arguments through...
2013-12-22 Lars Wendler * util/grub-mkconfig.in: Skip non-executable files.
2013-12-22 Vladimir Serbinenko Workaround buggy timer in raspberry pie by using our...
2013-12-21 Vladimir Serbinenko * include/grub/arm/uboot/kernel.h (GRUB_KERNEL_MACHINE...
2013-12-21 Vladimir Serbinenko Fix ARM Linux Loader on non-FDT platforms.
2013-12-21 Vladimir Serbinenko * configure.ac: Choose link format based on host_os...
2013-12-21 Vladimir Serbinenko * grub-core/osdep/unix/getroot.c: Non-unix build fix.
2013-12-21 Vladimir Serbinenko * grub-core/kern/emu/main.c: Build fix for emu.
2013-12-21 Vladimir Serbinenko Build fixes for argp.h with older gcc.
2013-12-21 Vladimir Serbinenko * util/grub-glue-efi.c: Use "universal binary" rather...
2013-12-21 Vladimir Serbinenko * include/grub/crypto.h (grub_crypto_xor): Fix cast...
2013-12-21 Vladimir Serbinenko Enable -Wformat=2 if it's supported.
2013-12-21 Vladimir Serbinenko * configure.ac: Add -Wmissing-include-dirs -Wmissing...
2013-12-21 Vladimir Serbinenko* grub-core/commands/macbless.c (grub_mac_bless_inode...
2013-12-21 Vladimir Serbinenko * include/grub/misc.h (grub_strtol): Fix overflow.
2013-12-21 Vladimir Serbinenko * include/grub/term.h (grub_unicode_estimate_width...
2013-12-21 Vladimir Serbinenko * include/grub/video.h (grub_video_rgba_color_rgb...
2013-12-21 Vladimir Serbinenko * util/misc.c (grub_util_get_image_size): Check for...
2013-12-21 Vladimir Serbinenko * grub-core/disk/raid6_recover.c (grub_raid_block_mulx...
2013-12-21 Vladimir Serbinenko * grub-core/disk/lvm.c: Use grub_size_t for sizes...
2013-12-21 Vladimir Serbinenko * util/import_gcry.py: Skip sample keys.
2013-12-21 Vladimir Serbinenko * util/misc.c (grub_qsort_strcmp): Don't discard const...
2013-12-21 Vladimir Serbinenko * configure.ac: Remove duplicate warning arguments.
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.
next