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
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
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
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
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
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
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
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
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_