Re: Are Memory Maps sorted?

2012-04-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Nasty bug with fonts and jpg background

2012-04-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
/NoEvilLinux.jpg Thanks all and i am loving this version of grub so its well worth all the efforts. ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: Some suggestions for improvements in GRUB

2012-04-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
they are: OS-choosers. They don't load kernels. An equivalent on BIOS would be mbldr, not GRUB Chris Murphy ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: Some suggestions for improvements in GRUB

2012-04-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
limitations. You need to rerun grub-install after important partitioning changes. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https

Re: [PATCH] fix grub-probe fail on by-(id|uuid|path) device names

2012-04-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
. No it shouldn't. There is only one place where we handle partitions on devmapper code branch. It's just after get_linear_info call. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
to use grub_disk_partition_get_start for this. Samuel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
instead, you can easily do it if you replace strcpy with stpcpy - sprintf is banned in GRUB code. Use snprintf -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 23.04.2012 11:40, Samuel Thibault wrote: Vladimir 'φ-coder/phcoder' Serbinenko, le Mon 23 Apr 2012 10:52:09 +0200, a écrit : map was never intended to be globally visible. At most perhaps semi-local due to difficulties of split between getroot.c and hostdisk.c Moreover the behaviour

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 23.04.2012 13:06, Samuel Thibault wrote: Vladimir 'φ-coder/phcoder' Serbinenko, le Mon 23 Apr 2012 12:45:09 +0200, a écrit : On 23.04.2012 11:40, Samuel Thibault wrote: Vladimir 'φ-coder/phcoder' Serbinenko, le Mon 23 Apr 2012 10:52:09 +0200, a écrit : map was never intended

Re: select menu item depending on frontkey

2012-04-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
be appreciated. grub.cfg is written in GRUB bash-like, not C. Modules are in C. Greetings Joachim ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: [PATCH] bug fix for ntfs

2012-04-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
, Missing break in switch statement in grub-fstest Will commit this part shortly. ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc

Re: grub2 md-linear unsupported?

2012-04-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https

Re: [PATCH] bug fix for ntfs

2012-04-23 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 23.04.2012 18:03, Bean wrote: Hi, 2012/4/23 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com: Have you tried with ntfs-3g? Also if the problem is with only one directory, it's better if it stays the way it is. The only quirk associated with false assumption about case-sensitivity

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
a partition. Moreover, APM (apple) partitions often start at 8. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
partitions. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.04.2012 11:00, Samuel Thibault wrote: Vladimir 'φ-coder/phcoder' Serbinenko, le Tue 24 Apr 2012 10:55:21 +0200, a écrit : On 24.04.2012 01:34, Samuel Thibault wrote: + if (errno == ENOENT part = 5) + { This introduces an assumption that if part =5 is missing

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.04.2012 11:16, Samuel Thibault wrote: Vladimir 'φ-coder/phcoder' Serbinenko, le Tue 24 Apr 2012 11:12:11 +0200, a écrit : On 24.04.2012 11:00, Samuel Thibault wrote: Vladimir 'φ-coder/phcoder' Serbinenko, le Tue 24 Apr 2012 10:55:21 +0200, a écrit : On 24.04.2012 01:34, Samuel

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.04.2012 11:38, Samuel Thibault wrote: Samuel Thibault, le Tue 24 Apr 2012 11:36:27 +0200, a écrit : Vladimir 'φ-coder/phcoder' Serbinenko, le Tue 24 Apr 2012 11:26:46 +0200, a écrit : Theoretically you shouldn't stop until you find the partition if you know that your device

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
. I'm surprised that Hurd doesn't offer a way to just ask What does this filesystem translator consume? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.04.2012 14:42, Samuel Thibault wrote: Vladimir 'φ-coder/phcoder' Serbinenko, le Tue 24 Apr 2012 11:55:33 +0200, a écrit : One could have hd0s1 containing hd0s5 and hd0s6. Argl, I forgot that case indeed. It's funny how that contracts the very word partition... In this case we want

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.04.2012 19:13, Samuel Thibault wrote: Vladimir 'φ-coder/phcoder' Serbinenko, le Tue 24 Apr 2012 15:19:25 +0200, a écrit : On 24.04.2012 14:42, Samuel Thibault wrote: Vladimir 'φ-coder/phcoder' Serbinenko, le Tue 24 Apr 2012 11:55:33 +0200, a écrit : They have iso9660 spanning through

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 25.04.2012 00:21, Samuel Thibault wrote: Vladimir 'φ-coder/phcoder' Serbinenko, le Tue 24 Apr 2012 22:14:33 +0200, a écrit : On 24.04.2012 19:13, Samuel Thibault wrote: Vladimir 'φ-coder/phcoder' Serbinenko, le Tue 24 Apr 2012 15:19:25 +0200, a écrit : On 24.04.2012 14:42, Samuel

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 25.04.2012 00:39, Samuel Thibault wrote: Vladimir 'φ-coder/phcoder' Serbinenko, le Wed 25 Apr 2012 00:31:26 +0200, a écrit : On 25.04.2012 00:21, Samuel Thibault wrote: Vladimir 'φ-coder/phcoder' Serbinenko, le Tue 24 Apr 2012 22:14:33 +0200, a écrit : On 24.04.2012 19:13, Samuel

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 25.04.2012 01:52, Samuel Thibault wrote: +grub_util_error (_(Could not open path `%s'), path); This one should be unified with other similar messages. It would also have advantage of giving strerror. strerror should be given on all lib errors. -- Regards Vladimir 'φ-coder/phcoder

Re: [PATCH] bug fix for ntfs

2012-04-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
. Remove data argument. All users updated. ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 25.04.2012 02:27, Samuel Thibault wrote: Vladimir 'φ-coder/phcoder' Serbinenko, le Wed 25 Apr 2012 01:57:54 +0200, a écrit : On 25.04.2012 01:52, Samuel Thibault wrote: +grub_util_error (_(Could not open path `%s'), path); This one should be unified with other similar messages. Err

Re: using a new grub command

2012-04-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 25.04.2012 11:46, Joachim Mammele wrote: checkfrontkeysresult = checkfrontkeys; There is no such syntax in neither bash nor GRUB Look at hello.c as to how make a command. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

NTFS and non-standard sector and cluster size

2012-04-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
ntfs_comp_256_32768 1 OK OK OK OK OK OK OK OK FAIL N/A N/A N/A N/A OK OK OK OK OK OK ntfs_comp_512_65536 1 OK OK OK OK OK OK OK OK OK N/A N/A N/A N/A OK OK OK OK OK OK -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc

NILFS2 in GRUB with blocksize=1024

2012-04-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
grub_nilfs2_btree_lookup grub_nilfs2_btree_node_lookup grub_nilfs2_btree_node_lookup grub_nilfs2_btree_node_lookup -- Regards Vladimir 'φ-coder/phcoder' Serbinenko fstest.sh Description: application/shellscript signature.asc Description: OpenPGP digital signature

Re: RFC: UEFI/PXE and emulating grub-legacy-uefi-hacked behaviour

2012-04-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
dumps? It's possible GRUB rejects them for some field mismatch (not all bootp servers are good). -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org

Re: RFC: UEFI/PXE and emulating grub-legacy-uefi-hacked behaviour

2012-04-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
. When I use similar technique, my own tftp run as fast as the native service. It's very good that you found the real reason for this brain damage. I'm happy that someone did. Do you have this in code/as patch? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP

Re: NILFS2 in GRUB with blocksize=1024

2012-04-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 25.04.2012 21:12, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello, with the attached script grub-fstest fails completely with blocksize=1024 and partially with 2048. Do you have any idea why? I tried to debug and my finding is that grub_nilfs2_read_checkpoint reads garbage. pptr makes

Re: NILFS2 in GRUB with blocksize=1024

2012-04-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.04.2012 02:36, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 25.04.2012 21:12, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello, with the attached script grub-fstest fails completely with blocksize=1024 and partially with 2048. Do you have any idea why? I tried to debug and my

Re: NILFS2 in GRUB with blocksize=1024

2012-04-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.04.2012 11:19, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 26.04.2012 02:36, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 25.04.2012 21:12, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello, with the attached script grub-fstest fails completely with blocksize=1024 and partially

Re: grub2 loop back is not working

2012-04-27 Thread Vladimir 'φ-coder/phcoder' Serbinenko
@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub

Re: ReiserFS reading performance patch

2012-04-27 Thread Vladimir 'φ-coder/phcoder' Serbinenko
++ is a no-go for GRUB since libstdc++ by itself would be bigger than our leniest size limits. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-04-27 Thread Vladimir 'φ-coder/phcoder' Serbinenko
(name); + + munmap (argz, argz_len); + return ret; -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub

Re: ReiserFS reading performance patch

2012-04-27 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 27.04.2012 20:36, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 27.04.2012 16:05, Albert Zeyer wrote: * Write a simplified compile.py script. We don't have any compile.py. * Remove nested functions. They don't work on Mac because of stack execution protection. It can be disabled. It's

Re: ReiserFS reading performance patch

2012-04-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 28.04.2012 12:06, Bean wrote: 2012/4/28 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com: On 27.04.2012 20:36, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 27.04.2012 16:05, Albert Zeyer wrote: * Write a simplified compile.py script. We don't have any compile.py. * Remove nested

Re: grub2

2012-04-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
)/boot/grub/normal.mod - error: file not found insmod normal - error: file not found No progress from here! ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder

Re: grub2

2012-04-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.04.2012 18:00, Svante Signell wrote: On Sun, 2012-04-29 at 11:36 +0200, Svante Signell wrote: On Sun, 2012-04-29 at 11:11 +0200, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 29.04.2012 10:30, Svante Signell wrote: Adding grub-devel as Cc: maybe you can help me? Use newer GRUB Well

Re: [PATCH] Detect starfield theme font path /usr/share/fonts/dejavu/DejaVuSans.ttf for Fedora

2012-04-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] Increase flexibility of kernel naming, allow non-versioned kernels.

2012-04-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
kernels, to find symlinked kernel names. Additionally empty version would probably result in some quirks not addressed in this patch. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel

Re: [PATCH] bug fix for bootp

2012-04-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
for different MAC addresses? ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: [PATCH] bug fix for bootp

2012-04-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.04.2012 20:26, Bean wrote: Hi, It should be ok, since it's insideFOR_NET_NETWORK_LEVEL_INTERFACES (inf) loop and compare inf-hwaddress.mac to the current dhcp response packet. It's not. You return even if packet didn't match. 2012/4/30 Vladimir 'φ-coder/phcoder' Serbinenko phco

Re: [PATCH] New command testspeed

2012-04-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
messages, otherwise it's untranslatable. I haven't checked the rest yet. 2012/4/29 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com: On 29.04.2012 17:12, Bean wrote: Hi, This patch add a new command testspeed which read a file and then print the speed. It's quite useful in debugging

Re: [PATCH] New command testspeed

2012-04-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.04.2012 22:23, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 29.04.2012 22:09, Bean wrote: Hi, Pls check out this one. In terms of decreasing code duplication it doesn't improve at all. The prefix-chosing code needs to be put into a separate function which would be used by both

Re: RFC: enhanced memory protection support

2012-04-30 Thread Vladimir 'φ-coder/phcoder' Serbinenko
is intentionally never freed i.a. disk cache or otherwise in use (i.a. terminal). We need exceptions for those. I have half-working patch, just needs few fixes. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: RFC: enhanced memory protection support

2012-05-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 30.04.2012 19:24, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 30.04.2012 17:26, Bean wrote: Hi, While testing network function in efi mode, I've found several memory leak related to fragmentation, but there is still some memory problem that's very tricky to locate. For example, you

Re: RFC: enhanced memory protection support

2012-05-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 30.04.2012 21:55, Bean wrote: On Tue, May 1, 2012 at 1:24 AM, Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com wrote: On 30.04.2012 17:26, Bean wrote: Hi, While testing network function in efi mode, I've found several memory leak related to fragmentation, but there is still some

Re: RFC: enhanced memory protection support

2012-05-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 01.05.2012 12:29, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 30.04.2012 19:24, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 30.04.2012 17:26, Bean wrote: Hi, While testing network function in efi mode, I've found several memory leak related to fragmentation, but there is still

Re: [PATCH,HURD] Fix grub-probe with userland partition support

2012-05-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 30.04.2012 20:58, Samuel Thibault wrote: Here is an updated patch. Looks good go ahead. Samuel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: [PATCH] bug fix for bootp

2012-05-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.04.2012 20:59, Bean wrote: 2012/4/30 Bean bean12...@gmail.com: 2012/4/30 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com: On 29.04.2012 20:26, Bean wrote: Hi, It should be ok, since it's insideFOR_NET_NETWORK_LEVEL_INTERFACES (inf) loop and compare inf-hwaddress.mac

Re: ReiserFS reading performance patch

2012-05-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
approach isn't just ugly it results in bugs. * Improve ReiserFS reading performance. I wrote reiserfs caching a long time ago but it didn'tmake any sizeable difference. As for making offset search a logarithmic, here is a patch by few simple modifications of get_item. -- Regards Vladimir 'φ-coder

Re: ReiserFS reading performance patch

2012-05-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 01.05.2012 19:59, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 27.04.2012 16:05, Albert Zeyer wrote: Hi, A while ago, I improved the grub-mount patches a bit. Mostly: You've based your work on abandonded branch. All grub-mount parts were merged back in trunk a long time ago. At least

Re: Mysterious memory corruption bug

2012-05-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Mysterious memory corruption bug

2012-05-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 01.05.2012 21:52, Bean wrote: On Wed, May 2, 2012 at 3:46 AM, Bean bean12...@gmail.com wrote: On Wed, May 2, 2012 at 3:08 AM, Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com wrote: On 01.05.2012 20:53, Bean wrote: Hi, Thanks to Vladimir's memory patch, it's actually quite easy

Re: Mysterious memory corruption bug

2012-05-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
necessary. This way if the card DMAs the packet to the same buffer it won't corrupt anything. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https

Re: Mysterious memory corruption bug

2012-05-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 01.05.2012 22:09, Bean wrote: On Wed, May 2, 2012 at 4:06 AM, Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com wrote: On 01.05.2012 22:02, Bean wrote: Hi, Yeah, I have a patch that save the buffer for later use when there is no data, it can solve the unnecessary alloc/free loop

Re: [PATCH] Increase flexibility of kernel naming, allow non-versioned kernels.

2012-05-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.04.2012 22:07, Mike Gilbert wrote: On 04/29/2012 12:28 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 29.04.2012 06:46, Mike Gilbert wrote: I am relaying a patch by Robin Johnson, one of the core infrastructure staff at Gentoo Linux. In the process of building some Gentoo servers

Re: Looking for a Grub frontend for end user

2012-05-02 Thread Vladimir 'φ-coder/phcoder' Serbinenko
in others, failing to secure adequately customer data is a criminal offence, so it's probably better not to risk it and let professionals do their job. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: [PATCH] bug fix for efi network

2012-05-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.04.2012 20:19, Bean wrote: 2012/4/30 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com: On 29.04.2012 10:22, Bean wrote: Hi, This patch fix a few bugs in efinet. It also change the tftp block size from 1024 to 8192, which would result in HUGE speed difference. In my previous

Re: [PATCH] bug fix for efi network

2012-05-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
if it's something which is we absolutely need to commit or something that can wait. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org

Re: [PATCH] network mega patch

2012-05-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] network mega patch

2012-05-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 03.05.2012 21:40, Bean wrote: + if (rsm-asm_netbuff) +grub_netbuff_free (rsm-asm_netbuff); Could you make grub_netbuff_free skip on NULL and so simplify it here? When you've done this you can commit bug.diff. Thank you -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc

Re: [PATCH] network mega patch

2012-05-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 04.05.2012 05:43, Bean wrote: On Fri, May 4, 2012 at 3:50 AM, Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com wrote: On 03.05.2012 21:40, Bean wrote: + if (rsm-asm_netbuff) +grub_netbuff_free (rsm-asm_netbuff); Could you make grub_netbuff_free skip on NULL and so simplify

Re: How to modify grub-pc/install_devices without dpkg-reconfigure

2012-05-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Getting Started

2012-05-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
on desktop which deletes all files you deprive users of freedom to screw up by their stupidity. Argument implement this or you deprive me of my freedom is an old trick and it's not how free software works -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital

Re: fix build of grub with automake 1.12

2012-05-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: uefi pxe boot with latest grub2

2012-05-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
to here it's all correct. At first GRUB tries normal disks before trying network. I recommend checking that no module is missing. net opening and efinet have no dprintf so unless you're extrasensorial, I don't know how you were going to see those calls. -- Regards Vladimir 'φ-coder/phcoder

Re: Getting Started

2012-05-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
and unreliability of this config (blocklist issue). Regards Stephen Burtchin ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description

Re: Getting Started

2012-05-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
emails only when you're interested in real discussion, not exchange of provocations. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org

[PATCH] PreP zero compare

2012-05-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Please test attached patch -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === modified file 'util/grub-install.in' --- util/grub-install.in 2012-05-08 21:11:47 + +++ util/grub-install.in 2012-05-10 08:01:38 + @@ -776,7 +776,7 @@ elif [ ${grub_modinfo_target_cpu}-${gru exit 1

Re: [PATCH] Add support for entering the firmware setup screen.

2012-05-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.05.2012 16:31, Peter Jones wrote: + if (old_os_indications != NULL oi_size == 8) +os_indications |= *old_os_indications; + Could you make this 8 a sizeof ? Other than that the patch is good and is approved post-2.0 -- Regards Vladimir 'φ-coder/phcoder' Serbinenko

Re: [bug #36532] boot in EFI mode (x86_64) fails on some systems

2012-05-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
other than small buffer. - You allocate the exact size of mmap. This is wrong as allocating may increase the size of mmap slightly. You need to allocate at least 4K more. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: [bug #36532] boot in EFI mode (x86_64) fails on some systems

2012-05-27 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.05.2012 19:27, stuart_ha...@dell.com wrote: Hello… I just submitted a grub2 bug, along with a patch, at http://savannah.gnu.org/bugs/?36532. Could you test the attached patch on top of HEAD? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === modified file 'grub-core/loader/efi

Re: Core image size with raid + lvm

2012-05-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
of this configuration (there are few places where you can squeeze few bytes) but it contradicts few other goal with this config, one of them being speed of boot. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: PXE boot server options patch follow up

2012-05-28 Thread Vladimir 'φ-coder/phcoder' Serbinenko
as base for testing and submitting patches. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] Skip boot-device set for powerpc-ieee1275

2012-05-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
talking about? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: EHCI driver

2012-05-30 Thread Vladimir 'φ-coder/phcoder' Serbinenko
but currently I have no idea/time to think about. interrupt transfers have nothing to do with CPU interrupts per se. You can check whether PCI interrupt occurred without having to enable CPU interrupts. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital

Re: EHCI driver

2012-05-30 Thread Vladimir 'φ-coder/phcoder' Serbinenko
= + e-qh_virt[i].qh_hptr = grub_cpu_to_le32 (grub_dma_virt2phys (cdata-qh_virt, e-qh_chunk)); You may link it into wrong list AFAICS (interrupt vs bulk). -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: EHCI driver

2012-05-30 Thread Vladimir 'φ-coder/phcoder' Serbinenko
2 and clearly separating them would make the code simpler. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub

Re: Standalone Application in GRUB

2012-05-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
, ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel

Re: Standalone Application in GRUB

2012-05-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
application, does that mean that also I cannot compile module independently. Do i need to compile the whole GRUB for that? Currently dependency tracking is done at compile time and there is no way to dependency-track 2 sets of modules at the same time. Patches are welcome.-- Regards Vladimir 'φ-coder

Re: [PATCH] fix off-by-one in grub_file_getline

2012-05-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
; -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Standalone Application in GRUB

2012-06-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
in this sense. GRUB doesn't use any glibc on runtime. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: grub-efi with latest mac mini

2012-06-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel . -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman

Re: FW: grub-efi with latest mac mini

2012-06-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
is the same - no usb keyboard and no usb mouse. Aa I said before: lack of USB keyboard/mouse in Linux can't be of any GRUB wrongdoing since Linux uses its own USB driver. Note that I also do not get graphics, but it boots blind without problems. Does videotest work? -- Regards Vladimir 'φ-coder

Re: FW: grub-efi with latest mac mini

2012-06-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
-install -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: FW: grub-efi with latest mac mini

2012-06-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
have been wrong, I get: No suitable video modes found If you need insmod for commands your install is broken. You need insmod efi_gop in any case though. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: grub-efi with latest mac mini

2012-06-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
appears to be MBR to the foreign OS, and appears to be GPT to Mac OS). You mix again 2 things: you can boot in BIOS mode (CSM) on pure GPT as well. Windows is an exception since Microsoft pretends that possible is impossible. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc

Re: grub-efi with latest mac mini

2012-06-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
to forcibly activate it with appleloader GRUB command? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub

Re: FW: grub-efi with latest mac mini

2012-06-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
=800x600 explicitly? (try other resolutions as well) ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital

Re: FW: grub-efi with latest mac mini

2012-06-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
problem is on Linux side. I see ls reports (hd0,gpt1-4) and (hd1,gpt1-4), but there is only one hd (actually a sdd)?! This was fixed today (hit it on itanium) -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: FW: grub-efi with latest mac mini

2012-06-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Legacy which results in completely different hardware init and presence of BIOS tables in 0xa-0x10 range. This probably makes difference but the issue is either Linux or Apple hardware init. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital

Re: FW: grub-efi with latest mac mini

2012-06-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
not. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: FW: grub-efi with latest mac mini

2012-06-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org

Re: FW: grub-efi with latest mac mini

2012-06-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Can you give as exact reference about your mac? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] Don't look for a partition map on a floppy

2012-06-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
grub_partition_t p); ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'φ-coder/phcoder' Serbinenko signature.asc Description: OpenPGP digital signature

Re: [PATCH] '.' causes wildcard expansion

2012-06-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
[] still get escaped or translated so the set may include an unexpected '.' or '\'. Other regex chars also work, which probably should be counted as a bug. I assume the eventual goal is to behave just like a common shell. Please try attached patch -- Regards Vladimir 'φ-coder/phcoder

<    7   8   9   10   11   12   13   14   15   16   >