summaryrefslogtreecommitdiff
path: root/pm
AgeCommit message (Expand)AuthorFilesLines
2008-07-23Also missed a ;;Victor Lowther1-2/+2
2008-07-23Missed a close braceVictor Lowther1-0/+1
2008-07-23Merge branch 'pm-utils-1.1' into pm-utils-1.2Victor Lowther1-12/+59
2008-07-21Greatly expanded the 98smart-kernel-video hook.Victor Lowther1-12/+59
2008-07-10Merge branch 'two-parameter-sleep-hooks'Victor Lowther3-9/+17
2008-07-05Make some changes to core functionality to support pm-powersaveVictor Lowther3-21/+28
2008-07-02Modify the tuxonice sleep module to modify $REVERSE for suspend_hybridVictor Lowther1-0/+3
2008-07-01Update documentation to describe the new two-parameter sleep.d regimeVictor Lowther1-7/+11
2008-07-01Add support for massing $METHOD as the second parameter to hooksVictor Lowther1-2/+3
2008-06-27Make uswsusp work with the reordered hooks.Victor Lowther1-1/+1
2008-06-22Added documentation in HOWTO.hooks covering abort on hook failure.Victor Lowther1-0/+13
2008-06-20Document inhibit and inhibited in HOWTO.hooksVictor Lowther1-0/+5
2008-06-20If suspend has already been inhibited, don't run more hooks.Victor Lowther1-1/+1
2008-06-08Simplify hook exit status testing logic a bit.Victor Lowther1-4/+3
2008-06-06Merge branch 'master' into vlowther-handle-hook-failureVictor Lowther3-1/+26
2008-06-06Documentation updates describing the sleep hook ordering convention.Victor Lowther1-0/+22
2008-06-06Incorrect comparison to skip non-run hooks when running hooks in reverse.Victor Lowther1-1/+1
2008-06-06Remember to escape > in pm-functions when running hooks too.Victor Lowther1-1/+1
2008-06-06Actually remember to source our functions file in 50ntpdVictor Lowther1-0/+2
2008-06-06Add missing close brace in 50ntpdVictor Lowther1-0/+1
2008-06-05Escape > comparison in 98smart-kernel-videoVictor Lowther1-1/+1
2008-06-05Escape > comparison in 98smart-kernel-videoVictor Lowther1-1/+1
2008-06-01Add initial support for handling hook failureVictor Lowther2-5/+30
2008-06-01Merge branch 'vlowther-reorganize-hooks'Victor Lowther8-49/+41
2008-05-28Don't quote $PM_CMDLINE when saving initial parameters.Victor Lowther1-1/+1
2008-05-28Make parameter manipulation more robust in the face of programmerVictor Lowther2-8/+9
2008-05-28Fix broken add_parameters functionality.Victor Lowther2-3/+4
2008-05-27Save PM_CMDLINE correctly so that it shows up nicely in the logs.Victor Lowther1-1/+2
2008-05-27Ensure that PARAMETERS.rm always exists.Victor Lowther1-1/+1
2008-05-27Moved parameter saving os that it always happens after we take the lock.Victor Lowther1-6/+4
2008-05-27Fix reversed logic when creating a parameters file.Victor Lowther1-1/+1
2008-05-27Save all parameters into a file instead of one file per param.Victor Lowther2-25/+20
2008-05-27Return $NA instead of 1 when smart-kernel-video is not applicable.Victor Lowther1-1/+1
2008-05-27Fixed error resulting in no parameters being saved.Victor Lowther1-1/+3
2008-05-26Actually install the documentation.Victor Lowther1-0/+3
2008-05-18update Makefile.am to reflect hook name changes,Victor Lowther1-4/+5
2008-05-18Even more reorganizationVictor Lowther6-125/+0
2008-05-18Split the NTP handling code in 90clock into its own code.Victor Lowther7-29/+145
2008-05-17Stefan pointed out that >= is not a valid string comparison op for test.Victor Lowther1-1/+2
2008-05-17Remenber to set IFS back to normal before exiting run_quirks.Victor Lowther1-0/+1
2008-05-17arrgh, need to actually export PM_CMDLINE.Victor Lowther1-1/+1
2008-05-17Cleanups to parameter manipulation to make it a bit less evilVictor Lowther2-8/+18
2008-05-16log() is not in scope in hooks.Victor Lowther1-2/+2
2008-05-16Make remove_parameters all work again.Victor Lowther1-4/+10
2008-05-16Fix another stupid error in get_parametersVictor Lowther1-1/+1
2008-05-16fix stupid typo in get_parameters.Victor Lowther1-1/+1
2008-05-16Handle binary video drivers using --quirk-none instead of disable_hookVictor Lowther3-26/+32
2008-05-16Minor cleanups in 98-smart-kernel-videoVictor Lowther1-12/+8
2008-05-16Split smart kernel video driver handling to a different hook.Victor Lowther3-18/+37
2008-05-16Added support for vbe post with a romfileVictor Lowther1-1/+8