summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpf_sim: use sizeof(*object) rather than sizeof(struct)Eric Paris2012-02-231-2/+2
* bpf_sim: remove the allocation size from the bpf_program definitionEric Paris2012-02-221-4/+2
* bpf_disasm: standardize width of jump comparison valuesEric Paris2012-02-221-2/+2
* bpf_disasm: read from stdin if no file givenEric Paris2012-02-221-7/+12
* build: generate and use automated dependenciesPaul Moore2012-02-201-6/+9
* tools: add a simple syscall inspector based on stracePaul Moore2012-02-171-0/+103
* bpf_disasm: use fread instead of readEric Paris2012-02-171-14/+11
* bpf_disasm: make local functions staticEric Paris2012-02-171-3/+3
* tools: a simple shell script to resolve syscall names to numbersPaul Moore2012-02-151-0/+60
* tools: BPF simulatorPaul Moore2012-02-154-10/+366
* tools: fix a typo when decoding the st/stx offsetPaul Moore2012-02-151-1/+1
* tools: a very basic BPF disassembler for use in development/debuggingPaul Moore2012-02-144-0/+447