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
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-7
/
+5
*
tmpfiles: use fd_get_path() even less excessively
Franck Bui
2018-08-21
1
-41
/
+18
*
Merge pull request #9783 from poettering/get-user-creds-flags
Zbigniew Jędrzejewski-Szmek
2018-08-21
1
-2
/
+2
|
\
|
*
user-util: rework get_user_creds()
Lennart Poettering
2018-08-20
1
-2
/
+2
*
|
Merge pull request #9809 from poettering/tmpfiles-cleanup
Zbigniew Jędrzejewski-Szmek
2018-08-20
1
-53
/
+72
|
\
\
|
*
|
tmpfiles: return correct error variable after fd_reopen()
Lennart Poettering
2018-08-08
1
-1
/
+1
|
*
|
tmpfiles: reindent one comment less weirdly
Lennart Poettering
2018-08-08
1
-4
/
+2
|
*
|
tmpfiles: use correct error variable
Lennart Poettering
2018-08-08
1
-1
/
+1
|
*
|
tmpfiles: clarify that we ignore file attribute setting errors
Lennart Poettering
2018-08-08
1
-1
/
+1
|
*
|
tmpfiles: add log message where we previously failed silently
Lennart Poettering
2018-08-08
1
-5
/
+10
|
*
|
tmpfiles: use fd_get_path() less excessively
Lennart Poettering
2018-08-08
1
-42
/
+58
|
|
/
*
|
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
1
-4
/
+15
*
|
tmpfiles: don't adjust qgroups on existing subvolumes
Franck Bui
2018-08-08
1
-8
/
+13
|
/
*
tmpfiles: don't follow unsafe transitions in path_set_*()
Franck Bui
2018-07-30
1
-8
/
+31
*
tmpfiles: make create_fifo() safe
Franck Bui
2018-07-30
1
-4
/
+17
*
tmpfiles: introduce create_fifo()
Franck Bui
2018-07-30
1
-39
/
+46
*
tmpfiles: introduce empty_directory()
Franck Bui
2018-07-30
1
-29
/
+27
*
tmpfiles: introduce create_directory() and create_subvolume() and make them safe
Franck Bui
2018-07-30
1
-22
/
+65
*
tmpfiles: introduce create_directory_or_subvolume()
Franck Bui
2018-07-30
1
-72
/
+84
*
tmpfiles: make create_device() safe
Franck Bui
2018-07-30
1
-4
/
+21
*
tmpfiles: introduce create_device()
Franck Bui
2018-07-30
1
-69
/
+75
*
tmpfiles: make copy_files() safe
Franck Bui
2018-07-30
1
-9
/
+26
*
tmpfiles: introduce copy_files() routine
Franck Bui
2018-07-30
1
-29
/
+36
*
tmpfiles: make write_one_file() safe
Franck Bui
2018-07-30
1
-3
/
+12
*
tmpfiles: make truncate_file() safe
Franck Bui
2018-07-30
1
-3
/
+12
*
tmpfiles: introduce truncate_file() which deals with 'F' exclusively
Franck Bui
2018-07-30
1
-35
/
+145
*
tmpfiles: introduce create_file() which deals with 'f'/'F' exclusively
Franck Bui
2018-07-30
1
-7
/
+35
*
tmpfiles: make the stat struct parameter in fd_set_*() optional
Franck Bui
2018-07-30
1
-17
/
+36
*
tmpfiles: stat file in item_do() rather than in its callers
Franck Bui
2018-07-30
1
-14
/
+12
*
tmpfiles: set only default acls to folders #9545 (#9599)
remueller
2018-07-16
1
-1
/
+2
*
tree-wide: use instead of #ifdef for HAVE_*
Yu Watanabe
2018-06-29
1
-4
/
+4
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-3
/
+0
*
Drop my copyright headers
Zbigniew Jędrzejewski-Szmek
2018-06-14
1
-1
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-2
/
+2
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
binfmt,sysctl,sysuers,tmpfiles: add auto-paging for --cat-config commands
Lennart Poettering
2018-06-13
1
-0
/
+13
*
path-util: introduce path_simplify()
Yu Watanabe
2018-06-03
1
-3
/
+3
*
tree-wide: some O_NDELAY → O_NONBLOCK fixes
Lennart Poettering
2018-05-31
1
-1
/
+1
*
core: introduce specifiers for /tmp and /var/tmp
Lennart Poettering
2018-05-29
1
-0
/
+3
*
Merge pull request #8981 from keszybz/ratelimit-and-dbus
Lennart Poettering
2018-05-18
1
-1
/
+1
|
\
|
*
Use STRLEN in two places
Zbigniew Jędrzejewski-Szmek
2018-05-13
1
-1
/
+1
*
|
tmpfiles: fix up and complain paths referring to /var/run (instead of /run) a...
Lennart Poettering
2018-05-18
1
-0
/
+41
|
/
*
tmpfiles: remove newline that shouldn't be there
Lennart Poettering
2018-05-11
1
-3
/
+1
*
Merge pull request #8953 from yuwata/bus-macro
Lennart Poettering
2018-05-11
1
-1
/
+1
|
\
|
*
path-util: introduce empty_to_root() and use it many places
Yu Watanabe
2018-05-10
1
-1
/
+1
*
|
tmpfiles: add --cat-config
Zbigniew Jędrzejewski-Szmek
2018-04-27
1
-27
/
+45
|
/
*
tmpfiles: 'e' is supposed to accept shell-style globs
Franck Bui
2018-04-24
1
-1
/
+1
*
tmpfiles: 'e' is supposed to operate on directory only
Franck Bui
2018-04-24
1
-0
/
+3
*
fs-util: introduce fchmod_opath()
Franck Bui
2018-04-24
1
-8
/
+2
[next]