[PATCH 1/2] qualify constants as const

2013-09-10 Thread Marin Ramesa
* device/cirbuf.c (cb_check_enable) [DEBUG]: Qualify constant as const. --- device/cirbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/cirbuf.c b/device/cirbuf.c index 4fe2d89..0ebff8e 100644 --- a/device/cirbuf.c +++ b/device/cirbuf.c @@ -42,7 +42,7 @@ /* if c_cl

Small cleanup of the TTY circular buffer implementation

2013-09-10 Thread Marin Ramesa
It doesn't require much cleanup, so I'm just adding const and removing the register qualifier. [PATCH 1/2] qualify constants as const [PATCH 2/2] remove register qualifiers.

[PATCH 2/2] remove register qualifiers.

2013-09-10 Thread Marin Ramesa
* device/cirbuf.c: Remove register qualifiers. --- device/cirbuf.c | 48 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/device/cirbuf.c b/device/cirbuf.c index 0ebff8e..2b10819 100644 --- a/device/cirbuf.c +++ b/device/cirbuf.c @@

Re: [PATCH] mount: handle -t auto

2013-09-10 Thread Justus Winter
Quoting Samuel Thibault (2013-09-10 00:35:21) > David Michael, le Mon 09 Sep 2013 18:00:19 -0400, a écrit : > > I tried building mount and got a linker error due to missing the -lblkid. > > > > On Mon, Sep 2, 2013 at 4:55 AM, Justus Winter > > <4win...@informatik.uni-hamburg.de> wrote: > > > +moun

Re: Hacking gnumach to track parental relationship of tasks

2013-09-10 Thread Justus Winter
Quoting Samuel Thibault (2013-09-09 19:40:23) > Ludovic Courtès, le Mon 09 Sep 2013 18:48:03 +0200, a écrit : > > Samuel Thibault skribis: > > > Ludovic Courtès, le Sat 07 Sep 2013 22:04:06 +0200, a écrit : > > >> However, wouldn’t it be preferable to fix it by interposing on > > >> ‘task_create’

Re: upstream GNU Hurd vs Debian GNU Hurd?

2013-09-10 Thread Thomas Schwinge
Hi! On Mon, 09 Sep 2013 12:13:42 +0200, Justus Winter <4win...@informatik.uni-hamburg.de> wrote: > Quoting Samuel Thibault (2013-09-09 10:04:55) > > Putting a proper subject and explicitly Cc-ing maintainers, otherwise > > people will not notice the question under technical details :) > > Noted

Re: Hacking gnumach to track parental relationship of tasks

2013-09-10 Thread Ludovic Courtès
Justus Winter <4win...@informatik.uni-hamburg.de> skribis: > Quoting Samuel Thibault (2013-09-09 19:40:23) >> Ludovic Courtès, le Mon 09 Sep 2013 18:48:03 +0200, a écrit : >> > Samuel Thibault skribis: >> > > Ludovic Courtès, le Sat 07 Sep 2013 22:04:06 +0200, a écrit : >> > >> However, wouldn’t