index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sleep
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sleep: clear EFI HibernateLocation if writing kernel config fails
Mike Yuan
2023-08-13
1
-1
/
+5
*
meson: move declarations of ac-power, detect-virt, sysctl, and sleep
Yu Watanabe
2023-08-01
1
-0
/
+13
*
sleep: don't init /sys/power/resume if 'resume=' option is missing and EFI is...
Franck Bui
2023-07-27
1
-4
/
+6
*
sleep: fix unused variable warning
Luca Boccassi
2023-07-10
1
-3
/
+2
*
sleep: refuse hibernation if there's no possible way to resume
Mike Yuan
2023-06-26
1
-8
/
+9
*
sleep: write hibernate location to efivar HibernateLocation
Mike Yuan
2023-06-23
1
-2
/
+86
*
sleep: always write resume_offset if possible
Mike Yuan
2023-06-23
1
-42
/
+7
*
sleep: rename sleep-config.[ch] → sleep-util.[ch]
Lennart Poettering
2023-06-20
1
-1
/
+1
*
sleep-config: rename .device field to .path
Lennart Poettering
2023-06-20
1
-5
/
+5
*
sleep-config: replace SwapEntry's .type field with a proper enum
Lennart Poettering
2023-06-20
1
-5
/
+3
*
battery-util: move battery_is_discharging_and_low() to battery-util.[ch]
Lennart Poettering
2023-06-05
1
-0
/
+1
*
sleep: convert a home1.Manager call to BusLocator
David Tardon
2023-05-24
1
-7
/
+1
*
tre-wide: use FORMAT_DEVNUM() a bit more
Lennart Poettering
2023-04-21
1
-2
/
+4
*
sleep: fix default values unmatched with manual
Mike Yuan
2023-03-17
1
-1
/
+4
*
sleep: check if we're on AC power before checking battery capacity
Mike Yuan
2023-02-21
1
-1
/
+1
*
sleep: use shared constant for freeze timeout
Zbigniew Jędrzejewski-Szmek
2023-02-20
1
-2
/
+1
*
sleep: coding style fixlets
Yu Watanabe
2023-01-27
1
-2
/
+2
*
sleep: introduce SuspendEstimationSec=
Yu Watanabe
2023-01-27
2
-15
/
+36
*
sleep: drop unnecessary temporal vaiable and initialization
Yu Watanabe
2023-01-26
1
-5
/
+6
*
sleep: fetch_batteries_capacity_by_name() does not return -ENOENT
Yu Watanabe
2023-01-26
1
-13
/
+13
*
sleep: rename hibernate_delay_sec -> _usec
Yu Watanabe
2023-01-26
1
-1
/
+1
*
sleep: fix memleak
Zbigniew Jędrzejewski-Szmek
2023-01-23
1
-1
/
+1
*
sleep: reduce double logging and improve messages and comments a bit
Zbigniew Jędrzejewski-Szmek
2023-01-23
1
-1
/
+2
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
core/sleep: set timeout for freeze/thaw operation to 1.5 seconds
msizanoen1
2022-12-08
1
-0
/
+3
*
sleep: always thaw user.slice even if freezing failed
msizanoen1
2022-12-08
1
-3
/
+1
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
sleep: freeze and thaw user.slice to save resource while suspend
Sonali Srivastava
2022-08-26
1
-0
/
+31
*
sleep: support acpi_btp and suspend system if enabled, skipping custom timer
Sonali Srivastava
2022-08-23
1
-1
/
+49
*
sleep: support multiple battery instead of only BAT0
Sonali Srivastava
2022-08-09
1
-39
/
+25
*
tree-wide: fix typo
Yu Watanabe
2022-08-01
1
-1
/
+1
*
sleep: store battery discharge rate/hour with hash
Sonali Srivastava
2022-07-20
1
-1
/
+20
*
sleep: use current charge level to decide suspension
Sonali Srivastava
2022-07-20
1
-28
/
+63
*
Update sleep.conf HibernateDelaySec default to match implementation
Richard Huang
2022-07-18
1
-1
/
+1
*
tree-wide: Remove the repeated ';' from code (#23901)
Li kunyu
2022-07-05
1
-1
/
+1
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-2
/
+0
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-3
/
+2
*
sleep: clarify that failure setting env var is not fatal
Lennart Poettering
2021-05-22
1
-1
/
+1
*
sleep: if hybrid sleep fails, do regular suspend
Lennart Poettering
2021-05-22
1
-4
/
+26
*
sleep: remove duplicate logging
Lennart Poettering
2021-05-22
1
-2
/
+2
*
sleep: use SleepOperation enum everywhere and drop sleep_settings()
Lennart Poettering
2021-05-22
1
-33
/
+46
*
fix: point to the correct drop-ins subdirectory for confs
Jóhann B. Guðmundsson
2021-04-22
1
-1
/
+1
*
Do not try to return 0 from log_debug()
Zbigniew Jędrzejewski-Szmek
2021-04-14
1
-4
/
+4
*
Recommend drop-ins over modifications to the main config file
Zbigniew Jędrzejewski-Szmek
2021-02-19
1
-8
/
+9
*
tree-wide: enable colorized logging for daemons when run in console
Yu Watanabe
2021-01-31
1
-1
/
+1
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
1
-4
/
+3
*
systemd-sleep: Set SYSTEMD_SLEEP_ACTION for systemd-sleep hooks.
Zach Smith
2021-01-09
1
-5
/
+9
[next]