summaryrefslogtreecommitdiffstats
path: root/meson.build (unfollow)
Commit message (Collapse)AuthorFilesLines
14 hourssystemctl: skip checking inhibitors when dbus.service is not runningYu Watanabe1-0/+3
Fixes a bug introduced by 804874d26ac73e0af07c4c5d7165c95372f03f6d. Fixes #35416.
48 hoursmkosi: move setting for journald to mkosi.extraYu Watanabe2-11/+8
48 hoursmkosi: extend DefaultTimeoutStopSec= when running on sanitizersYu Watanabe2-2/+6
Hopefully fixes #35335.
2 daysmkosi: install correct package for mypyMatteo Croce5-1/+4
Package "mypy" doesn't exist on all distro, install the correct package depending on the distro.
2 daysmeson: install README.logs independently of HAVE_SYSV_COMPATZbigniew Jędrzejewski-Szmek1-1/+1
That file provides compatiblity (or more precisely the explanation for the lack of compatibility) with syslog daemons. Those are used quite independently of sysvinit. For example, RHEL uses rsyslog with systemd. We create /var/log/journal, so it's no biggie to also provide /var/log/README with the explanation. Let's keep it, since it might help some confused users, even when compat with sysvinit is gone.
2 daysRevert "link README.logs from tmpfiles.d/legacy.conf only if available"Zbigniew Jędrzejewski-Szmek1-2/+1
This reverts commit c946b1357562e8643575dbbda2c8c6fff2c0e4f7. The next patch will resolve the issue in a different way.
2 dayspo: Translated using Weblate (Georgian)Temuri Doghonadze1-3/+2
Currently translated at 100.0% (257 of 257 strings) Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com> Translate-URL: https://translate.fedoraproject.org/projects/systemd/main/ka/ Translation: systemd/main
2 dayspo: Translated using Weblate (Ukrainian)Yuri Chornoivan1-3/+2
Currently translated at 100.0% (257 of 257 strings) Co-authored-by: Yuri Chornoivan <yurchor@ukr.net> Translate-URL: https://translate.fedoraproject.org/projects/systemd/main/uk/ Translation: systemd/main
2 dayspo: Translated using Weblate (Turkish)Oğuz Ersen1-3/+2
Currently translated at 100.0% (257 of 257 strings) Co-authored-by: Oğuz Ersen <oguz@ersen.moe> Translate-URL: https://translate.fedoraproject.org/projects/systemd/main/tr/ Translation: systemd/main
2 dayspo: Translated using Weblate (Swedish)Luna Jernberg1-3/+2
Currently translated at 100.0% (257 of 257 strings) Co-authored-by: Luna Jernberg <bittin@reimu.nl> Translate-URL: https://translate.fedoraproject.org/projects/systemd/main/sv/ Translation: systemd/main
2 dayspo: Translated using Weblate (Korean)김인수1-3/+2
Currently translated at 100.0% (257 of 257 strings) Co-authored-by: 김인수 <simmon@nplob.com> Translate-URL: https://translate.fedoraproject.org/projects/systemd/main/ko/ Translation: systemd/main
2 dayspo: Translated using Weblate (Indonesian)Andika Triwidada1-4/+3
Currently translated at 100.0% (257 of 257 strings) Co-authored-by: Andika Triwidada <andika@gmail.com> Translate-URL: https://translate.fedoraproject.org/projects/systemd/main/id/ Translation: systemd/main
2 dayspo: Translated using Weblate (French)Léane GRASSER1-3/+2
Currently translated at 100.0% (257 of 257 strings) Co-authored-by: Léane GRASSER <leane.grasser@proton.me> Translate-URL: https://translate.fedoraproject.org/projects/systemd/main/fr/ Translation: systemd/main
3 daysmkosi: Simplify sanitizer setupDaan De Meyer3-25/+20
Let's get rid of 20-sanitizers.conf and just move it into mkosi.sanitizers instead.
3 daysTypo fix in man/systemd.resource-controlSuhailAhmedVelorum1-1/+1
3 daysexecute: free syscall_log hashmap when doneDavid Tardon1-0/+1
Fixes #35394
3 dayscatalog: update Polish translationPiotr Drąg1-0/+40
Includes changes up to e1f9d3c84b66d1b86adaae4c7aebf89514685d51
3 dayspo: Translated using Weblate (Polish)Piotr Drąg1-2/+1
Currently translated at 100.0% (257 of 257 strings) Co-authored-by: Piotr Drąg <piotrdrag@gmail.com> Translate-URL: https://translate.fedoraproject.org/projects/systemd/main/pl/ Translation: systemd/main
3 dayspo: update translationsYu Watanabe41-82/+96
3 dayspo: update Japanese translationYu Watanabe1-2/+2
3 dayssysupdate: add missing full stop to the polkit messageYu Watanabe1-1/+1
Follow-up for e55e7a5a613712dc9a94d40a1fea1f02d359961f.
4 daysmeson: update versionv257-rc3Luca Boccassi1-1/+1
4 daysNEWS: update dateLuca Boccassi1-1/+1
4 daysnetwork/queue: do not increase reference counter when remove request is not ↵Yu Watanabe2-3/+3
queued Fixes a bug introduced by ef45f5c8d0bfbeda2a57b28bba9831f044b23b21. Fixes #35164.
4 daysnsresourced: log about correct errno in userns_destroy_cgroup()Mike Yuan1-3/+3
4 dayscgroup-util: use RET_NERRNO where appropriateMike Yuan1-5/+1
4 daysTEST-67-INTEGRITY: blkid should not provide the underlying loopback block deviceYu Watanabe1-8/+10
Fixes #35363.
4 daysTEST-67-INTEGRITY: modernize test codeYu Watanabe1-84/+85
- make udevd generate debugging logs for loopback and DM devices, - insert 'udevadm wait' at several places to make the device processed by udevd, - cleanup generated integritysetup service before moving to next algorithm, - drop unnecessary exit on command failure, - also test data splitting mode for all algorithms.
4 daysnspawn: make sure --private-users-ownership=no and =off work the same wayLennart Poettering1-1/+2
We usually want to use "extended booleans" for cases like this, i.e. that "off", "no" and "0" can be used interchangably for turning something off.
4 dayssysext: coding style fixes & fix a memory leakLennart Poettering1-24/+29
Follow-up for: bbec1c87d3bf8d14eeb1ee3b4df973a53cca2e58
4 dayspo: update translationsLuca Boccassi1-3/+3
ninja -C build systemd-update-po
4 dayshwdb: updateLuca Boccassi7-348/+2945
ninja -C build update-hwdb
4 daysNEWS: update contributors listLuca Boccassi1-27/+31
4 daysservice: don't second guess invocation mode againLennart Poettering1-1/+1
let's just check the debug invocation boolean, and not recheck the restart mode again. It's mostly redundant (because the boolean should not have been become true if the restart mode was not set accordingly). Moreover, i think we might want to eventually allow a manual way to enable debug invocation mode, and hence this pointless checking would become a problem. Also, we never check the restart mode again in other cases, hence we shouldn't here either.
4 daysnspawn: improve error message when we cannot look into a container tree due ↵Lennart Poettering1-3/+6
to perms
4 daystests: fix access mode of root inode of throw-away container imagesLennart Poettering1-0/+1
Otherwise the root inode will typically have what mkdtemp sets up, which is something like 0700, which is weird and somewhat broken when trying to look into containers from unpriv users.
4 daysnspawn: don't try to unregister a machine we never registeredLennart Poettering1-1/+1
When registering we condition this on "arg_register". Let's do the same when unregistering, otherwise we might end up trying to unregister a machine we never registered.
4 daysshared/bootspec: mark _to_string funcs as _const_Mike Yuan1-5/+4
Addresses https://github.com/systemd/systemd/pull/34959#discussion_r1860451777
4 daysshared/bootspec: use FOREACH_ELEMENT where appropriate, avoid unneeded memzero()Mike Yuan1-8/+8
4 daysshared/bootspec: move boot_entry_addons_done() up, drop separate prototypeMike Yuan1-12/+10
Follow-up for e2501a851e10f5279862b2bccbdd9184572cce6a
4 daysbasic/fileio: minor coding style cleanupMike Yuan2-7/+6
Follow-up for bbec1c87d3bf8d14eeb1ee3b4df973a53cca2e58
4 daysman: split systemd.conf(5) into multiple sectionsLennart Poettering1-217/+244
No changes in wording, let's just make a very long man page a bit more digestable by adding sections, and then reordering settings to fit into them.
4 daysUpdate TODOLennart Poettering1-0/+3
5 daysbootspec: Look at /loader/addons in XBOOTLDRAdrian Vovk4-30/+77
The bootspec util-lib's handling of global addons didn't previously match the behavior of sd-stub, and this commit corrects that. First, bootspec didn't load global addons from the XBOOTLDR dir, but the stub does. So, bootspec now enumerates addons in XBOOTLDR, not just ESP Second, the stub only loads resources (including addons) from the partition that it was found on. Thus, we must keep track of which partition the global addons come from, and which partition each boot entry comes from. In other words: global addons found on the ESP will NOT apply to UKIs found in XBOOTLDR, and bootspec now reflects that.
5 daysbootspec: Fixup loading of local addons for UKIsAdrian Vovk1-5/+7
Follow-up for 59b3df9
5 daysbootspec: Fixup memory leakAdrian Vovk2-4/+5
This would previously leak memory: the array was deleted but contents inside of the array were not
5 dayssd-stub: Fixup typo & measurement orderAdrian Vovk1-2/+2
A previous commit accidentally reversed the measurement order of the confext initrds and sysext initrds via a minor typo. This commit fixes the typo and restores the original measurement order Follow-up: ac32323
5 dayssysext: set SELinux context for hierarchies and workdirgerblesh4-18/+75
5 daysman: several more assorted fixesYu Watanabe5-7/+15
Continuation of 4ebbb5bfe88ac3d793c395472648660c33251546. Closes #35307.
5 dayssd-varlink: fix bug when enqueuing messages with fds asynchronouslyLennart Poettering1-1/+2
When determining the poll events to wait for we need to take the queue of pending messages that carry fds into account. Otherwise we might end up not waking up if such an fd-carrying message is enqueued asynchronously (i.e. not from a dispatch callback).