]> git.proxmox.com Git - grub2.git/history - grub-core
* grub-core/kern/efi/efi.c (grub_efi_get_filename): Avoid inefficient
[grub2.git] / grub-core /
2013-11-01 Vladimir Serbinenko * grub-core/kern/efi/efi.c (grub_efi_get_filename...
2013-11-01 Vladimir Serbinenko * grub-core/kern/dl.c: Unify section-finding algorithm...
2013-11-01 Vladimir Serbinenko * grub-core/kern/mm.c (grub_realloc): Don't copy more...
2013-10-30 Vladimir Serbinenko * grub-core/io/gzio.c (huft_build): Use zalloc for...
2013-10-28 Vladimir Serbinenko * grub-core/loader/multiboot_mbi2.c: Implement network...
2013-10-28 Vladimir Serbinenko * grub-core/loader/multiboot_mbi2.c: Add EFI memory...
2013-10-28 Vladimir Serbinenko * grub-core/loader/multiboot_mbi2.c: Implement EFI...
2013-10-28 Vladimir Serbinenko * grub-core/loader/multiboot.c: Add support for multib...
2013-10-28 Vladimir Serbinenko * grub-core/loader/i386/linux.c (allocate_pages):...
2013-10-28 Vladimir Serbinenko * grub-core/loader/multiboot.c (grub_cmd_module):...
2013-10-28 Vladimir Serbinenko * grub-core/loader/xnu_resume.c (grub_xnu_resume)...
2013-10-28 Francesco Lavra * grub-core/lib/fdt.c: Fix miscellaneous bugs.
2013-10-28 Vladimir Serbinenko * grub-core/lib/progress.c (grub_file_progress_hook_re...
2013-10-28 Vladimir Serbinenko * include/grub/emu/hostdisk.h: Add proper declaration...
2013-10-28 Vladimir Serbinenko * grub-core/kern/emu/hostdisk.c (grub_util_check_file_...
2013-10-28 Vladimir Serbinenko * grub-core/osdep/linux/getroot.c: Add new btrfs defines.
2013-10-28 Vladimir Serbinenko Make / in btrfs refer to real root, not the default...
2013-10-27 Andrey BorzenkovMerge branch 'fu/disk_common'
2013-10-27 Andrey BorzenkovAdd grub-core/kern/disk_common.c to extra_dist
2013-10-27 Vladimir Serbinenko * grub-core/net/tftp.c: Retransmit ack when rereceivin...
2013-10-27 Vladimir Serbinenko * grub-core/net/tftp.c: Retransmit ack when rereceivin...
2013-10-27 Vladimir Serbinenko * grub-core/loader/i386/bsd.c (grub_cmd_openbsd):...
2013-10-27 Vladimir Serbinenko Move grub_disk_write out of kernel into disk.mod.
2013-10-27 Vladimir Serbinenko * grub-core/kern/misc.c (grub_vsnprintf_real): Unify...
2013-10-27 Vladimir Serbinenko * grub-core/kern/misc.c (grub_abort): Make static
2013-10-27 Vladimir Serbinenko * grub-core/kern/misc.c (grub_vsnprintf_real): Don...
2013-10-27 Vladimir Serbinenko * grub-core/kern/misc.c (grub_vsnprintf_real): Remove...
2013-10-27 Vladimir Serbinenko * grub-core/lib/legacy_parse.c: Add support for "nd...
2013-10-26 Vladimir Serbinenko Consolidate cpuid code.
2013-10-26 Vladimir Serbinenko Move cpuid code to cpuid.h and TSC code to tsc.c.
2013-10-26 Vladimir Serbinenko * grub-core/fs/iso9660.c: Replace strncat with memcpy.
2013-10-26 Vladimir Serbinenko * grub-core/normal/datetime.c (grub_unixtime2datetime...
2013-10-25 Vladimir Serbinenko * grub-core/normal/menu_entry.c (get_logical_num_lines...
2013-10-25 Vladimir Serbinenko * grub-core/normal/menu_entry.c (complete): Make sure...
2013-10-25 Vladimir Serbinenko Make char and string width grub_size_t rather than...
2013-10-25 Vladimir Serbinenko * grub-core/normal/cmdline.c (grub_history_get): Make...
2013-10-25 Vladimir Serbinenko * grub-core/disk/raid6_recover.c: Use unsigned arithme...
2013-10-25 Vladimir Serbinenko * grub-core/video/bitmap_scale.c: Use unsigned arithme...
2013-10-25 Vladimir Serbinenko * grub-core/video/fb/fbblit.c: Use (255 ^ x) rather...
2013-10-25 Vladimir Serbinenko * grub-core/video/readers/png.c (grub_png_convert_imag...
2013-10-25 Vladimir Serbinenko * grub-core/video/readers/jpeg.c: Use unsigned where...
2013-10-25 Vladimir Serbinenko * grub-core/fs/zfs/zfs.c (xor_out): Use unsigned modul...
2013-10-25 Vladimir Serbinenko * grub-core/net/dns.c (hash): Use unsigned arithmetic.
2013-10-25 Vladimir Serbinenko * grub-core/io/gzio.c (test_zlib_header): Use undigned...
2013-10-25 Vladimir SerbinenkoMerge branch 'master' of git.sv.gnu.org:/srv/git/grub
2013-10-25 Vladimir Serbinenko * grub-core/fs/ext2.c (EXT2_BLOCK_SIZE): Make unsigned.
2013-10-25 Vladimir Serbinenko * grub-core/commands/gptsync.c (lba_to_chs): Use prope...
2013-10-25 Vladimir Serbinenko * conf/Makefile.common (CPPFLAGS_KERNEL): Add -DGRUB_K...
2013-10-25 Vladimir Serbinenko * grub-core/lib/progress.c (grub_file_progress_hook_re...
2013-10-25 Vladimir Serbinenko * grub-core/lib/progress.c (grub_file_progress_hook_re...
2013-10-25 Vladimir Serbinenko * grub-core/boot/i386/pc/startup_raw.S (grub_gate_a20...
2013-10-25 Vladimir Serbinenko * grub-core/boot/i386/qemu/boot.S: Ensure that A20...
2013-10-24 Robert Millan * grub-core/video/i386/pc/vbe.c (grub_video_vbe_setup...
2013-10-23 Vladimir Serbinenko * grub-core/lib/progress.c (grub_file_progress_hook_re...
2013-10-22 Paulo Flabiano SmorigoMerge branch 'master' of git.sv.gnu.org:/srv/git/grub
2013-10-22 Paulo Flabiano Smorigo Add progress module to display load progress of files.
2013-10-21 Vladimir 'phcoder... Verify signatures of signatures unless --skip-sig...
2013-10-21 Vladimir 'phcoder... * grub-core/kern/misc.c (grub_vsnprintf_real): Remove...
2013-10-21 Vladimir 'phcoder... * grub-core/kern/misc.c (grub_strtoull): Remove needle...
2013-10-21 Vladimir 'phcoder... * grub-core/kern/misc.c (grub_isprint): Move to ...
2013-10-21 Vladimir 'phcoder... * grub-core/fs/ntfs.c (grub_ntfs_mount): Remove redund...
2013-10-21 Vladimir 'phcoder... * grub-core/fs/ntfs.c: Move common UTF-16 handling...
2013-10-21 Vladimir 'phcoder... * grub-core/fs/ntfs.c: Handle 48-bit MFT no.
2013-10-21 Vladimir 'phcoder... * grub-core/fs/ntfs.c (read_run_data): Rewrite using...
2013-10-21 Vladimir 'phcoder... * grub-core/fs/ntfs.c (grub_ntfs_iterate_dir): Use...
2013-10-21 Vladimir 'phcoder... * grub-core/fs/ntfs.c (read_data): Move code for compr...
2013-10-20 Vladimir 'phcoder... * grub-core/kern/disk.c (grub_disk_write): Use malloc...
2013-10-20 Vladimir 'phcoder... * grub-core/loader/i386/bsd.c: Remove variable length...
2013-10-20 Vladimir 'phcoder... * grub-core/fs/ufs.c: Remove variable length arrays.
2013-10-20 Vladimir 'phcoder... * grub-core/fs/ntfs.c: Add comment about fixed allocat...
2013-10-20 Vladimir 'phcoder... * grub-core/fs/zfs.c: Remove variable length arrays.
2013-10-20 Vladimir 'phcoder... * grub-core/fs/zfs/zfs.c (check_pool_label): Fix memor...
2013-10-20 Vladimir 'phcoder... * grub-core/net/arp.c: Remove variable length arrays.
2013-10-20 Vladimir 'phcoder... * grub-core/fs/ntfs.c: Remove variable length arrays.
2013-10-20 Vladimir 'phcoder... * grub-core/fs/hfs.c: Remove variable length arrays.
2013-10-20 Vladimir 'phcoder... * grub-core/fs/udf.c: Remove variable length arrays.
2013-10-20 Vladimir 'phcoder... * grub-core/fs/iso9660.c: Remove variable length arrays.
2013-10-20 Vladimir 'phcoder... * grub-core/fs/nilfs2.c: Remove variable length arrays.
2013-10-20 Vladimir 'phcoder... * grub-core/fs/xfs.c: Remove variable length arrays.
2013-10-20 Vladimir 'phcoder... * grub-core/fs/fshelp.c: Remove variable length arrays.
2013-10-20 Vladimir 'phcoder... * grub-core/normal/completion.c: Remove variable lengt...
2013-10-20 Vladimir 'phcoder... * grub-core/fs/minix.c: Remove variable length arrays...
2013-10-20 Vladimir 'phcoder... * grub-core/fs/jfs.c: Remove variable length arrays...
2013-10-20 Vladimir 'phcoder... * grub-core/fs/bfs.c: Remove variable length arrays...
2013-10-19 Vladimir 'phcoder... Lift 255x255 erminal sie restriction to 65535x65535...
2013-10-19 Vladimir 'phcoder... * grub-core/osdep/unix/exec.c: Fix compilation error...
2013-10-19 Vladimir 'phcoder... * grub-core/kern/misc.c (grub_vsnprintf_real): Fix...
2013-10-19 Vladimir 'phcoder... * grub-core/tests/video_checksum.c (grub_video_capture...
2013-10-19 Vladimir 'phcoder... Add haiku-specific functions.
2013-10-19 Vladimir 'phcoder... * grub-core/kern/emu/hostdisk.c: Remove few leftover...
2013-10-19 Vladimir 'phcoder... Move stat () and device mode checking into OS-dependen...
2013-10-19 Vladimir 'phcoder... Split make_system_path_relative_to_its_root into separ...
2013-10-19 Vladimir 'phcoder... * grub-core/osdep/aros/hostdisk.c (grub_util_is_direct...
2013-10-19 Vladimir 'phcoder... * grub-core/osdep/unix/getroot.c: Move exec functions...
2013-10-19 Vladimir 'phcoder... * grub-core/lib/libgcrypt_wrap/cipher_wrap.h: Define...
2013-10-19 Vladimir 'phcoder... * grub-core/osdep/random.c: Use unix/random.c on haiku...
2013-10-19 Vladimir 'phcoder... * grub-core/osdep/generic/blocklist.c: Add missing...
2013-10-19 Vladimir 'phcoder... * grub-core/disk/efi/efidisk.c (grub_efidisk_get_devic...
2013-10-19 Vladimir 'phcoder... Don't add -lm on haiku.
2013-10-18 Vladimir 'phcoder... * grub-core/kern/i386/pc/mmap.c (grub_machine_mmap_ite...
next