Author: avos
Date: Tue Jul 4 07:07:08 2017
New Revision: 320640
URL: https://svnweb.freebsd.org/changeset/base/320640
Log:
rtwn_usb: reject too long (>16K) mbufs.
While here move RTWN_TXBUFSZ constant from common to USB specific code
(it's not used anywhere else).
Modified:
head/sys/d
On 06/25/17 09:49, Gleb Smirnoff wrote:
Conrad,
this should be fixed by r320324. Sorry for inconvenience.
Hi Gleb,
There is a long thread here about panics on 32-bit platforms when
INVARIANTS is enabled:
Can you have a look?
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220358
On 07/04/17 09:51, Hans Petter Selasky wrote:
On 06/25/17 09:49, Gleb Smirnoff wrote:
Conrad,
this should be fixed by r320324. Sorry for inconvenience.
Hi Gleb,
There is a long thread here about panics on 32-bit platforms when
INVARIANTS is enabled:
Can you have a look?
https://bu
On Mon, Jul 03, 2017 at 03:52:54PM +0200, Ed Schouten wrote:
> Hi there,
>
> 2017-07-03 12:24 GMT+02:00 Dmitry Chagin :
> > + .compat_3_brand = "Linux",
>
> I suspect that you can safely remove this line. It's only intended to
> match a field in ELF headers that is/was BSD specific.
>
hi, a
Author: andrew
Date: Tue Jul 4 12:17:49 2017
New Revision: 320642
URL: https://svnweb.freebsd.org/changeset/base/320642
Log:
Teach VERSATILEPB about PLATFORM. This will help move it into the GENERIC
kernel configuration.
Modified:
head/sys/arm/conf/VERSATILEPB
head/sys/arm/versatile/vers
Author: andrew
Date: Tue Jul 4 12:26:47 2017
New Revision: 320643
URL: https://svnweb.freebsd.org/changeset/base/320643
Log:
Add PLATFORM and PLATFORM_SMP support to the ALPINE kernel configuration.
This will help move it to be part of GENERIC.
Added:
head/sys/arm/annapurna/alpine/alpine_m
Author: allanjude
Date: Tue Jul 4 15:44:30 2017
New Revision: 320644
URL: https://svnweb.freebsd.org/changeset/base/320644
Log:
Add deprecation notices for all rcmd tools
Submitted by: bcr
Reviewed by: emaste, bapt, jhl
MFC after:immediate
Relnotes: yes
Differential Revisi
Author: andrew
Date: Tue Jul 4 16:52:55 2017
New Revision: 320647
URL: https://svnweb.freebsd.org/changeset/base/320647
Log:
Remove PLATFORM_SMP. It's unneeded as all configs with both PLATFORM and
SMP use it so we can switch to the combination of these as the check.
Modified:
head/sys/arm
Author: andrew
Date: Tue Jul 4 17:15:23 2017
New Revision: 320648
URL: https://svnweb.freebsd.org/changeset/base/320648
Log:
Add a delay count to the last few places. This will help make MULTIDELAY
a requirement on armv6 with PLATFORM.
Modified:
head/sys/arm/freescale/vybrid/vf_machdep.c
Author: tuexen
Date: Tue Jul 4 18:04:44 2017
New Revision: 320650
URL: https://svnweb.freebsd.org/changeset/base/320650
Log:
Don't hold if refcount on an stcb when it is not needed.
This improves the consistency with other parts of the code.
Modified:
head/sys/netinet/sctp_input.c
Modifie
Author: andrew
Date: Tue Jul 4 18:07:09 2017
New Revision: 320651
URL: https://svnweb.freebsd.org/changeset/base/320651
Log:
Move the simple armv6 only timer drivers to require MULTIDELAY to help
move all armv6 configs it.
Modified:
head/sys/arm/conf/ALPINE
head/sys/arm/conf/VERSATILEPB
Author: hselasky
Date: Tue Jul 4 18:23:17 2017
New Revision: 320652
URL: https://svnweb.freebsd.org/changeset/base/320652
Log:
After r319722 two fields were left uninitialized when transforming a
socket structure into a listening socket. This resulted in an invalid
instruction fault for all
Author: tuexen
Date: Tue Jul 4 18:24:50 2017
New Revision: 320653
URL: https://svnweb.freebsd.org/changeset/base/320653
Log:
Move to open state after plausibility checks.
When doing this too early, the MIB counters go wrong.
MFC after:1 week
Modified:
head/sys/netinet/sctp_inpu
Author: ian
Date: Tue Jul 4 18:38:34 2017
New Revision: 320655
URL: https://svnweb.freebsd.org/changeset/base/320655
Log:
Add a driver for the imx6 on-chip realtime clock.
This driver is standard rather than optional because it can always provide
time after a reboot, but it will only pro
Author: markj
Date: Tue Jul 4 18:44:14 2017
New Revision: 320656
URL: https://svnweb.freebsd.org/changeset/base/320656
Log:
Invoke suspend/resume methods from the driver pmops if available.
Obtained from:kmacy (original version)
MFC after:1 week
Modified:
head/sys/compat/l
Author: emaste
Date: Tue Jul 4 18:48:08 2017
New Revision: 320657
URL: https://svnweb.freebsd.org/changeset/base/320657
Log:
cam: EOL whitespace cleanup and line wrapping changes
NFC. This cleanup simplifies diffs for review of the MMC-CAM work.
Submitted by: kibab
Modified:
head/e
Author: kib
Date: Tue Jul 4 20:19:36 2017
New Revision: 320658
URL: https://svnweb.freebsd.org/changeset/base/320658
Log:
When reporting undefined symbol, note the version, if specified.
Use the standard syntax of name@version, I do not expect a confusion
due to unlikely possibility of t
Author: rmacklem
Date: Tue Jul 4 22:20:30 2017
New Revision: 320659
URL: https://svnweb.freebsd.org/changeset/base/320659
Log:
Add a Bugs section that indicates that the nfsuserd doesn't work
when jails are being used on the system.
It is hoped that the patches in PR#205193 will someday get
Author: jhibbits
Date: Wed Jul 5 02:20:03 2017
New Revision: 320662
URL: https://svnweb.freebsd.org/changeset/base/320662
Log:
Remove an obsolete comment
This has been wrong for well over a year, we support the full 36-bit
(or more) PA space.
Modified:
head/sys/powerpc/booke/pmap.c
M
Author: emaste
Date: Wed Jul 5 02:58:46 2017
New Revision: 320663
URL: https://svnweb.freebsd.org/changeset/base/320663
Log:
libelftc: bump version, tracking import in r320343
Modified:
head/lib/libelftc/elftc_version.c
Modified: head/lib/libelftc/elftc_version.c
===
On Tue, Jul 04, 2017 at 10:20:30PM +, Rick Macklem wrote:
> +Since the kernel communicates with the
> +.Nm
> +daemon via an upcall that uses the IP address 127.0.0.1, it does not work
> correctly when
> +.Xr jail 8
> +are used and can crash the system.
Does it indeed break when jails are used
On Wed, Jul 5, 2017 at 7:06 AM, Konstantin Belousov
wrote:
> On Tue, Jul 04, 2017 at 10:20:30PM +, Rick Macklem wrote:
> > +Since the kernel communicates with the
> > +.Nm
> > +daemon via an upcall that uses the IP address 127.0.0.1, it does not
> work correctly when
> > +.Xr jail 8
> > +are
Author: cy
Date: Wed Jul 5 05:50:36 2017
New Revision: 320664
URL: https://svnweb.freebsd.org/changeset/base/320664
Log:
Document supported poollist() (ippool -l) options in usage() and in
ippool.8 man page.
Modified:
head/contrib/ipfilter/man/ippool.8
head/contrib/ipfilter/tools/ippool.
Author: delphij
Date: Wed Jul 5 06:12:21 2017
New Revision: 320665
URL: https://svnweb.freebsd.org/changeset/base/320665
Log:
In open_binary_fd: when using buffer size for strl* and snprintf,
always use >= instead of > to avoid truncation.
Reviewed by: kib
Differential Revision:
24 matches
Mail list logo