summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meson: allow fuzzers to be built even if fuzz testing is disabledmeson-allows-fuzzer-buildingZbigniew Jędrzejewski-Szmek2020-12-021-29/+28
* meson: add missing "S" to SYSTEMD_CGROUPS_AGENT_PATHZbigniew Jędrzejewski-Szmek2020-12-012-3/+3
* scope: on unified, make sure to unwatch all PIDs once they've been moved to t...Franck Bui2020-12-011-5/+7
* sd-event: fix delays assert brain-o (#17790)Vito Caputo2020-12-011-1/+1
* mkosi: make ubuntu image bootable by defaultPavel Sapezhko2020-11-301-1/+1
* man: Speicfy exact return values of sd_bus_message_enter_containerigo958622020-11-301-2/+7
* po: add units/systemd-journald.service.in to POTFILES.skipPiotr Drąg2020-11-301-2/+3
* hwdb: add axis range corrections for Lenovo ThinkPad T14 Gen1Michał Kopeć2020-11-301-1/+2
* Merge pull request #17761 from keszybz/documentation-followupsYu Watanabe2020-11-292-3/+3
|\
| * test-networkd-conf: add missing assert_seZbigniew Jędrzejewski-Szmek2020-11-281-1/+1
| * NEWS: really fix kernel version number referenceZbigniew Jędrzejewski-Szmek2020-11-271-2/+2
* | Update logind-button.cnihilix-melix2020-11-281-3/+6
* | semaphore: temporarily disable the timedated test suiteFrantisek Sumsal2020-11-281-0/+3
* | hwdb: 60-keyboard: Add Dell Inspiron 11 3168 Fn+Home/End/PageUp/PageDown key ...Konomi2020-11-271-0/+7
* | Merge pull request #17734 from yuwata/parse-hwdbZbigniew Jędrzejewski-Szmek2020-11-271-3/+9
|\ \
| * | hwdb: add missing Group()Yu Watanabe2020-11-271-2/+2
| * | hwdb: enable diagnostic switchesYu Watanabe2020-11-271-1/+7
* | | Merge pull request #17732 from yuwata/core-use-synthetic_errnoZbigniew Jędrzejewski-Szmek2020-11-2723-221/+389
|\ \ \ | |_|/ |/| |
| * | coccinelle: ignore specific cases to use SYNTHETIC_ERRNO() macroYu Watanabe2020-11-271-0/+6
| * | cryptsetup: drop unnecessary bracketYu Watanabe2020-11-271-2/+1
| * | test: use for(;;) instead of while(true)Yu Watanabe2020-11-271-1/+1
| * | core/scope: use set_ensure_put()Yu Watanabe2020-11-271-5/+1
| * | mount-util: use mfree()Yu Watanabe2020-11-271-2/+2
| * | oom: use CMP() macroYu Watanabe2020-11-271-12/+2
| * | core: fix typoYu Watanabe2020-11-271-1/+1
| * | coccinelle: add rules for log_unit_error_errno() or friendsYu Watanabe2020-11-272-0/+269
| * | network: fix return valuesYu Watanabe2020-11-271-5/+4
| * | network: use SYNTHETIC_ERRNO() macroYu Watanabe2020-11-272-8/+4
| * | core: use SYNTHETIC_ERRNO() macroYu Watanabe2020-11-2714-177/+95
| * | core/timer: drop unnecessary bracketsYu Watanabe2020-11-271-8/+3
|/ /
* | Merge pull request #17474 from yuwata/network-drop-link-deserialization-logicYu Watanabe2020-11-2712-434/+86
|\ \
| * | network: drop link_load()Yu Watanabe2020-10-281-41/+0
| * | network: do not serialize/deserialize routesYu Watanabe2020-10-283-98/+4
| * | network: do not serialize/deserialize addressesYu Watanabe2020-10-284-69/+0
| * | network: do not serialize/deserialize ipv4ll addressYu Watanabe2020-10-283-82/+11
| * | network: use sysctl_read_ip_property() where applicableYu Watanabe2020-10-281-9/+3
| * | sysctl-util: truncate newline in read valueYu Watanabe2020-10-281-0/+1
| * | network: downgrade log level in dhcp4_configure()Yu Watanabe2020-10-281-44/+39
| * | network: always enable sysctl property promote_secondariesYu Watanabe2020-10-282-55/+9
| * | network: mention that the error will be ignoredYu Watanabe2020-10-281-1/+1
| * | network: drop dhcp4_init()Yu Watanabe2020-10-281-22/+9
| * | network: set previous DHCP4 address in link->addresses_foreignYu Watanabe2020-10-285-33/+29
* | | Merge pull request #17478 from yuwata/split-network-internalYu Watanabe2020-11-2735-851/+869
|\ \ \
| * | | net-condition: introduce struct NetMatchYu Watanabe2020-10-2910-136/+126
| * | | meson: drop libsystemd_network from several binariesYu Watanabe2020-10-296-12/+3
| * | | tree-wide: drop unnecessary inclusion of network-internal.hYu Watanabe2020-10-296-6/+0
| * | | sd-network: move net_get_unique_predictable_data() and net_get_name_persisten()Yu Watanabe2020-10-296-61/+63
| * | | conf-parser: fix indentationYu Watanabe2020-10-291-49/+56
| * | | net-condition: move net_match_config() and related conf parsersYu Watanabe2020-10-2913-442/+458
| * | | sd-network: move link_get_type_string()Yu Watanabe2020-10-295-26/+29