summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add LICENSES/README.md explaining the license situationLuca Boccassi2021-10-013-7/+63
* man: add licenses to all files that lack oneLuca Boccassi2021-10-0124-0/+41
* tree-wide: fix SPDX short identifier for LGPL-2.1-or-laterLuca Boccassi2021-10-0119-19/+19
* Merge pull request #20907 from keszybz/licensing-cleanupLuca Boccassi2021-10-0199-31/+140
|\
| * xorg/50-systemd-user: add a full license headerZbigniew Jędrzejewski-Szmek2021-10-011-0/+8
| * licensing: add forgotten spdx headersZbigniew Jędrzejewski-Szmek2021-10-0118-1/+22
| * licensing: add missing header to one .network fileZbigniew Jędrzejewski-Szmek2021-10-011-0/+9
| * licensing: add spdx header to chromiumos helper, move license fileZbigniew Jędrzejewski-Szmek2021-10-012-1/+2
| * licensing: add spdx to our .cocci filesZbigniew Jędrzejewski-Szmek2021-10-0152-1/+54
| * licensing: add header to POTFILES.inZbigniew Jędrzejewski-Szmek2021-10-011-0/+2
| * licensing: add missing license headers on translation filesZbigniew Jędrzejewski-Szmek2021-10-019-22/+18
| * ci: use LGPLv2+ for all our ci configurationZbigniew Jędrzejewski-Szmek2021-10-0113-0/+14
| * github: use the same headers on yaml filesZbigniew Jędrzejewski-Szmek2021-10-013-4/+9
| * licensing: say that our github docs are LGPLv2.1+Zbigniew Jędrzejewski-Szmek2021-10-012-2/+2
* | mount-util: fix fd_is_mount_point() when both the parent and directory are ne...Franck Bui2021-10-011-27/+41
|/
* Merge pull request #20894 from andir/editorconfigZbigniew Jędrzejewski-Szmek2021-10-011-0/+2
|\
| * editorconfig: set maximum line length to 109 for man/*.xml filesAndreas Rammhold2021-09-301-0/+1
| * editorconfig: enforce maximum line length in .c and .h filesAndreas Rammhold2021-09-301-0/+1
* | reduce the fuzz values in evdev hwdb for Asus UX362FALukas Senionis2021-10-011-4/+4
* | Merge pull request #20777 from benzea/benzea/fix-seccomp-filterYu Watanabe2021-10-016-9/+100
|\ \
| * | test: use a less restrictive portable profile when running w/ sanitizersFrantisek Sumsal2021-09-301-9/+16
| * | test: Add failing/non-failing syscall filter test setting architectureBenjamin Berg2021-09-303-0/+19
| * | test: Check that "native" architecture is always filteredBenjamin Berg2021-09-301-0/+61
| * | seccomp: Always install filters for native architectureBenjamin Berg2021-09-301-0/+4
* | | networkd-test: fix resolved_domain_restricted_dnsMichael Biebl2021-10-011-5/+5
* | | Merge pull request #20884 from mrc0mmand/to-shellcheck-or-not-to-shellcheckLuca Boccassi2021-09-3030-188/+232
|\ \ \ | |/ / |/| |
| * | ci: introduce Super-Linter for shell scriptsFrantisek Sumsal2021-09-301-0/+38
| * | tools: shellcheck-ify tool scriptsFrantisek Sumsal2021-09-305-43/+50
| * | test: shellcheck-ify test scriptsFrantisek Sumsal2021-09-3019-84/+103
| * | test: drop an unused fileFrantisek Sumsal2021-09-301-27/+0
| * | ci: shellcheck-ify CI scriptsFrantisek Sumsal2021-09-294-34/+41
* | | docs: Fixing typo in systemd.device man page and README.alexlzhu2021-09-292-2/+2
* | | Merge pull request #20876 from poettering/openssl3-credsYu Watanabe2021-09-304-14/+15
|\ \ \ | |/ / |/| |
| * | Revert "ci: temporarily set -Wno-deprecated-declarations in Packit"Lennart Poettering2021-09-291-3/+0
| * | openssl-util: use EVP API to get RSA bitsLennart Poettering2021-09-291-6/+1
| * | creds-util: switch to OpenSSL 3.0 APIsLennart Poettering2021-09-292-5/+14
* | | Merge pull request #20883 from bluca/bpf_header_licenseLuca Boccassi2021-09-292-1/+2
|\ \ \
| * | | docs: mention that contributed code must be compatible with GPL-2.0-or-later ...Luca Boccassi2021-09-291-0/+1
| * | | headers: update bpf_insn.h to dual licenseLuca Boccassi2021-09-291-1/+1
* | | | Merge pull request #20219 from khfeng/use-intel-hid-rfkillLennart Poettering2021-09-292-6/+5
|\ \ \ \ | |/ / / |/| | |
| * | | NEWS: Note Intel HID rfkill mask is removedKai-Heng Feng2021-08-111-0/+5
| * | | hwdb: Remove intel-hid rfkill maskKai-Heng Feng2021-08-111-6/+0
* | | | core/mount: add implicit unit dependencies even if when mount unit is generat...Yu Watanabe2021-09-291-0/+4
* | | | Merge pull request #20824 from yuwata/sd-dhcp6-client-cleanupsYu Watanabe2021-09-307-533/+553
|\ \ \ \
| * | | | sd-dhcp6-client: rename dhcp6_lease_set_dns() -> dhcp6_lease_add_dns()Yu Watanabe2021-09-294-5/+4
| * | | | sd-dhcp6-client: do not merge NTP and SNTP optionsYu Watanabe2021-09-294-15/+20
| * | | | sd-dhcp6-client: support multiple NTP server optionsYu Watanabe2021-09-293-9/+11
| * | | | sd-dhcp6-client: support multiple domainsYu Watanabe2021-09-294-9/+6
| * | | | sd-dhcp6-client: make dhcp6_lease_free() accepts NULLYu Watanabe2021-09-291-6/+4
| * | | | sd-dhcp6-client: drop domains_count and ntp_fqdn_countYu Watanabe2021-09-295-51/+39