search for: unistd_64

Displaying 7 results from an estimated 7 matches for "unistd_64".

Did you mean: unistd_32
2013 Dec 09
2
Re: Question about setns recognising in libvirt autoconf
...t@debian:~/github/libvirt# grep -R "setns" /usr/include/* /usr/include/asm-generic/unistd.h:#define __NR_setns 268 /usr/include/asm-generic/unistd.h:__SYSCALL(__NR_setns, sys_setns) /usr/include/x86_64-linux-gnu/bits/syscall.h:#define SYS_setns __NR_setns /usr/include/x86_64-linux-gnu/asm/unistd_64.h:#define __NR_setns 308 /usr/include/x86_64-linux-gnu/asm/unistd_64.h:__SYSCALL(__NR_setns, sys_setns) /usr/include/x86_64-linux-gnu/asm/unistd_32.h:#define __NR_setns 346 ------------------ Best regards! GuanQiang 13:21:12
2012 Nov 12
1
Compilation errors
...drivers I need to use to handle hi-def video. I have tried versions 1.5.20, 2.0.1 and 2.0.2 all without success. My system is Slackware64-14.0 running kernel 3.6.3 on an AMD quad core motherboard. GCC version is 4.7.1. My initial problem was that the compilation failed when it failed to find unistd_64.h in /usr/src/linux-3.6.3/arch/x86/include/asm/ This is because in kernel 3.6.3, it appears to be in /usr/src/linux-3.6.3/arch/sh/include/asm/ - a small but significant difference. I overcame this by making a symbolic link between /usr/src/linux-3.6.3/arch/sh/include/asm/unistd_64.h and /usr/...
2013 Dec 09
0
Re: Question about setns recognising in libvirt autoconf
...t@debian:~/github/libvirt# grep -R "setns" /usr/include/* /usr/include/asm-generic/unistd.h:#define __NR_setns 268 /usr/include/asm-generic/unistd.h:__SYSCALL(__NR_setns, sys_setns) /usr/include/x86_64-linux-gnu/bits/syscall.h:#define SYS_setns __NR_setns /usr/include/x86_64-linux-gnu/asm/unistd_64.h:#define __NR_setns 308 /usr/include/x86_64-linux-gnu/asm/unistd_64.h:__SYSCALL(__NR_setns, sys_setns) /usr/include/x86_64-linux-gnu/asm/unistd_32.h:#define __NR_setns 346 ------------------ Best regards! GuanQiang 13:21:12 ------------------...
2013 Dec 09
2
Question about setns recognising in libvirt autoconf
Hi experts, When I test lxc container with lxc-enter-namespace command, It reported an error as following: root@debian:~/github/libvirt# vir lxc-enter-namespace lxc --noseclabel /bin/df -hl error: Cannot get namespaces for 3145: Function not implemented It seems that setns is not supported by my kernel. But from the following info, It seemed the reason is just libvirt/autoconf doesn't
2014 Jun 10
4
[LLVMdev] use of undeclared identifier '__NR_*' error while building clang
Hi guys, I am following this[1] tutorial to install clang. However, I have made a small change in the configure command, and I am running it with '--enable-optimized' option to avoid the debug build. I am getting the errors (given at the end) related to *undeclared identifiers '__NR_*'*. Can someone please provide some input about how to tackle this issue? On my other machine, I
2022 Dec 20
33
[Bug 3512] New: net-misc/openssh-9.1_p1: stopped accepting connections after upgrade to sys-libs/glibc-2.36 (fatal: ssh_sandbox_violation: unexpected system call)
https://bugzilla.mindrot.org/show_bug.cgi?id=3512 Bug ID: 3512 Summary: net-misc/openssh-9.1_p1: stopped accepting connections after upgrade to sys-libs/glibc-2.36 (fatal: ssh_sandbox_violation: unexpected system call) Product: Portable OpenSSH Version: 9.1p1 Hardware: amd64 OS: Linux
2009 May 03
6
[RFC] The reflink(2) system call.
Hi everyone, I described the reflink operation at the Linux Storage & Filesystems Workshop last month. Originally implemented as an ocfs2-specific ioctl, the consensus was that it should be a syscall from the get-go. Here's some first-cut patches. For people who have not seen reflink, either at LSF or on the ocfs2 wiki, the first patch contains Documentation/filesystems/reflink.txt to