]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'enosys' of https://github.com/t-8ch/util-linux
authorKarel Zak <kzak@redhat.com>
Wed, 17 May 2023 11:34:34 +0000 (13:34 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 17 May 2023 11:34:34 +0000 (13:34 +0200)
commitbd2ebbd4eadd29efac994037c0e85e8ddad13248
treec093e2c8e59a28d2eaf0cc5e921ea07e7a8970a0
parent372e026e09382dae5385718567ecd97ad0637ece
parentafb669afededdc2865bc132b41a4d70b8c2ee840
Merge branch 'enosys' of https://github.com/t-8ch/util-linux

* 'enosys' of https://github.com/t-8ch/util-linux:
  enosys: properly block execve syscall
  enosys: don't require end-of-options marker
  enosys: find syscalls at build time
  enosys: remove long jumps from BPF
  enosys: add --list
  enosys: validate syscall architecture
  enosys: add manpage
  enosys: add bash completion
  enosys: make messages useful for users
  enosys: translate messages
  enosys: add common arguments
  enosys: add test
  enosys: fix native arch for s390x
  enosys: syscall numbers are "long"
  enosys: mark variable static
  enosys: remove unneeded inline variable declaration
  enosys: improve checks for EXIT_NOTSUPP
  enosys: move from tests/helpers/test_enosys.c
  c.h: make err_nonsys available
configure.ac