search for: 21,9

Displaying 20 results from an estimated 131 matches for "21,9".

Did you mean: 21,7
2013 Dec 07
2
[PATCH 1/2] Fix installing man-pages from out-of-tree build
--- po-docs/ja/Makefile.am | 6 +++--- po-docs/uk/Makefile.am | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/po-docs/ja/Makefile.am b/po-docs/ja/Makefile.am index da1bcc3..820f91a 100644 --- a/po-docs/ja/Makefile.am +++ b/po-docs/ja/Makefile.am @@ -160,8 +160,8 @@ $(podfiles): # XXX Can automake do this properly? install-data-hook: $(MKDIR_P)
2003 Oct 23
0
GotoIf Problems
I have the following in my extensions.conf: exten => 21,1,NoOp(${CALLERIDNUM}) exten => 21,2,GotoIf($[${CALLERIDNUM} = ""]?21|4:21|9) exten => 21,4,Playback(/etc/asterisk/interactive-services/no-callerid) exten => 21,5,Wait(1) exten => 21,6,Playback(/etc/asterisk/interactive-services/no-callerid) exten => 21,7,Wait(1) exten =&gt...
2013 Dec 07
0
[PATCH 2/2] Fix virt-builder tests for out-of-tree build
...4 ++-- builder/test-virt-builder.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/builder/test-virt-builder-list.sh b/builder/test-virt-builder-list.sh index 11305a9..ff16abe 100755 --- a/builder/test-virt-builder-list.sh +++ b/builder/test-virt-builder-list.sh @@ -21,9 +21,9 @@ export LANG=C set -e -abs_srcdir=$(cd $srcdir && pwd) +abs_builddir=$(pwd) -export VIRT_BUILDER_SOURCE=file://$abs_srcdir/test-index +export VIRT_BUILDER_SOURCE=file://$abs_builddir/test-index short_list=$($VG ./virt-builder --no-check-signature --no-cache --list) diff...
2012 Feb 03
1
[PATCH] Include inttypes.h for PRIu64
...> #include <stdlib.h> #include <string.h> diff --git a/src/metaflac/operations_shorthand_cuesheet.c b/src/metaflac/operations_shorthand_cuesheet.c index f414235..dadb53b 100644 --- a/src/metaflac/operations_shorthand_cuesheet.c +++ b/src/metaflac/operations_shorthand_cuesheet.c @@ -21,6 +21,9 @@ #endif #include <errno.h> +#if HAVE_INTTYPES_H +#include <inttypes.h> +#endif #include <stdio.h> /* for snprintf() */ #include <string.h> #include "options.h" diff --git a/src/metaflac/operations_shorthand_streaminfo.c b/src/metaflac/operations_sh...
2003 Dec 14
1
A faster plotOHLC() for the tseries package
...to plot timeseries of various financial assets with open/high/low/close data. I had often wondered if it could be made to run a little faster. It turns out that the following patch does --- plotOHLC.R.orig 2003-12-14 12:02:20.000000000 -0600 +++ plotOHLC.R 2003-12-14 12:03:42.000000000 -0600 @@ -21,14 +21,9 @@ ylim <- range(x[is.finite(x)]) plot.new() plot.window(xlim, ylim, ...) - for (i in 1:NROW(x)) { - segments(time.x[i], x[i, "High"], time.x[i], x[i, "Low"], - col = col[1], bg = bg) - segments(time.x[i] - dt, x[i, &qu...
2019 Dec 17
5
[PATCH 0/3] Various dist/build fixes
Fix one dist issue, and various builddir!=srcdir issues, also with the patch proposed in the Debian bug #946594. Patch #3 applies also to the virt-v2v repository, and will be committed there too (with references to the libguestfs commit). Pino Toscano (3): inspector: ship the actual test script tests: fix srcdir references build: fix make implicit dependencies on ml/mli files
2010 Dec 05
1
[PATCH 4/5][REPOST][BTRFS-PROGS] Avoid to scan cdrom and floppy
...; argc) + search = argv[searchstart]; + all_uuids = btrfs_scanned_uuids(); list_for_each(cur_uuid, all_uuids) { fs_devices = list_entry(cur_uuid, struct btrfs_fs_devices, diff --git a/man/btrfs.8.in b/man/btrfs.8.in index 26ef982..77b13f6 100644 --- a/man/btrfs.8.in +++ b/man/btrfs.8.in @@ -21,9 +21,9 @@ btrfs \- control a btrfs filesystem .PP \fBbtrfs\fP \fBfilesystem resize\fP\fI [+/\-]<size>[gkm]|max <filesystem>\fP .PP -\fBbtrfs\fP \fBdevice scan\fP\fI [<device> [<device>..]]\fP +\fBbtrfs\fP \fBfilesystem show\fP\fI [--all-devices] <uuid>|<label&gt...
2019 Apr 16
0
[PATCH v2v v2 1/2] v2v: windows: Add a helper function for installing Powershell firstboot scripts.
...\Temp\\" ^ filename in + + let fb = sprintf "%s -ExecutionPolicy ByPass -file %s" ps_exe ps_path in + Firstboot.add_firstboot_script g i_root filename fb diff --git a/v2v/windows.mli b/v2v/windows.mli index 016ef2a78..6db7874b0 100644 --- a/v2v/windows.mli +++ b/v2v/windows.mli @@ -21,3 +21,9 @@ val detect_antivirus : Types.inspect -> bool (** Return [true] if anti-virus (AV) software was detected in this Windows guest. *) + +val install_firstboot_powershell : Guestfs.guestfs -> Types.inspect -> + string -> string list -> u...
2004 Jul 02
0
Patch to fix dist rule in ocfs-tools with another minor fix
...eadfs.c utils.c journal.c -HFILES = include/main.h include/commands.h include/dump.h include/readfs.h include/utils.h include/journal.h +HFILES = include/main.h include/commands.h include/dump.h include/readfs.h include/utils.h include/journal.h include/jbd.h OBJS = $(subst .c,.o,$(CFILES)) @@ -21,4 +21,9 @@ debugfs.ocfs2: $(OBJS) $(LINK) $(GLIB_LIBS) -lreadline -lncurses +DIST_RULES = dist-subdircreate + +dist-subdircreate: + $(TOPDIR)/mkinstalldirs $(DIST_DIR)/include + include $(TOPDIR)/Postamble.make
2002 Jun 21
1
small security-related rsync extension
...p behavior (with ~) in production. I'd be pleased if someone who uses backup-dir were to try it out and let me know how it goes. I'd also be pleased if this were to find its way into the main distribution in some form. Thank you. #!/bin/sh # This is a shell archive (shar 3.32) # made 06/21/2002 20:17 UTC by dcslib@tokyo.acs.uci.edu # Source directory /dcslibsrc/network/rsync/exportable-patches # # existing files WILL be overwritten # # This shar contains: # length mode name # ------ ---------- ------------------------------------------ # 1798 -rw-r--r-- backup-priv-backups #...
2015 Jul 28
0
[PATCH 01/10] builder: add format=FMT in repository .conf files
...ker source + match source.Sources.format with + | Sources.FormatNative -> + Index_parser.get_index ~downloader ~sigchecker source ) sources ) in let index = remove_duplicates index in diff --git a/builder/sources.ml b/builder/sources.ml index b774762..b21e8fc 100644 --- a/builder/sources.ml +++ b/builder/sources.ml @@ -27,7 +27,10 @@ type source = { uri : string; gpgkey : Utils.gpgkey_type; proxy : Downloader.proxy_mode; + format : source_format; } +and source_format = +| FormatNative module StringSet = Set.Make (String) @@ -75,8 +78...
2016 Oct 04
0
[PATCH v2 1/1] s390/spinlock: Provide vcpu_is_preempted
...s(-) >>>> >>>> diff --git a/arch/s390/include/asm/spinlock.h b/arch/s390/include/asm/spinlock.h >>>> index 63ebf37..e16e02f 100644 >>>> --- a/arch/s390/include/asm/spinlock.h >>>> +++ b/arch/s390/include/asm/spinlock.h >>>> @@ -21,6 +21,9 @@ _raw_compare_and_swap(unsigned int *lock, unsigned int old, unsigned int new) >>>> return __sync_bool_compare_and_swap(lock, old, new); >>>> } >>>> >>>> +bool arch_vcpu_is_preempted(int cpu); >>>> +#define vcpu_is_preempte...
2016 Oct 04
0
[PATCH v2 1/1] s390/spinlock: Provide vcpu_is_preempted
...s(-) >>>> >>>> diff --git a/arch/s390/include/asm/spinlock.h b/arch/s390/include/asm/spinlock.h >>>> index 63ebf37..e16e02f 100644 >>>> --- a/arch/s390/include/asm/spinlock.h >>>> +++ b/arch/s390/include/asm/spinlock.h >>>> @@ -21,6 +21,9 @@ _raw_compare_and_swap(unsigned int *lock, unsigned int old, unsigned int new) >>>> return __sync_bool_compare_and_swap(lock, old, new); >>>> } >>>> >>>> +bool arch_vcpu_is_preempted(int cpu); >>>> +#define vcpu_is_preempte...
2016 Nov 15
2
[PATCH v7 06/11] x86, paravirt: Add interface to support kvm/xen vcpu preempted check
..._jump(void) --- a/arch/x86/kernel/paravirt-spinlocks.c +++ b/arch/x86/kernel/paravirt-spinlocks.c @@ -12,7 +12,6 @@ __visible void __native_queued_spin_unlo { native_queued_spin_unlock(lock); } - PV_CALLEE_SAVE_REGS_THUNK(__native_queued_spin_unlock); bool pv_is_native_spin_unlock(void) @@ -21,9 +20,16 @@ bool pv_is_native_spin_unlock(void) __raw_callee_save___native_queued_spin_unlock; } -static bool native_vcpu_is_preempted(int cpu) +__visible bool __native_vcpu_is_preempted(int cpu) { - return 0; + return false; +} +PV_CALLEE_SAVE_REGS_THUNK(__native_vcpu_is_preempted); + +bool...
2016 Nov 15
2
[PATCH v7 06/11] x86, paravirt: Add interface to support kvm/xen vcpu preempted check
..._jump(void) --- a/arch/x86/kernel/paravirt-spinlocks.c +++ b/arch/x86/kernel/paravirt-spinlocks.c @@ -12,7 +12,6 @@ __visible void __native_queued_spin_unlo { native_queued_spin_unlock(lock); } - PV_CALLEE_SAVE_REGS_THUNK(__native_queued_spin_unlock); bool pv_is_native_spin_unlock(void) @@ -21,9 +20,16 @@ bool pv_is_native_spin_unlock(void) __raw_callee_save___native_queued_spin_unlock; } -static bool native_vcpu_is_preempted(int cpu) +__visible bool __native_vcpu_is_preempted(int cpu) { - return 0; + return false; +} +PV_CALLEE_SAVE_REGS_THUNK(__native_vcpu_is_preempted); + +bool...
2013 Feb 07
0
[PATCH 3/4] xmms - Fix inline linking problems with old glib
...g.c | 4 +--- 7 files changed, 14 insertions(+), 19 deletions(-) diff --git a/src/plugin_xmms/charset.c b/src/plugin_xmms/charset.c index d2d39e9..2c5167f 100644 --- a/src/plugin_xmms/charset.c +++ b/src/plugin_xmms/charset.c @@ -20,9 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#if HAVE_CONFIG_H -# include <config.h> -#endif +#include "plugin.h" #include <stdlib.h> #include <glib.h> diff --git a/src/plugin_xmms/configure.c b/src/plugin_xmms/configure.c index af57f52..6b83435 100644 --- a/src/plugin_xmms/configure.c +++...
2009 Nov 19
5
Fix various build dependency problems
Patch 1/5 is a repost. Only change is title update. These fix parallel make on my machine, and additionally make building from subdirectories more correct.
2013 Aug 18
3
missing chdir before chroot in guestfsd
daemon.c does just a chroot, without chdir. The result is that pwd does not work correctly (it causes fs/dcache.c:prepend_unreachable() to add the unreachable string). A workaround is to add "cd /" before each sh command. ><fs> mount /dev/sda2 / ><fs> sh "cd / ; chroot / ; /bin/pwd" / ><fs> sh "/bin/pwd" (unreachable)/ ><fs> sh
2004 Aug 06
1
ices: Metadata for im_stdinpcm
...md = s->metadata; + + if(md) + { + while(*md) + vorbis_comment_add(vc, *md++); + } + + thread_mutex_unlock(&s->metadatalock); +} + /* Core streaming function for this module * This is what actually produces the data which gets streamed. * @@ -101,17 +150,21 @@ input_module_t *mod = calloc(1, sizeof(input_module_t)); stdinpcm_state *s; module_param_t *current; + int use_metadata = 1; /* Default to on */ mod->type = ICES_INPUT_PCM; mod->getdata = stdin_read; mod->handle_event = event_handler; - mod->meta...
2019 Dec 11
2
[PATCH 1/2] podcheck: __INCLUDE:file.pod__ and __VERBATIM:file.txt__ in POD files.
Make sure the pod checker script can deal with the newer additions of podwrapper.pl. Followup of commit 46e59e9535c2fcd1c188464b5249a249f22af1a0. --- podcheck.pl | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/podcheck.pl b/podcheck.pl index 527a2e47d..795fe0e9b 100755 --- a/podcheck.pl +++ b/podcheck.pl @@ -83,6 +83,15 @@ used where the POD includes