summaryrefslogtreecommitdiff
path: root/sysutils/estd
AgeCommit message (Collapse)AuthorFilesLines
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