summaryrefslogtreecommitdiff
path: root/src/arch-s390.c
Commit message (Expand)AuthorAgeFilesLines
* arch: basic infrastructure for tracking per-syscall/ABI kernel versionsPaul Moore2022-05-091-0/+2
* arch: move the ARCH_DEF() calls into the arch/ABI specific filesPaul Moore2021-11-011-0/+2
* arch: consolidate all of the multiplexed syscall handlingPaul Moore2021-08-121-584/+8
* s390: Add semtimedop() to mux/demux functionsTom Hromatka2020-03-271-2/+5
* s390: Add several syscalls to the munge functionsTom Hromatka2020-03-271-0/+28
* arch: use gperf to generate a perfact hash to lookup syscall namesGiuseppe Scrivano2020-03-231-10/+138
* arch: update the internal syscall tables to Linux v5.4-rc4Paul Moore2019-10-311-18/+142
* all: massive src/db.c reworkPaul Moore2018-01-171-32/+41
* all: mark a number of static functions as staticPaul Moore2017-02-231-2/+2
* db: include the arguments in the db_api_rule_list structPaul Moore2017-02-171-13/+2
* arch: fix the multiplexed ipc() syscallsPaul Moore2016-04-201-2/+2
* s390: handle multiplexed syscalls correctlyPaul Moore2016-04-201-2/+308
* arch: enable more involved arch/ABI specific rule creationPaul Moore2016-02-091-1/+0
* arch: move the low level filter rule addition code into the arch layerPaul Moore2016-02-091-0/+1
* arch: make use of function tables instead of switch statementsPaul Moore2016-02-091-0/+4
* arch: add support for s390Jan Willeke2015-07-131-0/+18