aboutsummaryrefslogtreecommitdiff
path: root/bpf.c
AgeCommit message (Expand)Author
2022-09-15Update license boilerplate text in source code filesMike Frysinger
2022-07-13util: add a streq helperMike Frysinger
2020-08-29add missing error checking for various allocationsMike Frysinger
2019-12-13Namespace the ARCH_* #defines and add them to the constants tableLuis Hector Chavez
2018-07-25syscall_filter: Add a small operand optimizationandroid-n-iot-release-smart-display-r2Luis Hector Chavez
2018-07-24syscall_filter: Add support for <, <=, >, >=Luis Hector Chavez
2018-07-13parse_seccomp_policy: Add a --dump flagandroid-p-preview-5Luis Hector Chavez
2017-03-20syscall_filter: Refactor 'compile_file' out of 'compile_filter'.Jorge Lucangeli Obes
2016-10-12syscall_filter: Implement flag set inclusion.Jorge Lucangeli Obes
2016-10-07Fix decreasing loop.Jorge Lucangeli Obes
2016-09-30Fix BPF instruction count bug.Jorge Lucangeli Obes
2016-08-19Port libminijail unit tests to C++.Jorge Lucangeli Obes
2013-09-26minijail: fix undefined inline function error under clang.Yunlian Jiang
2013-02-04Fix Minijail x32 compilation.Jorge Lucangeli Obes
2012-12-02Add BPF jset instruction support to Minijail.Jorge Lucangeli Obes
2012-04-29Add full seccomp BPF filter generation.Jorge Lucangeli Obes
2012-04-27Update Minijail syscall filter unit tests to work on 32 bits.Jorge Lucangeli Obes
2012-04-25Add syscall filter BPF program generator.Jorge Lucangeli Obes