summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* missing-syscalls: add license header in the version-controlled generated fileZbigniew Jędrzejewski-Szmek2021-01-272-2/+8
* udev.pc: add license headerZbigniew Jędrzejewski-Szmek2021-01-271-0/+9
* sysv-install.skeleton: use CC0 as the licenseZbigniew Jędrzejewski-Szmek2021-01-271-0/+2
* generate-dns_type-gperf: modernize python syntaxZbigniew Jędrzejewski-Szmek2021-01-271-6/+5
* generate-sys-test: modernize Python and C codeZbigniew Jędrzejewski-Szmek2021-01-271-4/+3
* Drop obsolete vimrc fileZbigniew Jędrzejewski-Szmek2021-01-271-4/+0
* meson: rename target to update-hwdb-autosuspendZbigniew Jędrzejewski-Szmek2021-01-273-3/+3
* meson: rename target to update-hwdbZbigniew Jędrzejewski-Szmek2021-01-274-4/+4
* meson: rename target to update-man-rulesZbigniew Jędrzejewski-Szmek2021-01-277-16/+14
* meson: rename target to update-dbus-docsZbigniew Jędrzejewski-Szmek2021-01-274-21/+21
* Merge pull request #18340 from ddstreet/integration-tests-no-buildZbigniew Jędrzejewski-Szmek2021-01-276-47/+144
|\
| * test/TEST-01-BASIC: also install testsuite.targetDan Streetman2021-01-261-2/+3
| * test/run-integration-tests.sh: adjust arg processingDan Streetman2021-01-261-28/+54
| * test: allow run-integration-tests.sh to run without buildDan Streetman2021-01-262-1/+17
| * test/test-functions: allow installing systemd files from local systemDan Streetman2021-01-261-3/+43
| * test: find $BUILD_DIR in test-functions, remove from other scriptsDan Streetman2021-01-265-12/+14
| * test/test-functions: add variables for several dir locationsDan Streetman2021-01-261-1/+13
| * test/test-functions: move var assignmentDan Streetman2021-01-261-5/+5
| * test: remove unused 'basedir' var from integration test makefilesDan Streetman2021-01-262-3/+3
* | treewide: tighten variable scope in loops (#18372)Susant Sahani2021-01-2730-127/+74
* | Merge pull request #18380 from yuwata/test-network-ipv6-proxy-ndpYu Watanabe2021-01-273-2/+38
|\ \
| * | network: drop unnecessary condition in error pathYu Watanabe2021-01-261-1/+1
| * | network: drop wrong flag for neighbor entryYu Watanabe2021-01-261-1/+1
| * | test-network: add tests for IPv6ProxyNDPAddress=Yu Watanabe2021-01-262-0/+36
| |/
* | Merge pull request #18384 from poettering/mangle-os-fixLuca Boccassi2021-01-261-5/+24
|\ \
| * | import-common: when mangling OS trees, propagate ownership/mode from subdir t...Lennart Poettering2021-01-261-3/+22
| * | import-common: fix log message stringLennart Poettering2021-01-261-2/+2
| |/
* | test-network: retry several times if expected LLDP info is not obtainedYu Watanabe2021-01-261-4/+10
* | Merge pull request #18377 from yuwata/sd-device-cleanupsLennart Poettering2021-01-262-35/+32
|\ \
| * | sd-device: use size_t for index in the loopYu Watanabe2021-01-261-3/+2
| * | sd-device: use string_hash_ops_free_freeYu Watanabe2021-01-261-15/+13
| * | sd-device: add a short comment why we simply return negative errno here on fa...Yu Watanabe2021-01-261-0/+1
| * | sd-device: rename variables and use TAKE_PTR()Yu Watanabe2021-01-261-14/+13
| * | sd-device: use string_hash_ops_free_freeYu Watanabe2021-01-261-3/+3
* | | Merge pull request #18382 from yuwata/fix-downgrade-to-boolLennart Poettering2021-01-262-6/+5
|\ \ \ | |_|/ |/| |
| * | sd-device: do not use downgrade-to-bool featureYu Watanabe2021-01-261-4/+3
| * | sd-netlink: fix indentationYu Watanabe2021-01-261-1/+1
| * | sd-netlink: do not use downgrade-to-bool featureYu Watanabe2021-01-261-1/+1
|/ /
* / docs/ENVIRONMENT: move entry for systemd-udevdYu Watanabe2021-01-261-12/+12
|/
* sysusers: flush nscd's caches whenever /etc/{passwd,group} are modifiedFranck Bui2021-01-261-0/+7
* Merge pull request #18374 from mrc0mmand/assorted-ci-tweaksFrantisek Sumsal2021-01-255-8/+9
|\
| * ci: use the recommended meson syntaxFrantisek Sumsal2021-01-251-3/+4
| * ci: drop an unnecessary sudoFrantisek Sumsal2021-01-251-1/+1
| * ci: make the script names a bit more consistentFrantisek Sumsal2021-01-255-4/+4
|/
* Merge pull request #18371 from yuwata/use-ansi-normalYu Watanabe2021-01-254-27/+16
|\
| * cgtop: use ansi_normal() or friends instead of ANSI_NORMALYu Watanabe2021-01-251-7/+5
| * logs-show: simplify codeYu Watanabe2021-01-251-12/+3
| * terminal-util: use ansi_normal() or friends instead of ANSI_NORMALYu Watanabe2021-01-251-7/+7
| * log: use ansi_normal() instead of ANSI_NORMALYu Watanabe2021-01-251-1/+1
* | Merge pull request #18281 from yuwata/log-drop-log-realmYu Watanabe2021-01-2513-150/+69
|\ \