Displaying 20 results from an estimated 146 matches for "314,7".
Did you mean:
14,7
2009 May 04
1
[PATCH] oggz: inefficient seeking
...its.
3) Fix the output when DEBUG is defined.
Now it takes 0.0023 seconds to preform the seek. Patch is against
git commit 718a73d31011a7985365f4473e735b96791c7156.
Thanks,
Sean
---
diff --git a/configure.ac b/configure.ac
index 6a2bb05..92075a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -314,7 +314,7 @@ if test $SIZEOF_OGGZ_OFF_T = 4 ; then
OGGZ_OFF_MAX="0x7FFFFFFF"
PRI_OGGZ_OFF_T="l"
elif test $SIZEOF_OGGZ_OFF_T = 8 ; then
- PRI_OGGZ_OFF_T=PRId64
+ PRI_OGGZ_OFF_T="ll"
fi
dnl The following configured variables are written into the publ...
2006 Sep 28
1
autotools buglet
...ovland
mail: erik AT hovland DOT org
web: http://hovland.org/
PGP/GPG public key available on request
-------------- next part --------------
Index: flac-cvs/configure.in
===================================================================
--- flac-cvs.orig/configure.in
+++ flac-cvs/configure.in
@@ -314,6 +314,7 @@ AC_CONFIG_FILES([ \
src/share/utf8/Makefile \
src/test_grabbag/Makefile \
src/test_grabbag/cuesheet/Makefile \
+ src/test_grabbag/picture/Makefile \
src/test_libs_common/Makefile \
src/test_libFLAC/Makefile \
src/test_libFLAC++/Makefile \
2004 Feb 23
0
[patch] Fix for gcc 3.3.1 (maybe Cygwin-specific)
...64-bit type and doesn't like this macro
(it causes missing semicolon errors wherever used).
Patch Summary:
-1 +1 rsync.h
-------------- next part --------------
patchwork diff rsync.h
--- rsync.h 2004-02-23 10:44:40.000000000 -0500
+++ rsync.h 2004-02-23 10:44:45.000000000 -0500
@@ -314,7 +314,7 @@
#define uint64 unsigned long long
#else
/* As long as it gets... */
-#define uint64 unsigned off_t
+#define uint64 unsigned long
#endif
/* Starting from protocol version 26, we always use 64-bit
2024 Aug 21
1
[PATCH v2 56/86] drm/mgag200: Run DRM default client setup
...de <drm/drm_ioctl.h>
#include <drm/drm_managed.h>
#include <drm/drm_module.h>
@@ -129,6 +131,7 @@ static const struct drm_driver mgag200_driver = {
.minor = DRIVER_MINOR,
.patchlevel = DRIVER_PATCHLEVEL,
DRM_GEM_SHMEM_DRIVER_OPS,
+ DRM_FBDEV_SHMEM_DRIVER_OPS,
};
/*
@@ -314,7 +317,7 @@ mgag200_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
* FIXME: A 24-bit color depth does not work with 24 bpp on
* G200ER. Force 32 bpp.
*/
- drm_fbdev_shmem_setup(dev, 32);
+ drm_client_setup_with_fourcc(dev, DRM_FORMAT_XRGB8888);
return 0;
}
--
2.46.0
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
....8/src/lib/svnmailer/notifier/_mail.py
===================================================================
--- svnmailer-1.0.8.orig/src/lib/svnmailer/notifier/_mail.py 2008-05-27 14:56:27.000000000 +0200
+++ svnmailer-1.0.8/src/lib/svnmailer/notifier/_mail.py 2008-05-27 15:01:50.000000000 +0200
@@ -314,6 +314,7 @@
'part' : countprefix,
'files' : self._getPrefixedFiles(changeset),
'dirs' : self._getPrefixedDirectories(changeset),
+ 'log' : self.getLog().split('\n',1)[0],
}
# We...
2012 Oct 18
3
[PATCH 1/1] keep iommu disabled until iommu_setup is called
...;
if ( !parse_bool(s) )
- iommu_enabled = 0;
+ iommu_enabled_default = 0;
else if ( !strcmp(s, "force") || !strcmp(s, "required") )
force_iommu = 1;
else if ( !strcmp(s, "workaround_bios_bug") )
@@ -312,6 +314,7 @@
{
int rc = -ENODEV;
bool_t force_intremap = force_iommu && iommu_intremap;
+ iommu_enabled = iommu_enabled_default;
if ( iommu_dom0_strict )
iommu_passthrough = 0;
2017 Oct 06
2
[PATCH] lib: Pick up qemu-img path at build time.
...ed (cmd, "qemu-img info ");
+ * guestfs_int_cmd_add_string_unquoted (cmd, "file info ");
* guestfs_int_cmd_add_string_quoted (cmd, filename);
*
* =item 4.
diff --git a/lib/create.c b/lib/create.c
index fff5cf332..b4865172c 100644
--- a/lib/create.c
+++ b/lib/create.c
@@ -314,7 +314,7 @@ disk_create_qcow2 (guestfs_h *g, const char *orig_filename, int64_t size,
}
/* Assemble the qemu-img command line. */
- guestfs_int_cmd_add_arg (cmd, "qemu-img");
+ guestfs_int_cmd_add_arg (cmd, QEMU_IMG);
guestfs_int_cmd_add_arg (cmd, "create");
gues...
2019 Jul 12
8
[p2v PATCH 0/5] More small fixes
See individual patches for details.
Pino Toscano (5):
Include signal.h
Remove unused variables
Push -Wsuggest-attribute=noreturn only with GCC
tests: do not set libguestfs environment variables
Define the GCC version macro
Makefile.am | 2 +-
conversion.c | 3 +++
p2v.h | 7 +++++++
ssh.c | 8 +++++---
4 files changed, 16 insertions(+), 4 deletions(-)
--
2.21.0
2013 May 15
0
[PATCH 1/2] Update comparison.html
...5,7 +245,7 @@
no
</td>
<td bgcolor="#D4D4C0">
- YES (DirectShow-based, libavcodec-based)
+ YES (lavc<sup>1</sup>, DS<sup>2</sup>)
</td>
<td bgcolor="#D4D4C0">
SOME (XBox, Zune, few other)
@@ -314,7 +314,7 @@
no
</td>
<td bgcolor="#D4D4C0">
- YES (foobar2000, DirectShow-based, libavcodec-based)
+ YES (foobar2000, lavc<sup>1</sup>, DS<sup>2</sup>)
</td>
<td bgcolor="#BCBCAC">
no
@@ -377...
2016 Jan 11
0
[PATCH v5 01/12] vga_switcheroo: Add handler flags infrastructure
...ga_switcheroo_register_handler(&amdgpu_atpx_handler, handler_flags);
}
/**
diff --git a/drivers/gpu/drm/nouveau/nouveau_acpi.c b/drivers/gpu/drm/nouveau/nouveau_acpi.c
index d5e6938..cdf5227 100644
--- a/drivers/gpu/drm/nouveau/nouveau_acpi.c
+++ b/drivers/gpu/drm/nouveau/nouveau_acpi.c
@@ -314,7 +314,7 @@ void nouveau_register_dsm_handler(void)
if (!r)
return;
- vga_switcheroo_register_handler(&nouveau_dsm_handler);
+ vga_switcheroo_register_handler(&nouveau_dsm_handler, 0);
}
/* Must be called for Optimus models before the card can be turned off */
diff --git a/driver...
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
.../notifier/_mail.py
> ===================================================================
> --- svnmailer-1.0.8.orig/src/lib/svnmailer/notifier/_mail.py 2008-05-27 14:56:27.000000000 +0200
> +++ svnmailer-1.0.8/src/lib/svnmailer/notifier/_mail.py 2008-05-27 15:01:50.000000000 +0200
> @@ -314,6 +314,7 @@
> 'part' : countprefix,
> 'files' : self._getPrefixedFiles(changeset),
> 'dirs' : self._getPrefixedDirectories(changeset),
> + 'log' : self.getLog().split('\n',1)[0],
>...
2016 May 25
2
[PATCH] init: Don't allocate modules on the stack (RHBZ#1339691).
If the modules are unstripped and/or especially large, then the stack
can overflow.
---
init/init.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/init/init.c b/init/init.c
index 106be02..733d66e 100644
--- a/init/init.c
+++ b/init/init.c
@@ -314,7 +314,11 @@ insmod (const char *filename)
exit (EXIT_FAILURE);
}
size = st.st_size;
- char buf[size];
+ char *buf = malloc (size);
+ if (buf == NULL) {
+ fprintf (stderr, "insmod: malloc (%s, %zu bytes): %m\n", filename, size);
+ exit (EXIT_FAILURE);
+ }
size_t of...
2010 Jun 19
0
[PATCH] mtools/syslinux.c: Silence warnings
...attrib -h -r -s s:/ldlinux.sys 2>/dev/null");
+ ret = system("mattrib -h -r -s s:/ldlinux.sys 2>/dev/null");
mtp = popen("mcopy -D o -D O -o - s:/ldlinux.sys", "w");
if (!mtp || (fwrite(syslinux_ldlinux, 1, syslinux_ldlinux_len, mtp)
@@ -313,7 +314,7 @@ int main(int argc, char *argv[])
/* This command may fail legitimately */
sprintf(command, "mattrib -h -r -s %s 2>/dev/null", target_file);
- system(command);
+ ret = system(command);
sprintf(command, "mmove -D o -D O s:/ldlinux.sys %s&qu...
2002 May 30
0
[Bug 260] New: Expanded features in spec file.
...%if %{kerberos5}
--with-pam --with-kerberos5=/usr/kerberos
+%else
+ --with-pam
+%endif
%endif
%if %{static_libcrypto}
-perl -pi -e "s|-lcrypto|%{_libdir}/libcrypto.a|g" Makefile
+perl -pi -e "s|-lcrypto|%{_libdir}/libcrypto.a -ldl|g" Makefile
%endif
make
@@ -314,7 +327,11 @@
%files clients
%defattr(-,root,root)
+%if %{suidssh}
%attr(4755,root,root) %{_bindir}/ssh
+%else
+%attr(0755,root,root) %{_bindir}/ssh
+%endif
%attr(0644,root,root) %{_mandir}/man1/ssh.1*
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config
%attr(-,root,root) %...
2009 Sep 21
0
[PATCH 6/6] virtio_blk: revert QUEUE_FLAG_VIRT addition
...y at rustcorp.com.au>
Index: linux-2.6/drivers/block/virtio_blk.c
===================================================================
--- linux-2.6.orig/drivers/block/virtio_blk.c 2009-09-04 17:33:48.802523987 -0300
+++ linux-2.6/drivers/block/virtio_blk.c 2009-09-04 17:33:56.186522158 -0300
@@ -314,7 +314,6 @@ static int __devinit virtblk_probe(struc
}
vblk->disk->queue->queuedata = vblk;
- queue_flag_set_unlocked(QUEUE_FLAG_VIRT, vblk->disk->queue);
if (index < 26) {
sprintf(vblk->disk->disk_name, "vd%c", 'a' + index % 26);
2009 Sep 28
0
[PATCH] virtio_blk: revert QUEUE_FLAG_VIRT addition
...changed, 1 deletion(-)
Index: linux-2.6/drivers/block/virtio_blk.c
===================================================================
--- linux-2.6.orig/drivers/block/virtio_blk.c 2009-09-04 17:33:48.802523987 -0300
+++ linux-2.6/drivers/block/virtio_blk.c 2009-09-04 17:33:56.186522158 -0300
@@ -314,7 +314,6 @@ static int __devinit virtblk_probe(struc
}
vblk->disk->queue->queuedata = vblk;
- queue_flag_set_unlocked(QUEUE_FLAG_VIRT, vblk->disk->queue);
if (index < 26) {
sprintf(vblk->disk->disk_name, "vd%c", 'a' + index % 26);
2009 Sep 21
0
[PATCH 6/6] virtio_blk: revert QUEUE_FLAG_VIRT addition
...y at rustcorp.com.au>
Index: linux-2.6/drivers/block/virtio_blk.c
===================================================================
--- linux-2.6.orig/drivers/block/virtio_blk.c 2009-09-04 17:33:48.802523987 -0300
+++ linux-2.6/drivers/block/virtio_blk.c 2009-09-04 17:33:56.186522158 -0300
@@ -314,7 +314,6 @@ static int __devinit virtblk_probe(struc
}
vblk->disk->queue->queuedata = vblk;
- queue_flag_set_unlocked(QUEUE_FLAG_VIRT, vblk->disk->queue);
if (index < 26) {
sprintf(vblk->disk->disk_name, "vd%c", 'a' + index % 26);
2009 Sep 28
0
[PATCH] virtio_blk: revert QUEUE_FLAG_VIRT addition
...changed, 1 deletion(-)
Index: linux-2.6/drivers/block/virtio_blk.c
===================================================================
--- linux-2.6.orig/drivers/block/virtio_blk.c 2009-09-04 17:33:48.802523987 -0300
+++ linux-2.6/drivers/block/virtio_blk.c 2009-09-04 17:33:56.186522158 -0300
@@ -314,7 +314,6 @@ static int __devinit virtblk_probe(struc
}
vblk->disk->queue->queuedata = vblk;
- queue_flag_set_unlocked(QUEUE_FLAG_VIRT, vblk->disk->queue);
if (index < 26) {
sprintf(vblk->disk->disk_name, "vd%c", 'a' + index % 26);
2007 Apr 30
2
[PATCH 0/12] Early USB debug port and i386 boot cleanups
Modern hardware relies primarily on memory mapped I/O which is typically
at addresses that are not mapped by the kernels initial page tables,
which makes using them currently unusable for early debugging print support.
So this patch set digs in and fixes the early page tables on both
arch/i386 and arch/x86_64 so that set_fixmap works with our initial boot
page tables. All that is needed is that
2007 Apr 30
2
[PATCH 0/12] Early USB debug port and i386 boot cleanups
Modern hardware relies primarily on memory mapped I/O which is typically
at addresses that are not mapped by the kernels initial page tables,
which makes using them currently unusable for early debugging print support.
So this patch set digs in and fixes the early page tables on both
arch/i386 and arch/x86_64 so that set_fixmap works with our initial boot
page tables. All that is needed is that