summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: add a test for the different types of socket syscallsworking-pcmoorePaul Moore2016-02-095-3/+170
* arch: generate both multiplexed and direct socket syscall rulesPaul Moore2016-02-096-26/+231
* arch: enable more involved arch/ABI specific rule creationPaul Moore2016-02-0915-99/+41
* arch: move the low level filter rule addition code into the arch layerPaul Moore2016-02-0917-80/+140
* arch: make use of function tables instead of switch statementsPaul Moore2016-02-0915-75/+84
* db: introduce transaction supportPaul Moore2016-02-092-2/+187
* db: store the rules used to build the filterPaul Moore2016-02-096-61/+110
* db: make the individual db filter ops privatePaul Moore2016-02-093-379/+422
* arch: basic support for multiplexed and direct socket syscalls on x86Paul Moore2015-11-111-0/+73
* arch: update the syscalls for Linux 4.3Paul Moore2015-11-1112-38/+38
* arch: update s390/s390x system call tablesHeiko Carstens2015-11-1113-63/+131
* arch: fixes and improvements to the arch-syscall-validate scriptPaul Moore2015-11-111-22/+57
* tests: s390 python test fixJan Willeke2015-09-081-0/+1
* tests: remove fuzzing from 28-sim-arch_x86.testsPaul Moore2015-09-012-10/+0
* db: fix a minor style problemPaul Moore2015-09-011-1/+1
* tools: add the missing s390/s390x support to scmp_bpf_disasmPaul Moore2015-08-291-0/+4
* api: limit errno values to MAX_ERRNOPaul Moore2015-08-294-1/+22
* arch: use private syscall #define offsets to prevent collisionsPaul Moore2015-08-294-1336/+1336
* docs: improve kill/trap documentation text in seccomp_init(3)Mike Frysinger2015-08-281-6/+11
* pfc: add missing ppc namesMike Frysinger2015-08-281-0/+6
* Merge branch 'working-s390' into masterPaul Moore2015-08-2833-49/+1313
|\
| * s390x: fix python testsJan Willeke2015-08-062-0/+3
| * s390x: fix plattform detectionJan Willeke2015-07-132-4/+4
| * python: add s390 and s390x supportPaul Moore2015-07-133-0/+10
| * arch: add support for s390Jan Willeke2015-07-1315-6/+603
| * arch: add support for s390xJan Willeke2015-07-1323-5/+640
* | tests: fix miniseq and "make distcheck"Paul Moore2015-08-271-1/+14
* | all: block negative syscall numbers from the filterPaul Moore2015-08-2712-46/+193
* | arch: fix a problem with the rule rewrites in _seccomp_rule_add()Paul Moore2015-08-271-1/+1
* | all: minor tweak to make astyle v2.05.1 happyPaul Moore2015-08-261-1/+0
* | build: fix == bashismMike Frysinger2015-08-241-1/+1
* | tools: eliminate the shared exit_usage() functionPaul Moore2015-08-124-19/+30
* | tools: support more LD modes in disassemblerDavid Drysdale2015-08-121-0/+24
* | tools: add Dot output option to scmp_bpf_disasmDavid Drysdale2015-08-121-72/+193
* | doc: include some direct subscription links for our mailing listPaul Moore2015-08-051-1/+2
* | arch: update the syscall tables for 4.2-rc5Paul Moore2015-08-0511-11/+34
* | Merge branch 'working-ppc64'Paul Moore2015-08-0534-11/+1468
|\ \
| * | tests: add ppc support to the regression testsBogdan Purcareata2015-02-173-2/+6
| * | tools: add ppc supportBogdan Purcareata2015-02-174-0/+9
| * | arch: add basic initial ppc support to the arch-dependent codeBogdan Purcareata2015-02-173-1/+17
| * | arch: add a ppc syscall tableBogdan Purcareata2015-02-178-2/+623
| * | Merge branch 'master' into working-ppc64Paul Moore2015-02-1211-17/+50
| |\ \
| * | | tests: minor fix in arch-syscall-checkBogdan Purcareata2015-02-111-1/+1
| * | | ppc64: correct the ppc64 syscall table and validation scriptPaul Moore2015-02-102-13/+15
| * | | tests: add ppc64 support to the regression live testsBogdan Purcareata2015-02-101-1/+1
| * | | tests: add ppc64 support to the regression testsPaul Moore2015-02-067-2/+20
| * | | tools: add ppc64 supportPaul Moore2015-02-064-0/+20
| * | | arch: add the basic initial support for ppc64 to the arch-dependent codePaul Moore2015-02-063-0/+30
| * | | arch: add a ppc64 syscall tablePaul Moore2015-02-0617-7/+739
* | | | tests: don't link miniseq with any of our librariesPaul Moore2015-07-171-0/+2