[PATCH] Fix grub_cpu_idle() declaration

2007-11-23 Thread Pavel Roskin
ChangeLog: * include/grub/i386/time.h: use "void" in the argument list of grub_cpu_idle(). * include/grub/powerpc/time.h: Likewise. * include/grub/sparc64/time.h: Likewise. Index: include/grub/i386/time.h

[PATCH] Build on Cygwin

2007-11-23 Thread Christian Franke
This patch enables build on Cygwin. It handles the issues introduced by the non-ELF object format. A linker script replaces the unsupported -N option. PE modules are converted to ELF. ELF-only assembly language features are removed. Please note that this patch produces a conflict in genmk.rb

[PATCH] biosdisk, getroot for Cygwin

2007-11-23 Thread Christian Franke
This patch adds the functionality necessary for grub-probe on Cygwin. It also fixes 2 bugs in strip_extra_slashes() and __GNU__ get_os_disk(). Christian 2007-11-23 Christian Franke <[EMAIL PROTECTED]> * util/biosdisk.c: [__CYGWIN__] Add includes. (grub_util_biosdisk_open): Us

[PATCH] Fix for linker build ID in Fedora 8

2007-11-23 Thread Pavel Roskin
Hello! Sorry for re-sending this patch. My e-mail was incorrectly set up. It should be fixed now. Please ignore the previous post from my xemaps.com address. Here's an alternate patch for the issue that appeared on Fedora 8. The linker adds a "build ID" (.not.gnu.build-id) by default. That s