Re: Helping with GNU Hurd development

2011-04-18 Thread Pavel Kacer
On Mon, 2011-04-18 at 22:26 +0200, Samuel Thibault wrote: > Pavel Kačer, le Mon 11 Apr 2011 23:00:11 +0200, a écrit : > > I am a tester and c and Java developer and I would like to see Hurd > > become usable GNU kernel. I saw a "help needed" add for the Hurd package > > and I would like to be someh

Re: [PATCH] Removed deprecated LINTLIBRARY #ifdefs

2011-04-18 Thread Samuel Thibault
Arne Babenhauserheide, le Mon 18 Apr 2011 22:31:57 +0200, a écrit : > On Monday 18 April 2011 22:19:01 Samuel Thibault wrote: > > Arne Babenhauserheide, le Mon 18 Apr 2011 21:40:58 +0200, a écrit : > > > mach/mach_traps.h: Removed LINTLIBRARY #ifdefs. > > > mach/message.h: Removed LINTLIBRA

Re: [PATCH] Removed deprecated LINTLIBRARY #ifdefs

2011-04-18 Thread Arne Babenhauserheide
On Monday 18 April 2011 22:19:01 Samuel Thibault wrote: > Arne Babenhauserheide, le Mon 18 Apr 2011 21:40:58 +0200, a écrit : > > mach/mach_traps.h: Removed LINTLIBRARY #ifdefs. > > mach/message.h: Removed LINTLIBRARY #ifdefs. > > Applied, thanks. Cool! That was fast! Best wishes, Arne s

Re: Helping with GNU Hurd development

2011-04-18 Thread Samuel Thibault
Pavel Kačer, le Mon 11 Apr 2011 23:00:11 +0200, a écrit : > I am a tester and c and Java developer and I would like to see Hurd > become usable GNU kernel. I saw a "help needed" add for the Hurd package > and I would like to be somehow useful. > Though I am not a kernel developer I am a skilful pro

Re: [PATCH] Removed deprecated LINTLIBRARY #ifdefs

2011-04-18 Thread Samuel Thibault
Arne Babenhauserheide, le Mon 18 Apr 2011 21:40:58 +0200, a écrit : > mach/mach_traps.h: Removed LINTLIBRARY #ifdefs. > mach/message.h: Removed LINTLIBRARY #ifdefs. Applied, thanks. Samuel

Re: [PATCH] gnumach: vm: zone_gc: Got rid of useless function

2011-04-18 Thread Samuel Thibault
Maksym Planeta, le Mon 18 Apr 2011 00:13:14 +0300, a écrit : > When zone_gc starts collecting free memory, first it form a list > (zone_free_page_list) of free > pages and then by the end of function it frees this list. > > Patch makes releasing of free pages on spot. So this list isn't > needed a

Re: [PATCH] gnumach: vm: zone_gc: Got rid of useless function

2011-04-18 Thread Samuel Thibault
Maksym Planeta, le Mon 18 Apr 2011 00:13:14 +0300, a écrit : > When zone_gc starts collecting free memory, first it form a list > (zone_free_page_list) of free > pages and then by the end of function it frees this list. > > Patch makes releasing of free pages on spot. So this list isn't > needed a

[PATCH] Removed deprecated LINTLIBRARY #ifdefs

2011-04-18 Thread Arne Babenhauserheide
mach/mach_traps.h: Removed LINTLIBRARY #ifdefs. mach/message.h: Removed LINTLIBRARY #ifdefs. --- include/mach/mach_traps.h | 20 include/mach/message.h| 34 +- 2 files changed, 1 insertions(+), 53 deletions(-) diff --git a/inclu

[PATCH] gnumach: vm: zone_gc: Got rid of useless function

2011-04-18 Thread Maksym Planeta
When zone_gc starts collecting free memory, first it form a list (zone_free_page_list) of free pages and then by the end of function it frees this list. Patch makes releasing of free pages on spot. So this list isn't needed and one for loop becomes less. There was a risk of deadlocking when kmem_