summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tools: fix bugs for bpf_sim seccomp_data indexing and acc testsCorey Bryant2012-04-041-5/+5
* bpf_sim: add the ability to specify the archPaul Moore2012-04-031-2/+21
* tools: update the seccomp/bpf definitions in bpf.hPaul Moore2012-04-033-106/+89
* bpf_sim: use fopen()/fread()/fclose()Paul Moore2012-04-031-19/+18
* tools: Update sys_resolver to handle offset calculationsCorey Bryant2012-04-031-1/+11
* build: introduce a configure scriptPaul Moore2012-04-021-0/+2
* tools: use $CFLAGS in sys_resolverPaul Moore2012-04-021-1/+1
* tools: fix a typo with the SCMP_ACT_TRACE actionPaul Moore2012-03-211-1/+1
* api: allow a 16bit value to be used with SCMP_ACT_TRACEPaul Moore2012-03-212-2/+5
* api: add the missing trace actionPaul Moore2012-03-191-0/+2
* all: add support for new actionsPaul Moore2012-03-062-27/+27
* bpf_disasm: use a four char wide line number on long jump "k" valuesPaul Moore2012-03-011-1/+1