index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
xattr-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xattr-util: add new getxattr_at_bool() helper
Lennart Poettering
2023-10-26
1
-0
/
+15
*
tree-wide: fix a couple of typos
Frantisek Sumsal
2023-06-15
1
-2
/
+2
*
xattr-util: check if fd has O_PATH and do not try setxattr() twice
Yu Watanabe
2023-02-16
1
-21
/
+16
*
xattr-util: Add xsetxattr()
Daan De Meyer
2023-02-14
1
-0
/
+74
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-2
/
+2
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
tree-wide: use timestamp_is_set() more
Lennart Poettering
2022-02-22
1
-1
/
+1
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-4
/
+2
*
xattr-util: merge various getxattr()/listxattr() helpers into getxattr_at_mal...
Lennart Poettering
2021-10-07
1
-144
/
+136
*
xattr-util: drop unused path_getcrtime()
Yu Watanabe
2021-09-02
1
-4
/
+0
*
tree-wide: port things over to FORMAT_PROC_FD_PATH()
Lennart Poettering
2021-08-19
1
-6
/
+7
*
xattr-util: add fgetxattrat_fake_malloc variant
Luca Boccassi
2021-08-17
1
-8
/
+50
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
stat-util: add new macros for declaring statx variable
Lennart Poettering
2020-09-03
1
-6
/
+2
*
xattr-util: add flistxattr_malloc() that returns a NULSTR
Lennart Poettering
2019-11-19
1
-0
/
+34
*
xattr-util: modernize getxattr_malloc() a bit
Lennart Poettering
2019-11-19
1
-30
/
+47
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+1
*
xattr-util: document that we NUL suffix
Lennart Poettering
2019-07-25
1
-4
/
+2
*
Add a work-around for memsan
Zbigniew Jędrzejewski-Szmek
2019-02-21
1
-1
/
+6
*
build-sys: Detect whether struct statx is defined in sys/stat.h
Filipe Brandenburger
2018-07-16
1
-1
/
+0
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
basic/xattr-util: do not cast ssize_t to int
Zbigniew Jędrzejewski-Szmek
2018-02-26
1
-10
/
+18
*
missing_syscall: when adding syscall replacements, use different names (#8229)
Zbigniew Jędrzejewski-Szmek
2018-02-21
1
-1
/
+1
*
xattr-util: use crtime/btime if statx() is available for implementation of fd...
Lennart Poettering
2018-02-20
1
-34
/
+50
*
xattr-util: support AT_EMPTY_PATH in fgetxattrat_fake()
Lennart Poettering
2018-02-20
1
-4
/
+15
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-1
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-1
/
+1
*
tree-wide: no need to pass excess flags to open()/openat() if O_PATH is passed
Alexander Kuleshov
2016-03-01
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-12-01
1
-2
/
+2
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-1
/
+8
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out printf() helpers to stdio-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split xattr-related calls into xattr-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+193