summaryrefslogtreecommitdiff
path: root/src/gen_pfc.c
Commit message (Expand)AuthorAgeFilesLines
* bpf:pfc: Add optimization option to use a binary treeTom Hromatka2020-02-281-32/+159
* arch: Add RISC-V 64-bit supportAndreas Schwab2020-02-231-0/+2
* api: Add support for SCMP_ACT_KILL_PROCESSTom Hromatka2018-09-191-2/+6
* pfc: fix PFC export hang on prioritized syscall with no rules (GH issue #117)Tom Hromatka2018-09-191-1/+3
* all: massive src/db.c reworkPaul Moore2018-01-171-2/+2
* all: add support for new log actionTyler Hicks2017-11-011-0/+3
* all: introduce a zmalloc() helper functionPaul Moore2017-02-171-2/+2
* arch: Add parisc architecture supportHelge Deller2016-05-251-0/+4
* all: update my email addressPaul Moore2016-02-111-1/+1
* pfc: add missing ppc namesMike Frysinger2015-08-281-0/+6
* arch: add support for s390Jan Willeke2015-07-131-0/+2
* arch: add support for s390xJan Willeke2015-07-131-0/+2
* pfc: fix some warningsBrian Cain2015-03-301-1/+4
* arch: Add AArch64 supportMarcin Juszkiewicz2014-08-271-0/+2
* arch: add mips64n32 supportPaul Moore2014-08-201-0/+4
* arch: add mips64 supportPaul Moore2014-08-201-0/+4
* pfc: add the missing MIPS definitionsPaul Moore2014-08-201-0/+4
* all: assorted formatting fixesPaul Moore2013-10-211-14/+14
* all: convert some booleans from ints to boolsPaul Moore2013-04-191-1/+1
* pfc: display syscall names instead of numbers in the commentsPaul Moore2013-04-171-2/+3
* arch: add basic ARM supportPaul Moore2013-03-261-0/+2
* arch: add basic x32 supportPaul Moore2013-03-261-0/+2
* arch: disconnect the BPF arch token from the libseccomp tokenPaul Moore2013-03-261-4/+4
* pfc: provide basic multiple arch/filter supportPaul Moore2012-09-271-53/+97
* db: enable basic filter collection supportPaul Moore2012-09-271-5/+11
* api: enable basic filter attribute supportPaul Moore2012-04-131-1/+1
* all: relicense the library from GPLv2 to LGPLv2.1Paul Moore2012-04-091-8/+8
* all: support masked comparisonsPaul Moore2012-04-041-0/+3
* db: optimize for 64bit systemsPaul Moore2012-03-291-33/+37
* pfc: fix a memory leak and a correctness issue in the sorting codePaul Moore2012-03-271-5/+5
* pfc: take into account syscall priorityPaul Moore2012-03-271-5/+52
* db: add support for "phantom" syscall entriesPaul Moore2012-03-231-1/+4
* api: allow a 16bit value to be used with SCMP_ACT_TRACEPaul Moore2012-03-211-2/+2
* pfc: use the system defines to resolve the printf fmt string issuePaul Moore2012-03-211-15/+7
* api: add the missing trace actionPaul Moore2012-03-191-0/+3
* db: assorted fixes relating to the recent change to support multiple actionsPaul Moore2012-03-121-4/+4
* arch: use the new datum_t typedefPaul Moore2012-03-091-7/+16
* all: add support for new actionsPaul Moore2012-03-061-15/+28
* pfc: do not leak a struct file in gen_pfc_generateEric Paris2012-02-231-2/+10
* pfc: open the output append only, not read and appendEric Paris2012-02-231-1/+1
* pfc: fix a number of bugs due to a disconnect between the db and pfc codePaul Moore2012-02-201-61/+50
* db/bpf: fix some bugs found in testingPaul Moore2012-02-141-2/+2
* bpf/db: new BPF and filter DB implementationsPaul Moore2012-02-101-74/+121
* all: fix up trailing whitespace damagePaul Moore2012-02-101-5/+5
* gen: fix a build problem with the last patchPaul Moore2012-02-021-9/+20
* gen: some very basic optimizations in the no argument, syscall only casePaul Moore2012-02-021-6/+8
* db: merge the syscall allow and deny listsPaul Moore2012-02-021-4/+4
* db: provide support for chaining argument filtersPaul Moore2012-02-011-18/+21
* libseccomp: rename translator_str.* to gen_pfc.*Paul Moore2012-02-011-0/+147