Re: 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

2013-03-09 Thread Robert Watson

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


___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


Re: 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

2013-03-09 Thread Attilio Rao
On Sat, Mar 9, 2013 at 4:02 PM, Robert Watson rwat...@freebsd.org wrote:
 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!

Thanks for the kind words.

The VFS can be considered completely MPSAFE by date, the only
remaining thing to do is sweeping out smbfs/netsmb.
However a known FreeBSD shops has patches to make smbfs MPSAFE and I'd
rather give them more time to commit them and re-add smbfs as a MPSAFE
filesystem rather than get into their way and remove the support.

This is the last bit to sort out.

Attilio


-- 
Peace can only be achieved by understanding - A. Einstein
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


Re: 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

2013-03-09 Thread Joel Dahl
On Sat, Mar 09, 2013 at 04:17:56PM +0100, Attilio Rao wrote:
 On Sat, Mar 9, 2013 at 4:02 PM, Robert Watson rwat...@freebsd.org wrote:
  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!
 
 Thanks for the kind words.
 
 The VFS can be considered completely MPSAFE by date, the only
 remaining thing to do is sweeping out smbfs/netsmb.
 However a known FreeBSD shops has patches to make smbfs MPSAFE and I'd
 rather give them more time to commit them and re-add smbfs as a MPSAFE
 filesystem rather than get into their way and remove the support.

Have they given you any ETA for this? 10.0 is approaching ... :-)

-- 
Joel
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


Re: 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

2013-03-09 Thread Davide Italiano
On Sat, Mar 9, 2013 at 5:29 PM, Joel Dahl j...@vnode.se wrote:
 On Sat, Mar 09, 2013 at 04:17:56PM +0100, Attilio Rao wrote:
 On Sat, Mar 9, 2013 at 4:02 PM, Robert Watson rwat...@freebsd.org wrote:
  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!

 Thanks for the kind words.

 The VFS can be considered completely MPSAFE by date, the only
 remaining thing to do is sweeping out smbfs/netsmb.
 However a known FreeBSD shops has patches to make smbfs MPSAFE and I'd
 rather give them more time to commit them and re-add smbfs as a MPSAFE
 filesystem rather than get into their way and remove the support.

 Have they given you any ETA for this? 10.0 is approaching ... :-)

 --
 Joel

I'm working on this right now and should be addressed in few days.

Thanks,

-- 
Davide

There are no solved problems; there are only problems that are more
or less solved -- Henri Poincare
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org