Re: kern/act.c (act_create): remove unused variable

2013-06-02 Thread Samuel Thibault
Miguel Figueiredo, le Sun 02 Jun 2013 22:26:50 +0100, a écrit : > 2013-06-02 Miguel Figueiredo > > * kern/act.c (act_create): remove unused variable Applied, thanks. Samuel

kern/act.c (act_create): remove unused variable

2013-06-02 Thread Miguel Figueiredo
2013-06-02 Miguel Figueiredo * kern/act.c (act_create): remove unused variable -- Melhores cumprimentos/Best regards, Miguel Figueiredo diff --git a/kern/act.c b/kern/act.c index 36fa79c..4c3839c 100644 --- a/kern/act.c +++ b/kern/act.c @@ -97,7 +97,6 @@ kern_return_t act_create(task_t task, v

[proposal] Move defpager from hurd to incubator repo

2013-06-02 Thread Miguel Figueiredo
Hi all, currently at least 2 pagers are distributed with the Hurd: "mach-defpager", which it's the default pager and "defpager". Although the last it's not finished (see TODO) and it's not used it's also in the Hurd repo. I'm not sure if it's in a state where can be used. I propose to move de

Re: Hurd GSoC 2013 projects

2013-06-02 Thread Fotis Koutoulakis
>> First, congratulations again for getting your applications accepted! In >> no particular order: 陆岳 (Yue Lu) »Improve the GDB Port for GNU Hurd«, >> ; >> Fotis Koutoulakis »Porting the GCC go language frontend on the GN

Re: ipc/mach_port.c (mach_port_set_syscall_right): remove unused variable

2013-06-02 Thread Samuel Thibault
Miguel Figueiredo, le Sun 02 Jun 2013 17:20:02 +0100, a écrit : > 2013-06-02 Miguel Figueiredo > > * ipc/mach_port.c (mach_port_set_syscall_right): remove unused variable Applied, thanks! Samuel

ipc/mach_port.c (mach_port_set_syscall_right): remove unused variable

2013-06-02 Thread Miguel Figueiredo
2013-06-02 Miguel Figueiredo * ipc/mach_port.c (mach_port_set_syscall_right): remove unused variable This is for Gnumach. -- Melhores cumprimentos/Best regards, Miguel Figueiredo diff --git a/ipc/mach_port.c b/ipc/mach_port.c index d0310b5..46cb4de 100644 --- a/ipc/mach_port.c +++ b/ipc/mach_

Some comments from a beginner on building Mach on non-Debian systems

2013-06-02 Thread Marin Ramesa
Hello, First of all, thanks to Thomas Schwinge for patiently replying to my Savannah generated e-mail and directing me to the projects page. I did not want to reply saying just 'thanks' as the CC: list of people was long and I did not want to further disturb people in their work. I'm learning