index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
DISTRO_PORTING
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-16
resolvectl: free the block of memory 'hashed' points to before reusing it
Evgeny Vereshchagin
1
-1
/
+1
2018-08-16
oss-fuzz.sh: just install the shared library
Evgeny Vereshchagin
1
-2
/
+1
2018-08-13
resolved: do not keep dns_server to dns_stream ref if tls connection failed (...
Iwan Timmer
1
-6
/
+6
2018-08-13
resolve: do not hit CNAME or DNAME entry in NODATA cache (#9836)
Yu Watanabe
1
-2
/
+2
2018-08-10
fsck: use our usual syntax for defining bit masks
Lennart Poettering
1
-8
/
+8
2018-08-10
journald: take leading spaces into account in syslog_parse_identifier
Evgeny Vereshchagin
2
-1
/
+4
2018-08-10
journald: free the allocated memory before returning from dev_kmsg_record
Evgeny Vereshchagin
1
-1
/
+1
2018-08-10
journald: make it clear that dev_kmsg_record modifies the string passed to it
Evgeny Vereshchagin
2
-9
/
+9
2018-08-10
core/execute: fix dump format for Limit*=
Yu Watanabe
1
-2
/
+2
2018-08-10
journal: do not remove multiple spaces after identifier in syslog message
Yu Watanabe
2
-11
/
+17
2018-08-10
util: bind_remount_recursive_with_mountinfo(): ignore submounts which cannot ...
Yu Watanabe
1
-1
/
+6
2018-08-10
core/namespace: add more log messages
Yu Watanabe
1
-19
/
+38
2018-08-10
meson: actually honor pkgconfig*dir options (#9841)
Benedikt Morbach
2
-3
/
+3
2018-08-08
timedate: emit property changed signal after all jobs are completed
Yu Watanabe
1
-30
/
+40
2018-08-08
tmpfiles: don't adjust qgroups on existing subvolumes
Franck Bui
2
-66
/
+50
2018-08-08
resolve: do not compress target names in SRV records
Yu Watanabe
1
-1
/
+3
2018-08-08
syslog: fix segfault in syslog_parse_priority()
Yu Watanabe
2
-9
/
+31
2018-08-08
kernel-install: don't try to run depmod when kernel doesn't support modules
Marc-Antoine Perennou
1
-0
/
+1
2018-08-08
journal: fix size of buffer
Yu Watanabe
1
-1
/
+1
2018-08-08
resolve: use memcmp_safe() and memcpy_safe()
Yu Watanabe
2
-2
/
+2
2018-08-08
util: introduce memcmp_safe()
Yu Watanabe
1
-3
/
+10
2018-08-08
core: use memcpy_safe()
Yu Watanabe
1
-1
/
+1
2018-08-08
journal: fix syslog_parse_identifier()
Yu Watanabe
2
-5
/
+11
2018-08-08
journal: do not use newa() or strjoina() for message
Yu Watanabe
1
-10
/
+25
2018-08-08
journal: do not hide options in help message
Yu Watanabe
1
-5
/
+1
2018-08-08
bash-completion: journalctl: add --grep and --case-sensitive
Yu Watanabe
1
-2
/
+5
2018-08-08
journal: do not pass a negative value to memcpy()
Yu Watanabe
1
-1
/
+4
2018-08-07
link: fix type for link-config's "features" array of tristates
Thomas Haller
4
-4
/
+6
2018-08-07
test: cast values in proper type to suppress warnings
Yu Watanabe
1
-8
/
+8
2018-08-07
hwdb: redefine Lenovo ThinkPad X140e touchpad dimensions (#9818)
Michael 'pbone' Pobega
1
-0
/
+7
2018-08-07
systemctl: add support for --wait to is-system-running
Filipe Brandenburger
2
-1
/
+65
2018-08-07
tree-wide: use returned value from log_*_errno()
Yu Watanabe
6
-30
/
+15
2018-08-07
dns-domain: use CMP() in dns_name_compare_func
Filipe Brandenburger
1
-1
/
+1
2018-08-07
resolve: use CMP() in dns_resource_record_compare_func
Filipe Brandenburger
1
-4
/
+3
2018-08-07
tree-wide: Convert compare_func's to use CMP() macro wherever possible.
Filipe Brandenburger
14
-123
/
+89
2018-08-07
network: Use CMP() macro for comparison.
Filipe Brandenburger
1
-6
/
+1
2018-08-07
macros: add CMP(a, b) macro.
Filipe Brandenburger
2
-0
/
+44
2018-08-07
macro: drop __extension__, reformat and reindent
Filipe Brandenburger
1
-35
/
+35
2018-08-07
tree-wide: shorten error logging a bit
Yu Watanabe
16
-193
/
+112
2018-08-07
resolve: use _cleanup_ attribute
Yu Watanabe
1
-96
/
+69
2018-08-07
machine: use free_and_replace() and TAKE_PTR()
Yu Watanabe
1
-23
/
+12
2018-08-07
login: use free_and_replace() and TAKE_PTR()
Yu Watanabe
2
-24
/
+13
2018-08-07
initctl: do not ignore errors in function
Yu Watanabe
1
-7
/
+7
2018-08-07
machinectl: shorten error logging a bit
Lennart Poettering
1
-4
/
+2
2018-08-06
smack-util: use 'path' paremeter as is if it's already absolute in mac_smack_...
Franck Bui
1
-4
/
+7
2018-08-06
resolve: treat some icmp errors as disconnected
Yu Watanabe
1
-2
/
+6
2018-08-06
resolve: sort headers
Yu Watanabe
4
-10
/
+8
2018-08-06
namespace: implicitly adds DeviceAllow= when RootImage= is set
Yu Watanabe
2
-4
/
+29
2018-08-06
core: introduce cgroup_add_device_allow()
Yu Watanabe
3
-12
/
+32
2018-08-06
core/namespace: drop mount points outside of root even if RootDirectory= is n...
Yu Watanabe
1
-2
/
+2
[next]