search for: maintainer_mod

Displaying 13 results from an estimated 13 matches for "maintainer_mod".

Did you mean: maintainer_mode
2002 Apr 12
0
Problem with child process exit status.
...OHANG) == 0) { msleep(20); io_flush(); + *status = 0; } /* TODO: If the child exited on a signal, then log an *************** *** 846,852 **** signal(SIGUSR1, sigusr1_handler); signal(SIGUSR2, sigusr2_handler); ! signal(SIGCHLD, sigchld_handler); #ifdef MAINTAINER_MODE signal(SIGSEGV, rsync_panic_handler); signal(SIGFPE, rsync_panic_handler); --- 847,853 ---- signal(SIGUSR1, sigusr1_handler); signal(SIGUSR2, sigusr2_handler); ! /* signal(SIGCHLD, sigchld_handler); This doesn't process exit status correctly */ #ifdef MAINTAINER_MODE sign...
2006 Feb 13
1
rsync SIGSEGV signal handler in Cygwin.
...whatsig)) +{ + log_exit(RERR_CRASH, "main.c", -1); + logfile_close(); + _exit(RERR_CRASH); +} int main(int argc,char *argv[]) { @@ -1085,6 +1106,11 @@ signal(SIGFPE, rsync_panic_handler); signal(SIGABRT, rsync_panic_handler); signal(SIGBUS, rsync_panic_handler); +#else /* !def MAINTAINER_MODE */ + signal(SIGSEGV, rsync_panic_handler2); + signal(SIGFPE, rsync_panic_handler2); + signal(SIGABRT, rsync_panic_handler2); + signal(SIGBUS, rsync_panic_handler2); #endif /* def MAINTAINER_MODE */ starttime = time(NULL); diff -ur rsync-2.6.6/socket.c rsync/socket.c --- rsync-2.6.6/socket.c...
2010 Feb 12
1
[RFC] add support for fallocate()
...IZE, 0, F_LENGTH(file)); +#endif /* log the transfer */ if (log_before_transfer) log_item(FCLIENT, file, iflags, NULL); diff --git a/rsync.h b/rsync.h index 731f4fe..b293edc 100644 --- a/rsync.h +++ b/rsync.h @@ -1241,3 +1241,7 @@ int inet_pton(int af, const char *src, void *dst); #ifdef MAINTAINER_MODE const char *get_panic_action(void); #endif + +#ifdef HAVE_FALLOCATE +#include <linux/falloc.h> +#endif diff --git a/syscall.c b/syscall.c index aba0009..854010e 100644 --- a/syscall.c +++ b/syscall.c @@ -189,6 +189,15 @@ int do_open(const char *pathname, int flags, mode_t mode) return op...
2009 Jan 15
2
Xapian core build failure under gcc 2.95
...on, gcc 2.95 doesn't. queryparser/Makefile.mk has an almost-solution there already, but it's conditionally disabled. if VPATH_BUILD # We need this so that generated sources can find non-generated headers in a # VPATH build from SVN. INCLUDES += -I$(top_srcdir)/queryparser if MAINTAINER_MODE # We need this because otherwise, if depcomp is being used (as it will be for a # build with gcc-2.95), depcomp will be unable to find queryparser_token.h. # This may be a bug in depcomp, but it certainly happens with automake-1.10. INCLUDES += -I$(top_builddir)/queryparser endif en...
2008 Jun 10
7
error compiling fc9 x64
...'' LDPATH='' LDRPATH_INSTALL='' LDRPATH_LOCAL='' LDSHARED='' LIBDL='' LIBEXT='' LIBOBJS='' LIBPOLL='' LIBPTHREAD='' LIBS='' LINT='' LINTFLAGS='' LN='' LN_S='' LTLIBOBJS='' MAINTAINER_MODE='#' MAIN_BINARY='' MINGWAR='' NASLIBS='' OBJEXT='' OPENGLFILES='' OPENGL_LIBS='' PACKAGE_BUGREPORT='wine-devel at winehq.org' PACKAGE_NAME='Wine' PACKAGE_STRING='Wine 1.0-rc3' PACKAGE_TARNAME='wine' PACKAGE_VER...
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
...'' LDPATH='' LDRPATH_INSTALL='' LDRPATH_LOCAL='' LDSHARED='' LIBDL='' LIBEXT='' LIBOBJS='' LIBPOLL='' LIBPTHREAD='' LIBS='' LINT='' LINTFLAGS='' LN='' LN_S='' LTLIBOBJS='' MAINTAINER_MODE='#' MAIN_BINARY='' MINGWAR='' NASLIBS='' OBJEXT='' OPENGLFILES='' OPENGL_LIBS='' PACKAGE_BUGREPORT='wine-devel at winehq.org' PACKAGE_NAME='Wine' PACKAGE_STRING='Wine 1.0.1' PACKAGE_TARNAME='wine' PACKAGE_VERSI...
2003 Jun 27
5
PATCH/RFC: Another stab at the Cygwin hang problem
...it(0); - } - static RETSIGTYPE sigchld_handler(int UNUSED(val)) { #ifdef WNOHANG int cnt, status; --- 885,890 ---- *************** *** 964,970 **** orig_argv = argv; signal(SIGUSR1, sigusr1_handler); - signal(SIGUSR2, sigusr2_handler); signal(SIGCHLD, sigchld_handler); #ifdef MAINTAINER_MODE signal(SIGSEGV, rsync_panic_handler); --- 976,981 ---- -- Anthony Heading This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. All market...
2002 Nov 20
0
[PATCH] Updated patch to rsync for Stratus VOS
...struct file_struct { unsigned flags; time_t modtime; @@ -615,7 +619,7 @@ inet_ntop(int af, const void *src, char #endif /* !HAVE_INET_NTOP */ #ifndef HAVE_INET_PTON -int isc_net_pton(int af, const char *src, void *dst); +int inet_pton(int af, const char *src, void *dst); #endif #ifdef MAINTAINER_MODE ### END OF PATCH ### Thanks PG -- Paul Green | Mail: Paul.Green@stratus.com Senior Technical Consultant | Voice: +1 978-461-7557 FAX: +1 978-461-3610 Stratus Technologies | Video: PictureTel/AT&T by request. Maynard, MA 01754 | Disclaimer: I speak for myse...
2010 Apr 17
1
Sim Tower crashing Under Latest dev vers
PC: Dell Inspirion 1300 w/ 1.6GHZ Intel and 512MB ram configuration OS: Lucid Lynx Xubuntu Beta 2 fully Updated like listed Installer fails to exit after install however when ran, "winevdm.exe" crashes and this is seen in terminal cael at cael-laptop:~/.wine/drive_c/SIMTOWER$ wine simtower fixme:winmm:MMSYSTDRV_SetHandle Already has a thunk for this handle (nil)!!! wine: Unhandled page
2008 Feb 15
4
Revised flags patch
...socketpair, hardlinks, links, ipv6, have_inplace); - rprintf(f, " %sappend, %sACLs, %sxattrs, %siconv\n", - have_inplace, acls, xattrs, iconv); + rprintf(f, " %sappend, %sACLs, %sxattrs, %siconv, %sfile-flags\n", + have_inplace, acls, xattrs, iconv, fileflags); #ifdef MAINTAINER_MODE rprintf(f, "Panic Action: \"%s\"\n", get_panic_action()); @@ -333,6 +338,7 @@ void usage(enum logcode F) rprintf(F," -K, --keep-dirlinks treat symlinked dir on receiver as dir\n"); rprintf(F," -H, --hard-links preserve hard links\n&quot...
2003 Jun 25
3
patch draft for extended attributes on linux
...f(f, " %sIPv6, %d-bit system inums, %d-bit internal inums\n", - ipv6, + rprintf(f, " %sxattrs, %sIPv6, %d-bit system inums, %d-bit internal inums\n", + xattrs, ipv6, (int) (sizeof(dumstat->st_ino) * 8), (int) (sizeof(INO64_T) * 8)); #ifdef MAINTAINER_MODE @@ -270,6 +276,7 @@ void usage(enum logcode F) rprintf(F," --bwlimit=KBPS limit I/O bandwidth, KBytes per second\n"); rprintf(F," --write-batch=PREFIX write batch fileset starting with PREFIX\n"); rprintf(F," --read-batch=PREFIX read ba...
2004 Mar 10
4
HFS+ resource forks: WIP patch included
...inums, %d-bit internal inums\n", + rprintf(f, " %sIPv6, %d-bit system inums, %d-bit internal inums,\n", ipv6, (int) (sizeof(dumstat->st_ino) * 8), (int) (sizeof(INO64_T) * 8)); + rprintf(f, " HFS+ (Mac OS X) resource forks\n"); #ifdef MAINTAINER_MODE rprintf(f, " panic action: \"%s\"\n", get_panic_action()); @@ -277,6 +279,7 @@ rprintf(F," --stats give some file transfer stats\n"); rprintf(F," --progress show progress during transfer\n"); rp...
2020 May 19
5
[PATCHv2] SSE2/SSSE3 optimized version of get_checksum1() for x86-64
I've read up some more on the subject, and it seems the proper way to do this with GCC is g++ and target attributes. I've refactored the patch that way, and it indeed uses SSSE3 automatically on supporting CPUs, regardless of the build host, so this should be ideal both for home builders and distros. Getting the code to build right in c++ mode (checksum_sse2.cpp only) was a bit of an