看板 DFBSD_commit 關於我們 聯絡資訊
commit bbfb07555b1b38a2d4e72a1493ac0296324c8fa9 Author: Sascha Wildner <saw@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