Vladimir 'phcoder' Serbinenko
|
669fc44923
|
* grub-core/osdep/unix/hostdisk.c (grub_util_fd_read): Return correct
value in case of incomplete read.
(grub_util_fd_write): Likewise.
|
2013-10-16 00:20:07 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
df1e64c98e
|
Define grub_util_is_directory/regular/special_file and
use OS-dependent versions rather than to rely on stat().
|
2013-10-15 20:27:58 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
25ac643a54
|
* grub-core/tests/video_checksum.c: Use grub_util_fd_* rather than
open/read/write.
|
2013-10-15 11:06:57 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
b73249d260
|
Make grub_util_fd_seek match behaviour of other grub_util_fd_* and
fseeko.
|
2013-10-14 12:47:09 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
bb338aaf24
|
Add a wrapper for fopen. On unix-like systems just pass-through. On
windows use unicode version.
|
2013-10-13 20:36:28 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
caca1c70cf
|
Move OS-specific driver configuration to grub_util_fd_open. This
moves OS-dependent parts from kern/emu/hostdisk.c to
grub-core/osdep/*/hostdisk.c.
|
2013-10-09 07:04:25 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
672fa55e81
|
Move OS-dependent files to grub-core/osdep and document it.
|
2013-10-08 17:30:22 +02:00 |
|