Re: wiki stability (was: GSoC meeting / wiki copyright assignment)

2008-07-15 Thread Arne Babenhauserheide
Am Dienstag 15 Juli 2008 23:17:42 schrieb [EMAIL PROTECTED]: > People are working now on making it more stable... (Or actually, making > it easier to kick it when necessary ;-) ) I can push again, but sadly here's another one, now: $ git push Warning: Permanently added '[flubber.bddebian.com]:22

Re: wiki stability (was: GSoC meeting / wiki copyright assignment)

2008-07-15 Thread Arne Babenhauserheide
Am Dienstag 15 Juli 2008 23:17:42 schrieb [EMAIL PROTECTED]: > > It seems that I can't push my changes. > > People are working now on making it more stable... (Or actually, making > it easier to kick it when necessary ;-) ) Many thanks! - Arne signature.asc Description: This is a digitally sig

Re: Another clean-up (printf format warnings)

2008-07-15 Thread Barry deFreese
Barry deFreese wrote: Here is another clean up patch. This one is for all of the "format foo expects type bar.." warnings. I'm not sure if this is the preferred method of fixing (by casting the vars) or if the format should be changed? Thanks, Barry Here is an "improved" patch that fixes

Re: New clean-up patch for gnumach

2008-07-15 Thread Samuel Thibault
Samuel Thibault, le Wed 16 Jul 2008 00:21:42 +0100, a écrit : > You forgot to include the hook that adds chario.h ;) Same for mach_port.h Samuel

Re: New clean-up patch for gnumach

2008-07-15 Thread olafBuddenhagen
Hi, On Tue, Jul 15, 2008 at 12:27:02PM -0400, Barry deFreese wrote: > Here is a patch to fix several "implicit declaration of function" > warnings. > +extern void cninit(); If a function does not take any parameters, I think it's better to always state it explicitely in the prototype, i.e.

Re: How to stack libtrivfs-based translators

2008-07-15 Thread olafBuddenhagen
Hi, On Tue, Jul 15, 2008 at 06:10:02PM +0300, Sergiu Ivanov wrote: > I have written a libtrivfs-based translator (the source code is > supplied in the attachment), however I have problems with stacking it > upon itself. [...] > If I now try to stack mangle upon foo again, using the command: > >

Re: codeswarm videos for GNU/Hurd and gnumach

2008-07-15 Thread olafBuddenhagen
Hi, On Mon, Jul 14, 2008 at 02:19:45AM +0200, Arne Babenhauserheide wrote: > And for the wiki: > > - http://draketo.de/filme/cc-nc-sa/hurd_wiki.avi I think the wiki started only 2002, when there is the first surge of activity. Before that, it's just imported stuff from the static web pages, wh

wiki stability (was: GSoC meeting / wiki copyright assignment)

2008-07-15 Thread olafBuddenhagen
Hi, On Mon, Jul 14, 2008 at 01:21:44AM +0200, Arne Babenhauserheide wrote: > It seems that I can't push my changes. People are working now on making it more stable... (Or actually, making it easier to kick it when necessary ;-) ) -antrik-

Re: New clean-up patch for gnumach

2008-07-15 Thread Samuel Thibault
Samuel Thibault, le Wed 16 Jul 2008 00:21:42 +0100, a écrit : > You forgot to include the hook that adds chario.h ;) Same for model_dep.h Samuel

Re: New clean-up patch for gnumach

2008-07-15 Thread Samuel Thibault
Hello, You forgot to include the hook that adds chario.h ;) Samuel

Another clean-up (printf format warnings)

2008-07-15 Thread Barry deFreese
Here is another clean up patch. This one is for all of the "format foo expects type bar.." warnings. I'm not sure if this is the preferred method of fixing (by casting the vars) or if the format should be changed? Thanks, Barry gnumach_cleanup8.diff.gz Description: GNU Zip compressed da

New clean-up patch for gnumach

2008-07-15 Thread Barry deFreese
Hi folks, I've been lazy and useless for months now so I thought I'd do some more gnumach clean-up. Here is a patch to fix several "implicit declaration of function" warnings. Let me know what you think. Thanks, Barry gnumach_cleanup7.diff.gz Description: GNU Zip compressed data

Re: How to stack libtrivfs-based translators

2008-07-15 Thread Samuel Thibault
Sergiu Ivanov, le Tue 15 Jul 2008 18:20:16 +0300, a écrit : > On Tue, Jul 15, 2008 at 6:16 PM, Samuel Thibault <[EMAIL PROTECTED]> > wrote: > > That's probably one of the functions of libtrivfs that just always > return EOPNOTSUP > > > Do you mean that one cannot stack libtrivfs-based tr

Re: How to stack libtrivfs-based translators

2008-07-15 Thread Sergiu Ivanov
On Tue, Jul 15, 2008 at 6:16 PM, Samuel Thibault < [EMAIL PROTECTED]> wrote: > That's probably one of the functions of libtrivfs that just always > return EOPNOTSUP > Do you mean that one cannot stack libtrivfs-based translators? scolobb

Re: How to stack libtrivfs-based translators

2008-07-15 Thread Samuel Thibault
Hello, That's probably one of the functions of libtrivfs that just always return EOPNOTSUP Samuel

How to stack libtrivfs-based translators

2008-07-15 Thread Sergiu Ivanov
Hello, I have written a libtrivfs-based translator (the source code is supplied in the attachment), however I have problems with stacking it upon itself. I compile it using the following command: gcc -Wall -g -ltrivfs -lfshelp mangle.c -o mangle -DDEBUG -DMANGLE Then I stack it upon an untrans