Displaying 20 results from an estimated 28 matches for "7,14".
Did you mean:
1,14
2017 Oct 04
0
[PATCH 04/13] x86/paravirt: Convert DEF_NATIVE macro to GCC extended asm syntax
...redhat.com>
---
arch/x86/include/asm/paravirt_types.h | 10 +++++++---
arch/x86/include/asm/special_insns.h | 14 +++++++-------
2 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/arch/x86/include/asm/paravirt_types.h b/arch/x86/include/asm/paravirt_types.h
index e99e5ac3e036..ab7aabe6b668 100644
--- a/arch/x86/include/asm/paravirt_types.h
+++ b/arch/x86/include/asm/paravirt_types.h
@@ -359,11 +359,15 @@ extern struct pv_lock_ops pv_lock_ops;
_paravirt_alt(insn_string, "%c[paravirt_typenum]", "%c[paravirt_clobber]")
/* Simple instruction patching cod...
2020 Nov 03
0
[patch V3 10/37] ARM: highmem: Switch to generic kmap atomic
...3 +++++++---
arch/arm/include/asm/kmap_types.h | 10 ---
arch/arm/mm/Makefile | 1
arch/arm/mm/highmem.c | 121 --------------------------------------
6 files changed, 26 insertions(+), 144 deletions(-)
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1498,6 +1498,7 @@ config HAVE_ARCH_PFN_VALID
config HIGHMEM
bool "High Memory Support"
depends on MMU
+ select KMAP_LOCAL
help
The address space of ARM processors is only 4 Gigabytes large
and it has to accommodate user address space, kernel address
--- a/arch/arm/include/asm/fixmap.h
+++...
2009 Jul 10
6
Login Fails: epoll_ctl(1, 7): Operation not permitted
Working on setting up dovecot and having trouble logging in.
I get an error in logs (below) indicating Operation not Permitted.
auth_debug doesn't help.
Ideas?
# dovecot --version
1.1.7
# dovecot -n
# 1.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.29-gentoo-r5 i686 Gentoo Base System release 1.12.11.1
listen: *,[::]
ssl_cert_file: /etc/ssl/dovecot/server.pem
ssl_key_file: /etc/ssl/dovecot/server.key
login_dir: /var/run/dovecot/login
login_executable: /usr/libexec/dovecot/imap-l...
2006 Jun 17
0
Panel Bar plots
..._________________________________________________________________
____________________________________________________________________
x<-read.csv('Outcomes.csv', skip=1)
city.list<-cbind("Baghdad")
sniper.window<-2
R.list<-c(.30)
D.list<-c(7,14)
library(lattice)
degrade.list<-c(0)
par(mfrow=c(1,length(D.list)),beside=T)
for(i in 1:length(city.list)){
for(j in 1:length(degrade.list)){
myplot<-x[x$Location==city.list[i]&x$Degrade==degrade.list[j],]
for(q in 1:length(D....
2004 Sep 04
1
1.0-test39
http://dovecot.org/test/
Fixes several crashes. Apparently can still break with mboxes, although
it works with me..
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL:
2004 Aug 10
0
Personal Meetme conferences; is there a better way to do this?
I want to have a "personal meetme conference", so when
on a call I can transfer the other party to my personal conference with "#7".
(I can then make other calls, and dump them into the conference
using "#7" as well, then join myself by dialing "7").
Using:
exten => 7,1,MeetMe(${CALLERIDNUM}|Mpd)
this works as long as I originate the call. However, when I am called
and use "#7", the ot...
2010 Mar 26
1
Updated patch...
This supercedes the previous patch by incorporating feedback from pmyers
and apevec. The ISO building target is in the recipes Makefile rather
than a separate one.
2005 Mar 09
1
makeklcc.pl passes '' to ld if LDFLAGS empty among things
...ld, which gives:
-----
/usr/bin/ld: : No such file: No such file or directory
-----
One of two ways (I tried over here at least) to fix it, namely the quick
hack:
-----
--- 1/makeklcc.pl 2005-03-10 00:22:03.000000000 +0200
+++ 2/makeklcc.pl 2005-03-10 00:50:32.000000000 +0200
@@ -13,7 +13,11 @@
my($s) = @_;
$s =~ s/\s+/\',\'/g;
- return "(\'".$s."\')";
+ if ( $s ne "" ) {
+ return "(\'".$s."\')";
+ } else {
+ return "()";
+ }
}
print "#!${perlpath}\n&quo...
2004 Aug 17
6
dialplan woes
...n => 6666,6,Queue(tech)
exten => 1,1,SetCallerID(Toll Free No Cpub)
exten => 1,2,AGI(openclose.agi)
exten => 1,3,GotoIf($[${STATUS} = closed]?6:4)
exten => 1,4,GotoIf($[${STATUS} = holiday]?8:10)
exten => 1,5,Goto(1,10)
exten => 1,6,BackGround(nighttime-greeting)
exten => 1,7,Goto(4,1)
exten => 1,8,BackGround(holiday-greeting)
exten => 1,9,Goto(4,1)
exten => 1,10,BackGround(tech-menu)
exten => 1,1,Playback(cpub-support)
exten => 1,2,Hangup
exten => 2,1,SetVar(QUEUE_PRIO=10)
exten => 2,2,Queue(tech)
exten => 3,1,SetVar(QUEUE_PRIO=5)
exten =>...
2010 Jul 16
0
Mixed Conditional Logit with nested data
...1,0,0,1,0,0
1,1,B,0,0,1,0,0,0,1,0,0,1
1,2,A,1,1,0,0,1,0,0,0,0,1
1,2,B,0,0,1,0,0,1,0,0,1,0
1,3,A,0,0,0,1,0,1,0,1,0,0
1,3,B,1,1,0,0,0,0,1,0,1,0
1,4,A,1,0,0,1,0,1,0,1,0,0
1,4,B,0,0,1,0,0,0,1,0,0,1
1,5,A,1,0,1,0,1,0,0,1,0,0
1,5,B,0,1,0,0,0,1,0,0,1,0
1,6,A,1,1,0,0,1,0,0,0,0,1
1,6,B,0,0,0,1,0,0,1,0,1,0
1,7,A,1,1,0,0,0,0,1,1,0,0
1,7,B,0,0,1,0,0,1,0,0,0,1
1,8,A,1,0,0,1,1,0,0,0,1,0
1,8,B,0,0,1,0,0,1,0,0,0,1
1,9,A,1,0,1,0,1,0,0,1,0,0
1,9,B,0,0,0,1,0,1,0,0,1,0
1,10,A,1,1,0,0,1,0,0,0,1,0
1,10,B,0,0,0,1,0,0,1,1,0,0
1,11,A,1,0,1,0,0,1,0,1,0,0
1,11,B,0,0,0,1,1,0,0,0,0,1
1,12,A,1,1,0,0,0,1,0,1,0,0
1,12,B,0,0,1...
2006 Dec 12
0
[783] trunk/wxruby2: Tweak load error handling so failures with binary lib are reported correctly
...patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[783] trunk/wxruby2: Tweak load error handling so failures with binary lib are reported correctly</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>783</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt...
2007 Jan 11
0
[847] trunk/wxruby2/doc/textile/index.txtl: Added links to overview pages (Hawley Waldman)
...tch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[847] trunk/wxruby2/doc/textile/index.txtl: Added links to overview pages (Hawley Waldman)</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>847</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date&...
2016 Apr 04
2
multiple bar plot annotation text labelling
...ot;2048">
<font-face font-family="Liberation Sans embedded" units-per-em="2048"
font-weight="normal" font-style="normal" ascent="1852" descent="423"/>
<missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047
0,0 Z"/>
<glyph unicode="1" horiz-adv-x="927" d="M 156,0 L 156,153 515,153
515,1237 197,1010 197,1180 530,1409 696,1409 696,153 1039,153 1039,0
156,0 Z"/>
</font>
</defs>
<defs class="TextShapeIndex&quo...
2016 Apr 04
0
multiple bar plot annotation text labelling
...file types that will be stripped. See the footer at the bottom of your email for more information.
Do give us the data using dput():
> dput(testbarplot)
structure(list(V1 = c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L), V2 = c(3L,
8L, 1L, 9L, 5L, 4L, 2L, 0L), V3 = structure(c(1L, 2L, 3L, 4L,
3L, 5L, 6L, 7L), .Label = c("A", "B", "C", "D", "E", "F", "G"
), class = "factor")), .Names = c("V1", "V2", "V3"), class = "data.frame", row.names = c(NA,
-8L))
I think this will get you what...
2011 Feb 11
1
[PATCH v2v] Add support for performing automated builds
...ignore | 3 +
Build.PL | 3 +-
MANIFEST | 3 +
MANIFEST.SKIP | 1 +
autobuild.sh | 65 ++++++++++++++++++++++
virt-v2v.spec.PL | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 234 insertions(+), 1 deletions(-)
create mode 100755 autobuild.sh
create mode 100644 virt-v2v.spec.PL
diff --git a/.gitignore b/.gitignore
index 010a3ff..39e8075 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,11 +7,14 @@
/blib
/Build
/MANIFEST.bak
+/cover_db
+/virt-v2v.spec
# Files related to 'Build dist'
/META.yml
/MYMETA.yml
/v...
2015 May 18
5
kernel/libc uapi changes for y2038
...timespec based on 32-bit __kernel_time_t
struct timespec based on 64-bit __kernel_time64_t
Would this work for everyone? Any alternative suggestions?
Arnd
[1] http://git.kernel.org/cgit/linux/kernel/git/arnd/playground.git/log/?h=y2038-syscalls
https://lwn.net/Articles/643407/
diff --git a/include/uapi/asm-generic/bitsperlong.h b/include/uapi/asm-generic/bitsperlong.h
index 23e6c416b85f..ecdaf4f77f35 100644
--- a/include/uapi/asm-generic/bitsperlong.h
+++ b/include/uapi/asm-generic/bitsperlong.h
@@ -12,4 +12,13 @@
#define __BITS_PER_LONG 32
#endif
+/*
+ * Tradition...
2009 Sep 03
3
Multiple port support for virtio-console
Hello all,
Here is a new iteration of the patch series that implements a
transport for guest and host communications.
I've tested for compatibility (old qemu & new kernel, new qemu & old
kernel, new qemu & new kernel) and it all works fine*.
There are a few items on my todo list but this works well.
New since last send:
- live migration support**
- write path in the guest
2009 Sep 03
3
Multiple port support for virtio-console
Hello all,
Here is a new iteration of the patch series that implements a
transport for guest and host communications.
I've tested for compatibility (old qemu & new kernel, new qemu & old
kernel, new qemu & new kernel) and it all works fine*.
There are a few items on my todo list but this works well.
New since last send:
- live migration support**
- write path in the guest
2017 Oct 04
31
[PATCH 00/13] x86/paravirt: Make pv ops code generation more closely match reality
...y patched pv ops to use paravirt
alternatives
arch/x86/entry/entry_32.S | 13 +-
arch/x86/entry/entry_64.S | 12 +-
arch/x86/entry/entry_64_compat.S | 9 +-
arch/x86/entry/vdso/vdso32/system_call.S | 10 +-
arch/x86/include/asm/alternative-asm.h | 71 ++++-----
arch/x86/include/asm/alternative.h | 12 +-
arch/x86/include/asm/cpufeatures.h | 1 +
arch/x86/include/asm/paravirt-asm.h | 142 ++++++++++++++++++
arch/x86/include/asm/paravirt.h | 174 ++++------------------
arch/x86/include/asm/paravirt_types.h | 243 +...
2017 Oct 04
31
[PATCH 00/13] x86/paravirt: Make pv ops code generation more closely match reality
...y patched pv ops to use paravirt
alternatives
arch/x86/entry/entry_32.S | 13 +-
arch/x86/entry/entry_64.S | 12 +-
arch/x86/entry/entry_64_compat.S | 9 +-
arch/x86/entry/vdso/vdso32/system_call.S | 10 +-
arch/x86/include/asm/alternative-asm.h | 71 ++++-----
arch/x86/include/asm/alternative.h | 12 +-
arch/x86/include/asm/cpufeatures.h | 1 +
arch/x86/include/asm/paravirt-asm.h | 142 ++++++++++++++++++
arch/x86/include/asm/paravirt.h | 174 ++++------------------
arch/x86/include/asm/paravirt_types.h | 243 +...