Commit graph

22 commits

Author SHA1 Message Date
agc
17886c78da Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:32:05 +00:00
khorben
1f00f59ca0 Removed the "estd: Forked" message
It seems useless to me, and it is inconsistent with the rest of the
initialization scripts.
2015-03-06 18:08:38 +00:00
wiz
1f1bfd8ccd Update to r11. From Leonardo Taccari in PR 49679.
Changes:
 * fix incorrect static array initialization
2015-02-19 00:08:15 +00:00
wiz
e39ff54dd7 Update to r10 from Leonardo Taccari in PR 49675:
Changes:
 * Fix build on DragonFly due to pidfile changes.
 * Add support for TECH_LOONGSON, TECH_ROCKCHIP, and TECH_GENERIC. Taken from
   pkgsrc, submitted-by: Leonardo Taccari, original patches by Jared D. McNeill.
2015-02-18 10:34:57 +00:00
abs
86706685f7 Fix off by one error which caused SEGV when no valid scaling option found
Add comments to patch-ab
Bump PKGREVISION
2015-02-17 09:59:30 +00:00
wiz
42d58d1833 Update to 0.9, from Leonardo Taccari in PR 49624:
Changes:
estd-r9
* Improve SMP support on NetBSD.
  Submitted by: vincent@labri.fr

estd-r8
* Add Intrepid support.
  Submitted by: Michael <macallan@netbsd.org>
2015-02-01 18:59:05 +00:00
jmcneill
6bc0eecd54 Add support for Rockchip 'machdep.cpu.frequency' interface. Use hw.ncpu to
detect number of CPUs on non-ACPI NetBSD systems.
2015-01-04 18:42:49 +00:00
jmcneill
ec9cb81ac4 add NetBSD/arm (am335x) support, bump pkgrevision 2014-10-01 01:17:33 +00:00
macallan
67409a9135 add Loongson support, allow build on mips64el 2011-12-14 21:44:32 +00:00
macallan
ecc38406ea add support for macppc. 2011-03-16 05:09:16 +00:00
wiz
e56a0af7ae Update to r7 (pkgsrc 0.7). Provided by Johannes Hofmann in private mail.
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
2009-10-26 00:30:10 +00:00
adam
ff380de5a2 Changes 0.6:
* 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
2008-09-11 09:51:54 +00:00
abs
d48ffda076 Update estd to -r5nb3
- Ensure rc.d script starts with #!/bin/sh
2007-01-02 23:20:06 +00:00
joerg
5430595a63 DESTDIR support. 2006-11-03 19:14:25 +00:00
rillig
b6a67dc0ac Made the package work for unprivileged builds.
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-09-20 07:19:59 +00:00
xtraeme
0b802aba9a Fix -f on NetBSD/amd64 4.0 and powernow. Patch from Robert Swindells.
Quoting Robert:

With this change I get:

# estd -f
Supported frequencies (PowerNow Mode):
800 MHz
1600 MHz

Bump PKGREVISION.
2006-08-08 22:07:48 +00:00
adam
ba8c7f99ca Changes 0.5:
* Added support for DragonFly BSD
* Daemon can now be controlled via signals
* Bugfixes
2006-07-24 08:11:38 +00:00
dillo
b80a89ab75 Fix bug in comparison function used to sort frequencies.
Install rc.d script.
Bump PKGREVISION.
Take maintainership.
2005-12-27 09:58:56 +00:00
adam
84a57872d8 Changes 0.4:
* Support for PowerNow
2005-10-07 08:52:14 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
agc
a4c741f41d Add rudimentary support for PowerNow processors from Rumi Szabolcs. 2005-01-24 10:56:03 +00:00
agc
de3f1dd6fe Initial import of estd-0.3 into the packages collection. From an
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
2005-01-24 10:50:53 +00:00