index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tmpfiles
/
tmpfiles.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
exec-util,conf-files: skip non-executable files in execute_directories()
Lennart Poettering
2017-09-13
1
-1
/
+1
*
tmpfiles: silently ignore any path that passes through autofs (#6506)
NeilBrown
2017-09-04
1
-0
/
+3
*
tmpfiles: with "e" don't attempt to set permissions when file doesn't exist (...
Michal Sekletar
2017-08-31
1
-2
/
+14
*
tmpfiles: Allow create symlink on directories (#6039)
William Douglas
2017-08-09
1
-0
/
+9
*
tree-wide: when %m is used in log_*, always specify errno explicitly
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-4
/
+3
*
tmpfiles: use safe_glob()
Zbigniew Jędrzejewski-Szmek
2017-04-27
1
-8
/
+3
*
tmpfiles: downgrade error message when operation is not supported (#5692)
Yu Watanabe
2017-04-10
1
-1
/
+1
*
Fix missing space in comments (#5439)
AsciiWolf
2017-02-24
1
-1
/
+1
*
machined: when copying files from/to userns containers chown to root
Lennart Poettering
2017-02-17
1
-1
/
+1
*
copy: change the various copy_xyz() calls to take a unified flags parameter
Lennart Poettering
2017-02-17
1
-1
/
+1
*
fs-util: unify code we use to check if dirent's d_name is "." or ".."
Lennart Poettering
2017-02-02
1
-4
/
+2
*
tmpfiles: improve error message for chown()/chmod() failures (#4969)
Lennart Poettering
2016-12-29
1
-2
/
+2
*
tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)
Reverend Homer
2016-12-09
1
-11
/
+4
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-2
/
+2
*
Use "return log_error_errno" in more places"
Zbigniew Jędrzejewski-Szmek
2016-07-23
1
-3
/
+2
*
tmpfiles: make sure to always initialize "r" correctly.
Lennart Poettering
2016-06-21
1
-1
/
+1
*
Fix FS_EXTENT_FL description (#3381)
kpengboy
2016-05-29
1
-1
/
+1
*
tmpfiles: add new 'e' action which cleans up a dir without creating it
Zbigniew Jędrzejewski-Szmek
2016-04-20
1
-41
/
+15
*
tmpfiles: shorten some long error messages
Zbigniew Jędrzejewski-Szmek
2016-04-20
1
-3
/
+3
*
tmpfiles: interpret "-" as stdin
Zbigniew Jędrzejewski-Szmek
2016-04-20
1
-9
/
+17
*
tree-wide: use SET_FLAG() macro to make code more clear
Alexander Kuleshov
2016-03-05
1
-4
/
+1
*
Merge pull request #2781 from keszybz/selinux-and-warnings
Lennart Poettering
2016-03-03
1
-1
/
+1
|
\
|
*
selinux: always try to load the full selinux db
Zbigniew Jędrzejewski-Szmek
2016-03-02
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
-2
/
+2
|
/
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tmpfiles: don't skip path_set_perms on error
Evgeny Vereshchagin
2016-02-01
1
-13
/
+10
*
tree-wide: check if errno is greater than zero (2)
Zbigniew Jędrzejewski-Szmek
2016-01-13
1
-1
/
+1
*
tmpfiles: create subvolumes for "v", "q", and "Q" only if / is a subvolume
Lennart Poettering
2015-11-16
1
-2
/
+22
*
tmpfiles: don't consider it a problem if quota is not enabled on btrfs
Lennart Poettering
2015-11-10
1
-0
/
+4
*
defs: rework CONF_DIRS_NULSTR() macro
Lennart Poettering
2015-11-10
1
-1
/
+1
*
util-lib: move CONF_DIRS_NULSTR definition to def.h
Lennart Poettering
2015-11-03
1
-0
/
+1
*
mount-util: move fstype_is_network() and name_to_handle_at() definitions over
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out globbing related calls into glob-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
*
src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...
Lennart Poettering
2015-10-27
1
-1
/
+1
*
util-lib: split out umask-related code to umask-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move string table stuff into its own string-table.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out file attribute calls to chattr-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out user/group/uid/gid calls into user-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-0
/
+1
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-0
/
+1
*
path-util: unify how we process paths specified on the command line
Lennart Poettering
2015-10-24
1
-5
/
+2
[next]