svn commit: r293647 - stable/9/sys/fs/ext2fs

2016-01-10 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jan 10 22:31:39 2016 New Revision: 293647 URL: https://svnweb.freebsd.org/changeset/base/293647 Log: MFC r293370: ext2fs: reading mmaped file in Ext4 causes panic Always call brelse(path.ep_bp), fixing reading EXT4 files using mmap(). Patch by Damjan Jovanovic

svn commit: r293651 - stable/9/include

2016-01-10 Thread Gleb Smirnoff
Author: glebius Date: Mon Jan 11 01:45:25 2016 New Revision: 293651 URL: https://svnweb.freebsd.org/changeset/base/293651 Log: Install stdatomic.h. Modified: stable/9/include/Makefile Modified: stable/9/include/Makefile

svn commit: r293652 - in stable/9: contrib/ntp contrib/ntp/html contrib/ntp/include contrib/ntp/lib/isc contrib/ntp/lib/isc/win32 contrib/ntp/libntp contrib/ntp/libparse contrib/ntp/ntpd contrib/nt...

2016-01-10 Thread Gleb Smirnoff
Author: glebius Date: Mon Jan 11 01:48:16 2016 New Revision: 293652 URL: https://svnweb.freebsd.org/changeset/base/293652 Log: Merge r293423, r293469: ntp 4.2.8p5 Added: stable/9/contrib/ntp/include/safecast.h - copied unchanged from r293423, head/contrib/ntp/include/safecast.h Modif