index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
journald: add ability to activate by varlink socket
Lennart Poettering
2020-01-31
2
-10
/
+26
*
journald: add exit on idle
Lennart Poettering
2020-01-31
3
-2
/
+146
*
varlink: add ability to register callback for disconnections
Lennart Poettering
2020-01-31
2
-2
/
+23
*
varlink: add API for determining number of current connections
Lennart Poettering
2020-01-31
2
-0
/
+8
*
journald: use structured initialization
Lennart Poettering
2020-01-31
1
-3
/
+5
*
journald: add logging for one error we lacked logging for
Lennart Poettering
2020-01-31
1
-1
/
+3
*
systemctl: show logs for correct namespace of service
Lennart Poettering
2020-01-31
5
-1
/
+10
*
journalctl: drop misplaced empty line
Lennart Poettering
2020-01-31
1
-1
/
+0
*
journalctl: add new --namespace= switch for showing logs for namespace
Lennart Poettering
2020-01-31
1
-4
/
+34
*
journal: make constant argument actually 'const'
Lennart Poettering
2020-01-31
1
-1
/
+1
*
journal: allow opening journal files specific to some namespace
Lennart Poettering
2020-01-31
4
-19
/
+102
*
journal: use structured initialization
Lennart Poettering
2020-01-31
1
-8
/
+11
*
journalctl: use an anonymous array when an array is needed
Lennart Poettering
2020-01-31
1
-4
/
+3
*
journal: properly mark two definitions that are deprecated with GCC attribute...
Lennart Poettering
2020-01-31
5
-5
/
+24
*
journalctl: use automatic memory cleanup
Lennart Poettering
2020-01-31
1
-2
/
+1
*
journalctl: use log_error_errno() wherever we can
Lennart Poettering
2020-01-31
1
-45
/
+29
*
journalctl: move pcre function code down
Lennart Poettering
2020-01-31
1
-29
/
+27
*
core: add new LogNamespace= execution setting
Lennart Poettering
2020-01-31
12
-12
/
+155
*
string-util: add brief explanatory comment
Lennart Poettering
2020-01-31
1
-0
/
+2
*
journald: allow running multiple instances of journald
Lennart Poettering
2020-01-31
13
-77
/
+275
*
journald: when create journal directories use calculated paths
Lennart Poettering
2020-01-31
1
-16
/
+10
*
journald: minor coding style updates
Lennart Poettering
2020-01-31
1
-1
/
+8
*
journald: let's simplify rotating of offline user journals
Lennart Poettering
2020-01-31
1
-104
/
+96
*
journald: simplify find_journal() a bit
Lennart Poettering
2020-01-31
1
-25
/
+12
*
journald: hide current storage determination in helper call
Lennart Poettering
2020-01-31
1
-2
/
+8
*
journald: use structured initialization
Lennart Poettering
2020-01-31
1
-14
/
+15
*
journald: line break overly long function header
Lennart Poettering
2020-01-31
1
-1
/
+6
*
journald: let's use TAKE_PTR() and TAKE_FD() where appropriate
Lennart Poettering
2020-01-31
1
-3
/
+2
*
journald: let's use unlink_and_free() where we can
Lennart Poettering
2020-01-31
1
-5
/
+4
*
journald: specifying _pure_ on static functions is unnecessary, compiler can ...
Lennart Poettering
2020-01-31
1
-1
/
+1
*
journald: don't bother with seqnum file if we don't read form /dev/kmsg anyway
Lennart Poettering
2020-01-31
1
-4
/
+6
*
journald: fix indentation
Lennart Poettering
2020-01-31
1
-5
/
+5
*
journald: use free_and_replace() where appropriate
Lennart Poettering
2020-01-31
1
-2
/
+1
*
journald: add missing logging for some errors
Lennart Poettering
2020-01-31
1
-3
/
+3
*
journald: why bitwise XOR when boolean != is easier to read?
Lennart Poettering
2020-01-31
1
-1
/
+1
*
Merge pull request #14696 from poettering/dissect-tweaks
Anita Zhang
2020-01-30
6
-6
/
+122
|
\
|
*
core: fsck images specified as RootImage= too before using them
Lennart Poettering
2020-01-29
1
-1
/
+1
|
*
nspawn: fsck all images when mounting things
Lennart Poettering
2020-01-29
1
-4
/
+8
|
*
dissect: add --fsck= option to systemd-dissect tool
Lennart Poettering
2020-01-29
1
-1
/
+15
|
*
dissect: optionally, run fsck before mounting dissected images
Lennart Poettering
2020-01-29
2
-0
/
+51
|
*
dissect: complain if partition flags are set that we don't know
Lennart Poettering
2020-01-29
2
-0
/
+47
*
|
Various typo fixes and grammar corrections
Zbigniew Jędrzejewski-Szmek
2020-01-30
2
-5
/
+5
*
|
polkit: tweak grammar
Zbigniew Jędrzejewski-Szmek
2020-01-30
1
-1
/
+1
*
|
Merge pull request #14096 from poettering/homed
Zbigniew Jędrzejewski-Szmek
2020-01-30
50
-1
/
+19774
|
\
\
|
|
/
|
/
|
|
*
sleep: automatically lock all home directories when suspending
Lennart Poettering
2020-01-28
1
-1
/
+46
|
*
home: add pam_systemd_home.so PAM hookup
Lennart Poettering
2020-01-28
3
-0
/
+972
|
*
home: add homectl client tool
Lennart Poettering
2020-01-28
4
-0
/
+3665
|
*
home: add new systemd-homed service that can manage LUKS homes
Lennart Poettering
2020-01-28
46
-0
/
+15091
*
|
network: fix implicit type conversion warning by GCC-10
Yu Watanabe
2020-01-29
1
-2
/
+2
*
|
pam_systemd: resolve the tty of display via /sys instead of /dev
Topi Miettinen
2020-01-29
1
-2
/
+10
[next]