summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* arch: Add parisc architecture supportHelge Deller2016-05-253-0/+14
* tools: add missing ALU operations in bpf.hDavid Drysdale2016-05-052-0/+9
* build: swap '()' for '{}' in Makefiles for consistencyPaul Moore2016-02-261-1/+1
* all: update my email addressPaul Moore2016-02-119-9/+9
* tools: add the missing s390/s390x support to scmp_bpf_disasmPaul Moore2015-08-291-0/+4
* Merge branch 'working-s390' into masterPaul Moore2015-08-283-4/+18
|\
| * s390x: fix plattform detectionJan Willeke2015-07-131-2/+2
| * arch: add support for s390Jan Willeke2015-07-133-0/+7
| * arch: add support for s390xJan Willeke2015-07-133-0/+7
* | tools: eliminate the shared exit_usage() functionPaul Moore2015-08-124-19/+30
* | tools: support more LD modes in disassemblerDavid Drysdale2015-08-121-0/+24
* | tools: add Dot output option to scmp_bpf_disasmDavid Drysdale2015-08-121-72/+193
* | Merge branch 'working-ppc64'Paul Moore2015-08-055-0/+38
|\ \ | |/ |/|
| * tools: add ppc supportBogdan Purcareata2015-02-174-0/+9
| * tools: add ppc64 supportPaul Moore2015-02-064-0/+20
| * arch: add a ppc64 syscall tablePaul Moore2015-02-061-0/+4
* | tools: add the ability to fix syntax via the check-syntax toolPaul Moore2015-07-011-10/+54
* | build: Fix srcdir != builddir from gitColin Walters2015-06-121-0/+2
* | all: ensure the ARM and MIPS system defines are presentPaul Moore2015-05-071-9/+25
* | tools: add the missing elf.h header filePaul Moore2015-02-131-0/+1
|/
* build: fix some problems seen with 'make dist' tarballsPaul Moore2014-10-211-0/+2
* build: allow the creation of a static libraryPaul Moore2014-10-211-2/+4
* arch: Add AArch64 supportMarcin Juszkiewicz2014-08-275-0/+15
* arch: ensure that __AUDIT_ARCH_CONVENTION_MIPS64_N32 is definedPaul Moore2014-08-271-0/+4
* arch: ensure we have definitions for the MIPS N32 ABIPaul Moore2014-08-261-0/+12
* tools: add the missing 64-bit MIPS support to tools/util.cPaul Moore2014-08-211-1/+15
* all: add support for mips64n32 to the tools and testsPaul Moore2014-08-203-0/+14
* all: add support for mips64 to the tools and testsPaul Moore2014-08-203-0/+14
* tools: specify source relations more correctMarcus Meissner2014-07-151-1/+4
* tools: better check-syntax outputPaul Moore2014-06-241-1/+1
* tools: convert the tools over to the public APIsPaul Moore2014-05-091-25/+12
* build: add headers to all of the autotools filesPaul Moore2014-05-011-5/+25
* build: fixup the autotools build flagsPaul Moore2014-04-291-2/+2
* build: general cleanup and reorganization of the autotools configurationPaul Moore2014-04-291-3/+0
* build: initial attempt to use autotools as the build systemJan Engelhardt2014-04-292-70/+16
* build: fix a number of build problemsPaul Moore2014-04-172-2/+2
* tools: fix problems with non-native byte orderingPaul Moore2014-04-165-111/+237
* arch: Add support for MIPS Little EndianMarkos Chandras2014-04-153-0/+9
* arch: Add support for MIPS Big EndianMarkos Chandras2014-04-153-0/+10
* build: fix use of LIBFLAGS vs LDFLAGSKees Cook2014-04-141-1/+1
* tools: ensure the simulator always has a valid architecture valuePaul Moore2014-02-111-1/+16
* all: resolve issues caused by big endian systemsPaul Moore2014-02-091-17/+80
* tools: fix a segfault for invalid syscall numbersPaul Moore2014-01-061-1/+1
* all: apply basic formatting fixes to src/hash.cPaul Moore2013-10-211-1/+1
* all: assorted formatting fixesPaul Moore2013-10-214-190/+191
* tools: add a basic C style/format checking toolPaul Moore2013-10-211-0/+116
* tools: allow the syscall resolver to resolve both names and numbersPaul Moore2013-05-291-6/+15
* build: install the scmp_sys_resolver toolPaul Moore2013-05-291-1/+7
* tools: rename some of the tools in preparation for installationPaul Moore2013-05-237-8/+8
* tools: add a new architecture detection toolPaul Moore2013-03-283-1/+91