summaryrefslogtreecommitdiff
path: root/pm
AgeCommit message (Expand)AuthorFilesLines
2008-02-16Clean up generated files and put *.in files in the tarball.Michael Biebl1-8/+9
2008-02-16Add safety checks for *_fbcon()Michael Biebl1-0/+2
2008-02-16Consistently use tabs for indentation.Michael Biebl4-33/+33
2008-02-1699video had a missing closing bracket.Michael Biebl7-24/+50
2008-02-13Added a readme describing how to use s2ram/s2both's internal video quirk hand...Victor Lowther1-0/+6
2008-02-12Fix thinko in 99video w.r.t framebuffer console states.Victor Lowther1-1/+1
2008-02-12This patch adds framebuffer console handling routines.Victor Lowther1-0/+16
2008-02-11Moved the SLEEP_FUNCTIONS declaration to after where we load defaults.Victor Lowther1-1/+2
2008-02-11Added a check for /dev/snapshot when using uswsusp.Victor Lowther1-0/+3
2008-02-11On second thought, we don't need to mess with s2ram when using uswsusp.Victor Lowther1-2/+2
2008-02-11Add more paranoia to check_suspend_hybrind in uswsusp.Victor Lowther1-1/+3
2008-02-11Merge branch 'master' into vlowther-even-simpler-sleep-modulesVictor Lowther12-104/+84
2008-02-11Added completely untested uswsusp support.Victor Lowther2-1/+30
2008-02-10Merge branch 'vlowther-security-fixes'Victor Lowther9-44/+55
2008-02-10Merge branch 'master' into vlowther-simpler-hooksVictor Lowther6-14/+141
2008-02-09Reverse ordering of the if command_exists ... in 20videoVictor Lowther1-6/+6
2008-02-09Minor quotation fixes in 99videoVictor Lowther1-5/+5
2008-02-09Removed unneeded redirect on 95led.Victor Lowther1-1/+1
2008-02-09Minor quotation fix in 94cpufreq.Victor Lowther1-1/+1
2008-02-0990clock updatesVictor Lowther1-2/+1
2008-02-09No need for extraneous redirects in 05led any more.Victor Lowther1-2/+2
2008-02-09Added missing ;; in a case statement in 01grubVictor Lowther1-0/+1
2008-02-09Get rid of redundant return command in toxonice.Victor Lowther1-1/+1
2008-02-09Minor correctness updatesVictor Lowther1-5/+7
2008-02-09Verify ownership of pm-utils sourced or executed filesVictor Lowther1-7/+7
2008-02-09Make locking and unlocking not accept arbitrary paths.Victor Lowther1-9/+12
2008-02-09Do not init the logfile until after we take the suspend lock.Victor Lowther1-3/+1
2008-02-09Made init_logfile a little more paranoid about what it overwrites.Victor Lowther1-2/+10
2008-02-09Added slightly more explanatory note on configuring tuxonice.Victor Lowther1-3/+5
2008-02-09Merge branch 'master' into vlowther-even-simpler-sleep-modulesVictor Lowther1-0/+2
2008-02-09Revert "Merge branch 'vlowther-simpler-hooks' into vlowther-security-audit"Victor Lowther1-5/+3
2008-02-09Merge branch 'vlowther-simpler-hooks' into vlowther-security-auditVictor Lowther1-3/+5
2008-02-08add TODO about a needing a configuration mechanism for tuxoniceVictor Lowther1-1/+3
2008-02-08Added a HOWTO.modules for writing sleep modules.Victor Lowther1-0/+54
2008-02-08If PM_DEBUG = true, then set -x in functions.Victor Lowther1-0/+2
2008-02-08Dan Nicholson suggested changes -- get rid of some unneeded return $?, andVictor Lowther3-8/+5
2008-02-07Move the actuall hook running into a subshell.Dan Nicholson1-3/+2
2008-02-07Simplify hook implementation.Victor Lowther4-62/+32
2008-02-07Added tuxonice support to modular sleep branchVictor Lowther2-1/+34
2008-02-07Even simpler modularization of sleep methods.Victor Lowther4-14/+51
2008-02-06Ignore generated filesDan Nicholson1-0/+1
2008-02-04Removed executable bits on the *.in files to emphasize theirVictor Lowther1-0/+0
2008-02-04Fix double-quotes introduced by previous changes.Victor Lowther1-2/+2
2008-02-04Revert "Revert "Moved text substitutions for automake to the top of pm/functi...Victor Lowther1-6/+9
2008-02-04Revert "Moved text substitutions for automake to the top of pm/functions.in,"Victor Lowther1-9/+6
2008-02-04Moved text substitutions for automake to the top of pm/functions.in,Victor Lowther1-6/+9
2008-02-02Use autotools to make functions location-independent.Victor Lowther2-6/+9
2008-02-02Rename functions in preperation for autotools based location independenceVictor Lowther1-0/+0
2008-02-02Added support for transforming .in files in pm/Makefile.amVictor Lowther1-0/+9
2008-02-02Modified hooks to source $PM_FUNCTIONS instead of /usr/lib/pm-utils/functionsVictor Lowther12-12/+12