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
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
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
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
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
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
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
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
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
=
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
=
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.
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
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
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
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
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
=
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-
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
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
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
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
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
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
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
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:
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
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"
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
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
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
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
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
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
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>
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
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
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
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
===
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
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
===
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
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
42 matches
Mail list logo