Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-01 | add NetBSD/arm (am335x) support, bump pkgrevision | jmcneill | 3 | -16/+41 | |
2014-03-11 | Remove example rc.d scripts from PLISTs. | jperkin | 1 | -2/+1 | |
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise. | |||||
2012-12-12 | Reset maintainer on his request. | wiz | 1 | -2/+2 | |
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2011-12-14 | add Loongson support, allow build on mips64el | macallan | 3 | -16/+24 | |
2011-03-16 | add support for macppc. | macallan | 4 | -7/+64 | |
2009-10-26 | Update to r7 (pkgsrc 0.7). Provided by Johannes Hofmann in private mail. | wiz | 3 | -11/+12 | |
estd-r7 * Add support for ACPI P-States on DragonFly. * Improve multi-core support on DragonFly. For each CPU domain with individually controllable CPU frequency, the load of the most loaded CPU is used instead of the overall avarage load. This avoids issues on SMP systems where a single-threaded CPU bound process will lead to at most 50% overall load. * Ove Soerensen has asked me to take over maintainership of estd. The new project page is at http://www.ecademix.com/JohannesHofmann/estd.html | |||||
2008-12-20 | Also mention PowerNow in the COMMENT. But because of length removed "enabled". | reed | 1 | -2/+2 | |
2008-09-11 | Changes 0.6: | adam | 4 | -48/+14 | |
* added support for ultra-low frequency idle-mode on CPUs that support On Demand Clock Modulation * added an option to delay lowering the frequency * added an option to count time spent on nice processes as idle | |||||
2007-08-25 | Set RCD_SCRIPT_SRC.estd explicitly to fix install problem. | taca | 1 | -1/+2 | |
What's was changed? | |||||
2007-04-30 | Properly substitute "@ECHO@" in startup script. Bump package revision | tron | 1 | -9/+11 | |
because of this fix. | |||||
2007-01-02 | Update estd to -r5nb3 | abs | 3 | -3/+14 | |
- Ensure rc.d script starts with #!/bin/sh | |||||
2006-11-03 | DESTDIR support. | joerg | 3 | -9/+13 | |
2006-09-20 | Made the package work for unprivileged builds. | rillig | 3 | -11/+11 | |
Fixed the file mode of the example rc.d script. (PR 34564) This also fixes PR 32835, which had already suggested all the changes I made, but I've seen it too late. :) | |||||
2006-08-11 | x86_64 PowerNow support was added just a few days before branching netbsd-4. | ghen | 1 | -2/+2 | |
NetBSD 3.x releases are not supported. | |||||
2006-08-09 | MACHINE_ARCH on amd64 is x86_64. | rjs | 1 | -2/+2 | |
2006-08-08 | Add NetBSD-[3-9]*-amd64 into ONLY_FOR_PLATFORM. | xtraeme | 1 | -2/+3 | |
2006-08-08 | Fix -f on NetBSD/amd64 4.0 and powernow. Patch from Robert Swindells. | xtraeme | 3 | -6/+16 | |
Quoting Robert: With this change I get: # estd -f Supported frequencies (PowerNow Mode): 800 MHz 1600 MHz Bump PKGREVISION. | |||||
2006-08-06 | Also mention that it works on DragonFly to be fair :-) | joerg | 1 | -1/+1 | |
2006-08-05 | estd also supports PowerNow! drivers of NetBSD 4.0, mention that. | xtraeme | 1 | -2/+2 | |
2006-07-24 | Changes 0.5: | adam | 5 | -34/+24 | |
* Added support for DragonFly BSD * Daemon can now be controlled via signals * Bugfixes | |||||
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-27 | Fix bug in comparison function used to sort frequencies. | dillo | 5 | -8/+33 | |
Install rc.d script. Bump PKGREVISION. Take maintainership. | |||||
2005-10-07 | Changes 0.4: | adam | 4 | -47/+24 | |
* Support for PowerNow | |||||
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2005-01-24 | Add rudimentary support for PowerNow processors from Rumi Szabolcs. | agc | 2 | -1/+28 | |
2005-01-24 | Initial import of estd-0.3 into the packages collection. From an | agc | 5 | -0/+57 | |
nudge from Rumi Szabolcs on port-i386. The estd daemon dynamically sets the CPU-frequency on SpeedStep-enabled CPUs depending on current cpu-utilization. It is written for systems running NetBSD. Examples: Maximize battery lifetime by limiting CPU-frequency to 1000 MHz and switching to lower speeds fast: estd -d -b -M 1000 Maximize performance by running at least at 1400MHz and switching to higher speeds real fast: estd -d -a -m 1400 |