search for: clock_nanosleep

Displaying 8 results from an estimated 8 matches for "clock_nanosleep".

2023 Jan 26
0
[klibc:time64] time: Use clock_* system calls for time-of-day and sleep
...et,set}timeofday() system calls to get and set the time zone. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/include/sys/time.h | 3 +++ usr/include/sys/types.h | 1 + usr/klibc/Kbuild | 6 ++++-- usr/klibc/SYSCALLS.def | 9 +++++---- usr/klibc/clock_nanosleep.c | 17 +++++++++++++++++ usr/klibc/gettimeofday.c | 22 ++++++++++++++++++++++ usr/klibc/nanosleep.c | 8 ++++++++ usr/klibc/settimeofday.c | 22 ++++++++++++++++++++++ usr/klibc/time.c | 4 ---- 9 files changed, 82 insertions(+), 10 deletions(-) diff --git a/usr/include/...
2023 Jan 14
1
[klibc:time64] time: Use 64-bit time types on all architectures
..., struct itimerval *); clock_t times(struct tms *); int gettimeofday::__gettimeofday(void *, struct timezone *); int settimeofday::__settimeofday(const void *, const struct timezone *); -int clock_gettime(clockid_t, struct timespec *); -int clock_settime(clockid_t, const struct timespec *); -int clock_nanosleep::__clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *); +<32> int clock_gettime64::clock_gettime(clockid_t, struct timespec *); +<64> int clock_gettime(clockid_t, struct timespec *); +<32> int clock_settime64::clock_settime(clockid_t, const struct timespec...
2020 Feb 14
2
Announce: OpenSSH 8.2 released
...ocument the sntrup4591761x25519-sha512 at tinyssh.org key exchange algorithm. PR#151 Portability ----------- * sshd(8): multiple adjustments to the Linux seccomp sandbox: - Non-fatally deny IPC syscalls in sandbox - Allow clock_gettime64() in sandbox (MIPS / glibc >= 2.31) - Allow clock_nanosleep_time64 in sandbox (ARM) bz3100 - Allow clock_nanosleep() in sandbox (recent glibc) bz3093 * Explicit check for memmem declaration and fix up declaration if the system headers lack it. bz3102 Checksums: ========== - SHA1 (openssh-8.2.tar.gz) = 77584c22fbb89269398acdf53c1e554400584ba8 -...
2020 Feb 14
2
Announce: OpenSSH 8.2 released
...ocument the sntrup4591761x25519-sha512 at tinyssh.org key exchange algorithm. PR#151 Portability ----------- * sshd(8): multiple adjustments to the Linux seccomp sandbox: - Non-fatally deny IPC syscalls in sandbox - Allow clock_gettime64() in sandbox (MIPS / glibc >= 2.31) - Allow clock_nanosleep_time64 in sandbox (ARM) bz3100 - Allow clock_nanosleep() in sandbox (recent glibc) bz3093 * Explicit check for memmem declaration and fix up declaration if the system headers lack it. bz3102 Checksums: ========== - SHA1 (openssh-8.2.tar.gz) = 77584c22fbb89269398acdf53c1e554400584ba8 -...
2020 Feb 14
2
Announce: OpenSSH 8.2 released
...ocument the sntrup4591761x25519-sha512 at tinyssh.org key exchange algorithm. PR#151 Portability ----------- * sshd(8): multiple adjustments to the Linux seccomp sandbox: - Non-fatally deny IPC syscalls in sandbox - Allow clock_gettime64() in sandbox (MIPS / glibc >= 2.31) - Allow clock_nanosleep_time64 in sandbox (ARM) bz3100 - Allow clock_nanosleep() in sandbox (recent glibc) bz3093 * Explicit check for memmem declaration and fix up declaration if the system headers lack it. bz3102 Checksums: ========== - SHA1 (openssh-8.2.tar.gz) = 77584c22fbb89269398acdf53c1e554400584ba8 -...
2020 Feb 05
19
Call for testing: OpenSSH 8.2
...ocument the sntrup4591761x25519-sha512 at tinyssh.org key exchange algorithm. PR#151 Portability ----------- * sshd(8): multiple adjustments to the Linux seccomp sandbox: - Non-fatally deny IPC syscalls in sandbox - Allow clock_gettime64() in sandbox (MIPS / glibc >= 2.31) - Allow clock_nanosleep_time64 in sandbox (ARM) bz3100 - Allow clock_nanosleep() in sandbox (recent glibc) bz3093 * Explicit check for memmem declaration and fix up declaration if the system headers lack it. bz3102 OpenSSH is brought to you by Markus Friedl, Niels Provos, Theo de Raadt, Kevin Steves, Damien Mill...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...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: setxattr SYSCALL FOUND: adjtimex SYSCALL FOUND: getpgid SYSCALL FOUND: fstat SYSCALL FOUND: getgroups SYSCALL FOUND: sigaltstack SYSCALL FOUND: sys_debug_setcontext SYSCALL FOUND: chown SYSCALL FOUND: timer_getoverrun SYSCALL FOUND: fchownat SYSCALL FOUND: uselib SYSCALL FOUND: getti...
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