summaryrefslogtreecommitdiff
path: root/src/hibernate-resume
AgeCommit message (Expand)AuthorFilesLines
2019-06-05hibernate-resume: add resumeflags= kernel optionJonathan Rouleau1-1/+17
2019-06-05hibernate-resume: fix resume device timeoutJonathan Rouleau1-0/+14
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek1-1/+1
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-4/+3
2018-11-21generators: drop umask callsZbigniew Jędrzejewski-Szmek1-2/+0
2018-11-20hibernate-resume-generator: use static destructor and DEFINE_MAIN_FUNCTION() ...Yu Watanabe1-11/+10
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering1-3/+1
2018-11-20generators: introduce a common implementation for the log setup boilerplateLennart Poettering1-4/+2
2018-11-16hibernate-resume-generator: fix minor memory leak on error pathLennart Poettering1-1/+4
2018-11-06tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde...Yu Watanabe1-1/+1
2018-10-08hib-res-generator: add "noresume"Zbigniew Jędrzejewski-Szmek1-2/+15
2018-10-08hib-res-generator: open logging before emitting the first messageZbigniew Jędrzejewski-Szmek1-8/+10
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2-6/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering2-2/+2
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2-4/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2-26/+0
2018-01-24log: remove LOG_TARGET_SAFE pseudo log targetLennart Poettering1-1/+2
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2-0/+2
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2016-12-21util-lib: various improvements to kernel command line parsingLennart Poettering1-9/+16
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek1-1/+1
2016-10-22tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek1-1/+1
2016-10-22tree-wide: allow state to be passed through to parse_proc_cmdline_itemZbigniew Jędrzejewski-Szmek1-2/+2
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack2-4/+0
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2-1/+3
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move fstab_node_to_udev_node() to fstab-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-3/+4
2015-07-06fileio: consolidate write_string_file*()Daniel Mack1-1/+1
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering1-3/+5
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-2/+0
2014-11-28treewide: another round of simplificationsMichal Schmidt1-4/+2
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2-2/+2
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt2-2/+2
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2-2/+2
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering1-5/+7
2014-09-04hibernate-resume: let's move all hibernate-resume tools into the same directoryLennart Poettering1-0/+95
2014-08-28hibernate-resume: refuse to run outside of an initrdLennart Poettering1-0/+4
2014-08-26hibernate-resume: add a tool to write a device node's major:minor to /sys/pow...Ivan Shapovalov2-0/+82