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
*
tmpfiles, man: Add xattr support to tmpfiles
Maciej Wereski
2014-12-04
1
-10
/
+129
*
treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1
Lennart Poettering
2014-11-28
1
-2
/
+2
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-52
/
+26
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-24
/
+24
*
treewide: a few more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-6
/
+3
*
treewide: yet more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-24
/
+12
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-9
/
+9
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-9
/
+9
*
Introduce CONF_DIRS_NULSTR helper to define standard conf dirs
Josh Triplett
2014-11-27
1
-9
/
+1
*
selinux: clean up selinux label function naming
Lennart Poettering
2014-10-23
1
-14
/
+14
*
mac: rename apis with mac_{selinux/smack}_ prefix
WaLyong Cho
2014-10-23
1
-16
/
+16
*
tmpfiles: compare return against correct errno
Dave Reisner
2014-10-13
1
-1
/
+1
*
tmpfiles: use allocated buffer for path
Zbigniew Jędrzejewski-Szmek
2014-10-01
1
-1
/
+5
*
systemd-tmpfiles: Fix IGNORE_DIRECTORY_PATH age handling
Richard Weinberger
2014-09-26
1
-1
/
+1
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-3
/
+3
*
tmpfiles: only execute chmod()/chown() when needed
Michael Olbrich
2014-08-18
1
-17
/
+21
*
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-08-04
1
-7
/
+4
*
tmpfiles: copy/link /usr/share/factory/ files when the source argument is omi...
Kay Sievers
2014-06-20
1
-5
/
+6
*
tmpfiles: make sure "C" doesn't copy anything if the destination already exists
Lennart Poettering
2014-06-19
1
-14
/
+35
*
tmpfiles: do not fail when copying an empty directory
Kay Sievers
2014-06-19
1
-1
/
+1
*
tmpfiles: create directories already with the right label, instead of creatin...
Lennart Poettering
2014-06-18
1
-4
/
+4
*
tmpfiles: w lines should allow following symlinks
Lennart Poettering
2014-06-18
1
-12
/
+8
*
tmpfiles: add "+" modifier support to b, c, p lines in addition to L
Lennart Poettering
2014-06-18
1
-25
/
+59
*
tmpfiles: add new "L+" command as stronger version of "L", that removes the d...
Lennart Poettering
2014-06-16
1
-18
/
+36
*
tmpfiles: set up selinux label proeprly when creating fifos
Lennart Poettering
2014-06-16
1
-0
/
+2
*
tmpfiles: skip mknod() on -EPERM (device cgroup)
Kay Sievers
2014-06-13
1
-3
/
+11
*
tmpfiles: minor modernizations
Lennart Poettering
2014-06-12
1
-4
/
+8
*
tmpfiles: add ability to mask access mode by pre-existing access mode on file...
Lennart Poettering
2014-06-11
1
-7
/
+30
*
tmpfiles: remove unnecessary function
Lennart Poettering
2014-06-11
1
-14
/
+6
*
tmpfiles: when processing lines, always process prefixes before suffixes
Lennart Poettering
2014-06-11
1
-0
/
+16
*
tmpfiles: static variables populated immediately from the command line should...
Lennart Poettering
2014-06-11
1
-12
/
+12
*
tmpfiles: always recreate the most basic directory structure in /var
Lennart Poettering
2014-06-11
1
-1
/
+1
*
tmpfiles: get rid of "m" lines, make them redundant by "z"
Lennart Poettering
2014-06-10
1
-71
/
+49
*
tmpfiles: add new "C" line for copying files or directories
Lennart Poettering
2014-06-10
1
-1
/
+34
*
tmpfiles: various modernizations
Lennart Poettering
2014-06-10
1
-12
/
+27
*
label: when clearing selinux context, don't mangle errno
Lennart Poettering
2014-06-10
1
-8
/
+4
*
implement a union to pad out file_handle
Dave Reisner
2014-04-21
1
-7
/
+4
*
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-18
1
-3
/
+3
*
shared: export is_dir
Zbigniew Jędrzejewski-Szmek
2014-03-17
1
-7
/
+6
*
tmpfiles: add --root option to operate on an alternate fs tree
Michael Marineau
2014-03-14
1
-3
/
+24
*
shared: add root argument to search_and_fopen
Michael Marineau
2014-03-14
1
-1
/
+1
*
tmpfiles: simplification
Lennart Poettering
2014-02-19
1
-3
/
+1
*
tmpfiles: fix memory leak of exclude_prefixes
Zbigniew Jędrzejewski-Szmek
2014-01-31
1
-3
/
+4
*
tmpfiles: don't allow label_fix to print ENOENT when we want to ignore it
Lukas Nykryn
2014-01-09
1
-4
/
+1
*
tmpfiles: rename --unsafe to --boot
Zbigniew Jędrzejewski-Szmek
2013-12-30
1
-7
/
+7
*
tmpfiles: introduce the concept of unsafe operations
Zbigniew Jędrzejewski-Szmek
2013-12-24
1
-3
/
+19
*
log: log_error() and friends add a newline after each line anyway, so avoid i...
Lennart Poettering
2013-12-24
1
-2
/
+2
*
tmpfiles: replace readdir_r with readdir
Florian Weimer
2013-12-22
1
-4
/
+4
*
clients: unify how we invoke getopt_long()
Lennart Poettering
2013-11-06
1
-4
/
+11
*
build-sys: use -Og instead of -O0 to catch warnings
Kay Sievers
2013-10-21
1
-2
/
+5
[next]