efi: Move grub_reboot() into kernel
[grub.git] / include / grub / misc.h
2017-09-07 Alexander Grafefi: Move grub_reboot() into kernel
2015-03-03 Vladimir SerbinenkoRemove libgcc dependency.
2015-02-23 Vladimir SerbinenkoSupply signed division to fix ARM compilation.
2015-02-21 Vladimir SerbinenkoProvide __aeabi_mem{cpy,set}
2015-01-21 Vladimir Serbinenko * include/grub/misc.h (grub_div_roundup): Remove as...
2014-01-18 Andrey Borzenkovfix include loop on MinGW due to libintl.h pulling...
2013-12-21 Vladimir Serbinenko * include/grub/misc.h (grub_strtol): Fix overflow.
2013-12-18 Vladimir Serbinenko Add __attribute__ ((sysv_abi)) only if it's really...
2013-12-16 Vladimir Serbinenko Determine the need for mingw-related stubs at compile...
2013-12-08 Vladimir Serbinenko Fix mips-emu compilation.
2013-11-25 Vladimir SerbinenkoMerge branch 'master' into leiflindholm/arm64
2013-11-22 Vladimir Serbinenko clang emits calls to abort () under some unknown condi...
2013-11-18 Vladimir SerbinenkoMerge branch 'master' into leiflindholm/arm64
2013-11-17 Vladimir Serbinenko * include/grub/misc.h: Replace check for __sparc64__...
2013-11-15 Vladimir Serbinenko Replace libgcc version of ctz with our own.
2013-11-13 Colin Watson* grub-core/kern/misc.c: Don't redirect divisions in the
2013-11-13 Vladimir Serbinenko * grub-core/kern/arm/misc.S: Add __muldi3 and __aeabi_...
2013-11-12 Vladimir Serbinenko Redirect all divisions to grub_divmod64.
2013-11-11 Vladimir Serbinenko * include/grub/misc.h [__APPLE__]: Do not add regparm...
2013-11-07 Vladimir Serbinenko * include/grub/misc.h (grub_dprintf): Use unnamed...
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-27 Vladimir Serbinenko * grub-core/net/tftp.c: Retransmit ack when rereceivin...
2013-10-27 Vladimir Serbinenko * grub-core/kern/misc.c (grub_abort): Make static
2013-10-26 Vladimir Serbinenko * grub-core/fs/iso9660.c: Replace strncat with memcpy.
2013-10-21 Vladimir 'phcoder... * grub-core/kern/misc.c (grub_isprint): Move to ...
2013-10-18 Vladimir 'phcoder... * include/grub/misc.h: Don't use warn_unused_result...
2013-10-13 Vladimir 'phcoder... * include/grub/misc.h: Use gnu_printf only on gcc...
2013-10-12 Vladimir 'phcoder... * include/grub/misc.h: Use gnu_printf rather than...
2013-05-11 Vladimir 'phcoder... merge mainline into arm
2013-05-07 Vladimir 'phcoder... * tests/priority_queue_unit_test.cc: New test.
2013-04-27 Vladimir 'phcoder... Make 'make check' work on emu.
2013-04-05 Vladimir 'phcoder... Move GRUB_CHAR_BIT to types.h.
2013-04-03 Vladimir 'phcoder... * grub-core/commands/verify.c: Save verified file...
2013-04-03 Vladimir Testov * grub-core/gfxmenu/gui_circular_progress.c: Take...
2013-03-19 Vladimir 'phcoder... Implement boot time analysis framework.
2013-03-03 Vladimir 'phcoder... Remove all trampoline support. Add -Wtrampolines when
2012-05-28 Vladimir 'phcoder... * include/grub/list.h (grub_bad_type_cast_real): Remov...
2012-05-28 Vladimir 'phcoder... * include/grub/misc.h (memcmp) [__APPLE__]: Mark as...
2012-05-04 Vladimir 'phcoder... * grub-core/kern/misc.c (grub_strcmp): Use unsigned...
2012-03-05 Vladimir 'phcoder... * include/grub/misc.h (ALIGN_UP_OVERHEAD): New define.
2012-02-27 Colin Watson * include/grub/partition.h (grub_partition_map): Chang...
2012-02-26 Vladimir 'phcoder... * grub-core/kern/misc.c (grub_stpcpy): Move from here ...
2012-02-26 Vladimir 'phcoder... Remove prio_list.
2012-02-18 Vladimir 'phcoder... merge mainline into gdb
2012-02-12 Vladimir 'phcoder... * include/grub/misc.h (grub_error_save): Fix cleaning...
2012-02-12 Vladimir 'phcoder... Improve string. Gettextize.
2012-02-10 Vladimir 'phcoder... * include/grub/misc.h: Avoid evaluationg NEED_ENABLE_E...
2012-02-08 Vladimir 'phcoder... Improve gettext support. Stylistic fixes and error...
2012-02-05 Vladimir 'phcoder... * grub-core/kern/err.c (GRUB_MAX_ERRMSG): Move to ...
2012-02-01 Vladimir 'phcoder... merge mainline into cbi
2012-02-01 Vladimir 'phcoder... merge mainline into ehci
2012-01-14 Vladimir 'phcoder... Eliminate grub_min/grub_max prone to overflow usage.
2011-12-23 Vladimir 'phcoder... merge mainline into hints
2011-12-20 Vladimir 'phcoder... IPv6, TCP, HTTP, ICMP and DNS support. Several cleanup...
2011-12-16 Vladimir 'phcoder... merge mainline into net
2011-12-15 Vladimir 'phcoder... Remerge net branch
2011-12-15 Vladimir 'phcoder... merge mainline into net
2011-12-13 Vladimir 'phcoder... * include/grub/emu/misc.h (xasprintf): Add missing...
2011-12-12 Vladimir 'phcoder... Enable UTF8 in gnulib regexp.
2011-11-14 Vladimir 'phcoder... merge mainline into backtrace
2011-11-14 Vladimir 'phcoder... merge mainline into backtrace
2011-11-13 Vladimir 'phcoder... Merge mainline into plan9
2011-11-12 Vladimir 'phcoder... Move grub_chainloader_real_boot out of the kernel.
2011-11-11 Vladimir 'phcoder... merge mainline into fuse
2011-11-11 Vladimir 'phcoder... * grub-core/kern/misc.c (grub_strstr): Moved from...
2011-11-09 Vladimir 'phcoder... * include/grub/misc.h (grub_strncat): Fix the order...
2011-11-08 Vladimir 'phcoder... Merge mainline into fuse
2011-10-26 Vladimir 'phcoder... merge mainline into zfs
2011-10-23 Vladimir 'phcoder... * include/grub/misc.h (grub_memcpy): Declare grub_memc...
2011-10-19 Vladimir 'phcoder... ExFAT support.
2011-10-19 Vladimir 'phcoder... Move grub_reboot out of the kernel.
2011-10-14 Vladimir 'phcoder... * grub-core/lib/posix_wrap/ctype.h (isxdigit): Use...
2011-10-05 Vladimir 'phcoder... merge mainline into net
2011-08-13 Szymon Jancmerge trunk
2011-07-23 Vladimir 'phcoder... First attempt at http
2011-07-07 Vladimir Serbinenko LUKS and GELI support.
2011-07-07 Vladimir 'phcoder... merge mainline into lazy
2011-06-23 Vladimir 'phcoder... AHCI support.
2011-06-23 Vladimir 'phcoder... merge mainline into 4096
2011-05-27 Manoel R. AbranchesMerge Mainline.
2011-05-18 Colin Watsonmerge trunk
2011-05-18 Colin Watson * grub-core/fs/squash4.c: Add missing GRUB_MOD_LICENSE.
2011-05-18 Vladimir 'phcoder... Use full 64-bit division.
2011-05-18 Vladimir 'phcoder... * grub-core/fs/fat.c: Include grub/fat.h.
2011-05-18 Vladimir 'phcoder... FreeDOS direct loading support.
2011-05-18 Vladimir 'phcoder... Long Linux command line support.
2011-05-18 Vladimir Serbinenko Improve devmapper support
2011-05-17 Vladimir 'phcoder... merge mainline and various cleanups
2011-05-16 Vladimir 'phcoder... merge mainline into ahci
2011-05-15 Vladimir 'phcoder... Several FS mtime support.
2011-05-15 Vladimir 'phcoder... ROMFS support.
2011-05-15 Vladimir 'phcoder... Squashfs v4 support.
2011-05-15 Feiran Zheng * Makefile.util.def (libgrubmods.a): Add minix3.
2011-05-15 Tristan Gingold IA64 support.
2011-05-14 Vladimir 'phcoder... Fuloong support.
2011-05-05 Manoel Rebelo Abra... Merge mainline.
2011-04-24 Vladimir 'phcoder... merge 4096 into luks
2011-04-24 Vladimir 'phcoder... merge 4096 into luks
2011-04-21 Vladimir 'phcoder... merge devmapper into lazy
next