index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #9274 from poettering/comment-header-cleanup
Zbigniew Jędrzejewski-Szmek
2018-06-14
1610
-6355
/
+782
|
\
|
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
552
-590
/
+590
|
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
983
-2681
/
+11
|
*
grypt-util: drop two emacs modelines
Lennart Poettering
2018-06-14
2
-2
/
+0
|
*
po: drop copyright lines referencing COPYRIGHT HOLDER
Lennart Poettering
2018-06-14
19
-19
/
+0
|
*
tree-wide: use proper unicode © instead of (C) where we can
Lennart Poettering
2018-06-14
153
-207
/
+207
|
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1441
-2884
/
+2
*
|
Merge pull request #9199 from poettering/copy-file-atomic
Zbigniew Jędrzejewski-Szmek
2018-06-14
4
-21
/
+74
|
\
\
|
*
|
copy: rework copy_file_atomic() to copy the specified file via O_TMPFILE if p...
Lennart Poettering
2018-06-07
3
-14
/
+59
|
*
|
util: allow mkdtemp_malloc() to be called with NULL pattern
Lennart Poettering
2018-06-07
1
-7
/
+15
*
|
|
namespace: always use a root directory when setting up namespace
Jan Synacek
2018-06-14
1
-9
/
+7
*
|
|
Merge pull request #9297 from yuwata/rfe-9296
Lennart Poettering
2018-06-14
4
-25
/
+42
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
timesync: ignore any errors related to timestamp file
Yu Watanabe
2018-06-14
1
-13
/
+21
|
*
|
sysusers: use fchmod_and_chown()
Yu Watanabe
2018-06-14
1
-12
/
+4
|
*
|
fs-util: introduce fchmod_and_chown()
Yu Watanabe
2018-06-14
2
-0
/
+17
*
|
|
locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* files
Franck Bui
2018-06-14
1
-1
/
+1
*
|
|
timedatectl: add 'show' command to display machine-readable output
Yu Watanabe
2018-06-14
3
-11
/
+44
*
|
|
Merge pull request #9193 from keszybz/coverity
Lennart Poettering
2018-06-14
2
-1
/
+9
|
\
\
\
|
*
|
|
travis: add defines for _Float64/_Float64x/_Float32/_Float32x
Zbigniew Jędrzejewski-Szmek
2018-06-05
1
-1
/
+1
|
*
|
|
test-sizeof: also print float types from ISO/IEC TS 18661-3
Zbigniew Jędrzejewski-Szmek
2018-06-05
1
-0
/
+8
*
|
|
|
resolve: rename PrivateDNS to DNSOverTLS
Iwan Timmer
2018-06-14
31
-137
/
+137
*
|
|
|
Merge pull request #9263 from poettering/log-serialize
Zbigniew Jędrzejewski-Szmek
2018-06-14
5
-40
/
+168
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
main: simplify arg_system initialization a bit
Lennart Poettering
2018-06-13
1
-2
/
+3
|
*
|
|
pid1: preserve current value of log target across re-{load,execution}
Franck Bui
2018-06-13
5
-18
/
+77
|
*
|
|
pid1: preserve current value of log level across re-{load,execution}
Franck Bui
2018-06-13
5
-20
/
+88
*
|
|
|
Merge pull request #9291 from poettering/nspawn-fixlets
Lennart Poettering
2018-06-13
2
-8
/
+9
|
\
\
\
\
|
*
|
|
|
nspawn: free global variables before exiting
Lennart Poettering
2018-06-13
1
-2
/
+6
|
*
|
|
|
nspawn: drop unused parameter from one call
Lennart Poettering
2018-06-13
1
-6
/
+3
|
|
/
/
/
*
|
|
|
Merge pull request #9290 from poettering/radv-fixlets
Lennart Poettering
2018-06-13
2
-8
/
+11
|
\
\
\
\
|
*
|
|
|
sd-radv: use strv_isempty() where we can
Lennart Poettering
2018-06-13
1
-2
/
+1
|
*
|
|
|
sd-radv: normalize function parameters a bit
Lennart Poettering
2018-06-13
2
-6
/
+6
|
*
|
|
|
sd-radv: close fd when destroying object
Lennart Poettering
2018-06-13
1
-0
/
+4
|
|
/
/
/
*
/
/
/
machine: ignore containers which disable private user namespace in MapToMachi...
Yu Watanabe
2018-06-13
1
-0
/
+8
|
/
/
/
*
|
|
networkd: Don't try to close fd in sd_radv_stop if fd is closed.
Susant Sahani
2018-06-13
1
-0
/
+3
*
|
|
Merge pull request #9261 from keszybz/drop-bool-casts
Lennart Poettering
2018-06-13
21
-31
/
+70
|
\
\
\
|
*
|
|
test-alloc-util: add casts to bools from p ointers
Zbigniew Jędrzejewski-Szmek
2018-06-13
1
-1
/
+5
|
*
|
|
tree-wide: drop !! casts to booleans
Zbigniew Jędrzejewski-Szmek
2018-06-13
18
-28
/
+40
|
*
|
|
test-alloc-util: add a "test" for bool casts
Zbigniew Jędrzejewski-Szmek
2018-06-13
1
-0
/
+17
|
*
|
|
cocinelle: use GNU parallel to run spatch
Zbigniew Jędrzejewski-Szmek
2018-06-13
1
-2
/
+8
|
*
|
|
basic/parse-util: remove unnecessary parentheses
Zbigniew Jędrzejewski-Szmek
2018-06-13
1
-1
/
+1
*
|
|
|
hwdb-update: make sure it works when run from meson
Lennart Poettering
2018-06-13
1
-1
/
+3
*
|
|
|
hwdb: update from upstream
Lennart Poettering
2018-06-13
13
-3454
/
+11288
*
|
|
|
terminal-util: make file names in --cat-config output clickable links
Lennart Poettering
2018-06-13
1
-1
/
+6
*
|
|
|
binfmt,sysctl,sysuers,tmpfiles: add auto-paging for --cat-config commands
Lennart Poettering
2018-06-13
8
-4
/
+61
*
|
|
|
NEWS: add an example that actually applies
Lennart Poettering
2018-06-13
1
-2
/
+2
*
|
|
|
NEWS: the tool is called resolvconf, without the inner e
Lennart Poettering
2018-06-13
1
-2
/
+2
*
|
|
|
NEWS: break lines with emacs once more
Lennart Poettering
2018-06-13
1
-14
/
+15
*
|
|
|
NEWS: some .mailmap work to clean up contributors list
Lennart Poettering
2018-06-13
2
-23
/
+32
*
|
|
|
Merge pull request #8863 from evelikov/shell-completion-fixes
Zbigniew Jędrzejewski-Szmek
2018-06-13
2
-48
/
+60
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
zsh-completion: systemctl: list template units only as needed
Emil Velikov
2018-06-11
1
-1
/
+15
[next]