summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* all: update CHANGELOG and version info for v2.2.3v2.2.3release-2.2Paul Moore2015-07-082-1/+4
* tests: workaround problems with large integers on 32-bit ARMPaul Moore2015-07-081-29/+32
* all: update CHANGELOG and version info for v2.2.2v2.2.2Paul Moore2015-07-062-5/+11
* db: optimize masked comparesMathias Krause2015-07-061-0/+44
* db: fix braino in _db_node_mask_fixup()Mathias Krause2015-07-061-7/+2
* tests: extend 12-sim-basic_masked_ops with 64 bit valuesMathias Krause2015-07-061-0/+6
* doc: update the CREDITS filePaul Moore2015-07-011-0/+3
* arch: update the syscall validate script to reflect changes in x86Paul Moore2015-07-011-3/+3
* arm: fix arm-specific syscall symbolsAndrew Jones2015-07-011-10/+20
* tests: add some tests missing from the MakefilePaul Moore2015-07-011-2/+6
* bpf: fix x32/x86_64 architecture detection logicMathias Krause' via libseccomp2015-07-013-4/+11
* tests: add a test for faulty handling of the x32 architectureMathias Krause' via libseccomp2015-07-015-1/+148
* build: Fix srcdir != builddir from gitColin Walters2015-07-012-0/+3
* tests: make 27-sim-bpf_blk_state architecture independentPaul Moore2015-07-013-30/+30
* all: update CHANGELOG and version info for v2.2.1v2.2.1Paul Moore2015-05-112-1/+7
* doc: update the CREDITS filePaul Moore2015-05-091-0/+1
* doc: update the README based on feedback from the v2.2.0 releasePaul Moore2015-05-091-3/+18
* docs: fix a number of problems in the function header commentsPaul Moore2015-05-095-12/+10
* all: ensure the ARM and MIPS system defines are presentPaul Moore2015-05-092-18/+46
* python: ensure attributes are treated as 32 bitsMike Strosaker2015-05-061-1/+1
* build: update the .gitignore file under tests/Paul Moore2015-05-061-0/+1
* arm: add some missing syscallsPaul Moore2015-05-0610-13/+80
* arm: fix some problems with the syscall tablePaul Moore2015-05-063-13/+23
* bpf: fix a style-oPaul Moore2015-05-061-2/+2
* bpf: track accumulator state and reload it when necessaryPaul Moore2015-05-061-31/+168
* tests: test the bpf accumulator checking logicPaul Moore2015-05-064-1/+182
* pfc: fix some warningsBrian Cain2015-05-061-1/+4
* tests: purge the heretical semicolonsBrian Cain2015-05-066-28/+28
* tests: fixed leak in basic-resolverBrian Cain2015-05-061-10/+21
* tools: add the missing elf.h header filePaul Moore2015-05-061-0/+1
* all: update CHANGELOG and version info for v2.2.0v2.2.0Paul Moore2015-02-112-1/+14
* docs: update the CREDITS filePaul Moore2015-02-091-0/+4
* all: update syscall tables for Linux v3.19Paul Moore2015-02-099-17/+33
* doc: fix some minor grammer/readability issues in the READMEPaul Moore2015-02-041-5/+4
* doc: reference "thread" instead of "process"Paul Moore2015-01-302-10/+10
* all: update the project homepage referencesPaul Moore2015-01-3015-37/+37
* doc: update the README filePaul Moore2015-01-301-12/+12
* tests: allow the regression test to run properly from 'make distcheck'Paul Moore2014-10-211-5/+7
* build: fix some problems seen with 'make dist' tarballsPaul Moore2014-10-216-2/+77
* build: allow the creation of a static libraryPaul Moore2014-10-217-25/+18
* build: update the git ignore filePaul Moore2014-10-211-0/+1
* all: fix a number of small bugs found by CoverityPaul Moore2014-08-295-26/+46
* build: fixup b6da7a923a6200b115b5f48be7377e59b1537c3ePaul Moore2014-08-291-7/+7
* build: only add 'serial-tests' for automake >= 1.12.Vicente Olivert Riera2014-08-281-1/+14
* Merge branch 'master' of ssh+git://git.code.sf.net/p/libseccomp/libseccompPaul Moore2014-08-270-0/+0
|\
| * arch: perform a number of simplications in the arch codePaul Moore2014-08-2710-129/+34
* | arch: perform a number of simplications in the arch codePaul Moore2014-08-2710-129/+34
|/
* tools: add the missing x32 check to arch-syscall-checkPaul Moore2014-08-272-1/+14
* arch: Add AArch64 supportMarcin Juszkiewicz2014-08-2740-112/+978
* tests: better architecture selection support in the automated testsPaul Moore2014-08-271-13/+60