summaryrefslogtreecommitdiffstats
path: root/units/sockets.target (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-16resolvectl: free the block of memory 'hashed' points to before reusing itEvgeny Vereshchagin1-1/+1
2018-08-16oss-fuzz.sh: just install the shared libraryEvgeny Vereshchagin1-2/+1
2018-08-13resolved: do not keep dns_server to dns_stream ref if tls connection failed (...Iwan Timmer1-6/+6
2018-08-13resolve: do not hit CNAME or DNAME entry in NODATA cache (#9836)Yu Watanabe1-2/+2
2018-08-10fsck: use our usual syntax for defining bit masksLennart Poettering1-8/+8
2018-08-10journald: take leading spaces into account in syslog_parse_identifierEvgeny Vereshchagin2-1/+4
2018-08-10journald: free the allocated memory before returning from dev_kmsg_recordEvgeny Vereshchagin1-1/+1
2018-08-10journald: make it clear that dev_kmsg_record modifies the string passed to itEvgeny Vereshchagin2-9/+9
2018-08-10core/execute: fix dump format for Limit*=Yu Watanabe1-2/+2
2018-08-10journal: do not remove multiple spaces after identifier in syslog messageYu Watanabe2-11/+17
2018-08-10util: bind_remount_recursive_with_mountinfo(): ignore submounts which cannot ...Yu Watanabe1-1/+6
2018-08-10core/namespace: add more log messagesYu Watanabe1-19/+38
2018-08-10meson: actually honor pkgconfig*dir options (#9841)Benedikt Morbach2-3/+3
2018-08-08timedate: emit property changed signal after all jobs are completedYu Watanabe1-30/+40
2018-08-08tmpfiles: don't adjust qgroups on existing subvolumesFranck Bui2-66/+50
2018-08-08resolve: do not compress target names in SRV recordsYu Watanabe1-1/+3
2018-08-08syslog: fix segfault in syslog_parse_priority()Yu Watanabe2-9/+31
2018-08-08kernel-install: don't try to run depmod when kernel doesn't support modulesMarc-Antoine Perennou1-0/+1
2018-08-08journal: fix size of bufferYu Watanabe1-1/+1
2018-08-08resolve: use memcmp_safe() and memcpy_safe()Yu Watanabe2-2/+2
2018-08-08util: introduce memcmp_safe()Yu Watanabe1-3/+10
2018-08-08core: use memcpy_safe()Yu Watanabe1-1/+1
2018-08-08journal: fix syslog_parse_identifier()Yu Watanabe2-5/+11
2018-08-08journal: do not use newa() or strjoina() for messageYu Watanabe1-10/+25
2018-08-08journal: do not hide options in help messageYu Watanabe1-5/+1
2018-08-08bash-completion: journalctl: add --grep and --case-sensitiveYu Watanabe1-2/+5
2018-08-08journal: do not pass a negative value to memcpy()Yu Watanabe1-1/+4
2018-08-07link: fix type for link-config's "features" array of tristatesThomas Haller4-4/+6
2018-08-07test: cast values in proper type to suppress warningsYu Watanabe1-8/+8
2018-08-07hwdb: redefine Lenovo ThinkPad X140e touchpad dimensions (#9818)Michael 'pbone' Pobega1-0/+7
2018-08-07systemctl: add support for --wait to is-system-runningFilipe Brandenburger2-1/+65
2018-08-07tree-wide: use returned value from log_*_errno()Yu Watanabe6-30/+15
2018-08-07dns-domain: use CMP() in dns_name_compare_funcFilipe Brandenburger1-1/+1
2018-08-07resolve: use CMP() in dns_resource_record_compare_funcFilipe Brandenburger1-4/+3
2018-08-07tree-wide: Convert compare_func's to use CMP() macro wherever possible.Filipe Brandenburger14-123/+89
2018-08-07network: Use CMP() macro for comparison.Filipe Brandenburger1-6/+1
2018-08-07macros: add CMP(a, b) macro.Filipe Brandenburger2-0/+44
2018-08-07macro: drop __extension__, reformat and reindentFilipe Brandenburger1-35/+35
2018-08-07tree-wide: shorten error logging a bitYu Watanabe16-193/+112
2018-08-07resolve: use _cleanup_ attributeYu Watanabe1-96/+69
2018-08-07machine: use free_and_replace() and TAKE_PTR()Yu Watanabe1-23/+12
2018-08-07login: use free_and_replace() and TAKE_PTR()Yu Watanabe2-24/+13
2018-08-07initctl: do not ignore errors in functionYu Watanabe1-7/+7
2018-08-07machinectl: shorten error logging a bitLennart Poettering1-4/+2
2018-08-06smack-util: use 'path' paremeter as is if it's already absolute in mac_smack_...Franck Bui1-4/+7
2018-08-06resolve: treat some icmp errors as disconnectedYu Watanabe1-2/+6
2018-08-06resolve: sort headersYu Watanabe4-10/+8
2018-08-06namespace: implicitly adds DeviceAllow= when RootImage= is setYu Watanabe2-4/+29
2018-08-06core: introduce cgroup_add_device_allow()Yu Watanabe3-12/+32
2018-08-06core/namespace: drop mount points outside of root even if RootDirectory= is n...Yu Watanabe1-2/+2