svn commit: r248097 - in head: . lib/libncp lib/libprocstat share/examples/nwclient sys/fs/nwfs sys/modules/ncp sys/modules/nwfs sys/netncp usr.bin/ncplist usr.bin/ncplogin usr.sbin/mount_nwfs

Robert Watson rwatson at FreeBSD.org
Sat Mar 9 15:02:35 UTC 2013


Hi Attilio:

It's really great to see the continued progress towards the 
goal entirely-MPSAFE VFS in 10.x -- we owe you a huge vote of thanks for 
pursuing this!

Robert N M Watson
Computer Laboratory
University of Cambridge

On Sat, 9 Mar 2013, Attilio Rao wrote:

> Author: attilio
> Date: Sat Mar  9 12:45:36 2013
> New Revision: 248097
> URL: http://svnweb.freebsd.org/changeset/base/248097
>
> Log:
>  Garbage collect NWFS and NCP bits which are now completely disconnected
>  from the tree since few months.
>
>  This patch is not targeted for MFC.
>
> Deleted:
>  head/lib/libncp/
>  head/lib/libprocstat/nwfs.c
>  head/share/examples/nwclient/
>  head/sys/fs/nwfs/
>  head/sys/modules/ncp/
>  head/sys/modules/nwfs/
>  head/sys/netncp/
>  head/usr.bin/ncplist/
>  head/usr.bin/ncplogin/
>  head/usr.sbin/mount_nwfs/
> Modified:
>  head/ObsoleteFiles.inc
>
> Modified: head/ObsoleteFiles.inc
> ==============================================================================
> --- head/ObsoleteFiles.inc	Sat Mar  9 12:34:45 2013	(r248096)
> +++ head/ObsoleteFiles.inc	Sat Mar  9 12:45:36 2013	(r248097)
> @@ -38,6 +38,43 @@
> #   xargs -n1 | sort | uniq -d;
> # done
>
> +# 20130902: NWFS and NCP supports removed
> +OLD_FILES+=usr/bin/ncplist
> +OLD_FILES+=usr/bin/ncplogin
> +OLD_FILES+=usr/bin/ncplogout
> +OLD_FILES+=usr/include/fs/nwfs/nwfs.h
> +OLD_FILES+=usr/include/fs/nwfs/nwfs_mount.h
> +OLD_FILES+=usr/include/fs/nwfs/nwfs_node.h
> +OLD_FILES+=usr/include/fs/nwfs/nwfs_subr.h
> +OLD_DIRS+=usr/include/fs/nwfs
> +OLD_FILES+=usr/include/netncp/ncp.h
> +OLD_FILES+=usr/include/netncp/ncp_cfg.h
> +OLD_FILES+=usr/include/netncp/ncp_conn.h
> +OLD_FILES+=usr/include/netncp/ncp_file.h
> +OLD_FILES+=usr/include/netncp/ncp_lib.h
> +OLD_FILES+=usr/include/netncp/ncp_ncp.h
> +OLD_FILES+=usr/include/netncp/ncp_nls.h
> +OLD_FILES+=usr/include/netncp/ncp_rcfile.h
> +OLD_FILES+=usr/include/netncp/ncp_rq.h
> +OLD_FILES+=usr/include/netncp/ncp_sock.h
> +OLD_FILES+=usr/include/netncp/ncp_subr.h
> +OLD_FILES+=usr/include/netncp/ncp_user.h
> +OLD_FILES+=usr/include/netncp/ncpio.h
> +OLD_FILES+=usr/include/netncp/nwerror.h
> +OLD_DIRS+=usr/include/netncp
> +OLD_FILES+=usr/lib/libncp.a
> +OLD_FILES+=usr/lib/libncp.so
> +OLD_LIBS+=usr/lib/libncp.so.4
> +OLD_FILES+=usr/lib/libncp_p.a
> +OLD_FILES+=usr/lib32/libncp.a
> +OLD_FILES+=usr/lib32/libncp.so
> +OLD_LIBS+=usr/lib32/libncp.so.4
> +OLD_FILES+=usr/lib32/libncp_p.a
> +OLD_FILES+=usr/sbin/mount_nwfs
> +OLD_FILES+=usr/share/man/man1/ncplist.1.gz
> +OLD_FILES+=usr/share/man/man1/ncplogin.1.gz
> +OLD_FILES+=usr/share/man/man1/ncplogout.1.gz
> +OLD_FILES+=usr/share/man/man8/mount_nwfs.8.gz
> # 20130302: NTFS support removed
> OLD_FILES+=rescue/mount_ntfs
> OLD_FILES+=sbin/mount_ntfs
>


More information about the svn-src-all mailing list