Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
It seems useless to me, and it is inconsistent with the rest of the
initialization scripts.
|
|
Changes:
* fix incorrect static array initialization
|
|
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.
|
|
Add comments to patch-ab
Bump PKGREVISION
|
|
Changes:
estd-r9
* Improve SMP support on NetBSD.
Submitted by: vincent@labri.fr
estd-r8
* Add Intrepid support.
Submitted by: Michael <macallan@netbsd.org>
|
|
detect number of CPUs on non-ACPI NetBSD systems.
|
|
|
|
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
* 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
|
|
What's was changed?
|
|
because of this fix.
|
|
- Ensure rc.d script starts with #!/bin/sh
|
|
|
|
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. :)
|
|
NetBSD 3.x releases are not supported.
|
|
|
|
|
|
Quoting Robert:
With this change I get:
# estd -f
Supported frequencies (PowerNow Mode):
800 MHz
1600 MHz
Bump PKGREVISION.
|
|
|
|
|
|
* Added support for DragonFly BSD
* Daemon can now be controlled via signals
* Bugfixes
|
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
Install rc.d script.
Bump PKGREVISION.
Take maintainership.
|
|
* Support for PowerNow
|
|
|
|
|
|
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
|