看板 DFBSD_commit 關於我們 聯絡資訊
commit 5d40c1cdcf06bc44e82fd18dbd9a3692556779ab Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Aug 5 17:30:32 2009 -0700 DEVFS - Remove numerous leftovers of the old device code. * Remove hashdev(), make_adhoc_dev(), make_sub_dev(), cdev_terminate(), dkmodpart(), and dkmodslice(). * Minor cleanup of pty code. Summary of changes: sys/kern/kern_conf.c | 181 ---------------------------------------- sys/kern/subr_diskslice.c | 203 +-------------------------------------------- sys/kern/tty_pty.c | 22 +---- sys/sys/diskslice.h | 21 ----- 4 files changed, 5 insertions(+), 422 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5d40c1cdcf06bc44e82fd18dbd9a3692556779ab -- DragonFly BSD source repository