Displaying 20 results from an estimated 69 matches for "85,10".
Did you mean:
85,18
2019 Jun 13
0
[PATCH 20/22] mm: sort out the DEVICE_PRIVATE Kconfig mess
...| 2 +-
mm/Kconfig | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/Kconfig b/drivers/gpu/drm/nouveau/Kconfig
index dba2613f7180..6303d203ab1d 100644
--- a/drivers/gpu/drm/nouveau/Kconfig
+++ b/drivers/gpu/drm/nouveau/Kconfig
@@ -85,10 +85,10 @@ config DRM_NOUVEAU_BACKLIGHT
config DRM_NOUVEAU_SVM
bool "(EXPERIMENTAL) Enable SVM (Shared Virtual Memory) support"
depends on ARCH_HAS_HMM
+ depends on DEVICE_PRIVATE
depends on DRM_NOUVEAU
depends on STAGING
select HMM_MIRROR
- select DEVICE_PRIVATE
default n...
2019 Jun 26
0
[PATCH 23/25] mm: sort out the DEVICE_PRIVATE Kconfig mess
...| 2 +-
mm/Kconfig | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/Kconfig b/drivers/gpu/drm/nouveau/Kconfig
index dba2613f7180..6303d203ab1d 100644
--- a/drivers/gpu/drm/nouveau/Kconfig
+++ b/drivers/gpu/drm/nouveau/Kconfig
@@ -85,10 +85,10 @@ config DRM_NOUVEAU_BACKLIGHT
config DRM_NOUVEAU_SVM
bool "(EXPERIMENTAL) Enable SVM (Shared Virtual Memory) support"
depends on ARCH_HAS_HMM
+ depends on DEVICE_PRIVATE
depends on DRM_NOUVEAU
depends on STAGING
select HMM_MIRROR
- select DEVICE_PRIVATE
default n...
2006 Apr 08
2
HELP !!!!!
...info@mydomain.
I use ser for authorization and authentication
(registrar rtpproxy and outbound proxy)
I use asterisk 1.2.5 with realtime .
the info is used as a hunt group so i add in
extension.conf
[info]
exten => info,1,Answer()
exten => info,n,Dial(Sip/84,10)
exten => info,n,Dial(Sip/85,10)
exten => info,n,Hangup
Ser forward sip:info@mydomain to asterisk but this one
ask for authentication 407 .
How can I disable this ?
Harry
___________________________________________________________________________
Nouveau : t?l?phonez moins cher avec Yahoo! Messenger ! D?cou...
2002 Jul 27
1
Patch to OpenSSH-3.4p1/monitor_mm.c for Linux 2.0
...this patch, but am not including
the patch to config.h---if there's a better name for it, please, by all
means, change it.
Thanks for your time and consideration.
Sean
--- openssh-3.4p1/monitor_mm.c Tue Jun 25 20:29:03 2002
+++ openssh-3.4p1.new/monitor_mm.c Fri Jul 26 03:00:35 2002
@@ -85,10 +85,24 @@
mm->mmalloc = mmalloc;
#ifdef HAVE_MMAP_ANON_SHARED
+# ifdef USE_MMAP_DEV_ZERO
+ {
+ int fh;
+
+ fh = open("/dev/zero",O_RDWR);
+ if (fh == -1)
+ fatal("mmap(`/dev/zero'): %s",strerror(errno));
+
+ address = mmap(NULL,size,PROT_WRITE|PROT_RE...
2006 Apr 07
2
407 proxy authentication
Hello,
Asterisk sent back 407 proxy authentication .
How can avoid this ?
I set insecure=very without success in sip.conf and my
sql server .
Harry
___________________________________________________________________________
Nouveau : t?l?phonez moins cher avec Yahoo! Messenger ! D?couvez les tarifs exceptionnels pour appeler la France et l'international.
T?l?chargez sur
2012 Jun 11
1
[hivex][PATCH] OS X, bootstrap: Locate pkg.m4
...so ./configure does
not fail invoking PKG_CHECK_MODULES.
Signed-off-by: Alex Nelson <ajnelson at cs.ucsc.edu>
---
bootstrap | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/bootstrap b/bootstrap
index b2960c1..8e4cb86 100755
--- a/bootstrap
+++ b/bootstrap
@@ -85,5 +85,10 @@ $gnulib_tool \
--tests-base=gnulib/tests \
--import $modules
+# Locate pkg.m4 (installed in non-default location in OS X)
+# (Passing non-existent paths with -I causes aclocal, invoked by autoreconf, to die.)
+pkgm4dir=$(test -f /opt/local/share/aclocal/pkg.m4 && dirna...
2002 Jan 31
2
configure --with-rsh=CMD and default blocking-IO support
...} else if (strcmp(cmd, "rsh") == 0
+#if HAVE_REMSH
+ || strcmp(cmd, "remsh") == 0
+#endif
+ )
+ blocking_io = 1;
}
args[argc++] = ".";
Index: rsync/rsync.h
--- rsync/rsync.h 25 Jan 2002 23:00:21 -0000 1.121
+++ rsync/rsync.h 30 Jan 2002 18:45:29 -0000
@@ -85,10 +85,12 @@
#include "config.h"
+#ifndef RSYNC_RSH
#if HAVE_REMSH
#define RSYNC_RSH "remsh"
#else
#define RSYNC_RSH "rsh"
+#endif
#endif
#include <sys/types.h>
---8<------8<------8<------8<---cut here--->8------>8------>8------>...
2012 Jun 05
0
[LLVMdev] [llvm-commits][PATHCH] Bug 12530 - llvm-link dropping debug-information for local
...mation
The attachments is the patch for it.
Index: lib/Transforms/Utils/ValueMapper.cpp
===================================================================
--- lib/Transforms/Utils/ValueMapper.cpp (revision 157974)
+++ lib/Transforms/Utils/ValueMapper.cpp (working copy)
@@ -85,6 +85,10 @@
// No operands needed remapping. Use an identity mapping.
return const_cast<Value*>(V);
}
+
+ // Alloca instruction is used to identify the holding information in
llvm.dbg.declare
+ if (isa<AllocaInst>(V))
+ return const_cast<Value*>(V);...
2006 Apr 28
1
[SPAM] [asterisk-dev] Disable 407 proxy authentication for outbound domains
...ication for incoming
calls to my sip uri ?
Look at my sip.conf and extensions.conf
[general]
context=sip
bindport=5050
realm=nxs.yi.org
bindaddr=nxs.yi.org
[sip]
include => info
include => support
exten => info,1,Answer()
exten => info,2,Dial(Sip/84,10)
exten => info,3,Dial(Sip/85,10)
exten => info,4,Hangup
exten => support,1,Answer()
exten => support,2,Queue(support|t||)
exten => support,3,Hangup
Harry
___________________________________________________________________________
Nouveau : t?l?phonez moins cher avec Yahoo! Messenger ! D?couvez les tar...
2001 Jun 30
0
ogg123 synopsis and man page fixes
...+.RS
+.IP byteorder
+Choose big endian, little endian, or native byte order. (Default = "native")
+.RE
+.RE
.IP wav
WAV file output. Writes the sound data to disk in uncompressed form.
--- ogg123/ogg123.c.orig Sat Jun 30 15:04:57 2001
+++ ogg123/ogg123.c Sat Jun 30 15:09:10 2001
@@ -85,8 +85,10 @@ void usage(void)
" -V, --version display Ogg123 version\n"
" -d, --device=d uses 'd' as an output device\n"
" Possible devices are (some may not be compiled):\n"
- " null (output nothing),...
2013 Jun 24
3
[PATCH v2] xen-netback: add a pseudo pps rate limit
...net/xen-netback/xenbus.c | 25 ++++++++++++++++---
4 files changed, 70 insertions(+), 4 deletions(-)
diff --git a/drivers/net/xen-netback/common.h b/drivers/net/xen-netback/common.h
index 9d7f172..fefa79a 100644
--- a/drivers/net/xen-netback/common.h
+++ b/drivers/net/xen-netback/common.h
@@ -85,8 +85,10 @@ struct xenvif {
/* Transmit shaping: allow ''credit_bytes'' every ''credit_usec''. */
unsigned long credit_bytes;
+ unsigned long credit_packets;
unsigned long credit_usec;
unsigned long remaining_credit;
+ unsigned long remaining_pack...
2013 Apr 29
3
[PATCH] Fix make-fedora-img for btrfs minimum size
This first factors out all the partition sizing, and then resizes the
images created to be 1GB instead of 512MB, to work around a size
limitation with btrfs:
mkfs_btrfs: /dev/vda2: device /dev/vda2 is too small (must be at least
256 MB)
2003 Jan 21
6
Please test rsync-2.5.6pre2
The second rsync-2.5.6 pre-release version is now available at:
http://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre2.tar.gz
ftp://rsync.samba.org/pub/rsync/preview/rsync-2.5.6pre2.tar.gz
rsync://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre2.tar.gz
There's also a corresponding '.sig' file that contains a gpg signature
of the file; the public key is available on the
2012 Aug 29
0
[PATCH V2] x86/i8259: Handle bogus spurious interrupts more quietly
...d EOI the irq
or not.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
--
Changes since v1
* Modify _mask_and_ack_8259A_irq() rather than basically duplicating it
diff -r 1126b3079bef -r 3cacac4d8a4d xen/arch/x86/i8259.c
--- a/xen/arch/x86/i8259.c
+++ b/xen/arch/x86/i8259.c
@@ -85,10 +85,12 @@ BUILD_16_IRQS(0xc) BUILD_16_IRQS(0xd) BU
static DEFINE_SPINLOCK(i8259A_lock);
-static void _mask_and_ack_8259A_irq(unsigned int irq);
+static bool_t _mask_and_ack_8259A_irq(unsigned int irq);
-void (*__read_mostly bogus_8259A_irq)(unsigned int irq) =
- _mask_and_ack_8259A_irq...
2019 Jun 11
1
[PATCH] drm/virtio: drop framebuffer dirty tracking code
...surface_dirty(virtio_gpu_fb, clips, num_clips);
-}
-
static const struct drm_framebuffer_funcs virtio_gpu_fb_funcs = {
.create_handle = drm_gem_fb_create_handle,
.destroy = drm_gem_fb_destroy,
- .dirty = virtio_gpu_framebuffer_surface_dirty,
+ .dirty = drm_atomic_helper_dirtyfb,
};
int
@@ -85,10 +73,6 @@ virtio_gpu_framebuffer_init(struct drm_device *dev,
vgfb->base.obj[0] = NULL;
return ret;
}
-
- spin_lock_init(&vgfb->dirty_lock);
- vgfb->x1 = vgfb->y1 = INT_MAX;
- vgfb->x2 = vgfb->y2 = 0;
return 0;
}
diff --git a/drivers/gpu/drm/virtio/virtgpu_fb.c...
2011 Aug 03
0
[PATCH] display ipv6 address in networking details page, also fix ipv6 netmask configurations.
....py | 46 +++++++++++++++++++++++++++++++++-------
scripts/ovirtfunctions.py | 22 +++++++++++--------
3 files changed, 53 insertions(+), 18 deletions(-)
diff --git a/scripts/network.py b/scripts/network.py
index ccc4bd8..f51ee7c 100644
--- a/scripts/network.py
+++ b/scripts/network.py
@@ -85,9 +85,10 @@ class Network:
self.BR_CONFIG += "set %s/DHCPV6C yes\n" % BR_ROOT
elif OVIRT_VARS["OVIRT_IPV6"] == "static":
self.BR_CONFIG += "set %s/IPV6INIT yes\n" % BR_ROOT
- self.BR_CONFIG += &quo...
2006 Apr 08
0
Re: [asterisk-dev] bug or bad chan_sip.c
...gt; 1,2,Goto(s,1)
exten => 2,1,Playback(informations)
exten => 2,2,Goto(music,600,1)
exten => i,1,PlayBack(key-invalide)
exten => i,2,Goto(s,1)
[sip]
include => info
include => support
exten => info,1,Answer()
exten => info,2,Dial(Sip/84,10)
exten => info,3,Dial(Sip/85,10)
exten => info,4,Hangup
exten => support,1,Answer()
exten => support,2,Queue(support|t||)
exten => support,3,Hangup
[pstn]
exten => s,1,Answer()
exten => s,2,NVFaxDetect()
exten => s,3,Goto(mainmenu,s,1)
exten => s,4,Hangup
exten => fax,1,Dial(Zap/g2)
exten =>...
2006 Apr 08
0
Re: [asterisk-dev] bug or bad chan_sip.c
...gt; 1,2,Goto(s,1)
exten => 2,1,Playback(informations)
exten => 2,2,Goto(music,600,1)
exten => i,1,PlayBack(key-invalide)
exten => i,2,Goto(s,1)
[sip]
include => info
include => support
exten => info,1,Answer()
exten => info,2,Dial(Sip/84,10)
exten => info,3,Dial(Sip/85,10)
exten => info,4,Hangup
exten => support,1,Answer()
exten => support,2,Queue(support|t||)
exten => support,3,Hangup
[pstn]
exten => s,1,Answer()
exten => s,2,NVFaxDetect()
exten => s,3,Goto(mainmenu,s,1)
exten => s,4,Hangup
exten => fax,1,Dial(Zap/g2)
exten =>...
2016 May 23
0
[PATCH 5/5] mllib: add a new run_command helper
...nore (shell_command cmd);
+ let cmd = [| "rm"; "-rf"; dir |] in
+ ignore (run_command cmd);
type t = {
directory : string;
diff --git a/builder/downloader.ml b/builder/downloader.ml
index 7406ce8..f4c65c4 100644
--- a/builder/downloader.ml
+++ b/builder/downloader.ml
@@ -85,10 +85,10 @@ and download_to t ?(progress_bar = false) ~proxy uri filename =
(match parseduri.URI.protocol with
| "file" ->
let path = parseduri.URI.path in
- let cmd = sprintf "cp%s %s %s"
- (if verbose () then " -v" else "")
- (qu...
2005 Jun 21
5
app_changrab.c released on pbxfreeware.org
I released app_changrab.c lastnight really late... It includes a way
to hijack a channel and originate calls from the CLI.
/b
---
Keep Your Friends Close, But Your Enemies Even Closer...