]> git.proxmox.com Git - grub2.git/history - include
* grub-core/net/net.c (grub_net_route_unregister): Remove unused
[grub2.git] / include /
2013-11-07 Vladimir Serbinenko * grub-core/kern/ieee1275/cmain.c: Add explicit attrib...
2013-11-07 Vladimir Serbinenko Import libgcrypt 1.5.3.
2013-11-07 Vladimir Serbinenko * include/grub/misc.h (grub_dprintf): Use unnamed...
2013-11-07 Vladimir Serbinenko * include/grub/symbol.h (FUNCTION): Use @function...
2013-11-06 Vladimir Serbinenko * include/grub/usb.h (grub_usb_controller_dev): Make...
2013-11-05 Gustavo Luiz Duarteissue separate DNS queries for ipv4 and ipv6
2013-11-03 Vladimir Serbinenko * grub-core/tests/video_checksum.c: Add 2560x1440...
2013-11-03 Vladimir Serbinenko * include/grub/term.h (grub_term_coordinate): Extend...
2013-11-03 Vladimir SerbinenkoRevert "Attempts at ZFS options"
2013-11-03 Vladimir SerbinenkoAttempts at ZFS options
2013-11-02 Vladimir Serbinenko * grub-core/fs/hfspluscomp.c (hfsplus_read_compressed_...
2013-11-01 Vladimir Serbinenko Rewrite blocklist functions in order to get progress...
2013-11-01 Vladimir Serbinenko Support --base-clock for serial command to handle...
2013-11-01 Vladimir Serbinenko * grub-core/fs/ext2.c (grub_ext2_read_symlink): Use...
2013-11-01 Vladimir Serbinenko * include/grub/misc.h (grub_strcat): Removed. All...
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 * include/grub/emu/hostdisk.h: Add proper declaration...
2013-10-28 Vladimir Serbinenko Make / in btrfs refer to real root, not the default...
2013-10-27 Vladimir Serbinenko * grub-core/net/tftp.c: Retransmit ack when rereceivin...
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_abort): Make static
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 Make char and string width grub_size_t rather than...
2013-10-25 Vladimir Serbinenko * conf/Makefile.common (CPPFLAGS_KERNEL): Add -DGRUB_K...
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... * grub-core/kern/misc.c (grub_isprint): Move to ...
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_data): Move code for compr...
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... Add haiku-specific functions.
2013-10-19 Vladimir 'phcoder... * grub-core/osdep/unix/getroot.c: Move exec functions...
2013-10-19 Vladimir 'phcoder... * util/grub-render-label.c: Move backend part to ...
2013-10-19 Vladimir 'phcoder... * util/grub-render-label.c: Move backend part to ...
2013-10-18 Vladimir 'phcoder... * grub-core/osdep/unix/getroot.c (grub_util_check_bloc...
2013-10-18 Vladimir 'phcoder... * grub-core/disk/ldm.c: Rename variables and arguments...
2013-10-18 Vladimir 'phcoder... * include/grub/dl.h: Remove double declaration of...
2013-10-18 Vladimir 'phcoder... * include/grub/setjmp.h: Define RETURNS_TWICE. Keep...
2013-10-18 Vladimir 'phcoder... * include/grub/misc.h: Don't use warn_unused_result...
2013-10-16 Hiroyuki YAMAMORI Handle Japanese special keys.
2013-10-15 Vladimir 'phcoder... * util/grub-editenv.c (create_envblk_file): More from...
2013-10-15 Vladimir 'phcoder... * include/grub/osdep/hostfile_windows.h: Add missing...
2013-10-15 Vladimir 'phcoder... Define grub_util_is_directory/regular/special_file and
2013-10-15 Vladimir 'phcoder... * util/grub-mkimage.c: Move backend part to ...
2013-10-15 Vladimir 'phcoder... Allow compilation with mingw64 albeit with warnings...
2013-10-15 Vladimir 'phcoder... Split out blocklist retrieving from setup.c to
2013-10-15 Vladimir 'phcoder... Split grub-setup.c into frontend (grub-setup.c) and...
2013-10-15 Vladimir 'phcoder... * configure.ac: Check for nvlist_lookup_string in...
2013-10-15 Vladimir 'phcoder... Add wrappers around rename, unlink, mkdir, opendir...
2013-10-15 Vladimir 'phcoder... * include/grub/emu/hostdisk.h: Move file operations to
2013-10-15 Vladimir 'phcoder... Move cpu time retrieval to separate grub_util_get_cpu_...
2013-10-15 Vladimir 'phcoder... Split emunet into platform-dependent and GRUB-binding...
2013-10-15 Vladimir 'phcoder... * grub-core/tests/video_checksum.c: Use grub_util_fd_...
2013-10-14 Vladimir 'phcoder... Pass-through unknown E820 types. It required reorganis...
2013-10-14 Vladimir 'phcoder... Make grub_util_fd_seek match behaviour of other grub_u...
2013-10-14 Vladimir 'phcoder... Define GRUB_UTIL_FD_O_* and always use them with grub_...
2013-10-14 Vladimir 'phcoder... * include/grub/osdep/hostfile_windows.h (grub_util_utf...
2013-10-13 Vladimir 'phcoder... * include/grub/misc.h: Use gnu_printf only on gcc...
2013-10-13 Vladimir 'phcoder... Add a wrapper for fopen. On unix-like systems just...
2013-10-13 Vladimir 'phcoder... Move set_program_name and init_nls to host_init. On...
2013-10-12 Vladimir 'phcoder... * include/grub/misc.h: Use gnu_printf rather than...
2013-10-10 Vladimir 'phcoder... Avoid including hostfile.h when not necessarry as...
2013-10-09 Vladimir 'phcoder... Move OS-dependent file definitions to include/grub...
2013-10-09 Vladimir 'phcoder... * include/grub/emu/hostdisk.h (grub_hostdisk_linux_fin...
2013-10-09 Vladimir 'phcoder... * include/grub/emu/getroot.h (grub_util_find_hurd_root...
2013-10-09 Vladimir 'phcoder... Move OS-specific driver configuration to grub_util_fd_...
2013-10-08 Vladimir 'phcoder... * include/grub/util/lvm.h: Removed.
2013-10-08 Vladimir 'phcoder... * grub-core/kern/emu/misc.c (grub_get_rtc): Remove...
2013-10-08 Vladimir 'phcoder... * include/grub/setjmp.h: Remove leftover GRUBOF.
2013-10-08 Vladimir 'phcoder... * util/raid.c: Fold into ...
2013-10-04 Vladimir 'phcoder... Add AROS hostdisk and getroot routines.
2013-10-03 Vladimir 'phcoder... Make cryptodisk and diskfilter probe data retrievable...
2013-10-03 Vladimir 'phcoder... Split random retrieving code into separate files.
2013-10-02 Vladimir Testov * grub-core/gfxmenu/theme_loader.c: New global...
2013-09-27 Jon McCune * grub-core/commands/loadenv.c: Support skipping signa...
2013-09-24 Vladimir 'phcoder... * include/grub/emu/hostdisk.h (GRUB_FD_STAT_IS_FUNTION...
2013-09-24 Vladimir 'phcoder... * grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_op...
2013-09-23 Vladimir 'phcoder... * util/getroot_unix.c [__MINGW32__ || __CYGWIN__]:
2013-09-23 Vladimir 'phcoder... * include/grub/cryptodisk.h (grub_cryptodisk): Use...
2013-09-23 Vladimir 'phcoder... * include/grub/emu/misc.h: Remove leftover cygwin...
2013-09-23 Vladimir 'phcoder... * include/grub/i386/setjmp.h: Remove useless #if MINGW...
2013-09-23 Vladimir 'phcoder... Use Winapi on both cygwin and mingw32 to share more...
2013-09-22 Vladimir 'phcoder... * grub-core/kern/emu/hostdisk.c: Disentagle into a...
2013-09-20 Vladimir 'phcoder... * grub-core/disk/diskfilter.c: Handle non-md UUIDs.
2013-09-19 Vladimir 'phcoder... * util/lvm.c: Remove since unused. Remove remaining...
2013-08-22 Vladimir 'phcoder... Handle grub-pe2elf and grub-mkfont for cases when...
2013-08-22 Vladimir 'phcoder... * grub-core/kern/emu/hostdisk.c (grub_util_get_fd_size...
2013-08-22 Vladimir 'phcoder... * include/grub/mm.h (grub_extend_alloc): Remove.
2013-08-22 Vladimir 'phcoder... * include/grub/zfs/spa.h (zio_cksum): Add explicit...
2013-08-22 Vladimir 'phcoder... * include/grub/crypto.h: Don't declare gcry_log_bug...
2013-08-14 Vladimir 'phcoder... * include/grub/i386/pc/biosdisk.h (grub_biosdisk_drp...
2013-08-08 Vladimir Testov * docs/grub.texi: Introduce terminal window...
2013-07-25 Vladimir 'phcoder... * include/grub/video.h (grub_video_register): Keep...
2013-07-18 Leif Lindholm New ports to arm-uboot and arm-efi.
2013-07-16 Vladimir 'phcoder... Merge mainline into arm
next