Displaying 5 results from an estimated 5 matches for "waterland".
Did you mean:
wasteland
2006 Sep 02
6
[PATCH] Paravirt framebuffer use xvc as console [4/5]
This is the patch from Amos Waterland for the xenconsole to
use /dev/xvc0 instead of taking over ttys. I''ve fixed a few places
which needed to check for XVC mode in addition to serial mode. Also,
until LANANA responds with an official minor, I''ve adjusted it to use
char 250/187 (in the experimental range) as opposed...
2006 Aug 18
4
[PATCH] Paravirtual framebuffer use xvc for xenconsole [4/6]
This is the patch from Amos Waterland for the xenconsole to
use /dev/xvc0 instead of taking over ttys. I''ve fixed a few places
which needed to check for XVC mode in addition to serial mode. Also,
until LANANA responds with an official minor, I''ve adjusted it to use
char 250/187 (in the experimental range) as opposed...
2006 Sep 22
0
[XenPPC] Re: [PATCH] Fix BUG in alloc_heap_pages
This is an important find, it may require an audit of uses list_del
where its use is not immediately by some form of destruction of the
containing object.
-JX
On Sep 21, 2006, at 6:21 PM, Amos Waterland wrote:
> I believe it is the case that if the last element of a list is deleted
> with list_del(), and then the list is scanned with list_empty(),
> undefined results can occur. The following patch fixes a BUG that
> triggers on one of my blades that has 8 GB of RAM.
>
> I belie...
2009 May 26
1
Covariance calculation gives different answer than Excel (PR#13720)
Full_Name: Amos Waterland
Version: 2.8.1
OS: Ubuntu Linux
Submission from: (NULL) (68.175.8.163)
I calculated the covariance for a small data set as follows:
X <- c(1,2,3,4)
Y <- c(3,3,4,3)
cov(X,Y)
[1] 0.1666667
But when doing the computation with pencil and paper I get:
((-1.5)*(-0.25) + (-0.5)*(-0.25) + (0.5)*...
2003 Feb 10
0
modifying initrd before high mem load
Hi, I have an interesting question for you. Given the output of
scramble(initrd) = S, I am interested in having [iso|sys|pxe]linux
perform unscramble(S) = initrd before they load it into high memory.
As a simple example, suppose scramble() were simply a XOR with a
constant value of the gzip magic number at the front of the initrd
image. I would like to insert the following, but I can't seem