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

2014-02-26 Thread Justin Hibbits
Author: jhibbits Date: Thu Feb 27 04:45:29 2014 New Revision: 262547 URL: http://svnweb.freebsd.org/changeset/base/262547 Log: Fix callchain capture for hwpmc(4). While here, some style(9) fixes, too. MFC after:2 weeks Modified: head/sys/dev/hwpmc/hwpmc_powerpc.c Modified: head/sys

svn commit: r262546 - head/lib/libc/sys

2014-02-26 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Thu Feb 27 04:06:34 2014 New Revision: 262546 URL: http://svnweb.freebsd.org/changeset/base/262546 Log: syncer(4) is a kernel process, not a user process Noticed by: Geoffrey Thomas Approved by: hrs (mentor) Modified: head/lib/libc/sys/sync.2 Modifi

svn commit: r262545 - stable/9/libexec/rtld-elf

2014-02-26 Thread David Xu
Author: davidxu Date: Thu Feb 27 02:41:41 2014 New Revision: 262545 URL: http://svnweb.freebsd.org/changeset/base/262545 Log: MFC r262277: malloc_aligned() may not leave enough space for pointer to allocated memory, saving the pointer will overwrite bytes belongs to another memory block

svn commit: r262544 - stable/10/libexec/rtld-elf

2014-02-26 Thread David Xu
Author: davidxu Date: Thu Feb 27 02:36:09 2014 New Revision: 262544 URL: http://svnweb.freebsd.org/changeset/base/262544 Log: MFC r262277: malloc_aligned() may not leave enough space for pointer to allocated memory, saving the pointer will overwrite bytes belongs to another memory block

svn commit: r262543 - head/sys/cddl/dev/dtrace/x86

2014-02-26 Thread Mark Johnston
Author: markj Date: Thu Feb 27 01:24:47 2014 New Revision: 262543 URL: http://svnweb.freebsd.org/changeset/base/262543 Log: Fix the struct reg mappings for i386 and amd64, which differ between illumos and FreeBSD. Submitted by: Prashanth Kumar MFC after:2 weeks Modified: head/sy

svn commit: r262542 - in head: cddl/lib/libdtrace sys/cddl/contrib/opensolaris/uts/intel/dtrace sys/cddl/dev/dtrace/amd64 sys/cddl/dev/dtrace/i386 sys/cddl/dev/dtrace/x86 sys/modules/dtrace/dtrace

2014-02-26 Thread Mark Johnston
Author: markj Date: Thu Feb 27 01:04:35 2014 New Revision: 262542 URL: http://svnweb.freebsd.org/changeset/base/262542 Log: Move some files that are identical on i386 and amd64 to an x86 subdirectory rather than keeping duplicate copies. Discussed with: avg MFC after:1 week A

Re: svn commit: r262448 - stable/9/cddl/contrib/opensolaris/cmd/zpool

2014-02-26 Thread Eitan Adler
On Tue, Feb 25, 2014 at 3:03 AM, Andriy Gapon wrote: > on 24/02/2014 19:01 Eitan Adler said the following: >> Author: eadler >> Date: Mon Feb 24 17:01:06 2014 >> New Revision: 262448 >> URL: http://svnweb.freebsd.org/changeset/base/262448 >> >> Log: >> MFC r261774 by feld: > > Most likely this s

svn commit: r262541 - stable/10/share/man/man7

2014-02-26 Thread Eitan Adler
Author: eadler Date: Thu Feb 27 01:01:02 2014 New Revision: 262541 URL: http://svnweb.freebsd.org/changeset/base/262541 Log: MFC r262451: hier(7): Add /usr/lib/private Modified: stable/10/share/man/man7/hier.7 Directory Properties: stable/10/ (props changed) Modified: stable/10/shar

Re: svn commit: r262539 - in head: sys/compat/linprocfs usr.bin/makewhatis

2014-02-26 Thread Eitan Adler
On Wed, Feb 26, 2014 at 7:43 PM, Eitan Adler wrote: > Author: eadler > Date: Thu Feb 27 00:43:10 2014 > New Revision: 262539 > URL: http://svnweb.freebsd.org/changeset/base/262539 ... > head/usr.bin/makewhatis/makewhatis.1 > head/usr.bin/makewhatis/makewhatis.c Please ignore these. These we

svn commit: r262540 - head/usr.bin/makewhatis

2014-02-26 Thread Eitan Adler
Author: eadler Date: Thu Feb 27 00:52:34 2014 New Revision: 262540 URL: http://svnweb.freebsd.org/changeset/base/262540 Log: I had some unrelated (wrong) changes to makewhatis. Undo them. Modified: head/usr.bin/makewhatis/makewhatis.1 head/usr.bin/makewhatis/makewhatis.c Modified: head/us

svn commit: r262539 - in head: sys/compat/linprocfs usr.bin/makewhatis

2014-02-26 Thread Eitan Adler
Author: eadler Date: Thu Feb 27 00:43:10 2014 New Revision: 262539 URL: http://svnweb.freebsd.org/changeset/base/262539 Log: linprocfs: add support for /sys/kernel/random/uuid PR: kern/186187 Submitted by: Fernando MFC After:2 weeks Modified: head/sys/compat/linprocfs/

svn commit: r262538 - svnadmin/conf

2014-02-26 Thread Xin LI
Author: delphij Date: Wed Feb 26 23:03:10 2014 New Revision: 262538 URL: http://svnweb.freebsd.org/changeset/base/262538 Log: Release erwin@ from mentorship so he can now fly solo, congratulations! Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ==

svn commit: r262534 - in head/sys/arm: allwinner arm broadcom/bcm2835 freescale/imx include lpc mv ti/am335x

2014-02-26 Thread Ian Lepore
Author: ian Date: Wed Feb 26 22:06:10 2014 New Revision: 262534 URL: http://svnweb.freebsd.org/changeset/base/262534 Log: Replace many pasted identical definitions of cpu_initclocks() with a common implementation in arm/machdep.c. Most arm platforms either don't need to do anything, or just

svn commit: r262533 - head/bin/sh

2014-02-26 Thread Jilles Tjoelker
Author: jilles Date: Wed Feb 26 21:38:42 2014 New Revision: 262533 URL: http://svnweb.freebsd.org/changeset/base/262533 Log: sh: Make expari() static. Modified: head/bin/sh/expand.c head/bin/sh/expand.h Modified: head/bin/sh/expand.c

Re: svn commit: r262480 - head/sys/dev/syscons

2014-02-26 Thread Dimitry Andric
On 26 Feb 2014, at 13:19, Slawa Olhovchenkov wrote: > On Tue, Feb 25, 2014 at 01:48:05PM +, Julio Merino wrote: > >> Author: jmmv >> Date: Tue Feb 25 13:48:05 2014 >> New Revision: 262480 >> URL: http://svnweb.freebsd.org/changeset/base/262480 >> >> Log: >> Increase maximum number of column

Re: svn commit: r262309 - head/sys/kern

2014-02-26 Thread Mateusz Guzik
On Wed, Feb 26, 2014 at 03:29:31PM -0500, John Baldwin wrote: > On Wednesday, February 26, 2014 2:23:48 pm Mateusz Guzik wrote: > > On Tue, Feb 25, 2014 at 01:08:43PM -0500, John Baldwin wrote: > > > On Friday, February 21, 2014 5:29:09 pm Mateusz Guzik wrote: > > > > Author: mjg > > > > Date: Fri

Re: svn commit: r262466 - head/sys/cddl/dev/systrace

2014-02-26 Thread Justin Hibbits
On Wed, Feb 26, 2014 at 9:52 AM, Justin Hibbits wrote: > On Tue, Feb 25, 2014 at 5:35 PM, Mark Johnston wrote: >> On Tue, Feb 25, 2014 at 03:17:56PM -0800, Justin Hibbits wrote: >>> I think this broke powerpc building. I see the following build failure: >>> >>> cc1: warnings being treated as err

Re: svn commit: r262309 - head/sys/kern

2014-02-26 Thread John Baldwin
On Wednesday, February 26, 2014 2:23:48 pm Mateusz Guzik wrote: > On Tue, Feb 25, 2014 at 01:08:43PM -0500, John Baldwin wrote: > > On Friday, February 21, 2014 5:29:09 pm Mateusz Guzik wrote: > > > Author: mjg > > > Date: Fri Feb 21 22:29:09 2014 > > > New Revision: 262309 > > > URL: http://svnweb

Re: svn commit: r262309 - head/sys/kern

2014-02-26 Thread Mateusz Guzik
On Tue, Feb 25, 2014 at 01:08:43PM -0500, John Baldwin wrote: > On Friday, February 21, 2014 5:29:09 pm Mateusz Guzik wrote: > > Author: mjg > > Date: Fri Feb 21 22:29:09 2014 > > New Revision: 262309 > > URL: http://svnweb.freebsd.org/changeset/base/262309 > > > > Log: > > Fix a race between ke

svn commit: r262532 - head/usr.sbin/bhyve

2014-02-26 Thread Neel Natu
Author: neel Date: Wed Feb 26 19:14:54 2014 New Revision: 262532 URL: http://svnweb.freebsd.org/changeset/base/262532 Log: Document the "-a" and "-x" options to match the changes in r262236. Reviewed by: grehan Modified: head/usr.sbin/bhyve/bhyve.8 Modified: head/usr.sbin/bhyve/bhyve.8

svn commit: r262531 - head/sys/arm/freescale/imx

2014-02-26 Thread Ian Lepore
Author: ian Date: Wed Feb 26 18:29:14 2014 New Revision: 262531 URL: http://svnweb.freebsd.org/changeset/base/262531 Log: Minor tweaks to the imx GPT timer... - Don't use spaces or dots in the eventtimer or timecounter names. They turn into sysctl node names, and it's just confusing.

Re: svn commit: r262466 - head/sys/cddl/dev/systrace

2014-02-26 Thread Justin Hibbits
On Tue, Feb 25, 2014 at 5:35 PM, Mark Johnston wrote: > On Tue, Feb 25, 2014 at 03:17:56PM -0800, Justin Hibbits wrote: >> I think this broke powerpc building. I see the following build failure: >> >> cc1: warnings being treated as errors >> /home/chmeee/freebsd/head/sys/modules/dtrace/systrace/.

svn commit: r262530 - in head/contrib/openpam: . lib/libpam t

2014-02-26 Thread Dag-Erling Smørgrav
Author: des Date: Wed Feb 26 17:14:02 2014 New Revision: 262530 URL: http://svnweb.freebsd.org/changeset/base/262530 Log: MFV (r262529): fix is_upper() predicate MFC after:1 week Added: head/contrib/openpam/t/t_openpam_ctype.c - copied unchanged from r262529, vendor/openpam/dist

svn commit: r262529 - in vendor/openpam/dist: . lib/libpam t

2014-02-26 Thread Dag-Erling Smørgrav
Author: des Date: Wed Feb 26 17:06:54 2014 New Revision: 262529 URL: http://svnweb.freebsd.org/changeset/base/262529 Log: Merge upstream r763: fix is_upper() predicate. Added: vendor/openpam/dist/t/t_openpam_ctype.c Modified: vendor/openpam/dist/CREDITS vendor/openpam/dist/lib/libpam/open

Re: svn commit: r262480 - head/sys/dev/syscons

2014-02-26 Thread Slawa Olhovchenkov
On Tue, Feb 25, 2014 at 01:48:05PM +, Julio Merino wrote: > Author: jmmv > Date: Tue Feb 25 13:48:05 2014 > New Revision: 262480 > URL: http://svnweb.freebsd.org/changeset/base/262480 > > Log: > Increase maximum number of columns to support 1980x1200 displays. What about support 4K display

svn commit: r262526 - head/tests/sys/kern

2014-02-26 Thread Peter Holm
Author: pho Date: Wed Feb 26 09:08:25 2014 New Revision: 262526 URL: http://svnweb.freebsd.org/changeset/base/262526 Log: Added a regression test for r234131. Discussed with:asomers Sponsored by: EMC / Isilon storage division Added: head/tests/sys/kern/kern_descrip_test.c (co

svn commit: r262525 - head/usr.bin/iscsictl

2014-02-26 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Feb 26 09:06:57 2014 New Revision: 262525 URL: http://svnweb.freebsd.org/changeset/base/262525 Log: There is no need to prevent iscsictl from adding iSER session when there is no iSER support in ctld and/or kernel; should the user make that mistake, the output from "i