summaryrefslogtreecommitdiff
path: root/doc/man
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-212-3/+111
* docs: fix typo in seccomp_rule_add manpageMаltе Ηagemаnn2022-07-101-1/+1
* doc: Correct mistakes in seccomp_attr_set.3Manabu Sugimoto2022-01-101-4/+4
* 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-082-0/+25
* 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
* 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
* 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
* 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
* 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-212-0/+99
* man: Fix SCMP_FLTATR_API_TSKIP typo in seccomp_attr_set man pageTyler Hicks2017-09-121-1/+1
* all: treat syscall -1 as a valid syscallPaul Moore2017-02-212-2/+21
* man: clarify syscall number rewritingLuca Bruno2017-02-212-3/+18
* doc: fix some of the man-page languagePaul Moore2017-02-211-7/+6
* doc: fixed seccomp_rule_add(3) manpage examplevaloq2017-02-021-0/+9
* doc: fix typo in reference: "seccom_merge"Vladimir Rutsky2017-02-021-1/+1
* man: clarify SCMP_FLTATR_CTL_NNP semanticLuca Bruno2016-06-201-3/+4
* doc: fix typo in seccomp_merge.3Luca Bruno2016-05-241-1/+1
* api: add a seccomp_version() API callPaul Moore2016-02-181-0/+87
* docs: improve kill/trap documentation text in seccomp_init(3)Mike Frysinger2015-08-281-6/+11
* doc: reference "thread" instead of "process"Paul Moore2015-01-302-10/+10