summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: updates for the v2.0.0 releasev2.0.0release-2.0Paul Moore2013-01-281-3/+1
* build: disable the python bindingsPaul Moore2013-01-251-4/+6
* build: set version for the 2.0.0 releasePaul Moore2013-01-251-1/+1
* 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
* arch: fix the i386 socket syscallsPaul Moore2012-11-202-18/+30
* doc: update the CHANGELOG for the 1.0.1 releasePaul Moore2012-11-121-0/+7
* Merge ssh+git://git.code.sf.net/p/libseccomp/libseccompPaul Moore2012-11-120-0/+0
|\
| * bpf: fix a problem when creating filters that include syscall argumentsPaul Moore2012-11-122-124/+158
* | bpf: fix a problem when creating filters that include syscall argumentsPaul Moore2012-11-122-124/+158
|/
* bpf: fix a problem with small filtersPaul Moore2012-11-121-5/+4
* tests: fix a problem with the correct results for 08-subtree-checksPaul Moore2012-11-121-3/+3
* tests: shrink the 05-long-jumps testsPaul Moore2012-11-122-8/+8
* tests: enable running non-native architecture testsPaul Moore2012-11-071-5/+11
* tools: make the sys_resolver tool work for non-native architecturesPaul Moore2012-11-064-1/+83
* tests: add python versions of the existing testsPaul Moore2012-11-0518-0/+940
* tests: add basic support for python testsPaul Moore2012-10-314-14/+93
* api: add Python bindings via CythonPaul Moore2012-10-018-7/+816
* docs: add manpages for the seccomp_arch_{exist,add,remove}() and seccomp_merg...Paul Moore2012-10-015-1/+248
* tests: add tests for the new multi-arch/filter supportPaul Moore2012-09-286-1/+255
* api: add support for multiple architecturesPaul Moore2012-09-276-7/+306
* api: disable certain operations with multiple architecturesPaul Moore2012-09-271-0/+3
* pfc: provide basic multiple arch/filter supportPaul Moore2012-09-271-53/+97
* bpf: remove _gen_bpf_chain_lvl()Paul Moore2012-09-271-94/+69