summaryrefslogtreecommitdiffstats
path: root/src/sleep (follow)
Commit message (Expand)AuthorAgeFilesLines
* efivars: Remove STRINGIFY() helper macrosDaan De Meyer2024-11-021-1/+1
* sleep: add HibernateOnACPower= option (#33846)Marc Reisner2024-08-052-1/+10
* sleep,home: always initialize UnitFreezer if usedMike Yuan2024-07-171-3/+7
* sleep: also log about errno when getenv_bool failsMike Yuan2024-07-171-1/+1
* sleep: explicitly list valid sleep operations in switchMike Yuan2024-07-171-1/+4
* tree-wide: port over to new builder apisLennart Poettering2024-06-191-8/+9
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-121-11/+11
* sleep,home: clean up logs for session freezer a bitMike Yuan2024-05-301-4/+3
* bus-unit-util: rework UnitFreezer, explicitly thaw unitMike Yuan2024-05-301-8/+7
* tree-wise: several cleanups for loggingYu Watanabe2024-04-301-2/+2
* sleep: rename SleepMemMode= to MemorySleepMode=Mike Yuan2024-04-051-1/+1
* hibernate-util: make clear_efi_hibernate_location_and_warn return 1 ifMike Yuan2024-04-031-1/+1
* sleep: add SleepMemMode= setting for configuring /sys/power/mem_sleepMike Yuan2024-03-282-0/+7
* sleep: make write_mode take a pathMike Yuan2024-03-281-10/+10
* sleep-config: make sleep_operation_is_hibernation uppercaseMike Yuan2024-03-281-2/+2
* sleep: fix typo (sysupend -> suspend)Mike Yuan2024-03-071-1/+1
* sleep: Always freeze user.sliceAdrian Vovk2024-03-051-27/+19
* extract-word: modernize extract_many_wordsMike Yuan2024-03-031-1/+1
* sleep: upgrade fatal log message to LOG_ERRLennart Poettering2024-01-301-1/+1
* sleep: upgrade some unexpected errors to LOG_WARNING log messagesLennart Poettering2024-01-301-3/+3
* sleep: remove redundant debug log messageLennart Poettering2024-01-301-3/+1
* sleep: add mising error messageLennart Poettering2024-01-301-1/+1
* sleep: don't log duplicate errorMike Yuan2023-12-271-3/+1
* sleep: connect to correct bus when locking homed-managed homesMike Yuan2023-12-261-1/+1
* siphash24: introduce siphash24_compress_typesafe() macroYu Watanabe2023-12-251-1/+1
* hibernate-util: de-duplicate clear_efi_hibernate_locationMike Yuan2023-12-101-2/+2
* sleep: reduce the scope of hibernation_deviceMike Yuan2023-12-051-1/+1
* sleep: make sure we clear HibernateLocation on all error pathsMike Yuan2023-10-271-63/+64
* sleep: minor modernization for lock_all_homesMike Yuan2023-10-271-2/+2
* sleep: rework write_state and write_modeMike Yuan2023-10-271-31/+29
* sleep: update help text for suspend-then-hibernateMike Yuan2023-10-271-1/+2
* sleep: log about errnoMike Yuan2023-10-271-1/+1
* sleep: drop unneeded includesMike Yuan2023-10-271-4/+5
* sleep: introduce sleep_operation_is_hibernationMike Yuan2023-10-271-1/+1
* sleep-config: make hybrid sleep always use 'suspend' disk modeMike Yuan2023-10-241-1/+0
* sleep-config: remove HibernateState= & HybridSleepState=, restrictMike Yuan2023-10-231-3/+0
* hibernate-util: rework find_hibernate_locationMike Yuan2023-10-201-20/+11
* meson: add build option for install path of main config filesFranck Bui2023-10-171-1/+1
* Merge pull request #29242 from fbuihuu/update-main-config-file-headersZbigniew Jędrzejewski-Szmek2023-10-171-3/+5
|\
| * config files: update their header to reflect that they can be installed in /usrFranck Bui2023-09-211-3/+5
* | sleep-config: several cleanupsMike Yuan2023-09-271-1/+1
* | sleep/battery-capacity: rearrange functionsMike Yuan2023-09-272-61/+63
* | sleep/battery-capacity: drop unused error-handlingMike Yuan2023-09-271-12/+15
* | sleep/battery-capacity: don't report we have trip alarm if no battery is foundMike Yuan2023-09-272-8/+14
* | sleep-util: split into sleep-config and hibernate-utilMike Yuan2023-09-271-1/+2
* | sleep-util: split battery-capacity into sleep/Mike Yuan2023-09-275-1/+447
* | sleep: rebreak lines in check_wakeup_typeMike Yuan2023-09-271-2/+5
* | sleep-util: move check_wakeup_type to sleep/sleepMike Yuan2023-09-271-0/+34
|/
* config files: more recommendations of `systemd-analyze cat-config`Franck Bui2023-09-191-0/+2
* sleep: clear EFI HibernateLocation if writing kernel config failsMike Yuan2023-08-131-1/+5