Re: How can I use grub_getcrc32 in fs module

2010-03-16 Thread Jiro SEKIBA
> grub_setup_SOURCES is in i386-pc.rmk and sparc64-ieee1275.rmk Grr, that works. Thank you for helping. Now then, I'll try to compare size of binaries with lib/crc.c and crypt framework. thanks, regards -- Jiro SEKIBA ___ Grub-devel mailing list

[PATCH] Testcase for checking msdos and gpt partitions logic

2010-03-16 Thread BVK Chaitanya
Hi, Attached patch adds a testcase for checking msdos and gpt partition modules, part_msdos and part_gpt. This testcase uses parted tool to create disk images with different partitions and uses grub-shell to check whether grub is able to recognize them or not. -- bvk.chaitanya # Bazaar merge

Re: [PATCH] Font antialiasing v2

2010-03-16 Thread Evgeny Kolesnikov
Hello, all! I understand that everyone was busy working on recent release of GRUB, but does anybody have any comments on this version of patch? ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

[PATCH] support for "elif" in grub script

2010-03-16 Thread Deepak Vankadaru
Hi This is my patch submission after a while. I have submitted fixes for grub_printf in the past, which is still pending on merge conflicts. Attached patch contains changes on top of "for-loops" branch to support "elif" construct in grub script. Please review and let me know if anything else need

[PATCH] Lexer sed post-processing instead of pragmas

2010-03-16 Thread Grégoire Sutre
Hi, The lexer code in script/yylex.l uses pragmas that are not supported by gcc < 4.2. However, without these pragmas, the build fails because of warnings in the lexer code generated by flex (recall that some targets are built with -Werror by default). I've discussed this issue with sethmeister

Re: [PATCH] Testcase for checking msdos and gpt partitions logic

2010-03-16 Thread BVK Chaitanya
This new patch has checks for sun and apple partition types. -- bvk.chaitanya # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: bvk.gro...@gmail.com-20100316210427-i99kah8gbr4l4iqn # target_branch: file:///home/bvk/work/grub2/mainline/ # testament_sha1: 12ce4233169a3be0392e18848dd

[PATCH] Testcase for checking lvm module

2010-03-16 Thread BVK Chaitanya
Hi, Attached patch adds a testcase to check for GRUB's lvm module functionality. It configures lvm volumes on-the-fly on temporary disk images, and tests to see whether grub-shell ls command identifies them or not. Since all of the LVM operations need root privilege, this real test is performed

Re: [PATCH] Testcase for checking lvm module

2010-03-16 Thread BVK Chaitanya
Attached! -- bvk.chaitanya # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: bvk.gro...@gmail.com-20100317021252-1cts9bjol2lkd2a2 # target_branch: file:///home/bvk/work/grub2/mainline/ # testament_sha1: 9b533426627983a43022b8a2918a3b40f00984a0 # timestamp: 2010-03-17 07:43:03 +0530

Re: [PATCH] Fix use of ENABLE_NLS (which is not always defined)

2010-03-16 Thread Grégoire Sutre
Hi, I just discovered your answers [1, 2] on this subject (I'm not registered to the bug-gnulib mailing list). Thanks for the explanations. I take note that Gnulib does not support use of -Wundef. I just want to add that I find it good practice to avoid evaluating undefined identifiers in #if