index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tmpfiles
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
util-lib: get_current_dir_name() can return errors other than ENOMEM
Lennart Poettering
2015-10-24
1
-5
/
+5
*
tmpfiles: simplify mountpoint detection
Thomas Hindoe Paaboel Andersen
2015-10-23
1
-2
/
+1
*
tmpfiles: introduce "q" and "Q" for creating quota-enabled btrfs subvolumes
Lennart Poettering
2015-10-22
1
-8
/
+35
*
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
1
-26
/
+23
*
util: Don't interpret quotes by default in extract_first_word
Richard Maw
2015-08-07
1
-2
/
+2
*
util: change unquote_*_word to extract_*_word
Richard Maw
2015-08-07
1
-2
/
+3
*
tree-wide: fix indentation
Thomas Hindoe Paaboel Andersen
2015-08-06
1
-2
/
+2
*
tmpfiles: downgrade errors when a file system does not support file attributes
Lennart Poettering
2015-07-22
1
-3
/
+4
*
tmpfiles: only root-owned aquota.* files are special
Zbigniew Jędrzejewski-Szmek
2015-06-17
1
-3
/
+4
*
tmpfiles: make sure "R" lines also remove subvolumes
Lennart Poettering
2015-06-15
1
-1
/
+1
*
tmpfiles: use lstat() instead of stat() when checking whether a file system o...
Lennart Poettering
2015-05-15
1
-5
/
+6
*
tmpfiles: don't fail if we cannot create a subvolume because a file system is...
Lennart Poettering
2015-05-15
1
-6
/
+11
*
util: add generic calls for prefixing a root directory to a path
Lennart Poettering
2015-05-13
1
-1
/
+1
*
tmpfiles: try to handle read-only file systems gracefully
Michael Olbrich
2015-05-06
1
-2
/
+11
*
tmpfiles: use an ordered hashmap for the tmpfiles items
Lennart Poettering
2015-04-22
1
-18
/
+18
[next]