Re: Interface for SCSI transactions ?

2011-10-16 Thread Thomas Schmitt
Hi, Samuel Thibault: > I'm afraid I just can't afford spending time on taking part of the > details. I see that you are understanding each other, so it should be > fine. So i present my current sketch mainly to Olaf for review and hopefully for intermediate approval. This proposal shall cover RP

Re: setreuid/setresuid code.

2011-10-16 Thread Roland McGrath
> if (_hurd_id.aux.nuids == 0) > { > newaux = &ruid; > naux = 1; > } In this case we don't touch _hurd_id at all, so nothing has changed yet. > else > { > _hurd_id.aux.uids[0] = ruid; > _hurd_id.valid =

Re: setreuid/setresuid code.

2011-10-16 Thread Samuel Thibault
Roland McGrath, le Sun 16 Oct 2011 09:01:15 -0700, a écrit : > At the end we call __setauth to actually do something. That clears > _hurd_id.valid when it installs the new port. Ah, that's the part I missed, thanks. Samuel

Re: Exporting libc patches

2011-10-16 Thread Ludovic Courtès
Hi Thomas, Thomas Schwinge skribis: > On Wed, 23 Mar 2011 14:30:17 +0100, l...@gnu.org (Ludovic > =?iso-8859-1?Q?Court=E8s?=) wrote: [...] >> A further complication is that ‘tg remote --populate’ did not fetch the >> ‘baseline’ branch, which is consequently reported as a missing >> dependency

Re: tmpfs for Maksym Planeta

2011-10-16 Thread Maksym Planeta
On Thu, 13/10/2011 at 14:40 +0200, Thomas Schwinge wrote: > * Get the ``File System Exerciser'' running on GNU/Hurd (no idea if > there's any porting required). The one I linked from > > > appears to be the

Re: Exporting libc patches

2011-10-16 Thread Thomas Schwinge
Hi! On Sun, 16 Oct 2011 21:35:29 +0200, l...@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) wrote: > In the meantime I’ve changed the commit SHA1 [0], and it does lead to a > [0] > http://git.savannah.gnu.org/cgit/hydra-recipes.git/commit/?id=7f49a0c373af0e592c8ee4302ddbab6722b20fd4 I still don'

Re: Exporting libc patches

2011-10-16 Thread Ludovic Courtès
Hi Thomas, Thomas Schwinge skribis: > On Sun, 16 Oct 2011 21:35:29 +0200, l...@gnu.org (Ludovic > =?iso-8859-1?Q?Court=E8s?=) wrote: >> In the meantime I’ve changed the commit SHA1 [0], and it does lead to a > >> [0] >> http://git.savannah.gnu.org/cgit/hydra-recipes.git/commit/?id=7f49a0c373af

Re: Interface for SCSI transactions ?

2011-10-16 Thread olafBuddenhagen
Hi, On Sun, Oct 09, 2011 at 12:48:37PM +0200, Thomas Schmitt wrote: > > Furthermore considering that the kernel driver interface will be > > temporary anyways, I'm not really concerned about compromising the > > Hurd architecture... > > Time is running slowly in the Hurd universe. A temporary de

[PATCH,HURD]: Fix setres[ug]id handling of -1

2011-10-16 Thread Samuel Thibault
Hello, When passed -1, setres[ug]id are supposed not to change the existing value. The patch below does this the same way as setre[ug]id. Samuel 2011-10-17 Samuel Thibault * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case, which shall preserve existing values. * sysdeps/mach