search for: 33,13

Displaying 20 results from an estimated 76 matches for "33,13".

Did you mean: 23,13
2012 Oct 11
0
[LLVMdev] [PATCH / PROPOSAL] bitcode encoding that is ~15% smaller for large bitcode files...
On Oct 10, 2012, at 5:10 PM, Jan Voung <jvoung at chromium.org> wrote: > Thanks for the review Rafael! > > Chris, did you want to take a look at the patch too? Your most recent patch looks good to me, with a minor change: +++ b/lib/Bitcode/Writer/BitcodeWriter.cpp @@ -33,6 +33,13 @@ using namespace llvm; static cl::opt<bool> +UseAbsoluteOperandIDs("use-abs-operands", + cl::desc("Assign instruction operand IDs with the older " + "absolute encoding instead of using " +...
2015 Feb 05
1
[PATCH] perl: tests: reenable set_path tests
...t/060-handle-properties.t b/perl/t/060-handle-properties.t index 0057503..6b1ee42 100644 --- a/perl/t/060-handle-properties.t +++ b/perl/t/060-handle-properties.t @@ -17,7 +17,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 9; use Sys::Guestfs; @@ -33,13 +33,10 @@ ok ($g->get_autosync () == 1, "autosync not true"); $g->set_autosync (0); ok ($g->get_autosync () == 0, "autosync not false"); -# This probably doesn't work at the moment because -# the binding for set_path does not ensure the string -# remains arou...
2012 Oct 11
2
[LLVMdev] [PATCH / PROPOSAL] bitcode encoding that is ~15% smaller for large bitcode files...
...for the review Rafael! Chris, did you want to take a look at the patch too? Thanks, - Jan On Wed, Oct 10, 2012 at 12:39 PM, Rafael EspĂ­ndola < rafael.espindola at gmail.com> wrote: > On 10 October 2012 15:15, Jan Voung <jvoung at chromium.org> wrote: > > Yes, I had about 133K hits for INST_PHI with a negative value, out of > 136K > > hits of any "INST_.*" with a negative valued operand. > > > > Overall there were 474K INST_PHI and 12 million "INST_.*" in my tests. > > Cool! > > Thanks again for working on this! >...
2020 May 26
1
[v2v PATCH] vCenter: require curl in #precheck
...irt_vcenter_https.ml index ed2e5eed..2265f76e 100644 --- a/v2v/input_libvirt_vcenter_https.ml +++ b/v2v/input_libvirt_vcenter_https.ml @@ -19,6 +19,7 @@ (** [-i libvirt] when the source is VMware vCenter *) open Common_gettext.Gettext +open Std_utils open Tools_utils open Unix_utils.Env @@ -33,13 +34,23 @@ open Printf (* Subclass specialized for handling VMware vCenter over https. *) class input_libvirt_vcenter_https libvirt_conn input_conn input_password parsed_uri server guest = + + let error_unless_curl_command_exists () = + let curl_binary = "curl" in + tr...
2007 Nov 08
3
Re: [Xen-staging] [xen-unstable] xend: Allow for non-existent xen-python-path binary.
...ex > --- > tools/misc/xend | 13 +++++++------ > 1 files changed, 7 insertions(+), 6 deletions(-) > > diff -r c0bdfda5183d -r 0ebac8576495 tools/misc/xend > --- a/tools/misc/xend Thu Nov 08 14:50:01 2007 +0000 > +++ b/tools/misc/xend Thu Nov 08 15:32:14 2007 +0000 > @@ -33,13 +33,14 @@ import time > import time > import commands > > -result = commands.getstatusoutput(os.path.join(os.path.dirname(sys.argv[0]), > - ''xen-python-path'')) > -if result[0] != 0: > - print >>sys....
2018 Mar 23
2
Call for testing: OpenSSH 7.7
..." revision 1 Attached to ./sftp-server. debug3: Sent message fd 6 T:16 I:1 debug3: SSH_FXP_REALPATH . -> /home/builder/openssh size 0 sftp> df / debug3: 'Received statvfs reply T:201 I:2 Size Used Avail (root) %Capacity 20457468 12423640 8033828 8033828 60% -- Darren Tucker (dtucker at dtucker.net) GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new) Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
2015 Jan 14
0
[PATCH v3 09/16] pci: add pci_iomap_range
...oid __iomem *pci_iomap_range(struct pci_dev *dev, int bar, + unsigned long offset, + unsigned long maxlen); /* Create a virtual mapping cookie for a port on a given PCI device. * Do not call this directly, it exists to make it easier for architectures * to override */ @@ -30,6 +33,13 @@ static inline void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned lon { return NULL; } + +static inline void __iomem *pci_iomap_range(struct pci_dev *dev, int bar, + unsigned long offset, + unsigned long maxlen) +{ + return NULL; +} #endif #endif /* __ASM_GE...
2015 Jan 14
0
[PATCH v3 09/16] pci: add pci_iomap_range
...oid __iomem *pci_iomap_range(struct pci_dev *dev, int bar, + unsigned long offset, + unsigned long maxlen); /* Create a virtual mapping cookie for a port on a given PCI device. * Do not call this directly, it exists to make it easier for architectures * to override */ @@ -30,6 +33,13 @@ static inline void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned lon { return NULL; } + +static inline void __iomem *pci_iomap_range(struct pci_dev *dev, int bar, + unsigned long offset, + unsigned long maxlen) +{ + return NULL; +} #endif #endif /* __ASM_GE...
2012 Nov 20
0
[PATCH 15 of 15] libxl: ocaml: add bindings for libxl_domain_create_new
...t_domains raise_exception build_domain -PROGRAMS = xtl send_debug_keys list_domains raise_exception +PROGRAMS = xtl send_debug_keys list_domains raise_exception build_domain xtl_LIBS = \ -ccopt -L -ccopt $(OCAML_TOPLEVEL)/libs/xentoollog $(OCAML_TOPLEVEL)/libs/xentoollog/xentoollog.cmxa @@ -33,7 +33,13 @@ raise_exception_LIBS = \ raise_exception_OBJS = raise_exception -OCAML_PROGRAM = xtl send_debug_keys list_domains raise_exception +build_domain_LIBS = \ + -ccopt -L -ccopt $(OCAML_TOPLEVEL)/libs/xentoollog $(OCAML_TOPLEVEL)/libs/xentoollog/xentoollog.cmxa \ + -ccopt -L -ccopt $(O...
2017 Nov 01
2
Bug: lmtp proxy does not quote local parts with spaces
...this patch is production quality is that I have not examined any interaction between these changes and sieve's use of the envelope recipient. I'm hoping that a developer can chip in here? (hint!) (Apologies for top posting) On 30/10/2017 13:18, David Zambonini wrote: > On 26/10/2017 19:33, David Zambonini wrote: >> On 26/10/2017 18:38, Alexander Dalloz wrote: >>> Am 26.10.2017 um 12:20 schrieb David Zambonini: >>>> >>>> There seems to be a bug with RFC822 processing in ltmp proxying that >>>> doesn't >>>> quote local...
2017 Nov 03
1
Bug: lmtp proxy does not quote local parts with spaces
...do have time for a further response, I could also provide them as pull requests against current on github if you'd like to request that. 1. Cut on the final instead of initial @ when splitting user/domain parts in LMTP, this can fix some issues where localpart contains a quoted @: dovecot-2.2.33.2-reverse-domaincut.patch 2. Fully decode local part on receipt in LMTP, and re-encode when proxying. This fixes the issue where quoted local quotes are stripped on proxy, preventing successful proxying, and some director hashing problems (exposes str_append_maybe_escape in message-address.h, some...
2016 Feb 22
10
[PATCH 0/8] Fix valgrind tests.
Since we switched to using parallel tests, our valgrind tests would definitely have found leaks in the /usr/bin/env program if it had any. Not so much in some of our own programs. Let's fix that. Rich.
2009 Oct 10
0
[PATCH 1/7] nv50: use SIFC for TIC, TSC upload
...vers/nv50/nv50_context.c | 7 --- src/gallium/drivers/nv50/nv50_context.h | 5 ++ src/gallium/drivers/nv50/nv50_screen.c | 25 ++--------- src/gallium/drivers/nv50/nv50_state_validate.c | 53 +++++++++++++++++++++--- src/gallium/drivers/nv50/nv50_tex.c | 33 +++++++++----- src/gallium/drivers/nv50/nv50_vbo.c | 4 -- 6 files changed, 77 insertions(+), 50 deletions(-) diff --git a/src/gallium/drivers/nv50/nv50_context.c b/src/gallium/drivers/nv50/nv50_context.c index fca078b..0cdab9b 100644 --- a/src/gallium/drivers/nv50/nv50_context.c ++...
2013 Dec 16
8
XEN/arm XENFB support
Goodmorning, I''m currently playing with XEN/arm on my Allwinner A20 (cubieboard2) I would like to get the XENFB driver working on domU. But currently in xen/arm there''s no support for VFB, atleast qemu is not supported. But this video http://www.youtube.com/watch?v=po1IeElg8tg and this one http://www.youtube.com/watch?v=Km6gBnIqaWo is showing a working framebuffer. So there are
2018 Apr 05
5
[nbdkit PATCH 0/3] Test zero callback of python plugin
I'm planning on tweaking the language callbacks to support fua; first up is the python bindings. I want to move from: def zero(h, count, offset, may_trim): to a nicer: def zero(h, count, offset, may_trim=False, fua=False): where the C code passes keywords for the flags (we can add new flags as needed), perhaps by using introspection to learn whether the plugin has a mandatory may_trim
2005 May 23
3
module-init-tools ported to klibc
...har *string, int flags); +#endif + +#endif /* _MOD_LIBC_WRAPPER_H_ */ diff -ur module-init-tools-3.2-pre5/modprobe.c module-init-tools/modprobe.c --- module-init-tools-3.2-pre5/modprobe.c 2005-05-12 04:58:22.000000000 +0300 +++ module-init-tools/modprobe.c 2005-05-22 01:31:57.000000000 +0300 @@ -33,8 +33,13 @@ #include <dirent.h> #include <limits.h> #include <elf.h> -#include <getopt.h> -#include <fnmatch.h> +#ifndef __KLIBC__ +# include <getopt.h> +# include <fnmatch.h> +#else +# include "mod_libc_wrapper.h" +# undef _GNU_SOURCE /* h...
2014 Nov 21
4
Bug#767295: [PATCH for-4.5 v2] libxc: don't leak buffer containing the uncompressed PV kernel
...the domain Done. Rebooting now Waiting for domain asterisk_deb80 (domid 32) to die [pid 24967] Domain 32 has shut down, reason code 1 0x1 Action for shutdown reason code 1 is restart Domain 32 needs to be cleaned up: destroying the domain Done. Rebooting now Waiting for domain asterisk_deb80 (domid 33) to die [pid 24967] Domain 33 has shut down, reason code 1 0x1 Action for shutdown reason code 1 is restart Domain 33 needs to be cleaned up: destroying the domain Done. Rebooting now Waiting for domain asterisk_deb80 (domid 34) to die [pid 24967] Domain 34 has shut down, reason code 0 0x0 Action f...
2003 Jan 29
0
[PATCH] features for restricted shell environments
...ony. -- f.a.n.finch <dot at dotat.at> http://dotat.at/ FISHER GERMAN BIGHT: NORTHWESTERLY 6 OR 7, OCCASIONALLY GALE 8 IN WEST, VEERING NORTHEASTERLY 5 LATER. WINTRY SHOWERS. GOOD. --- auth-options.c 28 Jan 2003 18:06:50 -0000 1.1.1.2 +++ auth-options.c 29 Jan 2003 20:39:19 -0000 1.7 @@ -133,7 +135,7 @@ goto next_option; } cp = "environment=\""; - if (options.permit_user_env && + if (!auth_restricted(RESTRICT_ENV, pw) && strncasecmp(opts, cp, strlen(cp)) == 0) { char *s; struct envstring *new_envstring; @@ -217,8 +219,6 @@ }...
2017 Oct 26
2
Bug: lmtp proxy does not quote local parts with spaces
On 26/10/2017 18:38, Alexander Dalloz wrote: > Am 26.10.2017 um 12:20 schrieb David Zambonini: >> >> There seems to be a bug with RFC822 processing in ltmp proxying that >> doesn't >> quote local parts that, for example, contain spaces. > > Newer related RFCs are RFC 5321 and 5322. Typo, meant to say RFC2822, which they still supercede, not that the
2012 May 17
5
[PATCH 1/1] kbuild: sync with kernel 3.4-rc7
...borg <sam at ravnborg.org> --- I could reproduce the "all-files-are-rebuild" bug on my 64 bit SPM box. this fixes it for me. I did not investigate why this fixed the bug. This adds btw. support for "make V=2" but I did not update help. Sam scripts/Kbuild.include | 233 +++++++++++++++++++++++++++++++++++++----------- scripts/Kbuild.klibc | 2 +- 2 files changed, 180 insertions(+), 55 deletions(-) diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index 55b35b4..a048ec7 100644 --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include @@ -1,22 +1,4...