> On 30 Dec 2016, at 07:17, Piotr P. Stefaniak wrote:
>
> On 2016-12-29 17:17:46, Rodney W. Grimes wrote:
>> -- Start of PGP signed section.
>>> On 2016-12-29 18:09:39, Piotr P. Stefaniak wrote:
>>> >2) the option -ta was added
>>>
>>> To clarify, what I mean is that the process that generates t
Author: mjg
Date: Fri Dec 30 06:26:17 2016
New Revision: 310805
URL: https://svnweb.freebsd.org/changeset/base/310805
Log:
Remove cpu_spinwait after seq_consistent.
It does not add any benefit as the read routine will do it as necessary.
Modified:
head/sys/kern/kern_descrip.c
head/sys/
On 2016-12-29 17:17:46, Rodney W. Grimes wrote:
-- Start of PGP signed section.
On 2016-12-29 18:09:39, Piotr P. Stefaniak wrote:
>2) the option -ta was added
To clarify, what I mean is that the process that generates the sources
started using the -ta switch of indent(1), not that the feature w
Author: kevlo
Date: Fri Dec 30 03:08:46 2016
New Revision: 310804
URL: https://svnweb.freebsd.org/changeset/base/310804
Log:
- Fix incorrect values in the computation of OFDM and MCS Tx power.
- Make power a uint8_t rather than a uint16_t.
- Replace the hardcoded RF chains.
Reviewed by:
Author: asomers
Date: Fri Dec 30 02:22:38 2016
New Revision: 310803
URL: https://svnweb.freebsd.org/changeset/base/310803
Log:
ATFify the gnop tests
Also, add test cases for the -p, -P, and -s options to gnop create
Reviewed by: ngie
MFC after:4 weeks
Differential Revision:
Author: sephe
Date: Fri Dec 30 02:18:34 2016
New Revision: 310802
URL: https://svnweb.freebsd.org/changeset/base/310802
Log:
MFC 309874,309875
309874
hyperv/vmbus: Add channel polling support.
Sponsored by: Microsoft
Differential Revision: https://reviews.freebsd.org
Author: sephe
Date: Fri Dec 30 02:13:21 2016
New Revision: 310801
URL: https://svnweb.freebsd.org/changeset/base/310801
Log:
MFC 309705
hyperv/timesync: Support "sent TC" to improve accuracy.
Sponsored by: Microsoft
Differential Revision: https://reviews.freebsd.org/D8
On Thu, 29 Dec 2016 18:59:17 -0600
Ravi Pokala wrote:
> Hi Alexander,
>
> I'm a little confused - the original version had to have had a
> compile-only step to generate the object first, before running the
> link-only operation against the object. The new code replaces the
> link-only operation
Author: sephe
Date: Fri Dec 30 02:02:00 2016
New Revision: 310800
URL: https://svnweb.freebsd.org/changeset/base/310800
Log:
MFC 309704
hyperv/vmbus: Utilize vmbus_chan_run_task()
Sponsored by: Microsoft
Differential Revision: https://reviews.freebsd.org/D8686
Modifie
Hi Alexander,
I'm a little confused - the original version had to have had a compile-only
step to generate the object first, before running the link-only operation
against the object. The new code replaces the link-only operation with a
compile+link operation. Shouldn't the pre-existing compile
Author: sephe
Date: Fri Dec 30 01:59:19 2016
New Revision: 310799
URL: https://svnweb.freebsd.org/changeset/base/310799
Log:
MFC 309346,309348
309346
hyperv/hn: Add HN_DEBUG kernel option.
If bufring is used for per-TX ring descs, don't update "available"
counter, which
Author: mm
Date: Fri Dec 30 01:34:06 2016
New Revision: 310798
URL: https://svnweb.freebsd.org/changeset/base/310798
Log:
Update vendor/libarchive to git 2a2488a81599f9cd065a8254b16a6fd48d81c3b4
Vendor bugfixes:
PR #843: Fix memory leak of struct archive_entry in cpio/cpio.c
PR #851: Sp
Author: mm
Date: Fri Dec 30 01:31:03 2016
New Revision: 310797
URL: https://svnweb.freebsd.org/changeset/base/310797
Log:
Update vendor/libarchive to git e8a9de5eaf3b79fc3d990d056343bb52c51c5ba4
Fix style typo in tar.5
Modified:
vendor/libarchive/dist/libarchive/tar.5
Modified: vendor/l
Author: mm
Date: Fri Dec 30 01:27:27 2016
New Revision: 310796
URL: https://svnweb.freebsd.org/changeset/base/310796
Log:
Update vendor/libarchive to git to 379867ecb330b3a952fb7bfa7bffb7bbd5547205
Vendor changes:
PR #771: Add NFSv4 ACL support to pax and restricted pax
Added:
vendor/l
Author: gnn
Date: Fri Dec 30 01:24:08 2016
New Revision: 310795
URL: https://svnweb.freebsd.org/changeset/base/310795
Log:
MFC: 310175
Remove extra DOF_SEC_XLIMPORT from the DOF_SEC_ISLOADABLE macro
Sponsored by: DARPA, AFRL
Modified:
stable/11/sys/cddl/contrib/opensolaris/uts/commo
-- Start of PGP signed section.
> On 2016-12-29 18:09:39, Piotr P. Stefaniak wrote:
> >2) the option -ta was added
>
> To clarify, what I mean is that the process that generates the sources
> started using the -ta switch of indent(1), not that the feature was
> recently implemented.
Can you clari
Hi Alexander,
Wouldn't it be better to put the cast directly in the definition of
CTL_SOFTC()? That puts the cast in a single place, and anything that calls
CTL_SOFTC() will expect a (struct ctl_softc *) anyway.
Thanks, and happy holidays!
-Ravi (rpokala@)
-Original Message-
> From:
Author: kan
Date: Fri Dec 30 00:34:52 2016
New Revision: 310794
URL: https://svnweb.freebsd.org/changeset/base/310794
Log:
Support mips[*]hf variants in config files
Recognize new MACHINE_ARCH names now as we have added hardfloat support.
Switch JZ4780 to mipselhf and remove all uses of T
Author: avos
Date: Thu Dec 29 22:36:16 2016
New Revision: 310793
URL: https://svnweb.freebsd.org/changeset/base/310793
Log:
rtwn: silence compiler warning (-Wmaybe-uninitialized).
Reported by: adrian
Modified:
head/sys/dev/rtwn/rtl8812a/r12a_chan.c
Modified: head/sys/dev/rtwn/rtl8812a/
On Thu, Dec 29, 2016 at 2:36 PM, Alexander Kabaev wrote:
> Author: kan
> Date: Thu Dec 29 21:36:04 2016
> New Revision: 310790
> URL: https://svnweb.freebsd.org/changeset/base/310790
>
> Log:
> Use TARGET_ARCH instead of MACHINE_ARCH for MIPS kernel
TARGET_ARCH is only defined for cross builds.
Author: dim
Date: Thu Dec 29 21:57:16 2016
New Revision: 310792
URL: https://svnweb.freebsd.org/changeset/base/310792
Log:
Revert r310775 for now, until we can figure out why it does not seem to
work properly when cross-building. Sorry for the breakage.
Modified:
head/lib/clang/libllvm/Mak
Author: gonzo
Date: Thu Dec 29 21:55:23 2016
New Revision: 310791
URL: https://svnweb.freebsd.org/changeset/base/310791
Log:
[qemu] Fix VERSATILEPB kernel boot in QEMU broken by r300968
QEMU does not implement hardware debug registers so when
dbg_monitor_is_enabled is called kernel receiv
Author: kan
Date: Thu Dec 29 21:36:04 2016
New Revision: 310790
URL: https://svnweb.freebsd.org/changeset/base/310790
Log:
Use TARGET_ARCH instead of MACHINE_ARCH for MIPS kernel
MACHINE_ARCH is overwritten by config file and will not
contain -hf suffix, so uname -p reported by kernel wil
Author: kan
Date: Thu Dec 29 21:30:52 2016
New Revision: 310789
URL: https://svnweb.freebsd.org/changeset/base/310789
Log:
Use compiler driver to build relocatable object
This works better with external toolchains where LD
will not necessarily defailt to emulation we want.
Compiler driv
On Thu, Dec 29, 2016 at 09:03:00PM +, Mark Johnston wrote:
> Author: markj
> Date: Thu Dec 29 21:03:00 2016
> New Revision: 310787
> URL: https://svnweb.freebsd.org/changeset/base/310787
>
> Log:
> MFC r309657:
> Require the STACK option for code that captures stacks of running threads.
>
Author: markj
Date: Thu Dec 29 21:06:31 2016
New Revision: 310788
URL: https://svnweb.freebsd.org/changeset/base/310788
Log:
MFC r309657:
Require the STACK option for code that captures stacks of running threads.
Modified:
stable/11/sys/x86/x86/stack_machdep.c
Directory Properties:
stable
Author: markj
Date: Thu Dec 29 21:03:00 2016
New Revision: 310787
URL: https://svnweb.freebsd.org/changeset/base/310787
Log:
MFC r309657:
Require the STACK option for code that captures stacks of running threads.
Modified:
stable/11/sys/x86/x86/mca.c
Directory Properties:
stable/11/ (pr
Author: asomers
Date: Thu Dec 29 20:28:50 2016
New Revision: 310786
URL: https://svnweb.freebsd.org/changeset/base/310786
Log:
Reduce the runtime of the GELI tests
There is no reduction in test coverage. On my system runtime is reduced
from 38m32s to 6m24s.
tests/sys/geom/class/eli/
Author: ae
Date: Thu Dec 29 20:27:54 2016
New Revision: 310785
URL: https://svnweb.freebsd.org/changeset/base/310785
Log:
Convert ipv4_flags and ipv4_offset fields into host byte order.
Also save only high bits in the ipv4_flags, because it is defined
as uint8_t. So now it will show DF and M
Author: kan
Date: Thu Dec 29 20:11:50 2016
New Revision: 310784
URL: https://svnweb.freebsd.org/changeset/base/310784
Log:
Use mips_dcache_wbinv_range instead of mips_dcache_wb_range on CPU_XBURST
Ingenic CPUs treat plain cache writeback as local-only operation and do
nothing if that is a
Author: ae
Date: Thu Dec 29 19:57:46 2016
New Revision: 310783
URL: https://svnweb.freebsd.org/changeset/base/310783
Log:
When we are sending IP fragments, update ip pointers in IP_PROBE() for
each fragment.
MFC after:1 week
Modified:
head/sys/netinet/ip_fastfwd.c
head/sys/netine
On 2016-12-29 18:09:39, Piotr P. Stefaniak wrote:
2) the option -ta was added
To clarify, what I mean is that the process that generates the sources
started using the -ta switch of indent(1), not that the feature was
recently implemented.
signature.asc
Description: PGP signature
On 29.12.2016 20:02, Mateusz Guzik wrote:
> On Thu, Dec 29, 2016 at 03:09:34PM +, Alexander Motin wrote:
>> Author: mav
>> Date: Thu Dec 29 15:09:34 2016
>> New Revision: 310778
>> URL: https://svnweb.freebsd.org/changeset/base/310778
>>
>> Log:
>> Improve use of I/O's private area.
>>
>>
Author: mav
Date: Thu Dec 29 18:08:04 2016
New Revision: 310782
URL: https://svnweb.freebsd.org/changeset/base/310782
Log:
Fix build with enabled debug after r310778.
MFC after:2 weeks
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
On Thu, Dec 29, 2016 at 03:09:34PM +, Alexander Motin wrote:
> Author: mav
> Date: Thu Dec 29 15:09:34 2016
> New Revision: 310778
> URL: https://svnweb.freebsd.org/changeset/base/310778
>
> Log:
> Improve use of I/O's private area.
>
>- Since I/Os are allocates from per-port pools, m
Author: adrian
Date: Thu Dec 29 17:31:38 2016
New Revision: 310781
URL: https://svnweb.freebsd.org/changeset/base/310781
Log:
[ar71xx] add EARLY_PRINTF support for the AR933x (Hornet) UART.
Tested:
* Carambola 2
Modified:
head/sys/mips/atheros/uart_bus_ar933x.c
Modified: head/sys/m
Author: adrian
Date: Thu Dec 29 17:31:07 2016
New Revision: 310780
URL: https://svnweb.freebsd.org/changeset/base/310780
Log:
[ar71xx] put in an implicit read-after-write to flush things out.
Note: I may need to revisit this for mips74k.
Modified:
head/sys/mips/atheros/ar71xxreg.h
Modif
On 2016-12-29 06:38:10, Rodney W. Grimes wrote:
Author: tuexen
Date: Thu Dec 29 11:32:42 2016
New Revision: 310773
URL: https://svnweb.freebsd.org/changeset/base/310773
Log:
MFC r310590:
Whitespace changes.
The toolchain for processing the sources has been updated. No functional
change
Author: mjg
Date: Thu Dec 29 16:35:49 2016
New Revision: 310779
URL: https://svnweb.freebsd.org/changeset/base/310779
Log:
cache: sprinkle __predict_false
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
=
Author: mav
Date: Thu Dec 29 15:09:34 2016
New Revision: 310778
URL: https://svnweb.freebsd.org/changeset/base/310778
Log:
Improve use of I/O's private area.
- Since I/Os are allocates from per-port pools, make allocations store
pointer to CTL softc there, and use it where needed instead
> Author: tuexen
> Date: Thu Dec 29 11:32:42 2016
> New Revision: 310773
> URL: https://svnweb.freebsd.org/changeset/base/310773
>
> Log:
> MFC r310590:
>
> Whitespace changes.
>
> The toolchain for processing the sources has been updated. No functional
> change.
What tool chain?
Author: jmcneill
Date: Thu Dec 29 14:08:24 2016
New Revision: 310777
URL: https://svnweb.freebsd.org/changeset/base/310777
Log:
Add support for audio on I2S based DesignWare HDMI controllers.
Relnotes: yes
Modified:
head/sys/arm/freescale/imx/imx6_hdmi.c
head/sys/dev/hdmi/dwc_hdmi.
Author: jmcneill
Date: Thu Dec 29 14:00:10 2016
New Revision: 310776
URL: https://svnweb.freebsd.org/changeset/base/310776
Log:
The JZ4780 I2S can feed either the internal audio codec or the HDMI
transmitter, but not both at the same time. This patch:
- Adds a dev.pcm.0.internal_codec sy
Author: dim
Date: Thu Dec 29 13:27:04 2016
New Revision: 310775
URL: https://svnweb.freebsd.org/changeset/base/310775
Log:
Move llvm-objdump from CLANG_EXTRAS to installed by default
We currently install three tools from binutils 2.17.50: as, ld, and
objdump. Work is underway to migrate t
Hiya,
It hung completely. No echoing, no early printf (after I added it), nothing.
I dug into it some more and yes, it doesn't seem to be this. Something
else is causing the now much larger kernel then before to not boot.
Sorry! Thanks for the explanation though!
-adrian
__
Author: mjg
Date: Thu Dec 29 12:01:54 2016
New Revision: 310774
URL: https://svnweb.freebsd.org/changeset/base/310774
Log:
cache: move shrink lock init to nchinit
This gets rid of unnecesary sysinit usage.
While here also rename the lock to be consistent with the rest.
Modified:
hea
On Wed, Dec 28, 2016 at 07:03:52PM -0800, Adrian Chadd wrote:
> hi,
>
> I've bisected a boot failure on mips24k (carambola2) to this commit.
> Nothing useful is printed - it hangs at startup time.
What do you mean exactly ? Is copyright notice printed ?
Show verbose dmesg of the failing boot.
>
Author: tuexen
Date: Thu Dec 29 11:32:42 2016
New Revision: 310773
URL: https://svnweb.freebsd.org/changeset/base/310773
Log:
MFC r310590:
Whitespace changes.
The toolchain for processing the sources has been updated. No functional
change.
Modified:
stable/11/sys/netinet/sctp_asco
Author: tuexen
Date: Thu Dec 29 11:25:41 2016
New Revision: 310772
URL: https://svnweb.freebsd.org/changeset/base/310772
Log:
MFC r310547:
Remove a KASSERT which is not always true.
In case of the empty queue tp->snd_holes and tcp_sackhole_insert()
failing due to memory shortage, tp-
Author: ae
Date: Thu Dec 29 09:50:37 2016
New Revision: 310771
URL: https://svnweb.freebsd.org/changeset/base/310771
Log:
MFC r309257:
Rework ip_tryforward() to use FIB4 KPI.
Modified:
stable/11/sys/netinet/ip_fastfwd.c
Directory Properties:
stable/11/ (props changed)
Modified: stabl
Author: arybchik
Date: Thu Dec 29 09:15:27 2016
New Revision: 310770
URL: https://svnweb.freebsd.org/changeset/base/310770
Log:
sfxge(4): cleanup: clarify/unify variable name used for put-list length
get_count is used for get-list.
Sponsored by: Solarflare Communications, Inc.
MFC
Author: sephe
Date: Thu Dec 29 09:10:37 2016
New Revision: 310769
URL: https://svnweb.freebsd.org/changeset/base/310769
Log:
MFC 309320,309726,309728
309320
hyperv/storvsc: Don't use timedwait.
The timeout is unnecessary.
Reviewed by:jhb
Sponsored by: Mic
Author: sephe
Date: Thu Dec 29 09:02:49 2016
New Revision: 310768
URL: https://svnweb.freebsd.org/changeset/base/310768
Log:
MFC 309310,309311,309316,309318
309310
hyperv/hn: Nuke the unused TX taskqueue CPU binding tunable.
It was an experimental tunable, and is now deemed t
Author: mjg
Date: Thu Dec 29 08:41:25 2016
New Revision: 310767
URL: https://svnweb.freebsd.org/changeset/base/310767
Log:
cache: depessimize hashing macros/inlines
All hash sizes are power-of-2, but the compiler does not know that for sure
and 'foo % size' forces doing a division.
S
Author: mjg
Date: Thu Dec 29 08:34:50 2016
New Revision: 310766
URL: https://svnweb.freebsd.org/changeset/base/310766
Log:
cache: drop the NULL check from VP2VNODELOCK
Now that negative entries are annotated with a dedicated flag, NULL vnodes
are no longer passed.
Modified:
head/sys/ke
Author: arybchik
Date: Thu Dec 29 08:28:42 2016
New Revision: 310765
URL: https://svnweb.freebsd.org/changeset/base/310765
Log:
sfxge(4): add support for firmware-verified NVRAM updates to the common code
Submitted by: Andy Moreton
Reviewed by:gnn
Sponsored by: Solarflare Commu
Author: arybchik
Date: Thu Dec 29 08:25:00 2016
New Revision: 310764
URL: https://svnweb.freebsd.org/changeset/base/310764
Log:
sfxge(4): sync up tlv_layout.h (from firmwaresrc 82cd8a5715e9)
Submitted by: Matthew Slattery
Sponsored by: Solarflare Communications, Inc.
MFC after:
Author: ngie
Date: Thu Dec 29 08:16:43 2016
New Revision: 310763
URL: https://svnweb.freebsd.org/changeset/base/310763
Log:
Use uint32_t instead of u_int32_t for or_last_change and services in "struct
systemg"
This is being done to match "struct systemg" in snmpmod(3)
No functional ch
Author: arybchik
Date: Thu Dec 29 08:10:51 2016
New Revision: 310762
URL: https://svnweb.freebsd.org/changeset/base/310762
Log:
sfxge(4): regenerate MCDI headers from firmwaresrc .yml
Sponsored by: Solarflare Communications, Inc.
MFC after: 2 days
Modified:
head/sys/dev/sfxge/co
59 matches
Mail list logo