summaryrefslogtreecommitdiff
path: root/src/gen_pfc.c
Commit message (Expand)AuthorAgeFilesLines
* arch: Add 32-bit Motorola 68000 supportJohn Paul Adrian Glaubitz2023-04-251-0/+2
* all: fix comment typosTom Hromatka2023-03-291-1/+1
* arch: Add 64-bit LoongArch supportXiaotian Wu2023-02-181-0/+2
* bpf: pfc: Add handling for 0 syscalls in the binary treeTom Hromatka2022-03-181-0/+3
* arch: Add SuperH 32-bit supportJohn Paul Adrian Glaubitz2021-03-081-0/+4
* api: add the SCMP_FLTATR_API_SYSRAWRC filter attributePaul Moore2020-06-161-3/+3
* api: use EINVAL to signify bad input to the libseccomp APIPaul Moore2020-06-161-1/+1
* system: treat kernel/libc errors as ECANCELEDPaul Moore2020-06-161-4/+3
* 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