summaryrefslogtreecommitdiff
path: root/src/python
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'working-s390' into masterPaul Moore2015-08-282-4/+12
|\
| * python: add s390 and s390x supportPaul Moore2015-07-132-0/+8
* | Merge branch 'working-ppc64'Paul Moore2015-08-052-0/+14
|\ \ | |/ |/|
| * arch: add basic initial ppc support to the arch-dependent codeBogdan Purcareata2015-02-172-1/+6
| * arch: add the basic initial support for ppc64 to the arch-dependent codePaul Moore2015-02-062-0/+9
* | python: ensure attributes are treated as 32 bitsMike Strosaker2015-05-061-1/+1
|/
* build: fix some problems seen with 'make dist' tarballsPaul Moore2014-10-211-0/+2
* build: allow the creation of a static libraryPaul Moore2014-10-212-2/+2
* arch: Add AArch64 supportMarcin Juszkiewicz2014-08-272-0/+5
* python: add the missing 64-bit MIPS cython/python bindingsPaul Moore2014-08-212-2/+22
* tests: check the number of arguments to the rule_add*() functionsPaul Moore2014-08-201-0/+4
* api: rename seccomp_syscall_resolve_name_rewrite_arch()Paul Moore2014-05-092-3/+2
* api: add an API to do translated/rewriten syscall resolutionPaul Moore2014-05-082-1/+3
* api: add the seccomp_arch_resolve_name() API callPaul Moore2014-05-072-2/+47
* python: fix a build problem related to PEP 3123Paul Moore2014-05-071-1/+4
* python: fix the autotools build for the python bindingsPaul Moore2014-05-072-4/+4
* build: add headers to all of the autotools filesPaul Moore2014-05-011-1/+17
* build: fixup the autotools build flagsPaul Moore2014-04-292-4/+5
* build: cleanup version dependent aspects of the autotools buildPaul Moore2014-04-291-1/+1
* build: enable python bindings support in the autotools frameworkPaul Moore2014-04-291-10/+14
* build: initial attempt to use autotools as the build systemJan Engelhardt2014-04-293-55/+25
* python: add MIPS and MIPSEL to the python bindingsPaul Moore2014-04-152-0/+6
* python: fix runtime problems with Cython 0.20Paul Moore2014-02-071-5/+5
* python: fix build problems with Cython 0.20Paul Moore2014-02-071-1/+3
* python: fix a crash when resolve_syscall failsAndy Lutomirski2013-11-121-1/+7
* python: Fix a typo in a commentAndy Lutomirski2013-11-081-1/+1
* python: Add docstrings for the ERRNO and TRACE actionsAndy Lutomirski2013-11-061-0/+8
* python: Remove file object support from ArgAndy Lutomirski2013-10-221-8/+2
* python: Add a docstring for the SyscallFilter constructorAndy Lutomirski2013-10-081-4/+6
* python: improve the argument comparison documentationPaul Moore2013-10-041-8/+8
* python: Improve MASKED_EQ docsAndy Lutomirski2013-10-041-1/+1
* arch: add basic ARM supportPaul Moore2013-03-262-0/+3
* arch: add basic x32 supportPaul Moore2013-03-262-0/+3
* api: add syscall resolution functions that take an architecture argumentPaul Moore2013-01-152-7/+27
* tests: fix 16-arch-basic.pyPaul Moore2013-01-151-8/+9
* api: add an API to query the system's architecturePaul Moore2012-11-262-1/+9
* api: add Python bindings via CythonPaul Moore2012-10-015-0/+740