summaryrefslogtreecommitdiff
path: root/src/core/syscall-list.c
Commit message (Collapse)AuthorAge
* build-sys: move more files from core/ to share/ that are generic enoughLennart Poettering2013-11-22
|
* bus: rework sd_bus_error APIsLennart Poettering2013-11-22
| | | | | | | | | | | | All calls that set a sd_bus_error structure will now return the same error converted to a negative errno. This may be used as syntactic sugar to return from a function and setting a bus_error structure in one go. Also, translate all Linux Exyz (EIO, EINVAL, EUCLEAN, EPIPE, ...) automatically into counterparts in the (new) "Posix.Error." namespace. If we fail to allocate memory for the components of a sd_bus_error automatically reset it to an OOM error which we always can write.
* Make two functions staticZbigniew Jędrzejewski-Szmek2013-03-20
|
* execute: Fix seccomp support on x32Jonathan Callen2013-01-19
| | | | | | | | In the x32 ABI, syscall numbers start at 0x40000000. Mask that bit on x32 for lookups in the syscall_names array and syscall_filter and ensure that syscall.h is parsed correctly. [zj: added SYSCALL_TO_INDEX, INDEX_TO_SYSCALL macros.]
* execute: support syscall filtering using seccomp filtersLennart Poettering2012-07-17