Michael Casadevall, le Tue 28 Aug 2007 07:35:32 -0400, a écrit :
> Index: device/blkio.c
> @@ -149,6 +151,10 @@
> do {
> prev = next;
> next = prev->io_next;
> +#ifdef MACH_ENTROPY
> + /* Let's grab the cylinder numbers for entropy. */
> + entropy_putdata
While fixing Ruby on Hurd, I discovered __libc_stack_end is (seemingly)
broken. It seems on Linux, this points to the end the stack for the
process, but on Hurd this is broken (it points at an invalid location
outside of a processes address space).
A quick gogle says though that this symbol shou
Sorry for my absence, quite a bit happened to me in real life, but I'm
back with another entropy patch (hopefully ready to finally see a
version make it into CVS). This patch properly implements quality
control, and quality improvement, as well as cleaned up source. The
driver itself can be used wi