summaryrefslogtreecommitdiffstats
path: root/src/sleep/sleep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* efivars: Remove STRINGIFY() helper macrosDaan De Meyer2024-11-021-1/+1
* sleep: add HibernateOnACPower= option (#33846)Marc Reisner2024-08-051-1/+9
* 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
* 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-281-0/+6
* 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
* 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
* 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
* hibernate-util: rework find_hibernate_locationMike Yuan2023-10-201-20/+11
* sleep-config: several cleanupsMike Yuan2023-09-271-1/+1
* sleep-util: split into sleep-config and hibernate-utilMike Yuan2023-09-271-1/+2
* sleep-util: split battery-capacity into sleep/Mike Yuan2023-09-271-0/+1
* 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
* sleep: clear EFI HibernateLocation if writing kernel config failsMike Yuan2023-08-131-1/+5
* sleep: don't init /sys/power/resume if 'resume=' option is missing and EFI is...Franck Bui2023-07-271-4/+6
* sleep: fix unused variable warningLuca Boccassi2023-07-101-3/+2
* sleep: refuse hibernation if there's no possible way to resumeMike Yuan2023-06-261-8/+9
* sleep: write hibernate location to efivar HibernateLocationMike Yuan2023-06-231-2/+86
* sleep: always write resume_offset if possibleMike Yuan2023-06-231-42/+7
* sleep: rename sleep-config.[ch] → sleep-util.[ch]Lennart Poettering2023-06-201-1/+1
* sleep-config: rename .device field to .pathLennart Poettering2023-06-201-5/+5
* sleep-config: replace SwapEntry's .type field with a proper enumLennart Poettering2023-06-201-5/+3
* battery-util: move battery_is_discharging_and_low() to battery-util.[ch]Lennart Poettering2023-06-051-0/+1
* sleep: convert a home1.Manager call to BusLocatorDavid Tardon2023-05-241-7/+1
* tre-wide: use FORMAT_DEVNUM() a bit moreLennart Poettering2023-04-211-2/+4
* sleep: fix default values unmatched with manualMike Yuan2023-03-171-1/+4
* sleep: check if we're on AC power before checking battery capacityMike Yuan2023-02-211-1/+1