summary refs log tree commit diff
path: root/pkgs/tools/system
Commit message (Collapse)AuthorAge
* change md5sum to sha256sum for a few packagesLongrin Wischnewski2014-10-12
|
* Merge pull request #4412 from wavewave/prootAristid Breitkreuz2014-10-09
|\ | | | | proot: remove self.stdenv.lib
| * Merge remote-tracking branch 'nixos/master' into prootIan-Woo Kim2014-10-07
| |\ | | | | | | | | | | | | Conflicts: pkgs/tools/system/proot/default.nix
| * | proot: remove self.stdenv.libIan-Woo Kim2014-10-07
| | |
* | | ansible: update from 1.7.1 to 1.7.2Aristid Breitkreuz2014-10-09
| | |
* | | ipmitool: update from 1.8.13 to 1.8.14Aristid Breitkreuz2014-10-07
| | |
* | | smartmontools: update from 6.2 to 6.3Aristid Breitkreuz2014-10-07
| |/ |/|
* | Revert "Merge pull request #4406 from wavewave/proot"Luca Bruno2014-10-07
| | | | | | | | | | This reverts commit 552d1ec8b36515c3de5d660815a521353419bae6, reversing changes made to 3432414808afa5bdb2019f165365f5b6ff46cf2f.
* | Merge pull request #4406 from wavewave/prootlethalman2014-10-07
|\| | | | | proot: User-space implementation of chroot, mount --bind and binfmt_misc
| * proot: remove unnecessary phasesIan-Woo Kim2014-10-07
| |
| * proot: User-space implementation of chroot, mount --bind and binfmt_miscIan-Woo Kim2014-10-07
| |
* | ddrescue: update from 1.18.1 to 1.19Aristid Breitkreuz2014-10-06
| |
* | at: update from 3.1.15 to 3.1.16Aristid Breitkreuz2014-10-06
|/
* Merge pull request #4207 from joefiorini/patch-1Michael Raskin2014-10-02
|\ | | | | Allow ansible to install on darwin platforms
| * Update to latest ansible versionJoe Fiorini2014-09-23
| |
| * Allow ansible to install on darwin platformsJoe Fiorini2014-09-23
| | | | | | | | I am using this package on my Yosemite install of OS X and it works great. It also pretty closely follows the Homebrew recipe that most OS X users use, so I think we can open it up to other OS X users.
* | Update ipmiutilMichael Raskin2014-09-24
|/
* Merge pull request #4149 from qknight/dogJoachim Schiele2014-09-18
|\ | | | | dog-1.7: added potential cat replacement
| * dog-1.7: added potential cat replacementJoachim Schiele2014-09-18
| |
* | Merge pull request #4150 from qknight/dfcJoachim Schiele2014-09-18
|\ \ | | | | | | dfc-3.0.4: a colored df -h replacement
| * | dfc-3.0.4: a colored df -h replacementJoachim Schiele2014-09-18
| |/
* | Merge pull request #4063 from qknight/dcflddJoachim Schiele2014-09-18
|\ \ | | | | | | dcfldd: added advanced dd replacement
| * | dcfldd: added advanced dd replacementJoachim Schiele2014-09-13
| |/
* | atd: use /var/setuid-wrappers/sendmail by default instead of ssmtpAristid Breitkreuz2014-09-06
| |
* | at: update from 3.1.14 to 3.1.15Nixpkgs Monitor2014-09-06
| |
* | Update SleuthKitMichael Raskin2014-09-02
| |
* | Update ipmiutilMichael Raskin2014-09-02
| |
* | ioping auto-updaterMichael Raskin2014-09-02
| |
* | Update iopingMichael Raskin2014-09-02
| |
* | Update freeipmiMichael Raskin2014-09-02
| |
* | update dd_rescueMichael Raskin2014-08-31
| |
* | Add di packageMichael Fellinger2014-08-28
| |
* | Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* | Merge pull request #3583 from ts468/thermaldMichael Raskin2014-08-23
|\ \ | |/ |/| Add thermald: Linux Thermal Daemon
| * Add thermald: Linux Thermal DaemonThomas Strobel2014-08-14
| |
* | plan9port: fix eval (license typo)Vladimír Čunát2014-08-15
| |
* | plan9port: enableParallelBuilding, improve metaVladimír Čunát2014-08-15
| |
* | merge #3416: plan9port: updateVladimír Čunát2014-08-15
|\ \ | |/ |/|
| * plan9port: builder.sh called install script twice, meaning a redundant ↵Victor van Poppelen2014-07-31
| | | | | | | | recompile.
| * plan9port:Victor van Poppelen2014-07-31
| | | | | | | | | | - Update to 20140306 - Fixed libXt dependency. The compiler could not find X11/IntrinsicP.h, even though it is available through the nix store. I think there must be some issue with the 9c compiler being used and not obeying the CFLAGS that nix is supposed to pass. There are probably other dependencies I'm missing, but 9c found in my /usr/include.
* | Merge pull request #3525 from wkennington/cache.ddrescueDomen Kožar2014-08-11
|\ \ | | | | | | ddrescue: 1.17 -> 1.18.1
| * | ddrescue: 1.17 -> 1.18.1William A. Kennington III2014-08-10
| | |
* | | haskell-sizes: update to 2.3.2Mateusz Kowalczyk2014-08-11
| | |
* | | Many minor fixes to get things building after recent compiler changesJohn Wiegley2014-08-10
| | |
* | | Make platforms.allBut accept a list rather than a single platformLuca Bruno2014-08-09
| | |
* | | Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-08-08
|\| |
| * | syslog-ng: Update from 3.5.4.1 to 3.5.6Rickard Nilsson2014-08-06
| | |
| * | syslog-ng-incubator: Update from 0.3.1 to 0.3.3Rickard Nilsson2014-08-06
| | |
* | | Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-08-04
|\| | | | | | | | | | | | | | Conflicts: pkgs/desktops/e18/enlightenment.nix
| * | Ansible: updated to 1.6.10Georges Dubus2014-07-31
| |/