summaryrefslogtreecommitdiff
path: root/sysutils/estd
AgeCommit message (Collapse)AuthorFilesLines
2012-12-12Reset maintainer on his request.wiz1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-12-14add Loongson support, allow build on mips64elmacallan3-16/+24
2011-03-16add support for macppc.macallan4-7/+64
2009-10-26Update to r7 (pkgsrc 0.7). Provided by Johannes Hofmann in private mail.wiz3-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-20Also mention PowerNow in the COMMENT. But because of length removed "enabled".reed1-2/+2
2008-09-11Changes 0.6:adam4-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-25Set RCD_SCRIPT_SRC.estd explicitly to fix install problem.taca1-1/+2
What's was changed?
2007-04-30Properly substitute "@ECHO@" in startup script. Bump package revisiontron1-9/+11
because of this fix.
2007-01-02Update estd to -r5nb3abs3-3/+14
- Ensure rc.d script starts with #!/bin/sh
2006-11-03DESTDIR support.joerg3-9/+13
2006-09-20Made the package work for unprivileged builds.rillig3-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-11x86_64 PowerNow support was added just a few days before branching netbsd-4.ghen1-2/+2
NetBSD 3.x releases are not supported.
2006-08-09MACHINE_ARCH on amd64 is x86_64.rjs1-2/+2
2006-08-08Add NetBSD-[3-9]*-amd64 into ONLY_FOR_PLATFORM.xtraeme1-2/+3
2006-08-08Fix -f on NetBSD/amd64 4.0 and powernow. Patch from Robert Swindells.xtraeme3-6/+16
Quoting Robert: With this change I get: # estd -f Supported frequencies (PowerNow Mode): 800 MHz 1600 MHz Bump PKGREVISION.
2006-08-06Also mention that it works on DragonFly to be fair :-)joerg1-1/+1
2006-08-05estd also supports PowerNow! drivers of NetBSD 4.0, mention that.xtraeme1-2/+2
2006-07-24Changes 0.5:adam5-34/+24
* Added support for DragonFly BSD * Daemon can now be controlled via signals * Bugfixes
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-27Fix bug in comparison function used to sort frequencies.dillo5-8/+33
Install rc.d script. Bump PKGREVISION. Take maintainership.
2005-10-07Changes 0.4:adam4-47/+24
* Support for PowerNow
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-24Add rudimentary support for PowerNow processors from Rumi Szabolcs.agc2-1/+28
2005-01-24Initial import of estd-0.3 into the packages collection. From anagc5-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