summaryrefslogtreecommitdiff
path: root/src/basic/memfd-util.c
Commit message (Expand)AuthorAgeFilesLines
* memfd-util: set F_SEAL_EXEC flag if supportedYu Watanabe2023-05-161-1/+7
* memfd-util: memfd may also have F_SEAL_EXEC flagYu Watanabe2023-05-161-1/+2
* treewide: memfd_create: use exec flagsThomas Weißschuh2023-03-151-1/+1
* memfd-util: add wrapper for memfd_createThomas Weißschuh2023-03-151-0/+16
* memfd-util: Add memfd_new_and_seal()Daan De Meyer2023-03-091-0/+31
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-161-24/+5
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: drop missing.hYu Watanabe2019-10-311-3/+3
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce new TAKE_FD() macroLennart Poettering2018-03-221-4/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-1/+1
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+4
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-7/+7
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+171