Displaying 20 results from an estimated 32 matches for "41,4".
Did you mean:
1,4
2008 Mar 24
0
[PATCH] trivial build cleanup
...ak$
+^tools/ioemu/i386-dm/Makefile$
^tools/ioemu/i386-dm/config\.h$
^tools/ioemu/i386-dm/config\.mak$
^tools/ioemu/i386-dm/qemu-dm$
diff -r dba5f548b894 docs/xen-api/Makefile
--- a/docs/xen-api/Makefile Mon Mar 24 14:25:52 2008 -0600
+++ b/docs/xen-api/Makefile Mon Mar 24 16:29:01 2008 -0600
@@ -41,4 +41,4 @@ xenapi-datamodel-graph.eps: xenapi-datam
.PHONY: clean
clean:
- rm -f *.pdf *.ps *.dvi *.aux *.log $(EPSDOT)
+ rm -f *.pdf *.ps *.dvi *.aux *.log *.out $(EPSDOT)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xenso...
2011 Oct 25
1
alternative option in skewness and kurtosis tests?
...quot;))
The option "alternative" in those two functions seems to be the null
hypothesis. In the output, the statement about the alternative hypothesis is
correct, which is opposite to what you specify in command. An example
below:
> skewdata =
c(rep(44,5),rep(43,15),rep(42,10),rep(41,4),rep(40,3),rep(39,2),rep(38,1))
> agostino.test(skewdata, alternative = "greater")
D'Agostino skewness test
data: skewdata
skew = -1.0014, z = -1.7209, p-value = 0.04264
alternative hypothesis: data have negative skewness
> anscombe.test(skewdata, alternative=...
2020 Mar 27
1
[PATCH v2 2/5] Kbuild: support clang's lld
...ormal inter-module
# calls, and work on the memory models for this architecture
# 96 MB - normal binaries start at 128 MB
-KLIBCSHAREDFLAGS = -Ttext-segment 0x06000000
+KLIBCSHAREDFLAGS = $(IMAGE_BASE) 0x06000000
diff --git a/usr/klibc/arch/mips64/MCONFIG b/usr/klibc/arch/mips64/MCONFIG
index 6a4b41b2f85c..3d7f20da08be 100644
--- a/usr/klibc/arch/mips64/MCONFIG
+++ b/usr/klibc/arch/mips64/MCONFIG
@@ -20,4 +20,4 @@ KLIBCBITSIZE = 64
# load address, use the very top of the 256M region (minus 2MB)
#
# Use -Ttext-segment so that the special .MIPS* sections are moved as well.
-KLIBCSHAREDFLAGS...
2020 Jul 26
0
[kvm-unit-tests PATCH v3 0/4] Update patch set
...ersion.
> > >
> > > > - cfc4e4c9591c73edc786aebbe83b371fec36fec8 - Conditionalized
> > > > non-supported flags.
> > > > - 1b014f8401fc5b3dc803e2cae06ac5c803dc89cb - Add "-fno-common"
> > > > - 1e876662002eac9662357c7feaee12be04107d32 - Use proper libc
> > > > - f07a8f75b8ebfea71254cd8829c0476b6b6683e1 - Adjust some flags for ld.lld
> > > > - 7f0aa03493dc9ab8c1d2798f6586bfbc5f1de702 - Use "-ffreestanding"
> > > > (fixes using unlocked versions of calls)
> > > >
&...
2012 Sep 11
4
[PATCH] x86: retrieve keyboard shift status flags from BIOS
...opy_field_to_guest(u_xenpf_op, op,
+ u.firmware_info.u.kbd_shift_flags) )
+ ret = -EFAULT;
+ break;
default:
ret = -EINVAL;
break;
--- a/xen/include/asm-x86/setup.h
+++ b/xen/include/asm-x86/setup.h
@@ -41,4 +41,6 @@ int xen_in_range(unsigned long mfn);
void microcode_grab_module(
unsigned long *, const multiboot_info_t *, void *(*)(const module_t *));
+extern uint8_t kbd_shift_flags;
+
#endif
--- a/xen/include/public/platform.h
+++ b/xen/include/public/platform.h
@@ -218,6 +218,7 @@ DEFINE_...
2020 Jul 25
2
[kvm-unit-tests PATCH v3 0/4] Update patch set
...d never saw this later version.
> >
> > > - cfc4e4c9591c73edc786aebbe83b371fec36fec8 - Conditionalized
> > > non-supported flags.
> > > - 1b014f8401fc5b3dc803e2cae06ac5c803dc89cb - Add "-fno-common"
> > > - 1e876662002eac9662357c7feaee12be04107d32 - Use proper libc
> > > - f07a8f75b8ebfea71254cd8829c0476b6b6683e1 - Adjust some flags for ld.lld
> > > - 7f0aa03493dc9ab8c1d2798f6586bfbc5f1de702 - Use "-ffreestanding"
> > > (fixes using unlocked versions of calls)
> > >
> > > There...
2009 Aug 20
0
[PATCH virt-v2v] make most of "make distcheck" pass
...fi
AC_CONFIG_FILES([Makefile
perl/Makefile
+ perl/Makefile.PL
v2v/Makefile
po/Makefile.in])
AC_OUTPUT
diff --git a/v2v/Makefile.am b/v2v/Makefile.am
index 65ac778..49dac50 100644
--- a/v2v/Makefile.am
+++ b/v2v/Makefile.am
@@ -41,4 +41,8 @@ virt-v2v.1: virt-v2v.pl
install-data-hook:
mkdir -p $(DESTDIR)$(bindir)
- install -m 0755 virt-v2v.pl $(DESTDIR)$(bindir)/virt-v2v
+ install -m 0755 $(srcdir)/virt-v2v.pl $(DESTDIR)$(bindir)/virt-v2v
+
+uninstall-hook:
+ rm -f $(DESTDIR)$(bindir)/virt-v2v
+ -rmdir $(DESTDIR)$(bindir)...
2005 May 30
1
patch: porting module-init-tools 2/4: index
This is tiny and has no impact in klib size other that it is polluting
the namespace.
.bill
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-index-strchr.txt
Type: text/x-diff
Size: 355 bytes
Desc: not available
Url : http://www.vas.nu/pipermail/klibc/attachments/20050530/b7c96936/patch-index-strchr.bin
2009 Jan 20
2
problem with writing data to *.xls file
Hi all,
I read data from *.xls file and i did some caliculations on that data and
now i have to create a column in the same .xls file
and i have to insert the data in to the consicutive rows related to the
previous data
i tried it with *write.xls() *but the thing is it deleted all the columns
previously presented in that file and it created a column and inserted data
can any one suggest what to do
2020 Mar 27
12
[PATCH 0/5] Clang compatibility patches
This is a series of patches for clang compatibility:
- Using flags needed flags and removing unsupported flags.
- Adding support for clang's LLD linker.
- Removing a variety of warnings.
Bill Wendling (3):
[klibc] Kbuild: use "libc.a" with clang
[klibc] Kbuild: Add "-fcommon" for clang builds
[klibc] Clean up clang warnings
Michael Davidson (1):
[klibc] Kbuild:
2009 Apr 16
1
Plotting C++ output in R
...an exit
i<-1000
# set plot variable to 1 (Plot)
plot<-1
}
}
#If the plot variable is one indicating plot the data
if(plot==1){
#read the C++ model output for this run
data<-read.table("c:\\rdata\\Outfile3.txt")
#Plot the data
plot(data[1:41,2],data[1:41,3],type="l",ylim=c(0,0.3),col="cyan",xlab="Years",ylab="Proportion HIV Infected",lwd=2)
legend(x=0,y=0.08,leg.txt,fill = leg.cols)
lines(data[1:41,2],data[1:41,4],col="blue",lwd=2)
lines(data[1:41,2],data[1:41,5],col="p...
2014 Sep 23
0
[PATCH 03/13] syntax-check: fix makefile_at_at_check
...) VG="$(top_builddir)/run $(VG)" check
check-slow:
$(MAKE) TESTS="test-virt-builder-planner.sh" check
diff --git a/builder/website/Makefile.am b/builder/website/Makefile.am
index a2d29df..967a4fb 100644
--- a/builder/website/Makefile.am
+++ b/builder/website/Makefile.am
@@ -41,4 +41,4 @@ TESTS_ENVIRONMENT = $(top_builddir)/run --test
TESTS = validate.sh
check-valgrind:
- $(MAKE) VG="$(top_builddir)/run @VG@" check
+ $(MAKE) VG="$(top_builddir)/run $(VG)" check
diff --git a/cat/Makefile.am b/cat/Makefile.am
index 14b8e81..8165589 100644
--- a/cat/M...
2018 Dec 28
0
[PATCH v2 nbdkit] common: Improve pseudo-random number generation.
...k to ensure we get the same data.
+ */
srandom (time (NULL));
for (i = 0; i < NR_READS; ++i) {
offset = random ();
diff --git a/common/include/Makefile.am b/common/include/Makefile.am
index 81f4804..f96bab5 100644
--- a/common/include/Makefile.am
+++ b/common/include/Makefile.am
@@ -41,4 +41,5 @@ EXTRA_DIST = \
isaligned.h \
ispowerof2.h \
iszero.h \
+ random.h \
rounding.h
diff --git a/plugins/random/Makefile.am b/plugins/random/Makefile.am
index d990158..0a84774 100644
--- a/plugins/random/Makefile.am
+++ b/plugins/random/Makefile.am
@@ -41,6 +41,7 @@ nbdkit_random_plug...
2018 Sep 20
2
[PATCH 1/2] tools: Link OCaml programs with -runtime-variant _pic if available.
...| 2 ++
m4/guestfs-ocaml.m4 | 18 ++++++++++++++++++
ocaml-link.sh => ocaml-link.sh.in | 8 +++++++-
4 files changed, 28 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 5088869ae..0ba1b28ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -412,6 +412,7 @@ Makefile.in
/make-fs/virt-make-fs.1
/missing
/ocaml-dep.sh
+/ocaml-link.sh
/ocaml/bindtests.bc
/ocaml/bindtests.opt
/ocaml/bindtests.ml
diff --git a/configure.ac b/configure.ac
index 2021fb522..4542d6faf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -203,6 +203,8 @@ AC_CONFIG_F...
2018 Dec 28
2
[PATCH v2 nbdkit] common: Improve pseudo-random number generation.
v2:
- Fix seeding.
- Add a test that nbdkit-random-plugin is producing something
which looks at least somewhat random.
Rich.
2007 Jun 20
9
[PATCH 0/9] x86 boot protocol updates
[ This patch depends on the cross-architecture ELF cleanup patch. ]
This series updates the boot protocol to 2.07 and uses it to implement
paravirtual booting. This allows the bootloader to tell the kernel
what kind of hardware/pseudo-hardware environment it's coming up under,
and the kernel can use the appropriate boot sequence code.
Specifically:
- Update the boot protocol to 2.07, which
2007 Jun 20
9
[PATCH 0/9] x86 boot protocol updates
[ This patch depends on the cross-architecture ELF cleanup patch. ]
This series updates the boot protocol to 2.07 and uses it to implement
paravirtual booting. This allows the bootloader to tell the kernel
what kind of hardware/pseudo-hardware environment it's coming up under,
and the kernel can use the appropriate boot sequence code.
Specifically:
- Update the boot protocol to 2.07, which
2016 Jun 01
15
[PATCH 00/15] clk/tegra: improve code and add DFS support
This series adds support for GM20B PLL's Maxwell features, namely glitchless
switch and (more importantly) DFS support. DFS lets the PLL lower its output
speed according to input current variations, making the clock more stable and
allowing it to run safely at lower voltage.
All GM20B additions are done in the last patch, which consequently ends up
being considerably big ; fortunately, it
2007 Apr 18
8
[PATCH 0/7] x86 paravirtualization infrastructure
The following patches introduce the core infrastructure needed to
paravirtualize the 32-bit x86 Linux kernel. This is done by moving
virtualization sensitive insn's or code paths to a function table,
paravirt_ops. This structure can be populated with hypervisor specific
calls or native stubs and currently support running on bare metal, VMI,
Xen, or Lhype. These patches apply to
2007 Apr 18
8
[PATCH 0/7] x86 paravirtualization infrastructure
The following patches introduce the core infrastructure needed to
paravirtualize the 32-bit x86 Linux kernel. This is done by moving
virtualization sensitive insn's or code paths to a function table,
paravirt_ops. This structure can be populated with hypervisor specific
calls or native stubs and currently support running on bare metal, VMI,
Xen, or Lhype. These patches apply to