Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2005 21:17:31 +0000 (UTC)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/powerd Makefile powerd.8 powerd.c
Message-ID:  <200502262117.j1QLHVnm022758@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502262117.j1QLHVnm022758>