Activity for Seccomp Library

  • Paul Moore Paul Moore committed [1260de]

    all: migrate to GitHub

  • Paul Moore Paul Moore committed [b37a45]

    tests: allow the regression test to run properl...

  • Paul Moore Paul Moore committed [7521c0]

    build: update the git ignore file

  • Paul Moore Paul Moore committed [7aa14c]

    build: allow the creation of a static library

  • Paul Moore Paul Moore committed [97e090]

    build: fix some problems seen with 'make dist' ...

  • Paul Moore Paul Moore committed [f2d1a4]

    golang: correct gofmt issues in the initial imp...

  • Paul Moore Paul Moore committed [a68c59]

    golang: import the initial bindings

  • Paul Moore Paul Moore committed [2d7275]

    tests: allow the regression test to run properl...

  • Paul Moore Paul Moore committed [0c0aef]

    tools: enable golang source checks

  • Paul Moore Paul Moore committed [5da7c6]

    arch: introduce some common architecture aliase...

  • Paul Moore Paul Moore committed [294d25]

    golang: correct gofmt issues in the initial imp...

  • Paul Moore Paul Moore committed [62921f]

    build: allow the creation of a static library

  • Paul Moore Paul Moore committed [600324]

    tools: enable golang source checks

  • Paul Moore Paul Moore committed [c14c97]

    tests: allow the regression test to run properl...

  • Paul Moore Paul Moore committed [31ad98]

    golang: import the initial bindings

  • Paul Moore Paul Moore committed [102458]

    build: fix some problems seen with 'make dist' ...

  • Paul Moore Paul Moore committed [47ad47]

    arch: introduce some common architecture aliase...

  • Paul Moore Paul Moore committed [b7e173]

    golang: import the initial bindings

  • Paul Moore Paul Moore committed [68690a]

    build: allow the creation of a static library

  • Paul Moore Paul Moore committed [63a08c]

    tools: enable golang source checks

  • Paul Moore Paul Moore committed [fad5aa]

    arch: introduce some common architecture aliase...

  • Paul Moore Paul Moore committed [5ef18f]

    golang: correct gofmt issues in the initial imp...

  • Paul Moore Paul Moore committed [2abaf1]

    arch: introduce some common architecture aliase...

  • Paul Moore Paul Moore committed [4a5d80]

    golang: import the initial bindings

  • Paul Moore Paul Moore committed [f6c219]

    all: fix a number of small bugs found by Coverity

  • Paul Moore Paul Moore committed [956fff]

    build: fixup b6da7a923a6200b115b5f48be7377e59b1...

  • Paul Moore Paul Moore committed [b6da7a]

    build: only add 'serial-tests' for automake >= ...

  • Paul Moore Paul Moore committed [4dd234]

    arch: perform a number of simplications in the ...

  • Paul Moore Paul Moore committed [c482af]

    Merge branch 'master' of ssh+git://git.code.sf....

  • Paul Moore Paul Moore committed [c18858]

    tools: add the missing x32 check to arch-syscal...

  • Paul Moore Paul Moore committed [4745bb]

    arch: perform a number of simplications in the ...

  • Paul Moore Paul Moore committed [ab63dc]

    arch: Add AArch64 support

  • Paul Moore Paul Moore committed [52085b]

    tests: better architecture selection support in...

  • Paul Moore Paul Moore committed [e2b795]

    arch: ensure that __AUDIT_ARCH_CONVENTION_MIPS6...

  • Paul Moore Paul Moore committed [9c6c5b]

    arch: ensure we have definitions for the MIPS N...

  • Paul Moore Paul Moore committed [b2adee]

    api: remove unneeded pseudo syscall definitions...

  • Paul Moore Paul Moore committed [f2b182]

    arch: add mips64n32 to the defaults in arch-sys...

  • Paul Moore Paul Moore committed [b8969b]

    tools: add the missing 64-bit MIPS support to t...

  • Paul Moore Paul Moore committed [5a703f]

    python: add the missing 64-bit MIPS cython/pyth...

  • Paul Moore Paul Moore committed [1123a3]

    system: add initial support for the new seccomp...

  • Paul Moore Paul Moore committed [76eaa8]

    system: add support for the thread sync functio...

  • Paul Moore Paul Moore committed [b61f40]

    build: add support for Coverity scanning

  • Paul Moore Paul Moore committed [60171f]

    tests: Add missing mips{el}64n32 case for live ...

  • Paul Moore Paul Moore committed [97a171]

    arch: Handle MIPS code only on MIPS platforms

  • Paul Moore Paul Moore committed [6354f8]

    arch: update the syscall tables to 3.17-rc1+

  • Paul Moore Paul Moore committed [7d8427]

    arch: add mips64 support

  • Paul Moore Paul Moore committed [9cd35f]

    all: add support for mips64 to the tools and tests

  • Paul Moore Paul Moore committed [263fd5]

    arch: add mips64n32 support

  • Paul Moore Paul Moore committed [0783d0]

    all: add support for mips64n32 to the tools and...

  • Paul Moore Paul Moore committed [f8700e]

    arch: fix the arch-syscall-validate script for ...

  • Paul Moore Paul Moore committed [2f65c7]

    tests: check the number of arguments to the rul...

  • Paul Moore Paul Moore committed [fbe50c]

    pfc: add the missing MIPS definitions

  • Paul Moore Paul Moore committed [257f83]

    tests: fix 11-basic-basic_errors.c

  • Paul Moore Paul Moore committed [ce3598]

    docs: add information on submitting patches

  • Paul Moore Paul Moore committed [f18878]

    docs: update the README file

  • Paul Moore Paul Moore committed [446ea0]

    tools: specify source relations more correct

  • Paul Moore Paul Moore committed [d051e7]

    build: don't build arch-syscall-dump by default

  • Paul Moore Paul Moore committed [767398]

    api: fix a typo in the header file

  • Paul Moore Paul Moore committed [111eb1]

    tests: provide a simple syscall validation tool

  • Paul Moore Paul Moore committed [c6205d]

    arch: sync the syscall table entries

  • Paul Moore Paul Moore committed [918613]

    arch: update the x86 syscall table

  • Paul Moore Paul Moore committed [b52b18]

    tests: add the missing function comments to arc...

  • Paul Moore Paul Moore committed [3f319a]

    arch: update the x86_64 syscall table

  • Paul Moore Paul Moore committed [689f19]

    arch: update the arm syscall table

  • Paul Moore Paul Moore committed [c8c65d]

    arch: update the mips syscall table

  • Paul Moore Paul Moore committed [ac6802]

    arch: update the x32 syscall table

  • Paul Moore Paul Moore committed [18a798]

    all: minor style fixes to pass 'make check-syntax'

  • Paul Moore Paul Moore committed [7ef006]

    tools: better check-syntax output

  • Paul Moore Paul Moore committed [641520]

    add finit_module syscalls to x86 and x86-64 sys...

  • Paul Moore Paul Moore committed [10383c]

    tests: create a simple program to test the inte...

  • Paul Moore Paul Moore committed [8139f5]

    tools: convert the tools over to the public APIs

  • Paul Moore Paul Moore committed [7eb16b]

    api: rename seccomp_syscall_resolve_name_rewrit...

  • Paul Moore Paul Moore committed [4dae02]

    api: add an API to do translated/rewriten sysca...

  • Paul Moore Paul Moore committed [e9bb8d]

    doc: fix a missing manpage link

  • Paul Moore Paul Moore committed [5bfd30]

    tests: update the tests to use the new architec...

  • Paul Moore Paul Moore committed [f05fc7]

    api: add the seccomp_arch_resolve_name() API call

  • Paul Moore Paul Moore committed [e8a449]

    build: create a 'check-build' target

  • Paul Moore Paul Moore committed [430419]

    python: fix a build problem related to PEP 3123

  • Paul Moore Paul Moore committed [d21ff2]

    python: fix the autotools build for the python ...

  • Paul Moore Paul Moore committed [fd42fd]

    build: general cleanup and reorganization of th...

  • Paul Moore Paul Moore committed [0fa292]

    tests: detect the python bindings automatically

  • Paul Moore Paul Moore committed [42badb]

    tests: correctly return an error if seccomp_ini...

  • Paul Moore Paul Moore committed [b7870b]

    build: add the "check-syntax" target to the aut...

  • Paul Moore Paul Moore committed [1f4013]

    build: cleanup and document the remaining autoc...

  • Paul Moore Paul Moore committed [45b7b4]

    build: enable python bindings support in the au...

  • Paul Moore Paul Moore committed [3b8246]

    build: regression test fixes

  • Paul Moore Paul Moore committed [bb34e9]

    build: fixup the autotools build flags

  • Paul Moore Paul Moore committed [54a87c]

    build: add headers to all of the autotools files

  • Paul Moore Paul Moore committed [e460e9]

    build: cleanup version dependent aspects of the...

  • Paul Moore Paul Moore committed [0a579b]

    build: add silent build support to automake

  • Paul Moore Paul Moore committed [c92404]

    build: initial attempt to use autotools as the ...

  • Paul Moore Paul Moore committed [acd060]

    tests: fix 11-basic-basic_errors to work on big...

  • Paul Moore Paul Moore committed [eca0c1]

    tests: remove the fuzz test from more architect...

  • Paul Moore Paul Moore committed [770b11]

    tests: remove assumptions about the native arch...

  • Paul Moore Paul Moore committed [c23be7]

    tests: Add MIPS BE return codes for live tests

  • Paul Moore Paul Moore committed [0294b5]

    tests: Add new test for big-endian architectures

  • Paul Moore Paul Moore committed [6b9811]

    tests: Rename 23-sim-arch_all_basic to 23-sim-a...

  • Paul Moore Paul Moore committed [a7ab52]

    docs: update the CREDITS file

  • Paul Moore Paul Moore committed [9013ff]

    tests: arch specific tests can't be fuzzed on a...

  • Paul Moore Paul Moore committed [6e8f16]

    build: fix a number of build problems

1 >
Oh no! Some styles failed to load. 😵 Please try reloading this page