0
I Use This!
Inactive

Commits : Listings

Analyzed 27 minutes ago. based on code collected 31 minutes ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed pm-powersave in preperation for making it location-independent.
VictorLowther
as Victor Lowther
More... over 17 years ago
Renamed pm-action in preperation for making it location independent.
VictorLowther
as Victor Lowther
More... over 17 years ago
Modify src/Makefile.am in preperation for making the pm-action scripts location independent.
VictorLowther
as Victor Lowther
More... over 17 years ago
Rename functions in preperation for autotools based location independence
VictorLowther
as Victor Lowther
More... over 17 years ago
Added support for transforming .in files in pm/Makefile.am
VictorLowther
as Victor Lowther
More... over 17 years ago
CPUfreq fixups: Only look at cpus that have an active governor Fix inverted conditional when checking to see if we should restore a governor
VictorLowther
as Victor Lowther
More... over 17 years ago
Spelling fixes in HOWTO.hooks.
VictorLowther
as Victor Lowther
More... over 17 years ago
Actually fix typo in 99video My git-rebase fu is weaker than I thought.
VictorLowther
as Victor Lowther
More... over 17 years ago
Added a HOWTO file for writing hooks, modified 99video to fix a typo.
VictorLowther
as Victor Lowther
More... over 17 years ago
Simplify the implimentation of command_exists
VictorLowther
as Victor Lowther
More... over 17 years ago
Earlier Victor and I discussed moving the sleep after the check in spin_lock(). That got lost in the shuffle, so here's a new patch. More... over 17 years ago
Added entries in .gitignore to ignore vim backup and swap files.
VictorLowther
as Victor Lowther
More... over 17 years ago
Made zzz executable.
VictorLowther
as Victor Lowther
More... over 17 years ago
in 94cpufreq, just exit outright if /sys/devices/system/cpu/ is not present.
VictorLowther
as Victor Lowther
More... over 17 years ago
Here's a new patch (this time against current git) to enable suspend-to-both support if we have suspend-to-ram and TuxOnIce. More... over 17 years ago
apply an updated version of 5a5e848b49e33ebf538953bdd132e8ccb0d7377b More... over 17 years ago
Don't do anything in 65alsa if there is no alsactl command.
VictorLowther
as Victor Lowther
More... over 17 years ago
Revert "Here is now a patch agains pm-utils git with /var/run/pm-utils/lock as" More... over 17 years ago
Deleted commented-out commands, minor quotation fixes to 55battery.
VictorLowther
as Victor Lowther
More... over 17 years ago
move the sanity check in 49bluetooth outside the suspend function.
VictorLowther
as Victor Lowther
More... over 17 years ago
Do not do anything in 10NetworkManager if dbus-send does not exist.
VictorLowther
as Victor Lowther
More... over 17 years ago
Use the command_exists utility function instead of directly calling type thing |grep -q "not found".
VictorLowther
as Victor Lowther
More... over 17 years ago
Add a function to test for the existence of a command, either a function, executable, or shell builtin.
VictorLowther
as Victor Lowther
More... over 17 years ago
Make 05led exit 1 iff we are not running on an IBM system. This will cause it to be skipped on resume if we are on a system that does not need it.
VictorLowther
as Victor Lowther
More... over 17 years ago
Get rid of extraneous shell evals. The commands will have their output redirected appropriately.
VictorLowther
as Victor Lowther
More... over 17 years ago
Instead of duplicating the checks in pm-action, simply call pm-is-supported. Add also initial support for the --suspend-hybrid command (The actual implementation of do_suspend_hybrid is still tbd). More... over 17 years ago
Patch attached to do the appropriate redirection for pm-powersave.
VictorLowther
as Victor Lowther
More... over 17 years ago
Here is now a patch agains pm-utils git with /var/run/pm-utils/lock as lockfile. It also makes sure that /var/run/pm-utils, i.e. the directory for the lockfile is generated, and it uses variables for the directories to store state and service information and creates/removes them properly. They are now subdirectories of /var/run/pm-utils. More... over 17 years ago
That reminds me, the -- in that tr command paramater is a GNUism, and I should remove it.
VictorLowther
as Victor Lowther
More... over 17 years ago
This patch modifies the module unload/reload code to be POSIX compliant, and includes a minor quotation fix in on_ac_power.
VictorLowther
as Victor Lowther
More... over 17 years ago