Commit History

Author SHA1 Message Date
  Vladimir Serbinenko dc6e1b5af8 strtoull: Fix behaviour on chars between '9' and 'a'. 8 years ago
  Vladimir Serbinenko be4e9d20a5 Refresh before abort 9 years ago
  Vladimir Serbinenko e5c9300191 printf: Fix and test %% behaviour in presence of subsequenbt args. 9 years ago
  Vladimir Serbinenko 064360e667 Remove libgcc dependency. 10 years ago
  Vladimir Serbinenko f034fab620 Supply signed division to fix ARM compilation. 10 years ago
  Vladimir Serbinenko aee2502cb5 Provide __aeabi_mem{cpy,set} 10 years ago
  Vladimir Serbinenko 4b8b9135f1 * grub-core/kern/misc.c (__bzero): Don't compile in GRUB_UTIL. 11 years ago
  Vladimir Serbinenko 252a289cb3 Determine the need for mingw-related stubs at compile time rather than 11 years ago
  Vladimir Serbinenko c311ced5d7 Make arm-emu work. 11 years ago
  Vladimir Serbinenko 2d76b4d81e Eliminate variable length arrays in grub_vsnprintf_real. 11 years ago
  Vladimir Serbinenko 4a0aaad022 clang emits calls to abort () under some unknown conditions. 11 years ago
  Vladimir Serbinenko 6fcec43954 Replace libgcc version of ctz with our own. 11 years ago
  Colin Watson 81a2e438dc * grub-core/kern/misc.c: Don't redirect divisions in the 11 years ago
  Vladimir Serbinenko 16057d6bbb Redirect all divisions to grub_divmod64. 11 years ago
  Vladimir Serbinenko 8506a64149 * include/grub/misc.h [__APPLE__]: Do not add regparm(0) on x86_64. 11 years ago
  Vladimir Serbinenko c4f11a2a99 * grub-core/kern/misc.c (grub_divmod64): Don't fallback to 11 years ago
  Vladimir Serbinenko 60375a88fe Allow compiling with clang (not really supported though). 11 years ago
  Vladimir Serbinenko 4bfe934cd1 * grub-core/kern/misc.c (grub_vsnprintf_real): Remove nested functions. 11 years ago
  Vladimir Serbinenko eb03ede014 * grub-core/fs/ext2.c (grub_ext2_read_symlink): Use memcpy rather 11 years ago
  Vladimir Serbinenko 04dea7e6c2 * grub-core/kern/misc.c (grub_vsnprintf_real): Unify int and wchar 11 years ago
  Vladimir Serbinenko a8f15bceea * grub-core/kern/misc.c (grub_abort): Make static 11 years ago
  Vladimir Serbinenko a60dae7e4e * grub-core/kern/misc.c (grub_vsnprintf_real): Don't attempt to 11 years ago
  Vladimir Serbinenko 891b713be3 * grub-core/kern/misc.c (grub_vsnprintf_real): Remove needless explicit 11 years ago
  Vladimir 'phcoder' Serbinenko f8401f760c * grub-core/kern/misc.c (grub_vsnprintf_real): Remove needless explicit 11 years ago
  Vladimir 'phcoder' Serbinenko ac1feb61d2 * grub-core/kern/misc.c (grub_strtoull): Remove needless *ptr != 0 11 years ago
  Vladimir 'phcoder' Serbinenko 00f72e890b * grub-core/kern/misc.c (grub_isprint): Move to ... 11 years ago
  Vladimir 'phcoder' Serbinenko bbd2b5396b * grub-core/kern/misc.c (grub_vsnprintf_real): Fix formatting of 11 years ago
  Vladimir 'phcoder' Serbinenko 3cd910a212 * grub-core/disk/ldm.c: Rename variables and arguments to prevent 11 years ago
  Vladimir 'phcoder' Serbinenko 148f100768 * grub-core/kern/misc.c (grub_vsnprintf_real): Handle %% properly. 11 years ago
  Vladimir 'phcoder' Serbinenko e744219bb6 Implement boot time analysis framework. 12 years ago