summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | core: drop redundant assignment of UNIT_MERGED in unit_load_fragment()Yu Watanabe2023-08-131-17/+7
* | Merge pull request #28744 from YHNdnzj/battery-check-minor-followupYu Watanabe2023-08-131-3/+2
|\ \
| * | battery-util: log_notice when unsure about battery stateMike Yuan2023-08-131-1/+1
| * | battery-util: don't log duplicate messageMike Yuan2023-08-131-2/+1
* | | Merge pull request #28809 from YHNdnzj/proc-cmdline-true-when-missingYu Watanabe2023-08-139-41/+32
|\ \ \
| * | | reboot-util: cache the result of shall_restore_stateMike Yuan2023-08-134-8/+12
| * | | battery-check: use proc_cmdline_get_boolMike Yuan2023-08-131-19/+2
| * | | fstab-util: make use of PROC_CMDLINE_TRUE_WHEN_MISSINGMike Yuan2023-08-131-5/+4
| * | | proc-cmdline: do assert on flags earlierMike Yuan2023-08-131-4/+4
| * | | proc-cmdline: introduce PROC_CMDLINE_TRUE_WHEN_MISSINGMike Yuan2023-08-133-8/+13
| |/ /
* | | basic: add comment for LFS assert in dirent-util.hSam James2023-08-131-0/+2
* | | test: skip test-path on Salsa CILuca Boccassi2023-08-132-8/+17
|/ /
* | mkosi: disable key check on Fedora Rawhide for nowLuca Boccassi2023-08-121-0/+6
* | test: disable TEST-08-INITRD on ubuntu CIYu Watanabe2023-08-121-0/+0
* | test: fix expected result of systemd-repartYu Watanabe2023-08-121-4/+4
* | meson: drop unnecessary dependency on libidnYu Watanabe2023-08-121-1/+0
* | Merge pull request #28801 from mrc0mmand/initrd-shutdown-testYu Watanabe2023-08-127-40/+144
|\ \
| * | test: introduce TEST-08-INITRDFrantisek Sumsal2023-08-126-34/+138
| * | test: correctly propagate return code from check_result hooksFrantisek Sumsal2023-08-111-4/+4
| * | test: save the console log to a fileFrantisek Sumsal2023-08-111-2/+2
* | | man: kernel-install(8) add uki.conf in FILES & add ukify(1) in SEE ALSORahil Bhimjiani2023-08-121-0/+11
* | | Merge pull request #28784 from yuwata/udev-vs-tmpfiles-take-3Yu Watanabe2023-08-129-11/+87
|\ \ \
| * | | units: introduce systemd-tmpfiles-setup-dev-early.serviceYu Watanabe2023-08-129-3/+100
| * | | Revert "unit: make udev rules really take precedence over tmpfiles"Yu Watanabe2023-08-122-22/+1
* | | | Merge pull request #28799 from bluca/fixletsLuca Boccassi2023-08-123-18/+30
|\ \ \ \
| * | | | core: split manager's process killing on shutdown to separate helperLuca Boccassi2023-08-111-7/+14
| * | | | core: allow to pass EINVAL to unit_add_two_dependencies()Luca Boccassi2023-08-111-7/+12
| * | | | core: copy os-release with COPY_TRUNCATELuca Boccassi2023-08-112-4/+4
* | | | | man: systemd-repart can now create filesystems, update manpageLuca Boccassi2023-08-121-3/+4
| |/ / / |/| | |
* | | | iovec-util: add iovw_isempty() helperLennart Poettering2023-08-113-4/+10
| |_|/ |/| |
* | | man: don't claim BindPaths= file systems would remain "in memory", they are j...Lennart Poettering2023-08-111-3/+3
|/ /
* | Merge pull request #28766 from DaanDeMeyer/repart-copy-fromDaan De Meyer2023-08-113-29/+69
|\ \
| * | repart: Allow specifying --copy-from more than onceDaan De Meyer2023-08-113-25/+62
| * | repart: Allow acquire shared lock on --copy-from files/devicesDaan De Meyer2023-08-111-5/+8
* | | file-io: Fix copying sparse filesMichael A Cassaniti2023-08-112-1/+87
* | | docs: update link to RHEL/CentOS Stream trackerJan Macku2023-08-111-1/+1
* | | test-mountpoint-util: /root might be mountedFranck Bui2023-08-111-5/+8
* | | Merge pull request #28779 from yuwata/iovw-appendYu Watanabe2023-08-113-19/+52
|\ \ \ | |_|/ |/| |
| * | coredump: fix various invalid memory accessYu Watanabe2023-08-101-19/+14
| * | io-util: introduce iovw_append() helper functionYu Watanabe2023-08-102-0/+38
* | | Make ukify the default ifUKI_GENERATOR is unsetcvlc122023-08-101-1/+1
|/ /
* | vconsole-setup: use "@kernel" rather than "kernel" as special string to leave...Lennart Poettering2023-08-103-7/+7
* | Merge pull request #28760 from poettering/coredump-tweaksYu Watanabe2023-08-103-29/+35
|\ \
| * | coredump: let's use FOREACH_ARRAY() at once very obvious placeLennart Poettering2023-08-101-4/+1
| * | coredump: fix error pathLennart Poettering2023-08-101-1/+1
| * | coredump: rename gather_pid_metadata() → gather_pid_metadata_from_procfs()Lennart Poettering2023-08-101-3/+3
| * | coredump: add four assert()sLennart Poettering2023-08-101-0/+6
| * | coredump: use a cleanup handler for destroying iovw objectsLennart Poettering2023-08-102-9/+8
| * | coredump: explicitly document that in order to process a coredump we have to ...Lennart Poettering2023-08-101-12/+16
* | | file-io: let's use offsetof() rather than sizeof() for determining EFI_FILE_I...Lennart Poettering2023-08-101-1/+1