summaryrefslogtreecommitdiffstats
path: root/tuningplugins
Commit message (Collapse)AuthorAgeFilesLines
* - Added config file option to enable/disable pluginsv0.1.2Philip Knirsch2009-02-262-2/+15
| | | | | | | | | - Switched from ConfigParser to RawConfigParser - Renamed doc/README.txt to doc/DESIGN.txt - Added tuned.conf man page - Updated tuned man page - Updated package descriptions (#487312) - Added documentation for utils scripts (#487312)
* - Added comment in empty __init__.py filesv0.1.1Philip Knirsch2009-02-261-1/+2
|
* - Lots of whitespace changesPhilip Knirsch2009-02-253-3/+4
| | | | | - Bump release - Some minor README changes
* - Added complete cleanup code in case of tuned exiting and/orPhilip Knirsch2009-02-252-2/+10
| | | | | | getting a SIGTERM to restore default values - Made the disk tuning pluging less nosy if started as non-daemon - Fixed missing self. in the tuned.py config handling
* - Add init() methods to each pluginPhilip Knirsch2009-02-252-2/+8
| | | | | | | | | - Call plugin init() methods during tuned's init() - Add support for command line parameters o -c conffile|--config==conffile to specify the location of the config file o -d to start tuned as a daemon (instead of as normal app) - Readded the debug output in case tuned isn't started as as daemon - Fixed initialization of max transfer values for net tuning plugin
* - Real first complete version with initscript, config file andPhilip Knirsch2009-02-232-2/+2
| | | | proper Makefile and packaging.
* - Lots of updates to packaging and installation (specfile, makefile)Philip Knirsch2009-02-202-12/+14
|
* - Added full network supportPhilip Knirsch2009-02-102-4/+54
| | | | - Moved docs around a bit
* - Added copyright notices to filesPhilip Knirsch2009-02-023-0/+35
| | | | - Added GPL COPYING license file
* - Initial stuffPhilip Knirsch2009-02-023-0/+28