]> git.ipfire.org Git - thirdparty/util-linux.git/history - misc-utils/enosys.c
autotools: add missing dist_noinst_DATA
[thirdparty/util-linux.git] / misc-utils / enosys.c
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