Re: [PATCH hurd 8/9] boot: implement pseudo-time device

2014-11-20 Thread Samuel Thibault
Justus Winter, le Fri 07 Nov 2014 17:32:01 +0100, a écrit : > * boot/boot.c (pseudo_time): New variable. > (main): Allocate port `pseudo_time'. > (ds_device_open): Give out `pseudo_time'. > (ds_device_map): Emulate Mach-style `Mapped Time'. Ack. > --- > boot/boot.c | 38 +

[PATCH hurd 8/9] boot: implement pseudo-time device

2014-11-07 Thread Justus Winter
* boot/boot.c (pseudo_time): New variable. (main): Allocate port `pseudo_time'. (ds_device_open): Give out `pseudo_time'. (ds_device_map): Emulate Mach-style `Mapped Time'. --- boot/boot.c | 38 +++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/b