Date: Sun, 11 Mar 2001 19:16:56 -0800 (PST) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linprocfs linprocfs.h linprocfs_misc.c linprocfs_subr.c linprocfs_vfsops.c linprocfs_vnops.c Message-ID: <200103120317.f2C3H0R16590@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jlemon 2001/03/11 19:16:56 PST Modified files: sys/compat/linprocfs linprocfs.h linprocfs_misc.c linprocfs_subr.c linprocfs_vfsops.c linprocfs_vnops.c Log: Eliminate global node types and instead use an operations vector for each node in order to make it easier to add new entries. Rewrite the internal directory structure so that it is possible to have independent subdirectories. Utilize this to add /proc/net/dev. Reviewed by: DES Revision Changes Path 1.7 +51 -53 src/sys/compat/linprocfs/linprocfs.h 1.22 +159 -71 src/sys/compat/linprocfs/linprocfs_misc.c 1.9 +29 -106 src/sys/compat/linprocfs/linprocfs_subr.c 1.8 +2 -2 src/sys/compat/linprocfs/linprocfs_vfsops.c 1.17 +168 -388 src/sys/compat/linprocfs/linprocfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103120317.f2C3H0R16590>