summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* various: treat BUS_ERROR_NO_SUCH_UNIT the same as SD_BUS_ERROR_SERVICE_UNKNOWNZbigniew Jędrzejewski-Szmek2020-08-245-12/+16
* sd-bus: add a variant of sd_bus_error_has_name() that takes multiple namesZbigniew Jędrzejewski-Szmek2020-08-244-3/+31
* Merge pull request #16804 from keszybz/conditionals-and-spelling-fixesLennart Poettering2020-08-2115-20/+58
|\
| * tree-wide: fix spelling of "fallback"Zbigniew Jędrzejewski-Szmek2020-08-2013-20/+21
| * test-string-util: add a test for strjoin()Zbigniew Jędrzejewski-Szmek2020-08-201-0/+33
| * test-acl-util: output more debug infoZbigniew Jędrzejewski-Szmek2020-08-201-0/+4
* | Request seccomp logging if SYSTEMD_LOG_SECCOMP environment variable is set.Steve Dodd2020-08-211-0/+9
* | Merge pull request #16686 from bluca/mount_images_optsZbigniew Jędrzejewski-Szmek2020-08-219-161/+402
|\ \
| * | core: add mount options support for MountImagesLuca Boccassi2020-08-207-86/+345
| * | core: change RootImageOptions to use names instead of partition numbersLuca Boccassi2020-08-206-45/+49
| * | core: use strv_split_colon_pairs when parsing RootImageOptionsLuca Boccassi2020-08-202-51/+31
| * | core: cleanup unused variablesLuca Boccassi2020-08-202-2/+0
* | | seccomp: add support for riscv64Aurelien Jarno2020-08-213-4/+32
* | | Merge pull request #16803 from poettering/analyze-condition-reworkZbigniew Jędrzejewski-Szmek2020-08-208-193/+52
|\ \ \
| * | | core: remove support for ConditionNull=Lennart Poettering2020-08-208-111/+11
| * | | core: add missing conditions/asserts to unit file parsingLennart Poettering2020-08-201-8/+16
| * | | analyze: rework condition testingLennart Poettering2020-08-201-77/+28
* | | | mount-util: tweak how we find inaccessible device nodesLennart Poettering2020-08-201-4/+18
| |_|/ |/| |
* | | Merge pull request #16543 from poettering/nspawn-run-hostLennart Poettering2020-08-209-49/+80
|\ \ \ | |_|/ |/| |
| * | core: create per-user inaccessible node from the service managerLennart Poettering2020-08-202-6/+18
| * | nspawn: provide $container and $container_uuid in /run/host tooLennart Poettering2020-08-202-0/+18
| * | nspawn,pid1: pass "inaccessible" nodes from cntr mgr to pid1 payload via /run...Lennart Poettering2020-08-206-23/+33
| * | nspawn: move $NOTIFY_SOCKET into /run/host/ tooLennart Poettering2020-08-201-8/+6
| * | nspawn/machine: move mount propagation dir to /run/host/incomingLennart Poettering2020-08-202-16/+9
* | | sd-bus: fix error handling on readv()Lennart Poettering2020-08-201-4/+8
| |/ |/|
* | Merge pull request #16221 from bluca/show_microsecLennart Poettering2020-08-2011-59/+119
|\ \
| * | systemctl: add --timestamp to change timestamp print formatLuca Boccassi2020-08-191-11/+32
| * | basic/time-util: add function to format timestamps with different stylesLuca Boccassi2020-08-1910-48/+87
* | | user-runtime-dir: deal gracefully with missing logind propertiesLennart Poettering2020-08-201-5/+10
* | | Merge pull request #16559 from benzea/benzea/memory-recursiveprotZbigniew Jędrzejewski-Szmek2020-08-201-0/+2
|\ \ \
| * | | mount-setup: Enable memory_recursiveprot for cgroup2Benjamin Berg2020-08-191-0/+2
* | | | Merge pull request #16677 from poettering/statx-mntidZbigniew Jędrzejewski-Szmek2020-08-203-46/+106
|\ \ \ \
| * | | | mountpoint-util: use new kernel 5.8 statx() API for determining mount pointsLennart Poettering2020-08-192-19/+37
| * | | | mountpoint-util: use new kernel 5.8 statx() API for determining mnt_idLennart Poettering2020-08-193-25/+62
| * | | | mountpoint-util: minor modernizationsLennart Poettering2020-08-191-2/+7
* | | | | Merge pull request #16782 from keszybz/seccomp-use-cleanupZbigniew Jędrzejewski-Szmek2020-08-202-17/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | shared/seccomp: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek2020-08-192-11/+7
| * | | | shared/seccomp: do not use ifdef guards around textual syscall namesZbigniew Jędrzejewski-Szmek2020-08-191-6/+2
* | | | | Merge pull request #16790 from poettering/core-if-block-mergeZbigniew Jędrzejewski-Szmek2020-08-202-21/+15
|\ \ \ \ \
| * | | | | mount-setup: drop pointless zero initializationLennart Poettering2020-08-191-1/+1
| * | | | | core: merge a few if blocksLennart Poettering2020-08-191-20/+14
| | |_|_|/ | |/| | |
* | | | | basic/virt: treat "pouch" as a container type (id: pouch)Wen Yang2020-08-202-0/+3
* | | | | Merge pull request #16792 from poettering/machine-id-chrootAnita Zhang2020-08-201-1/+1
|\ \ \ \ \
| * | | | | machine-id-setup: don't use KVM or container manager supplied uuid if in chro...Lennart Poettering2020-08-191-1/+1
| |/ / / /
* / / / / path-lookup: path_join() all the things!Lennart Poettering2020-08-191-5/+5
|/ / / /
* | | | homed: default to "btrfs" as fs type in the LUKS backendLennart Poettering2020-08-193-3/+3
* | | | Merge pull request #16771 from poettering/dyn-pwqLennart Poettering2020-08-1911-202/+350
|\ \ \ \
| * | | | firstboot: hook up with libpwqualityLennart Poettering2020-08-193-0/+50
| * | | | home: make libpwquality dep a runtime dlopen() oneLennart Poettering2020-08-1910-202/+300
| | |/ / | |/| |
* | | | Merge pull request #16762 from poettering/homed-fixletsZbigniew Jędrzejewski-Szmek2020-08-192-2/+24
|\ \ \ \ | |_|_|/ |/| | |