summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* arch: Add 32-bit Motorola 68000 supportJohn Paul Adrian Glaubitz2023-04-251-2/+2
* doc: mention SCMP_ARCH_LOONGARCH64 in seccomp_arch_add(3)WANG Xuerui2023-03-311-0/+1
* doc: update README and manpage for 64-bit LoongArchXiaotian Wu2023-02-181-3/+3
* docs: fix typo in seccomp_rule_add manpageFelix Geyer2023-02-061-1/+1
* api: add the SCMP_FLTATR_CTL_WAITKILL filter attributePaul Moore2022-10-312-2/+11
* all: add seccomp_precompute() functionalityPaul Moore2022-09-213-3/+112
* docs: fix typo in seccomp_rule_add manpageMаltе Ηagemаnn2022-07-101-1/+1
* doc: remove the mailing listPaul Moore2022-04-151-11/+0
* docs: consolidate security vulnerability handling in SECURITY.mdPaul Moore2022-02-101-6/+2
* doc: Correct mistakes in seccomp_attr_set.3Manabu Sugimoto2022-01-101-4/+4
* doc,pyx,tests: Fix some typosManabu Sugimoto2022-01-051-1/+1
* doc: fix spacing with man page referencesMike Frysinger2021-10-153-6/+5
* doc: fix spacing with .I and punctuationMike Frysinger2021-10-153-18/+17
* api: extend BPF export API to write to a memory bufferMike Frysinger2021-10-083-0/+26
* doc: seccomp_rule_add.3: add -EACCES return valueKir Kolyshkin2021-10-081-0/+5
* doc: Add BUGS section to seccomp_rule_add.3Tom Hromatka2021-08-231-0/+18
* docs: update RELEASE_PROCESS.md to push the release tag as late as possiblePaul Moore2021-04-281-4/+7
* arch: Add SuperH 32-bit supportJohn Paul Adrian Glaubitz2021-03-081-1/+1
* doc: don't return -1 from main in manpage examplesKir Kolyshkin2021-03-053-3/+3
* doc: Fix typo in seccomp_api_get.3Rodrigo Campos2020-11-161-2/+2
* doc: Add SCMP_ACT_NOTIFY documentation to seccomp_rule_add.3Tom Hromatka2020-10-251-0/+16
* all: fix typo in BerkeleySamanta Navarro2020-10-211-1/+1
* docs: update CONTRIBUTING with some community guidelinesPaul Moore2020-09-151-0/+18
* system: change our notification fd handlingPaul Moore2020-08-181-2/+4
* all: only request the userspace notification fd oncePaul Moore2020-08-182-2/+11
* doc: Document SCMP_FLTATR_CTL_OPTIMIZE in seccomp_attr_set.3Tom Hromatka2020-07-141-0/+26
* doc: clarify seccomp_rule_add syscall translation behaviorTudor Brindus2020-07-131-1/+4
* doc: clarify that syscall must exist in all filter architecturesTudor Brindus2020-07-131-0/+3
* api: add API level 6Paul Moore2020-06-291-3/+7
* api: add the SCMP_FLTATR_API_SYSRAWRC filter attributePaul Moore2020-06-164-6/+23
* bpf: return integer error codes from gen_bpf_release()Paul Moore2020-06-162-0/+6
* doc: update the manpages with return code informationPaul Moore2020-06-169-29/+162
* doc: update the ABIs in seccomp_arch_add(3) manpagePaul Moore2020-06-161-1/+18
* doc: improve the manpages for seccomp_rule_add() and seccomp_load()Paul Moore2020-04-012-0/+30
* doc: ensure makefile installs seccomp_notify_* pagesChris Waldon2020-01-081-0/+6
* doc: new process docs and various updatesPaul Moore2019-07-021-0/+95
* api: implement user notification in libseccompPaul Moore2019-05-027-0/+108
* api: rename SCMP_FLTATR_SPEC_ALLOW to SCMP_FLTATR_CTL_SSBPaul Moore2019-04-292-2/+2
* api: add support for the SPEC_ALLOW flagTycho Andersen2019-04-292-0/+9
* docs: create a doc/admin directory and move RELEASE_PROCESS.md into itPaul Moore2019-04-171-0/+105
* api: provide 32-bit friendly argument comparison macrosPaul Moore2019-02-211-5/+44
* api: Add support for SCMP_ACT_KILL_PROCESSTom Hromatka2018-09-192-0/+8
* doc: update the list of architectures in scmp_sys_resolver.1James Cowgill2018-05-101-1/+3
* all: add support for new log actionTyler Hicks2017-11-013-1/+10
* all: add support for new log filter flagTyler Hicks2017-11-012-0/+11
* man: fix typo in seccomp_merge.3Tobias Klauser2017-10-191-1/+1
* api: create an API level construct as part of the supported APIPaul Moore2017-09-213-1/+102
* man: Fix SCMP_FLTATR_API_TSKIP typo in seccomp_attr_set man pageTyler Hicks2017-09-121-1/+1
* docs: new tool to update the credits filePaul Moore2017-02-271-0/+35
* all: treat syscall -1 as a valid syscallPaul Moore2017-02-212-2/+21