grub/include/grub/emu
Colin Watson 5c7206e45e Speed up test suite by avoiding fsync
Add grub_util_disable_fd_syncs call to turn grub_util_fd_sync calls into
no-ops, and use it in programs that copy files but do not need to take
special care to sync writes (grub-mknetdir, grub-rescue,
grub-mkstandalone).

On my laptop, this reduces partmap_test's runtime from 1236 seconds to
204 seconds.
2013-11-27 10:10:22 +00:00
..
config.h Rewrite grub-install, grub-mkrescue, grub-mkstandalone and grub-mknetdir 2013-11-16 20:21:16 +01:00
console.h working copy, wo nested packaging 2010-08-17 19:03:22 +05:30
exec.h * grub-core/osdep/unix/getroot.c: Move exec functions to ... 2013-10-19 02:56:40 +02:00
getroot.h Rewrite grub-install, grub-mkrescue, grub-mkstandalone and grub-mknetdir 2013-11-16 20:21:16 +01:00
hostdisk.h * include/grub/emu/hostdisk.h: Add proper declaration for grub_host_init 2013-10-28 13:33:12 +01:00
hostfile.h Speed up test suite by avoiding fsync 2013-11-27 10:10:22 +00:00
misc.h * include/grub/misc.h: Don't use warn_unused_result on gcc < 3.4. 2013-10-18 16:34:18 +02:00
net.h Split emunet into platform-dependent and GRUB-binding parts. Keep 2013-10-15 11:55:20 +02:00