all: migrate to GitHub
tests: allow the regression test to run properl...
build: update the git ignore file
build: allow the creation of a static library
build: fix some problems seen with 'make dist' ...
golang: correct gofmt issues in the initial imp...
golang: import the initial bindings
tests: allow the regression test to run properl...
tools: enable golang source checks
arch: introduce some common architecture aliase...
golang: correct gofmt issues in the initial imp...
build: allow the creation of a static library
tools: enable golang source checks
tests: allow the regression test to run properl...
golang: import the initial bindings
build: fix some problems seen with 'make dist' ...
arch: introduce some common architecture aliase...
golang: import the initial bindings
build: allow the creation of a static library
tools: enable golang source checks
arch: introduce some common architecture aliase...
golang: correct gofmt issues in the initial imp...
arch: introduce some common architecture aliase...
golang: import the initial bindings
all: fix a number of small bugs found by Coverity
build: fixup b6da7a923a6200b115b5f48be7377e59b1...
build: only add 'serial-tests' for automake >= ...
arch: perform a number of simplications in the ...
Merge branch 'master' of ssh+git://git.code.sf....
tools: add the missing x32 check to arch-syscal...
arch: perform a number of simplications in the ...
arch: Add AArch64 support
tests: better architecture selection support in...
arch: ensure that __AUDIT_ARCH_CONVENTION_MIPS6...
arch: ensure we have definitions for the MIPS N...
api: remove unneeded pseudo syscall definitions...
arch: add mips64n32 to the defaults in arch-sys...
tools: add the missing 64-bit MIPS support to t...
python: add the missing 64-bit MIPS cython/pyth...
system: add initial support for the new seccomp...
system: add support for the thread sync functio...
build: add support for Coverity scanning
tests: Add missing mips{el}64n32 case for live ...
arch: Handle MIPS code only on MIPS platforms
arch: update the syscall tables to 3.17-rc1+
arch: add mips64 support
all: add support for mips64 to the tools and tests
arch: add mips64n32 support
all: add support for mips64n32 to the tools and...
arch: fix the arch-syscall-validate script for ...
tests: check the number of arguments to the rul...
pfc: add the missing MIPS definitions
tests: fix 11-basic-basic_errors.c
docs: add information on submitting patches
docs: update the README file
tools: specify source relations more correct
build: don't build arch-syscall-dump by default
api: fix a typo in the header file
tests: provide a simple syscall validation tool
arch: sync the syscall table entries
arch: update the x86 syscall table
tests: add the missing function comments to arc...
arch: update the x86_64 syscall table
arch: update the arm syscall table
arch: update the mips syscall table
arch: update the x32 syscall table
all: minor style fixes to pass 'make check-syntax'
tools: better check-syntax output
add finit_module syscalls to x86 and x86-64 sys...
tests: create a simple program to test the inte...
tools: convert the tools over to the public APIs
api: rename seccomp_syscall_resolve_name_rewrit...
api: add an API to do translated/rewriten sysca...
doc: fix a missing manpage link
tests: update the tests to use the new architec...
api: add the seccomp_arch_resolve_name() API call
build: create a 'check-build' target
python: fix a build problem related to PEP 3123
python: fix the autotools build for the python ...
build: general cleanup and reorganization of th...
tests: detect the python bindings automatically
tests: correctly return an error if seccomp_ini...
build: add the "check-syntax" target to the aut...
build: cleanup and document the remaining autoc...
build: enable python bindings support in the au...
build: regression test fixes
build: fixup the autotools build flags
build: add headers to all of the autotools files
build: cleanup version dependent aspects of the...
build: add silent build support to automake
build: initial attempt to use autotools as the ...
tests: fix 11-basic-basic_errors to work on big...
tests: remove the fuzz test from more architect...
tests: remove assumptions about the native arch...
tests: Add MIPS BE return codes for live tests
tests: Add new test for big-endian architectures
tests: Rename 23-sim-arch_all_basic to 23-sim-a...
docs: update the CREDITS file
tests: arch specific tests can't be fuzzed on a...
build: fix a number of build problems