[task #6584] Improve Xen support

2008-07-17 Thread Samuel Thibault
Update of task #6584 (project hurd): Percent Complete: 0% => 10% Wiki-like text discussion box: => Status (priority order): # Use elfnote.h # partitions - Batch hypercalls where possible - remaining TODOs - PAE Support - Im

Re: device_reference and device_deallocate

2008-07-17 Thread Samuel Thibault
Barry deFreese, le Wed 16 Jul 2008 23:09:04 -0400, a écrit : > device_reference was renamed to mach_device_reference quite a while back > and device_deallocate was renamed to mach_device_deallocate. > > However, ds_routines.c still define device_reference and > device_deallocate and kern/ipc_mig

Re: [PATCH] idvec_merge_auth leak

2008-07-17 Thread Samuel Thibault
Flávio Cruz, le Thu 17 Jul 2008 17:05:21 +0100, a écrit : > This patch fixes a memory problem. munmap must deallocate the exact > number of bytes in a UID/GID array. Commited, thanks! Samuel

[PATCH] idvec_merge_auth leak

2008-07-17 Thread Flávio Cruz
Hey guys, This patch fixes a memory problem. munmap must deallocate the exact number of bytes in a UID/GID array. Index: idvec-auth.c === RCS file: /cvsroot/hurd/hurd/libshouldbeinlibc/idvec-auth.c,v retrieving revision 1.8 diff -u -

Re: How to stack libtrivfs-based translators

2008-07-17 Thread Sergiu Ivanov
Hello, On Wed, Jul 16, 2008 at 2:32 AM, <[EMAIL PROTECTED]> wrote: > On Tue, Jul 15, 2008 at 06:10:02PM +0300, Sergiu Ivanov wrote: > > I have written a libtrivfs-based translator (the source code is > > supplied in the attachment), however I have problems with stacking it > > upon itself. > [...