Re: [PATCH] Code clean up - removed some warnings

2011-08-27 Thread Samuel Thibault
Samuel Thibault, le Sun 28 Aug 2011 02:59:07 +0200, a écrit : > Fridolín Pokorný, le Sat 27 Aug 2011 19:36:46 +0200, a écrit : > > Here is a replacement without copyright > > Well, there can't be any copyright :) I meant: there can't be no copyright. Samuel

Re: [PATCH] Code clean up - removed some warnings

2011-08-27 Thread Samuel Thibault
Fridolín Pokorný, le Sat 27 Aug 2011 19:36:46 +0200, a écrit : > Here is a replacement without copyright Well, there can't be any copyright :) At worse the copyright has to be copied from its origin. My question wasn't for you actually, but for other maintainers, whether they agree with me. Samue

Re: [PATCH] Code clean up - removed some warnings

2011-08-27 Thread Fridolín Pokorný
Here is a replacement without copyright and I also removed part which deleted unused variable kr (it was already fixed by Guillem's patch). Fridolin Pokorny diff --git a/kern/ipc_kobject.c b/kern/ipc_kobject.c index 3d8775b..bd171a7 100644 --- a/kern/ipc_kobject.c +++ b/kern/ipc_kobject.c @@ -46,6

Re: Build improvements and warning fixes

2011-08-27 Thread Samuel Thibault
Roland McGrath, le Sat 27 Aug 2011 10:01:45 -0700, a écrit : > > Guillem Jover, le Thu 25 Aug 2011 15:22:23 +0200, a écrit : > > > [PATCH 17/17] Initialize the new map entry when it's a projected > > > > > > This one seems correct at first sight, but I'm actually surprised this > > > has not cause

Re: [PATCH 4/4] Add a monotonic time device

2011-08-27 Thread Samuel Thibault
Roland McGrath, le Sat 27 Aug 2011 10:03:24 -0700, a écrit : > > Pino Toscano, le Fri 26 Aug 2011 20:29:43 +0200, a écrit : > > > +extern vm_offset_t monotonicmmap(); > > > +#define monotonicname "monotonic" > > > > Ah, I was rather thinking about appending the new clock to the existing

Re: [PATCH 4/4] Add a monotonic time device

2011-08-27 Thread Roland McGrath
> Pino Toscano, le Fri 26 Aug 2011 20:29:43 +0200, a écrit : > > +extern vm_offset_t monotonicmmap(); > > +#definemonotonicname "monotonic" > > Ah, I was rather thinking about appending the new clock to the existing > mappable clock. I don't think it is useful to separate them. It

Re: Build improvements and warning fixes

2011-08-27 Thread Roland McGrath
> Guillem Jover, le Thu 25 Aug 2011 15:22:23 +0200, a écrit : > > [PATCH 17/17] Initialize the new map entry when it's a projected > > > > This one seems correct at first sight, but I'm actually surprised this > > has not caused many failures in the past... > > We never fork tasks. The exec serve

Re: Interface for SCSI transactions ?

2011-08-27 Thread Thomas Schmitt
Hi, my second try ot install of GNU/Hurd on kvm obviously succeeded. :)) I am able to download and build GNU xorriso-1.1.5.tar.gz (without CD drive capabilities). So far so good. Now i face the task of modifying both sides of the RPC gap, in order to get a transport for SCSI commands and their r

Re: [PATCH] Code clean up - removed some warnings

2011-08-27 Thread Fridolín Pokorný
Hello, > I'm a bit unsure about this. I guess you haven't assigned your > copyrights to the FSF. > > On the other hand, since it's a copy of the .c file, maybe we should > rather simply copy/paste the 2005 copyright? OK, it's up to you. Fridolin Pokorny