git: linprocfs - Introduce /proc/mounts

看板DFBSD_commit作者時間16年前 (2010/03/14 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit a3c5067f1b59372a02c39080ba86a779ee6661e1 Author: Alex Hornung <ahornung@gmail.com> Date: Sat Mar 13 15:39:37 2010 +0000 linprocfs - Introduce /proc/mounts * Introudce the /proc/mounts entry to satisfy some installers, and df. * NOTE: if you intend to chroot into the linux base, you'll have to change your /compat/linux/etc/mtab symlink to point to /proc/mounts instead. Also note that the paths are not relative to the linux chroot. Reported-by: Sascha Wildner Summary of changes: sys/emulation/linux/i386/linprocfs/linprocfs.h | 2 + .../linux/i386/linprocfs/linprocfs_misc.c | 60 ++++++++++++++++++++ .../linux/i386/linprocfs/linprocfs_subr.c | 4 + .../linux/i386/linprocfs/linprocfs_vnops.c | 13 ++++- 4 files changed, 78 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a3c5067f1b59372a02c39080ba86a779ee6661e1 -- DragonFly BSD source repository
文章代碼(AID): #1BczBtWQ (DFBSD_commit)