Author: jhibbits
Date: Wed Nov 1 03:54:07 2017
New Revision: 325262
URL: https://svnweb.freebsd.org/changeset/base/325262
Log:
Enable a bunch more options in the QORIQ64 kernel
This brings it closer to par with GENERIC64. In the future I hope to have a
GENERIC64-E and GENERIC-E kernels
Author: grehan
Date: Wed Nov 1 03:26:53 2017
New Revision: 325261
URL: https://svnweb.freebsd.org/changeset/base/325261
Log:
Emulate the "OR reg, r/m" instruction (opcode 0BH).
This is needed for the HDA emulation with FreeBSD guests.
Reviewed by: marcelo
MFC after:2 week
Author: jhibbits
Date: Wed Nov 1 03:09:16 2017
New Revision: 325260
URL: https://svnweb.freebsd.org/changeset/base/325260
Log:
Rename a couple files to not conflict with ZFS filenames
Now a kernel can be built with both ZFS and DPAA compiled in.
Added:
head/sys/contrib/ncsw/Peripherals/
Author: jhibbits
Date: Wed Nov 1 02:54:48 2017
New Revision: 325259
URL: https://svnweb.freebsd.org/changeset/base/325259
Log:
Add Guest State (GS) bit to MSR bits
For completeness only. It will be used by a hypervisor if/when one is
written.
While here, sort the MSR bits into the prop
Author: jhibbits
Date: Wed Nov 1 02:40:15 2017
New Revision: 325258
URL: https://svnweb.freebsd.org/changeset/base/325258
Log:
Fix debug interrupts on 64-bit Book-E
Use a WORD_SIZE macro to define the correct offset to the second word
needed. This corrects the offset calculation in 64-b
Wed Nov 1 01:03:44 2017(r325256)
+++ head/ObsoleteFiles.inc Wed Nov 1 01:22:33 2017(r325257)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20171031: Removal of obsolete man files
+OLD_FILES+=usr/share/man/man7/adding_user.7.gz
# 20171031: Disconnected l
Author: jhibbits
Date: Wed Nov 1 00:46:48 2017
New Revision: 325255
URL: https://svnweb.freebsd.org/changeset/base/325255
Log:
Remove a singleton in the DPAA driver, to allow multiple fman instances
Some devices (P5040, P4080) have multiple frame managers in their DPAA
subsystems. This
Author: cperciva
Date: Wed Nov 1 00:33:54 2017
New Revision: 325254
URL: https://svnweb.freebsd.org/changeset/base/325254
Log:
Add the amazon-ssm-agent package to EC2 AMI builds. This makes it
immediately available on instances which are running without internet
access (or which can't rely
Author: bdrewery
Date: Tue Oct 31 23:48:57 2017
New Revision: 325253
URL: https://svnweb.freebsd.org/changeset/base/325253
Log:
xdev: Follow-up r325087: Need to build lib/clang before lld.
LLD needs headers generated by the full libllvm.
X-MFC-With: r325087
MFC after:2 weeks
Author: avos
Date: Tue Oct 31 23:33:24 2017
New Revision: 325252
URL: https://svnweb.freebsd.org/changeset/base/325252
Log:
Regenerate etc/devd/usb.conf
Reminded by: hselasky
Modified:
head/etc/devd/usb.conf
Modified: head/etc/devd/usb.conf
=
Author: andrew
Date: Tue Oct 31 23:17:17 2017
New Revision: 325251
URL: https://svnweb.freebsd.org/changeset/base/325251
Log:
Allocate the ITS translation table with a 64k page alignment. This is the
largest alignment the ITS can require.
This fixes a bug with the ARM Architecture Envelop
Author: andrew
Date: Tue Oct 31 22:12:14 2017
New Revision: 325250
URL: https://svnweb.freebsd.org/changeset/base/325250
Log:
As with r325242 use mp_maxid when iterating over CPUs in the GICv3 driver.
Sponsored by: DARPA, AFRL
Modified:
head/sys/arm64/arm64/gic_v3.c
Modified: head/sys/a
Author: bdrewery
Date: Tue Oct 31 21:51:33 2017
New Revision: 325249
URL: https://svnweb.freebsd.org/changeset/base/325249
Log:
kernel-toolchain: Fix improper build order after r325244.
Due to removing some targets that the previous .ORDER: ${WMAKE_TGTS}
set, it was no longer being respec
Author: tsoome
Date: Tue Oct 31 20:29:31 2017
New Revision: 325248
URL: https://svnweb.freebsd.org/changeset/base/325248
Log:
loader ptblread() is broken with >512B sectors
The loader strategy() function is assuming 512B blocks, so we need to adjust
ptblread() for other sector sizes.
==
--- head/ObsoleteFiles.inc Tue Oct 31 19:26:07 2017(r325246)
+++ head/ObsoleteFiles.inc Tue Oct 31 19:52:30 2017(r325247)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20171031: Disconnected libpathconv tests
+OLD_DIRS+=usr/tests/lib
On 10/31/2017 10:15 AM, Bryan Drewery wrote:
> On 10/31/2017 7:56 AM, Ngie Cooper wrote:
>>
>>> On Oct 30, 2017, at 18:43, Bryan Drewery wrote:
>>>
>>> Author: bdrewery
>>> Date: Tue Oct 31 01:43:36 2017
>>> New Revision: 325192
>>> URL: https://svnweb.freebsd.org/changeset/base/325192
>>>
>>> Log
Author: bdrewery
Date: Tue Oct 31 19:26:07 2017
New Revision: 325246
URL: https://svnweb.freebsd.org/changeset/base/325246
Log:
Use -j hw.ncpu for build/install.
MFC after:2 weeks
Sponsored by: Dell EMC Isilon
Modified:
head/tools/tools/build_option_survey/option_survey.sh
Modifie
Author: shurd
Date: Tue Oct 31 19:03:35 2017
New Revision: 325245
URL: https://svnweb.freebsd.org/changeset/base/325245
Log:
Preserve TSO checksum flags
r323941 incorrectly disabled TSO flags based on MTU.
Reported by: Yuri Pankov
Reviewed by: sbruno
Approved by: sbruno (mentor
Author: bdrewery
Date: Tue Oct 31 19:02:14 2017
New Revision: 325244
URL: https://svnweb.freebsd.org/changeset/base/325244
Log:
kernel-toolchain: Skip world _obj and _cleanobj phases.
There's no good reason to treewalk the entire tree removing old OBJDIRS
and creating new ones when 'inclu
Author: bdrewery
Date: Tue Oct 31 19:02:05 2017
New Revision: 325243
URL: https://svnweb.freebsd.org/changeset/base/325243
Log:
build-tools: De-special-case the gcc tools build.
It merely wanted to use 'all' rather than 'build-tools' so just
add a build-tools target to the Makefile.
Author: andrew
Date: Tue Oct 31 18:22:21 2017
New Revision: 325242
URL: https://svnweb.freebsd.org/changeset/base/325242
Log:
Use mp_maxid when iterating over CPUs as we may have sparse id allocations.
Sponsored by: DARPA, AFRL
Modified:
head/sys/arm64/arm64/gicv3_its.c
Modified: head/s
Author: shurd
Date: Tue Oct 31 17:50:42 2017
New Revision: 325241
URL: https://svnweb.freebsd.org/changeset/base/325241
Log:
Fix PR221990 - Assertion at iflib.c:1947
ifl_pidx and ifl_credits are going out of sync in _iflib_fl_refill() as they
use different update log. Use the same update
Author: bdrewery
Date: Tue Oct 31 17:16:46 2017
New Revision: 325240
URL: https://svnweb.freebsd.org/changeset/base/325240
Log:
Follow-up r297998: Remove redundant TOOLS_PREFIX in XMAKE.
Sponsored by: Dell EMC Isilon
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
On 10/31/2017 7:56 AM, Ngie Cooper wrote:
>
>> On Oct 30, 2017, at 18:43, Bryan Drewery wrote:
>>
>> Author: bdrewery
>> Date: Tue Oct 31 01:43:36 2017
>> New Revision: 325192
>> URL: https://svnweb.freebsd.org/changeset/base/325192
>>
>> Log:
>> Fix installworld/distrib-dirs for pathconv after
On 27 October 2017 at 12:39, Michal Meloun wrote:
>
> On 27.10.2017 18:23, Ed Maste wrote:
>> Author: emaste
>> Date: Fri Oct 27 16:23:45 2017
>> New Revision: 325042
>> URL: https://svnweb.freebsd.org/changeset/base/325042
>>
>> Log:
>> libdtrace: replace "DOODAD" with more descriptive string
>
On Tue, Oct 31, 2017 at 09:56:47AM -0500, Dan Mack wrote:
> Alexey Dokuchaev writes:
> > ...
> > I find this separation useless and actually mitigating the good. When
> > I want to scroll the history without any search I'd simply won't type
> > anything. Binding prefix-search to ESC-p/ESC-n, not
Alexey Dokuchaev writes:
> On Mon, Oct 30, 2017 at 04:35:04PM -0500, Dan Mack wrote:
>> Definately different. Better? Maybe for some. I most always search
>> command history by prefix and then just using multiple ESC-p invocations
>> to find the one command to edit/re-execute. Less frequently I
> On Oct 30, 2017, at 18:43, Bryan Drewery wrote:
>
> Author: bdrewery
> Date: Tue Oct 31 01:43:36 2017
> New Revision: 325192
> URL: https://svnweb.freebsd.org/changeset/base/325192
>
> Log:
> Fix installworld/distrib-dirs for pathconv after r325186.
*sigh*
Julian never completed the tests.
Devin Teske writes:
>> On Oct 30, 2017, at 2:35 PM, Dan Mack wrote:
>>
>> Devin Teske writes:
>>
>>> Better in bash which allows you to filter not only on "begins with"
>>> but also "contains" (which is arguably more valuable than "begins
>>> with").
>>
>> Definately different. Better?
>
> T
Author: mw
Date: Tue Oct 31 12:41:07 2017
New Revision: 325236
URL: https://svnweb.freebsd.org/changeset/base/325236
Log:
Update ena-com HAL to v1.1.4.3 and update driver accordingly
The newest ena-com HAL supports LLQv2 and introduces
API changes. In order not to break the driver compila
Author: mizhka
Date: Tue Oct 31 12:15:00 2017
New Revision: 325233
URL: https://svnweb.freebsd.org/changeset/base/325233
Log:
[i2c/clock] add support for EPSON RTC-8583
RTC-8583 is time-of-day clock used in some SOHO routers. This clock has
only 2 bits for year values, but thanks to user
Author: tijl
Date: Tue Oct 31 11:51:34 2017
New Revision: 325232
URL: https://svnweb.freebsd.org/changeset/base/325232
Log:
Set the return address for stack entry points to zero.
Stack unwinders treat zero as a stop condition. The value on the stack can
be non-zero because thread stacks
Author: mizhka
Date: Tue Oct 31 11:29:16 2017
New Revision: 325231
URL: https://svnweb.freebsd.org/changeset/base/325231
Log:
[mips] Pin control configuration for MediaTek RT2880
RT2880 is MIPS4Kc SoC used in many SOHO routers. This commits adds GPIO pin
control configuration of RT2880.
On Tue, Oct 31, 2017 at 09:56:15AM +0100, Baptiste Daroussin wrote:
> On Mon, Oct 30, 2017 at 10:33:20AM -0700, Eitan Adler wrote:
> > On 30 October 2017 at 08:15, Baptiste Daroussin wrote:
> > >>
> > >> - Prefer UTF-8 over ISO-8859-1
> > >> - Remove some references to printing man pages
> > >
Author: avg
Date: Tue Oct 31 10:15:03 2017
New Revision: 325228
URL: https://svnweb.freebsd.org/changeset/base/325228
Log:
vdev_geom_close: close errored consumer even if vdev_reopening is set
If vdev_geom_close doesn't close the consumer, then the subsequent call
to vdev_geom_open() woul
Author: avg
Date: Tue Oct 31 10:10:13 2017
New Revision: 325227
URL: https://svnweb.freebsd.org/changeset/base/325227
Log:
geom_slice: do not destroy softc until providers are gone
At present, g_slice_orphan and g_slice_spoiled destroy the softc
(struct g_slicer) even before calling g_wit
Thanks for fixing that!
On 31 October 2017 at 05:02, Ngie Cooper wrote:
> Author: ngie
> Date: Tue Oct 31 04:02:50 2017
> New Revision: 325208
> URL: https://svnweb.freebsd.org/changeset/base/325208
>
> Log:
> Add `static` to `cap_setgrent` prototype in !WITH_CASPER case
>
> This unbreaks the
On Mon, Oct 30, 2017 at 10:33:20AM -0700, Eitan Adler wrote:
> On 30 October 2017 at 08:15, Baptiste Daroussin wrote:
> >>
> >> - Prefer UTF-8 over ISO-8859-1
> >> - Remove some references to printing man pages
> >
> > Why? it was still valid.
>
> (a) Virtually no one needs this anymore
Subj
Author: yuri (ports committer)
Date: Tue Oct 31 07:47:57 2017
New Revision: 325220
URL: https://svnweb.freebsd.org/changeset/base/325220
Log:
Add myself as a new committer
Reviewed by: tcberner
Approved by: tcberner (mentor)
Differential Revision:https://reviews.freebsd.org/D1
39 matches
Mail list logo