Re: [PATCH 1/2] Port gdbserver to GNU/Hurd

2013-09-08 Thread Yue Lu
Hi, On Fri, Sep 6, 2013 at 5:37 AM, Thomas Schwinge wrote: >> (correct me if >> I'm wrong here), the Hurd's threads are kernel threads > > Correct. > >> so it'd >> be better to just make the GDB side use the lwp field too. >> It's really a simple and mechanic change. Nothing in GDB core >> actua

[PATCH] device: cleanup of the TTY io

2013-09-08 Thread Marin Ramesa
From tty.h I removed the ifdef and the include for luna88k, I guess this was an architecture that is no longer supported as I can not find the refrenced code in the gnumach source tree. From chario.c I removed forward declarations that have prototypes in tty.h. Next, I qualified all the constants

Re: [PATCH] device: cleanup of the TTY io

2013-09-08 Thread Justus Winter
Hi Marin :) I think it is awesome of you to start cleaning up gnumach, this is much overdue. But you shouldn't mash so many changes into one patch, rather split it up. By the way, gnumach uses git and using git it is very easy to keep separate changes in your local working branch in separate commi

Re: [PATCH] device: cleanup of the TTY io

2013-09-08 Thread Marin Ramesa
On 08.09.2013 18:53:02, Justus Winter wrote: > Hi Marin :) > > I think it is awesome of you to start cleaning up gnumach, this is > much overdue. But you shouldn't mash so many changes into one patch, > rather split it up. By the way, gnumach uses git and using git it is > very easy to keep separa

Test status update for dbus, glib2.0 and gamin

2013-09-08 Thread Svante Signell
Hi, in order not to leave all results on #hurd@irc I'm updating the current status: with my patched eglibc supporting SCM_CREDS this is the current test status: good news: all 10 gamin tests pass, 5(8) dbus, 51(52) glib2.0, 58(62) glib2.0/gio bad news: emacs in X still hangs, many X-window sessions

[PATCH] kern: remove all trace of luna88k arch

2013-09-08 Thread Marin Ramesa
Simple patch to remove all trace of the luna88k arch. By the way, I'm sending this to the list as a test for git-send-email as Justus suggested, so if something unexpected happens (like a duplication or something) please just ignore it. * kern/debug.c: Remove check for luna88k. --- kern/debug.c