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