index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
missing_syscall.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
missing: add more defines to fsopen() definitions
Lennart Poettering
2023-03-09
1
-0
/
+12
*
missing: add fsmount() syscall fallback definition
Lennart Poettering
2023-03-09
1
-0
/
+20
*
sd-event: reenable epoll_pwait2()
Lennart Poettering
2022-11-23
1
-38
/
+0
*
missing_syscall: Add rt_tgsigqueueinfo()
Daan De Meyer
2022-11-16
1
-0
/
+14
*
namespace: Add hidepid/subset support check
Daan De Meyer
2022-11-01
1
-0
/
+40
*
missing-syscall: define MOVE_MOUNT_T_EMPTY_PATH if missing
Romain Naour
2022-03-28
1
-0
/
+4
*
random-util: use ssize_t for getrandom return value
Mike Gilbert
2021-12-26
1
-1
/
+2
*
missing-syscall: define all MOUNT_ATTR_* if missing
Yu Watanabe
2021-12-24
1
-6
/
+42
*
missing: add missing header inclusions
Lennart Poettering
2021-11-03
1
-0
/
+1
*
mount-util: use modern mount_setattr() syscall for bind_remount_one_with_moun...
Lennart Poettering
2021-10-25
1
-0
/
+8
*
missing: add getdents64() syscall wrapper
Lennart Poettering
2021-10-11
1
-0
/
+16
*
Define ioprio_{get,set} the same as other compat syscalls
Zbigniew Jędrzejewski-Szmek
2021-09-22
1
-0
/
+20
*
missing: add syscall wrappers for new mount API
Lennart Poettering
2021-04-28
1
-0
/
+95
*
missing_syscall: add epoll_pwait2() wrapper
Lennart Poettering
2021-02-26
1
-0
/
+43
*
src/basic: generate missing syscall headers programatically
Zbigniew Jędrzejewski-Szmek
2021-01-15
1
-502
/
+3
*
missing: update warning messages
Yu Watanabe
2020-12-08
1
-9
/
+9
*
missing: add missing syscalls for ia64, m68k, sparc, arc, and tilegx
Yu Watanabe
2020-12-08
1
-8
/
+58
*
missing: drop redundant condition
Yu Watanabe
2020-12-08
1
-5
/
+5
*
missing: support 32bit powerpc
Yu Watanabe
2020-12-08
1
-2
/
+2
*
missing: sort architectures in missing_syscall.h
Yu Watanabe
2020-12-08
1
-130
/
+132
*
missing: Define several syscall numbers for Alpha arch
Matt Turner
2020-12-07
1
-0
/
+16
*
Merge pull request #17079 from keszybz/late-exec-resolution
Lennart Poettering
2020-12-03
1
-0
/
+19
|
\
|
*
shared/exec-util: use our own execveat() wrapper instead of fexecve()
Zbigniew Jędrzejewski-Szmek
2020-11-06
1
-0
/
+19
*
|
missing: define several syscall numbers for MIPS arch
Yu Watanabe
2020-11-16
1
-65
/
+79
*
|
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
|
/
*
missing: add close_range() wrapper
Lennart Poettering
2020-10-14
1
-0
/
+46
*
missing_syscall: fixup syscall numbers for x32 vs. amd64
mirabilos
2020-10-09
1
-11
/
+17
*
missing-syscall: fix copypasta
Lennart Poettering
2020-10-08
1
-1
/
+1
*
basic/missing_syscall: fix syscall numbers for mips*
Michael Biebl
2020-10-08
1
-2
/
+26
*
basic/missing_syscall: fix syscall numbers for arm64 :(
Zbigniew Jędrzejewski-Szmek
2020-08-24
1
-3
/
+5
*
basic/missing_syscall: add missing calls for s390x/ppc64el/arm64
Zbigniew Jędrzejewski-Szmek
2020-08-24
1
-1
/
+19
*
missing_syscall: verify our fallback numbers when possible
Zbigniew Jędrzejewski-Szmek
2020-08-24
1
-245
/
+345
*
mountpoint-util: use new kernel 5.8 statx() API for determining mnt_id
Lennart Poettering
2020-08-19
1
-1
/
+1
*
missing_syscall: do not use function name that may conflict with glibc
Zbigniew Jędrzejewski-Szmek
2020-08-17
1
-4
/
+10
*
missing_syscall: fix pidfd_{send_signal,open} numbers for alpha
Zbigniew Jędrzejewski-Szmek
2020-08-17
1
-22
/
+32
*
missing_syscall: add forgotten check for __NR_get_mempolicy nonnegativity
Zbigniew Jędrzejewski-Szmek
2020-08-17
1
-1
/
+1
*
seccomp: real syscall numbers are >= 0
Mike Gilbert
2019-12-09
1
-16
/
+16
*
missing: add rt_sigqueueinfo() syscall definition
Lennart Poettering
2019-12-04
1
-0
/
+6
*
missing: define new pidfd syscalls
Lennart Poettering
2019-12-04
1
-0
/
+38
*
seccomp: more comprehensive protection against libseccomp's __NR_xyz namespac...
Lennart Poettering
2019-11-15
1
-5
/
+5
*
src/basic/missing_syscall: add comment lines for PR 13319 changes
Dan Streetman
2019-08-15
1
-0
/
+9
*
src/basic/missing_syscall: change #ifndef to #if ! (defined && > 0)
Dan Streetman
2019-08-14
1
-9
/
+36
*
src/basic/missing_syscall: add s390 syscall number for __NR_pkey_mprotect
Dan Streetman
2019-08-13
1
-0
/
+2
*
tree-wide: drop duplicated blank lines
Yu Watanabe
2019-07-15
1
-1
/
+0
*
core: introduce NUMAPolicy and NUMAMask options
Michal Sekletar
2019-06-24
1
-0
/
+43
*
missing_syscall.h: include errno.h
Fabrice Fontaine
2019-01-11
1
-0
/
+1
*
missing: move syscall related definitions to missing_syscall.h
Yu Watanabe
2018-12-06
1
-1
/
+11
*
util: drop missing.h from util.h
Yu Watanabe
2018-12-04
1
-0
/
+2
*
missing: move statx related definitions to missing_stat.h
Yu Watanabe
2018-12-04
1
-0
/
+1
*
missing: move missing entries in keyctl.h to missing_keyctl.h
Yu Watanabe
2018-12-04
1
-0
/
+2
[next]