summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* resolved: drop unnecessary {}Zbigniew Jędrzejewski-Szmek2021-03-311-2/+1
* portabled: add --extension parameter for layered images supportLuca Boccassi2021-03-319-132/+823
* gcrypt: do not ignore return valuesLuca Boccassi2021-03-314-9/+21
* rpm: when disabling a unit, do not complain if systemd is not runningZbigniew Jędrzejewski-Szmek2021-03-311-10/+14
* resolved.conf: Add hostnames for default DNS serversJan Janssen2021-03-312-4/+4
* logind: Add new flag for kexec rebootDeepak Rawat2021-03-316-7/+19
* Merge pull request #19109 from poettering/resolved-transaction-log-tweaksZbigniew Jędrzejewski-Szmek2021-03-311-20/+23
|\
| * resolved: use sd_event_add_time_relative() where appropriateLennart Poettering2021-03-261-2/+4
| * resolved: reset initial_jitter_elapsed properlyLennart Poettering2021-03-261-9/+10
| * resolved: mention transaction ID in jitter log messageLennart Poettering2021-03-261-1/+4
| * resolved: use random_u64_range() for randomizing initial transaction jitterLennart Poettering2021-03-261-7/+4
| * resolved: don't mention confusing server switch on server-less protocolsLennart Poettering2021-03-261-1/+1
* | shared: add new IMAGE_VERSION=/IMAGE_ID= field to /etc/os-releaseLennart Poettering2021-03-319-5/+62
* | Merge pull request #19064 from yuwata/resolve-fix-cache-19049Zbigniew Jędrzejewski-Szmek2021-03-315-31/+27
|\ \
| * | resolve: dns_answer_contains() does not return negative errnoYu Watanabe2021-03-233-11/+5
| * | resolve: use dns_answer_size() and dns_answer_isempty()Yu Watanabe2021-03-231-16/+17
| * | resolve: rename function argument in prototype to match its declarationYu Watanabe2021-03-231-1/+1
| * | resolve: drop doubled white spaceYu Watanabe2021-03-231-1/+1
| * | resolve: drop meaningless bitfield specifierYu Watanabe2021-03-231-2/+3
* | | udevd: don't kill worker in manager_kill_workers when it's runninggaoyi2021-03-311-7/+16
* | | Merge pull request #18990 from yuwata/network-dhcpv6-use-domainsZbigniew Jędrzejewski-Szmek2021-03-318-22/+69
|\ \ \
| * | | network: also introduce UseDomains= for [DHCPv6] sectionYu Watanabe2021-03-148-16/+63
| * | | network: use userdata instead data in conf parsersYu Watanabe2021-03-141-6/+6
* | | | Merge pull request #19101 from poettering/mount-util-fixesLennart Poettering2021-03-314-175/+246
|\ \ \ \
| * | | | test: add explicit test for bind_remount_one_with_mountinfo()Lennart Poettering2021-03-261-0/+32
| * | | | test: add test for bind_remount_recursive()Lennart Poettering2021-03-261-0/+65
| * | | | mount-util: generate failure if bind_remount_one_with_mountinfo() is called o...Lennart Poettering2021-03-261-1/+5
| * | | | mount-util: handle remount failures gracefully if flags already matchLennart Poettering2021-03-261-2/+10
| * | | | mount-util: fold what we need from get_mount_flags() bind_remount_one_with_mo...Lennart Poettering2021-03-261-66/+14
| * | | | mount-util: store mount flags in "todo" list in + handle submounts gracefullyLennart Poettering2021-03-261-42/+69
| * | | | mount-util: extend comment a bit, mention that we aren't atomic in behaviourLennart Poettering2021-03-261-1/+3
| * | | | mount-util: shortcut things after generating top-level bind mountLennart Poettering2021-03-261-20/+11
| * | | | mount-util: reorder a few thingsLennart Poettering2021-03-261-21/+22
| * | | | path: drop simplification of path in bind_remount_recursive_with_mountinfo()Lennart Poettering2021-03-261-20/+13
| * | | | mount-until: make sure we'll exit bind_remount_recursive_with_mountinfo() loo...Lennart Poettering2021-03-261-0/+4
| * | | | mountpoint-util: rebreak some commentsLennart Poettering2021-03-262-18/+11
| * | | | mountpoint-util: a symlink is never a mount pointLennart Poettering2021-03-261-1/+5
| * | | | test-namespace: drop spurious double new lineLennart Poettering2021-03-261-1/+0
| | |_|/ | |/| |
* | | | dissect: make the --image= switch of our various tools honour Verity dataLennart Poettering2021-03-311-2/+7
* | | | Merge pull request #18989 from yuwata/ordered-set-put-strdupZbigniew Jędrzejewski-Szmek2021-03-317-82/+62
|\ \ \ \
| * | | | network: use string_hash_ops_freeYu Watanabe2021-03-142-9/+9
| * | | | ordered-set: make ordered_set_put_strdup() allocate OrderedSet objectYu Watanabe2021-03-145-73/+53
| | |/ / | |/| |
* | | | repart: make sure CopyFiles= works with a / suffixed pathLennart Poettering2021-03-311-5/+9
* | | | machine-id-setup: support --image= modeLennart Poettering2021-03-312-7/+55
* | | | Merge pull request #18971 from poettering/sysusers-credsLennart Poettering2021-03-3133-88/+492
|\ \ \ \
| * | | | update TODOLennart Poettering2021-03-261-5/+0
| * | | | ask-password: when querying for a password, try to read from credential store...Lennart Poettering2021-03-2614-37/+93
| * | | | man: document in nspawn docs how to make use of the new firstboot/sysusers fe...Lennart Poettering2021-03-261-1/+25
| * | | | firstboot: allow provisioning of firstboot params via creds tooLennart Poettering2021-03-263-1/+136
| * | | | firstboot: slightly reorder variable declarationLennart Poettering2021-03-261-1/+1