- 04 Mar, 2015 1 commit
-
-
Vladimir Serbinenko authored
canonicalize_file_name clashed with gnulib function. Additionally it was declared in 2 places: emu/misc.h and util/misc.h. Added grub_ prefix and removed second declaration.
-
- 24 Dec, 2013 1 commit
-
-
Vladimir Serbinenko authored
-
- 21 Dec, 2013 1 commit
-
-
Vladimir Serbinenko authored
-
- 27 Nov, 2013 2 commits
-
-
Vladimir Serbinenko authored
Fixes build for windows.
-
Colin Watson authored
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.
-
- 17 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
the function of these files exceeds what can be sanely handled in shell in posix-comaptible way. Also writing it in C extends the functionality to non-UNIX-like OS and minimal environments.
-
- 19 Oct, 2013 2 commits
-
-
Vladimir 'phcoder' Serbinenko authored
relpath.c from getroot.c as it's common between unix and haiku but otherwise haiku doesn't use any functions from unix getroot.c.
-
Vladimir 'phcoder' Serbinenko authored
New function. (grub_util_is_special_file): Likewise.
-
- 15 Oct, 2013 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
open/read/write.
-
- 14 Oct, 2013 2 commits
-
-
Vladimir 'phcoder' Serbinenko authored
fseeko.
-
Vladimir 'phcoder' Serbinenko authored
windows use unicode version.
-
- 10 Oct, 2013 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
with AROS devs. * grub-core/osdep/aros/hostdisk.c: Likewise.
-
- 09 Oct, 2013 2 commits
-
-
Vladimir 'phcoder' Serbinenko authored
moves OS-dependent parts from kern/emu/hostdisk.c to grub-core/osdep/*/hostdisk.c.
-
Vladimir 'phcoder' Serbinenko authored
-
- 08 Oct, 2013 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-