index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-27
logind: modernize Manager object allocation and freeing
Lennart Poettering
2
-30
/
+31
2018-04-27
basic/log: always ignore errno from the enviornment (#8841)
Zbigniew Jędrzejewski-Szmek
1
-9
/
+5
2018-04-27
journal-send: drop redundant parenthesis
Lennart Poettering
1
-1
/
+1
2018-04-27
man: don't claim we'd set XDG_SEAT and XDG_VTNR as part of service management
Lennart Poettering
1
-20
/
+15
2018-04-27
exit-status: list BSD exit codes too
Lennart Poettering
2
-12
/
+74
2018-04-27
man: document BSD exit codes in systemd.exec(5) too
Lennart Poettering
1
-0
/
+92
2018-04-27
doc: clarify the intended audience of CGROUP_DELEGATION.md
Lennart Poettering
1
-0
/
+3
2018-04-27
man: updated systemd-analyze blame description for service-units with Type=si...
Mikhail Kasimov
1
-1
/
+5
2018-04-27
update TODO
Lennart Poettering
1
-0
/
+2
2018-04-27
tree-wide: use newa() rather than alloca() where we can
Lennart Poettering
6
-7
/
+7
2018-04-27
alloca: add an overflow check too
Lennart Poettering
1
-2
/
+10
2018-04-27
tree-wide: be more careful with the type of array sizes
Lennart Poettering
57
-290
/
+288
2018-04-27
test: add tests for %j and %J specifier in test-execute (#8838)
Yu Watanabe
2
-0
/
+4
2018-04-27
unit: tighten sandboxing for logind
Yu Watanabe
1
-2
/
+2
2018-04-27
login: drop unnecessary headers
Yu Watanabe
2
-5
/
+0
2018-04-27
networkd: Bridge Property Use kernel defaults. (#8825)
Susant Sahani
5
-33
/
+47
2018-04-26
network: recreate link if its interface name is changed (#8795)
Yu Watanabe
1
-8
/
+11
2018-04-26
hwdb: add "special" keys on Dell XPS L702x (#8828)
Zbigniew Jędrzejewski-Szmek
1
-0
/
+5
2018-04-26
core: an empty string resets delegate controllers but enables Delegate= (#8826)
Yu Watanabe
1
-1
/
+2
2018-04-26
link: follow our rule of suffix settings with = in log messages
Lennart Poettering
1
-1
/
+1
2018-04-26
networkd,udev: clean up MTU handling
Lennart Poettering
16
-59
/
+22
2018-04-26
conf-parse: add a generic config_parse_mtu() conf file parser function
Lennart Poettering
2
-0
/
+36
2018-04-26
parse-util: add explicit parsers for MTU values
Lennart Poettering
3
-0
/
+50
2018-04-26
missing: add IPV4_MIN_MTU
Lennart Poettering
1
-0
/
+4
2018-04-26
networkd: drop duplicate definition of IPV6_MIN_MTU
Lennart Poettering
1
-2
/
+0
2018-04-26
cgroup-util: fix enabling of controllers (#8816)
Antique
1
-1
/
+3
2018-04-26
meson: drop 'name' argument in cc.has_argument() (#8823)
Yu Watanabe
1
-2
/
+1
2018-04-26
core: include Found state in device dumps
Zbigniew Jędrzejewski-Szmek
1
-2
/
+7
2018-04-26
man: fix description of --value option for loginctl (#8820)
Yu Watanabe
1
-5
/
+3
2018-04-25
logind: remove manager_start_slice()
Zbigniew Jędrzejewski-Szmek
2
-73
/
+0
2018-04-25
logind: split %t directory creation to a helper unit
Zbigniew Jędrzejewski-Szmek
7
-84
/
+204
2018-04-25
Use a dash-truncated drop-in for user-%j.slice configuration
Zbigniew Jędrzejewski-Szmek
9
-110
/
+68
2018-04-25
device: fix serialization and deserialization of DeviceFound
Yu Watanabe
2
-21
/
+70
2018-04-25
meson: do not link libsystemd_static into libcore (#8813)
Zbigniew Jędrzejewski-Szmek
1
-1
/
+2
2018-04-25
doc: recommend GetUnitByControlGroup() in the docs
Lennart Poettering
1
-1
/
+11
2018-04-25
core: add a new GetUnitByControlGroup() bus call
Lennart Poettering
2
-0
/
+31
2018-04-25
core: hide snapshot method calls from introspection data
Lennart Poettering
1
-2
/
+2
2018-04-25
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
74
-283
/
+252
2018-04-25
gpt-auto-generator: emit warnings and fail if we fail to query mount points
Zbigniew Jędrzejewski-Szmek
1
-13
/
+16
2018-04-25
gpt-auto-generator: use stack variables and fix minor memleak
Zbigniew Jędrzejewski-Szmek
1
-25
/
+15
2018-04-24
fileio.c: fix incorrect mtime
Chris Lesiak
1
-4
/
+9
2018-04-24
update TODO
Lennart Poettering
1
-1
/
+4
2018-04-24
string-util: use fflush_and_check() where appropriate
Lennart Poettering
1
-1
/
+2
2018-04-24
string-util: teach strip_tab_ansi() to deal with CSO sequences
Lennart Poettering
2
-8
/
+58
2018-04-24
basic/log: do not use global errno in log_*_errno()
Zbigniew Jędrzejewski-Szmek
1
-3
/
+2
2018-04-24
core/device: avoid bogus errno use and invert ratelimit_test()
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2018-04-24
sd-lldp: eliminate unnecessary variable
Zbigniew Jędrzejewski-Szmek
1
-4
/
+4
2018-04-24
basic/audit-util: always log the reason when disabling audit logs
Zbigniew Jędrzejewski-Szmek
1
-4
/
+3
2018-04-24
Fix three uses of bogus errno value in logs (and returned value in one case)
Zbigniew Jędrzejewski-Szmek
2
-3
/
+4
2018-04-24
tree-wide: avoid assignment of r just to use in a comparison
Zbigniew Jędrzejewski-Szmek
5
-24
/
+11
[prev]
[next]