Re: [PATCH 1/3] Add the ``--mount'' command line option

2009-06-11 Thread Carl Fredrik Hammar
Hi, I skimmed through this patch and noticed some issues with the license. On Thu, Jun 11, 2009 at 09:10:24PM +0300, Sergiu Ivanov wrote: > >From d0f0f5c41d9046aec765a7264914c19642adead9 Mon Sep 17 00:00:00 2001 > From: Sergiu Ivanov > Date: Thu, 11 Jun 2009 15:22:24 +0300 > Subject: [PATCH] Add

Re: GNU/Mach porting to MIPS Architectures

2009-06-11 Thread Samuel Thibault
Roland McGrath, le Thu 11 Jun 2009 17:23:58 -0700, a écrit : > > Oh, I didn't know about _Hurd_ running on MIPS. > > > > Well, there's nothing left in the CVS :) but the ancient stuff might be > > just revived. > > It's the Hurd, so there isn't anything CPU-specific in the Hurd itself. Well, pfi

Re: GNU/Mach porting to MIPS Architectures

2009-06-11 Thread Roland McGrath
> Oh, I didn't know about _Hurd_ running on MIPS. > > Well, there's nothing left in the CVS :) but the ancient stuff might be > just revived. It's the Hurd, so there isn't anything CPU-specific in the Hurd itself. It's just in libc.

Re: GNU/Mach porting to MIPS Architectures

2009-06-11 Thread Samuel Thibault
Roland McGrath, le Thu 11 Jun 2009 13:53:16 -0700, a écrit : > Mach (and even Hurd) ran on MIPS in the distant past. Oh, I didn't know about _Hurd_ running on MIPS. Well, there's nothing left in the CVS :) but the ancient stuff might be just revived. Samuel

Re: GNU/Mach porting to MIPS Architectures

2009-06-11 Thread Roland McGrath
Mach (and even Hurd) ran on MIPS in the distant past.

Re: GNU/Mach porting to MIPS Architectures

2009-06-11 Thread Arne Babenhauserheide
Am Donnerstag, 11. Juni 2009 09:14:26 schrieb Luca Giancristofaro: > I have a strong desire to contribute, but not a great > experience in the field. I am just an experienced C programmer, > expecially in the field of embedded systems. Welcome to the Hurd! I hope you'll like it here :-) There a

[PATCH 3/3] Add the code for adding the mountee to the merged filesystems

2009-06-11 Thread Sergiu Ivanov
>From 717a9e59817125f7c59109dfef09d8c266a2a013 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Thu, 11 Jun 2009 18:49:10 +0300 Subject: [PATCH] Add the code for adding the mountee to the merged filesystems. * node.c (node_init_root): Update the ULFS initialization code by making it aware of th

[PATCH 2/3] Add the code for starting up the mountee

2009-06-11 Thread Sergiu Ivanov
>From feb8c6ff2c42f0d0f556aa1eb1b033cb875d5f2f Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Thu, 11 Jun 2009 17:09:38 +0300 Subject: [PATCH] Add the code for starting up the mountee. * netfs.c: Update copyright years. (netfs_S_dir_lookup): Add the code for starting up the mountee at the fir

[PATCH 1/3] Add the ``--mount'' command line option

2009-06-11 Thread Sergiu Ivanov
>From d0f0f5c41d9046aec765a7264914c19642adead9 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Thu, 11 Jun 2009 15:22:24 +0300 Subject: [PATCH] Add the ``--mount'' command line option. * Makefile: Add unionmount.c to the list of compiled object files. Update copyright information. * options.h

[PATCH 0/3] Implement unionmount on top of unionfs

2009-06-11 Thread Sergiu Ivanov
Hello, I'm doing another series of patches regarding project unionmount and I'll start with explaining why I do this while the first series of patches has not been completely approved. antrik suggested that I should implement the unionmount functionality *first*, and only then focus on trimming t

Code trust by reverse authentication

2009-06-11 Thread Carl Fredrik Hammar
Hi, To load a mobile object we first need to load its code base that has been specified by the sender of the object. The ideal way to do this would be to send a port to a .so file and then load that. If we loaded the code module unconditionally, the sender could essentially inject arbitrary code

Re: [PATCH 1/1] Update the bug-reporting address.

2009-06-11 Thread Carl Fredrik Hammar
Hi, On Thu, Jun 11, 2009 at 01:38:58PM +0300, Sergiu Ivanov wrote: > Sorry for the very late reply :-( No problem. :-) > On Thu, Jun 04, 2009 at 04:02:31PM +0200, Carl Fredrik Hammar wrote: > > On Fri, May 29, 2009 at 12:34:23AM +0300, Sergiu Ivanov wrote: > > > >From 23763c18399985e62686282ec8

Re: GNU/Mach porting to MIPS Architectures

2009-06-11 Thread Samuel Thibault
Luca Giancristofaro, le Thu 11 Jun 2009 09:14:26 +0200, a écrit : > I recently bought a Longson 2F based laptop and I would like to run > Hurd on it. Could you tell me what has been made to port GNU/Mach to > MIPS III compatible architectures? Nothing, so the whole i386/ directory needs to be reim

Re: [PATCH 1/1] Update the bug-reporting address.

2009-06-11 Thread Sergiu Ivanov
Hello, Sorry for the very late reply :-( On Thu, Jun 04, 2009 at 04:02:31PM +0200, Carl Fredrik Hammar wrote: > On Fri, May 29, 2009 at 12:34:23AM +0300, Sergiu Ivanov wrote: > > >From 23763c18399985e62686282ec848c42c3a540066 Mon Sep 17 00:00:00 2001 > > From: Sergiu Ivanov > > Date: Fri, 29 May

GNU/Mach porting to MIPS Architectures

2009-06-11 Thread Luca Giancristofaro
Dear Sirs, I recently bought a Longson 2F based laptop and I would like to run Hurd on it. Could you tell me what has been made to port GNU/Mach to MIPS III compatible architectures? I would like to participate to the project. I have a strong desire to contribute, but not a great experience in the