summary refs log tree commit diff
path: root/pkgs/os-specific/linux/powertop
Commit message (Collapse)AuthorAge
* powertop: 2.13 -> 2.14Franz Pletz2021-07-28
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* powertop: strip hcitool FSH pathLuke Bentley-Fox2020-10-17
| | | | Fixes #99492
* powertop: 2.10 -> 2.13Will Dietz2020-07-29
| | | | | https://01.org/powertop/downloads/powertop-v2.13 https://01.org/powertop/downloads/powertop-v2.12
* treewide: fix broken AlpineLinux repo links (#87892)Lila2020-05-15
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* powertop: patch to fix vertical scrollingWill Dietz2019-03-22
| | | | From mailing list (thanks!).
* Remove myself as maintainer from packagesFlorian Friesdorf2019-02-22
| | | | I'm currently not maintaining any packages.
* powertop: 2.9 -> 2.10Will Dietz2019-01-06
| | | | musl patch still needed :)
* powertop: patch for muslWill Dietz2018-03-31
|
* powertop: split man page into "man" outputProfpatsch2018-02-19
|
* powertop: 2.8 -> 2.9Franz Pletz2017-06-20
|
* powertop: add homepage, cleanupFranz Pletz2016-10-14
|
* powertop: call "xset" from $PATHPeter Simons2016-01-31
| | | | | | | | | | | | | Patch the source code to find "xset" in $PATH rather than expecting the hard-coded path "/usr/bin/xset" to work. I've decided *not* to hard-code a proper path like "${xset}/bin/xset", because that reference greatly increases the size of the powertop closure. Since "xset" is required only for --calibrate (and that even seems to work fine without it), it felt like an optional dependency is more appropriate in this case. Thanks to @heydojo locating the source code file that needs patching. Fixes https://github.com/NixOS/nixpkgs/issues/12662.
* powertop: 2.7 -> 2.8Louis Taylor2016-01-13
| | | | | Removed patch, since an equivalent fix was made upstream and included in the 2.8 release.
* powertop: fix --auto-tuneCharles Strahan2015-10-15
| | | | See https://lists.01.org/pipermail/powertop/2014-December/001727.html
* powertop: Patch out path to /sbin/modprobe (close #8702)Tuomas Tynkkynen2015-07-09
| | | | | | | | The modprobe call is made via system(), so an absolute path is not needed if modprobe is in PATH. Which it is by default at least in NixOS and Arch. Fixes #5424.
* Update Powertop: 2.6.1 -> 2.7Thomas Strobel2014-12-07
|
* Upgrade: powertop: 2.5 -> 2.6.1Thomas Strobel2014-08-14
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* powertop: update from 2.2 to 2.5Nixpkgs Monitor2013-12-23
|
* powertop: fix and updateVladimír Čunát2013-02-02
|
* module-init-tools: Fix URLEelco Dolstra2013-01-15
|
* powertop: upgrade to 2.1Mathijs Kwik2012-09-09
|
* powertop-2.0Florian Friesdorf2012-06-11
| | | | svn path=/nixpkgs/trunk/; revision=34451
* powertop: modprobe configs if /proc/config.gz is missingFlorian Friesdorf2011-10-13
| | | | svn path=/nixpkgs/trunk/; revision=29822
* powertop: renamed inotify patchFlorian Friesdorf2011-10-13
| | | | svn path=/nixpkgs/trunk/; revision=29821
* fix powertop INOTIFY suggestionFlorian Friesdorf2011-10-13
| | | | | | INOTIFY_USER exists since 2.6.18 svn path=/nixpkgs/trunk/; revision=29810
* powertop meta infoFlorian Friesdorf2011-10-13
| | | | svn path=/nixpkgs/trunk/; revision=29807
* fix powertop-1.13.patchFlorian Friesdorf2011-10-13
| | | | svn path=/nixpkgs/trunk/; revision=29806
* Updating powertop.Lluís Batlle i Rossell2011-03-18
| | | | svn path=/nixpkgs/trunk/; revision=26426
* bump powertop to 1.11Armijn Hemel2009-03-09
| | | | svn path=/nixpkgs/trunk/; revision=14458
* new powertopArmijn Hemel2008-03-03
| | | | svn path=/nixpkgs/trunk/; revision=10932
* add powertop (www.linuxpowertop.org)Armijn Hemel2007-09-23
svn path=/nixpkgs/trunk/; revision=9358