Author: wma
Date: Mon Apr 4 07:06:20 2016
New Revision: 297536
URL: https://svnweb.freebsd.org/changeset/base/297536
Log:
arm64: bzero optimization
This optimization attempts to utylize as wide as possible register store
instructions to zero large buffers.
The implementation, if possibl
Author: wma
Date: Mon Apr 4 07:11:33 2016
New Revision: 297537
URL: https://svnweb.freebsd.org/changeset/base/297537
Log:
Add bzero.S to ARM64 machdep
Add fille missing from https://svnweb.freebsd.org/changeset/base/297536
Added:
head/sys/arm64/arm64/bzero.S (contents, props changed)
Author: wma
Date: Mon Apr 4 07:16:43 2016
New Revision: 297538
URL: https://svnweb.freebsd.org/changeset/base/297538
Log:
arm64: pagezero improvement
This change has been provided to improve pagezero call performance.
Submitted by: Dominik Ermel
Obtained from: Semi
Author: skra
Date: Mon Apr 4 09:15:25 2016
New Revision: 297539
URL: https://svnweb.freebsd.org/changeset/base/297539
Log:
Remove FDT specific parts from INTRNG. Change its interface to make it
universal.
(1) New struct intr_map_data is defined as a container for arbitrary
description
Author: skra
Date: Mon Apr 4 09:23:21 2016
New Revision: 297540
URL: https://svnweb.freebsd.org/changeset/base/297540
Log:
Rework am33xx interrupt controller for INTRNG and enable it
on BEAGLEBONE by default.
Reviewed by: gonzo
Differential Revision:https://reviews.freebsd.org
Author: skra
Date: Mon Apr 4 09:29:30 2016
New Revision: 297541
URL: https://svnweb.freebsd.org/changeset/base/297541
Log:
Rework TI gpio interrupt controller for INTRNG. It's used on PANDABOARD
and BEAGLEBONE where INTRNG is already enabled by default.
Reviewed by: gonzo
Differential
Author: mav
Date: Mon Apr 4 09:30:57 2016
New Revision: 297542
URL: https://svnweb.freebsd.org/changeset/base/297542
Log:
MFC r270382 (by delphij): MFV r270197:
Illumos issue:
5066 remove support for non-ANSI compilation
5068 Remove SCCSID() macro from
Modified:
stable/10/c
Author: mav
Date: Mon Apr 4 09:35:36 2016
New Revision: 297543
URL: https://svnweb.freebsd.org/changeset/base/297543
Log:
MFC r277450 (by will):
Use the "zfs_gfs" tag for GFS vnodes to make them easier to identify.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/gfs.c
Direct
Author: mav
Date: Mon Apr 4 09:36:56 2016
New Revision: 297544
URL: https://svnweb.freebsd.org/changeset/base/297544
Log:
MFC r277504 (by will): Remove commented log messages.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zil.c
Directory Properties:
stable/10/ (props
Author: skra
Date: Mon Apr 4 09:41:22 2016
New Revision: 297545
URL: https://svnweb.freebsd.org/changeset/base/297545
Log:
Define local-intc for BCM2836 platform (RPI2) and make BCM2835 intc
a child of it. This is done in conformity with Linux dts files and
as preparation for rework of BCM2
Author: mav
Date: Mon Apr 4 09:47:39 2016
New Revision: 297546
URL: https://svnweb.freebsd.org/changeset/base/297546
Log:
MFC r297232: Unify ignoring EEXIST from zvol_create_minor().
This fixes creation of zvol devices for snapshots during zfs receive,
that previously failed with "ZFS WA
Author: mav
Date: Mon Apr 4 09:48:58 2016
New Revision: 297547
URL: https://svnweb.freebsd.org/changeset/base/297547
Log:
MFC r297337: Pass through error code from make_dev_p().
ENAMETOOLONG is much more informative in logs then ENXIO.
Modified:
stable/10/sys/cddl/contrib/opensolaris/ut
Author: mav
Date: Mon Apr 4 09:49:45 2016
New Revision: 297548
URL: https://svnweb.freebsd.org/changeset/base/297548
Log:
MFC r297420: Switch from using make_dev_p() to make_dev_s() to close races.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c
Directory Properties
Author: mav
Date: Mon Apr 4 09:50:28 2016
New Revision: 297549
URL: https://svnweb.freebsd.org/changeset/base/297549
Log:
MFC r297421: Plug open count leak on zvol rename.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c
Directory Properties:
stable/10/ (props ch
Author: andrew
Date: Mon Apr 4 10:03:06 2016
New Revision: 297550
URL: https://svnweb.freebsd.org/changeset/base/297550
Log:
Fix a format string when uint64_t is not unsigned long long by casting
through uintmax_t.
Modified:
head/sys/dev/extres/clk/clk.c
Modified: head/sys/dev/extres/clk/
Author: maxim
Date: Mon Apr 4 10:27:48 2016
New Revision: 297551
URL: https://svnweb.freebsd.org/changeset/base/297551
Log:
OpenBSD 5.9 and FreeBSD 10.3 releases added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
==
Author: andrew
Date: Mon Apr 4 10:52:43 2016
New Revision: 297552
URL: https://svnweb.freebsd.org/changeset/base/297552
Log:
Include sys/rman.h directly rather than relying on header pollution.
Obtained from:ABT Systems Ltd
Sponsored by: The FreeBSD Foundation
Modified:
head/s
Author: marius
Date: Mon Apr 4 12:04:32 2016
New Revision: 297553
URL: https://svnweb.freebsd.org/changeset/base/297553
Log:
Tag releng/10.3@297264 as release/10.3.0 (10.3-RELEASE).
Added:
release/10.3.0/
- copied from r297552, releng/10.3/
__
Author: marius
Date: Mon Apr 4 12:15:06 2016
New Revision: 297554
URL: https://svnweb.freebsd.org/changeset/base/297554
Log:
Now that 10.3-RELEASE is out, move stable/10 back to STABLE.
Approved by: re (implicit)
Modified:
stable/10/sys/conf/newvers.sh
Modified: stable/10/sys/conf/new
Author: marius
Date: Mon Apr 4 12:21:04 2016
New Revision: 297555
URL: https://svnweb.freebsd.org/changeset/base/297555
Log:
MFC: r292563
loader.efi: strip trailing whitespace
MFC: r293244 (remainder missing in r294275)
Introduce and use new EFI_ERROR_CODE macro for EFI errors
M
On 04/02/2016 04:49, Oliver Pinter wrote:
>
> + printf(" slot %d", (cap & PCIEM_SLOT_CAP_PSN) >> 19);
> + printf(" power limit %d mW", slot_power(cap));
> + if (cap & PCIEM_SLOT_CAP_HPC)
> + printf(" HotPlug(%s)", sta & PCIEM_SLOT_STA_PDS ?
> "pre
Author: andrew
Date: Mon Apr 4 15:13:17 2016
New Revision: 297556
URL: https://svnweb.freebsd.org/changeset/base/297556
Log:
Reduce the diff for when we switch to intrng. The IPI interrupts will be
split out to multiple handlers.
Obtained from:ABT Systems Ltd
Sponsored by: The
Author: ache
Date: Mon Apr 4 15:56:14 2016
New Revision: 297557
URL: https://svnweb.freebsd.org/changeset/base/297557
Log:
SJIS encoding don't have single byte characters >= 224
MFC after: 1 week
Modified:
head/lib/libc/locale/mskanji.c
Modified: head/lib/libc/locale/mskanji.c
===
Author: avg
Date: Mon Apr 4 16:09:29 2016
New Revision: 297558
URL: https://svnweb.freebsd.org/changeset/base/297558
Log:
new x86 smp topology detection code
Previously, the code determined a topology of processing units
(hardware threads, cores, packages) and then deduced a cache topolo
Author: wblock (doc committer)
Date: Mon Apr 4 16:20:46 2016
New Revision: 297559
URL: https://svnweb.freebsd.org/changeset/base/297559
Log:
MFC r297330:
Adjust misleading wording of the -G option and simplify a few
surrounding sentences. From a discussion on -ports.
Modified:
stable
Author: wblock (doc committer)
Date: Mon Apr 4 16:41:35 2016
New Revision: 297560
URL: https://svnweb.freebsd.org/changeset/base/297560
Log:
MFC r297364:
Fix two more unhappy instances of "user land".
Modified:
stable/10/share/man/man4/iscsi_initiator.4
stable/10/share/man/man9/kqueue
Author: andrew
Date: Mon Apr 4 17:04:33 2016
New Revision: 297561
URL: https://svnweb.freebsd.org/changeset/base/297561
Log:
Add a table to map from the FreeBSD CPUID space to the GIC CPUID space. On
many SoCs these two are the same, however there is no requirement for this
to be the case,
On Saturday, April 02, 2016 11:49:53 AM Oliver Pinter wrote:
> > + if (cap & PCIEM_SLOT_CAP_HPS)
> > + printf(" surprise");
>
>
> What is this surprise string or state? Or is this a forgotten debug string?
It's an actual thing in the spec. "Surprise" insertion/removal means
On Monday, April 4, 2016, John Baldwin wrote:
> On Saturday, April 02, 2016 11:49:53 AM Oliver Pinter wrote:
> > > + if (cap & PCIEM_SLOT_CAP_HPS)
> > > + printf(" surprise");
> >
> >
> > What is this surprise string or state? Or is this a forgotten debug
> string?
>
> It's an
Author: adrian
Date: Mon Apr 4 20:32:31 2016
New Revision: 297562
URL: https://svnweb.freebsd.org/changeset/base/297562
Log:
[net80211] add amsdu and fast frames encap failure counters in the ioctl
definition.
The code to set these will come in a subsequent commit (when I start
fleshin
Author: adrian
Date: Mon Apr 4 20:33:16 2016
New Revision: 297563
URL: https://svnweb.freebsd.org/changeset/base/297563
Log:
[net80211] teach wlanstats about the ff_encapfail field.
Without this it just displays a blank, short column which is just
plainly not useful.
Modified:
head/to
Author: glebius
Date: Mon Apr 4 21:06:44 2016
New Revision: 297564
URL: https://svnweb.freebsd.org/changeset/base/297564
Log:
Add early_customize_cmd() that allows to register custom functions run
before the build stage.
Reviewed by: imp
Obtained from:Netflix
Modified:
head
Author: adrian
Date: Mon Apr 4 22:10:52 2016
New Revision: 297565
URL: https://svnweb.freebsd.org/changeset/base/297565
Log:
[net80211] Add an A-MSDU debug output shortcut.
Modified:
head/tools/tools/net80211/wlanstats/main.c
Modified: head/tools/tools/net80211/wlanstats/main.c
Author: bdrewery
Date: Mon Apr 4 23:15:57 2016
New Revision: 297566
URL: https://svnweb.freebsd.org/changeset/base/297566
Log:
DIRDEPS_BUILD: Use 1 parameter for defining -rpath-link.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/local.meta.sys.mk
Modified: head/s
Author: jhb
Date: Tue Apr 5 00:08:42 2016
New Revision: 297568
URL: https://svnweb.freebsd.org/changeset/base/297568
Log:
Don't wakeup the fdc worker thread once a second when idle.
The fdc worker thread was using a one second timeout while waiting for
a new bio to arrive or for the devi
Author: jhb
Date: Tue Apr 5 00:10:07 2016
New Revision: 297570
URL: https://svnweb.freebsd.org/changeset/base/297570
Log:
Remove a redundant check.
cpu_suspend_map is always empty if smp_started is false.
Sponsored by: Netflix
Modified:
head/sys/dev/xen/control/control.c
Modified:
Author: jhb
Date: Tue Apr 5 00:09:19 2016
New Revision: 297569
URL: https://svnweb.freebsd.org/changeset/base/297569
Log:
Remove an unneeded check.
CPUs with valid per-CPU data are not absent.
Sponsored by: Netflix
Modified:
head/sys/net/netisr.c
Modified: head/sys/net/netisr.c
==
Author: wblock (doc committer)
Date: Tue Apr 5 01:12:56 2016
New Revision: 297571
URL: https://svnweb.freebsd.org/changeset/base/297571
Log:
Add another real-life example of setting a quirk for a USB gaming
keyboard. From forum thread: https://forums.freebsd.org/threads/55717/
MFC after
On Mon, Apr 04, 2016 at 04:09:29PM +, Andriy Gapon wrote:
> New Revision: 297558
> URL: https://svnweb.freebsd.org/changeset/base/297558
>
> Log:
> new x86 smp topology detection code
>
> Previously, the code determined a topology of processing units
> (hardware threads, cores, packag
Author: jhibbits
Date: Tue Apr 5 02:27:01 2016
New Revision: 297572
URL: https://svnweb.freebsd.org/changeset/base/297572
Log:
Make i2c device child auto-probe work for MPC85xx and QorIQ SoCs.
OFW i2c probing requires a new method ofw_bus_get_node(), and the bus device
is
assumed iichb.
Author: jhibbits
Date: Tue Apr 5 03:27:33 2016
New Revision: 297573
URL: https://svnweb.freebsd.org/changeset/base/297573
Log:
Add support for the Microchip mcp7941x.
This is compatible with the ds1307, but comparing the mcp7941x datasheet vs
the
ds1307 code, appears there is one bit pl
On 05/04/2016 04:14, Alexey Dokuchaev wrote:
> On Mon, Apr 04, 2016 at 04:09:29PM +, Andriy Gapon wrote:
>> New Revision: 297558
>> URL: https://svnweb.freebsd.org/changeset/base/297558
>>
>> Log:
>> new x86 smp topology detection code
>>
>> Previously, the code determined a topology of
Author: mav
Date: Tue Apr 5 06:37:58 2016
New Revision: 297574
URL: https://svnweb.freebsd.org/changeset/base/297574
Log:
MFC r297179: Optimize IPMI watchdog patting.
Set watchdog timer parameters only when they really need to be changed.
In other cases just restart the timer with single
43 matches
Mail list logo