grub:phcoder/filesize

Last commit made on 2013-10-27
Get this branch:
git clone -b phcoder/filesize https://git.launchpad.net/grub

Branch merges

Branch information

Name:
phcoder/filesize
Repository:
lp:grub

Recent commits

8e2fb1e... by phcoder

More efficient retrieval of file size

442b86d... by phcoder

 Move grub_disk_write out of kernel into disk.mod.

04dea7e... by phcoder

 * grub-core/kern/misc.c (grub_vsnprintf_real): Unify int and wchar
 handling.

a8f15bc... by phcoder

 * grub-core/kern/misc.c (grub_abort): Make static

a60dae7... by phcoder

 * grub-core/kern/misc.c (grub_vsnprintf_real): Don't attempt to
 transform invalid unicode codepoints.

891b713... by phcoder

 * grub-core/kern/misc.c (grub_vsnprintf_real): Remove needless explicit
 \0 checking.

cf88063... by phcoder

Revert " * util/grub-mkstandalone.in: Remove needless copying since we already"

The copying in question was needed.

This reverts commit 8154884dd4ee8e1134ca5124ab786173dee279ad.

03dcac7... by phcoder

 * grub-core/lib/legacy_parse.c: Add support for "nd" disk.

c81acb7... by phcoder

 Consolidate cpuid code.

c1bee64... by phcoder

 Move cpuid code to cpuid.h and TSC code to tsc.c.