summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* arch: generate both multiplexed and direct socket syscall rulesPaul Moore2016-02-095-26/+230
* 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-1112-63/+111
* arch: fixes and improvements to the arch-syscall-validate scriptPaul Moore2015-11-111-22/+57
* db: fix a minor style problemPaul Moore2015-09-011-1/+1
* api: limit errno values to MAX_ERRNOPaul Moore2015-08-292-1/+6
* arch: use private syscall #define offsets to prevent collisionsPaul Moore2015-08-294-1336/+1336
* pfc: add missing ppc namesMike Frysinger2015-08-281-0/+6
* Merge branch 'working-s390' into masterPaul Moore2015-08-2824-41/+1248
|\
| * s390x: fix plattform detectionJan Willeke2015-07-131-2/+2
| * python: add s390 and s390x supportPaul Moore2015-07-132-0/+8
| * arch: add support for s390Jan Willeke2015-07-139-4/+586
| * arch: add support for s390xJan Willeke2015-07-1317-3/+598
* | all: block negative syscall numbers from the filterPaul Moore2015-08-277-42/+41
* | 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
* | arch: update the syscall tables for 4.2-rc5Paul Moore2015-08-0510-11/+29
* | Merge branch 'working-ppc64'Paul Moore2015-08-0521-8/+1360
|\ \ | |/ |/|
| * arch: add basic initial ppc support to the arch-dependent codeBogdan Purcareata2015-02-173-1/+17
| * arch: add a ppc syscall tableBogdan Purcareata2015-02-177-2/+622
| * Merge branch 'master' into working-ppc64Paul Moore2015-02-128-15/+31
| |\
| * | 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
| * | 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-0615-7/+691
* | | db: optimize masked comparesMathias Krause2015-07-061-0/+44
* | | db: fix braino in _db_node_mask_fixup()Mathias Krause2015-07-061-7/+2
* | | db: fix type of op in struct db_api_argMathias Krause2015-07-061-1/+1
* | | arch: add the ability to dump the sycall definitions in arch-syscall-validatePaul Moore2015-07-011-23/+42
* | | arch: update the syscall validate script to reflect changes in x86Paul Moore2015-07-011-3/+3
* | | bpf: fix x32/x86_64 architecture detection logicMathias Krause' via libseccomp2015-06-151-2/+9
* | | build: Fix srcdir != builddir from gitColin Walters2015-06-121-0/+1
* | | docs: fix a number of problems in the function header commentsPaul Moore2015-05-095-12/+10
* | | python: ensure attributes are treated as 32 bitsMike Strosaker2015-05-061-1/+1
* | | arm: add some missing syscallsPaul Moore2015-05-069-13/+60
* | | arm: fix some problems with the syscall tablePaul Moore2015-04-102-13/+13
* | | bpf: fix a style-oPaul Moore2015-04-031-2/+2
* | | bpf: track accumulator state and reload it when necessaryPaul Moore2015-04-031-31/+168
* | | pfc: fix some warningsBrian Cain2015-03-301-1/+4
| |/ |/|
* | all: update syscall tables for Linux v3.19Paul Moore2015-02-098-15/+31
|/
* build: fix some problems seen with 'make dist' tarballsPaul Moore2014-10-212-0/+4
* build: allow the creation of a static libraryPaul Moore2014-10-214-21/+12
* all: fix a number of small bugs found by CoverityPaul Moore2014-08-294-23/+38