Re: svn commit: r251678 - head/usr.bin/calendar

2013-06-12 Thread Gleb Smirnoff
Greg, On Thu, Jun 13, 2013 at 04:11:21AM +, Greg Lehey wrote: G> Author: grog G> Date: Thu Jun 13 04:11:21 2013 G> New Revision: 251678 G> URL: http://svnweb.freebsd.org/changeset/base/251678 G> G> Log: G> Revert revision 251648. style(9) requires an empty line here. I am also a bit con

svn commit: r251681 - head/sys/netpfil/pf

2013-06-12 Thread Gleb Smirnoff
Author: glebius Date: Thu Jun 13 06:07:19 2013 New Revision: 251681 URL: http://svnweb.freebsd.org/changeset/base/251681 Log: Improve locking strategy between keys hash and ID hash. Before this change state creating sequence was: 1) lock wire key hash 2) link state's wire key 3) un

Re: svn commit: r251662 - in head: contrib/llvm/include/llvm contrib/llvm/include/llvm-c contrib/llvm/include/llvm-c/Transforms contrib/llvm/include/llvm/ADT contrib/llvm/include/llvm/Analysis contrib

2013-06-12 Thread Dimitry Andric
On Jun 13, 2013, at 01:13, Bryan Drewery wrote: > On 6/12/2013 1:48 PM, Dimitry Andric wrote: >> Author: dim >> Date: Wed Jun 12 18:48:53 2013 >> New Revision: 251662 >> URL: http://svnweb.freebsd.org/changeset/base/251662 >> >> Log: >> Upgrade our copy of llvm/clang to 3.3 release. >> >> Rele

svn commit: r251679 - head/sys/dev/usb/net

2013-06-12 Thread Kevin Lo
Author: kevlo Date: Thu Jun 13 05:46:19 2013 New Revision: 251679 URL: http://svnweb.freebsd.org/changeset/base/251679 Log: Remove unused variable sc_tx_bufsz. The variable is initialized but not used. Reviewed by: yongari Modified: head/sys/dev/usb/net/if_axe.c head/sys/dev/usb/net

svn commit: r251678 - head/usr.bin/calendar

2013-06-12 Thread Greg Lehey
Author: grog Date: Thu Jun 13 04:11:21 2013 New Revision: 251678 URL: http://svnweb.freebsd.org/changeset/base/251678 Log: Revert revision 251648. style(9) requires an empty line here. Reported by: mdf@ Modified: head/usr.bin/calendar/calendar.c Modified: head/usr.bin/calendar/calenda

svn commit: r251677 - head/sys/fs/ext2fs

2013-06-12 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jun 13 03:23:24 2013 New Revision: 251677 URL: http://svnweb.freebsd.org/changeset/base/251677 Log: Relax some unnecessary unsigned type changes in ext2fs. While the changes in r245820 are in line with the ext2 spec, the code derived from UFS can use negative values

svn commit: r251676 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-06-12 Thread Adrian Chadd
Author: adrian Date: Thu Jun 13 02:20:45 2013 New Revision: 251676 URL: http://svnweb.freebsd.org/changeset/base/251676 Log: Set the FreeBSD capability bit to indicate that LNA diversity is enabled. This is true for the AR9485 and AR933x SoC. Modified: head/sys/contrib/dev/ath/ath_hal/ar

svn commit: r251675 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-06-12 Thread Adrian Chadd
Author: adrian Date: Thu Jun 13 02:19:53 2013 New Revision: 251675 URL: http://svnweb.freebsd.org/changeset/base/251675 Log: Return HAL_ANT_VARIABLE for now, until it's unstubbed. This is needed by the slow antenna diversity logic for the AR9485/AR9462 as it's only engaged if the TX diver

svn commit: r251674 - head/sys/dev/usb/net

2013-06-12 Thread Kevin Lo
Author: kevlo Date: Thu Jun 13 01:33:01 2013 New Revision: 251674 URL: http://svnweb.freebsd.org/changeset/base/251674 Log: Fix a typo: s/KLSI/CATC/ Modified: head/sys/dev/usb/net/if_cuereg.h Modified: head/sys/dev/usb/net/if_cuereg.h =

svn commit: r251673 - head/sys/sys

2013-06-12 Thread Kevin Lo
Author: kevlo Date: Thu Jun 13 01:29:54 2013 New Revision: 251673 URL: http://svnweb.freebsd.org/changeset/base/251673 Log: Add PF_IEEE80211 definition. Reviewed by: rpaulo Modified: head/sys/sys/socket.h Modified: head/sys/sys/socket.h =

svn commit: r251672 - head/lib/libc/stdlib

2013-06-12 Thread Ed Maste
Author: emaste Date: Thu Jun 13 00:19:30 2013 New Revision: 251672 URL: http://svnweb.freebsd.org/changeset/base/251672 Log: Renumber clauses to reduce diffs to other versions NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3, so follow suit to make comparison easier.

Re: svn commit: r251662 - in head: contrib/llvm/include/llvm contrib/llvm/include/llvm-c contrib/llvm/include/llvm-c/Transforms contrib/llvm/include/llvm/ADT contrib/llvm/include/llvm/Analysis contrib

2013-06-12 Thread Bryan Drewery
On 6/12/2013 1:48 PM, Dimitry Andric wrote: > Author: dim > Date: Wed Jun 12 18:48:53 2013 > New Revision: 251662 > URL: http://svnweb.freebsd.org/changeset/base/251662 > > Log: > Upgrade our copy of llvm/clang to 3.3 release. > > Release notes are still in the works, these will follow soon

svn commit: r251668 - head/lib/libc

2013-06-12 Thread Jeremie Le Hen
Author: jlh Date: Wed Jun 12 21:12:05 2013 New Revision: 251668 URL: http://svnweb.freebsd.org/changeset/base/251668 Log: Turn libc.so into an ld script rather than a symlink pointing to the real shared object and libssp_nonshared.a. This was the last showstopper that prevented from enabl

svn commit: r251667 - head/contrib/gdb/gdb

2013-06-12 Thread Ed Maste
Author: emaste Date: Wed Jun 12 20:11:49 2013 New Revision: 251667 URL: http://svnweb.freebsd.org/changeset/base/251667 Log: Handle DW_TAG_unspecified_type 2011-11-14 Jim Ingham * dwarf2read.c (read_type_die): Handle DW_TAG_unspecified_type. (read_tag_unspecified_t

svn commit: r251665 - in head/contrib: binutils/include/elf gdb/gdb

2013-06-12 Thread Ed Maste
Author: emaste Date: Wed Jun 12 20:05:19 2013 New Revision: 251665 URL: http://svnweb.freebsd.org/changeset/base/251665 Log: Handle DW_TAG_rvalue_reference_type 2012-05-21 Jim Ingham * dwarf2read.c (process_die): Handle DW_TAG_rvalue_reference_type. (read_type_die): Dit

svn commit: r251664 - head/sbin/camcontrol

2013-06-12 Thread Alexander Motin
Author: mav Date: Wed Jun 12 19:21:23 2013 New Revision: 251664 URL: http://svnweb.freebsd.org/changeset/base/251664 Log: Fix build after r251654. Modified: head/sbin/camcontrol/camcontrol.c Modified: head/sbin/camcontrol/camcontrol.c =

Re: svn commit: r251654 - in head/sys: cam cam/scsi geom

2013-06-12 Thread Alexander Motin
On 12.06.2013 21:29, Dimitry Andric wrote: On Jun 12, 2013, at 15:36, Alexander Motin wrote: Author: mav Date: Wed Jun 12 13:36:20 2013 New Revision: 251654 URL: http://svnweb.freebsd.org/changeset/base/251654 Log: Make CAM return and GEOM DISK pass through new GEOM::lunid attribute. SPC-

Re: svn commit: r251654 - in head/sys: cam cam/scsi geom

2013-06-12 Thread Dimitry Andric
On Jun 12, 2013, at 15:36, Alexander Motin wrote: > Author: mav > Date: Wed Jun 12 13:36:20 2013 > New Revision: 251654 > URL: http://svnweb.freebsd.org/changeset/base/251654 > > Log: > Make CAM return and GEOM DISK pass through new GEOM::lunid attribute. > > SPC-4 specification states that se

Re: svn commit: r251654 - in head/sys: cam cam/scsi geom

2013-06-12 Thread Glen Barber
On Wed, Jun 12, 2013 at 01:36:20PM +, Alexander Motin wrote: > Author: mav > Date: Wed Jun 12 13:36:20 2013 > New Revision: 251654 > URL: http://svnweb.freebsd.org/changeset/base/251654 > > Log: > Make CAM return and GEOM DISK pass through new GEOM::lunid attribute. > > SPC-4 specificat

svn commit: r251661 - head/sys/dev/mvs

2013-06-12 Thread Alexander Motin
Author: mav Date: Wed Jun 12 18:08:11 2013 New Revision: 251661 URL: http://svnweb.freebsd.org/changeset/base/251661 Log: Replicate r242422 from ata(4) to mvs(4): Only four specific ATA PIO commands transfer several sectors per DRQ block (interrupt). All other ATA PIO commands transfer one

Re: svn commit: r251649 - in head/sys/cam: ata scsi

2013-06-12 Thread Alexander Motin
On 12.06.2013 20:01, Kenneth D. Merry wrote: On Wed, Jun 12, 2013 at 09:07:15 +, Alexander Motin wrote: Author: mav Date: Wed Jun 12 09:07:15 2013 New Revision: 251649 URL: http://svnweb.freebsd.org/changeset/base/251649 Log: Acquire periph reference when handling d_getattr() method call

Re: svn commit: r251649 - in head/sys/cam: ata scsi

2013-06-12 Thread Kenneth D. Merry
On Wed, Jun 12, 2013 at 09:07:15 +, Alexander Motin wrote: > Author: mav > Date: Wed Jun 12 09:07:15 2013 > New Revision: 251649 > URL: http://svnweb.freebsd.org/changeset/base/251649 > > Log: > Acquire periph reference when handling d_getattr() method call. > > While GEOM in general ha

svn commit: r251660 - in head/etc: defaults rc.d

2013-06-12 Thread Chris Rees
Author: crees (doc,ports committer) Date: Wed Jun 12 16:44:17 2013 New Revision: 251660 URL: http://svnweb.freebsd.org/changeset/base/251660 Log: Clean up swapfile memory disk on shutdown Make the md unit number configurable so that it can be predicted PR: bin/168544 Submit

svn commit: r251659 - head/sbin/camcontrol

2013-06-12 Thread Alexander Motin
Author: mav Date: Wed Jun 12 16:13:05 2013 New Revision: 251659 URL: http://svnweb.freebsd.org/changeset/base/251659 Log: Use CAM_DIR_NONE for requests without data. Wrong values there confuse some drivers. MFC after:1 week Modified: head/sbin/camcontrol/camcontrol.c Modified: hea

svn commit: r251658 - head/sys/fs/ext2fs

2013-06-12 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jun 12 15:24:48 2013 New Revision: 251658 URL: http://svnweb.freebsd.org/changeset/base/251658 Log: Turn DIAGNOSTICs to INVARIANTS in ext2fs. This is done to be consistent with what other filesystems and particularly ffs already does (see r173464). MFC after:

svn commit: r251657 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-06-12 Thread Adrian Chadd
Author: adrian Date: Wed Jun 12 15:23:17 2013 New Revision: 251657 URL: http://svnweb.freebsd.org/changeset/base/251657 Log: Tie in the LNA diversity configuration functions into the HAL. Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c Modified: head/sys/contrib/dev/ath/at

Re: svn commit: r251648 - head/usr.bin/calendar

2013-06-12 Thread Chris Rees
This looks backwards unless we did actually change style(9). Chris ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

svn commit: r251656 - head/sys/dev/ath/ath_hal/ar9002

2013-06-12 Thread Adrian Chadd
Author: adrian Date: Wed Jun 12 15:18:10 2013 New Revision: 251656 URL: http://svnweb.freebsd.org/changeset/base/251656 Log: Set the antenna "config group" field. The reference HAL pushes a config group parameter to the driver layer to inform it which particular chip behaviour to implemen

Re: svn commit: r251652 - head/release

2013-06-12 Thread Glen Barber
On Wed, Jun 12, 2013 at 11:42:24PM +0900, Hiroki Sato wrote: > nw> On 06/12/13 09:12, Glen Barber wrote: > nw> > On Wed, Jun 12, 2013 at 11:08:00PM +0900, Hiroki Sato wrote: > nw> >> gj> Author: gjb > nw> >> gj> Date: Wed Jun 12 13:15:28 2013 > nw> >> gj> New Revision: 251652 > nw> >> gj> URL: http

svn commit: r251655 - in head/sys: conf dev/ath dev/ath/ath_hal dev/ath/ath_hal/ar9002 modules/ath

2013-06-12 Thread Adrian Chadd
Author: adrian Date: Wed Jun 12 14:52:57 2013 New Revision: 251655 URL: http://svnweb.freebsd.org/changeset/base/251655 Log: Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver. The AR9485 chip and AR933x SoC both implement LNA diversity. There are a few extra thi

Re: svn commit: r251652 - head/release

2013-06-12 Thread Hiroki Sato
Nathan Whitehorn wrote in <51b882cf.7070...@freebsd.org>: nw> On 06/12/13 09:12, Glen Barber wrote: nw> > On Wed, Jun 12, 2013 at 11:08:00PM +0900, Hiroki Sato wrote: nw> >> gj> Author: gjb nw> >> gj> Date: Wed Jun 12 13:15:28 2013 nw> >> gj> New Revision: 251652 nw> >> gj> URL: http://svnweb.f

Re: svn commit: r251652 - head/release

2013-06-12 Thread Nathan Whitehorn
On 06/12/13 09:12, Glen Barber wrote: On Wed, Jun 12, 2013 at 11:08:00PM +0900, Hiroki Sato wrote: gj> Author: gjb gj> Date: Wed Jun 12 13:15:28 2013 gj> New Revision: 251652 gj> URL: http://svnweb.freebsd.org/changeset/base/251652 gj> gj> Log: gj> Add new script to run release builds. The sc

Re: svn commit: r251652 - head/release

2013-06-12 Thread Glen Barber
On Wed, Jun 12, 2013 at 11:08:00PM +0900, Hiroki Sato wrote: > gj> Author: gjb > gj> Date: Wed Jun 12 13:15:28 2013 > gj> New Revision: 251652 > gj> URL: http://svnweb.freebsd.org/changeset/base/251652 > gj> > gj> Log: > gj> Add new script to run release builds. The script is heavily based upon

Re: svn commit: r251652 - head/release

2013-06-12 Thread Hiroki Sato
Glen Barber wrote in <201306121315.r5cdfs7r001...@svn.freebsd.org>: gj> Author: gjb gj> Date: Wed Jun 12 13:15:28 2013 gj> New Revision: 251652 gj> URL: http://svnweb.freebsd.org/changeset/base/251652 gj> gj> Log: gj> Add new script to run release builds. The script is heavily based upon gj>

svn commit: r251654 - in head/sys: cam cam/scsi geom

2013-06-12 Thread Alexander Motin
Author: mav Date: Wed Jun 12 13:36:20 2013 New Revision: 251654 URL: http://svnweb.freebsd.org/changeset/base/251654 Log: Make CAM return and GEOM DISK pass through new GEOM::lunid attribute. SPC-4 specification states that serial number may be property of device, but not a specific logic

svn commit: r251652 - head/release

2013-06-12 Thread Glen Barber
Author: gjb Date: Wed Jun 12 13:15:28 2013 New Revision: 251652 URL: http://svnweb.freebsd.org/changeset/base/251652 Log: Add new script to run release builds. The script is heavily based upon the release/generate-release.sh script by nwhitehorn. This script can use optional configuratio

svn commit: r251651 - in head/sys/dev: cfi nand

2013-06-12 Thread Alexander Motin
Author: mav Date: Wed Jun 12 12:51:43 2013 New Revision: 251651 URL: http://svnweb.freebsd.org/changeset/base/251651 Log: Use direct custom implementations instead of g_handleattr() for CFI and NAND d_getattr(). Since these drivers use disk(9) KPI and not directly GEOM, use of that function

svn commit: r251650 - head/release

2013-06-12 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Jun 12 12:38:12 2013 New Revision: 251650 URL: http://svnweb.freebsd.org/changeset/base/251650 Log: Add missing copyright notice. Modified: head/release/generate-release.sh Modified: head/release/generate-release.sh ===

svn commit: r251649 - in head/sys/cam: ata scsi

2013-06-12 Thread Alexander Motin
Author: mav Date: Wed Jun 12 09:07:15 2013 New Revision: 251649 URL: http://svnweb.freebsd.org/changeset/base/251649 Log: Acquire periph reference when handling d_getattr() method call. While GEOM in general has provider opened while sending BIO_GETATTR, GEOM DISK does not really need to

svn commit: r251648 - head/usr.bin/calendar

2013-06-12 Thread Greg Lehey
Author: grog Date: Wed Jun 12 07:53:59 2013 New Revision: 251648 URL: http://svnweb.freebsd.org/changeset/base/251648 Log: style(9) MFC after:2 weeks Modified: head/usr.bin/calendar/calendar.c Modified: head/usr.bin/calendar/calendar.c ===

svn commit: r251647 - head/usr.bin/calendar

2013-06-12 Thread Greg Lehey
Author: grog Date: Wed Jun 12 07:52:49 2013 New Revision: 251647 URL: http://svnweb.freebsd.org/changeset/base/251647 Log: Handle some expression regressions. Explicitly use GNU cpp for preprocessing. Remove explicit debugging code. Change some variable names to be less confusing. Improv

svn commit: r251646 - in head: cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zhack cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libzfs/common cddl/contrib/opensol...

2013-06-12 Thread Xin LI
Author: delphij Date: Wed Jun 12 07:07:06 2013 New Revision: 251646 URL: http://svnweb.freebsd.org/changeset/base/251646 Log: MFV r251644: Poor ZFS send / receive performance due to snapshot hold / release processing (by smh@) Illumos ZFS issues: 3740 Poor ZFS send / receive perf