Re: svn commit: r267364 - head/sys/vm

2014-06-12 Thread Alan Cox
On 06/12/2014 18:46, Adrian Chadd wrote: > Hi! > > Wouldn't this also be fixed if popmap_t was a unsigned char (to match > what setbit/clrbit/etc do) and then use the existing macros? > > Is there any reason popmap_t is not a uchar ? Is it ever accessed as > anything other than an array of chars?

Re: svn commit: r267424 - in head: share/mk tools/build/options

2014-06-12 Thread Glen Barber
On Thu, Jun 12, 2014 at 07:56:47PM -0400, Glen Barber wrote: > On Thu, Jun 12, 2014 at 06:54:53PM +, Julio Merino wrote: > > Author: jmmv > > Date: Thu Jun 12 18:54:52 2014 > > New Revision: 267424 > > URL: http://svnweb.freebsd.org/changeset/base/267424 > > > > Log: > > Enable MK_TESTS by d

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

2014-06-12 Thread Glen Barber
Author: gjb Date: Fri Jun 13 00:05:06 2014 New Revision: 267432 URL: http://svnweb.freebsd.org/changeset/base/267432 Log: Revert r267424 and r267425: More exploration will be needed in order to silence the tinderbox mails caused by setting WITH_TESTS=1 by default. Ref: http://tinde

Re: svn commit: r267424 - in head: share/mk tools/build/options

2014-06-12 Thread Glen Barber
On Thu, Jun 12, 2014 at 06:54:53PM +, Julio Merino wrote: > Author: jmmv > Date: Thu Jun 12 18:54:52 2014 > New Revision: 267424 > URL: http://svnweb.freebsd.org/changeset/base/267424 > > Log: > Enable MK_TESTS by default. > > This was never intended to be off by default but was done th

Re: svn commit: r267364 - head/sys/vm

2014-06-12 Thread Adrian Chadd
Hi! Wouldn't this also be fixed if popmap_t was a unsigned char (to match what setbit/clrbit/etc do) and then use the existing macros? Is there any reason popmap_t is not a uchar ? Is it ever accessed as anything other than an array of chars? -a On 11 June 2014 11:11, Alan Cox wrote: > Auth

svn commit: r267429 - head/sys/cam/ctl

2014-06-12 Thread Alexander Motin
Author: mav Date: Thu Jun 12 21:50:46 2014 New Revision: 267429 URL: http://svnweb.freebsd.org/changeset/base/267429 Log: Fix some leaks on LUN creation error. MFC after:2 weeks Modified: head/sys/cam/ctl/ctl_backend_block.c Modified: head/sys/cam/ctl/ctl_backend_block.c ===

svn commit: r267426 - head/usr.bin/patch

2014-06-12 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jun 12 19:01:57 2014 New Revision: 267426 URL: http://svnweb.freebsd.org/changeset/base/267426 Log: Avoid zeroing during allocation. This change reverts a change from OpenBSD which made use of calloc, and therefore wasted time initializing arrays that will later be

svn commit: r267425 - head/share/man/man5

2014-06-12 Thread Julio Merino
Author: jmmv Date: Thu Jun 12 18:59:25 2014 New Revision: 267425 URL: http://svnweb.freebsd.org/changeset/base/267425 Log: Regen after r267424 to replace WITH_TESTS with WITHOUT_TESTS. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 =

svn commit: r267424 - in head: share/mk tools/build/options

2014-06-12 Thread Julio Merino
Author: jmmv Date: Thu Jun 12 18:54:52 2014 New Revision: 267424 URL: http://svnweb.freebsd.org/changeset/base/267424 Log: Enable MK_TESTS by default. This was never intended to be off by default but was done this way because the initial patches broke the build. Things seem stable now

svn commit: r267423 - in head: . share/vt/fonts

2014-06-12 Thread Ed Maste
Author: emaste Date: Thu Jun 12 18:31:32 2014 New Revision: 267423 URL: http://svnweb.freebsd.org/changeset/base/267423 Log: Build vt(4) fonts during buildworld vtfontcvt(8) is now built during buildworld, so can be used as a bootstrap tool to create vt(4) fonts from source .hex or .bdf f

svn commit: r267420 - head/release/doc/en_US.ISO8859-1/relnotes

2014-06-12 Thread Glen Barber
Author: gjb Date: Thu Jun 12 17:19:57 2014 New Revision: 267420 URL: http://svnweb.freebsd.org/changeset/base/267420 Log: Fix a typo in note for r266209, pmcstat(8) Spotted by: emaste Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml

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

2014-06-12 Thread Alan Cox
On 06/12/2014 11:31, John-Mark Gurney wrote: > Author: jmg > Date: Thu Jun 12 16:31:15 2014 > New Revision: 267408 > URL: http://svnweb.freebsd.org/changeset/base/267408 > > Log: > clear the write bit... This allows my AVILA board to survive a > portsnap extract, where previously it would pan

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

2014-06-12 Thread John-Mark Gurney
Author: jmg Date: Thu Jun 12 16:31:15 2014 New Revision: 267408 URL: http://svnweb.freebsd.org/changeset/base/267408 Log: clear the write bit... This allows my AVILA board to survive a portsnap extract, where previously it would panic.. clearly someone who knows pmap should optimize this

Re: svn commit: r267357 - head/sys/geom/part

2014-06-12 Thread John-Mark Gurney
Andrey V. Elsukov wrote this message on Thu, Jun 12, 2014 at 11:04 +0400: > On 11.06.2014 17:48, Dmitry Morozovsky wrote: > > On Wed, 11 Jun 2014, Andrey V. Elsukov wrote: > > > >> Author: ae > >> Date: Wed Jun 11 10:19:11 2014 > >> New Revision: 267357 > >> URL: http://svnweb.freebsd.org/changese

svn commit: r267400 - head/share/vt/fonts

2014-06-12 Thread Ed Maste
Author: emaste Date: Thu Jun 12 15:23:51 2014 New Revision: 267400 URL: http://svnweb.freebsd.org/changeset/base/267400 Log: Add thin versions of VGAROM 8x8 and 8x16 fonts for vt(4) These are converted from syscons(4) cp437-thin-8x* fonts. Added: head/share/vt/fonts/vgarom-thin-8x16.hex

svn commit: r267398 - head/usr.bin/calendar/calendars

2014-06-12 Thread Rodrigo Osorio
Author: rodrigo (ports committer) Date: Thu Jun 12 14:20:58 2014 New Revision: 267398 URL: http://svnweb.freebsd.org/changeset/base/267398 Log: Add myself to the calendar Approved by: bapt (mentor) Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calend

svn commit: r267395 - head/sys/ofed/include/linux

2014-06-12 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 12 13:33:01 2014 New Revision: 267395 URL: http://svnweb.freebsd.org/changeset/base/267395 Log: - Fix out of range shifting bug in bitops.h. - Make code a bit easier to read by adding parenthesis. MFC after:3 days Sponsored by: Mellanox Technologies M

svn commit: r267392 - head/sys/kern

2014-06-12 Thread Alexander Motin
Author: mav Date: Thu Jun 12 12:43:48 2014 New Revision: 267392 URL: http://svnweb.freebsd.org/changeset/base/267392 Log: Implement simple direct-mapped cache for popular filesystem identifiers to avoid congestion on global mountlist_mtx mutex in vfs_busyfs(), while traversing through the li

svn commit: r267391 - head/sys/vm

2014-06-12 Thread Alexander Motin
Author: mav Date: Thu Jun 12 11:57:07 2014 New Revision: 267391 URL: http://svnweb.freebsd.org/changeset/base/267391 Log: Introduce new "256 Bucket" zone to split requests and reduce congestion on "128 Bucket" zone lock. MFC after:2 weeks Sponsored by: iXsystems, Inc. Modified: h

svn commit: r267390 - head/sys/arm/conf

2014-06-12 Thread Ruslan Bukin
Author: br Date: Thu Jun 12 11:44:26 2014 New Revision: 267390 URL: http://svnweb.freebsd.org/changeset/base/267390 Log: Enable SMP for both Exynos5 models we support. Modified: head/sys/arm/conf/EXYNOS5.common head/sys/arm/conf/EXYNOS5250 Modified: head/sys/arm/conf/EXYNOS5.common ===

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

2014-06-12 Thread Ruslan Bukin
Author: br Date: Thu Jun 12 11:41:04 2014 New Revision: 267389 URL: http://svnweb.freebsd.org/changeset/base/267389 Log: Activate IRQ 30 (non-secure private timer IRQ) for case we are running in non-secure state. Modified: head/sys/arm/arm/gic.c Modified: head/sys/arm/arm/gic.c ===

svn commit: r267388 - head/sys/arm/samsung/exynos

2014-06-12 Thread Ruslan Bukin
Author: br Date: Thu Jun 12 11:37:38 2014 New Revision: 267388 URL: http://svnweb.freebsd.org/changeset/base/267388 Log: Add machine-dependent SMP part for Exynos5420 Modified: head/sys/arm/samsung/exynos/exynos5_machdep.c head/sys/arm/samsung/exynos/exynos5_mp.c Modified: head/sys/arm/sam

svn commit: r267387 - head/sys/vm

2014-06-12 Thread Alexander Motin
Author: mav Date: Thu Jun 12 11:36:22 2014 New Revision: 267387 URL: http://svnweb.freebsd.org/changeset/base/267387 Log: Allocating new bucket for bucket zone, never take it from the zone itself, since it will almost certanly fail. Take next bigger zone instead. This situation should no

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

2014-06-12 Thread John Baldwin
Author: jhb Date: Thu Jun 12 11:21:18 2014 New Revision: 267386 URL: http://svnweb.freebsd.org/changeset/base/267386 Log: Remove some Giant unlocks I missed in r267290. Modified: head/sys/dev/hpt27xx/hpt27xx_osm_bsd.c Modified: head/sys/dev/hpt27xx/hpt27xx_osm_bsd.c =

svn commit: r267385 - in head/sys/dev: e1000 i40e ixgb ixgbe

2014-06-12 Thread John Baldwin
Author: jhb Date: Thu Jun 12 11:15:19 2014 New Revision: 267385 URL: http://svnweb.freebsd.org/changeset/base/267385 Log: - Don't compare bus_dma map pointers for static DMA allocations against NULL to determine if bus_dmamap_unload() or bus_dmamem_free() should be called. Instead, chec

Re: svn commit: r267357 - head/sys/geom/part

2014-06-12 Thread Dmitry Morozovsky
On Thu, 12 Jun 2014, Andrey V. Elsukov wrote: > >> Author: ae > >> Date: Wed Jun 11 10:19:11 2014 > >> New Revision: 267357 > >> URL: http://svnweb.freebsd.org/changeset/base/267357 > >> > >> Log: > >> Add aliases for DragonFlyBSD's partition types. > > > > These should be documented in sbin/ge

Re: svn commit: r267357 - head/sys/geom/part

2014-06-12 Thread Andrey V. Elsukov
On 11.06.2014 17:48, Dmitry Morozovsky wrote: > On Wed, 11 Jun 2014, Andrey V. Elsukov wrote: > >> Author: ae >> Date: Wed Jun 11 10:19:11 2014 >> New Revision: 267357 >> URL: http://svnweb.freebsd.org/changeset/base/267357 >> >> Log: >> Add aliases for DragonFlyBSD's partition types. > > These