search for: commitdiff_plain

Displaying 11 results from an estimated 11 matches for "commitdiff_plain".

2007 Jun 26
1
ffmpeg
...package builders. I've just updated the ffmpeg build to the more recent API and added support for VP6. So if you're building packages for 0.4.5 it might make sense to use current git. Or if you don't use git, apply the following two patches: http://gitweb.freedesktop.org/?p=swfdec.git;a=commitdiff_plain;h=ed66672b6bd13a613aaf875d2f898cc2f16a47b9;hp=8e04b92f5880361d5a34ad4f6674de3c88ad4377 http://gitweb.freedesktop.org/?p=swfdec.git;a=commitdiff_plain;h=27f2f8fe232d392ddf50e97116724f507cc05a43;hp=ed66672b6bd13a613aaf875d2f898cc2f16a47b9 Cheers, Benjamin
2008 Mar 06
6
[Bug 14858] New: Build fix for FreeBSD
http://bugs.freedesktop.org/show_bug.cgi?id=14858 Summary: Build fix for FreeBSD Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: FreeBSD Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy:
2013 Feb 12
11
What can I do to make btrfs work?
Btrfs has been broken for me for ages. I first reported it on this list 5 months ago[1]. Below is a very simple reproducer that anyone can run. *NB* before you run this, adjust /dev/sda & /dev/sda1 to point to an unused block device! ---------------------------------------------------------------------- #!/bin/sh - set -e while true; do parted -s -- /dev/sda mklabel msdos parted -s --
2008 Mar 07
1
--detect-moved patch and --link-dest
Hi, I am using --link-dest for my rotating backups. Noticing the "--detect-renamed-lax" patch to rsync 3.0.0. I was hoping to make use of the --detect-moved. Unfortunately, "--detect-moved" does not seem to recognize the --linkdest option. A moved file is getting transferred again and a new file is created at the receiving end instead of linking to the moved
2010 Aug 24
0
[PATCH]: Exiting -1 if dhcp client failed
...n't that convenient . I wrote a stupid patch that solve this issue. Cheers, Erwan From: Erwan Velu <erwan.velu at zodiacaerospace.com> Date: Tue, 24 Aug 2010 10:00:23 +0000 (+0200) Subject: Exiting -1 if ipconfig timeout X-Git-Url: http://gitweb.ife-sit.info/?p=zodiac-pkg%2Fklibc.git;a=commitdiff_plain;h=6c4c52e6f64412fce844d0198643ccecc641f1b5 Exiting -1 if ipconfig timeout When timeouting while getting up a dhclient answer, let's returning -1 instead of 0 --- diff --git a/usr/kinit/ipconfig/main.c b/usr/kinit/ipconfig/main.c index f00041b..888fdeb 100644 --- a/usr/kinit/ipconfig/main.c +...
2009 Feb 03
2
Backporting to 2.6.27 and below
A couple of weeks ago it was mentioned that btrfs in the stand alone tree would be patched to support 2.6.27 with older versions coming after. Has anyone actually done these patches? I''d like to get btrfs running on 2.6.26(Debian Lenny kernel) and if no one has done any code towards it I''d be happy to do it. Lee -- To unsubscribe from this list: send the line "unsubscribe
2010 Nov 04
4
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
...------- next part -------------- From: Maik Merten <maik at maik-desktop.(none)> Date: Wed, 28 Oct 2009 18:50:41 +0000 (+0100) Subject: apply a patch written by Philip Heron: "This fixes a bug where Cortado would die... X-Git-Tag: 0.5.1~21 X-Git-Url: http://git.xiph.org/?p=cortado.git;a=commitdiff_plain;h=08bad890e3ff664fbb78dcb1c640bc739445369e apply a patch written by Philip Heron: "This fixes a bug where Cortado would die or display corrupt video when a Theora stream begins with an incomplete packet." ticket #1565 --- diff -up jorbis-0.0.17/com/jcraft/jogg/StreamState.java~ jorbis-...
2010 Dec 10
2
Issues with stat() call on CentOS5 vs CentOS4
Dear CentOS, I have recently upgraded several servers from CentOS4 to CentOS5 and I am noticing a strange change to the stat() call. I have written a very small program to test and show the behavior. I am calling stat() against a file which is exported from my NAS and mounted with 32k read/write sizes. [dougalb at centos4 tmp]$ cat my_stat.c #include <unistd.h> #include <stdio.h>
2013 Nov 22
4
[PATCH 1/3] Document ntreg_nk_record.flags
--- lib/hivex-internal.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/lib/hivex-internal.h b/lib/hivex-internal.h index f391b98..d7ce339 100644 --- a/lib/hivex-internal.h +++ b/lib/hivex-internal.h @@ -125,7 +125,19 @@ struct ntreg_hbin_block { struct ntreg_nk_record { int32_t seg_len; /* length (always -ve because used) */ char id[2];
2011 Apr 15
2
source questions & intentions to patch: yp-timing & auth
Good Day, Looking at the SVN repo: there's 30+ commits since the 2.6.2 release; the last one from August 2009. Are there any intentions to roll a release anytime soon? Are there any more recent branches? I'm currently looking into extending icecast2 (more below) and am wondering if I should base the patches on 2.6.2+debian-fixes or work from svn-trunk? We are using a cluster of icecast
2016 Oct 26
6
samba-4.5.1 build problem
Dear Samba experts, I tried to install the latest Samba release the way I did it always, i.e. starting with: ./configure --prefix=/usr/local/samba \ --with-piddir=/usr/local/samba/var/run \ --with-syslog \ --with-quotas \ --with-acl-support \ --enable-debug \ --enable-cups \ --enable-selftest \