summaryrefslogtreecommitdiffstats
path: root/units/systemd-battery-check.service.in (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-21cryptsetup: minor coding style tweaksLennart Poettering1-3/+5
2024-06-21test: skip test-cgroup-id on ENOSYS from cg_cgroupid_openNick Rosbrook1-0/+2
2024-06-21meson: bpf: propagate 'sysroot' for cross compilationJohannes Schneider1-0/+1
2024-06-20machined: watch leader PID's lifetime via pidfdLennart Poettering2-0/+38
2024-06-20machined: GC machines during runtime tooLennart Poettering4-25/+61
2024-06-20TEST-80-NOTIFYACCESS: introduce test for ERRNO= + BUS/VARLINKERROR=Mike Yuan2-2/+37
2024-06-20busctl: send BUSERROR= to caller via sd_notify() protocolLennart Poettering1-6/+27
2024-06-20systemctl-show: show Status{Bus,Varlink}Error in statusMike Yuan1-6/+27
2024-06-20core/service: store BUSERROR= & VARLINKERROR= received through notificationMike Yuan6-15/+76
2024-06-20sd-bus/bus-error: inline iterator var, use assert_returnMike Yuan1-20/+15
2024-06-20json: make it easy to dispatch our enumsLennart Poettering2-10/+23
2024-06-20json: make it easy to serialize our enums to jsonLennart Poettering3-8/+27
2024-06-20ci: test new --graceful= switch of varlinkctlLennart Poettering2-6/+6
2024-06-20varlinkctl: add --graceful= option for optionally marking some errors as succ...Lennart Poettering2-3/+55
2024-06-20varlink: add helper that validates a qualified Varlink symbol nameLennart Poettering3-0/+35
2024-06-20logind: implement maintenance timeLudwig Nussel17-16/+141
2024-06-20cryptenroll: support for enrolling FIDO2 tokens in manual modeKamil Szczęk14-107/+275
2024-06-20conf-parser: print why config_parse_iec_uint64() failsAntonio Alvarez Feijoo1-1/+1
2024-06-20conf-parser: set standard pointer alignmentAntonio Alvarez Feijoo1-9/+9
2024-06-20bootctl: add comments to Varlink interfaceLennart Poettering1-0/+21
2024-06-20bootctl: normalize how we report no boot entries foundLennart Poettering3-3/+13
2024-06-20varlink: correctly format comments for enums tooLennart Poettering2-21/+84
2024-06-20bootctl: add --random-seed=yes/noLudwig Nussel6-4/+31
2024-06-20man: fix typo in systemd-tmpfilesDiego Viola1-1/+1
2024-06-20core/namespace: ensure private tmpfs is mounted earlierYu Watanabe1-3/+5
2024-06-19update TODOLennart Poettering1-4/+0
2024-06-19tree-wide: port over to new builder apisLennart Poettering54-1267/+1250
2024-06-19sd-json: add sd_json_build() wrapper macro that implies SD_JSON_BUILD_OBJECT()Lennart Poettering3-0/+43
2024-06-19update TODOLennart Poettering1-4/+0
2024-06-19sd-json: add comment clarifying that _SD_JSON_BUILD* enums are not to be used...Lennart Poettering1-0/+1
2024-06-19sd-json.h: reword SD_JSON_WARNING/SD_JSON_DEBUG commentsLennart Poettering1-14/+11
2024-06-19test-install-root: introduce test case for #33411Mike Yuan1-6/+26
2024-06-19shared/install: correctly report changes in install_info_symlink_alias()Mike Yuan1-2/+4
2024-06-19shared/install: propagate all errors in install_info_apply()Mike Yuan1-3/+3
2024-06-19shared/install: drop unneeded initializationMike Yuan1-1/+1
2024-06-19kernel-install: correct the place where it works in man and help textAntonio Alvarez Feijoo2-5/+5
2024-06-19man/systemd.exec: list inaccessible files for ProtectKernelTunablesMaximilian Wilhelm1-2/+3
2024-06-19vmspawn: define QEMU_MACHINE_TYPE for riscvXeonacid1-1/+1
2024-06-19core: drop unnecessary auto_fs4.h inclusionYu Watanabe1-1/+0
2024-06-19missing: drop BCACHEFS_SUPER_MAGIC as it is now defined in linux/magic.hYu Watanabe1-7/+0
2024-06-19basic/linux: update kernel headers from v6.10-rc3Yu Watanabe44-341/+1277
2024-06-19update TODOLennart Poettering1-0/+4
2024-06-19various: move ptr indicator to return valueZbigniew Jędrzejewski-Szmek68-148/+148
2024-06-19various: move const ptr indicator to return valueZbigniew Jędrzejewski-Szmek141-272/+272
2024-06-19Fix confusion between killer and preyZbigniew Jędrzejewski-Szmek18-76/+76
2024-06-19varlink-idl: allow unbalanced quote and trailing backslash in commentYu Watanabe2-1/+3
2024-06-19udev-spawn: fix typo and simplify codeAntonio Alvarez Feijoo1-3/+2
2024-06-19Use consistent spelling of systemd.condition_first_boot argumentpyfisch1-1/+1
2024-06-19man/systemd.journal-fields: document _SOURCE_{MONOTONIC,BOOTTIME}_TIMESTAMPMike Yuan1-4/+14
2024-06-18login/user-runtime-dir: free ignored sd_bus_error, avoid triggering assertionMike Yuan1-5/+16