summaryrefslogtreecommitdiffstats
path: root/.lgtm (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-26udev-ctrl: fix coding style isuuesYu Watanabe1-7/+7
2018-11-25hwdb: Add ACCEL_MOUNT_MATRIX for Trekstor T13B tabletMarian Cepok1-0/+3
2018-11-24units: order systemd-rfkill.socket after /var/lib/systemd/rfkill (#10904)Lennart Poettering1-1/+2
2018-11-24tests: skip test-execute on TravisCI under ASanEvgeny Vereshchagin1-7/+7
2018-11-23Fix a few docs typos (#10907)nikolas4-6/+6
2018-11-23Fix typo in hacking guide: "no possible" -> "not possible" (#10905)nikolas1-1/+1
2018-11-23analyze: Fix build without seccomp (#10899)Michal Koutný1-1/+2
2018-11-23tests: add a fuzzer for server_process_native_fileEvgeny Vereshchagin3-0/+53
2018-11-23dhcp6-client: handle IAID with value zeroThomas Haller1-1/+4
2018-11-23pid1,sd-device: use PATH_STARTSWITH_SET moreZbigniew Jędrzejewski-Szmek2-6/+4
2018-11-23basic/path-util: add missing headerZbigniew Jędrzejewski-Szmek1-0/+1
2018-11-23run: set $INVOCATION_ID for scope unitsLennart Poettering1-9/+49
2018-11-23run: port to static destructorsLennart Poettering1-24/+19
2018-11-23run: port to DEFINE_MAIN_FUNCTION()Lennart Poettering1-2/+5
2018-11-23run: add new --shell switch for spawning a shell as serviceLennart Poettering2-33/+99
2018-11-23run: add a switch for specifiying the working directory of a serviceLennart Poettering2-36/+87
2018-11-23libudev: drop unnecessary checkZbigniew Jędrzejewski-Szmek1-2/+0
2018-11-23unit: minor optimization, use stack over heap, when we canLennart Poettering1-7/+2
2018-11-2370-mouse.hwdb: Set DPI for MS Classic IntelliMouseDaniel van Vugt1-0/+4
2018-11-23unit: drop an unused fields from Unit structLennart Poettering1-3/+0
2018-11-22test: add more tests for subsystem filterYu Watanabe1-29/+45
2018-11-22core: add two minor comments (#10890)Lennart Poettering2-0/+4
2018-11-22locale: define main through macroYu Watanabe1-22/+15
2018-11-22locale: store polkit_registry in ContextYu Watanabe3-7/+9
2018-11-22locale: rename context_free() to context_clear()Yu Watanabe4-5/+5
2018-11-22resolvectl: use static destructor and define main through macroYu Watanabe1-22/+15
2018-11-22rfkill: define main through macroYu Watanabe1-39/+21
2018-11-22rfkill: store write queue and rfkill fd in struct ContextYu Watanabe1-62/+53
2018-11-22socket-proxy: define main through macroYu Watanabe1-35/+24
2018-11-22sysusers: use ordered_hashmap_steal_first_key_and_value()Yu Watanabe1-4/+4
2018-11-22time-wait: define main through macroYu Watanabe1-34/+23
2018-11-22timedate: define main through macroYu Watanabe1-34/+21
2018-11-22update-done: quit earlier on failureYu Watanabe1-2/+1
2018-11-22update-utmp: use _cleanup_ attribute to finalize processYu Watanabe1-11/+14
2018-11-22veritysetup-generator: use static destructors and define main through macroYu Watanabe1-23/+17
2018-11-22veritysetup-generator: make arg_dest constYu Watanabe1-1/+1
2018-11-22veritysetup: use static destructors and define main through macroYu Watanabe1-58/+33
2018-11-22tests: add a fuzzer for catalog_import_fileEvgeny Vereshchagin3-0/+421
2018-11-22man: update description of Description=Zbigniew Jędrzejewski-Szmek1-9/+15
2018-11-22sd-device-monitor: fix subsystem filterYu Watanabe1-2/+1
2018-11-22udev-rules: update log messagesYu Watanabe1-63/+63
2018-11-22meson: also add option for debugging siphashYu Watanabe3-5/+10
2018-11-22meson: add option for debugging udevYu Watanabe3-3/+8
2018-11-22udev-rules: trivial coding style cleanupsYu Watanabe1-49/+48
2018-11-22udev: rename udev_rules_unref() to udev_rules_free()Yu Watanabe5-10/+10
2018-11-22libudev: do not ignore error in udev_list_entry_add()Yu Watanabe2-5/+10
2018-11-22libudev: introduce return_with_errno() and use it where applicableYu Watanabe7-160/+94
2018-11-22test: add tests for libudev-listYu Watanabe1-0/+61
2018-11-22libudev-list: drop unused udev argument from udev_list_init()Yu Watanabe5-10/+8
2018-11-22libudev-list: drop unused private functionsYu Watanabe2-14/+0