Author: avg
Date: Mon May 23 07:17:53 2016
New Revision: 300483
URL: https://svnweb.freebsd.org/changeset/base/300483
Log:
MFC r300024: zfs_ioc_rename: fix a reversed condition
PR: 209093
Modified:
stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c
Directory Pr
Author: avg
Date: Mon May 23 07:21:16 2016
New Revision: 300485
URL: https://svnweb.freebsd.org/changeset/base/300485
Log:
MFC r299916: vfs_read_dirent: increment ncookies after adding a cookie
Modified:
stable/9/sys/kern/vfs_subr.c
Directory Properties:
stable/9/sys/ (props changed)
Mod
Author: pfg
Date: Tue May 24 03:00:24 2016
New Revision: 300554
URL: https://svnweb.freebsd.org/changeset/base/300554
Log:
MFV r299377:
sed.1: Correction for the case insensitive case.
Use the capital I instead of the lowercase.
Submitted by: Mikhail T.
Modified:
stable/9/usr.bin/
Author: ngie
Date: Tue May 24 04:18:15 2016
New Revision: 300558
URL: https://svnweb.freebsd.org/changeset/base/300558
Log:
MFstable/10 r300471:
MFC r299712,r299759,r299760,r299761,r299762:
r299712:
Fix some trivial clang/gcc warnings in bsnmptc.c
- By definition, `enum snmp_
Author: ngie
Date: Tue May 24 04:34:45 2016
New Revision: 300560
URL: https://svnweb.freebsd.org/changeset/base/300560
Log:
MFC r299764,r299765,r299769,r299770,r299774,r299802,r299803,r299805,r299814:
r299764:
Use the size of the destination buffer, not the source buffer.
Technica
Author: ngie
Date: Tue May 24 05:11:55 2016
New Revision: 300566
URL: https://svnweb.freebsd.org/changeset/base/300566
Log:
MFstable/10 r233128,r300561:
r233128 (by harti):
memset() wants the size of the structure to clear, not the size
of the pointer to it.
r300561:
MFC r2