Author: pfg
Date: Sat Apr 29 06:41:51 2017
New Revision: 317583
URL: https://svnweb.freebsd.org/changeset/base/317583
Log:
Fix some cases where an index was used before its limits check.
Obtained from:DragonFlyBSD (git 799ba435)
MFC after:5 days
Modified:
head/sys/dev/sound
On 29.04.2017 05:16, Gleb Smirnoff wrote:
> On Fri, Apr 28, 2017 at 11:00:58AM +, Alexander Motin wrote:
> A> Author: mav
> A> Date: Fri Apr 28 11:00:58 2017
> A> New Revision: 317547
> A> URL: https://svnweb.freebsd.org/changeset/base/317547
> A>
> A> Log:
> A> Allow some control over enabl
On Fri, Apr 28, 2017 at 11:00:58AM +, Alexander Motin wrote:
A> Author: mav
A> Date: Fri Apr 28 11:00:58 2017
A> New Revision: 317547
A> URL: https://svnweb.freebsd.org/changeset/base/317547
A>
A> Log:
A> Allow some control over enabled capabilities for if_vlan.
A>
A> It improves intero
Author: marius
Date: Sat Apr 29 00:53:17 2017
New Revision: 317578
URL: https://svnweb.freebsd.org/changeset/base/317578
Log:
Fix a bug introduced as part of r287726; use the right device_t for
determining the softc of the bridge in psycho_route_interrupt(). [1]
While at it, update the corre
Author: rmacklem
Date: Sat Apr 29 00:34:53 2017
New Revision: 317576
URL: https://svnweb.freebsd.org/changeset/base/317576
Log:
Modify the NFSv4.1/pNFS client to ask for a maximum length of layout.
The code specified the length of a layout as INT64_MAX instead of
UINT64_MAX. This could re
Author: markj
Date: Fri Apr 28 22:25:22 2017
New Revision: 317573
URL: https://svnweb.freebsd.org/changeset/base/317573
Log:
Get rid of some ifdef soup in the fasttrap ioctl handler.
No functional change intended.
MFC after:1 week
Modified:
head/sys/cddl/contrib/opensolaris/uts/
Author: cem
Date: Fri Apr 28 21:05:28 2017
New Revision: 317570
URL: https://svnweb.freebsd.org/changeset/base/317570
Log:
editline.3: Add missing argument to H_SET description
The H_SET operation of the history() function takes an int argument which is
the position of the item to which t
Author: hselasky
Date: Fri Apr 28 19:38:57 2017
New Revision: 317568
URL: https://svnweb.freebsd.org/changeset/base/317568
Log:
Improve sysadmin visibility of physical port error counters in the
mlx5en driver.
MFC after:1 week
Sponsored by: Mellanox Technologies
Mod
Author: cem
Date: Fri Apr 28 18:25:10 2017
New Revision: 317567
URL: https://svnweb.freebsd.org/changeset/base/317567
Log:
x86 MCA: Fix a deadlock in MCA exception processing
In exceptional circumstances, an MCA exception will trigger when the
freelist is exhausted. In such a case, no err
Author: brooks
Date: Fri Apr 28 17:58:15 2017
New Revision: 317566
URL: https://svnweb.freebsd.org/changeset/base/317566
Log:
Don't pass size_t arguments to setsockopt(SO_SNDBUF/SO_RCVBUF).
These command take an int. The tests work by accident on little-endian,
64-bit systems.
PR:
Author: jkim
Date: Fri Apr 28 16:42:52 2017
New Revision: 317561
URL: https://svnweb.freebsd.org/changeset/base/317561
Log:
Simplify the code a bit. No functional change.
Modified:
head/sys/dev/vt/vt_core.c
Modified: head/sys/dev/vt/vt_core.c
Author: jkim
Date: Fri Apr 28 16:39:09 2017
New Revision: 317560
URL: https://svnweb.freebsd.org/changeset/base/317560
Log:
Fix end coordinate of the drawable area of border. Although the name tr_end
suggests it is the end coordinate, tr_end.tp_row is width and tr_end.tp_col
is height of th
Gleb Smirnoff wrote:
> Author: glebius
> Date: Fri Apr 28 05:43:27 2017
> New Revision: 317545
> URL: https://svnweb.freebsd.org/changeset/base/317545
>
> Log:
> Document raw framebuffer device and XHCI device configurations.
Thanks for abandoning my work https://reviews.freebsd.org/D10014 (
Author: jilles
Date: Fri Apr 28 16:16:22 2017
New Revision: 317559
URL: https://svnweb.freebsd.org/changeset/base/317559
Log:
sh: Simplify handling of newlines in command substitution.
Unless we need to split on newlines, just append them as normal and remove
them at the end.
Modified:
Author: tuexen
Date: Fri Apr 28 15:38:34 2017
New Revision: 317558
URL: https://svnweb.freebsd.org/changeset/base/317558
Log:
Set the DF bit for responses to out-of-the-blue packets.
MFC after:1 week
Modified:
head/sys/netinet/sctp_output.c
Modified: head/sys/netinet/sctp_output.c
=
Author: mav
Date: Fri Apr 28 11:00:58 2017
New Revision: 317547
URL: https://svnweb.freebsd.org/changeset/base/317547
Log:
Allow some control over enabled capabilities for if_vlan.
It improves interoperability with if_bridge, which may need to disable
some capabilities not supported by ot
Author: maxim
Date: Fri Apr 28 09:17:16 2017
New Revision: 317546
URL: https://svnweb.freebsd.org/changeset/base/317546
Log:
o Clean the whole array of IPv4 addresses not just a local part.
PR: 218923
Submitted by: Daniel McRobb
Modified:
head/usr.sbin/tcpdrop/tcpdrop.c
Modi
17 matches
Mail list logo