grub/grub-core/osdep/unix
Colin Watson 3bc1b2daab Fix various build problems on GNU/Hurd.
* grub-core/osdep/unix/getroot.c (strip_extra_slashes): Move inside
!defined (__GNU__).
(xgetcwd): Likewise.
* include/grub/emu/hostdisk.h (grub_util_hurd_get_disk_info)
[__GNU__]: Add prototype.
* util/getroot.c (grub_util_biosdisk_get_grub_dev) [__GNU__]: Format
long int using %ld rather than %d.
2013-12-20 14:02:27 +00:00
..
compress.c Rewrite grub-install, grub-mkrescue, grub-mkstandalone and grub-mknetdir 2013-11-16 20:21:16 +01:00
config.c Rewrite grub-install, grub-mkrescue, grub-mkstandalone and grub-mknetdir 2013-11-16 20:21:16 +01:00
cputime.c Move cpu time retrieval to separate grub_util_get_cpu_time_ms 2013-10-15 13:13:53 +02:00
dl.c Move OS-dependent mprotect for module loading to grub-core/osdep/*/dl.c 2013-12-08 18:08:23 +01:00
emuconsole.c * grub-core/osdep/unix/emuconsole.c (put): Pacify the compiler on 2013-11-13 13:34:57 +00:00
exec.c consolidate grub_util_exec code 2013-12-16 22:41:15 +04:00
getroot.c Fix various build problems on GNU/Hurd. 2013-12-20 14:02:27 +00:00
hostdisk.c Use unix functions for temporary files and special files on cygwin. 2013-12-16 13:16:37 +01:00
password.c * grub-core/osdep/unix/password.c (grub_password_get): Check that 2013-11-29 03:32:57 +01:00
platform.c Mark strings for translation and add remaining ones to exclude list. 2013-12-18 06:50:24 +01:00
random.c Add a wrapper for fopen. On unix-like systems just pass-through. On 2013-10-13 20:36:28 +02:00
relpath.c Make / in btrfs refer to real root, not the default volume. 2013-10-28 01:37:19 +01:00
sleep.c Move sleep routines to grub-core/osdep. 2013-10-08 17:38:46 +02:00