Author: sephe
Date: Wed Sep 7 06:02:29 2016
New Revision: 305525
URL: https://svnweb.freebsd.org/changeset/base/305525
Log:
hyperv/hn: Simplify per-packet-info construction.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7794
Mo
Author: sephe
Date: Wed Sep 7 05:41:01 2016
New Revision: 305524
URL: https://svnweb.freebsd.org/changeset/base/305524
Log:
hyperv/hn: Cleanup RNDIS packet message encapsulation.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D779
Author: wma
Date: Wed Sep 7 05:36:55 2016
New Revision: 305523
URL: https://svnweb.freebsd.org/changeset/base/305523
Log:
Remove messy machdep code for Alpine V1 and use proper drivers instead
Let drivers for Alpine CCU, NB and Serdes take care of internal SoC
configuration.
Obtained
Author: wma
Date: Wed Sep 7 05:34:41 2016
New Revision: 305522
URL: https://svnweb.freebsd.org/changeset/base/305522
Log:
Introduce support for Annapurna Alpine CCU and NB devices
This commit adds drivers for Alpine Cache Coherency Unit
and North Bridge Service whose task is to configure
Author: sephe
Date: Wed Sep 7 05:27:43 2016
New Revision: 305521
URL: https://svnweb.freebsd.org/changeset/base/305521
Log:
hyperv/hn: Avoid bit fields for TXCSUM setup.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D7792
Modifi
Author: jhibbits
Date: Wed Sep 7 04:13:28 2016
New Revision: 305520
URL: https://svnweb.freebsd.org/changeset/base/305520
Log:
Disable the qoriq errata fix for now
It hangs more often than it actually works it seems. Further debugging is
needed to determine why, but for now the system n
Author: emaste
Date: Wed Sep 7 04:07:43 2016
New Revision: 305519
URL: https://svnweb.freebsd.org/changeset/base/305519
Log:
Regen after r305518: Allow getdtablesize in capability mode
Modified:
stable/10/sys/kern/init_sysent.c
Modified: stable/10/sys/kern/init_sysent.c
Author: emaste
Date: Wed Sep 7 04:06:25 2016
New Revision: 305518
URL: https://svnweb.freebsd.org/changeset/base/305518
Log:
MFC r305140: Allow getdtablesize in capability mode
Modified:
stable/10/sys/kern/capabilities.conf
Directory Properties:
stable/10/ (props changed)
Modified: stab
Author: jhibbits
Date: Wed Sep 7 03:26:55 2016
New Revision: 305517
URL: https://svnweb.freebsd.org/changeset/base/305517
Log:
Allow pmap_early_io_unmap() to reclaim memory
pmap_early_io_map()/pmap_early_io_unmap(), if used in pairs, should be used in
the form:
pmap_early_io_map()
Author: emaste
Date: Wed Sep 7 03:15:26 2016
New Revision: 305516
URL: https://svnweb.freebsd.org/changeset/base/305516
Log:
MFC r305171: allow kern.proc.nfds sysctl in capability mode
Modified:
stable/11/sys/kern/kern_descrip.c
Directory Properties:
stable/11/ (props changed)
Modified:
Author: emaste
Date: Wed Sep 7 02:54:40 2016
New Revision: 305515
URL: https://svnweb.freebsd.org/changeset/base/305515
Log:
Regen after r305514, allow getdtablesize in capability mode
Modified:
stable/11/sys/kern/init_sysent.c
Modified: stable/11/sys/kern/init_sysent.c
Author: emaste
Date: Wed Sep 7 02:53:38 2016
New Revision: 305514
URL: https://svnweb.freebsd.org/changeset/base/305514
Log:
MFC r305140: Allow getdtablesize in capability mode
Modified:
stable/11/sys/kern/capabilities.conf
Directory Properties:
stable/11/ (props changed)
Modified: stab
Author: kevlo
Date: Wed Sep 7 02:45:09 2016
New Revision: 305513
URL: https://svnweb.freebsd.org/changeset/base/305513
Log:
Remove extra period from kern.vt.kbd_reboot
Modified:
head/share/man/man4/vt.4
Modified: head/share/man/man4/vt.4
=
Author: jmcneill
Date: Wed Sep 7 01:10:16 2016
New Revision: 305512
URL: https://svnweb.freebsd.org/changeset/base/305512
Log:
Add support for Allwinner A83T CPU frequency scaling.
Modified:
head/sys/arm/allwinner/clk/aw_cpuclk.c
head/sys/arm/allwinner/clk/aw_pll.c
head/sys/boot/fdt/dts/
Author: jmcneill
Date: Wed Sep 7 01:09:25 2016
New Revision: 305511
URL: https://svnweb.freebsd.org/changeset/base/305511
Log:
Attach later so axp81x attaches after aw_nmi.
Modified:
head/sys/arm/allwinner/axp81x.c
Modified: head/sys/arm/allwinner/axp81x.c
==
Author: markj
Date: Tue Sep 6 23:42:59 2016
New Revision: 305509
URL: https://svnweb.freebsd.org/changeset/base/305509
Log:
Don't treat an error from g_mirror_clear_metadata() as fatal.
Such errors can occur as the result of a write error or because the disk
backing the mirror element wa
Author: markj
Date: Tue Sep 6 23:35:48 2016
New Revision: 305508
URL: https://svnweb.freebsd.org/changeset/base/305508
Log:
Add some fail points to gmirror.
These are useful for testing changes to I/O error handling, and for
reproducing existing bugs in a controlled manner. The fail poin
Author: marius
Date: Tue Sep 6 22:18:08 2016
New Revision: 305507
URL: https://svnweb.freebsd.org/changeset/base/305507
Log:
Disable vt(4) by default on sparc64 as creator_vt(4) and vt_ofwfb(4)
have the serious problem of not actually attaching the hardware they
are driving at the bus level
Author: brooks
Date: Tue Sep 6 22:03:53 2016
New Revision: 305506
URL: https://svnweb.freebsd.org/changeset/base/305506
Log:
Modernize the initalization of sigproptbl.
Use C99 designators to set the value of each slot and the nitems macro to
check for valid entries. In the process, switc
On Tue, Sep 06, 2016 at 11:51:49PM +0200, Mateusz Guzik wrote:
> On Wed, Sep 07, 2016 at 12:46:44AM +0300, Andriy Gapon wrote:
> > On 07/09/2016 00:22, Mateusz Guzik wrote:
> > > nullfs: stop special-casing directories in null_vptocnp
> > >
> > > The previous code was forcing an expensive wa
On Wed, Sep 07, 2016 at 12:46:44AM +0300, Andriy Gapon wrote:
> On 07/09/2016 00:22, Mateusz Guzik wrote:
> > nullfs: stop special-casing directories in null_vptocnp
> >
> > The previous code was forcing an expensive walk in vop_stdvptocnp,
> > which was causing performance issues on highl
On 07/09/2016 00:22, Mateusz Guzik wrote:
> nullfs: stop special-casing directories in null_vptocnp
>
> The previous code was forcing an expensive walk in vop_stdvptocnp,
> which was causing performance issues on highly contended zfs.
In other words, the name cache was always bypassed for
Author: jmcneill
Date: Tue Sep 6 21:36:20 2016
New Revision: 305505
URL: https://svnweb.freebsd.org/changeset/base/305505
Log:
Add generic device-tree cpufreq driver.
Modified:
head/sys/arm/conf/ALLWINNER
head/sys/conf/files.arm
Modified: head/sys/arm/conf/ALLWINNER
==
On Tuesday, September 06, 2016 09:15:35 PM John Baldwin wrote:
> Author: jhb
> Date: Tue Sep 6 21:15:35 2016
> New Revision: 305502
> URL: https://svnweb.freebsd.org/changeset/base/305502
>
> Log:
> Reset PCI pass through devices via PCI-e FLR during VM start and end.
>
> Add routines to t
Author: mjg
Date: Tue Sep 6 21:22:03 2016
New Revision: 305504
URL: https://svnweb.freebsd.org/changeset/base/305504
Log:
nullfs: stop special-casing directories in null_vptocnp
The previous code was forcing an expensive walk in vop_stdvptocnp,
which was causing performance issues on hig
Author: jmcneill
Date: Tue Sep 6 21:18:14 2016
New Revision: 305503
URL: https://svnweb.freebsd.org/changeset/base/305503
Log:
Add generic device-tree cpufreq driver.
Modified:
head/sys/arm64/conf/GENERIC
head/sys/conf/files.arm64
Modified: head/sys/arm64/conf/GENERIC
Author: jhb
Date: Tue Sep 6 21:15:35 2016
New Revision: 305502
URL: https://svnweb.freebsd.org/changeset/base/305502
Log:
Reset PCI pass through devices via PCI-e FLR during VM start and end.
Add routines to trigger a function level reset (FLR) of a PCI-express
device via the PCI-express
Author: jmcneill
Date: Tue Sep 6 21:01:38 2016
New Revision: 305501
URL: https://svnweb.freebsd.org/changeset/base/305501
Log:
Add "pci" as a dependency to ichss.
Reviewed by: jhibbits
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
Author: davidcs
Date: Tue Sep 6 20:55:59 2016
New Revision: 305500
URL: https://svnweb.freebsd.org/changeset/base/305500
Log:
MFC 304249
Add support for set/get cam search mode
Modified:
stable/9/sys/dev/qlxgbe/ql_dbg.h
stable/9/sys/dev/qlxgbe/ql_hw.c
stable/9/sys/dev/qlxgbe/ql_h
Author: davidcs
Date: Tue Sep 6 20:53:23 2016
New Revision: 305499
URL: https://svnweb.freebsd.org/changeset/base/305499
Log:
MFC r394247
Upgrade fw, bootloader and minidump template to version 5.4.58
Add minidump retrieval code
MFC r394248
Add ql_minidump.h
Ad
Author: jmcneill
Date: Tue Sep 6 20:43:26 2016
New Revision: 305498
URL: https://svnweb.freebsd.org/changeset/base/305498
Log:
Add generic device-tree cpufreq driver.
This driver supports two bindings:
- cpufreq-dt: systems which share clock and voltage across all CPUs
- arm_big_litt
Author: jhb
Date: Tue Sep 6 20:17:54 2016
New Revision: 305497
URL: https://svnweb.freebsd.org/changeset/base/305497
Log:
Update the I/O MMU in bhyve when PCI devices are added and removed.
When the I/O MMU is active in bhyve, all PCI devices need valid entries
in the DMAR context tables
Author: pfg
Date: Tue Sep 6 19:54:52 2016
New Revision: 305495
URL: https://svnweb.freebsd.org/changeset/base/305495
Log:
MFC r303799, r303800:
ext2fs: Add defines for some missing ext4 features and inode flags.
These are currently unused in our implementation and some even appear
Author: pfg
Date: Tue Sep 6 19:53:05 2016
New Revision: 305494
URL: https://svnweb.freebsd.org/changeset/base/305494
Log:
MFC r303799, r303800:
ext2fs: Add defines for some missing ext4 features and inode flags.
These are currently unused in our implementation and some even appear
Author: pfg
Date: Tue Sep 6 19:51:24 2016
New Revision: 305493
URL: https://svnweb.freebsd.org/changeset/base/305493
Log:
MFC r303799, r303800:
ext2fs: Add defines for some missing ext4 features and inode flags.
These are currently unused in our implementation and some even appear
Author: gonzo
Date: Tue Sep 6 19:36:28 2016
New Revision: 305492
URL: https://svnweb.freebsd.org/changeset/base/305492
Log:
Let knlist_add do the locking part
Remove explicit mtx_lock/mtx_unlock around knlist_add and pass 0 as
locked parameter so knlist_add does the locking itself
S
Author: davidcs
Date: Tue Sep 6 19:29:14 2016
New Revision: 305491
URL: https://svnweb.freebsd.org/changeset/base/305491
Log:
MFC 304249
Add support for set/get cam search mode
Modified:
stable/10/sys/dev/qlxgbe/ql_dbg.h
stable/10/sys/dev/qlxgbe/ql_hw.c
stable/10/sys/dev/qlxgbe/ql_
Author: davidcs
Date: Tue Sep 6 19:27:00 2016
New Revision: 305490
URL: https://svnweb.freebsd.org/changeset/base/305490
Log:
MFC r394247
Upgrade fw, bootloader and minidump template to version 5.4.58
Add minidump retrieval code
MFC r394248
Add ql_minidump.h
Added:
sta
Author: jhb
Date: Tue Sep 6 19:25:32 2016
New Revision: 305489
URL: https://svnweb.freebsd.org/changeset/base/305489
Log:
Remove remnants of PERFMON and I586_PMC_GUPROF from amd64.
These options were never fully ported over from i386.
Modified:
head/sys/amd64/amd64/machdep.c
head/sys/
Author: davidcs
Date: Tue Sep 6 19:18:50 2016
New Revision: 305488
URL: https://svnweb.freebsd.org/changeset/base/305488
Log:
MFC 304249
Add support for set/get cam search mode
Modified:
stable/11/sys/dev/qlxgbe/ql_dbg.h
stable/11/sys/dev/qlxgbe/ql_hw.c
stable/11/sys/dev/qlxgbe/ql_hw
Author: davidcs
Date: Tue Sep 6 19:15:44 2016
New Revision: 305487
URL: https://svnweb.freebsd.org/changeset/base/305487
Log:
MFC r394247
Upgrade fw, bootloader and minidump template to version 5.4.58
Add minidump retrieval code
MFC r394248
Add ql_minidump.h
Added:
stable/11
Author: emaste
Date: Tue Sep 6 19:00:37 2016
New Revision: 305486
URL: https://svnweb.freebsd.org/changeset/base/305486
Log:
bspatch: add sanity checks on sizes to avoid integer overflow
Note that this introduces an explicit 2GB limit, but this was already
implicit in variable and functi
Author: jhb
Date: Tue Sep 6 18:53:17 2016
New Revision: 305485
URL: https://svnweb.freebsd.org/changeset/base/305485
Log:
Leave ppt devices in the host domain when they are not attached to a VM.
This allows a pass through device to be reset to a normal device driver
on the host and reuse
Author: will
Date: Tue Sep 6 17:58:58 2016
New Revision: 305484
URL: https://svnweb.freebsd.org/changeset/base/305484
Log:
loader.efi: Bump the staging size to 64M.
This is required on my system, which loads nvidia, vmm, and zfs, and 48M is
no longer enough for that. nvidia-driver's rec
Author: mjg
Date: Tue Sep 6 17:16:59 2016
New Revision: 305482
URL: https://svnweb.freebsd.org/changeset/base/305482
Log:
cv: do a lockless check for no waiters in cv_signal and cv_broadcastpri
In case of some consumers like zfs there are no waiters vast majority of
the time
Reviewe
Author: ngie
Date: Tue Sep 6 17:22:25 2016
New Revision: 305483
URL: https://svnweb.freebsd.org/changeset/base/305483
Log:
Fix tests/sys/kqueue NetBSD tests on 32-bit platforms by using proper
format specifier for pointers when printing them out with printf(3)
MFC after:57 days
Poi
Author: imp
Date: Tue Sep 6 15:17:35 2016
New Revision: 305480
URL: https://svnweb.freebsd.org/changeset/base/305480
Log:
Renumber the advertising clause.
Modified:
head/lib/libstand/ufs.c
head/sys/ufs/ffs/fs.h
head/sys/ufs/ufs/dir.h
Modified: head/lib/libstand/ufs.c
===
Author: wma
Date: Tue Sep 6 15:11:37 2016
New Revision: 305479
URL: https://svnweb.freebsd.org/changeset/base/305479
Log:
Import missing enum declaration in pci_host_generic header file
Other files including pci_host_generic.h failed to compile
due to missing declaration of enum pci_id_t
Author: wma
Date: Tue Sep 6 15:06:08 2016
New Revision: 305478
URL: https://svnweb.freebsd.org/changeset/base/305478
Log:
Remove check for 64-bit FDT ranges in pci-host-generic
This allows 32-bit platforms to use pci-host-generic.
Obtained from: Semihalf
Submitted by:
Author: wma
Date: Tue Sep 6 14:59:13 2016
New Revision: 305477
URL: https://svnweb.freebsd.org/changeset/base/305477
Log:
Update Annapurna Alpine HAL to a newer version.
HAL version: 2.7a
Import from vendor-sys, r305475
Added:
head/sys/contrib/alpine-hal/al_hal_serdes_25g.c (conte
Author: lidl
Date: Tue Sep 6 14:52:14 2016
New Revision: 305476
URL: https://svnweb.freebsd.org/changeset/base/305476
Log:
MFC r305065: Add refactored blacklist support to sshd
Change the calls to of blacklist_init() and blacklist_notify to be
macros defined in the blacklist_client.h fil
Author: wma
Date: Tue Sep 6 14:26:41 2016
New Revision: 305475
URL: https://svnweb.freebsd.org/changeset/base/305475
Log:
Update Annapurna Alpine HAL to a newer version.
HAL version: 2.7a
Added:
vendor-sys/alpine-hal/2.7a/
vendor-sys/alpine-hal/2.7a/al_hal_common.h (contents, props cha
Author: emaste
Date: Tue Sep 6 13:34:10 2016
New Revision: 305474
URL: https://svnweb.freebsd.org/changeset/base/305474
Log:
bhnd: remove redundant ;s at the end of functions or switch statements
Modified:
head/sys/dev/bhnd/bhnd_subr.c
head/sys/dev/bhnd/bhndb/bhndb.c
Modified: head/sys/de
Author: avos
Date: Tue Sep 6 12:00:16 2016
New Revision: 305473
URL: https://svnweb.freebsd.org/changeset/base/305473
Log:
rum: use m_get2() in Rx path.
Modified:
head/sys/dev/usb/wlan/if_rum.c
Modified: head/sys/dev/usb/wlan/if_rum.c
Author: avos
Date: Tue Sep 6 11:08:32 2016
New Revision: 305472
URL: https://svnweb.freebsd.org/changeset/base/305472
Log:
rtwn: fix firmware readiness check in rtwn_load_firmware().
Modified:
head/sys/dev/rtwn/if_rtwn.c
Modified: head/sys/dev/rtwn/if_rtwn.c
On 6 Sep 2016, at 8:50, Ngie Cooper wrote:
Author: ngie
Date: Tue Sep 6 08:50:21 2016
New Revision: 305468
URL: https://svnweb.freebsd.org/changeset/base/305468
Log:
Port contrib/netbsd-tests/kernel/kqueue/... as tests/sys/kqueue/...
proc2_test must be skipped because the invariant tested
Author: andrew
Date: Tue Sep 6 10:13:49 2016
New Revision: 305471
URL: https://svnweb.freebsd.org/changeset/base/305471
Log:
Teach acpidump how to parse ACPI 5.1 tables found on the development
ThunderX units in the netperf cluster.
Approved by: jkim
Obtained from:ABT Systems
Author: avos
Date: Tue Sep 6 10:08:32 2016
New Revision: 305470
URL: https://svnweb.freebsd.org/changeset/base/305470
Log:
iwm: fix scanning for hidden SSIDs.
Setup SSIDs in scan command so firmware will send direct probe request(s)
while scanning.
Tested by:dbk...@gmail.com
Author: delphij
Date: Tue Sep 6 08:52:00 2016
New Revision: 305469
URL: https://svnweb.freebsd.org/changeset/base/305469
Log:
Ensure that we always open only files that is named by explicitly
using shell redirections instead of having gzip(1) to decide what
file to open.
Issue reported
Author: ngie
Date: Tue Sep 6 08:50:21 2016
New Revision: 305468
URL: https://svnweb.freebsd.org/changeset/base/305468
Log:
Port contrib/netbsd-tests/kernel/kqueue/... as tests/sys/kqueue/...
proc2_test must be skipped because the invariant tested
(`ke.fflags & NOTE_TRACKERR`) doesn't pas
==
--- head/ObsoleteFiles.inc Tue Sep 6 08:14:56 2016(r305466)
+++ head/ObsoleteFiles.inc Tue Sep 6 08:45:29 2016(r305467)
@@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20160906: libkqueue tests moved to /usr/tests/sys/kqueue/libkqueue
+OLD_FILES+=usr/tests/sys
Author: avg
Date: Tue Sep 6 08:14:56 2016
New Revision: 305466
URL: https://svnweb.freebsd.org/changeset/base/305466
Log:
fix r305459: stdint.h has to be included for uintmax_t
Apparently on other branches the type is visible via indirect
inclusions.
Modified:
stable/9/sys/boot/i386/l
62 matches
Mail list logo