Author: hselasky
Date: Fri Oct 25 06:48:57 2013
New Revision: 257107
URL: http://svnweb.freebsd.org/changeset/base/257107
Log:
MFC r256750:
Improve XHCI stability. When a command timeout happens, the command
should be aborted else the command queue can stop. Refer to section
"4.6.1.2" of t
Author: hselasky
Date: Fri Oct 25 06:47:01 2013
New Revision: 257106
URL: http://svnweb.freebsd.org/changeset/base/257106
Log:
MFC r256750:
Improve XHCI stability. When a command timeout happens, the command
should be aborted else the command queue can stop. Refer to section
"4.6.1.2" of t
Author: rpaulo
Date: Fri Oct 25 06:37:43 2013
New Revision: 257105
URL: http://svnweb.freebsd.org/changeset/base/257105
Log:
Disable WITH_TESTS= for now.
Modified:
head/share/mk/bsd.own.mk
Modified: head/share/mk/bsd.own.mk
Author: mav
Date: Fri Oct 25 06:04:21 2013
New Revision: 257102
URL: http://svnweb.freebsd.org/changeset/base/257102
Log:
MFC r256317:
Fix mode page length calculation to remove last garbage line from the
`camcontrol mode daX -l` output.
Modified:
stable/8/sbin/camcontrol/modeedit.c
Direc
Author: mav
Date: Fri Oct 25 06:03:07 2013
New Revision: 257101
URL: http://svnweb.freebsd.org/changeset/base/257101
Log:
MFC r256317:
Fix mode page length calculation to remove last garbage line from the
`camcontrol mode daX -l` output.
Modified:
stable/9/sbin/camcontrol/modeedit.c
Direc
Author: rpaulo
Date: Fri Oct 25 05:33:04 2013
New Revision: 257100
URL: http://svnweb.freebsd.org/changeset/base/257100
Log:
Add a tests(7) manual page.
This manual page intends to describe the structure and behavior of
the FreeBSD test suite installed in /usr/tests. The contents have
Author: rpaulo
Date: Fri Oct 25 05:31:26 2013
New Revision: 257099
URL: http://svnweb.freebsd.org/changeset/base/257099
Log:
Add missing plain.test.mk.
Submitted by: Julio Merino jmmv google.com
MFC after:2 weeks
Added:
head/share/mk/plain.test.mk (contents, props changed)
Added
Author: rpaulo
Date: Fri Oct 25 05:27:36 2013
New Revision: 257098
URL: http://svnweb.freebsd.org/changeset/base/257098
Log:
Add missing WITHOUT_TESTS file.
Submitted by: Julio Merio jmmv google.com
Reviewed by: sjg
MFC after:2 weeks
Added:
head/tools/build/options/WITHOUT_TESTS
Author: rpaulo
Date: Fri Oct 25 05:25:19 2013
New Revision: 257097
URL: http://svnweb.freebsd.org/changeset/base/257097
Log:
Set up the /usr/tests hierarchy.
Populate /usr/tests with the only test programs that currently live
in the tree (those in lib/libcrypt/tests/) and add all the buil
Author: rpaulo
Date: Fri Oct 25 05:12:31 2013
New Revision: 257096
URL: http://svnweb.freebsd.org/changeset/base/257096
Log:
Move the TESTSBASE definition to bsd.own.mk.
We need to be able to reference the value of TESTSBASE without requiring
the inclusion of bsd.test.mk (e.g. in etc/Make
Author: rpaulo
Date: Fri Oct 25 05:11:10 2013
New Revision: 257095
URL: http://svnweb.freebsd.org/changeset/base/257095
Log:
Allow mixing bsd.files.mk with bsd.subdir.mk.
If a single Makefile wants to recurse into subdirectories and also
wants to install files, bsd.files.mk's targets woul
Author: adrian
Date: Fri Oct 25 04:06:54 2013
New Revision: 257094
URL: http://svnweb.freebsd.org/changeset/base/257094
Log:
Add a configuration file and hints file for the Alfa Networks Hornet UB
board.
This is another AR9331 board similar to the Carambola2. It has different
ethernet a
Author: nwhitehorn
Date: Fri Oct 25 03:55:52 2013
New Revision: 257093
URL: http://svnweb.freebsd.org/changeset/base/257093
Log:
Be a little more suspicious of thermal sensors, which can have single
crazy readings occasionally. One wild reading should not be enough to
trigger a shutdown, so
Author: grehan
Date: Fri Oct 25 03:18:56 2013
New Revision: 257092
URL: http://svnweb.freebsd.org/changeset/base/257092
Log:
Fix bug in the ioapic emulation for level-triggered interrupts,
where a pin assertion while a source was masked would result in
the interrupt being lost, with the symp
Author: sbruno
Date: Fri Oct 25 01:10:07 2013
New Revision: 257085
URL: http://svnweb.freebsd.org/changeset/base/257085
Log:
Queisce quite a few clang warnings -Wdangling-else due to this work around
for compiling gperf under Visual Studio from 1998.
ref. http://msdn.microsoft.com/en-us/l
Author: ae
Date: Fri Oct 25 01:02:25 2013
New Revision: 257084
URL: http://svnweb.freebsd.org/changeset/base/257084
Log:
Initialize inc_fibnum for properly handling ICMP6_PACKET_TOO_BIG errors
in multifib environment.
PR: 183265
MFC after:1 week
Modified:
head/sys/netin
Author: jhibbits
Date: Fri Oct 25 00:17:12 2013
New Revision: 257081
URL: http://svnweb.freebsd.org/changeset/base/257081
Log:
ELF PowerPC64 ABI puts the LR save word at 16 byte offset, not 8.
Modified:
head/sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
Modified: head/sys/cddl/dev/dtrace/powerpc/
Author: gjb
Date: Thu Oct 24 22:55:15 2013
New Revision: 257079
URL: http://svnweb.freebsd.org/changeset/base/257079
Log:
Fix build host pollution by avoiding calling 'uname -srp' to
determine values for 'VERSION'.
Looked at by: cperciva
Modified:
head/Makefile.inc1
Modified: head/Mak
On 10/24/13 7:39 AM, Hilko Meyer wrote:
> Andrey Zonov schrieb:
>> On 10/18/13 8:38 AM, Hilko Meyer wrote:
>>> On Thu, 17 Oct 2013 22:00:35 + (UTC) you wrote:
Author: zont
Date: Thu Oct 17 22:00:35 2013
New Revision: 256710
URL: http://svnweb.freebsd.org/changeset/base/2567
Author: grehan
Date: Thu Oct 24 22:21:31 2013
New Revision: 257078
URL: http://svnweb.freebsd.org/changeset/base/257078
Log:
Fix panic in the tap driver when a tap and vmnet interface were
created after each other e.g.
ifconfig tap0
ifconfig vmnet0
Appears to be a cut'n'paste
Author: zont
Date: Thu Oct 24 21:58:14 2013
New Revision: 257077
URL: http://svnweb.freebsd.org/changeset/base/257077
Log:
Cleanup empty directories
PR: conf/167133
Modified:
head/ObsoleteFiles.inc
head/etc/mtree/BSD.usr.dist
Modified: head/ObsoleteFiles.inc
Author: nwhitehorn
Date: Thu Oct 24 21:49:23 2013
New Revision: 257075
URL: http://svnweb.freebsd.org/changeset/base/257075
Log:
Remove some of the code required for supporting ssm(4) on SPARC in favor
of a more PowerPC/FDT-focused design. Whenever SPARC64 is integrated
into this rework, thi
Author: kib
Date: Thu Oct 24 20:29:29 2013
New Revision: 257072
URL: http://svnweb.freebsd.org/changeset/base/257072
Log:
Make pci_get_dma_tag() non-static. Since the function is only
referenced by pointer, making it non-static should not have even the
negligible impact on the existing code
Author: kib
Date: Thu Oct 24 20:25:29 2013
New Revision: 257071
URL: http://svnweb.freebsd.org/changeset/base/257071
Log:
Add some definitions for the bits in root control and status PCIe cap
registers.
Reviewed by: jhb
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modif
Author: kib
Date: Thu Oct 24 20:21:37 2013
New Revision: 257070
URL: http://svnweb.freebsd.org/changeset/base/257070
Log:
Move the PCI_DMA_BOUNDARY definition into the pcivar.h.
Reviewed by: jhb
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/dev/pci/pci
Author: kib
Date: Thu Oct 24 20:13:40 2013
New Revision: 257069
URL: http://svnweb.freebsd.org/changeset/base/257069
Log:
Add ddb 'show ioapic' and 'show all ioapics' commands.
Reviewed by: jhb (previous version)
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
he
Author: pluknet
Date: Thu Oct 24 19:49:55 2013
New Revision: 257068
URL: http://svnweb.freebsd.org/changeset/base/257068
Log:
Modernize pass(4) description to the 21st century.
Reviewed by: mav
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
Author: pluknet
Date: Thu Oct 24 19:32:20 2013
New Revision: 257067
URL: http://svnweb.freebsd.org/changeset/base/257067
Log:
Correct typo. s/an an/an/
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
==
-
Author: marius
Date: Thu Oct 24 17:06:41 2013
New Revision: 257066
URL: http://svnweb.freebsd.org/changeset/base/257066
Log:
Move the implementation of bus_space_barrier(9) to the inline function in
the header. Actually, there's only one version for all types of busses, so
it doesn't make se
Author: adrian
Date: Thu Oct 24 17:04:16 2013
New Revision: 257065
URL: http://svnweb.freebsd.org/changeset/base/257065
Log:
Fix a use-after-free node reference issue when waiting for a return
from a management frame transmission.
This bug is a bit loopy, so here goes.
The underlying
Author: loos
Date: Thu Oct 24 16:56:38 2013
New Revision: 257064
URL: http://svnweb.freebsd.org/changeset/base/257064
Log:
Add an OFW SPI compatible bus. Fix the spibus probe to return
BUS_PROBE_GENERIC and not BUS_PROBE_SPECIFIC (0) so the OFW SPI bus can
attach when enabled. Export the s
Author: loos
Date: Thu Oct 24 16:27:33 2013
New Revision: 257062
URL: http://svnweb.freebsd.org/changeset/base/257062
Log:
Add the Raspberry Pi SPI controller driver.
Reviewed by: rpaulo
Approved by: adrian (mentor)
Added:
head/sys/arm/broadcom/bcm2835/bcm2835_spi.c (contents, prop
Author: trasz
Date: Thu Oct 24 15:54:06 2013
New Revision: 257061
URL: http://svnweb.freebsd.org/changeset/base/257061
Log:
Don't spin with mutex hold when there is not enough room in the send socket
buffer. While here, make the code flow somewhat nicer.
Thanks to mav@ for tracking it do
Author: nwhitehorn
Date: Thu Oct 24 15:44:29 2013
New Revision: 257060
URL: http://svnweb.freebsd.org/changeset/base/257060
Log:
Do not map IRQs twice. This fixes PowerPC/FDT systems with multiple PICs,
which would try to treat the previously-mapped interrupts from
fdt_decode_intr() as inter
Author: nwhitehorn
Date: Thu Oct 24 15:37:32 2013
New Revision: 257059
URL: http://svnweb.freebsd.org/changeset/base/257059
Log:
Allow PIC drivers to translate firmware sense codes for themselves. This
is designed to replace the tables in dev/fdt/fdt_ARCH.c, but will not
happen quite yet.
M
Author: smh
Date: Thu Oct 24 15:21:20 2013
New Revision: 257058
URL: http://svnweb.freebsd.org/changeset/base/257058
Log:
MFC r256889:
Use the vdev's ashift to calculate the supported min block size passed to
zio_compress_data(..) when compressing l2arc buffers.
This eliminates L2ARC
Author: brooks
Date: Thu Oct 24 15:11:30 2013
New Revision: 257057
URL: http://svnweb.freebsd.org/changeset/base/257057
Log:
Regenerate documentation post r256915:
Stop conflating WITHOUT_CLANG with WITHOUT_CLANG_IS_CC. This allows
bootstrapping a copy of clang without building clang for
Author: gjb
Date: Thu Oct 24 15:00:19 2013
New Revision: 257056
URL: http://svnweb.freebsd.org/changeset/base/257056
Log:
Revert r256921 to prevent error output when in the wrong directory.
This should have been reverted with the stable/10/Makefile.inc1
revert, but apparently my commit did n
Andrey Zonov schrieb:
>On 10/18/13 8:38 AM, Hilko Meyer wrote:
>> On Thu, 17 Oct 2013 22:00:35 + (UTC) you wrote:
>>> Author: zont
>>> Date: Thu Oct 17 22:00:35 2013
>>> New Revision: 256710
>>> URL: http://svnweb.freebsd.org/changeset/base/256710
>>>
>>> Modified:
>>> head/tools/build/mk/Opt
Author: nwhitehorn
Date: Thu Oct 24 14:15:05 2013
New Revision: 257055
URL: http://svnweb.freebsd.org/changeset/base/257055
Log:
interrupt-parent and #interrupt-cells are written to the tree using
encode-int.
Modified:
head/sys/dev/ofw/ofw_nexus.c
Modified: head/sys/dev/ofw/ofw_nexus.c
===
Author: mav
Date: Thu Oct 24 14:05:44 2013
New Revision: 257054
URL: http://svnweb.freebsd.org/changeset/base/257054
Log:
Some microoptimizations for da and ada drivers:
- Replace ordered_tag_count counter with single flag;
- From da remove outstanding_cmds counter, duplicating pending_ccb
Author: bdrewery (ports committer)
Date: Thu Oct 24 11:35:50 2013
New Revision: 257053
URL: http://svnweb.freebsd.org/changeset/base/257053
Log:
MFC r256842:
Fix 'make delete-old-libs' and 'make check-libs' to delete .debug
files created by WITH_DEBUG_FILES. Also cleanup .symbols file
On Thu, Oct 24, 2013 at 12:00:54PM +0100, Steven Hartland wrote:
> Not familiar with that option, but having a quick look in src
> it doesn't seem to be FS specific, seems to be handled by vfs.
VFS set options include this (in high bits).
This options next passed to FS code (.vop_read = zfs_freeb
Not familiar with that option, but having a quick look in src
it doesn't seem to be FS specific, seems to be handled by vfs.
Can anyone confirm or deny this?
- Original Message -
From: "Slawa Olhovchenkov"
On Wed, Oct 23, 2013 at 09:54:59AM +, Steven Hartland wrote:
Author: s
Author: bdrewery (ports committer)
Date: Thu Oct 24 10:53:35 2013
New Revision: 257052
URL: http://svnweb.freebsd.org/changeset/base/257052
Log:
MFC r256842:
Fix 'make delete-old-libs' and 'make check-libs' to delete .debug
files created by WITH_DEBUG_FILES. Also cleanup .symbols file
Author: bdrewery (ports committer)
Date: Thu Oct 24 10:49:55 2013
New Revision: 257051
URL: http://svnweb.freebsd.org/changeset/base/257051
Log:
Add support for using "pkg+http://"; for the PACKAGESITE.
pkg 1.2 is adding this support as well. This should help
lessen the confusion on why t
Author: mav
Date: Thu Oct 24 10:33:31 2013
New Revision: 257049
URL: http://svnweb.freebsd.org/changeset/base/257049
Log:
MFC r256552:
Unify periph invalidation and destruction reporting.
Print message containing device model and serial number on invalidation.
Approved by: re (hrs)
Mo
Author: mav
Date: Thu Oct 24 10:34:13 2013
New Revision: 257050
URL: http://svnweb.freebsd.org/changeset/base/257050
Log:
MFC r256552:
Unify periph invalidation and destruction reporting.
Print message containing device model and serial number on invalidation.
Modified:
stable/9/sys/cam/a
Author: mav
Date: Thu Oct 24 10:31:53 2013
New Revision: 257048
URL: http://svnweb.freebsd.org/changeset/base/257048
Log:
MFC r256533:
Unhide "Serial Number" lines from bootverbose. That information may
be useful for system administration to have in hard copy (in logs) if
one of several d
Author: mav
Date: Thu Oct 24 10:31:02 2013
New Revision: 257047
URL: http://svnweb.freebsd.org/changeset/base/257047
Log:
MFC r256533:
Unhide "Serial Number" lines from bootverbose. That information may
be useful for system administration to have in hard copy (in logs) if
one of several d
On Wed, Oct 23, 2013 at 09:54:59AM +, Steven Hartland wrote:
> Author: smh
> Date: Wed Oct 23 09:54:58 2013
> New Revision: 256956
> URL: http://svnweb.freebsd.org/changeset/base/256956
>
> Log:
> Improve ZFS N-way mirror read performance by using load and locality
> information.
What ab
Author: ray
Date: Thu Oct 24 09:27:06 2013
New Revision: 257045
URL: http://svnweb.freebsd.org/changeset/base/257045
Log:
Fix crossed fingers output. Only comment changed.
Modified:
head/sys/dev/uart/uart_dev_imx.c
Modified: head/sys/dev/uart/uart_dev_imx.c
==
On 10/24/13 09:43, Hans Petter Selasky wrote:
Author: hselasky
Date: Thu Oct 24 07:43:35 2013
New Revision: 257044
URL: http://svnweb.freebsd.org/changeset/base/257044
Log:
MFC r256500:
Add new USB ID.
PR: usb/182936
Approved by: re (Xin LI)
Obtainedrom:
^^^ this line w
Author: hselasky
Date: Thu Oct 24 07:43:35 2013
New Revision: 257044
URL: http://svnweb.freebsd.org/changeset/base/257044
Log:
MFC r256500:
Add new USB ID.
PR: usb/182936
Approved by: re (Xin LI)
Obtainedrom:
Modified:
stable/10/sys/dev/usb/usbdevs
stable/10/sys/dev/us
Author: hselasky
Date: Thu Oct 24 07:38:32 2013
New Revision: 257043
URL: http://svnweb.freebsd.org/changeset/base/257043
Log:
MFC r256548:
Correct programming of XXX_MAXP register. This register is 16-bit wide
and not 8-bit. Fix support for isochronous transfers in USB host mode.
Fix a wh
55 matches
Mail list logo