fakeroot-tcp (Re: Out-of-Line memory deallocation: MIG vs. glibc)

2006-04-12 Thread olafBuddenhagen
Hi again, On Tue, Apr 11, 2006 at 06:45:04AM -0400, Thomas Schwinge wrote: > [EMAIL PROTECTED]:~/tmp/ext2fs/filesystem.0.i$ while fakeroot-tcp sh -c > `pwd`/ping > /dev/null; do date; done [...] > I stopped this experiment after a few minutes, because of ... > > #v+ > [EMAIL PROTECTED]:~$ ps -A

Hurd fakeroot (was: Re: Out-of-Line memory deallocation: MIG vs. glibc)

2006-04-12 Thread olafBuddenhagen
Hi, On Mon, Apr 10, 2006 at 06:57:21PM -0400, Thomas Schwinge wrote: > Uh, and what's up with the example in the middle? > > #v+ > [...] > [EMAIL PROTECTED]:~/tmp/ext2fs/filesystem.0.i$ cat echo_args > #!/bin/sh > > echo $# "$@" > [EMAIL PROTECTED]:~/tmp/ext2fs/filesystem.0.i$ sh -c `pwd`/echo_

Re: Out-of-Line memory deallocation: MIG vs. glibc

2006-04-12 Thread olafBuddenhagen
And a last "Hi again" On Tue, Apr 11, 2006 at 06:45:04AM -0400, Thomas Schwinge wrote: > Now we have to figure out if the new fakeroot actually only obfuscates > the issues you uncovered, which might very well be, because of the > radically decreased (factor 300) `fdslen'. I'm not sure what you

Re: Out-of-Line memory deallocation: MIG vs. glibc

2006-04-12 Thread olafBuddenhagen
Hi again, On Mon, Apr 10, 2006 at 06:57:21PM -0400, Thomas Schwinge wrote: > On Mon, Apr 10, 2006 at 01:32:17AM +0200, [EMAIL PROTECTED] > wrote: > > so many [port rights for the fdarray[] argument] that they are > > automatically transferred out-of-line, which is one of the > > conditions causin

Re: GNU Mach interface to packet filters

2006-04-12 Thread Richard Braun
Hello, Here is a patch that extends the previous one (it replaces 18_net_filter_fix.patch). The main improvement is the creation of a new port list for egress packets. As said in my previous message, we had problems doing this before, but they are now solved. I had to modify kern/queue.h, and thi

Re: GNU Mach interface to packet filters

2006-04-12 Thread Richard Braun
Hello, Well, again, with the patch this time ;-). Here is a patch that extends the previous one (it replaces 18_net_filter_fix.patch). The main improvement is the creation of a new port list for egress packets. As said in my previous message, we had problems doing this before, but they are now so