]> git.ipfire.org Git - thirdparty/util-linux.git/history - misc-utils/enosys.c
scriptreplay: fix uninitialized value [coverity scan]
[thirdparty/util-linux.git] / misc-utils / enosys.c
2024-02-29  Karel ZakMerge branch 'lsfd--btrfs' of https://github.com/masata...
2024-02-28  Karel ZakMerge branch 'PR/hexdump-overflow' of github.com:karelz...
2024-02-28  Karel ZakMerge branch 'enosys/dump' of https://github.com/t...
2024-02-27  Thomas Weißschuhenosys: allow dumping to file
2024-02-22  Karel ZakMerge branch 'lastlog2_error' of https://github.com...
2024-02-22  Karel ZakMerge branch 'PR/more-poll' of github.com:karelzak...
2024-02-22  Karel ZakMerge branch 'PR/lastlog2-cleanup' of github.com:karelz...
2024-02-22  Thomas Weißschuhenosys: add support for alternative error codes
2024-02-22  Thomas Weißschuhenosys: generalize named number parsing
2024-02-22  Karel ZakMerge branch 'enosys/dump' of https://github.com/t...
2024-02-14  Karel ZakMerge branch 'lslogins-lastlog2' of https://github...
2024-02-05  Thomas Weißschuhenosys: add functionality to dump filter
2024-02-05  Thomas Weißschuhinclude: introduce seccomp.h
2024-02-05  Karel ZakMerge branch 'lsfd--error' of https://github.com/masata...
2024-02-05  Karel ZakMerge branch 'meson/lastlog2' of https://github.com... v2.41-devel
2024-02-05  Karel ZakMerge branch 'lsclocks' of https://github.com/alanc...
2024-02-05  Karel ZakMerge branch 'strtod' of https://github.com/alanc/util...
2024-02-05  Karel ZakMerge branch 'enosys/optim' of https://github.com/t...
2024-02-04  Thomas Weißschuhenosys: optimize bytecode when execve is not blocked
2024-02-04  Thomas Weißschuhenosys: optimize bytecode when no ioctls are blocked
2024-02-04  Thomas Weißschuhenosys: add helpers for 64 bit integer loading
2024-02-04  Thomas Weißschuhenosys: drop unnessecary load of ioctl number
2023-08-23  Karel ZakMerge branch 'master' of https://github.com/breavyn...
2023-08-16  Karel ZakMerge branch 'logind' of https://github.com/thkukuk...
2023-08-16  Karel ZakMerge branch 'enosys/ioctl' of https://github.com/t...
2023-07-23  Thomas Weißschuhenosys: avoid warnings when no aliases are found
2023-07-23  Thomas Weißschuhenosys: don't validate that numbers are found from...
2023-07-23  Thomas Weißschuhenosys: add support for ioctl blocking
2023-07-23  Thomas Weißschuhenosys: store blocked syscalls in list instead of array
2023-07-23  Thomas Weißschuhenosys: build BPF dynamically
2023-07-23  Thomas Weißschuhenosys: list syscall numbers
2023-07-10  Karel ZakMerge branch 'master' of https://github.com/u2386/util...
2023-07-10  Karel ZakMerge branch 'lslocks' of https://github.com/jwilk...
2023-07-03  Karel ZakMerge branch 'enosys/locale' of https://github.com...
2023-06-27  Thomas Weißschuhenosys: enable locale handling
2023-06-05  Karel ZakMerge branch 'fix-jfs' of https://github.com/mbroz...
2023-05-29  Karel ZakMerge branch 'next'
2023-05-24  Karel ZakMerge branch 'enosys/arch-check' of https://github...
2023-05-23  Thomas Weißschuhenosys: split audit arch detection into dedicated header
2023-05-23  Thomas Weißschuhenosys: add support for sparc
2023-05-23  Karel ZakMerge branch 'libmount/mount_setattr' of https://github...
2023-05-22  Karel ZakMerge branch 'agetty-creds' of https://github.com/DaanD...
2023-05-22  Karel ZakMerge branch 'map-users' of https://github.com/arachsys...
2023-05-22  Karel ZakMerge branch 'ci/openwrt' of https://github.com/t-8ch...
2023-05-22  Karel ZakMerge branch 'enosys/speculation' of https://github...
2023-05-22  Karel ZakMerge branch 'enosys/mips' of https://github.com/t...
2023-05-22  Karel ZakMerge branch 'fadvise/big-page' of https://github.com...
2023-05-22  Karel ZakMerge branch 'test--fix-process-leak' of https://github...
2023-05-22  Karel ZakMerge branch 'enosys/include' of https://github.com...
2023-05-22  Karel ZakMerge branch 'hexdump-one-byte-hex' of https://github...
2023-05-22  Thomas Weißschuhenosys: allow CPU speculation
2023-05-19  Thomas Weißschuhenosys: add support for MIPS, PowerPC and ARC
2023-05-19  Thomas Weißschuhenosys: include sys/syscall.h
2023-05-19  Thomas Weißschuhenosys: include sys/syscall.h
2023-05-18  Thomas Weißschuhenosys: add support for MIPS, PowerPC and ARC
2023-05-17  Karel ZakMerge branch 'nsenter-keep-caps' of https://github...
2023-05-17  Karel ZakMerge branch 'libmount/syscall'
2023-05-17  Karel ZakMerge branch 'enosys' of https://github.com/t-8ch/util...
2023-05-16  Thomas Weißschuhenosys: properly block execve syscall
2023-05-16  Thomas Weißschuhenosys: don't require end-of-options marker
2023-05-16  Thomas Weißschuhenosys: find syscalls at build time
2023-05-16  Thomas Weißschuhenosys: remove long jumps from BPF
2023-05-16  Thomas Weißschuhenosys: add --list
2023-05-16  Thomas Weißschuhenosys: validate syscall architecture
2023-05-16  Thomas Weißschuhenosys: make messages useful for users
2023-05-16  Thomas Weißschuhenosys: translate messages
2023-05-16  Thomas Weißschuhenosys: add common arguments
2023-05-16  Thomas Weißschuhenosys: add test
2023-05-16  Thomas Weißschuhenosys: fix native arch for s390x
2023-05-16  Thomas Weißschuhenosys: syscall numbers are "long"
2023-05-16  Thomas Weißschuhenosys: mark variable static
2023-05-16  Thomas Weißschuhenosys: remove unneeded inline variable declaration
2023-05-16  Thomas Weißschuhenosys: improve checks for EXIT_NOTSUPP
2023-05-16  Thomas Weißschuhenosys: move from tests/helpers/test_enosys.c