Author: jhibbits
Date: Sat Sep 24 05:27:12 2016
New Revision: 306288
URL: https://svnweb.freebsd.org/changeset/base/306288
Log:
Fix ds1307 probing
'compat' can never be NULL, because the compatible check loop ends when
compat->ocd_str is NULL. This causes ds1307 to attach to any unclaime
Author: landonf
Date: Sat Sep 24 04:08:16 2016
New Revision: 306287
URL: https://svnweb.freebsd.org/changeset/base/306287
Log:
bhnd(4): Implement common API for IOST/IOCTL register access and core reset
- Added bhnd(4) bus APIs for per-core ioctl/iost register access.
- Updated reset/s
Author: adrian
Date: Sat Sep 24 01:21:42 2016
New Revision: 306286
URL: https://svnweb.freebsd.org/changeset/base/306286
Log:
[iwm] fix default antenna selection a bit; fix 5GHz rate control handling.
* Don't do the antenna switching when setting up the rate table - we don't
take into a
Author: markj
Date: Sat Sep 24 01:14:25 2016
New Revision: 306285
URL: https://svnweb.freebsd.org/changeset/base/306285
Log:
Rename ndpr_refcnt to ndpr_addrcnt.
This field counts derived addresses and is not a true refcount for prefix
objects, so the previous name was misleading.
MFC
On 09/23/16 at 11:18P, David C Somayajulu wrote:
> Author: davidcs
> Date: Fri Sep 23 23:18:54 2016
> New Revision: 306284
> URL: https://svnweb.freebsd.org/changeset/base/306284
>
> Log:
> Fixes for issues under high workloads
David,
It is really useful to have details about said issues in th
Author: davidcs
Date: Fri Sep 23 23:18:54 2016
New Revision: 306284
URL: https://svnweb.freebsd.org/changeset/base/306284
Log:
Fixes for issues under high workloads
MFC after:5 days
Modified:
head/sys/dev/bxe/bxe.c
head/sys/dev/bxe/bxe.h
head/sys/dev/bxe/bxe_stats.h
Modified: head/s
On Fri, Sep 23, 2016 at 10:38:05PM +0200, Andreas Tobler wrote:
> On 23.09.16 22:03, Mateusz Guzik wrote:
> >On Fri, Sep 23, 2016 at 09:59:32PM +0200, Andreas Tobler wrote:
> >>On 23.09.16 18:47, Mateusz Guzik wrote:
> >>>Author: mjg
> >>>Date: Fri Sep 23 16:47:12 2016
> >>>New Revision: 306272
> >
Author: mjg
Date: Fri Sep 23 23:08:23 2016
New Revision: 306282
URL: https://svnweb.freebsd.org/changeset/base/306282
Log:
cloudabi: use fget_cap instead of hand-rolling capability read
This has a side effect of unbreaking the build after r306272.
Discussed with: ed
Modi
Author: bdrewery
Date: Fri Sep 23 22:46:19 2016
New Revision: 306281
URL: https://svnweb.freebsd.org/changeset/base/306281
Log:
DIRDEPS_BUILD: Connect new directories.
Sponsored by: Dell EMC Isilon
Added:
head/usr.bin/proccontrol/Makefile.depend (contents, props changed)
Modified:
he
Author: gjb
Date: Fri Sep 23 22:37:05 2016
New Revision: 306280
URL: https://svnweb.freebsd.org/changeset/base/306280
Log:
Tag releng/11.0@r306211 as release/11.0.0.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Added:
release/11.0.0/
- copied from r306211, rele
On 09/03/16 11:26 AM, Warner Losh wrote:
> Author: imp
> Date: Sat Sep 3 15:26:28 2016
> New Revision: 305353
> URL: https://svnweb.freebsd.org/changeset/base/305353
>
> Log:
> Don't use -N to set the OMAGIC with data and text writeable and data
> not page aligned. To do this, use the ld scri
Author: mav
Date: Fri Sep 23 21:29:40 2016
New Revision: 306279
URL: https://svnweb.freebsd.org/changeset/base/306279
Log:
Use g_wither_provider() where applicable.
It is just a helper function combining G_PF_WITHER setting with
g_orphan_provider().
Modified:
head/sys/geom/bde/g_bde.c
On 23.09.16 22:03, Mateusz Guzik wrote:
On Fri, Sep 23, 2016 at 09:59:32PM +0200, Andreas Tobler wrote:
On 23.09.16 18:47, Mateusz Guzik wrote:
Author: mjg
Date: Fri Sep 23 16:47:12 2016
New Revision: 306272
URL: https://svnweb.freebsd.org/changeset/base/306272
Log:
fd: hide fd_modified under
Author: np
Date: Fri Sep 23 20:03:28 2016
New Revision: 306277
URL: https://svnweb.freebsd.org/changeset/base/306277
Log:
cxgbe(4): Make the location/length of all descriptor rings available in
the sysctl MIB.
Modified:
head/sys/dev/cxgbe/t4_sge.c
Modified: head/sys/dev/cxgbe/t4_sge.c
On Fri, Sep 23, 2016 at 09:59:32PM +0200, Andreas Tobler wrote:
> On 23.09.16 18:47, Mateusz Guzik wrote:
> >Author: mjg
> >Date: Fri Sep 23 16:47:12 2016
> >New Revision: 306272
> >URL: https://svnweb.freebsd.org/changeset/base/306272
> >
> >Log:
> > fd: hide fd_modified under CAPABILITIES
> >
>
On 23.09.16 18:47, Mateusz Guzik wrote:
Author: mjg
Date: Fri Sep 23 16:47:12 2016
New Revision: 306272
URL: https://svnweb.freebsd.org/changeset/base/306272
Log:
fd: hide fd_modified under CAPABILITIES
It has no use without it and is now less error prone.
Modified:
head/sys/sys/filedesc
Author: asomers
Date: Fri Sep 23 19:05:07 2016
New Revision: 306276
URL: https://svnweb.freebsd.org/changeset/base/306276
Log:
Mount msdosfs with longnames support by default.
The old behavior depended on the FAT version and on what files were in the
root directory. "mount_msdosfs -o shor
Author: gonzo
Date: Fri Sep 23 18:55:32 2016
New Revision: 306275
URL: https://svnweb.freebsd.org/changeset/base/306275
Log:
Do not perform extra check for NULL, evdev_free can handle NULL value
Submitted by: Vladimir Kondratiev
Modified:
head/sys/dev/usb/input/ukbd.c
Modified: head/sy
Author: gonzo
Date: Fri Sep 23 18:54:08 2016
New Revision: 306274
URL: https://svnweb.freebsd.org/changeset/base/306274
Log:
Handle NULL argument in evdev_free
Add check for evdev argument of evdev_free being NULL. This is valid
value and should not cause crash. In this case evdev_free do
Author: np
Date: Fri Sep 23 17:24:06 2016
New Revision: 306273
URL: https://svnweb.freebsd.org/changeset/base/306273
Log:
cxgbe(4): Fix netmap with T6, which doesn't encapsulate SGE_EGR_UPDATE
message inside a FW_MSG. The base NIC already deals with updates in
either form.
Sponsored by
Author: mjg
Date: Fri Sep 23 16:47:12 2016
New Revision: 306272
URL: https://svnweb.freebsd.org/changeset/base/306272
Log:
fd: hide fd_modified under CAPABILITIES
It has no use without it and is now less error prone.
Modified:
head/sys/sys/filedesc.h
Modified: head/sys/sys/filedesc.h
==
Author: andrew
Date: Fri Sep 23 15:28:15 2016
New Revision: 306268
URL: https://svnweb.freebsd.org/changeset/base/306268
Log:
Also implement platform_cpu_reset on bcm2836
Modified:
head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c
Modified: head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c
=
Author: andrew
Date: Fri Sep 23 14:11:23 2016
New Revision: 306267
URL: https://svnweb.freebsd.org/changeset/base/306267
Log:
Restrict where we need to define fdt_fixup_table to just PowerPC and
Marvell.
Sponsored by: ABT Systems Ltd
Modified:
head/sys/arm/allwinner/a10_common.c
head
Author: emaste
Date: Fri Sep 23 13:23:52 2016
New Revision: 306266
URL: https://svnweb.freebsd.org/changeset/base/306266
Log:
libcompiler_rt: use ${SRCTOP} for the top of the FreeBSD tree
Modified:
head/lib/libcompiler_rt/Makefile
Modified: head/lib/libcompiler_rt/Makefile
==
Author: emaste
Date: Fri Sep 23 13:21:29 2016
New Revision: 306265
URL: https://svnweb.freebsd.org/changeset/base/306265
Log:
Force LLVM_LIBUNWIND off if we don't have a C++11 compiler
Tested by:bde
Differential Revision:https://reviews.freebsd.org/D7746
Modified:
head/shar
Author: emaste
Date: Fri Sep 23 13:18:59 2016
New Revision: 306264
URL: https://svnweb.freebsd.org/changeset/base/306264
Log:
Use 32-bit value for .text padding, for linker portability
GNU ld interprets the padding value as a variable-length byte string,
while GNU gold and LLVM lld interp
Author: andrew
Date: Fri Sep 23 13:08:15 2016
New Revision: 306263
URL: https://svnweb.freebsd.org/changeset/base/306263
Log:
Move cpu_reset to be a platform method to allow multiple implementations.
Reviewed by: mmel
Sponsored by: ABT Systems Ltd
Differential Revision:https://
Author: andrew
Date: Fri Sep 23 12:38:05 2016
New Revision: 306262
URL: https://svnweb.freebsd.org/changeset/base/306262
Log:
Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only need
this on a few earlier arm SoCs.
Reviewed by: manu (earlier version)
Sponsored by: ABT S
Author: kib
Date: Fri Sep 23 12:34:54 2016
New Revision: 306261
URL: https://svnweb.freebsd.org/changeset/base/306261
Log:
Provide proccontrol(1), an utility to control processes behaviour, related
to procctl(2).
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Added:
head/u
Author: kib
Date: Fri Sep 23 12:32:20 2016
New Revision: 306260
URL: https://svnweb.freebsd.org/changeset/base/306260
Log:
Add the foundation copyrights to procctl kernel sources.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/kern/kern_procctl.c
head/sy
Author: kib
Date: Fri Sep 23 09:26:40 2016
New Revision: 306257
URL: https://svnweb.freebsd.org/changeset/base/306257
Log:
Document r306081, i.e. procctl(PROC_TRAPCAP) and sysctl kern.trap_enocap.
Reviewed by: cem
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Differential
Author: hselasky
Date: Fri Sep 23 08:41:18 2016
New Revision: 306255
URL: https://svnweb.freebsd.org/changeset/base/306255
Log:
MFC r305804:
Make the callout structure in the boot loader's kernel shim more
similar to the kernel one.
Modified:
stable/11/sys/boot/kshim/bsd_kernel.c
stable
Author: hselasky
Date: Fri Sep 23 08:35:56 2016
New Revision: 306254
URL: https://svnweb.freebsd.org/changeset/base/306254
Log:
MFC r305877:
mlx5en: Fix duplicate mbuf free-by-code.
When mlx5e_sq_xmit() returns an error code and the mbuf pointer is set,
we should not free the mbuf, beca
Author: hselasky
Date: Fri Sep 23 08:35:11 2016
New Revision: 306253
URL: https://svnweb.freebsd.org/changeset/base/306253
Log:
MFC r305876:
mlx5en: Remove unused pdev pointer.
Sponsored by: Mellanox Technologies
Modified:
stable/10/sys/dev/mlx5/mlx5_en/en.h
stable/10/sys/dev/mlx5/ml
Author: hselasky
Date: Fri Sep 23 08:34:28 2016
New Revision: 306252
URL: https://svnweb.freebsd.org/changeset/base/306252
Log:
MFC r305875:
mlx5en: Verify port type is ethernet before creating network device
Else the mlx5en driver might attach to infiniband ports.
Sponsored by: Mell
Author: hselasky
Date: Fri Sep 23 08:33:47 2016
New Revision: 306251
URL: https://svnweb.freebsd.org/changeset/base/306251
Log:
MFC r305874:
mlx5en: Allow setting the software MTU size below 1500 bytes
The hardware MTU size can't be set to a value less than 1500 bytes due
to side-band m
Author: hselasky
Date: Fri Sep 23 08:33:03 2016
New Revision: 306250
URL: https://svnweb.freebsd.org/changeset/base/306250
Log:
MFC r305873:
mlx5en: Factor out common sendqueue code for use with rate limiting SQs.
Try to reuse code to setup sendqueues when possible by making some static
Author: hselasky
Date: Fri Sep 23 08:32:18 2016
New Revision: 306249
URL: https://svnweb.freebsd.org/changeset/base/306249
Log:
MFC r305872:
mlx5en: Properly declare doorbell lock for 32-bit CPUs.
Sponsored by: Mellanox Technologies
Modified:
stable/10/sys/dev/mlx5/mlx5_en/en.h
stabl
Author: hselasky
Date: Fri Sep 23 08:30:53 2016
New Revision: 306247
URL: https://svnweb.freebsd.org/changeset/base/306247
Log:
MFC r305870:
mlx5en: Make the mlx5e_open_cq() and mlx5e_close_cq() functions global.
Make some functions and structures global to allow for code reuse
when cre
Author: hselasky
Date: Fri Sep 23 08:31:38 2016
New Revision: 306248
URL: https://svnweb.freebsd.org/changeset/base/306248
Log:
MFC r305871:
mlx5en: Optimise away duplicate UAR pointers.
This change also reduces the size of the mlx5e_sq structure so that the last
queue_state element wil
Author: hselasky
Date: Fri Sep 23 08:30:09 2016
New Revision: 306246
URL: https://svnweb.freebsd.org/changeset/base/306246
Log:
MFC r305869:
mlx5en: Minor completion queue control path code refactor.
Move setting of CQ moderation mode together with the other
CQ moderation parameters. Pa
Author: hselasky
Date: Fri Sep 23 08:29:27 2016
New Revision: 306245
URL: https://svnweb.freebsd.org/changeset/base/306245
Log:
MFC r305868:
mlx5en: Separate the sendqueue from using the mlx5e_channel structure.
This change allows for reusing the transmit path for so called
rate limited
Author: hselasky
Date: Fri Sep 23 08:28:44 2016
New Revision: 306244
URL: https://svnweb.freebsd.org/changeset/base/306244
Log:
MFC r305867:
Update the MLX5 core module:
- Add new firmware commands and update existing ones.
- Add more firmware related structures and update existing ones.
Author: hselasky
Date: Fri Sep 23 08:26:45 2016
New Revision: 306243
URL: https://svnweb.freebsd.org/changeset/base/306243
Log:
MFC r305877:
mlx5en: Fix duplicate mbuf free-by-code.
When mlx5e_sq_xmit() returns an error code and the mbuf pointer is set,
we should not free the mbuf, beca
Author: hselasky
Date: Fri Sep 23 08:26:02 2016
New Revision: 306242
URL: https://svnweb.freebsd.org/changeset/base/306242
Log:
MFC r305876:
mlx5en: Remove unused pdev pointer.
Sponsored by: Mellanox Technologies
Modified:
stable/11/sys/dev/mlx5/mlx5_en/en.h
stable/11/sys/dev/mlx5/ml
Author: hselasky
Date: Fri Sep 23 08:25:23 2016
New Revision: 306241
URL: https://svnweb.freebsd.org/changeset/base/306241
Log:
MFC r305875:
mlx5en: Verify port type is ethernet before creating network device
Else the mlx5en driver might attach to infiniband ports.
Sponsored by: Mell
Author: hselasky
Date: Fri Sep 23 08:24:41 2016
New Revision: 306240
URL: https://svnweb.freebsd.org/changeset/base/306240
Log:
MFC r305874:
mlx5en: Allow setting the software MTU size below 1500 bytes
The hardware MTU size can't be set to a value less than 1500 bytes due
to side-band m
Author: hselasky
Date: Fri Sep 23 08:23:57 2016
New Revision: 306239
URL: https://svnweb.freebsd.org/changeset/base/306239
Log:
MFC r305873:
mlx5en: Factor out common sendqueue code for use with rate limiting SQs.
Try to reuse code to setup sendqueues when possible by making some static
Author: hselasky
Date: Fri Sep 23 08:23:11 2016
New Revision: 306238
URL: https://svnweb.freebsd.org/changeset/base/306238
Log:
MFC r305872:
mlx5en: Properly declare doorbell lock for 32-bit CPUs.
Sponsored by: Mellanox Technologies
Modified:
stable/11/sys/dev/mlx5/mlx5_en/en.h
stabl
Author: hselasky
Date: Fri Sep 23 08:21:45 2016
New Revision: 306236
URL: https://svnweb.freebsd.org/changeset/base/306236
Log:
MFC r305870:
mlx5en: Make the mlx5e_open_cq() and mlx5e_close_cq() functions global.
Make some functions and structures global to allow for code reuse
when cre
Author: hselasky
Date: Fri Sep 23 08:22:30 2016
New Revision: 306237
URL: https://svnweb.freebsd.org/changeset/base/306237
Log:
MFC r305871:
mlx5en: Optimise away duplicate UAR pointers.
This change also reduces the size of the mlx5e_sq structure so that the last
queue_state element wil
Author: hselasky
Date: Fri Sep 23 08:20:16 2016
New Revision: 306235
URL: https://svnweb.freebsd.org/changeset/base/306235
Log:
MFC r305869:
mlx5en: Minor completion queue control path code refactor.
Move setting of CQ moderation mode together with the other
CQ moderation parameters. Pa
Author: hselasky
Date: Fri Sep 23 08:19:22 2016
New Revision: 306234
URL: https://svnweb.freebsd.org/changeset/base/306234
Log:
MFC r305868:
mlx5en: Separate the sendqueue from using the mlx5e_channel structure.
This change allows for reusing the transmit path for so called
rate limited
Author: hselasky
Date: Fri Sep 23 08:17:51 2016
New Revision: 306233
URL: https://svnweb.freebsd.org/changeset/base/306233
Log:
MFC r305867:
Update the MLX5 core module:
- Add new firmware commands and update existing ones.
- Add more firmware related structures and update existing ones.
Author: oshogbo
Date: Fri Sep 23 08:13:46 2016
New Revision: 306232
URL: https://svnweb.freebsd.org/changeset/base/306232
Log:
fd: fix up fget_cap
If the kernel is not compiled with the CAPABILITIES kernel options
fget_unlocked doesn't return the sequence number so fd_modify will
always
Author: br
Date: Fri Sep 23 07:51:01 2016
New Revision: 306231
URL: https://svnweb.freebsd.org/changeset/base/306231
Log:
Check if IPv6 supported before running the test, skip otherwise.
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Modified:
head/tests/etc/rc.d/routing_test.sh
Modifi
rebuild without this option. The bootstrap process from
older version of current is a bit fragile.
+20160923 p38 FreeBSD-SA-16:26.openssl
+
+ Fix multiple OpenSSL vulnerabilitites.
+
20160725 p37 FreeBSD-SA-16:25.bspatch
FreeBSD-EN-16:09.freebsd
Hi
It is booting fine with patch.
Thanks!
Ruslan
On Fri, Sep 23, 2016 at 12:34:40AM +0200, Mariusz Zaborski wrote:
> Thanks, I was able to reproduce that :)
> I attached the patch. Could you please confirm that it fix the problem?
>
> Thank you and sorry for inconveniences,
> Mariusz
>
> On 2
Author: delphij
Date: Fri Sep 23 07:44:10 2016
New Revision: 306229
URL: https://svnweb.freebsd.org/changeset/base/306229
Log:
Fix multiple OpenSSL vulnerabilities.
Security: FreeBSD-SA-16:26.openssl
Modified:
stable/9/crypto/openssl/crypto/bn/bn_print.c
stable/9/crypto/openssl/cry
Author: hselasky
Date: Fri Sep 23 07:41:23 2016
New Revision: 306228
URL: https://svnweb.freebsd.org/changeset/base/306228
Log:
Prevent cuse4bsd.ko and cuse.ko from loading at the same time by
declaring support for the cuse4bsd interface in cuse.ko.
Found by: Sergey V. Dyatko
MFC a
Author: matthew (ports committer)
Date: Fri Sep 23 07:06:39 2016
New Revision: 306227
URL: https://svnweb.freebsd.org/changeset/base/306227
Log:
Take in erwin's commit bit at his own request
Approved by: core (implicit)
Modified:
svnadmin/conf/access
Modified: svnadmin/conf/access
61 matches
Mail list logo