On 12/14/16 11:28, Dimitry Andric wrote:
> Log:
> In xbd_connect(), use correct scanf conversion specifiers for the
> feature_barrier and feature_flush variables. Otherwise, adjacent
> variables on the stack, such as sector_size, may be overwritten, with
> disastrous results.
Thanks! Did
On Wed, 14 Dec 2016, John Baldwin wrote:
On Wednesday, December 14, 2016 07:24:46 PM Bruce Evans wrote:
...
I don't see how initializing to 'val' can help. It still gets corrupted
to unsigned, and I would expect it to make the problem much worse because
the truncation gives an even smaller val
Author: sephe
Date: Thu Dec 15 03:32:24 2016
New Revision: 310101
URL: https://svnweb.freebsd.org/changeset/base/310101
Log:
hyperv: Allow userland to ro-mmap reference TSC page
This paves way to implement VDSO for the enlightened time counter.
Reviewed by: kib
MFC after:1 week
Author: np
Date: Thu Dec 15 02:05:29 2016
New Revision: 310100
URL: https://svnweb.freebsd.org/changeset/base/310100
Log:
cxgbe(4): Deal with compressed error vectors.
MFC after:3 days
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/common/common.h
head/sys/dev/
Author: vangyzen
Date: Thu Dec 15 01:45:31 2016
New Revision: 310099
URL: https://svnweb.freebsd.org/changeset/base/310099
Log:
MFC r309460
thr_set_name(): silently truncate the given name as needed
Instead of failing with ENAMETOOLONG, which is swallowed by
pthread_set_name_np() any
Author: kib
Date: Wed Dec 14 23:36:32 2016
New Revision: 310098
URL: https://svnweb.freebsd.org/changeset/base/310098
Log:
Provide introductory description of the default pager.
Reviewed by: alc
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/vm/default_
Author: kib
Date: Wed Dec 14 23:34:25 2016
New Revision: 310097
URL: https://svnweb.freebsd.org/changeset/base/310097
Log:
Remove locking around accounting initialization of the default object.
The object is not yet fully constructed and must not be available to
other threads. This makes
Author: jilles
Date: Wed Dec 14 22:49:20 2016
New Revision: 310096
URL: https://svnweb.freebsd.org/changeset/base/310096
Log:
reaper: Make REAPER_KILL_SUBTREE actually work.
MFC after:2 weeks
Modified:
head/sys/kern/kern_procctl.c
head/tests/sys/kern/reaper.c
Modified: head/sys/ke
Author: brooks
Date: Wed Dec 14 21:30:44 2016
New Revision: 310095
URL: https://svnweb.freebsd.org/changeset/base/310095
Log:
Use nmount(2) rather than the obsolete mount(2).
Reviewed by: cem
MFC after:1 week
Sponsored by: DARPA, AFRL
Differential Revision:https://reviews
Author: kp
Date: Wed Dec 14 21:30:35 2016
New Revision: 310094
URL: https://svnweb.freebsd.org/changeset/base/310094
Log:
MFC r309563: pflog: Correctly initialise subrulenr
subrulenr is considered unset if it's set to -1, not if it's set to 1.
See contrib/tcpdump/print-pflog.c pflog_print
Author: kp
Date: Wed Dec 14 21:29:12 2016
New Revision: 310093
URL: https://svnweb.freebsd.org/changeset/base/310093
Log:
MFC r309563: pflog: Correctly initialise subrulenr
subrulenr is considered unset if it's set to -1, not if it's set to 1.
See contrib/tcpdump/print-pflog.c pflog_print
Author: brooks
Date: Wed Dec 14 21:26:43 2016
New Revision: 310092
URL: https://svnweb.freebsd.org/changeset/base/310092
Log:
Add a free_iovec() function to reset iovec's.
The primary purpose is to call nmount() in a loop with new iovec's so
free_iovec takes arguments by reference and res
Author: pfg
Date: Wed Dec 14 21:14:43 2016
New Revision: 310091
URL: https://svnweb.freebsd.org/changeset/base/310091
Log:
ed(1): drop redundant parenthesis.
These were Left-over from the cleanup in r309936.
Modified:
head/bin/ed/buf.c
Modified: head/bin/ed/buf.c
===
Author: avos
Date: Wed Dec 14 21:12:43 2016
New Revision: 310089
URL: https://svnweb.freebsd.org/changeset/base/310089
Log:
ifconfig: do not truncate SSID in verbose mode.
Fix 32-character SSID abbreviation for 'ifconfig -v wlan0 scan' command.
PR: 215301
Submitted by:
M
Author: brooks
Date: Wed Dec 14 21:13:10 2016
New Revision: 310090
URL: https://svnweb.freebsd.org/changeset/base/310090
Log:
Mount filesystems without executable permissions since they should never
be used.
Reviewed by: cem
MFC after:1 week
Sponsored by: DARPA, AFRL
Differenti
Author: brooks
Date: Wed Dec 14 21:11:42 2016
New Revision: 310088
URL: https://svnweb.freebsd.org/changeset/base/310088
Log:
Put the undocumented df feature of mounting filesystems from device nodes
under an ifdef. Leave enabled.
Reviewed by: cem
MFC after:1 week
Differential R
Author: rene (doc,ports committer)
Date: Wed Dec 14 20:53:46 2016
New Revision: 310087
URL: https://svnweb.freebsd.org/changeset/base/310087
Log:
Add adamw, feld and rene to the portmgr organization
Modified:
head/share/misc/organization.dot
Modified: head/share/misc/organization.dot
===
On 14.12.2016 14:03, Andriy Gapon wrote:
> On 08/12/2016 17:58, Alexander Motin wrote:
>> This change switches zio_timestamp_compare() from comparing uninitialized
>> io_offset to really populated io_bookmark values. I haven't decided yet
>> what to do with timestampts, but on simple tests t
Author: dim
Date: Wed Dec 14 19:28:19 2016
New Revision: 310086
URL: https://svnweb.freebsd.org/changeset/base/310086
Log:
In xbd_connect(), use correct scanf conversion specifiers for the
feature_barrier and feature_flush variables. Otherwise, adjacent
variables on the stack, such as secto
Author: markj
Date: Wed Dec 14 19:01:43 2016
New Revision: 310085
URL: https://svnweb.freebsd.org/changeset/base/310085
Log:
Skip a ustack test that triggers an assertion on INVARIANTS kernels.
Reported by: ngie
Sponsored by: Dell EMC Isilon
X-MFC-With: r309698
Modified:
head/cddl
Author: markj
Date: Wed Dec 14 19:00:08 2016
New Revision: 310084
URL: https://svnweb.freebsd.org/changeset/base/310084
Log:
Don't run the MCA record refill task during boot.
The MCA taskqueue is not initialized until some time after CMCIs are
enabled on the BSP.
Reviewed by: cem, j
Author: alc
Date: Wed Dec 14 17:28:55 2016
New Revision: 310083
URL: https://svnweb.freebsd.org/changeset/base/310083
Log:
Tidy up. Mostly, remove or replace stale comments. Most of the comments
in this file actually described the operation of the swap pager, not the
default pager. Given
Author: dim
Date: Wed Dec 14 17:27:44 2016
New Revision: 310082
URL: https://svnweb.freebsd.org/changeset/base/310082
Log:
Merge r309860 from stable/9, as this also applies to stable/10:
Fix libllvmanalysis build failure after r309857: on stable/9, llvm is
compiled by gcc, and without -st
On Wednesday, December 14, 2016 07:24:46 PM Bruce Evans wrote:
> On Tue, 13 Dec 2016, John Baldwin wrote:
>
> > On Wednesday, December 14, 2016 12:18:12 AM John Baldwin wrote:
> >>
> >> Log:
> >> Use casts to force an unsigned comparison in db_search_symbol().
> >>
> >> On all of our platforms
Author: avg
Date: Wed Dec 14 17:17:07 2016
New Revision: 310081
URL: https://svnweb.freebsd.org/changeset/base/310081
Log:
MFC r277511: Fix remote DMA based firewire debugging when targeting
systems with more than 4GB of physical memory.
Modified:
stable/10/sys/dev/firewire/fwohci.c
Directo
On Tue, Dec 13, 2016 at 09:28:21PM +0100, Dimitry Andric wrote:
> On 13 Dec 2016, at 07:54, Colin Percival wrote:
> >
> > Author: cperciva
> > Date: Tue Dec 13 06:54:13 2016
> > New Revision: 310013
> > URL: https://svnweb.freebsd.org/changeset/base/310013
> >
> > Log:
> > Check that blkfront d
Author: avg
Date: Wed Dec 14 16:44:33 2016
New Revision: 310079
URL: https://svnweb.freebsd.org/changeset/base/310079
Log:
MFC r309119: virtio_pci: fix announcement of MSI-X interrupts for queues
Modified:
stable/11/sys/dev/virtio/pci/virtio_pci.c
Directory Properties:
stable/11/ (props c
Author: avg
Date: Wed Dec 14 16:44:38 2016
New Revision: 310080
URL: https://svnweb.freebsd.org/changeset/base/310080
Log:
MFC r309119: virtio_pci: fix announcement of MSI-X interrupts for queues
Modified:
stable/10/sys/dev/virtio/pci/virtio_pci.c
Directory Properties:
stable/10/ (props c
Author: avg
Date: Wed Dec 14 16:43:09 2016
New Revision: 310078
URL: https://svnweb.freebsd.org/changeset/base/310078
Log:
MFC r309093: firewire: initialize tag label to -1 in fw_xfer_alloc()
Modified:
stable/10/sys/dev/firewire/firewire.c
Directory Properties:
stable/10/ (props changed)
Author: avg
Date: Wed Dec 14 16:43:04 2016
New Revision: 310077
URL: https://svnweb.freebsd.org/changeset/base/310077
Log:
MFC r309093: firewire: initialize tag label to -1 in fw_xfer_alloc()
Modified:
stable/11/sys/dev/firewire/firewire.c
Directory Properties:
stable/11/ (props changed)
Author: avg
Date: Wed Dec 14 16:35:17 2016
New Revision: 310076
URL: https://svnweb.freebsd.org/changeset/base/310076
Log:
MFC r308529: intpm: clean up intsmb_bread and intsmb_pcall
Modified:
stable/10/sys/pci/intpm.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/s
Author: avg
Date: Wed Dec 14 16:34:13 2016
New Revision: 310075
URL: https://svnweb.freebsd.org/changeset/base/310075
Log:
MFC r308529: intpm: clean up intsmb_bread and intsmb_pcall
Modified:
stable/11/sys/dev/intpm/intpm.c
Directory Properties:
stable/11/ (props changed)
Modified: stabl
Author: avg
Date: Wed Dec 14 16:30:53 2016
New Revision: 310074
URL: https://svnweb.freebsd.org/changeset/base/310074
Log:
MFC r309092: fwohci: report whether PhysicalUpperBound register is implemented
Modified:
stable/10/sys/dev/firewire/fwohci.c
Directory Properties:
stable/10/ (props c
Author: avg
Date: Wed Dec 14 16:30:47 2016
New Revision: 310073
URL: https://svnweb.freebsd.org/changeset/base/310073
Log:
MFC r309092: fwohci: report whether PhysicalUpperBound register is implemented
Modified:
stable/11/sys/dev/firewire/fwohci.c
Directory Properties:
stable/11/ (props c
Author: avg
Date: Wed Dec 14 16:27:28 2016
New Revision: 310072
URL: https://svnweb.freebsd.org/changeset/base/310072
Log:
MFC r308104: add iic interface to ig4 driver, move isl and cyapa to iicbus
Added:
stable/11/share/man/man4/chromebook_platform.4
- copied unchanged from r308104, hea
Author: avg
Date: Wed Dec 14 16:21:10 2016
New Revision: 310071
URL: https://svnweb.freebsd.org/changeset/base/310071
Log:
MFC r306589: Implement iicbus_write_ivar and impelemnt the NOSTOP ivar
in both read and write.
Modified:
stable/10/sys/dev/iicbus/iicbus.c
Directory Properties:
stabl
Author: avg
Date: Wed Dec 14 16:20:51 2016
New Revision: 310070
URL: https://svnweb.freebsd.org/changeset/base/310070
Log:
MFC r306589: Implement iicbus_write_ivar and impelemnt the NOSTOP ivar
in both read and write.
Modified:
stable/11/sys/dev/iicbus/iicbus.c
Directory Properties:
stabl
Author: avg
Date: Wed Dec 14 16:11:19 2016
New Revision: 310069
URL: https://svnweb.freebsd.org/changeset/base/310069
Log:
MFC r308985: revert r304520, set canmount=on is not supposed to mount
the filesystem
Modified:
stable/10/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c
Dir
Author: avg
Date: Wed Dec 14 16:10:58 2016
New Revision: 310068
URL: https://svnweb.freebsd.org/changeset/base/310068
Log:
MFC r308985: revert r304520, set canmount=on is not supposed to mount
the filesystem
Modified:
stable/11/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c
Dir
Author: avg
Date: Wed Dec 14 16:08:28 2016
New Revision: 310066
URL: https://svnweb.freebsd.org/changeset/base/310066
Log:
MFC r308887,309090: fix unsafe modification of zfs_vnodeops when
DIAGNOSTIC is enabled
Modified:
stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c
Author: avg
Date: Wed Dec 14 16:08:35 2016
New Revision: 310067
URL: https://svnweb.freebsd.org/changeset/base/310067
Log:
MFC r308887,309090: fix unsafe modification of zfs_vnodeops when
DIAGNOSTIC is enabled
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c
Author: avg
Date: Wed Dec 14 16:05:48 2016
New Revision: 310065
URL: https://svnweb.freebsd.org/changeset/base/310065
Log:
MFC r308527: smb: fix SMB_READB, SMB_READW, SMB_PCALL to work as documented
Modified:
stable/11/sys/dev/smbus/smb.c
stable/11/sys/dev/smbus/smb.h
Directory Properties:
Author: avg
Date: Wed Dec 14 16:03:23 2016
New Revision: 310063
URL: https://svnweb.freebsd.org/changeset/base/310063
Log:
MFC r308480: pmc_process_csw_out: ignore deleted counters
Modified:
stable/10/sys/dev/hwpmc/hwpmc_mod.c
Directory Properties:
stable/10/ (props changed)
Modified: st
Author: avg
Date: Wed Dec 14 16:04:04 2016
New Revision: 310064
URL: https://svnweb.freebsd.org/changeset/base/310064
Log:
MFC r308480: pmc_process_csw_out: ignore deleted counters
Modified:
stable/11/sys/dev/hwpmc/hwpmc_mod.c
Directory Properties:
stable/11/ (props changed)
Modified: st
On 05/12/2016 23:49, John Baldwin wrote:
> On Sunday, November 06, 2016 01:56:34 PM Andriy Gapon wrote:
>> Author: avg
>> Date: Sun Nov 6 13:56:34 2016
>> New Revision: 308371
>> URL: https://svnweb.freebsd.org/changeset/base/308371
>>
>> Log:
>> MFC r307768: jedec_ts: a driver for thermal senso
Author: avg
Date: Wed Dec 14 15:38:28 2016
New Revision: 310062
URL: https://svnweb.freebsd.org/changeset/base/310062
Log:
make smbus_get_addr() an ivar accessor
This is a direct commit to this branch.
smbus_get_addr() was declared as a funciton prototype, but the function
was never
Author: manu
Date: Wed Dec 14 15:00:24 2016
New Revision: 310061
URL: https://svnweb.freebsd.org/changeset/base/310061
Log:
Add new compatible string "allwinner,sun7i-a20-mmc".
New upstream DTS is using this now for A20 SoC.
MFC after:3 days
Modified:
head/sys/arm/allwinner/a10_
Author: des
Date: Wed Dec 14 14:23:25 2016
New Revision: 310060
URL: https://svnweb.freebsd.org/changeset/base/310060
Log:
MFH (r308996, r309051, r309738): refactor, avoid repeating DNS requests
Modified:
stable/10/lib/libfetch/common.c
stable/10/lib/libfetch/common.h
stable/10/lib/libfet
Author: des
Date: Wed Dec 14 14:20:32 2016
New Revision: 310059
URL: https://svnweb.freebsd.org/changeset/base/310059
Log:
MFH (r308996, r309051, r309738): refactor, avoid repeating DNS requests
Modified:
stable/11/lib/libfetch/common.c
stable/11/lib/libfetch/common.h
stable/11/lib/libfet
Author: hselasky
Date: Wed Dec 14 14:13:44 2016
New Revision: 310058
URL: https://svnweb.freebsd.org/changeset/base/310058
Log:
Fix initialisation of mlx4_pci_table's .driver_data fields.
MFC after:1 week
Differential Revision:https://reviews.freebsd.org/D8791
Sponso
Author: ed
Date: Wed Dec 14 13:35:33 2016
New Revision: 310057
URL: https://svnweb.freebsd.org/changeset/base/310057
Log:
Revert accidental change made in r310056.
Because I had to cherry-pick some of my changes in r310051, I
accidentally made a typo when manually applying the rest in r31
Author: ed
Date: Wed Dec 14 13:05:04 2016
New Revision: 310056
URL: https://svnweb.freebsd.org/changeset/base/310056
Log:
Let all FEATURE()s use the same Prometheus metric.
Without this change, every individual FEATURE() declaration would have
an individual metric in Prometheus. Though th
Author: ed
Date: Wed Dec 14 13:03:01 2016
New Revision: 310055
URL: https://svnweb.freebsd.org/changeset/base/310055
Log:
Add a "device_index" label to all sysctls under dev.$driver.$index.
This way it becomes possible to graph a property for all instances of a
single driver. For example,
Author: ed
Date: Wed Dec 14 13:00:27 2016
New Revision: 310054
URL: https://svnweb.freebsd.org/changeset/base/310054
Log:
Attach a "thermal_zone" label to the ACPI thermal zone sysctls.
In order to make Prometheus do graphing/alerting on thermal sensors in a
generic fashion, we should att
Author: ed
Date: Wed Dec 14 12:56:58 2016
New Revision: 310053
URL: https://svnweb.freebsd.org/changeset/base/310053
Log:
Add labels to sysctls related to clocks.
Sysctls like kern.eventtimer.et.*.quality currently embed the name of
the clock device. This is problematic for the Prometheus
Author: ed
Date: Wed Dec 14 12:53:33 2016
New Revision: 310052
URL: https://svnweb.freebsd.org/changeset/base/310052
Log:
Add label annotations to CAM sysctls.
Under kern.cam we have certain sysctls that are per-device, such as the
ones under kern.cam.ada.[0-9]+.*. Add a "device_index" la
Author: ed
Date: Wed Dec 14 12:47:34 2016
New Revision: 310051
URL: https://svnweb.freebsd.org/changeset/base/310051
Log:
Add support for attaching aggregation labels to sysctl objects.
I'm currently working on writing a metrics exporter for the Prometheus
monitoring system to provide acc
On 13/12/2016 18:20, Alexander Motin wrote:
> Author: mav
> Date: Tue Dec 13 16:20:10 2016
> New Revision: 310023
> URL: https://svnweb.freebsd.org/changeset/base/310023
>
> Log:
> Reduce diff from Illumos by better variables mapping.
>
> Modified:
> head/sys/cddl/compat/opensolaris/sys/kmem.
On 08/12/2016 17:58, Alexander Motin wrote:
> This change switches zio_timestamp_compare() from comparing uninitialized
> io_offset to really populated io_bookmark values. I haven't decided yet
> what to do with timestampts, but on simple tests this change gives the
> same peformance resul
Author: kib
Date: Wed Dec 14 11:40:31 2016
New Revision: 310050
URL: https://svnweb.freebsd.org/changeset/base/310050
Log:
Provide non-final but valid PCB pointer for thread0 for duration of
hammer_time(). This makes assembler exception handlers not fault
itself when setting PCB flags, and
On Wed, 14 Dec 2016, Bruce Evans wrote:
I fixed printing of negative offsets from the frame pointer on i386,
but this is currently broken on i386 and never worked on other arches.
DB_LARGE_VALUE_MIN has the old i386 value on all arches, but this is
now wrong for i386 and never worked on other ar
On Tue, 13 Dec 2016, John Baldwin wrote:
On Wednesday, December 14, 2016 12:18:12 AM John Baldwin wrote:
Log:
Use casts to force an unsigned comparison in db_search_symbol().
On all of our platforms, db_expr_t is a signed integer while
db_addr_t is an unsigned integer value. db_search_
62 matches
Mail list logo