summaryrefslogtreecommitdiffstats
path: root/coccinelle/empty-or-dash.cocci (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-25hashmap: add helper to test if iterator is still at beginningLennart Poettering1-0/+1
2021-05-25test-parse-argument: Include signal.hKhem Raj1-0/+2
2021-05-25README: point at IRC channel on the new networkMantas Mikulėnas2-2/+2
2021-05-25systemctl: avoid crash when pattern expands to empty unit listZbigniew Jędrzejewski-Szmek1-0/+2
2021-05-25test: add testcases of filtering on dumping addressesYu Watanabe1-10/+42
2021-05-25local-addresses: set ifindex when dump addresses on an interfaceYu Watanabe1-1/+1
2021-05-25network: set ifindex when dump addresses on an interfaceYu Watanabe1-3/+5
2021-05-25sd-netlink: set NETLINK_GET_STRICT_CHK socket optionYu Watanabe2-43/+14
2021-05-25sd-netlink: do not set route type and table by default for RTM_GETROUTE or fr...Yu Watanabe3-17/+20
2021-05-25sd-netlink: do not set action for RTM_GETRULE messageYu Watanabe2-6/+3
2021-05-25sd-netlink: do not enable dump flag by default for RTM_GETADDR messageYu Watanabe4-5/+10
2021-05-25sd-netlink: do not append prefixlen by defaultYu Watanabe1-4/+0
2021-05-25network: add several assertions in conf parsersYu Watanabe2-9/+20
2021-05-25network: allow to set Group=0 in [Link] sectionYu Watanabe5-6/+45
2021-05-24kernel-install: don't erase previous errors if a hook returns 77наб1-2/+0
2021-05-24sysusers: make sysusers work with dnf --installrootZbigniew Jędrzejewski-Szmek1-4/+8
2021-05-24basic: allow copy_rights() to work without mounted /procZbigniew Jędrzejewski-Szmek4-10/+32
2021-05-24sysusers: add debug lines to failing getent/putent operationsZbigniew Jędrzejewski-Szmek1-47/+65
2021-05-24sysusers: reduce scope of variables and drop unnecessary initializationsZbigniew Jędrzejewski-Szmek1-10/+11
2021-05-24kernel-install/90-loaderentry: use install(1) instead of cp/chown/chmod chainsнаб1-12/+8
2021-05-24rules.d: Properly quote $env{MODALIAS}Roshan Shariff2-2/+2
2021-05-24Typo in service.cVincent Dechenaux1-1/+1
2021-05-24man: we is OK too -> which is OK too (#19708)наб1-1/+1
2021-05-23udev/net: do not manage loopback interfacesYu Watanabe2-2/+7
2021-05-23sd-netlink: rename rtnl_get_link_iftype() -> rtnl_get_link_info() and make it...Yu Watanabe3-5/+29
2021-05-23udev/net: rename link_config -> LinkConfigYu Watanabe4-70/+70
2021-05-23udev/net: rename link_config_ctx -> LinkConfigContextYu Watanabe4-36/+30
2021-05-23network: IPv6LinkLocalAddressGenerationMode=none disables IPv6LL addressingYu Watanabe2-5/+11
2021-05-23network: make link_configure() staticYu Watanabe2-2/+1
2021-05-23ordered-set: introduce ordered_set_get()Yu Watanabe1-0/+4
2021-05-23ethtool-util: drop unused functionYu Watanabe2-46/+0
2021-05-23udev/net: drop unnecessary conditionsYu Watanabe1-15/+9
2021-05-23udev/net: drop fallback logic to set speedYu Watanabe1-14/+16
2021-05-23ethtool-util: do not touch anything if nothing is requestedYu Watanabe1-124/+130
2021-05-23ethtool-util: disable autonegotiation when speed, duplex, or port is specifiedYu Watanabe1-3/+10
2021-05-23ethtool-util: move and rebreak commentsYu Watanabe1-6/+6
2021-05-23ethtool-util: make ethtool_connect() open fd only when it is not openedYu Watanabe1-55/+37
2021-05-22hwdb: keyboard: Ignore duplicate atkbd keypresses on touchpad on/off toggleHans de Goede1-0/+4
2021-05-22man/check-os-release.*: allow ID_LIKE to have multiple valuesZbigniew Jędrzejewski-Szmek2-3/+3
2021-05-22man/check-os-release.py: ignore comment and empty linesZbigniew Jędrzejewski-Szmek1-4/+11
2021-05-22hwdb: Add accel orientation quirk for the Lenovo Yoga 300-11IBR 2-in-1Hans de Goede1-0/+10
2021-05-22man/check-os-release.py: strip trailing whitespaceZbigniew Jędrzejewski-Szmek1-1/+1
2021-05-22man: say that initrd-release is like os-releaseZbigniew Jędrzejewski-Szmek2-1/+16
2021-05-22hwdb: Add accel orientation quirk for the KD Kurio Smart C15200 tabletHans de Goede1-0/+6
2021-05-22sleep: clarify that failure setting env var is not fatalLennart Poettering1-1/+1
2021-05-22sleep: if hybrid sleep fails, do regular suspendLennart Poettering1-4/+26
2021-05-22sleep: remove duplicate loggingLennart Poettering1-2/+2
2021-05-22sleep: don't check for EADVLennart Poettering1-1/+1
2021-05-22sleep: can_sleep_state() + can_sleep_disk() don#t return plain booleansLennart Poettering1-2/+2
2021-05-22sleep: use SleepOperation enum everywhere and drop sleep_settings()Lennart Poettering6-179/+150