summaryrefslogtreecommitdiff
path: root/sysutils/estd
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26sysutils: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07sysutils: Remove SHA1 hashes for distfilesnia1-2/+1
2021-04-25various fixes for arm64 big endian support.mrg1-2/+2
most of these simply extend matching from "aarch64" to "aarch64eb" in various forms of code. most remaining uses in pkgsrc of "MACHINE_ARCH == aarch64" are because of missing aarch64eb support, such as most of the binary-bootstrap requiring languages like rust, go, and java. no pkg-bump because this shouldn't change packages on systems that could already build all of these.
2020-04-29estd: avoid complex netbsd version logic.maya1-9/+7
This is a workaround for EOL netbsd versions
2019-10-06Add "Generic Multi-domain Mode" support and track CPU usage on a per-domainjmcneill4-7/+218
basis when enabled.
2019-08-14allow NetBSD-[6-9]* on powerpc and mips64elmacallan1-1/+3
2019-05-23all: replace SUBST_SED with the simpler SUBST_VARSrillig1-3/+3
pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
2019-04-09Update urlssevan1-3/+3
2018-11-08Allow build on NetBSD/aarch64jakllsch1-2/+3
2018-04-30*: remove references to obsolete DragonFly/i386wiz1-2/+2
2017-10-25Add support for LDFLAGSkhorben3-8/+18
This notably fixes building with RELRO enabled.
2017-08-01Comment out some dead HOMEPAGEs.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+2
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-03-06Removed the "estd: Forked" messagekhorben4-5/+21
It seems useless to me, and it is inconsistent with the rest of the initialization scripts.
2015-02-19Update to r11. From Leonardo Taccari in PR 49679.wiz3-50/+7
Changes: * fix incorrect static array initialization
2015-02-18Update to r10 from Leonardo Taccari in PR 49675:wiz4-143/+39
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-17Fix off by one error which caused SEGV when no valid scaling option foundabs3-12/+36
Add comments to patch-ab Bump PKGREVISION
2015-02-01Update to 0.9, from Leonardo Taccari in PR 49624:wiz4-48/+48
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-01-04Add support for Rockchip 'machdep.cpu.frequency' interface. Use hw.ncpu tojmcneill3-16/+55
detect number of CPUs on non-ACPI NetBSD systems.
2014-10-01add NetBSD/arm (am335x) support, bump pkgrevisionjmcneill3-16/+41
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
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