search for: dumstat

Displaying 4 results from an estimated 4 matches for "dumstat".

2003 Jun 25
3
patch draft for extended attributes on linux
...0; /** Network address family. **/ @@ -134,12 +135,17 @@ static void print_rsync_version(enum log char const *hardlinks = "no "; char const *links = "no "; char const *ipv6 = "no "; + char const *xattrs = "no "; STRUCT_STAT *dumstat; #ifdef HAVE_SOCKETPAIR got_socketpair = ""; #endif +#if SUPPORT_XATTRS + xattrs = ""; +#endif + #if SUPPORT_HARD_LINKS hardlinks = ""; #endif @@ -155,7 +161,7 @@ static void print_rsync_version(enum log rprintf(f, "%s ve...
2008 Feb 15
4
Revised flags patch
...lity = 0; int preserve_devices = 0; int preserve_specials = 0; @@ -223,6 +224,7 @@ static void print_rsync_version(enum log char const *links = "no "; char const *iconv = "no "; char const *ipv6 = "no "; + char const *fileflags = "no "; STRUCT_STAT *dumstat; #if SUBPROTOCOL_VERSION != 0 @@ -252,6 +254,9 @@ static void print_rsync_version(enum log #ifdef ICONV_OPTION iconv = ""; #endif +#ifdef SUPPORT_FLAGS + fileflags = ""; +#endif rprintf(f, "%s version %s protocol version %d%s\n", RSYNC_NAME, RSYNC_VERSI...
2004 Mar 10
4
HFS+ resource forks: WIP patch included
...depends * on the complicated interaction between largefile feature * macros. */ - rprintf(f, " %sIPv6, %d-bit system 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...
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