Displaying 3 results from an estimated 3 matches for "vki".
Did you mean:
iki
2012 Sep 04
2
[PATCH] valgrind: Support for ioctls used by Xen toolstack processes.
...coregrind/m_debuginfo/debuginfo.c | 9 +
coregrind/m_syswrap/priv_syswrap-xen.h | 10 +
coregrind/m_syswrap/syswrap-linux.c | 107 ++++-
coregrind/m_syswrap/syswrap-xen.c | 1023 ++++++++++++++++++++++++++++++++
include/Makefile.am | 3 +-
include/pub_tool_vki.h | 1 +
include/vki/vki-linux.h | 44 ++
include/vki/vki-xen.h | 8 +
10 files changed, 1229 insertions(+), 3 deletions(-)
create mode 100644 coregrind/m_syswrap/priv_syswrap-xen.h
create mode 100644 coregrind/m_syswrap/syswrap-xen.c
creat...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2004 Apr 01
2
R fft on 2D matrix
Hi,
I am a brand new user of R and I have a really stupid problem: I am having troubles applying fft on 2D matrices.
I import a data file of 256*256 elements with read.table (it is actually a grey scale image, the corresponding data file being generated with Matlab), and I find that the fft can be applied on one single column of data, but not on one row.
(Error message:
Error in fft(z, inverse)