svn commit: r297782 - in stable/10: bin/cp bin/mv usr.bin/touch

2016-04-10 Thread Jilles Tjoelker
Author: jilles Date: Sun Apr 10 15:02:29 2016 New Revision: 297782 URL: https://svnweb.freebsd.org/changeset/base/297782 Log: MFC r277645: cp,mv,touch: Set timestamps with nanosecond precision. This uses utimensat(). Modified: stable/10/bin/cp/utils.c stable/10/bin/mv/mv.c stable/10/

svn commit: r297783 - stable/10/usr.bin/touch

2016-04-10 Thread Jilles Tjoelker
Author: jilles Date: Sun Apr 10 15:24:07 2016 New Revision: 297783 URL: https://svnweb.freebsd.org/changeset/base/297783 Log: MFC r278817: touch: Fix some subtle bugs related to NULL times fallback: * Do not subvert vfs.timestamp_precision by reading the time and passing that to utimens

svn commit: r297786 - stable/10/sys/ufs/ufs

2016-04-10 Thread Konstantin Belousov
Author: kib Date: Sun Apr 10 16:27:46 2016 New Revision: 297786 URL: https://svnweb.freebsd.org/changeset/base/297786 Log: MFC r297308: Style: wrap long lines. Modified: stable/10/sys/ufs/ufs/ufsmount.h Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/ufs/ufs/uf

svn commit: r297787 - in stable/10/sys/ufs: ffs ufs

2016-04-10 Thread Konstantin Belousov
Author: kib Date: Sun Apr 10 16:32:21 2016 New Revision: 297787 URL: https://svnweb.freebsd.org/changeset/base/297787 Log: MFC r297311: Ensure that TRIMs are finished before unmount destroys ufsmount. Modified: stable/10/sys/ufs/ffs/ffs_alloc.c stable/10/sys/ufs/ffs/ffs_vfsops.c stable/

svn commit: r297789 - stable/10/bin/csh

2016-04-10 Thread Mark Peek
Author: mp Date: Sun Apr 10 18:12:04 2016 New Revision: 297789 URL: https://svnweb.freebsd.org/changeset/base/297789 Log: MFC 297673: Revert r296969 by removing SAVESIGVEC and switching to fork instead. This fixes usage with system libraries which maintain their own signal state. PR:

svn commit: r297798 - stable/10/lib/libc/locale

2016-04-10 Thread Andrey A. Chernov
Author: ache Date: Mon Apr 11 02:21:42 2016 New Revision: 297798 URL: https://svnweb.freebsd.org/changeset/base/297798 Log: MFC r297557: SJIS encoding don't have single byte characters >= 224 Modified: stable/10/lib/libc/locale/mskanji.c Directory Properties: stable/10/ (props changed)

svn commit: r297799 - stable/10/sys/net

2016-04-10 Thread George V. Neville-Neil
Author: gnn Date: Mon Apr 11 02:42:04 2016 New Revision: 297799 URL: https://svnweb.freebsd.org/changeset/base/297799 Log: MFC 297358 Add ethertype reserved for network testing Modified: stable/10/sys/net/ethernet.h Directory Properties: stable/10/ (props changed) Modified: stable/10/s