search for: sendfile64

Displaying 18 results from an estimated 18 matches for "sendfile64".

Did you mean: sendfilev64
2013 Jul 15
2
linking modules - add needed libraries
...tall "shiny" on Solaris OS. For this I need the package 'httpuv' which makes troubles during linking. R version 3.0.1 (2013-05-16) -- "Good Sport" is working well. The compile steps result is below. I have more a general question. The problem is clear: The symbol "sendfile64" is not found as the necessary library is not linked. The file which should be linked is /lib/libsendfile.so Therefore an additional string "-lsendfile" should be added anywhere in a "Makefile" or another file. But where ? This should be done for the test routine and t...
2004 Jul 28
2
Building Samba 3.0.5 on HP-UX 11.11
...uot; /usr/include/sys/socket.h:484: error: parse error before "bsize_t" /usr/include/sys/socket.h:486: error: parse error before "sendpath" /usr/include/sys/socket.h:486: error: parse error before "bsize_t" /usr/include/sys/socket.h:493: error: parse error before "sendfile64" /usr/include/sys/socket.h:493: error: parse error before "bsize64_t" /usr/include/sys/socket.h:495: error: parse error before "sendpath64" /usr/include/sys/socket.h:495: error: parse error before "bsize64_t" configure:9647: $? = 1 configure: failed program was: #...
2004 May 24
1
Build Errors, torture tests 3.0.x/HP-UX 11i
...uot; /usr/include/sys/socket.h:484: error: parse error before "bsize_t" /usr/include/sys/socket.h:486: error: parse error before "sendpath" /usr/include/sys/socket.h:486: error: parse error before "bsize_t" /usr/include/sys/socket.h:493: error: parse error before "sendfile64" /usr/include/sys/socket.h:493: error: parse error before "bsize64_t" /usr/include/sys/socket.h:495: error: parse error before "sendpath64" /usr/include/sys/socket.h:495: error: parse error before "bsize64_t" In file included from /usr/include/sys/mp.h:55,...
2020 Jul 25
0
[klibc:execstack-fixes] sparc: Set sa_restorer for signals and disable executable stack
...+/* So that we can avoid stack trampolines */ +#define _KLIBC_NEEDS_SA_RESTORER 1 + #endif /* _KLIBC_ARCHCONFIG_H */ diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def index 16faabcb..0768df0d 100644 --- a/usr/klibc/SYSCALLS.def +++ b/usr/klibc/SYSCALLS.def @@ -212,7 +212,7 @@ ssize_t sendfile64,sendfile::sendfile(int, int, off_t *, size_t, off_t); int rt_sigsuspend::__rt_sigsuspend(const sigset_t *, size_t); int rt_sigpending::__rt_sigpending(sigset_t *, size_t); int rt_sigprocmask::__rt_sigprocmask(int, const sigset_t *, sigset_t *, size_t); -<sparc64> void rt_sigreturn::__sigre...
2020 Aug 20
0
[klibc:execstack-fixes] sparc: Set sa_restorer for signals and disable executable stack
...+/* So that we can avoid stack trampolines */ +#define _KLIBC_NEEDS_SA_RESTORER 1 + #endif /* _KLIBC_ARCHCONFIG_H */ diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def index 16faabcb..0768df0d 100644 --- a/usr/klibc/SYSCALLS.def +++ b/usr/klibc/SYSCALLS.def @@ -212,7 +212,7 @@ ssize_t sendfile64,sendfile::sendfile(int, int, off_t *, size_t, off_t); int rt_sigsuspend::__rt_sigsuspend(const sigset_t *, size_t); int rt_sigpending::__rt_sigpending(sigset_t *, size_t); int rt_sigprocmask::__rt_sigprocmask(int, const sigset_t *, sigset_t *, size_t); -<sparc64> void rt_sigreturn::__sigre...
2003 Jun 17
0
problems compiling 3.0beta
...before "sendfile" /usr/include/sys/socket.h:485: syntax error before "bsize_t" /usr/include/sys/socket.h:486: syntax error before "sendpath" /usr/include/sys/socket.h:487: syntax error before "bsize_t" /usr/include/sys/socket.h:493: syntax error before "sendfile64" /usr/include/sys/socket.h:494: syntax error before "bsize64_t" /usr/include/sys/socket.h:495: syntax error before "sendpath64" /usr/include/sys/socket.h:496: syntax error before "bsize64_t" In file included from /usr/include/sys/mp.h:55, from /us...
2020 Aug 27
0
[klibc:master] s390: Set sa_restorer for signals and disable executable stack
...1 +/* Our restorer will call rt_sigreturn() */ +#define _KLIBC_NEEDS_SA_SIGINFO 1 + #endif /* _KLIBC_ARCHCONFIG_H */ diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def index 461d9bf6..30ff58b8 100644 --- a/usr/klibc/SYSCALLS.def +++ b/usr/klibc/SYSCALLS.def @@ -212,7 +212,6 @@ ssize_t sendfile64,sendfile::sendfile(int, int, off_t *, size_t, off_t); int rt_sigsuspend::__rt_sigsuspend(const sigset_t *, size_t); int rt_sigpending::__rt_sigpending(sigset_t *, size_t); int rt_sigprocmask::__rt_sigprocmask(int, const sigset_t *, sigset_t *, size_t); -<sparc64> void rt_sigreturn::__sigre...
2012 May 29
0
[klibc:master] alpha: fix signal handler setup on DEC Alpha
...- alpha: Runtime breakage + alpha: Working arm-thumb: Untested arm: Working arm26: Not yet ported diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def index 0463df8..9b07aa2 100644 --- a/usr/klibc/SYSCALLS.def +++ b/usr/klibc/SYSCALLS.def @@ -202,8 +202,9 @@ ssize_t sendfile64,sendfile::sendfile(int, int, off_t *, size_t, off_t); * sanitizing <signal.h> for all architectures, sigh. See <klibc/config.h>. */ #if _KLIBC_USE_RT_SIG -<!sparc,sparc64> int rt_sigaction::__rt_sigaction(int, const struct sigaction *, struct sigaction *, size_t); +<!spar...
2006 Feb 01
4
Red Hat and "use sendfile"
Recently I've seen several suggestions on this list for the enabling of "use sendfile" as a means to improve throughput. I thought this was peculiar since the doc says it is enabled by default. I guess it isn't. On both RHEL4 (Samba v3.0.10) and Fedora Core 4 (Samba v3.0.14) the entry for "use sendfile" in the smb.conf says: Default: use sendfile = yes Hmm.
2020 Aug 29
0
[klibc:master] ia64: Fix sigaction function implementation
...ptor pointers + * in struct sigaction */ +#define _KLIBC_NEEDS_SIGACTION_FIXUP 1 #endif /* _KLIBC_ARCHCONFIG_H */ diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def index 16ad3830..c8ac9e0d 100644 --- a/usr/klibc/SYSCALLS.def +++ b/usr/klibc/SYSCALLS.def @@ -206,9 +206,10 @@ ssize_t sendfile64,sendfile::sendfile(int, int, off_t *, size_t, off_t); * sanitizing <signal.h> for all architectures, sigh. See <klibc/config.h>. */ #if _KLIBC_USE_RT_SIG -<!sparc,sparc64,alpha> int rt_sigaction::__rt_sigaction(int, const struct sigaction *, struct sigaction *, size_t); +&lt...
2020 Aug 28
0
[klibc:ia64-signal-fix] ia64: Fix sigaction struct layout and function implementation
...ptor pointers + * in struct sigaction */ +#define _KLIBC_NEEDS_SIGACTION_FIXUP 1 #endif /* _KLIBC_ARCHCONFIG_H */ diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def index 16ad3830..c8ac9e0d 100644 --- a/usr/klibc/SYSCALLS.def +++ b/usr/klibc/SYSCALLS.def @@ -206,9 +206,10 @@ ssize_t sendfile64,sendfile::sendfile(int, int, off_t *, size_t, off_t); * sanitizing <signal.h> for all architectures, sigh. See <klibc/config.h>. */ #if _KLIBC_USE_RT_SIG -<!sparc,sparc64,alpha> int rt_sigaction::__rt_sigaction(int, const struct sigaction *, struct sigaction *, size_t); +&lt...
2012 May 25
4
klibc breakage on alpha, need porterbox
Hi, is there a DD-accessible porterbox somewhere (slow would be ok, as this is smallish software) with an up-to-date sid (enough to install the recently-built libklibc-dev 2.0~rc5-1 and all other B-D of mksh 40.9.20120518-1, as well as strace and gdb-minimal)? Similarily to http://www.zytor.com/pipermail/klibc/2012-May/003229.html I found klibc-compiled programmes on Alpha to fail (SIGSEGV
2020 Aug 28
0
[klibc:ia64-signal-fix] signal: Move rt_sigaction() argument mangling to arch directories
...++ usr/klibc/sigaction.c | 23 +++-------------------- 8 files changed, 66 insertions(+), 25 deletions(-) diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def index b639fceb..16ad3830 100644 --- a/usr/klibc/SYSCALLS.def +++ b/usr/klibc/SYSCALLS.def @@ -207,8 +207,8 @@ ssize_t sendfile64,sendfile::sendfile(int, int, off_t *, size_t, off_t); */ #if _KLIBC_USE_RT_SIG <!sparc,sparc64,alpha> int rt_sigaction::__rt_sigaction(int, const struct sigaction *, struct sigaction *, size_t); -<sparc,sparc64> int rt_sigaction::__rt_sigaction(int, const struct sigaction *, struct...
2004 Jan 15
2
Installation Problem !!!
...e libsmbclient shared library... yes configure: checking how to get filesystem space usage... checking statvfs64 function (SVR4)... yes checking if large file support can be enabled... yes checking whether to support ACLs... no checking whether to check to support sendfile... yes checking for linux sendfile64 support... yes checking for linux sendfile support... yes checking for broken linux sendfile support... yes checking whether to build winbind... yes checking for struct passwd.pw_comment... no checking for struct passwd.pw_age... no checking for poptGetContext in -lpopt... yes checking whether to u...
2005 Aug 10
2
Compiling smbtorture
...e libsmbclient shared library... yes configure: checking how to get filesystem space usage... checking statvfs64 function (SVR4)... yes checking if large file support can be enabled... yes checking whether to support ACLs... no checking whether to check to support sendfile... yes checking for linux sendfile64 support... yes checking for linux sendfile support... yes checking for broken linux sendfile support... yes checking whether to build winbind... yes checking for struct passwd.pw_comment... no checking for struct passwd.pw_age... no checking for struct secmethod_table.method_attrlist... no checking...
2013 Jan 07
4
3.6.10 file handle leak under ancient 32-bit kernel
...ecking for aio_read64... yes checking for aio_write64... yes checking for aio_fsync64... yes checking for aio_return64... yes checking for aio_error64... yes checking for aio_cancel64... yes checking for aio_suspend64... yes checking whether sendfile support should be built in... checking for linux sendfile64 support... yes checking for linux sendfile support... yes checking for broken linux sendfile support... yes checking for Linux readahead... yes checking for readahead declaration... yes checking for posix_fadvise... yes checking for Linux splice... no checking for splice declaration... no checking...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
..._create SYSCALL FOUND: msync SYSCALL FOUND: settimeofday SYSCALL FOUND: fsetxattr SYSCALL FOUND: sigsuspend SYSCALL FOUND: lookup_dcookie SYSCALL FOUND: sendto SYSCALL FOUND: getpeername SYSCALL FOUND: rename SYSCALL FOUND: bdflush SYSCALL FOUND: readv SYSCALL FOUND: remap_file_pages SYSCALL FOUND: sendfile64 SYSCALL FOUND: setgroups SYSCALL FOUND: sched_getscheduler SYSCALL FOUND: sysfs SYSCALL FOUND: chdir SYSCALL FOUND: stat64 SYSCALL FOUND: uname SYSCALL FOUND: setfsuid SYSCALL FOUND: getsid SYSCALL FOUND: fstatfs64 SYSCALL FOUND: brk SYSCALL FOUND: mpx SYSCALL FOUND: clock_nanosleep SYSCALL FOUND:...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux