summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: fixup the "clean" portions of the build processPaul Moore2013-10-171-2/+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
* api: wrong variable name was failing seccomp_syscall_priorityEduardo Otubo2013-05-081-1/+1
* bpf: fix the bpf_program structPaul Moore2013-04-221-1/+2
* all: improved structure ordering/alignmentPaul Moore2013-04-193-22/+22
* all: convert some booleans from ints to boolsPaul Moore2013-04-199-67/+69
* db: remove unused macrosPaul Moore2013-04-191-8/+0
* db: correctly compare syscall arguments on 64-bit systemsPaul Moore2013-04-183-94/+57
* pfc: display syscall names instead of numbers in the commentsPaul Moore2013-04-171-2/+3
* bpf: correctly manage the BPF accumulator statePaul Moore2013-04-031-9/+9
* arch: ensure that we handle x32 correctly when checking the architecturePaul Moore2013-03-283-42/+100
* arch: leverage the x86_64 syscall table in x32Paul Moore2013-03-261-413/+11
* arch: remove direct access to the syscall tablesPaul Moore2013-03-269-51/+224
* arch: rename arch-i386* to arch-x86*Paul Moore2013-03-265-40/+37
* arch: add basic ARM supportPaul Moore2013-03-2611-12/+548
* arch: add basic x32 supportPaul Moore2013-03-269-1/+529
* bpf: fix a problem with duplicate syscalls across architecturesPaul Moore2013-03-261-57/+27
* bpf: support multiple architectures sharing the same BPF arch tokenPaul Moore2013-03-261-4/+38
* arch: disconnect the BPF arch token from the libseccomp tokenPaul Moore2013-03-267-51/+36
* api: Add array versions of seccomp_rule_add functionsVitaly Vi Shukela2013-03-261-6/+51
* api: ensure filter chains are preserved with multiple architecturesPaul Moore2013-02-141-23/+40
* arch: ensure full syscall coverage across x86 and x86_64Paul Moore2013-01-217-34/+157
* build: quiet the build INFO messages during verbose buildsPaul Moore2013-01-161-1/+1
* api: add syscall resolution functions that take an architecture argumentPaul Moore2013-01-153-10/+67
* tests: fix 16-arch-basic.pyPaul Moore2013-01-151-8/+9
* api: add an API to query the system's architecturePaul Moore2012-11-263-1/+15
* arch: fix the i386 socket syscallsPaul Moore2012-11-201-0/+2
* bpf: fix a problem when creating filters that include syscall argumentsPaul Moore2012-11-122-124/+158
* bpf: fix a problem with small filtersPaul Moore2012-11-121-5/+4
* api: add Python bindings via CythonPaul Moore2012-10-016-2/+764
* api: add support for multiple architecturesPaul Moore2012-09-275-7/+233
* api: disable certain operations with multiple architecturesPaul Moore2012-09-271-0/+3
* pfc: provide basic multiple arch/filter supportPaul Moore2012-09-271-53/+97
* bpf: remove _gen_bpf_chain_lvl()Paul Moore2012-09-271-94/+69
* bpf: provide basic multiple arch/filter supportPaul Moore2012-09-271-146/+287
* db: enable basic filter collection supportPaul Moore2012-09-278-132/+312
* arch: provide the basic infrastructure for non-native architecture supportPaul Moore2012-09-278-19/+107
* arch: add support for syscall name resolutionPaul Moore2012-09-278-5/+878
* arch: fix a problem with filter rewrites for 32 bit x86 architecturesPaul Moore2012-09-271-4/+6
* db: fix a compile time warningPaul Moore2012-09-201-2/+1
* db: fix a 64bit filter DB problemPaul Moore2012-09-201-6/+3
* db: fix some memory leaks in the filter DB codePaul Moore2012-09-181-1/+3
* db: add a filter initialization checkPaul Moore2012-07-253-9/+54
* api: remove the internal state and make the API context-awarePaul Moore2012-07-253-66/+92
* build: enable verbose buildingPaul Moore2012-07-251-1/+1
* build: minor Makefile cleanupsPaul Moore2012-06-061-3/+3
* api: rename the seccomp_gen_*() functions to seccomp_export_*()Paul Moore2012-04-261-2/+2
* build: cleanup some of the build macros and MakefilesPaul Moore2012-04-161-1/+1