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

2014-12-24 Thread Ian Lepore
Author: ian Date: Thu Dec 25 04:41:43 2014 New Revision: 276198 URL: https://svnweb.freebsd.org/changeset/base/276198 Log: Remove _PROF_PROLOGUE from the EENTRY() macros. These macros define 'extra' entry points which are nested within or provide a synonym name for another function. It's m

svn commit: r276197 - head/sys/arm/arm

2014-12-24 Thread Ian Lepore
Author: ian Date: Thu Dec 25 04:18:31 2014 New Revision: 276197 URL: https://svnweb.freebsd.org/changeset/base/276197 Log: Oops, I fumbled a semicolon on the style changes; recover it. Modified: head/sys/arm/arm/exception.S Modified: head/sys/arm/arm/exception.S =

Re: svn commit: r276195 - in head: . lib/libxo

2014-12-24 Thread Alfred Perlstein
2014(r276194) +++ head/ObsoleteFiles.incThu Dec 25 03:15:56 2014(r276195) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20141224: libxo moved to /lib +OLD_FILES+=usr/lib/libxo.a +OLD_FILES+=usr/lib/libxo_p.a This should actually be the .so file only. Static libraries are

Re: svn commit: r276195 - in head: . lib/libxo

2014-12-24 Thread Garrett Cooper
== > --- head/ObsoleteFiles.incThu Dec 25 02:17:17 2014(r276194) > +++ head/ObsoleteFiles.incThu Dec 25 03:15:56 2014(r276195) > @@ -38,6 +38,9 @@ > # xargs -n1 | sort | uniq -d; > # done > > +# 20141224: libxo moved to /lib > +OLD_FILES+=usr/lib/lib

svn commit: r276196 - head/sys/arm/arm

2014-12-24 Thread Ian Lepore
Author: ian Date: Thu Dec 25 03:41:56 2014 New Revision: 276196 URL: https://svnweb.freebsd.org/changeset/base/276196 Log: Change the style of the DO_AST macro to match the others in this file -- semicolons between the code and comments instead of after the comments, and line continuations i

svn commit: r276195 - in head: . lib/libxo

2014-12-24 Thread Alfred Perlstein
(r276195) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20141224: libxo moved to /lib +OLD_FILES+=usr/lib/libxo.a +OLD_FILES+=usr/lib/libxo_p.a # 20141223: remove in6_gif.h, in_gif.h and if_stf.h OLD_FILES+=usr/include/net/if_stf.h OLD_FILES+=usr/include/netinet/in_gif.h Modified

svn commit: r276194 - head/cddl/contrib/opensolaris/cmd/zpool

2014-12-24 Thread Steven Hartland
Author: smh Date: Thu Dec 25 02:17:17 2014 New Revision: 276194 URL: https://svnweb.freebsd.org/changeset/base/276194 Log: Prevent zpool upgrade failing due to unavailable pools Prior to this fix "zpool upgrade" and "zpool upgrade -a" would fail due to an assert when operating on unavaila

Re: svn commit: r276187 - head/sys/arm/arm

2014-12-24 Thread Rui Paulo
On Dec 24, 2014, at 17:31, Ian Lepore wrote: > In every architecture and every place it's used, or just arm just here? You're right, it can be found at least in MIPS and amd64. > This appears to be an idiom, or at least something that has been pasted > in identical form in every arch so far. Th

svn commit: r276193 - head/sys/fs/nfsserver

2014-12-24 Thread Rick Macklem
Author: rmacklem Date: Thu Dec 25 01:55:17 2014 New Revision: 276193 URL: https://svnweb.freebsd.org/changeset/base/276193 Log: A deadlock in the NFSv4 server with vfs.nfsd.enable_locallocks=1 was reported via email. This was caused by a LOR between the sleep lock used to serialize the local

Re: svn commit: r276187 - head/sys/arm/arm

2014-12-24 Thread Ian Lepore
On Wed, 2014-12-24 at 17:05 -0800, Rui Paulo wrote: > On Dec 24, 2014, at 14:40, Ian Lepore wrote: > > > > On Wed, 2014-12-24 at 22:26 +, Andrew Turner wrote: > >> On Wed, 24 Dec 2014 17:12:52 + (UTC) > >> Ian Lepore wrote: > >> > >>> Author: ian > >>> Date: Wed Dec 24 17:12:51 2014 > >

Re: svn commit: r276187 - head/sys/arm/arm

2014-12-24 Thread Rui Paulo
On Dec 24, 2014, at 14:40, Ian Lepore wrote: > > On Wed, 2014-12-24 at 22:26 +, Andrew Turner wrote: >> On Wed, 24 Dec 2014 17:12:52 + (UTC) >> Ian Lepore wrote: >> >>> Author: ian >>> Date: Wed Dec 24 17:12:51 2014 >>> New Revision: 276187 >>> URL: https://svnweb.freebsd.org/changeset/

svn commit: r276192 - head/sys/kern

2014-12-24 Thread Rick Macklem
Author: rmacklem Date: Wed Dec 24 22:58:08 2014 New Revision: 276192 URL: https://svnweb.freebsd.org/changeset/base/276192 Log: Modify vop_stdadvlock{async}() so that it only locks/unlocks the vnode and does a VOP_GETATTR() for the SEEK_END case. This is safe to do, since lf_advlock{async}

Re: svn commit: r276187 - head/sys/arm/arm

2014-12-24 Thread Ian Lepore
On Wed, 2014-12-24 at 22:26 +, Andrew Turner wrote: > On Wed, 24 Dec 2014 17:12:52 + (UTC) > Ian Lepore wrote: > > > Author: ian > > Date: Wed Dec 24 17:12:51 2014 > > New Revision: 276187 > > URL: https://svnweb.freebsd.org/changeset/base/276187 > > > > Log: > > Eliminate unnecessary

Re: svn commit: r276187 - head/sys/arm/arm

2014-12-24 Thread Andrew Turner
On Wed, 24 Dec 2014 17:12:52 + (UTC) Ian Lepore wrote: > Author: ian > Date: Wed Dec 24 17:12:51 2014 > New Revision: 276187 > URL: https://svnweb.freebsd.org/changeset/base/276187 > > Log: > Eliminate unnecessary references to pte.h internals by using the > standard pmap_kenter_temporary(

svn commit: r276191 - head/sys/arm/arm

2014-12-24 Thread Ian Lepore
Author: ian Date: Wed Dec 24 19:47:50 2014 New Revision: 276191 URL: https://svnweb.freebsd.org/changeset/base/276191 Log: Display the correct value for cache Level of Coherency. Like the other levels being displayed here, its value needs a +1 adjustment. Modified: head/sys/arm/arm/identcp

svn commit: r276190 - in head: gnu/usr.bin/gdb/kgdb sys/arm/arm sys/arm/include

2014-12-24 Thread Ian Lepore
Author: ian Date: Wed Dec 24 18:54:31 2014 New Revision: 276190 URL: https://svnweb.freebsd.org/changeset/base/276190 Log: Cleanup up ARM *frame structures... - Eliminate unused irqframe - Eliminate unused saframe - Instead of splitting r4-sp storage between the stack and switchframe

svn commit: r276189 - head/release/arm

2014-12-24 Thread Ed Maste
Author: emaste Date: Wed Dec 24 18:51:25 2014 New Revision: 276189 URL: https://svnweb.freebsd.org/changeset/base/276189 Log: Build gperf before gcc The ARM image builds build the in-tree gcc in order to build u-boot and gperf is needed to build gcc, but is no longer installed on archs

svn commit: r276188 - head/sys/netipsec

2014-12-24 Thread Andrey V. Elsukov
Author: ae Date: Wed Dec 24 18:34:56 2014 New Revision: 276188 URL: https://svnweb.freebsd.org/changeset/base/276188 Log: Rename ip4_def_policy variable to def_policy. It is used by both IPv4 and IPv6. Initialize it only once in def_policy_init(). Remove its initialization from key_init() an

svn commit: r276187 - head/sys/arm/arm

2014-12-24 Thread Ian Lepore
Author: ian Date: Wed Dec 24 17:12:51 2014 New Revision: 276187 URL: https://svnweb.freebsd.org/changeset/base/276187 Log: Eliminate unnecessary references to pte.h internals by using the standard pmap_kenter_temporary() to map pages while dumping. Submitted by: Svatopluk Kraus ,

svn commit: r276180 - in head/sys/arm: arm include mv

2014-12-24 Thread Andrew Turner
Author: andrew Date: Wed Dec 24 15:25:18 2014 New Revision: 276180 URL: https://svnweb.freebsd.org/changeset/base/276180 Log: Rename pic_ipi_get to pic_ipi_read for intrng. Modified: head/sys/arm/arm/gic.c head/sys/arm/arm/mp_machdep.c head/sys/arm/include/smp.h head/sys/arm/mv/mpic.c

svn commit: r276178 - head/share/misc

2014-12-24 Thread Muhammad Moinur Rahman
Author: bofh (ports committer) Date: Wed Dec 24 13:25:22 2014 New Revision: 276178 URL: https://svnweb.freebsd.org/changeset/base/276178 Log: Fix missing \n in committers-ports.dot while adding myself Differential Revision:https://reviews.freebsd.org/D1365 Submitted by: danfe Ap

svn commit: r276177 - in head/sys/arm: conf freescale/imx

2014-12-24 Thread Andrew Turner
Author: andrew Date: Wed Dec 24 12:26:43 2014 New Revision: 276177 URL: https://svnweb.freebsd.org/changeset/base/276177 Log: Switch i.MX to use the platform code to help with a single Freescale kernel. Differential Revision:https://reviews.freebsd.org/D1349 Reviewed by: ian, rpa

svn commit: r276176 - head/lib/msun/src

2014-12-24 Thread Ed Schouten
Author: ed Date: Wed Dec 24 10:13:53 2014 New Revision: 276176 URL: https://svnweb.freebsd.org/changeset/base/276176 Log: Clarify to explain that C99 conforming compilers don't need CMPLX*(). Discussed with: kargl@ Modified: head/lib/msun/src/math_private.h Modified: head/lib/msun/src/m

svn commit: r276175 - head/share/misc

2014-12-24 Thread Muhammad Moinur Rahman
Author: bofh (ports committer) Date: Wed Dec 24 09:25:16 2014 New Revision: 276175 URL: https://svnweb.freebsd.org/changeset/base/276175 Log: Update Mentor and Mentee Information (bofh) Differential Revision:https://reviews.freebsd.org/D1363 Reviewed by: bapt Approved by: bapt