summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* arch: leverage the x86_64 syscall table in x32Paul Moore2013-03-261-413/+11
* arch: remove direct access to the syscall tablesPaul Moore2013-03-269-51/+224
* arch: rename arch-i386* to arch-x86*Paul Moore2013-03-266-42/+39
* tools: trim unsupported architectures from the BPF simulatorPaul Moore2013-03-261-10/+0
* arch: add basic ARM supportPaul Moore2013-03-2614-12/+650
* arch: add basic x32 supportPaul Moore2013-03-2612-2/+588
* bpf: fix a problem with duplicate syscalls across architecturesPaul Moore2013-03-261-57/+27
* bpf: support multiple architectures sharing the same BPF arch tokenPaul Moore2013-03-261-4/+38
* arch: disconnect the BPF arch token from the libseccomp tokenPaul Moore2013-03-268-52/+37
* tests: add 22-sim-basic_chains_arrayVitaly Vi Shukela2013-03-265-1/+154
* doc: document seccomp_rule_add_array*Vitaly Vi Shukela2013-03-263-13/+36
* api: Add array versions of seccomp_rule_add functionsVitaly Vi Shukela2013-03-262-6/+92
* tests: add the execute bit to some python testsPaul Moore2013-02-192-0/+0
* api: ensure filter chains are preserved with multiple architecturesPaul Moore2013-02-141-23/+40
* tests: add some basic live testsPaul Moore2013-02-078-1/+281
* tests: enable the "live" test typePaul Moore2013-02-074-0/+223
* tests: rename the tests to make it clear which are simulator/basic/live basedPaul Moore2013-02-0772-414/+414
* tests: allow the selective running of test typesPaul Moore2013-02-071-3/+11
* tests: improve the flexibility of the test loggingPaul Moore2013-02-051-15/+36
* tests: fix the error reporting with the basic test typePaul Moore2013-02-041-2/+3
* api: add an API to query version informationPaul Moore2013-01-284-7/+33
* doc: update the master CHANGELOG for the v2.0.0 releasePaul Moore2013-01-281-2/+4
* api: revert the change to the SCMP_SYS() macroPaul Moore2013-01-251-1/+1
* doc: escape some manpage dashes/minus-signsPaul Moore2013-01-245-13/+13
* tools: remove the old syscall resolver scriptPaul Moore2013-01-241-70/+0
* tests: fix x86 tests to skip writeKees Cook2013-01-241-3/+3
* doc: update the CHANGELOGPaul Moore2013-01-231-0/+12
* tests: test for missing syscalls on an architecturePaul Moore2013-01-225-1/+134
* tests: remove arch specific code from the tests when possiblePaul Moore2013-01-222-17/+20
* arch: ensure full syscall coverage across x86 and x86_64Paul Moore2013-01-2110-41/+529
* tests: enable multi-arch testing for some of the existing testsPaul Moore2013-01-212-18/+21
* tests: do some cleanup and assorted changes in the regression scriptPaul Moore2013-01-211-182/+141
* tests: support running tests on all supported architecturesPaul Moore2013-01-181-136/+160
* tools: allow sys_resolver to translate syscallsPaul Moore2013-01-181-3/+14
* tests: allow the regression script to run multiple test modesPaul Moore2013-01-171-15/+20
* tests: reduce the number of fuzz testsPaul Moore2013-01-1715-16/+16
* tests: start the fuzz tests at zero like the other testsPaul Moore2013-01-171-15/+2
* tests: add a basic whitelist testPaul Moore2013-01-165-1/+148
* build: quiet the build INFO messages during verbose buildsPaul Moore2013-01-163-13/+16
* api: use the syscall resolver API in the SCMP_SYS() macroPaul Moore2013-01-151-1/+1
* tests: add tests for the new syscall resolver APIsPaul Moore2013-01-152-2/+34
* doc: add the manpages for the new syscall resolving APIsPaul Moore2013-01-154-8/+31
* api: add syscall resolution functions that take an architecture argumentPaul Moore2013-01-154-11/+92
* tests: fix 16-arch-basic.pyPaul Moore2013-01-152-10/+11
* tests: update 05-long-jumps.py to match the C versionPaul Moore2013-01-151-2/+2
* build: fix the makefile verbosityPaul Moore2013-01-141-0/+4
* doc: fix up unescaped minus signs in man-pagesKees Cook2012-12-106-13/+13
* doc: fix seccomp_syscall_resolve_name manpageThiago Marcos P. Santos2012-12-051-3/+1
* api: add an API to query the system's architecturePaul Moore2012-11-269-8/+38
* arch: fix the i386 ipc syscallsPaul Moore2012-11-201-12/+12