summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* api: create an API level construct as part of the supported APIworking-api_levelPaul Moore2017-09-214-3/+98
* build: fix Travis CI build/test failuresPaul Moore2017-09-131-2/+2
* man: Fix SCMP_FLTATR_API_TSKIP typo in seccomp_attr_set man pageTyler Hicks2017-09-121-1/+1
* tests: fix conditional that was skipping all basic python testsTyler Hicks2017-09-121-1/+1
* doc: add Kyle R. Conway to the CREDITS filePaul Moore2017-06-191-0/+1
* doc: rename SUBMITTING_PATCHES to CONTRIBUTINGPaul Moore2017-06-193-3/+3
* doc: add the logo to the READMEPaul Moore2017-06-191-1/+1
* build: create an easy to use test coverage make targetPaul Moore2017-03-012-5/+13
* doc: fix some small typos in SUBMITTING_PATCHESPaul Moore2017-02-281-4/+4
* doc: add a note about writing new tests in SUBMITTING_PATCHESPaul Moore2017-02-281-0/+12
* doc: update the CHANGELOG for v2.3.2Paul Moore2017-02-271-0/+11
* tests: we can't run fuzz tests on non-native filtersPaul Moore2017-02-271-5/+0
* tests: cleanup some comments in 15-sim-negative_onePaul Moore2017-02-271-5/+0
* build: fix arch-syscall-check for all supported architecturesPaul Moore2017-02-271-1/+1
* build: fix a problem where arch-syscall-check could fail and return 0Paul Moore2017-02-271-0/+2
* docs: update the CREDITS filePaul Moore2017-02-271-1/+9
* docs: new tool to update the credits filePaul Moore2017-02-273-0/+49
* tests: fix some problems with 'make distcheck'Paul Moore2017-02-273-6/+15
* docs: add a RELEASE_PROCESS documentPaul Moore2017-02-241-0/+89
* doc: convert SUBMITTING_PATCHES to MarkdownPaul Moore2017-02-242-8/+7
* doc: update README.md with information about the "live" testsPaul Moore2017-02-241-3/+13
* all: update the .gitignore file to include gcov files and Python cachePaul Moore2017-02-242-0/+5
* tests: add a dedicated PFC testPaul Moore2017-02-247-2/+263
* tests: add the syscall consistency check to the code coverage testsPaul Moore2017-02-243-1/+11
* tests: add socket and ipc tests to 15-basic-resolverPaul Moore2017-02-241-0/+24
* bpf: mark static functions as staticPaul Moore2017-02-241-2/+2
* all: mark a number of static functions as staticPaul Moore2017-02-233-6/+6
* tests: add ipc(2) testsPaul Moore2017-02-238-3/+409
* tests: test the syscall resolver on all supported architecturesPaul Moore2017-02-231-24/+53
* all: convert our hash from Lookup3 to MurmurHash3Paul Moore2017-02-233-663/+69
* bpf: make sure we always clean up all of the BPF temporary statePaul Moore2017-02-231-8/+8
* tests: update the attr tests to include TSYNC and TSKIPPaul Moore2017-02-232-0/+27
* tests: add a test for seccomp_syscall_resolve_name_rewrite()Paul Moore2017-02-231-0/+5
* tests: test some untested arch APIsPaul Moore2017-02-232-0/+19
* bpf: don't catch the -1 syscall in the x32/x86_64 checkPaul Moore2017-02-231-1/+20
* all: add tests to ensure that syscall -1 is handled correctlyPaul Moore2017-02-237-7/+159
* all: treat syscall -1 as a valid syscallPaul Moore2017-02-219-18/+53
* man: clarify syscall number rewritingLuca Bruno2017-02-212-3/+18
* doc: fix some of the man-page languagePaul Moore2017-02-211-7/+6
* build: integrate Coverity scanning into the Travis CI buildPaul Moore2017-02-201-2/+18
* all: introduce a zmalloc() helper functionPaul Moore2017-02-176-35/+96
* build: treat clang errors as fatal in the Travis CI buildPaul Moore2017-02-171-1/+1
* db: include the arguments in the db_api_rule_list structPaul Moore2017-02-177-101/+44
* tests: limit fuzz testing on Travis CI to avoid timeoutsPaul Moore2017-02-161-1/+1
* tests: add support for $LIBSECCOMP_TSTCFG_STRESSCNTPaul Moore2017-02-161-0/+4
* build: restore the '-static' linker flag for the test suitePaul Moore2017-02-151-0/+8
* docs: add a Coveralls badge to README.mdPaul Moore2017-02-071-0/+1
* build: add Coveralls supportPaul Moore2017-02-071-3/+13
* tests: add test configuration via environment variablesPaul Moore2017-02-071-0/+4
* build: add basic code coverage supportPaul Moore2017-02-065-5/+281