Re: svn commit: r266760 - head/contrib/bmake

2014-06-03 Thread Baptiste Daroussin
On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: Not sure if anyone cares, but this change breaks all ports tree checkouts from before 2014-05-05 on src head with this revision. Yes, an older ports tree would need

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:

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 flag

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 FreeBSD,

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 Juniper as it doesn't

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

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 adr...@freebsd.org wrote: .. and actually, bikeshedding for a moment, would we be able to move a lot of these accessor methods over to inlines? Would

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

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 h...@selasky.org 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

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 Juniper way

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

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 adr...@freebsd.org 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,

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 g...@neville-neil.com wrote: On 2 Jun 2014, at 14:37, Marcel Moolenaar wrote: On Jun 2, 2014, at 11:26 AM, Adrian Chadd adr...@freebsd.org wrote: Woo! Would you mind doing up a 30 second what convert X to Y document so I can do the

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 adr...@freebsd.org 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

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 keeps

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.

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:

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:

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

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 convert

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 j...@funkthat.com wrote: Ivan

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

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

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:

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 device

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

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: 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: 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

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 m...@freebsd.org 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.

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 adr...@freebsd.org 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

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 asking G for a

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

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

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 updated

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:

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

2014-06-03 Thread Joel Dahl
3 jun 2014 kl. 22:58 skrev Pietro Cerutti g...@freebsd.org: 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

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 g...@freebsd.org: 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