cvs commit: src/usr.sbin/powerd Makefile powerd.8 powerd.c

Nate Lawson njl at FreeBSD.org
Sat Feb 26 21:17:32 GMT 2005


njl         2005-02-26 21:17:31 UTC

  FreeBSD src repository

  Added files:
    usr.sbin/powerd      Makefile powerd.8 powerd.c 
  Log:
  Import powerd(8), a utility for managing power consumption.  Currently, it
  just uses cpufreq(4) but in the future it should also do things like spin
  down disks.  This is based on the work by Colin Percival (called "estctrl").
  
  Revision  Changes    Path
  1.1       +8 -0      src/usr.sbin/powerd/Makefile (new)
  1.1       +128 -0    src/usr.sbin/powerd/powerd.8 (new)
  1.1       +390 -0    src/usr.sbin/powerd/powerd.c (new)


More information about the cvs-src mailing list