svn commit: r294138 - head/sys/arm/include

2016-01-16 Thread Andrew Turner
Author: andrew Date: Sat Jan 16 10:12:50 2016 New Revision: 294138 URL: https://svnweb.freebsd.org/changeset/base/294138 Log: Use __ARM_ARCH to decide when ARM_TP_ADDRESS needs to be set. This fixes an issue with clang 3.8.0 where none of the __ARM_ARCH_*__ macros were defined on some ARMv6

svn commit: r294137 - head/sys/security/audit

2016-01-16 Thread Konstantin Belousov
Author: kib Date: Sat Jan 16 10:06:33 2016 New Revision: 294137 URL: https://svnweb.freebsd.org/changeset/base/294137 Log: Busy the mount point which is the owner of the audit vnode, around audit_record_write(). This is important so that VFS_STATFS() is not done on the NULL or freed mp and

Re: svn commit: r289769 - in head/sys: amd64/linux amd64/linux32 cddl/dev/systrace kern modules/dtrace modules/dtrace/systrace_linux modules/dtrace/systrace_linux32

2016-01-16 Thread Chagin Dmitry
On Thu, Oct 22, 2015 at 09:28:21PM +, John Baldwin wrote: > Author: jhb > Date: Thu Oct 22 21:28:20 2015 > New Revision: 289769 > URL: https://svnweb.freebsd.org/changeset/base/289769 > > Log: > Rename remaining linux32 symbols such as linux_sysent[] and > linux_syscallnames[] from

svn commit: r294200 - head/sys/fs/nandfs

2016-01-16 Thread Ravi Pokala
Author: rpokala Date: Sun Jan 17 01:04:20 2016 New Revision: 294200 URL: https://svnweb.freebsd.org/changeset/base/294200 Log: [PR 206224] bv_cnt is sometimes examined without holding the bufobj lock Add locking around access to bv_cnt which is currently being done unlocked PR:

svn commit: r294199 - head

2016-01-16 Thread Dimitry Andric
== --- head/ObsoleteFiles.inc Sun Jan 17 00:52:21 2016(r294198) +++ head/ObsoleteFiles.inc Sun Jan 17 00:52:28 2016(r294199) @@ -39,9 +39,9 @@ # done # 20160116: Update mandoc to cvs snapshot 20160116 -OLD_FILES+=/usr/share/mdocml

svn commit: r294198 - head/sys/dev/usb/wlan

2016-01-16 Thread Andriy Voskoboinyk
Author: avos Date: Sun Jan 17 00:52:21 2016 New Revision: 294198 URL: https://svnweb.freebsd.org/changeset/base/294198 Log: urtwn: add ROM structure for RTL8188EU - Add the structure with already known fields offsets (some of them were taken from this driver, some (channel_plan,

svn commit: r294191 - head/usr.sbin/bsdinstall/scripts

2016-01-16 Thread Allan Jude
Author: allanjude Date: Sat Jan 16 19:25:16 2016 New Revision: 294191 URL: https://svnweb.freebsd.org/changeset/base/294191 Log: Never 4k align the MBR bootpool because zfsldr can not deal with a gap If the bootpool does not start at the first sector of the BSD partition then zfsldr

svn commit: r294195 - head/sys/powerpc/include

2016-01-16 Thread Justin Hibbits
Author: jhibbits Date: Sat Jan 16 21:24:12 2016 New Revision: 294195 URL: https://svnweb.freebsd.org/changeset/base/294195 Log: Partially revert r294055. This part was a botched revert of a test change. Spotted by: alc Modified: head/sys/powerpc/include/vmparam.h Modified:

svn commit: r294196 - head/usr.sbin/jail

2016-01-16 Thread Jamie Gritton
Author: jamie Date: Sat Jan 16 22:32:57 2016 New Revision: 294196 URL: https://svnweb.freebsd.org/changeset/base/294196 Log: Don't bother checking an ip[46].addr netmask/prefixlen. This is already handled by ifconfig, and it was doing it wrong when the paramater included extra ifconfig

svn commit: r294201 - head/sys/dev/sfxge/common

2016-01-16 Thread Andrew Rybchenko
Author: arybchik Date: Sun Jan 17 05:12:37 2016 New Revision: 294201 URL: https://svnweb.freebsd.org/changeset/base/294201 Log: sfxge: convert nvram erase method to use partition id Submitted by: Andy Moreton Sponsored by: Solarflare Communications, Inc. MFC after: 2 days

svn commit: r294197 - head/sys/dev/hwpmc

2016-01-16 Thread Justin Hibbits
Author: jhibbits Date: Sun Jan 17 00:14:22 2016 New Revision: 294197 URL: https://svnweb.freebsd.org/changeset/base/294197 Log: e5500 HWPMC is identical to e500mc, so add support check for it. Modified: head/sys/dev/hwpmc/hwpmc_e500.c head/sys/dev/hwpmc/hwpmc_powerpc.c Modified:

Re: svn commit: r294199 - head

2016-01-16 Thread Baptiste Daroussin
On Sun, Jan 17, 2016 at 12:52:28AM +, Dimitry Andric wrote: > Author: dim > Date: Sun Jan 17 00:52:28 2016 > New Revision: 294199 > URL: https://svnweb.freebsd.org/changeset/base/294199 > > Log: > Remove leading slashes added to ObsoleteFiles.inc in r294113. Thank you! Bapt

svn commit: r294168 - head/sys/cddl/contrib/opensolaris

2016-01-16 Thread Dimitry Andric
Author: dim Date: Sat Jan 16 17:28:37 2016 New Revision: 294168 URL: https://svnweb.freebsd.org/changeset/base/294168 Log: Fix up mergeinfo after r294102. Modified: Directory Properties: head/sys/cddl/contrib/opensolaris/ (props changed) ___

svn commit: r294183 - head/usr.sbin/jail

2016-01-16 Thread Jamie Gritton
Author: jamie Date: Sat Jan 16 18:13:28 2016 New Revision: 294183 URL: https://svnweb.freebsd.org/changeset/base/294183 Log: Clear errno before calling getpw*. Modified: head/usr.sbin/jail/command.c Modified: head/usr.sbin/jail/command.c