git: kernel: Bring back longrun(4) which was lost in 90e8a35b.

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Aug 22 04:32:50 PDT 2011


commit bbfb07555b1b38a2d4e72a1493ac0296324c8fa9
Author: Sascha Wildner <saw at online.de>
Date:   Mon Aug 22 13:31:42 2011 +0200

    kernel: Bring back longrun(4) which was lost in 90e8a35b.
    
    FreeBSD had moved it to its own file (from identcpu.c) but that wasn't
    brought in.

Summary of changes:
 share/man/man4/man4.i386/longrun.4 |    3 +-
 sys/config/LINT                    |   11 +-
 sys/dev/powermng/Makefile          |    2 +-
 sys/dev/powermng/longrun/longrun.c |  301 ++++++++++++++++++++++++++++++++++++
 sys/platform/pc32/conf/files       |    1 +
 sys/platform/pc32/conf/options     |    1 +
 6 files changed, 313 insertions(+), 6 deletions(-)
 create mode 100644 sys/dev/powermng/longrun/longrun.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bbfb07555b1b38a2d4e72a1493ac0296324c8fa9


-- 
DragonFly BSD source repository





More information about the Commits mailing list