svn commit: r267040 - stable/10/sys/powerpc/powerpc

2014-06-03 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Jun 4 06:21:54 2014 New Revision: 267040 URL: http://svnweb.freebsd.org/changeset/base/267040 Log: MFC r266778: Repair nested signal handling on PowerPC. The signal trampoline code was not allocating space for the parameter save area in the stack frame. If the

svn commit: r267039 - stable/10/sys/dev/usb/controller

2014-06-03 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 4 06:15:45 2014 New Revision: 267039 URL: http://svnweb.freebsd.org/changeset/base/267039 Log: MFC r266833: Add some more spinlocks to protect the state of the USB transfer queue. Rename some functions to indicate locking requirements. Modified: stable/10/s

Re: svn commit: r267029 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-06-03 Thread Alexander Motin
On 04.06.2014 08:04, Bryan Drewery wrote: On 6/3/2014 4:06 PM, Alexander Motin wrote: Author: mav Date: Tue Jun 3 21:06:03 2014 New Revision: 267029 URL: http://svnweb.freebsd.org/changeset/base/267029 Log: Replace gethrtime() with cpu_ticks(), as source of random for the taskqueue selec

Re: svn commit: r267026 - head/usr.bin/users

2014-06-03 Thread Pietro Cerutti
On 2014-Jun-04, 07:40, Joel Dahl wrote: > > 3 jun 2014 kl. 22:58 skrev Pietro Cerutti : > > > Author: gahr (ports committer) > > Date: Tue Jun 3 20:58:11 2014 > > New Revision: 267026 > > URL: http://svnweb.freebsd.org/changeset/base/267026 > > > > Log: > > - style, remove (void) in front of p

Re: svn commit: r267026 - head/usr.bin/users

2014-06-03 Thread Joel Dahl
3 jun 2014 kl. 22:58 skrev Pietro Cerutti : > Author: gahr (ports committer) > Date: Tue Jun 3 20:58:11 2014 > New Revision: 267026 > URL: http://svnweb.freebsd.org/changeset/base/267026 > > Log: > - style, remove (void) in front of printf and the like > > CR: D161 > Approved by: c

Re: svn commit: r267029 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-06-03 Thread Bryan Drewery
On 6/3/2014 4:06 PM, Alexander Motin wrote: > Author: mav > Date: Tue Jun 3 21:06:03 2014 > New Revision: 267029 > URL: http://svnweb.freebsd.org/changeset/base/267029 > > Log: > Replace gethrtime() with cpu_ticks(), as source of random for the taskqueue > selection. gethrtime() in our port

svn commit: r267038 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-06-03 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 4 05:04:15 2014 New Revision: 267038 URL: http://svnweb.freebsd.org/changeset/base/267038 Log: - Naively fix build by partially reverting r267029 to still use gethrtime() when building libzpool. X-MFC-With: 267029 Modified: head/sys/cddl/contrib/open

svn commit: r267037 - head/usr.bin/netstat

2014-06-03 Thread Allan Jude
Author: allanjude (doc committer) Date: Wed Jun 4 04:18:33 2014 New Revision: 267037 URL: http://svnweb.freebsd.org/changeset/base/267037 Log: Further updates to the netstat(1) man page and usage message - Reformat the entire man page - Create a proper synopsis section - Use itemized-l

svn commit: r267036 - stable/10/sys/conf

2014-06-03 Thread Li-Wen Hsu
Author: lwhsu (ports committer) Date: Wed Jun 4 03:03:34 2014 New Revision: 267036 URL: http://svnweb.freebsd.org/changeset/base/267036 Log: MFC r266335: Add axge(4) to LINT Approved by: kevlo Modified: stable/10/sys/conf/NOTES Directory Properties: stable/10/ (props changed)

svn commit: r267035 - head/tools/tools/vt/fontcvt

2014-06-03 Thread Ed Maste
Author: emaste Date: Wed Jun 4 03:02:49 2014 New Revision: 267035 URL: http://svnweb.freebsd.org/changeset/base/267035 Log: vt fontcvt: Use a hash to speed up glyph deduplication Walking a linked list of all glyphs to look for a duplicate is very slow for large fonts (e.g., for CJK chara

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-03 Thread Gleb Smirnoff
On Tue, Jun 03, 2014 at 12:46:56PM -0400, George Neville-Neil wrote: G> >> Woo! G> >> G> >> Would you mind doing up a 30 second "what convert X to Y" document so G> >> I can do the driveby on the wireless stack and drivers? G> > G> > I'm having difficulty parsing the question, but I think you're as

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-03 Thread Gleb Smirnoff
On Tue, Jun 03, 2014 at 06:05:50PM +0100, David Chisnall wrote: D> On 3 Jun 2014, at 06:01, Adrian Chadd wrote: D> D> > I wonder if in the short term we should just use inlines for now, at D> > least so the methodization can get done without hurting people on D> > ARM/MIPS. D> D> It's probably w

Re: svn commit: r267029 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-06-03 Thread Bjoern A. Zeeb
On 03 Jun 2014, at 21:06 , Alexander Motin wrote: > Author: mav > Date: Tue Jun 3 21:06:03 2014 > New Revision: 267029 > URL: http://svnweb.freebsd.org/changeset/base/267029 > > Log: > Replace gethrtime() with cpu_ticks(), as source of random for the taskqueue > selection. gethrtime() in ou

svn commit: r267033 - in head: share/man/man5 tools/build/options

2014-06-03 Thread Julio Merino
Author: jmmv Date: Tue Jun 3 22:34:27 2014 New Revision: 267033 URL: http://svnweb.freebsd.org/changeset/base/267033 Log: Merge (unused) documentation of WITHOUT_TESTS into WITH_TESTS. The description of WITH/WITHOUT tweaks should only document the non-default option. TESTS still defaul

svn commit: r267031 - head/sys/ufs/ffs

2014-06-03 Thread John-Mark Gurney
Author: jmg Date: Tue Jun 3 21:46:13 2014 New Revision: 267031 URL: http://svnweb.freebsd.org/changeset/base/267031 Log: don't check fs_flags for _FLAGS_UPDATED as it is stored in fs_old_flags.. If you had a UFS2 FS that didn't have it's super block at SBLOCK_UFS2, you'll end up corrupting

svn commit: r267030 - head/sys/dev/hpt27xx

2014-06-03 Thread Xin LI
Author: delphij Date: Tue Jun 3 21:31:28 2014 New Revision: 267030 URL: http://svnweb.freebsd.org/changeset/base/267030 Log: Don't leak Giant. Noticed by: Sascha Wildner (DragonFlyBSD) via IRC Reviewed by: mav MFC after:3 days Modified: head/sys/dev/hpt27xx/hpt27xx_osm_bsd.c

svn commit: r267029 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-06-03 Thread Alexander Motin
Author: mav Date: Tue Jun 3 21:06:03 2014 New Revision: 267029 URL: http://svnweb.freebsd.org/changeset/base/267029 Log: Replace gethrtime() with cpu_ticks(), as source of random for the taskqueue selection. gethrtime() in our port updated with HZ rate, so unusable for this specific purpos

Re: svn commit: r267021 - in head/sys: arm/broadcom/bcm2835 arm/ti boot/fdt/dts/arm

2014-06-03 Thread John-Mark Gurney
Luiz Otavio O Souza wrote this message on Tue, Jun 03, 2014 at 19:24 +: > Author: loos > Date: Tue Jun 3 19:24:53 2014 > New Revision: 267021 > URL: http://svnweb.freebsd.org/changeset/base/267021 > > Log: > FreeBSD, historically, has always used 8-bit addresses for i2c devices > (7-bit d

svn commit: r267027 - head/usr.bin/users

2014-06-03 Thread Pietro Cerutti
Author: gahr (ports committer) Date: Tue Jun 3 20:59:26 2014 New Revision: 267027 URL: http://svnweb.freebsd.org/changeset/base/267027 Log: - Avoid calling a wrapper function around strcmp - Use sizeof(*array) instead of sizeof(element) everywhere CR: D161 Approved by: cogne

svn commit: r267026 - head/usr.bin/users

2014-06-03 Thread Pietro Cerutti
Author: gahr (ports committer) Date: Tue Jun 3 20:58:11 2014 New Revision: 267026 URL: http://svnweb.freebsd.org/changeset/base/267026 Log: - style, remove (void) in front of printf and the like CR: D161 Approved by: cognet, bapt Modified: head/usr.bin/users/users.c Modifi

svn commit: r267023 - stable/9/share/man/man4

2014-06-03 Thread Christian Brueffer
Author: brueffer Date: Tue Jun 3 19:45:08 2014 New Revision: 267023 URL: http://svnweb.freebsd.org/changeset/base/267023 Log: MFC: r266709 Language cleanup. Reviewed by: mav, bcr, wblock Approved by: re (gjb) Modified: stable/9/share/man/man4/attimer.4 Directory Properties: s

Re: svn commit: r266972 - head/sbin/geom/class/label

2014-06-03 Thread John-Mark Gurney
Ivan Voras wrote this message on Tue, Jun 03, 2014 at 21:31 +0200: > None of the other classes have the sysctls documented here, there's > only a description of the kern.geom.label.debug flag. That's probably because people haven't spent much time documenting their code... Just because other clas

Re: svn commit: r266972 - head/sbin/geom/class/label

2014-06-03 Thread Ivan Voras
Hi, None of the other classes have the sysctls documented here, there's only a description of the kern.geom.label.debug flag. I guess adding a wildcard catch-all section for the kern.geom.label.*.enable would be best here. On 3 June 2014 00:31, John-Mark Gurney wrote: > Ivan Voras wrote this

svn commit: r267022 - stable/10/share/man/man4

2014-06-03 Thread Christian Brueffer
Author: brueffer Date: Tue Jun 3 19:25:39 2014 New Revision: 267022 URL: http://svnweb.freebsd.org/changeset/base/267022 Log: MFC: r266709 Language cleanup. Reviewed by: mav, bcr, wblock Modified: stable/10/share/man/man4/attimer.4 Directory Properties: stable/10/ (props chang

svn commit: r267021 - in head/sys: arm/broadcom/bcm2835 arm/ti boot/fdt/dts/arm

2014-06-03 Thread Luiz Otavio O Souza
Author: loos Date: Tue Jun 3 19:24:53 2014 New Revision: 267021 URL: http://svnweb.freebsd.org/changeset/base/267021 Log: FreeBSD, historically, has always used 8-bit addresses for i2c devices (7-bit device address << 1), always leaving the room for the read/write bit. This commit conver

Re: svn commit: r266985 - head/sys/ddb

2014-06-03 Thread Bruce Evans
On Tue, 3 Jun 2014, John-Mark Gurney wrote: Bruce Evans wrote this message on Tue, Jun 03, 2014 at 21:11 +1000: On Mon, 2 Jun 2014, John-Mark Gurney wrote: Log: handle longer commands so that lines don't overflow... people who added commands forgot to check this... ... 12 is already too lo

svn commit: r267020 - stable/10/sys/contrib/ipfilter/netinet

2014-06-03 Thread Cy Schubert
Author: cy Date: Tue Jun 3 19:06:47 2014 New Revision: 267020 URL: http://svnweb.freebsd.org/changeset/base/267020 Log: MFC r266605. Move mutex creation from ipf_log_soft_init() to ipf_log_soft_create() to be consistent with mutex destruction in ipf_log_soft_destroy(). As a result mute

svn commit: r267019 - in releng/8.4: . contrib/sendmail/src sys/conf sys/kern sys/sys sys/vm

2014-06-03 Thread Xin LI
present in HEAD were left in place because sun4v support still needs work to become production ready. +20140603: p11 FreeBSD-SA-14:11.sendmail + FreeBSD-SA-14:12.ktrace + FreeBSD-EN-14:06.exec + + Fix sendmail improper close-on-exec flag

svn commit: r267018 - in releng: 9.1 9.1/contrib/sendmail/src 9.1/sys/conf 9.1/sys/kern 9.1/sys/sys 9.1/sys/vm 9.2 9.2/contrib/openpam/lib 9.2/contrib/sendmail/src 9.2/sys/conf 9.2/sys/kern 9.2/sys...

2014-06-03 Thread Xin LI
ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. +20140603: p14 FreeBSD-SA-14:11.sendmail + FreeBSD-SA-14:12.ktrace + FreeBSD-SA-14:13.pam + FreeBSD-EN-14

svn commit: r267017 - in releng/10.0: . contrib/openpam/lib/libpam contrib/sendmail/src sys/conf sys/kern sys/sys sys/vm

2014-06-03 Thread Xin LI
@@ from older versions of FreeBSD, try WITH stable/10, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. +20140603: p4 FreeBSD-SA-14:11.sendmail + FreeBSD-SA-14:13.pam + FreeBSD-EN-14:06

svn commit: r267015 - in stable/9: contrib/openpam/lib/libpam sys/kern

2014-06-03 Thread Xin LI
Author: delphij Date: Tue Jun 3 19:02:33 2014 New Revision: 267015 URL: http://svnweb.freebsd.org/changeset/base/267015 Log: Fix ktrace kernel memory disclosure. [SA-14:12] Fix incorrect error handling in PAM policy parser. [SA-14:13] Approved by: re (glebius) Modified: stable/9/c

svn commit: r267016 - stable/8/sys/kern

2014-06-03 Thread Xin LI
Author: delphij Date: Tue Jun 3 19:02:42 2014 New Revision: 267016 URL: http://svnweb.freebsd.org/changeset/base/267016 Log: Fix ktrace memory disclosure. [SA-14:12] Modified: stable/8/sys/kern/kern_ktrace.c Modified: stable/8/sys/kern/kern_ktrace.c =

svn commit: r267014 - stable/10/contrib/openpam/lib/libpam

2014-06-03 Thread Xin LI
Author: delphij Date: Tue Jun 3 19:02:18 2014 New Revision: 267014 URL: http://svnweb.freebsd.org/changeset/base/267014 Log: Fix incorrect error handling in PAM policy parser. [SA-14:13] Modified: stable/10/contrib/openpam/lib/libpam/openpam_configure.c Modified: stable/10/contrib/openpam/l

svn commit: r267013 - head/contrib/openpam/lib/libpam

2014-06-03 Thread Xin LI
Author: delphij Date: Tue Jun 3 19:01:38 2014 New Revision: 267013 URL: http://svnweb.freebsd.org/changeset/base/267013 Log: Fix incorrect error handling in PAM policy parser. [SA-14:13] Modified: head/contrib/openpam/lib/libpam/openpam_configure.c Modified: head/contrib/openpam/lib/libpam/

svn commit: r267012 - head/tools/tools/vt/fontcvt

2014-06-03 Thread Ed Maste
Author: emaste Date: Tue Jun 3 17:54:18 2014 New Revision: 267012 URL: http://svnweb.freebsd.org/changeset/base/267012 Log: vt fontcvt: Make the bold font optional Sponsored by: The FreeBSD Foundation Modified: head/tools/tools/vt/fontcvt/fontcvt.c Modified: head/tools/tools/vt/fontcvt

svn commit: r267011 - head/tools/tools/vt/fontcvt

2014-06-03 Thread Ed Maste
Author: emaste Date: Tue Jun 3 17:53:11 2014 New Revision: 267011 URL: http://svnweb.freebsd.org/changeset/base/267011 Log: vt fontcvt: Make height and width optional arguments Now defaults to a 16x8 font size. The height and width can be specified using -h and -w respectively. Spo

Re: svn commit: r266985 - head/sys/ddb

2014-06-03 Thread John-Mark Gurney
Bruce Evans wrote this message on Tue, Jun 03, 2014 at 21:11 +1000: > On Mon, 2 Jun 2014, John-Mark Gurney wrote: > > >Log: > > handle longer commands so that lines don't overflow... people who added > > commands forgot to check this... > > Please fix the sticky "." key on your keyboard. It kee

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-03 Thread John-Mark Gurney
Marcel Moolenaar wrote this message on Tue, Jun 03, 2014 at 09:49 -0700: > > On Jun 3, 2014, at 9:46 AM, George Neville-Neil wrote: > > > On 2 Jun 2014, at 14:37, Marcel Moolenaar wrote: > > > >> On Jun 2, 2014, at 11:26 AM, Adrian Chadd wrote: > >> > >>> Woo! > >>> > >>> Would you mind doin

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-03 Thread David Chisnall
On 3 Jun 2014, at 06:01, Adrian Chadd wrote: > I wonder if in the short term we should just use inlines for now, at > least so the methodization can get done without hurting people on > ARM/MIPS. It's probably worth thinking a bit more carefully about the KPI, since it's something we'll likely

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-03 Thread Marcel Moolenaar
On Jun 3, 2014, at 9:46 AM, George Neville-Neil wrote: > On 2 Jun 2014, at 14:37, Marcel Moolenaar wrote: > >> On Jun 2, 2014, at 11:26 AM, Adrian Chadd wrote: >> >>> Woo! >>> >>> Would you mind doing up a 30 second "what convert X to Y" document so >>> I can do the driveby on the wireless s

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-03 Thread George Neville-Neil
On 2 Jun 2014, at 14:37, Marcel Moolenaar wrote: > On Jun 2, 2014, at 11:26 AM, Adrian Chadd wrote: > >> Woo! >> >> Would you mind doing up a 30 second "what convert X to Y" document so >> I can do the driveby on the wireless stack and drivers? > > I'm having difficulty parsing the question, but

svn commit: r267010 - stable/10/sys/boot/forth

2014-06-03 Thread Craig Rodrigues
Author: rodrigc Date: Tue Jun 3 14:50:51 2014 New Revision: 267010 URL: http://svnweb.freebsd.org/changeset/base/267010 Log: MFC r266938: Allow customization of the brand displayed in the boot menu. If the user specifies in /boot/loader.conf: loader_brand="mycustom-brand" T

svn commit: r267009 - head/sys/arm/ti

2014-06-03 Thread Luiz Otavio O Souza
Author: loos Date: Tue Jun 3 14:46:50 2014 New Revision: 267009 URL: http://svnweb.freebsd.org/changeset/base/267009 Log: Remove the unnecessary i2c slave address assignment. The ti_i2c controller only works in the master mode and the i2c address passed on iicbus_reset() is used to set t

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-03 Thread Gleb Smirnoff
On Tue, Jun 03, 2014 at 12:59:41PM +0400, Gleb Smirnoff wrote: T> On Mon, Jun 02, 2014 at 12:27:47PM -0700, Adrian Chadd wrote: T> A> >> > .. and actually, bikeshedding for a moment, would we be able to move a T> A> >> > lot of these accessor methods over to inlines? Would that break the T> A> >>

Re: svn commit: r265927 - head/sys/dev/vt

2014-06-03 Thread Aleksandr Rybalko
On Thu, 22 May 2014 15:10:51 +0200 Hans Petter Selasky wrote: > On 05/21/14 22:20, Hans Petter Selasky wrote: > > On 05/12/14 21:29, Aleksandr Rybalko wrote: > >> Author: ray > >> Date: Mon May 12 19:29:38 2014 > >> New Revision: 265927 > >> URL: http://svnweb.freebsd.org/changeset/base/265927 >

svn commit: r267007 - head/sys/dev/vt

2014-06-03 Thread Aleksandr Rybalko
Author: ray Date: Tue Jun 3 13:33:43 2014 New Revision: 267007 URL: http://svnweb.freebsd.org/changeset/base/267007 Log: Fix case when vt(4) started w/o driver assigned. o Always init locks and cv ASAP. o Initialize driver-independent parts even if driver probing fail. o Allow to call vt_

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-03 Thread Bruce Evans
On Mon, 2 Jun 2014, Ian Lepore wrote: On Mon, 2014-06-02 at 11:42 -0700, Marcel Moolenaar wrote: On Jun 2, 2014, at 11:27 AM, Adrian Chadd wrote: .. and actually, bikeshedding for a moment, would we be able to move a lot of these accessor methods over to inlines? Would that break the Juniper

Re: svn commit: r266985 - head/sys/ddb

2014-06-03 Thread Bruce Evans
On Mon, 2 Jun 2014, John-Mark Gurney wrote: Log: handle longer commands so that lines don't overflow... people who added commands forgot to check this... Please fix the sticky "." key on your keyboard. It keeps repeating spuriously. Also the shift key. The correct fix is to remove or ren

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-03 Thread Gleb Smirnoff
On Mon, Jun 02, 2014 at 12:27:47PM -0700, Adrian Chadd wrote: A> >> > .. and actually, bikeshedding for a moment, would we be able to move a A> >> > lot of these accessor methods over to inlines? Would that break the A> >> > Juniper way of doing things? A> >> A> >> That would definitely break Junip

Re: svn commit: r266924 - head/sys/compat/linux

2014-06-03 Thread Alexey Dokuchaev
On Tue, Jun 03, 2014 at 11:31:16AM +0400, Chagin Dmitry wrote: > On Tue, Jun 03, 2014 at 02:14:31AM +, Alexey Dokuchaev wrote: > > Can we hope to see Linuxulator support for recent Debian/Ubuntu userland > > soonish? :-) More and more applications require it, and thus cannot be > > run on Free

svn commit: r267006 - stable/9/sys/compat/linux

2014-06-03 Thread Dmitry Chagin
Author: dchagin Date: Tue Jun 3 08:08:12 2014 New Revision: 267006 URL: http://svnweb.freebsd.org/changeset/base/267006 Log: MFC r266924: Glibc was switched to the FUTEX_WAIT_BITSET op and CLOCK_REALTIME flag has been added instead of FUTEX_WAIT to replace the FUTEX_WAIT logic which ne

Re: svn commit: r266924 - head/sys/compat/linux

2014-06-03 Thread Chagin Dmitry
On Tue, Jun 03, 2014 at 02:14:31AM +, Alexey Dokuchaev wrote: > On Sat, May 31, 2014 at 02:58:53PM +, Dmitry Chagin wrote: > > New Revision: 266924 > > URL: http://svnweb.freebsd.org/changeset/base/266924 > > > > Log: > > Glibc was switched to the FUTEX_WAIT_BITSET op and CLOCK_REALTIME

svn commit: r267004 - head/tools/regression/lib/libc/stdio

2014-06-03 Thread Pietro Cerutti
Author: gahr (ports committer) Date: Tue Jun 3 07:11:22 2014 New Revision: 267004 URL: http://svnweb.freebsd.org/changeset/base/267004 Log: - Use strlen instead of hardcoding a number - Terminate a sentence with a period Approved by: cognet Modified: head/tools/regression/lib/libc/st