svn commit: r281521 - in stable/9: sys/rpc usr.sbin/nfsd

2015-04-14 Thread Alexander Motin
Author: mav Date: Tue Apr 14 09:58:58 2015 New Revision: 281521 URL: https://svnweb.freebsd.org/changeset/base/281521 Log: MFC r281199: Remove hard limits on number of accepting NFS connections. Limits of 5 connections set long ago creates problems for SPEC benchmark. Make the NFS follow

svn commit: r281534 - stable/9/sbin/newfs_msdos

2015-04-14 Thread Pedro F. Giffuni
Author: pfg Date: Tue Apr 14 18:46:42 2015 New Revision: 281534 URL: https://svnweb.freebsd.org/changeset/base/281534 Log: MFC r281320: Update documented OEM string in newfs_msdos(8). This was updated in r203868 to better match the naming scheme in other OSs that use FAT. Modified:

svn commit: r281538 - in stable: 10/sys/sys 9/sys/sys

2015-04-14 Thread John Baldwin
Author: jhb Date: Tue Apr 14 20:05:26 2015 New Revision: 281538 URL: https://svnweb.freebsd.org/changeset/base/281538 Log: MFC 278474,278476,280279: Expand the bitcount*() API and use it to implement CPU_COUNT for cpusets. 278474: Use __builtin_popcnt() to implement a BIT_COUNT() operat