看板 DFBSD_commit 關於我們 聯絡資訊
commit cf0e588c61ef062f3bc58e21f437064015360ec1 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Aug 1 09:53:21 2009 -0700 DEVFS - Bring Alex's devfsctl into the main tree This is a rollup commit bringing in Alex Hornung's devfsctl into the main tree. Submitted-by: Alex Hornung <ahornung@gmail.com> Summary of changes: usr.sbin/devfsctl/Makefile | 5 + usr.sbin/{iostat/iostat.8 => devfsctl/devfsctl.8} | 0 usr.sbin/devfsctl/devfsctl.c | 544 +++++++++++++++++++++ 3 files changed, 549 insertions(+), 0 deletions(-) create mode 100644 usr.sbin/devfsctl/Makefile copy usr.sbin/{iostat/iostat.8 => devfsctl/devfsctl.8} (100%) create mode 100644 usr.sbin/devfsctl/devfsctl.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cf0e588c61ef062f3bc58e21f437064015360ec1 -- DragonFly BSD source repository