Displaying 20 results from an estimated 74 matches for "naur".
Did you mean:
maur
2006 May 24
0
rsync connection limit
...set client connection limit.
We had problem for dead hosts, so default system timeout is not enough.
--conlimit option added
Will be great to see this patch in the future version, so we do not need
to patch every time.
Thanks and Cheers, Eugene.
--
-------------- next part --------------
diff -Naur rsync-2.6.8/errcode.h rsync-2.6.8-new/errcode.h
--- rsync-2.6.8/errcode.h Sat Dec 17 01:48:28 2005
+++ rsync-2.6.8-new/errcode.h Wed May 24 16:19:59 2006
@@ -47,6 +47,8 @@
#define RERR_TIMEOUT 30 /* timeout in data send/receive */
+#define RERR_CON_TIMEOUT 35
+
/* Although it doesn...
2010 Jan 18
1
[PATCH] drm: remove UMS leftover
Compiled, tested. Look ok.
--
Jabber/XMPP: okias at isgeek.info
SIP VoIP: sip:17474537254 at proxy01.sipphone.com
-------------- next part --------------
This patch remove leftover from UMS.
Signed-off-by: David Heidelberger <d.okias at gmail.com>
---
diff -Naur a/drivers/gpu/drm/nouveau/nouveau_dma.c b/drivers/gpu/drm/nouveau/nouveau_dma.c
--- a/drivers/gpu/drm/nouveau/nouveau_dma.c 2010-01-18 12:48:09.193872773 +0100
+++ b/drivers/gpu/drm/nouveau/nouveau_dma.c 2010-01-18 12:50:01.639874519 +0100
@@ -77,11 +77,9 @@
return ret;
/* Map M2MF notifier...
2000 Jun 06
0
connection timeout
...rated file,
and my troff must work differently from whoever generated it.
I'm thinking I might add a command line option to parse another config
file after the defaults, mabye even instead of the user's home directory.
Any thoughts?
Ian Turner
-------------- next part --------------
diff -Naur openssh-2.1.0p3/readconf.c openssh-2.1.0p3-new/readconf.c
--- openssh-2.1.0p3/readconf.c Mon May 29 20:44:53 2000
+++ openssh-2.1.0p3-new/readconf.c Mon Jun 5 19:06:58 2000
@@ -102,9 +102,10 @@
oIdentityFile, oHostName, oPort, oCipher, oRemoteForward, oLocalForward,
oUser, oHost, oEscapeChar,...
2004 Jun 14
1
vpopmail and open smtp relay
I'm using vpopmail's POP-before-SMTP auth, but dovecot don't support it,
so I'm wrote this patch
==============================================================
diff -Naur dovecot-0.99.10.5/src/auth/auth-login-interface.h
dovecot-0.99.10.5-patched/src/auth/auth-login-interface.h
--- dovecot-0.99.10.5/src/auth/auth-login-interface.h Sun May 18
16:26:28 2003
+++ dovecot-0.99.10.5-patched/src/auth/auth-login-interface.h Mon Jun
14 13:18:15 2004
@@ -1,6 +1,10 @@...
2005 Aug 20
0
[PATCH] remove some FZIGZAG
....97 fps video
Encoded frame content is 720x480 with 0x0 offset
12460 frames
This patch is as I had it working. I just want to submit it before I will forgot about it :)
Derf please consider applaying this into SVN in some form.
Thanks,
Regards
Rudolf
-------------- next part --------------
diff -Naur ../mergeSTATE/test/lib/decode.c test/lib/decode.c
--- ../mergeSTATE/test/lib/decode.c 2005-08-17 09:58:23.000000000 +0200
+++ test/lib/decode.c 2005-08-20 11:19:04.052143250 +0200
@@ -1083,53 +1083,53 @@
to.
This is updated before the function returns.*/
typedef vo...
2023 May 16
1
xfer_sum_len type bug
...e_t != int.
I did check, and it appears to me that the other places xfer_sum_len
is used as a function argument expect a size_t. Assuming I haven't
missed any important details, the fix is simple enough (and does
indeed compile for me where the original does not):
---------8K----------
diff -Naur rsync-3.2.7.patch_orig/checksum.c rsync-3.2.7.patched/checksum.c
--- rsync-3.2.7.patch_orig/checksum.c 2023-05-16 14:17:31.078521657 -0400
+++ rsync-3.2.7.patched/checksum.c 2023-05-16 15:36:44.253892249 -0400
@@ -98,7 +98,7 @@
{ CSUM_MD5, NNI_BUILTIN, "md5", NULL };
struct name_n...
2004 Apr 27
1
[PATCH] Inplace option for rsync
...any glaring errors, poor file handling, etc.
So far, on files of about 500M in size, I am noticing a 30-40%
speedup in transfer times.
The patch is available at http://www.wunit.net/rsync-inplace.patch,
and is included below (I apologise for the size of the e-mail).
Thanks,
Mark.
diff -Naur rsync-2.6.1pre2/match.c rsync-inplace/match.c
--- rsync-2.6.1pre2/match.c 2004-01-04 06:28:03.000000000 +1100
+++ rsync-inplace/match.c 2004-04-21 11:04:31.000000000 +1000
@@ -22,6 +22,7 @@
extern int verbose;
extern int am_server;
extern int do_progress;
+extern int inplace;
typede...
2016 Jun 02
2
MaxDisplays configuration option
...case?
I understand that you don't utilize GitHub for development, but for
convenience you can see the changes in a web browser:
https://github.com/openssh/openssh-portable/pull/41
I've attached the patch to this message as well.
Thanks,
Adam
-------------- next part --------------
diff -Naur openssh-portable/channels.c openssh-portable-maxdisplays/channels.c
--- openssh-portable/channels.c 2016-06-01 21:14:01.772052924 -0400
+++ openssh-portable-maxdisplays/channels.c 2016-06-01 21:14:22.924053856 -0400
@@ -148,9 +148,6 @@
/* -- X11 forwarding */
-/* Maximum number of fake X11 dis...
2008 Oct 08
0
[Bugreport+Patch] Syslinux doesn't compile on Ubuntu Intrepid Ibex (8.10)
...: leaving directory '/working-directory/gpxe/src'
make[1]: *** [src/bin/undionly.kpxe] error 2
make[1]: leaving directory '/working-directory/gpxe'
make: *** [all] error 2
[...]
After those errors the compilation aborts. I created the following patch, which fixes the errors:
diff -Naur syslinux-3.72/gpxe/src/drivers/net/3c595.c syslinux-3.72-new/gpxe/src/drivers/net/3c595.c
--- syslinux-3.72/gpxe/src/drivers/net/3c595.c 2008-09-26 01:46:02.000000000 +0200
+++ syslinux-3.72-new/gpxe/src/drivers/net/3c595.c 2008-10-08 17:41:56.000000000 +0200
@@ -363,7 +363,7 @@
if (n >...
2005 Mar 23
0
[PATCH]
...it. It does not leave much space for parallel
stuff, copying memory from lot of different locations, storing in stride
manner uff.
The patch should apply to derfs tree.
There is not mentioned my name. I dont have what CREDITS policy you have.
So I'm better asking. :)
Regards
Rudolf
diff -Naur theora-exp/lib/fragment.c theora-rel/lib/fragment.c
--- theora-exp/lib/fragment.c 2005-03-23 08:54:44.163819664 +0100
+++ theora-rel/lib/fragment.c 2005-03-23 09:42:29.000000000 +0100
@@ -1,6 +1,11 @@
#include "internal.h"
-void oc_frag_recon_intra(unsigned char *_dst,int _dst_ystride,...
2011 Mar 11
1
[PATH 9/12] VTPM mini-os: New stubdom applications
This patch ports 5 new applications to the stubdom makefile structure
for inclusion into stubdom domains. While these are required for
vtpm-stubdom and vtpmmgrdom they could be used with other stubdom
applications.
-libgmp 4.3.2
-openssl 1.0.0a
-polarssl 0.12.1
-berlios tpm_emulator 0.6.1
-vtpm_manager (from the tools directory)
Signed off by: Matthew Fioravante
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
2005 Mar 23
3
[PATCH] promised MMX patches rc1
...it. It does not leave much space for parallel
stuff, copying memory from lot of different locations, storing in stride
manner uff.
The patch should apply to derfs tree.
There is not mentioned my name. I dont have what CREDITS policy you have.
So I'm better asking. :)
Regards
Rudolf
diff -Naur theora-exp/lib/fragment.c theora-rel/lib/fragment.c
--- theora-exp/lib/fragment.c 2005-03-23 08:54:44.163819664 +0100
+++ theora-rel/lib/fragment.c 2005-03-23 09:42:29.000000000 +0100
@@ -1,6 +1,11 @@
#include "internal.h"
-void oc_frag_recon_intra(unsigned char *_dst,int _dst_ystride,...
2003 Mar 09
0
ogg123 --end 1:59 patch.ogg
...- 201, DK-2200 København N, Phone: +45 3582 9079
Schou Industries ApS http://schou.dk/ CVR: 26 13 44 39
--------------------------------------------------------------
Please don't call me at all, (E-)mail is sufficient)
-- Anne Bezemer
-------------- next part --------------
diff -Naur vorbis-tools-1.0.orig/ogg123/cmdline_options.c vorbis-tools-1.0/ogg123/cmdline_options.c
--- vorbis-tools-1.0.orig/ogg123/cmdline_options.c Thu Jul 11 04:44:39 2002
+++ vorbis-tools-1.0/ogg123/cmdline_options.c Sun Mar 9 16:28:14 2003
@@ -37,6 +37,7 @@
{"device", required_argument,...
2005 Aug 17
2
MMX loop filter for theora-exp
...theora_look
Patch is in the attachment and is NOT intended to be checked into SVN. The purpose is to give out
some in-progress version, because I will leave to Germany for one month. Also it may help to play big videos.
Enjoy! :)
Regards
Rudolf
-------------- next part --------------
diff -Naur a/lib/decode.c b/lib/decode.c
--- a/lib/decode.c 2005-08-17 09:29:57.250868250 +0200
+++ b/lib/decode.c 2005-08-17 09:58:23.601508500 +0200
@@ -2031,7 +2031,7 @@
if(pipe.loop_filter){
sdelay+=notstart;
edelay+=notdone;
- oc_state_loop_filter_frag_rows(&_d...
2005 Jul 20
1
MMX IDCT for theora-exp
...see loopfilter needs some work. After loopfilter opts I will take a look again on
oc_state_frag_recon_mmx and oc_state_frag_inter2_mmx and maybe I can add quantization in MMX too.
Derf have you any objections againts the patch?
Thanks
regards
Rudolf
-------------- next part --------------
diff -Naur a/lib/idct.c b/lib/idct.c
--- a/lib/idct.c 2005-07-20 11:39:30.355887750 +0200
+++ b/lib/idct.c 2005-07-20 11:25:26.451147000 +0200
@@ -208,7 +208,7 @@
_y: The buffer to store the result in.
This may be the same as _x.
_x: The input coefficients. */
-void oc_idct8x8(ogg_int16_t _y[64],...
2006 May 22
2
Bug#368496: xen-utils-3.0: Include support for HVM-based guests
Package: xen-utils-3.0
Severity: wishlist
Please include support for HVM-based guests. This allows hardware
virtualization on systems with Intel's chips with VT (IE, Pentium D
930), and AMD's future chips with Pacifica. HVM allows you to run
unmodified operating systems under Xen, such as Windows XP/2003.
The following files are needed:
/usr/lib/xen/bin/qemu-dm
2007 Apr 18
0
[Bridge] BCP code ported to pppd 2.4.2
...code if that doesn't suit your application.
I don't know how the bridge driver handles interfaces without hardware
addresses, though. You might have to turn off STP in that case to avoid
unintended consequences.
Thanks,
Ulrich
------------------- BEGIN SNIP ----------------------
diff -Naur ppp-2.4.2/include/linux/ppp_defs.h
ppp-2.4.2-bcp/include/linux/ppp_defs.h
--- ppp-2.4.2/include/linux/ppp_defs.h Fri Dec 6 10:49:15 2002
+++ ppp-2.4.2-bcp/include/linux/ppp_defs.h Tue Apr 5 22:26:44 2005
@@ -78,13 +78,16 @@
#define PPP_IPX 0x2b /* IPX protocol */
#define PPP...
2013 May 04
5
Bug fix and compatibility patches for 1.3.0pre4
...e patch only represents my quick and dirty solution and
you'll probably like to find a cleaner one. Maybe all calls to fseeko
and ftello should be put in OS specific wrapper functions.
Would love to see those patches in the 1.3.0 release.
Robert
-------------- next part --------------
diff -Naur flac-1.3.0pre4/include/share/compat.h flac-1.3.0pre4-patched/include/share/compat.h
--- flac-1.3.0pre4/include/share/compat.h 2013-04-07 11:02:38 +0000
+++ flac-1.3.0pre4-patched/include/share/compat.h 2013-05-04 11:59:54 +0000
@@ -50,8 +50,8 @@
#include <sys/types.h> /* for off_t */
#defin...
2015 Apr 09
2
[LLVMdev] BNF for IL/IR interpreter
...is might be a very beginner question, but I'm looking for an example for
something that I have never done.
Suppose that I wanted to express actions with respect to lifted semantics
of CPU instructions to an intermediate representation, BAP IL or LLVM IR.
How might I go about providing a Backus Naur Form specification and then
dynamically interpreting those lifted instructions by also specifying
actions to be done with any given IL/IR primitive? I'm looking for any
library that allows me to express BNF terms and actions on them.
Like, say I convert push ebp to Bap IL (here's a json re...