summaryrefslogtreecommitdiffstats
path: root/src/systemctl (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-18util: move several DNS related definitions to src/basic/dns-def.hYu Watanabe4-16/+20
2021-01-18util: move unit-file.[ch] to src/basicYu Watanabe4-2/+2
2021-01-18util: move parse_syscall_and_errno() to seccomp-util.cYu Watanabe4-46/+40
2021-01-18fuzzers: move several fuzzersYu Watanabe31-32/+23
2021-01-18meson: fix indentationYu Watanabe4-11/+9
2021-01-18meson: make the second and third elements of tests or fuzzers optionalYu Watanabe15-560/+225
2021-01-18test: move test-umount.c to src/shutdownYu Watanabe3-6/+8
2021-01-18core: move several source files to src/sharedYu Watanabe12-33/+14
2021-01-18test: rewrite test-sd-device-thread.c to depend only on libsystemdYu Watanabe3-23/+51
2021-01-18test: move tests for libudev into src/libudevYu Watanabe3-6/+4
2021-01-18time-wait-sync: move time-wait-sync.c -> src/timesync/wait-sync.cYu Watanabe3-3/+1
2021-01-18xdg: move tests for xdg-autostart-generatorYu Watanabe4-2/+2
2021-01-18meson.build: drop unused variableYu Watanabe1-2/+0
2021-01-18test: move test-systemd-tmpfiles.py from src/test to testYu Watanabe3-4/+4
2021-01-18login: move src/login/logind-acl.[ch] -> src/shared/devnode-acl.[ch]Yu Watanabe7-13/+9
2021-01-18tmpfiles: move offline-passwd.[ch] to src/tmpfilesYu Watanabe5-10/+11
2021-01-18sd-journal: move source files for sd-journal to src/libsystemd/sd-journalYu Watanabe46-92/+83
2021-01-18resolved: fix use-after-free with queries hitting the cacheZbigniew Jędrzejewski-Szmek2-8/+22
2021-01-18update TODOLennart Poettering1-0/+16
2021-01-18test: run strace with -f and copy log outLuca Boccassi1-1/+7
2021-01-18test: skip missing optional libraries in image installLuca Boccassi1-8/+19
2021-01-18core: add DBUS method to bind mount new nodes without service restartLuca Boccassi29-40/+415
2021-01-18MountAPIVFS: always mount a tmpfs on /runLuca Boccassi3-5/+35
2021-01-18machine: use file descriptor when chasing bind mount sourcesLuca Boccassi1-8/+9
2021-01-18machine: enter target PID namespace when adding a live mountLuca Boccassi3-3/+31
2021-01-18shared/mount-util: use namespace_fork utilsLuca Boccassi1-16/+24
2021-01-18machine: adjust error message to use 'normalized' instead of ../Luca Boccassi1-2/+2
2021-01-18machine/basic: factor out helper function to add airlocked mount to namespaceLuca Boccassi3-206/+227
2021-01-18hwdb: Add Logitech MX 518 Legendary mousemoson-mo1-0/+4
2021-01-18network: address-pool: also check conflicts with foreign addressesYu Watanabe1-0/+9
2021-01-17hwdb: Add NEWYES 10" LCD writing tablet (#18274)Jonathan McDowell1-0/+9
2021-01-17core: add logs when credential value is duplicatedYu Watanabe1-2/+5
2021-01-17core: make config_parse_documentation() explicitly return 0 on successYu Watanabe1-11/+12
2021-01-17core: add missing log_oom()Yu Watanabe1-2/+2
2021-01-17core: do not fail when an invalid cpu affinity is specifiedYu Watanabe1-11/+12
2021-01-17systemctl: use right type 'size_t' for counting memoryLennart Poettering1-1/+1
2021-01-17network: tc use TAKE_PTRSusant Sahani6-16/+16
2021-01-17udevadm-monitor: use TAKE_PTRSusant Sahani1-1/+2
2021-01-17udevadm-monitor: Use hashmap_ensure_putSusant Sahani1-5/+1
2021-01-17udev-rules: Use hashmap_ensure_putSusant Sahani1-10/+2
2021-01-17resolved-dnssd: Use TAKE_PTRSusant Sahani1-2/+2
2021-01-17resolved-dnssd: Use hashmap_ensure_putSusant Sahani1-5/+1
2021-01-17resolved-dns-packet: Use TAKE_PTRSusant Sahani1-1/+1
2021-01-17resolved-dns-packet: Use hashmap_ensure_putSusant Sahani1-5/+1
2021-01-17resolved-bus: Use hashmap_ensure_putSusant Sahani1-5/+1
2021-01-17journal-remote: use hashmap_ensure_putSusant Sahani1-4/+2
2021-01-17core: load fragment - use hashmap_ensure_putSusant Sahani1-5/+3
2021-01-17core: job - use hashmap_ensure_putSusant Sahani1-5/+1
2021-01-17basic: drop unused moduleYu Watanabe1-1/+0
2021-01-17network: Use ordered_hashmap_ensure_put (#18233)Susant Sahani8-46/+19