summaryrefslogtreecommitdiffstats
path: root/src/sysv-generator (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-02man: add sd_bus_message_verify_type(3)Zbigniew Jędrzejewski-Szmek3-0/+101
2018-08-02sd-bus: verify destination and sender values when settingZbigniew Jędrzejewski-Szmek1-0/+2
2018-08-02man: add sd_bus_message_get_type(3)Zbigniew Jędrzejewski-Szmek4-9/+207
2018-08-02man: add sd_bus_slot_ref(3)Zbigniew Jędrzejewski-Szmek2-0/+97
2018-08-02man: document sd_bus_message_new_method_returnZbigniew Jędrzejewski-Szmek2-2/+37
2018-08-02meson: print stats in check-api-docsZbigniew Jędrzejewski-Szmek1-0/+23
2018-08-02man: document *_with_description functionsZbigniew Jędrzejewski-Szmek2-1/+39
2018-08-02man: add sd_bus_message_new(3)Zbigniew Jędrzejewski-Szmek3-0/+189
2018-08-02man: move more examples to stand-alone files and use 2-space indentation cons...Zbigniew Jędrzejewski-Szmek6-57/+58
2018-08-02man: clarify what can be NULL in an sd_bus_unrefp callZbigniew Jędrzejewski-Szmek1-5/+7
2018-08-02man: add sd_bus_message_new_call(3)Zbigniew Jędrzejewski-Szmek6-2/+206
2018-08-02man: add sd_bus_message_new_signal(3)Zbigniew Jędrzejewski-Szmek4-0/+134
2018-08-02network: add more log messages in configuring DHCP6 clientYu Watanabe1-16/+14
2018-08-02network: add more log messages in configuring DHCP4 clientYu Watanabe1-19/+22
2018-08-01resolved: change error handling for manager_etc_hosts_read()Zbigniew Jędrzejewski-Szmek1-7/+3
2018-08-01resolved: keep addresses mapped to ::0 in a separate setZbigniew Jędrzejewski-Szmek3-21/+41
2018-08-01test-resolved-etc-hosts: add tests for /etc/hosts parsingZbigniew Jędrzejewski-Szmek4-16/+115
2018-08-01resolved: put /etc/hosts hashmaps in a structure and pass that aroundZbigniew Jędrzejewski-Szmek2-58/+70
2018-07-31test-nss-files: simplify module name handlingZbigniew Jędrzejewski-Szmek1-8/+4
2018-07-31meson: drop parens when appending to listZbigniew Jędrzejewski-Szmek5-61/+62
2018-07-31udev: net_id: document predictable names for SR-IOV virtual devicesEvgeni Golov1-0/+3
2018-07-31resolve: support address with ifname in /etc/hostsYu Watanabe1-1/+1
2018-07-31resolve: use in_addr_data type for storing addressYu Watanabe2-146/+71
2018-07-31basic: introduce in_addr_data_hash_opsYu Watanabe2-0/+36
2018-07-30man: move explanations about boolean and time-span value from systemd.unit to...Yu Watanabe2-17/+24
2018-07-30Expanding evdev device match for Razer Blade Stealth (2017)Mike Palmer1-1/+1
2018-07-29sd-resolve: workaround for structured initialization to nested structsYu Watanabe1-12/+13
2018-07-29sd-resolve: use structured initialization at more placesYu Watanabe1-25/+28
2018-07-28man: use literal tagYu Watanabe1-4/+4
2018-07-28resolve: add option to toggle reading /etc/hostsYu Watanabe6-0/+14
2018-07-28resolve: make manager_etc_hosts_read() staticYu Watanabe2-2/+1
2018-07-27resolved: TCP Fast Open and TLS Session Tickets for OpenSSLIwan Timmer5-18/+142
2018-07-27resolved: basic OpenSSL support for DNS-over-TLSIwan Timmer10-13/+294
2018-07-27resolved: set io events after receiving EAGAIN for TLSIwan Timmer3-6/+25
2018-07-27resolved: refactor GnuTLS specific code in separate source fileIwan Timmer9-167/+283
2018-07-27test: Increase qemu timeout from 90s to 180sMichael Biebl1-2/+2
2018-07-26update TODOLennart Poettering1-0/+6
2018-07-26hwdb: Added correct ACCEL_MOUNT_MATRIX for the Asus TP412UAErik Kooistra1-0/+3
2018-07-26void call of page_size guarantees that sysconf is not called from signal handlerDaniel1-0/+4
2018-07-26changed exit(4) to asynchronous-safe _exit(4) in signal handler sig_alrmDaniel1-1/+1
2018-07-26hwbd: whitespace fix-upLennart Poettering1-1/+1
2018-07-26sleep-config: library code should not log beyond LOG_DEBUGLennart Poettering1-3/+2
2018-07-26sleep: offer hibernation only if the kernel image still existsLennart Poettering2-6/+80
2018-07-26sleep-config: eat up errors only after debug logging about themLennart Poettering1-2/+6
2018-07-26sleep-config: partitions can't be deleted, only files canLennart Poettering1-6/+9
2018-07-26resolve: use structured initialization and use new() instead of new0()Yu Watanabe1-4/+6
2018-07-26resolve: fix memleakYu Watanabe1-1/+3
2018-07-26shared/sleep-config: exclude zram devices from hibernation candidatesAndrew Jorgensen1-3/+13
2018-07-26test: add tests for DynamicUser= with static User= whose UID and GID are diff...Yu Watanabe4-0/+47
2018-07-26core: fix gid when DynamicUser=yes with static User=Yu Watanabe1-0/+10