Re: [PATCH] Port leak when using clisp

2015-08-28 Thread Samuel Thibault
Samuel Thibault, le Fri 28 Aug 2015 01:37:07 +0200, a écrit : > Applied, thanks! I believe it fixed a few other packages in debian. Samuel

netdde drivers

2015-08-28 Thread Samuel Thibault
Hello, As it seems we'll never synchronize netdde with DDE but rather go with Rump, I have pushed the changes we've been using in Debian to get 2.6.32 kernel support. I have also unblacklisted the atl2 driver, as prompted by a user. There are probably more such drivers which I have erroneously bl

[PATCH] Change file_utimes RPC to use a struct timespec and update the servers to use UTIME_NOW and UTIME_OMIT.

2015-08-28 Thread Flávio Cruz
From: Flávio Cruz Hello These two patches allow the glibc and the hurd servers to handle UTIME_OMIT and UTIME_NOW in futimens. The file_utimes RPC now uses a struct timespec instead of a timeval. --- console-client/trans.c | 8 ++-- console/console.c | 8 ++-- ext2fs/p

[PATCH] Add Hurd support for UTIME_OMIT and UTIME_NOW.

2015-08-28 Thread Flávio Cruz
From: Flávio Cruz This fixes the bug described in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762677 --- sysdeps/mach/hurd/bits/stat.h | 4 sysdeps/mach/hurd/futimens.c | 17 ++--- sysdeps/mach/hurd/futimes.c | 25 ++--- sysdeps/mach/hurd/lutimes