GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/systemd.git
gentoo-206
gentoo-207
gentoo-208
gentoo-212
gentoo-215
gentoo-217
gentoo-220
gentoo-229
gentoo-230
gentoo-234
gentoo-236
gentoo-239
gentoo-240
master
Gentoo mirror of systemd with backported commits
systemd project <systemd@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
sleep-config.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "sleep: offer hibernation only if the kernel image still exists"
Zbigniew Jędrzejewski-Szmek
2018-12-21
1
-75
/
+1
*
util: drop missing.h from util.h
Yu Watanabe
2018-12-04
1
-0
/
+1
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-2
/
+2
*
Revert 5fdf2d51c244288ac41443d1bd81365fab7b7b81
Zbigniew Jędrzejewski-Szmek
2018-11-21
1
-89
/
+0
*
strv: wrap strv_new() in a macro so that NULL sentinel is implicit
Lennart Poettering
2018-10-31
1
-5
/
+5
*
shared/sleep-config: add switches to kill specific sleep modes
Zbigniew Jędrzejewski-Szmek
2018-10-08
1
-23
/
+55
*
shared/sleep-config: forbid hibernation if resume= is not configured
Zbigniew Jędrzejewski-Szmek
2018-10-08
1
-3
/
+92
*
sleep-config: library code should not log beyond LOG_DEBUG
Lennart Poettering
2018-07-26
1
-3
/
+2
*
sleep: offer hibernation only if the kernel image still exists
Lennart Poettering
2018-07-26
1
-1
/
+75
*
sleep-config: eat up errors only after debug logging about them
Lennart Poettering
2018-07-26
1
-2
/
+6
*
sleep-config: partitions can't be deleted, only files can
Lennart Poettering
2018-07-26
1
-6
/
+9
*
shared/sleep-config: exclude zram devices from hibernation candidates
Andrew Jorgensen
2018-07-26
1
-3
/
+13
*
Drop my copyright headers
Zbigniew Jędrzejewski-Szmek
2018-06-14
1
-1
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-2
/
+2
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
shared/sleep-config: fix memleak of strv, add test
Zbigniew Jędrzejewski-Szmek
2018-05-10
1
-7
/
+4
*
Merge pull request #8700 from keszybz/hibernation
Lennart Poettering
2018-04-11
1
-30
/
+30
|
\
|
*
shared/sleep-config: rename misnamed function
Zbigniew Jędrzejewski-Szmek
2018-04-11
1
-2
/
+2
|
*
shared/sleep-config: return a custom message when not enough swap for hiberna...
Zbigniew Jędrzejewski-Szmek
2018-04-11
1
-4
/
+10
|
*
shared/sleep-fix: fix check if s-then-h is possible
Zbigniew Jędrzejewski-Szmek
2018-04-10
1
-10
/
+9
|
*
shared/sleep-config: get rid of explicit allocation size calculation
Zbigniew Jędrzejewski-Szmek
2018-04-10
1
-18
/
+13
*
|
Merge pull request #8676 from keszybz/drop-license-boilerplate
Lennart Poettering
2018-04-10
1
-13
/
+0
|
\
\
|
|
/
|
/
|
|
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
|
sleep: Add support for setting a disk offset when hibernating
Mario Limonciello
2018-04-09
1
-12
/
+104
|
/
*
Rename suspend-to-hibernate to suspend-then-hibernate
Mario Limonciello
2018-03-28
1
-4
/
+4
*
sleep-config: replace USE() macro with TAKE_PTR() usage
Lennart Poettering
2018-03-22
1
-8
/
+6
*
shared/sleep-config: fix unitialized variable and use STR_IN_SET (#8416)
Zbigniew Jędrzejewski-Szmek
2018-03-11
1
-10
/
+7
*
Introduce suspend-to-hibernate (#8274)
Mario Limonciello
2018-03-08
1
-7
/
+47
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
1
-4
/
+4
*
tree-wide: fix wrong indent (#5757)
Yu Watanabe
2017-04-19
1
-3
/
+3
*
tree-wide: rename config_parse_many to …_nulstr
Zbigniew Jędrzejewski-Szmek
2016-09-16
1
-1
/
+1
*
sleep: Add debug feature to bypass hibernation memory checks. (#3064)
Vittorio G (VittGam)
2016-04-19
1
-0
/
+4
*
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-23
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
shared: include what we use
Thomas Hindoe Paaboel Andersen
2015-12-06
1
-1
/
+7
*
defs: rework CONF_DIRS_NULSTR() macro
Lennart Poettering
2015-11-10
1
-1
/
+1
*
util-lib: move CONF_DIRS_NULSTR definition to def.h
Lennart Poettering
2015-11-03
1
-1
/
+2
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-1
/
+2
*
fileio: make get_status_field() more generic
Aaro Koskinen
2015-09-30
1
-1
/
+1
*
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2015-01-22
1
-3
/
+3
*
systemd-sleep: Support sleep.conf.d directories in the usual search paths
Josh Triplett
2014-11-29
1
-3
/
+4
*
treewide: more log_*_errno() conversions, multiline calls
Michal Schmidt
2014-11-28
1
-2
/
+2
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
Reject invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-7
/
+12
*
Let config_parse open file where applicable
Zbigniew Jędrzejewski-Szmek
2014-07-16
1
-13
/
+3
[next]