summaryrefslogtreecommitdiff
path: root/tools/util.h
Commit message (Collapse)AuthorAgeFilesLines
* arch: Add 64-bit LoongArch supportXiaotian Wu2023-02-181-0/+11
| | | | | | | Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn> Signed-off-by: WANG Xuerui <git@xen0n.name> Acked-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
* arch: Add RISC-V 64-bit supportAndreas Schwab2020-02-231-0/+7
| | | | | | Signed-off-by: Andreas Schwab <schwab@suse.de> [PM: minor macro shuffling in seccomp.h.in] Signed-off-by: Paul Moore <paul@paul-moore.com>
* all: update my email addressPaul Moore2016-02-111-1/+1
| | | | | | | Employer agnostic emails make things a lot easier in the long run so make sure the paul-moore.com address is used whenever it makes sense. Signed-off-by: Paul Moore <paul@paul-moore.com>
* tools: eliminate the shared exit_usage() functionPaul Moore2015-08-121-2/+0
| | | | | | I'm still not quite sure why this was shared in the first place. Signed-off-by: Paul Moore <pmoore@redhat.com>
* Merge branch 'working-ppc64'Paul Moore2015-08-051-0/+9
|\ | | | | | | | | | | Mike Strosaker <strosake@linux.vnet.ibm.com> reports that the working-ppc64 branch is working for both 'make check' and './regression -T live'.
| * arch: add a ppc64 syscall tablePaul Moore2015-02-061-0/+4
| | | | | | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* | all: ensure the ARM and MIPS system defines are presentPaul Moore2015-05-071-9/+25
| | | | | | | | | | | | | | | | On some really old systems the ELF and or Audit ABI/arch defines are missing, this patch provides our own #defines in these cases. Reported-by: Vincent.Riera@imgtec.com Signed-off-by: Paul Moore <pmoore@redhat.com>
* | tools: add the missing elf.h header filePaul Moore2015-02-131-0/+1
|/ | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* arch: Add AArch64 supportMarcin Juszkiewicz2014-08-271-0/+6
| | | | | | | | This patch adds support for AArch64 (64-bit ARM) architecture. Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com> (Additional fixes/corrections/etc.) Signed-off-by: Paul Moore <pmoore@redhat.com>
* arch: ensure that __AUDIT_ARCH_CONVENTION_MIPS64_N32 is definedPaul Moore2014-08-271-0/+4
| | | | | Reported-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Signed-off-by: Paul Moore <pmoore@redhat.com>
* arch: ensure we have definitions for the MIPS N32 ABIPaul Moore2014-08-261-0/+12
| | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* tools: fix problems with non-native byte orderingPaul Moore2014-04-161-0/+37
Signed-off-by: Paul Moore <pmoore@redhat.com>