summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pagemon
Commit message (Collapse)AuthorAge
* 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
* pagemon: 0.01.17 -> 0.01.18R. RyanTM2020-02-26
|
* pagemon: 0.01.16 -> 0.01.17R. RyanTM2019-10-07
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pagemon/versions
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* pagemon: 0.01.15 -> 0.01.16R. RyanTM2019-08-04
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pagemon/versions
* pagemon: 0.01.14 -> 0.01.15R. RyanTM2019-07-15
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pagemon/versions
* pagemon: 0.01.13 -> 0.01.14 (#43330)R. RyanTM2018-07-11
| | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pagemon/versions.
* pagemon: 0.01.12 -> 0.01.13R. RyanTM2018-06-19
| | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pagemon/versions. These checks were done: - built on NixOS - /nix/store/i6bq7x5lbw83spjs8irjihvrr09ygkif-pagemon-0.01.13/bin/pagemon passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.01.13 with grep in /nix/store/i6bq7x5lbw83spjs8irjihvrr09ygkif-pagemon-0.01.13 - directory tree listing: https://gist.github.com/b7b92de7a71b30515369214111f387e0 - du listing: https://gist.github.com/257db82673b5cf4032834d2d9a93b431
* pagemon: 0.01.10 -> 0.01.12Ryan Mulligan2018-02-28
| | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/kayj1xp8j8dd280y98rajpmqh0sgmg8n-pagemon-0.01.12/bin/pagemon -h` got 0 exit code - ran `/nix/store/kayj1xp8j8dd280y98rajpmqh0sgmg8n-pagemon-0.01.12/bin/pagemon -h` and found version 0.01.12 - found 0.01.12 with grep in /nix/store/kayj1xp8j8dd280y98rajpmqh0sgmg8n-pagemon-0.01.12 - found 0.01.12 in filename of file in /nix/store/kayj1xp8j8dd280y98rajpmqh0sgmg8n-pagemon-0.01.12
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* pagemon: 0.01.08 -> 0.01.10Tobias Geerinckx-Rice2016-11-09
|
* pagemon: 0.01.07 -> 0.01.08Tobias Geerinckx-Rice2016-02-08
| | | | | | | | | | | Main changes: - Add 'c' key to close pop up windows - Enable -p option to have the PID or name of the process to monitor - Fix zoom scaling on memory view - Don't break on failed seek or read of map info More: https://github.com/ColinIanKing/pagemon/blob/f172bd17e7a11e43131629468e4b2ad191ca9b47/debian/changelog
* pagemon: 1.01.06 -> 1.01.07Tobias Geerinckx-Rice2016-01-31
| | | | | | | | | | | | Changes: * Mix checksum up a bit more and return OK if nothing has changed * Optimize page reading, reduced by ~2% CPU * Add perf page statistics 'p' option * Add OOM score to VM stats * Optimize read_maps: don't re-scan page mapping if nothing changed * Reduce amount of seeks and reads on pagemap data More: https://github.com/ColinIanKing/pagemon/blob/master/debian/changelog
* pagemon: init at 0.01.06Tobias Geerinckx-Rice2016-01-27