提交歷史

作者 SHA1 備註 提交日期
  Thomas Frauendorfer | Miray Software 83603bea6c kern/misc: Add function to check printf() format against expected format 4 年之前
  Thomas Frauendorfer | Miray Software 1a2a5aff71 kern/misc: Add STRING type for internal printf() format handling 4 年之前
  Thomas Frauendorfer | Miray Software 7f11bde314 kern/misc: Split parse_printf_args() into format parsing and va_list handling 4 年之前
  Daniel Axtens f41f0af48a kern/misc: Always set *end in grub_strtoull() 4 年之前
  Peter Jones f725fa7cb2 calloc: Use calloc() at most places 5 年之前
  Peter Jones 8d88ae92b5 kern: Add grub_debug_enabled() 5 年之前
  Peter Jones d5a32255de misc: Make grub_strtol() "end" pointers have safer const qualifiers 5 年之前
  Paulo Flabiano Smorigo 8c2c35dcc0 kern: Add %X option to printf functions 5 年之前
  Vladimir Serbinenko dc6e1b5af8 strtoull: Fix behaviour on chars between '9' and 'a'. 9 年之前
  Vladimir Serbinenko be4e9d20a5 Refresh before abort 9 年之前
  Vladimir Serbinenko e5c9300191 printf: Fix and test %% behaviour in presence of subsequenbt args. 9 年之前
  Vladimir Serbinenko 064360e667 Remove libgcc dependency. 10 年之前
  Vladimir Serbinenko f034fab620 Supply signed division to fix ARM compilation. 10 年之前
  Vladimir Serbinenko aee2502cb5 Provide __aeabi_mem{cpy,set} 10 年之前
  Vladimir Serbinenko 4b8b9135f1 * grub-core/kern/misc.c (__bzero): Don't compile in GRUB_UTIL. 11 年之前
  Vladimir Serbinenko 252a289cb3 Determine the need for mingw-related stubs at compile time rather than 11 年之前
  Vladimir Serbinenko c311ced5d7 Make arm-emu work. 11 年之前
  Vladimir Serbinenko 2d76b4d81e Eliminate variable length arrays in grub_vsnprintf_real. 11 年之前
  Vladimir Serbinenko 4a0aaad022 clang emits calls to abort () under some unknown conditions. 11 年之前
  Vladimir Serbinenko 6fcec43954 Replace libgcc version of ctz with our own. 11 年之前
  Colin Watson 81a2e438dc * grub-core/kern/misc.c: Don't redirect divisions in the 11 年之前
  Vladimir Serbinenko 16057d6bbb Redirect all divisions to grub_divmod64. 11 年之前
  Vladimir Serbinenko 8506a64149 * include/grub/misc.h [__APPLE__]: Do not add regparm(0) on x86_64. 11 年之前
  Vladimir Serbinenko c4f11a2a99 * grub-core/kern/misc.c (grub_divmod64): Don't fallback to 11 年之前
  Vladimir Serbinenko 60375a88fe Allow compiling with clang (not really supported though). 11 年之前
  Vladimir Serbinenko 4bfe934cd1 * grub-core/kern/misc.c (grub_vsnprintf_real): Remove nested functions. 11 年之前
  Vladimir Serbinenko eb03ede014 * grub-core/fs/ext2.c (grub_ext2_read_symlink): Use memcpy rather 11 年之前
  Vladimir Serbinenko 04dea7e6c2 * grub-core/kern/misc.c (grub_vsnprintf_real): Unify int and wchar 11 年之前
  Vladimir Serbinenko a8f15bceea * grub-core/kern/misc.c (grub_abort): Make static 11 年之前
  Vladimir Serbinenko a60dae7e4e * grub-core/kern/misc.c (grub_vsnprintf_real): Don't attempt to 11 年之前