summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* networkd: implement Type=notify-reload protocolLennart Poettering2023-01-104-19/+46
* pid1: make sure we send our calling service manager RELOADING=1 when reloadingLennart Poettering2023-01-103-0/+23
* pid1: add new Type=notify-reload service typeLennart Poettering2023-01-107-76/+183
* manager: add one more assert()Lennart Poettering2023-01-101-0/+2
* Merge pull request #26003 from keszybz/efi-ifdefsLennart Poettering2023-01-108-17/+17
|\
| * meson: use 0|1 for SD_BOOTZbigniew Jędrzejewski-Szmek2023-01-108-17/+17
| * fundamental: fix compile check for explicit_bzeroZbigniew Jędrzejewski-Szmek2023-01-101-1/+1
* | bootctl: honor $KERNEL_INSTALL_CONF_ROOTLudwig Nussel2023-01-104-9/+26
* | core: add OpenFile settingRichard Phibel2023-01-1016-6/+767
* | shutdown: don't close pipe fds.Lennart Poettering2023-01-101-2/+2
* | Merge pull request #24939 from msizanoen1/journal-realtime-enforce-consistencyDaan De Meyer2023-01-104-2/+14
|\ \ | |/ |/|
| * journal: handle clock rollback error in managed_journal_file_open_reliablymsizanoen12023-01-091-1/+2
| * test-journal-flush: don't fail on -EREMCHGmsizanoen12023-01-091-1/+2
| * journal: enforce strict consistency for realtime timestamps on writemsizanoen12023-01-092-0/+10
* | kernel-install: refactor some variablesLudwig Nussel2023-01-101-10/+12
* | shutdown: propagate the original errnoYu Watanabe2023-01-101-1/+1
* | Merge pull request #25980 from yuwata/udev-fail-to-rename-netifLennart Poettering2023-01-105-94/+173
|\ \
| * | core/device: ignore failed ueventsYu Watanabe2023-01-101-0/+19
| * | core/device: downgrade log level for ignored errorsYu Watanabe2023-01-101-2/+2
| * | sd-device: introduce device_get_property_int()Yu Watanabe2023-01-102-0/+21
| * | udev: restore syspath and properties on failureYu Watanabe2023-01-101-29/+64
| * | udev: move device_rename() from device-private.cYu Watanabe2023-01-093-46/+46
| * | sd-device: do not directly access entry in sd-device objectYu Watanabe2023-01-091-5/+9
| * | sd-device: make device_set_syspath() clear sysname and sysnumYu Watanabe2023-01-092-4/+4
| * | udev: align tableYu Watanabe2023-01-091-17/+17
* | | shutdown: propagate mount() failures from child to parentLennart Poettering2023-01-093-12/+59
* | | Merge pull request #25982 from mrc0mmand/curl-schemeLennart Poettering2023-01-092-5/+9
|\ \ \
| * | | import: use CURLOPT_PROTOCOLS_STR with libcurl >= 7.85.0Frantisek Sumsal2023-01-091-0/+4
| * | | import: use CURLINFO_SCHEME instead of CURLINFO_PROTOCOLFrantisek Sumsal2023-01-091-5/+5
| |/ /
* | | boot: Simplify object erasureJan Janssen2023-01-097-62/+51
* | | Merge pull request #25979 from yuwata/coverity-fixesLennart Poettering2023-01-092-11/+12
|\ \ \
| * | | bootctl: 'tmp' is always non-NULLYu Watanabe2023-01-091-2/+2
| * | | bootctl: fix indentationYu Watanabe2023-01-091-1/+1
| * | | tmpfile: make failure in path_extract_filename() non-criticalYu Watanabe2023-01-091-6/+6
| * | | tmpfile: fix resource leakYu Watanabe2023-01-091-2/+3
| |/ /
* | | boot: Remove option TPM PCR compat optionJan Janssen2023-01-096-91/+40
|/ /
* | alloc-util: Disallow inlining of expand_to_usableSiddhesh Poyarekar2023-01-082-3/+5
* | Merge pull request #25915 from poettering/arm-timer-relLuca Boccassi2023-01-072-12/+15
|\ \
| * | pid1: rework service_arm_timer() to optionally take a relative time valueLennart Poettering2023-01-061-12/+12
| * | sd-event: don't mistake USEC_INFINITY passed in for overflowLennart Poettering2023-01-061-0/+3
* | | load-fragment: config_parse_emergency_action() doesn't ever get a Manager poi...Lennart Poettering2023-01-062-6/+7
* | | load-fragment: remove EmergencyAction compat we were supposed to remove back ...Lennart Poettering2023-01-061-10/+0
* | | Merge pull request #25918 from bluca/smbios_sd_notifyLennart Poettering2023-01-065-109/+203
|\ \ \
| * | | creds: import 'vmm.notify_socket' and use it to setLuca Boccassi2023-01-051-0/+13
| * | | sd_notify: support AF_VSOCKLuca Boccassi2023-01-051-7/+60
| * | | src/shared/: split AF_UNIX/AF_VSOCK address parsing into src/basic/Luca Boccassi2023-01-053-102/+130
* | | | journald: fix followup comments on regex featureQuentin Deslandes2023-01-064-10/+10
* | | | nspawn: guard acl_free() with a NULL checkLennart Poettering2023-01-061-1/+3
* | | | tmpfiles: avoid null free() for acl attributesSam James2023-01-061-2/+5
* | | | Merge pull request #25947 from poettering/resolved-dns-credsDaan De Meyer2023-01-061-3/+101
|\ \ \ \