Re: [PATCH 1/3] Add a new exec_exec_file_name RPC

2010-05-31 Thread olafBuddenhagen
Hi, On Mon, May 31, 2010 at 05:59:09PM +0200, Carl Fredrik Hammar wrote: > On Wed, May 26, 2010 at 12:15:37AM +0200, Emilio Pozuelo Monfort wrote: > > +kern_return_t > > +S_exec_exec_file_name (struct trivfs_protid *protid, > > + file_t file, > > + task_t oldtask

Re: [PATCH] Use the new __hurd_exec_file_name RPC

2010-05-31 Thread olafBuddenhagen
Hi, On Mon, May 31, 2010 at 06:16:06PM +0200, Carl Fredrik Hammar wrote: > On Sat, May 22, 2010 at 06:26:29PM +0200, Emilio Pozuelo Monfort wrote: > > + err = __file_exec_file_name (file, task, flags, > > + filename ? filename : "", > > +

Re: exec server and /dev/fd/N

2010-05-31 Thread Carl Fredrik Hammar
Hi, On Mon, May 31, 2010 at 06:27:29PM +0200, Carl Fredrik Hammar wrote: > > Regarding version.h, I've bumped HURD_INTERFACE_VERSION in 0001 for > > exec_exec_file_name, but should it be bumped in 0002 too? > > This sounds good to me but if someone else objects you should change it. antrik recom

Re: [PATCH 1/3] Add a new exec_exec_file_name RPC

2010-05-31 Thread Carl Fredrik Hammar
On Wed, May 26, 2010 at 12:15:37AM +0200, Emilio Pozuelo Monfort wrote: > diff --git a/exec/exec.c b/exec/exec.c > index 272b789..6b0f721 100644 > --- a/exec/exec.c > +++ b/exec/exec.c > @@ -1,5 +1,5 @@ > /* GNU Hurd standard exec server. > - Copyright (C) 1992,93,94,95,96,98,99,2000,01,02,04 >

Re: exec server and /dev/fd/N

2010-05-31 Thread Carl Fredrik Hammar
Hi, I have reviewed the patches and apart from formatting there were only a couple of issues. Next iteration is hopefully the last. On Thu, May 27, 2010 at 06:22:26PM +0200, Emilio Pozuelo Monfort wrote: > On 25/05/10 21:10, Carl Fredrik Hammar wrote: > > It would also be good if you always incl

Re: [PATCH] Use the new __hurd_exec_file_name RPC

2010-05-31 Thread Carl Fredrik Hammar
Hi, On Sat, May 22, 2010 at 06:26:29PM +0200, Emilio Pozuelo Monfort wrote: > diff --git a/hurd/Versions b/hurd/Versions > index 83c8ab1..81cd904 100644 > --- a/hurd/Versions > +++ b/hurd/Versions > @@ -73,6 +73,7 @@ libc { > _hurd_critical_section_unlock; > _hurd_exception2signal; >

Re: [PATCH 3/3] Use the new _hurd_exec_file_name function

2010-05-31 Thread Carl Fredrik Hammar
Hi, On Wed, May 26, 2010 at 11:32:16PM +0200, Emilio Pozuelo Monfort wrote: > diff --git a/utils/fakeauth.c b/utils/fakeauth.c > index 49fa7f1..ccc0855 100644 > --- a/utils/fakeauth.c > +++ b/utils/fakeauth.c > @@ -1,5 +1,5 @@ > /* fakeauth -- proxy auth server to lie to users about what their ID

Re: [PATCH 2/3] Add a file_exec_file_name RPC

2010-05-31 Thread Carl Fredrik Hammar
Hi, On Wed, May 26, 2010 at 01:27:40AM +0200, Emilio Pozuelo Monfort wrote: > diff --git a/exec/hashexec.c b/exec/hashexec.c > index 6be8dfe..c2d0f7d 100644 > --- a/exec/hashexec.c > +++ b/exec/hashexec.c > @@ -420,15 +420,28 @@ check_hashbang (struct execdata *e, > return; > >/* Execut

Re: state updates on porting of dde linux26

2010-05-31 Thread Da Zheng
On 10-5-11 上午9:35, Da Zheng wrote: > Hello, > > I'm testing the porting of DDE Linux26 with different types of NIC drivers on > VMWare and qemu. I tested pcnet32, ne2k-pci, rtl8139, e1000. pcnet32 works in > both VMWare and qemu. Only qemu emulates ne2k-pci and rtl8139 cards and both > DDE > driv