git: Import hotplug(4) pseudo-device.
Alexander Polakov
polachok at crater.dragonflybsd.org
Fri Dec 4 15:25:05 PST 2009
commit 115f9a7253667c2f7197dc354b75baa17f5f331a
Author: Alexander Polakov <polachok at gmail.com>
Date: Sat Dec 5 00:43:14 2009 +0300
Import hotplug(4) pseudo-device.
Obtained-from: OpenBSD.
Summary of changes:
share/man/man4/hotplug.4 | 107 +++++++++++++++
sys/dev/misc/Makefile | 2 +-
sys/dev/misc/hotplug/Makefile | 5 +
sys/dev/misc/hotplug/hotplug.c | 282 ++++++++++++++++++++++++++++++++++++++++
sys/sys/hotplug.h | 59 +++++++++
sys/vfs/devfs/devfs_core.c | 34 +++++
6 files changed, 488 insertions(+), 1 deletions(-)
create mode 100644 share/man/man4/hotplug.4
create mode 100644 sys/dev/misc/hotplug/Makefile
create mode 100644 sys/dev/misc/hotplug/hotplug.c
create mode 100644 sys/sys/hotplug.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/115f9a7253667c2f7197dc354b75baa17f5f331a
--
DragonFly BSD source repository
More information about the Commits
mailing list