Author: adrian
Date: Tue Jan 6 07:52:19 2015
New Revision: 276743
URL: https://svnweb.freebsd.org/changeset/base/276743
Log:
Glue to suck in the QCA9550 HAL support if AH_SUPPORT_QCA9550 is defined.
Modified:
head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h
Modified: head/sys/co
Author: adrian
Date: Tue Jan 6 07:51:46 2015
New Revision: 276742
URL: https://svnweb.freebsd.org/changeset/base/276742
Log:
Add option to support the QCA955x SoC wifi.
Modified:
head/sys/conf/options
Modified: head/sys/conf/options
==
Author: adrian
Date: Tue Jan 6 07:43:07 2015
New Revision: 276741
URL: https://svnweb.freebsd.org/changeset/base/276741
Log:
Make the apb.c code optional behind ar71xx_apb rather than standard.
The QCA955x has more mux interrupts going on - and the AR934x actually does,
but I cheated and
Author: adrian
Date: Tue Jan 6 07:37:33 2015
New Revision: 276739
URL: https://svnweb.freebsd.org/changeset/base/276739
Log:
Add an APB base/size for the QCA955X for an upcoming QCA955x specific
APB mux.
It's larger than the AR71xx because it needs to replace the nexus
for some devices
Author: adrian
Date: Tue Jan 6 07:35:05 2015
New Revision: 276738
URL: https://svnweb.freebsd.org/changeset/base/276738
Log:
The QCA955x USB init path doesn't require any of this, so delete it.
Obtained from:Linux/OpenWRT
Modified:
head/sys/mips/atheros/qca955x_chip.c
Modified:
Author: rodrigc
Date: Tue Jan 6 05:28:22 2015
New Revision: 276736
URL: https://svnweb.freebsd.org/changeset/base/276736
Log:
Add some GEOM options.
Modified:
head/sys/mips/conf/MALTA_COMMON
Modified: head/sys/mips/conf/MALTA_COMMON
==
Author: rodrigc
Date: Tue Jan 6 05:26:13 2015
New Revision: 276735
URL: https://svnweb.freebsd.org/changeset/base/276735
Log:
Refactor common options from MALTA and MALTA64 kernel
configs into MALTA_COMMON file.
Added:
head/sys/mips/conf/MALTA_COMMON (contents, props changed)
Modified:
Author: imp
Date: Tue Jan 6 05:28:37 2015
New Revision: 276737
URL: https://svnweb.freebsd.org/changeset/base/276737
Log:
Remove old ioctl use and support, once and for all.
Modified:
head/sbin/fsck_ffs/setup.c
head/sbin/fsirand/fsirand.c
head/sbin/newfs/newfs.c
head/sbin/newfs_msdos/n
Author: jhibbits
Date: Tue Jan 6 03:50:43 2015
New Revision: 276734
URL: https://svnweb.freebsd.org/changeset/base/276734
Log:
Avoid use of register variables. Clang 3.5 treats this as undefined behavior,
and bad things happen.
MFC after:1 week
Modified:
head/lib/libc/powerpc/gen
Author: jhibbits
Date: Tue Jan 6 03:49:22 2015
New Revision: 276733
URL: https://svnweb.freebsd.org/changeset/base/276733
Log:
Apply r246556 to powerpc:
Avoid use of register variables, which some compilers (e.g. clang)
don't like. It makes the code a little clearer as well.
This al
Author: markj
Date: Tue Jan 6 02:13:49 2015
New Revision: 276732
URL: https://svnweb.freebsd.org/changeset/base/276732
Log:
MFC r276250:
DOF tables are aligned according to the DOF section's alignment constraint,
so take this into account when iterating over DOF tables.
PR: 19
M
Author: markj
Date: Tue Jan 6 02:13:48 2015
New Revision: 276731
URL: https://svnweb.freebsd.org/changeset/base/276731
Log:
MFC r276250:
DOF tables are aligned according to the DOF section's alignment constraint,
so take this into account when iterating over DOF tables.
PR: 19
M
Author: adrian
Date: Tue Jan 6 02:08:45 2015
New Revision: 276730
URL: https://svnweb.freebsd.org/changeset/base/276730
Log:
Refactor and split out the net80211 software scan engine from the rest
of the scan API.
The eventual aim is to have 'ieee80211_scan.c' have the net80211 and
driv
Author: np
Date: Tue Jan 6 01:30:32 2015
New Revision: 276729
URL: https://svnweb.freebsd.org/changeset/base/276729
Log:
cxgbe/tom: use vmem(9) as the DDP page pod allocator.
MFC after:1 month
Modified:
head/sys/dev/cxgbe/tom/t4_ddp.c
head/sys/dev/cxgbe/tom/t4_tom.h
Modified: hea
Author: np
Date: Mon Jan 5 23:43:24 2015
New Revision: 276728
URL: https://svnweb.freebsd.org/changeset/base/276728
Log:
cxgbe(4): fix the description of a strange bunch of counters.
MFC after:1 week
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_main.c
Author: markj
Date: Mon Jan 5 23:07:22 2015
New Revision: 276727
URL: https://svnweb.freebsd.org/changeset/base/276727
Log:
Use crcopysafe(9) to make a copy of a process' credential struct. crcopy(9)
may perform a blocking memory allocation, which is unsafe when holding a
mutex.
Differ
Author: nwhitehorn
Date: Mon Jan 5 21:39:35 2015
New Revision: 276726
URL: https://svnweb.freebsd.org/changeset/base/276726
Log:
Restore use of ofw_bus_intr_to_rl() in the pseries vdevice driver after fixing
ofw_bus_intr_to_rl() to match the spec for unspecified interrupt-parent
properties.
Ian Lepore wrote this message on Sun, Jan 04, 2015 at 20:08 +:
> Author: ian
> Date: Sun Jan 4 20:08:24 2015
> New Revision: 27
> URL: https://svnweb.freebsd.org/changeset/base/27
>
> Log:
> Eliminate uninitialized variable warnings in kernel and module builds when
> building with
John-Mark Gurney wrote this message on Sat, Jan 03, 2015 at 00:33 -0800:
> We really should look at turning of gcc's uninitialized var warning
> now that it doesn't do a good job... We are now just poluting our code
> base w/ bad initalizations that could turn into bugs in the future when
> someon
Author: jhb
Date: Mon Jan 5 20:50:44 2015
New Revision: 276725
URL: https://svnweb.freebsd.org/changeset/base/276725
Log:
Trim trailing whitespace.
Modified:
head/sys/kern/subr_bus.c
Modified: head/sys/kern/subr_bus.c
=
On 1/5/15 3:44 PM, John Baldwin wrote:
> Author: jhb
> Date: Mon Jan 5 20:44:44 2015
> New Revision: 276724
> URL: https://svnweb.freebsd.org/changeset/base/276724
>
> Log:
> On some Intel CPUs with a P-state but not C-state invariant TSC the TSC
> may also halt in C2 and not just C3 (it seem
Author: jhb
Date: Mon Jan 5 20:44:44 2015
New Revision: 276724
URL: https://svnweb.freebsd.org/changeset/base/276724
Log:
On some Intel CPUs with a P-state but not C-state invariant TSC the TSC
may also halt in C2 and not just C3 (it seems that in some cases the BIOS
advertises its C3 state
Author: ngie
Date: Mon Jan 5 20:38:47 2015
New Revision: 276723
URL: https://svnweb.freebsd.org/changeset/base/276723
Log:
Install d_align.{in,out} for the :align test
X-MFC with: r276669
Pointyhat to: me
Modified:
head/bin/cat/tests/Makefile
Modified: head/bin/cat/tests/Makefile
===
Author: gjb
Date: Mon Jan 5 20:34:03 2015
New Revision: 276721
URL: https://svnweb.freebsd.org/changeset/base/276721
Log:
Document r275891, CAM port/LUN limits increased.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified:
Author: gjb
Date: Mon Jan 5 20:34:06 2015
New Revision: 276722
URL: https://svnweb.freebsd.org/changeset/base/276722
Log:
Document r275945, capabilities support added to elfdump(1).
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Author: gjb
Date: Mon Jan 5 20:34:00 2015
New Revision: 276720
URL: https://svnweb.freebsd.org/changeset/base/276720
Log:
Document r275490, vfs.zfs.spa_slop_shift tunable addition.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Author: gjb
Date: Mon Jan 5 20:33:57 2015
New Revision: 276719
URL: https://svnweb.freebsd.org/changeset/base/276719
Log:
Document r275040, dpv(1), dpv(3), figpar(3).
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: sta
Author: gjb
Date: Mon Jan 5 20:33:53 2015
New Revision: 276718
URL: https://svnweb.freebsd.org/changeset/base/276718
Log:
Document r274939, iSNS support in ctld(8).
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: stabl
Author: hselasky
Date: Mon Jan 5 20:22:18 2015
New Revision: 276717
URL: https://svnweb.freebsd.org/changeset/base/276717
Log:
Add 64-bit DMA support in the XHCI controller driver.
- Fix some comments and whitespace while at it.
MFC after:1 month
Submitted by: marius@
Modified:
Author: hiren
Date: Mon Jan 5 19:54:40 2015
New Revision: 276716
URL: https://svnweb.freebsd.org/changeset/base/276716
Log:
MFC r273876
Use search method instead of fixed offsets for finding rootfs. This unbreaks
recent images for picostation by allowing to find rootfs at correct locatio
Author: jhb
Date: Mon Jan 5 19:49:20 2015
New Revision: 276715
URL: https://svnweb.freebsd.org/changeset/base/276715
Log:
Use struct thread * directly instead of d_thread_t. This driver is not
likely to be merged back to stable/4.
Reviewed by: delphij
Modified:
head/sys/dev/tws/tws.
Author: marius
Date: Mon Jan 5 19:15:35 2015
New Revision: 276714
URL: https://svnweb.freebsd.org/changeset/base/276714
Log:
Exclude drivers which build but don't actually work with PAE enabled,
missed in r276377
Modified:
head/sys/i386/conf/XEN
Modified: head/sys/i386/conf/XEN
==
Author: nwhitehorn
Date: Mon Jan 5 18:15:16 2015
New Revision: 276713
URL: https://svnweb.freebsd.org/changeset/base/276713
Log:
Revert r272109 locally, which is not quite equivalent in how it deals with
missing interrupt-parent properties. A better solution will come later,
but this restor
On 01/05/15 18:37, John Baldwin wrote:
On 1/2/15 8:35 AM, Hans Petter Selasky wrote:
Author: hselasky
Date: Fri Jan 2 13:35:10 2015
New Revision: 276534
URL: https://svnweb.freebsd.org/changeset/base/276534
Log:
The "vt_suspend_flush_timer()" function is sometimes called locked
which pre
On 1/2/15 8:35 AM, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Fri Jan 2 13:35:10 2015
> New Revision: 276534
> URL: https://svnweb.freebsd.org/changeset/base/276534
>
> Log:
> The "vt_suspend_flush_timer()" function is sometimes called locked
> which prevents us from doing a "callo
Author: nwhitehorn
Date: Mon Jan 5 16:52:25 2015
New Revision: 276711
URL: https://svnweb.freebsd.org/changeset/base/276711
Log:
Missed change in r276688. Apologies for build breakage.
Modified:
head/sys/boot/fdt/Makefile
Modified: head/sys/boot/fdt/Makefile
Author: br
Date: Mon Jan 5 16:43:22 2015
New Revision: 276710
URL: https://svnweb.freebsd.org/changeset/base/276710
Log:
o Switch to use non-mergeable RX buffers to avoid mbuf adjustment needs
o Operate with copy of iov as we expect later it was not modified
Modified:
head/sys/dev/beri/vir
Author: des
Date: Mon Jan 5 16:10:50 2015
New Revision: 276708
URL: https://svnweb.freebsd.org/changeset/base/276708
Log:
Tag OpenSSH 6.7p1.
Added:
vendor-crypto/openssh/6.7p1/
- copied from r276707, vendor-crypto/openssh/dist/
___
svn-src-all
Author: des
Date: Mon Jan 5 16:09:55 2015
New Revision: 276707
URL: https://svnweb.freebsd.org/changeset/base/276707
Log:
Vendor import of OpenSSH 6.7p1.
Added:
vendor-crypto/openssh/dist/cipher-aesctr.c
vendor-crypto/openssh/dist/cipher-aesctr.h
vendor-crypto/openssh/dist/openbsd-compat
Author: pfg
Date: Mon Jan 5 16:09:51 2015
New Revision: 276706
URL: https://svnweb.freebsd.org/changeset/base/276706
Log:
MFC r276472:
Minor fixes to exit status.
Exit with EXIT_FAILURE for invalid arguments.
Fixes NetBSD-PR 43517.
Print version string to stdout instead of st
Author: emaste
Date: Mon Jan 5 16:05:15 2015
New Revision: 276705
URL: https://svnweb.freebsd.org/changeset/base/276705
Log:
readelf: Handle note types from different operating systems
Previously elftoolchain readelf(1) produced correct description text
only for Linux note types.
Up
Author: trasz
Date: Mon Jan 5 15:34:23 2015
New Revision: 276704
URL: https://svnweb.freebsd.org/changeset/base/276704
Log:
Fix memory leaks.
CID: 1258582, 1258583.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/fstyp/ext2fs.c
head/usr.sbin/fst
Author: trasz
Date: Mon Jan 5 15:29:28 2015
New Revision: 276703
URL: https://svnweb.freebsd.org/changeset/base/276703
Log:
Remove leftovers.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/fstyp/cd9660.c
head/usr.sbin/fstyp/ntfs.c
Modified: head/
the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20150105:
+ The default Unbound configuration now enables remote control
+ using a local socket. Users who have already enabled the
+ local_un
Author: hselasky
Date: Mon Jan 5 15:04:17 2015
New Revision: 276701
URL: https://svnweb.freebsd.org/changeset/base/276701
Log:
Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can
be set before the USB device(s) are probed.
Modified:
head/sys/dev/sound/usb/uaudio.c
head/
Author: des
Date: Mon Jan 5 14:59:18 2015
New Revision: 276699
URL: https://svnweb.freebsd.org/changeset/base/276699
Log:
mfv (r276698): support for remote control over local sockets.
Modified:
head/contrib/unbound/config.h
head/contrib/unbound/config.h.in
head/contrib/unbound/configure.
Author: des
Date: Mon Jan 5 14:55:52 2015
New Revision: 276698
URL: https://svnweb.freebsd.org/changeset/base/276698
Log:
Add support for using a local socket for the remote control connection
by specifying uts path instead of (or in addition to) an IP address as
an argument to the control-
Author: brueffer
Date: Mon Jan 5 13:46:37 2015
New Revision: 276697
URL: https://svnweb.freebsd.org/changeset/base/276697
Log:
Fix a few grammar issues.
Modified:
head/UPDATING
Modified: head/UPDATING
==
--- head/UP
Author: imp
Date: Mon Jan 5 12:28:22 2015
New Revision: 276696
URL: https://svnweb.freebsd.org/changeset/base/276696
Log:
Clang's 3.5 integrated assembler now handles these files correctly (it
has support for the .codeXX directives). However, it is desirable, for
a time, to allow kernels to
Author: brueffer
Date: Mon Jan 5 11:40:05 2015
New Revision: 276695
URL: https://svnweb.freebsd.org/changeset/base/276695
Log:
Add a very basic manpage for the Etherswitch framework.
MFC after:1 week
Added:
head/share/man/man4/etherswitch.4 (contents, props changed)
Modified:
he
Author: bz
Date: Mon Jan 5 11:22:58 2015
New Revision: 276694
URL: https://svnweb.freebsd.org/changeset/base/276694
Log:
With r276692 m_align() moved and became an inline function.
Remove the (now) redundant function declaration.
Modified:
head/sys/sys/mbuf.h
Modified: head/sys/sys/mbuf.h
Author: kevlo
Date: Mon Jan 5 10:10:35 2015
New Revision: 276693
URL: https://svnweb.freebsd.org/changeset/base/276693
Log:
Mention axge(4).
Modified:
head/share/man/man4/miibus.4
Modified: head/share/man/man4/miibus.4
On Sun, 4 Jan 2015, Garrett Cooper wrote:
On Jan 2, 2015, at 0:03, Bruce Evans wrote:
rv = scalbnf(tests[i].inval, tests[i].exp);
ATF_CHECK_EQ_MSG(errno, tests[i].error,
"test %zu: errno %d instead of %d", i, errno,
The tests might set errn
Author: rwatson
Date: Mon Jan 5 09:58:32 2015
New Revision: 276692
URL: https://svnweb.freebsd.org/changeset/base/276692
Log:
To ease changes to underlying mbuf structure and the mbuf allocator, reduce
the knowledge of mbuf layout, and in particular constants such as M_EXT,
MLEN, MHLEN, and
54 matches
Mail list logo