summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* sd-device: ignore error in device_cache_sysattr_value() and propagate origina...Yu Watanabe2021-02-212-5/+7
* tree-wide: fix typoYu Watanabe2021-02-191-1/+1
* Merge pull request #18659 from poettering/permyriadificationYu Watanabe2021-02-192-9/+8
|\
| * core: use our usual UINT32_MAX scaling for OOMD limitsLennart Poettering2021-02-181-5/+2
| * tree-wide: port various pieces of code over to UINT32_SCALE_FROM_PERMYRIAD()Lennart Poettering2021-02-181-1/+1
| * util: move percent/permille/permyriad parser into percent-util.[ch]Lennart Poettering2021-02-182-0/+2
| * tree-wide: parse permyriads wherever we canLennart Poettering2021-02-181-4/+4
* | table: drop trailing white spaces of the last cell in rowYu Watanabe2021-02-191-0/+6
|/
* Merge pull request #18685 from poettering/network-type-tweaksLennart Poettering2021-02-181-2/+2
|\
| * network: suffix types with _t in public headersLennart Poettering2021-02-181-2/+2
* | sd-device: add sd_device_get_action() + sd_device_get_seqnum() + sd_device_ne...Lennart Poettering2021-02-183-11/+15
|/
* Merge pull request #18557 from poettering/enum-force-s64Zbigniew Jędrzejewski-Szmek2021-02-182-39/+34
|\
| * network: make use of SD_ENUM_FORCE_S64() for all public enumsLennart Poettering2021-02-161-2/+2
| * test-tables: make sure we can test tables of either int or int64_t base typeLennart Poettering2021-02-161-37/+32
* | Merge pull request #18625 from bluca/sysext_refactorLuca Boccassi2021-02-186-20/+191
|\ \
| * | os-util: allow missing VERSION_ID on the hostLuca Boccassi2021-02-171-1/+6
| * | os-util: split extension_release_validate out of sysextLuca Boccassi2021-02-172-0/+72
| * | machine: parse and store extension-releaseLuca Boccassi2021-02-172-1/+9
| * | dissect: parse, store and show extension-release infoLuca Boccassi2021-02-172-13/+50
| * | dissect: store image name, following usual parsing rulesLuca Boccassi2021-02-172-1/+32
| * | os-util: add load_extension_release_pairs helperLuca Boccassi2021-02-172-0/+13
| * | os-util: add path_is_extension_tree helperLuca Boccassi2021-02-172-5/+10
* | | Merge pull request #18596 from keszybz/systemctl-quiet-legendLennart Poettering2021-02-172-0/+22
|\ \ \
| * | | tree-wide: use parse_boolean_argument() for variables with non-boolean typeZbigniew Jędrzejewski-Szmek2021-02-171-2/+4
| * | | tree-wide: add a helper to parse boolean optargZbigniew Jędrzejewski-Szmek2021-02-172-0/+20
* | | | Merge pull request #18651 from poettering/einval-followupLennart Poettering2021-02-173-33/+45
|\ \ \ \
| * | | | install: make UnitFileChangeType enum anonymousLennart Poettering2021-02-173-33/+45
| | |/ / | |/| |
* | | | tree-wide: use in_addr_is_set() or friendsYu Watanabe2021-02-181-1/+1
|/ / /
* | | firewall-util: replace nft_in6addr_to_range() with in_addr_prefix_range()Yu Watanabe2021-02-171-50/+10
* | | logs-show: move show_journal_by_unit _BOOT_ID matchVito Caputo2021-02-171-4/+8
* | | Merge pull request #18641 from benjarobin/fix-enum-invalid-valZbigniew Jędrzejewski-Szmek2021-02-176-10/+12
|\ \ \
| * | | shared: use -EINVAL for _NETDEV_BRIDGE_STATE_INVALIDBenjamin Robin2021-02-161-1/+1
| * | | shared: Fix _DNS_CACHE_MODE_INVALID value: use -EINVALBenjamin Robin2021-02-161-1/+1
| * | | shared: use -EINVAL for _UNIT_FILE_CHANGE_TYPE_INVALIDBenjamin Robin2021-02-162-3/+3
| * | | shared: use -EINVAL for _EXEC_COMMAND_FLAGS_INVALIDBenjamin Robin2021-02-162-5/+7
| | |/ | |/|
* | | condition: add CPUFeatureGiedrius Statkevičius2021-02-172-0/+12
* | | Merge pull request #18007 from fw-strlen/ipv6_masq_and_dnatLennart Poettering2021-02-161-33/+151
|\ \ \
| * | | add ipv6 range element creation test casesFlorian Westphal2021-01-191-2/+5
| * | | firewall-util-nft: clear previous address on replayFlorian Westphal2021-01-191-0/+2
| * | | firewall-util: add ipv6 support to nftables backendFlorian Westphal2021-01-191-33/+146
* | | | Merge pull request #18601 from keszybz/env-assign-cleanupLennart Poettering2021-02-163-31/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Refactor strv_env_replace() into strv_env_replace_consume()Zbigniew Jędrzejewski-Szmek2021-02-161-4/+2
| * | | shared/exec-util: fix minor memleakZbigniew Jędrzejewski-Szmek2021-02-161-8/+2
| * | | shared/user-record: inline iterator variable declarationsZbigniew Jędrzejewski-Szmek2021-02-161-9/+6
| * | | basic/env-util: add variant of strv_env_replace() that does strdup internallyZbigniew Jędrzejewski-Szmek2021-02-151-10/+2
* | | | tree-wide: reset the cleaned-up variable in cleanup functionsZbigniew Jędrzejewski-Szmek2021-02-1611-20/+20
* | | | tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-169-25/+25
* | | | Merge pull request #18481 from keszybz/rpm-restart-post-transZbigniew Jędrzejewski-Szmek2021-02-161-1/+2
|\ \ \ \
| * | | | core: allow Markers to be set using set-propertyZbigniew Jędrzejewski-Szmek2021-02-151-1/+2
* | | | | journalctl: rotation is not a reason to warn, but certainly noteworthyLennart Poettering2021-02-151-1/+1
| |_|_|/ |/| | |