summaryrefslogtreecommitdiff
path: root/src/basic/xattr-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+1
* xattr-util: document that we NUL suffixLennart Poettering2019-07-251-4/+2
* Add a work-around for memsanZbigniew Jędrzejewski-Szmek2019-02-211-1/+6
* build-sys: Detect whether struct statx is defined in sys/stat.hFilipe Brandenburger2018-07-161-1/+0
* 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
* basic/xattr-util: do not cast ssize_t to intZbigniew Jędrzejewski-Szmek2018-02-261-10/+18
* missing_syscall: when adding syscall replacements, use different names (#8229)Zbigniew Jędrzejewski-Szmek2018-02-211-1/+1
* xattr-util: use crtime/btime if statx() is available for implementation of fd...Lennart Poettering2018-02-201-34/+50
* xattr-util: support AT_EMPTY_PATH in fgetxattrat_fake()Lennart Poettering2018-02-201-4/+15
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* tree-wide: no need to pass excess flags to open()/openat() if O_PATH is passedAlexander Kuleshov2016-03-021-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-2/+2
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+8
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-0/+1
* util-lib: split xattr-related calls into xattr-util.[ch]Lennart Poettering2015-10-271-0/+193