summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* build: Fix srcdir != builddir from gitColin Walters2015-07-011-0/+2
* all: ensure the ARM and MIPS system defines are presentPaul Moore2015-05-091-9/+25
* tools: add the missing elf.h header filePaul Moore2015-05-061-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
* arch: rename arch-i386* to arch-x86*Paul Moore2013-03-261-2/+2
* tools: trim unsupported architectures from the BPF simulatorPaul Moore2013-03-261-10/+0
* arch: add basic ARM supportPaul Moore2013-03-262-0/+6
* arch: add basic x32 supportPaul Moore2013-03-262-1/+6
* arch: disconnect the BPF arch token from the libseccomp tokenPaul Moore2013-03-261-1/+1
* tools: remove the old syscall resolver scriptPaul Moore2013-01-241-70/+0
* arch: ensure full syscall coverage across x86 and x86_64Paul Moore2013-01-211-1/+1
* tools: allow sys_resolver to translate syscallsPaul Moore2013-01-181-3/+14
* tools: make the sys_resolver tool work for non-native architecturesPaul Moore2012-11-064-1/+83
* build: enable verbose buildingPaul Moore2012-07-251-1/+1
* build: minor Makefile cleanupsPaul Moore2012-06-061-1/+1
* bpf_sim: fix some problems with syscall arguments and 64bit architecturesPaul Moore2012-04-112-9/+8
* all: relicense the library from GPLv2 to LGPLv2.1Paul Moore2012-04-096-48/+48
* build: fixup the shared library's name/versionPaul Moore2012-04-091-4/+0
* bpf_sim: remove the unused opt_arg_flag variablePaul Moore2012-04-091-7/+0
* bpf_sim: add support for ALU bitmask operationsPaul Moore2012-04-041-0/+6
* bpf_disasm: display the ALU bitmasks in hexPaul Moore2012-04-041-1/+11