summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-13Merge pull request #9863 from evverx/issues-found-by-journald-fuzzersystemd/masterYu Watanabe
2018-08-13resolved: do not keep dns_server to dns_stream ref if tls connection failed (...Iwan Timmer
2018-08-13resolve: do not hit CNAME or DNAME entry in NODATA cache (#9836)Yu Watanabe
2018-08-10fsck: use our usual syntax for defining bit masksLennart Poettering
2018-08-10Merge pull request #9848 from yuwata/fix-9835-9844Zbigniew Jędrzejewski-Szmek
2018-08-10journald: take leading spaces into account in syslog_parse_identifierEvgeny Vereshchagin
2018-08-10journald: free the allocated memory before returning from dev_kmsg_recordEvgeny Vereshchagin
2018-08-10journald: make it clear that dev_kmsg_record modifies the string passed to itEvgeny Vereshchagin
2018-08-10core/execute: fix dump format for Limit*=Yu Watanabe
2018-08-10journal: do not remove multiple spaces after identifier in syslog messageYu Watanabe
2018-08-10util: bind_remount_recursive_with_mountinfo(): ignore submounts which cannot ...Yu Watanabe
2018-08-10core/namespace: add more log messagesYu Watanabe
2018-08-10meson: actually honor pkgconfig*dir options (#9841)Benedikt Morbach
2018-08-08timedate: emit property changed signal after all jobs are completedYu Watanabe
2018-08-08Merge pull request #9827 from yuwata/fix-9795-9820Lennart Poettering
2018-08-08tmpfiles: don't adjust qgroups on existing subvolumesFranck Bui
2018-08-08resolve: do not compress target names in SRV recordsYu Watanabe
2018-08-08Merge pull request #9830 from yuwata/journalctl-helpLennart Poettering
2018-08-08syslog: fix segfault in syslog_parse_priority()Yu Watanabe
2018-08-08kernel-install: don't try to run depmod when kernel doesn't support modulesMarc-Antoine Perennou
2018-08-08journal: fix size of bufferYu Watanabe
2018-08-08resolve: use memcmp_safe() and memcpy_safe()Yu Watanabe
2018-08-08util: introduce memcmp_safe()Yu Watanabe
2018-08-08core: use memcpy_safe()Yu Watanabe
2018-08-08journal: fix syslog_parse_identifier()Yu Watanabe
2018-08-08journal: do not use newa() or strjoina() for messageYu Watanabe
2018-08-08journal: do not hide options in help messageYu Watanabe
2018-08-08bash-completion: journalctl: add --grep and --case-sensitiveYu Watanabe
2018-08-08journal: do not pass a negative value to memcpy()Yu Watanabe
2018-08-07link: fix type for link-config's "features" array of tristatesThomas Haller
2018-08-07test: cast values in proper type to suppress warningsYu Watanabe
2018-08-07Merge pull request #9817 from yuwata/shorten-error-loggingLennart Poettering
2018-08-07Merge pull request #9744 from yuwata/fix-9737Lennart Poettering
2018-08-07hwdb: redefine Lenovo ThinkPad X140e touchpad dimensions (#9818)Michael 'pbone' Pobega
2018-08-07Merge pull request #9789 from filbranden/cmp1Lennart Poettering
2018-08-07systemctl: add support for --wait to is-system-runningFilipe Brandenburger
2018-08-07tree-wide: use returned value from log_*_errno()Yu Watanabe
2018-08-06dns-domain: use CMP() in dns_name_compare_funcFilipe Brandenburger
2018-08-06resolve: use CMP() in dns_resource_record_compare_funcFilipe Brandenburger
2018-08-06tree-wide: Convert compare_func's to use CMP() macro wherever possible.Filipe Brandenburger
2018-08-06network: Use CMP() macro for comparison.Filipe Brandenburger
2018-08-06macros: add CMP(a, b) macro.Filipe Brandenburger
2018-08-06macro: drop __extension__, reformat and reindentFilipe Brandenburger
2018-08-07tree-wide: shorten error logging a bitYu Watanabe
2018-08-07resolve: use _cleanup_ attributeYu Watanabe
2018-08-07machine: use free_and_replace() and TAKE_PTR()Yu Watanabe
2018-08-07login: use free_and_replace() and TAKE_PTR()Yu Watanabe
2018-08-07initctl: do not ignore errors in functionYu Watanabe
2018-08-07machinectl: shorten error logging a bitLennart Poettering
2018-08-06smack-util: use 'path' paremeter as is if it's already absolute in mac_smack_...Franck Bui