Author: glebius
Date: Thu Sep 4 09:07:14 2014
New Revision: 271088
URL: http://svnweb.freebsd.org/changeset/base/271088
Log:
Provide m_catpkt(), a wrapper around m_cat() that deals with M_PKTHDR mbufs.
Sponsored by: Netflix
Sponsored by: Nginx, Inc.
Modified:
head/sys/kern/uipc_mbuf.c
Author: glebius
Date: Thu Sep 4 09:15:44 2014
New Revision: 271089
URL: http://svnweb.freebsd.org/changeset/base/271089
Log:
Improve r265338. When inserting mbufs into TCP reassembly queue,
try to collapse adjacent pieces using m_catpkt(). In best case
scenario it copies data and frees mbuf
On Wed, Sep 03, 2014 at 12:10:28PM -0700, John-Mark Gurney wrote:
J> > M> > + if (p->p_pptr) {
J> > M> > kp->ki_ppid = proc_realparent(p)->p_pid;
J> > M> > - if (p->p_flag & P_TRACED)
J> > M> > - kp->ki_tracer = p->p_pptr->p_pid;
J> > M> > + if (p->p_fl
Author: br
Date: Thu Sep 4 12:44:40 2014
New Revision: 271093
URL: http://svnweb.freebsd.org/changeset/base/271093
Log:
Add initial support for Altera SOCFPGA (heterogeneous ARM/FPGA) SoC family.
Include board configuration for Terasic SoCKit (Altera Cyclone V).
Sponsored by: DARPA, AFRL
Author: ian
Date: Thu Sep 4 13:13:42 2014
New Revision: 271094
URL: http://svnweb.freebsd.org/changeset/base/271094
Log:
Fix typo in variable name.
Modified:
head/sys/arm/freescale/imx/imx51_iomux.c
Modified: head/sys/arm/freescale/imx/imx51_iomux.c
=
Author: ian
Date: Thu Sep 4 14:25:32 2014
New Revision: 271097
URL: http://svnweb.freebsd.org/changeset/base/271097
Log:
Add a basic iomux driver for imx6.
Submitted by: bsam@
Added:
head/sys/arm/freescale/imx/imx6_iomux.c (contents, props changed)
head/sys/arm/freescale/imx/imx6_io
Author: jhb
Date: Thu Sep 4 14:26:25 2014
New Revision: 271098
URL: http://svnweb.freebsd.org/changeset/base/271098
Log:
Merge the amd64 and i386 identcpu.c into a single x86 implementation.
This brings the structured extended features mask and VT-x reporting to
i386 and Intel cache and TLB
Stefan Esser writes:
> Author: se
> Date: Wed Aug 20 17:07:41 2014
> New Revision: 270232
> URL: http://svnweb.freebsd.org/changeset/base/270232
>
> Log:
> The conversion tools have been further improved and some erroneous
> conversions have been detected and fixed.
[...]
> sub local_to_UCS_
Author: royger
Date: Thu Sep 4 14:56:24 2014
New Revision: 271099
URL: http://svnweb.freebsd.org/changeset/base/271099
Log:
Revert r269814: blkfront: add support for unmapped IO
Current busdma code for unmapped bios will not properly align the segment
size, causing corruption on blkfront
Author: ian
Date: Thu Sep 4 14:57:04 2014
New Revision: 271100
URL: http://svnweb.freebsd.org/changeset/base/271100
Log:
Implement the same public interface in imx51 and imx6 iomux; use the common
header file for both. Remove some unused code from imx51_iomux. The iomux
drivers are requir
El 03/09/14 a les 18.03, Alexander Motin ha escrit:
> On 03.09.2014 18:48, Roger Pau Monné wrote:
>> El 02/09/14 a les 19.18, John-Mark Gurney ha escrit:
>>> Roger Pau Monn wrote this message on Tue, Sep 02, 2014 at 11:30 +0200:
El 29/08/14 a les 19.52, Roger Pau Monné ha escrit:
> El 28/0
Author: ian
Date: Thu Sep 4 14:59:27 2014
New Revision: 271101
URL: http://svnweb.freebsd.org/changeset/base/271101
Log:
The iomux driver is no longer optional, all imx platforms have it as
standard now, so remove it from kernel configs.
Modified:
head/sys/arm/conf/DIGI-CCWMX53
head/sys/
Author: ian
Date: Thu Sep 4 15:11:57 2014
New Revision: 271102
URL: http://svnweb.freebsd.org/changeset/base/271102
Log:
Implement the imx_iomux_get/set_gpr() interface for imx6.
Modified:
head/sys/arm/freescale/imx/imx6_iomux.c
Modified: head/sys/arm/freescale/imx/imx6_iomux.c
On 09/03/14 21:18, Steven Hartland wrote:
>
> - Original Message - From: "Andriy Gapon"
>
>
>> on 03/09/2014 23:22 Nikolai Lifanov said the following:
>>> On 09/03/14 15:22, John Baldwin wrote:
On Wednesday, September 03, 2014 11:05:04 AM Nikolai Lifanov wrote:
> On 09/03/14 04
On Wednesday, September 03, 2014 07:37:21 PM Don Lewis wrote:
> On 4 Sep, John Baldwin wrote:
> > Author: jhb
> > Date: Thu Sep 4 01:46:06 2014
> > New Revision: 271076
> > URL: http://svnweb.freebsd.org/changeset/base/271076
> >
> > Log:
> > - Move the declaration of has_f00f_hack out of iden
On Thursday, September 04, 2014 02:26:00 AM John Baldwin wrote:
> Author: jhb
> Date: Thu Sep 4 02:25:59 2014
> New Revision: 271082
> URL: http://svnweb.freebsd.org/changeset/base/271082
>
> Log:
> - Move blacklists of broken TSCs out of the printcpuinfo() function
> and into the TSC probe
On Thursday, September 04, 2014 03:31:49 AM Benno Rice wrote:
> Author: benno
> Date: Thu Sep 4 03:31:48 2014
> New Revision: 271085
> URL: http://svnweb.freebsd.org/changeset/base/271085
>
> Log:
> Systems with lots of geom providers can end up with a kern.geom.confxml
> value too large for
On 4 Sep, John Baldwin wrote:
> On Wednesday, September 03, 2014 07:37:21 PM Don Lewis wrote:
>> On 4 Sep, John Baldwin wrote:
>> > Author: jhb
>> > Date: Thu Sep 4 01:46:06 2014
>> > New Revision: 271076
>> > URL: http://svnweb.freebsd.org/changeset/base/271076
>> >
>> > Log:
>> > - Move the
On Sep 4, 2014, at 6:51 AM, John Baldwin wrote:
> On Thursday, September 04, 2014 03:31:49 AM Benno Rice wrote:
>> Author: benno
>> Date: Thu Sep 4 03:31:48 2014
>> New Revision: 271085
>> URL: http://svnweb.freebsd.org/changeset/base/271085
>>
>> Log:
>> Systems with lots of geom providers ca
Author: imp
Date: Thu Sep 4 16:40:54 2014
New Revision: 271104
URL: http://svnweb.freebsd.org/changeset/base/271104
Log:
Wrap some long lines.
Modified:
head/sys/arm/at91/at91_pinctrl.c
Modified: head/sys/arm/at91/at91_pinctrl.c
==
On Thu, Sep 04, 2014 at 09:22:48AM -0700, Don Lewis wrote:
> I've still got the old hardware and am often tempted to see if it will
> run a recent version of FreeBSD. I don't think I want to know how long
> it would take to run buildworld post-clang.
My router machine at home is Mendocino-based,
Author: glebius
Date: Thu Sep 4 17:05:57 2014
New Revision: 271107
URL: http://svnweb.freebsd.org/changeset/base/271107
Log:
Fixes for tcp_respond() comment.
Modified:
head/sys/netinet/tcp_subr.c
Modified: head/sys/netinet/tcp_subr.c
=
Gleb Smirnoff wrote this message on Thu, Sep 04, 2014 at 13:18 +0400:
> On Wed, Sep 03, 2014 at 12:10:28PM -0700, John-Mark Gurney wrote:
> J> > M> > + if (p->p_pptr) {
> J> > M> > kp->ki_ppid = proc_realparent(p)->p_pid;
> J> > M> > - if (p->p_flag & P_TRACED)
> J> > M> > -
Author: se
Date: Thu Sep 4 17:19:16 2014
New Revision: 271108
URL: http://svnweb.freebsd.org/changeset/base/271108
Log:
Fix debug output that has erroneously been committed with the last update.
Obtained from:Jan Beich
MFC after:3 days
Modified:
head/tools/tools/vt/keymaps
Don Lewis wrote this message on Thu, Sep 04, 2014 at 09:22 -0700:
> On 4 Sep, John Baldwin wrote:
> > On Wednesday, September 03, 2014 07:37:21 PM Don Lewis wrote:
> >> On 4 Sep, John Baldwin wrote:
> >> > Author: jhb
> >> > Date: Thu Sep 4 01:46:06 2014
> >> > New Revision: 271076
> >> > URL: h
Am 04.09.2014 um 16:52 schrieb Jan Beich:
> Stefan Esser writes:
>
>> Author: se
>> Date: Wed Aug 20 17:07:41 2014
>> New Revision: 270232
>> URL: http://svnweb.freebsd.org/changeset/base/270232
>>
>> Log:
>> The conversion tools have been further improved and some erroneous
>> conversions ha
On 4 Sep, Alexey Dokuchaev wrote:
> On Thu, Sep 04, 2014 at 09:22:48AM -0700, Don Lewis wrote:
>> I've still got the old hardware and am often tempted to see if it will
>> run a recent version of FreeBSD. I don't think I want to know how long
>> it would take to run buildworld post-clang.
>
> My
Author: pfg
Date: Thu Sep 4 17:36:21 2014
New Revision: 271110
URL: http://svnweb.freebsd.org/changeset/base/271110
Log:
libc/locale: Remove a wrong comma.
This only had some effect when debugging.
Obtained from:DragonflyBSD
MFC after:3 days
Modified:
head/lib/libc/lo
On 4 Sep, John-Mark Gurney wrote:
> Don Lewis wrote this message on Thu, Sep 04, 2014 at 09:22 -0700:
>> On 4 Sep, John Baldwin wrote:
>> > On Wednesday, September 03, 2014 07:37:21 PM Don Lewis wrote:
>> >> On 4 Sep, John Baldwin wrote:
>> >> > Author: jhb
>> >> > Date: Thu Sep 4 01:46:06 2014
On Thu, Sep 04, 2014 at 10:31:24AM -0700, Don Lewis wrote:
> On 4 Sep, Alexey Dokuchaev wrote:
> > I have a couple of P55-based mobos, but never bothered to install our
> > fresh -CURRENT on them. I guess I should, just to see if we still rock.
>
> RAM size is the probably the biggest issue. [..
Don Lewis wrote this message on Thu, Sep 04, 2014 at 10:41 -0700:
> On 4 Sep, John-Mark Gurney wrote:
> > Don Lewis wrote this message on Thu, Sep 04, 2014 at 09:22 -0700:
> >> On 4 Sep, John Baldwin wrote:
> >> > On Wednesday, September 03, 2014 07:37:21 PM Don Lewis wrote:
> >> >> On 4 Sep, Jo
Author: jhb
Date: Thu Sep 4 19:09:08 2014
New Revision: 271119
URL: http://svnweb.freebsd.org/changeset/base/271119
Log:
In tcp_input(), don't acquire the pcbinfo global write lock for SYN
packets targeting a listening socket. Permit to reduce TCP input
processing starvation in context of
On Thursday, September 04, 2014 09:29:24 AM Benno Rice wrote:
> On Sep 4, 2014, at 6:51 AM, John Baldwin wrote:
> > On Thursday, September 04, 2014 03:31:49 AM Benno Rice wrote:
> >> Author: benno
> >> Date: Thu Sep 4 03:31:48 2014
> >> New Revision: 271085
> >> URL: http://svnweb.freebsd.org/cha
Author: glebius
Date: Thu Sep 4 19:27:30 2014
New Revision: 271122
URL: http://svnweb.freebsd.org/changeset/base/271122
Log:
Change a very strange code in m_demote() to simple assertion.
Sponsored by: Nginx, Inc.
Modified:
head/sys/kern/uipc_mbuf.c
Modified: head/sys/kern/uipc_mbuf.c
=
Author: glebius
Date: Thu Sep 4 19:28:02 2014
New Revision: 271123
URL: http://svnweb.freebsd.org/changeset/base/271123
Log:
Satisfy assertion in m_demote().
Sponsored by: Nginx, Inc.
Modified:
head/sys/netinet/tcp_reass.c
Modified: head/sys/netinet/tcp_reass.c
Author: ian
Date: Thu Sep 4 19:52:17 2014
New Revision: 271124
URL: http://svnweb.freebsd.org/changeset/base/271124
Log:
Stop setting the iomux device status to disabled, now that we have a driver.
Modified:
head/sys/boot/fdt/dts/arm/imx6.dtsi
head/sys/boot/fdt/dts/arm/wandboard-dual.dts
Author: imp
Date: Thu Sep 4 20:48:16 2014
New Revision: 271133
URL: http://svnweb.freebsd.org/changeset/base/271133
Log:
Update bindings to latest vendor branch representing 3.17-rc2 level of
Linux DTS API.
Added:
- copied unchanged from r270866,
vendor/device-tree/dist/include/dt-bind
Author: markj
Date: Thu Sep 4 21:06:33 2014
New Revision: 271137
URL: http://svnweb.freebsd.org/changeset/base/271137
Log:
Add mrsas(4) to GENERIC for i386 and amd64.
Approved by: ambrisko, kadesai
MFC after:3 days
Modified:
head/sys/amd64/conf/GENERIC
head/sys/conf/NOTES
hea
Author: imp
Date: Thu Sep 4 21:28:25 2014
New Revision: 271140
URL: http://svnweb.freebsd.org/changeset/base/271140
Log:
Delete old arm dts tree. This was created by cherry picking from a
full vendor tree. This worked great until it was time to update, but
now it is time to update. Hit the
Author: sbruno
Date: Thu Sep 4 21:31:25 2014
New Revision: 271141
URL: http://svnweb.freebsd.org/changeset/base/271141
Log:
Allow multiple image activators to run on the same execution by changing
imgp->interpreted to a bitmask instead of, functionally, a bool. Each
imgactivator now require
Author: jilles
Date: Thu Sep 4 21:48:33 2014
New Revision: 271144
URL: http://svnweb.freebsd.org/changeset/base/271144
Log:
sh: Allow enabling job control without a tty in non-interactive mode.
If no tty is available, 'set -m' is still useful to put jobs in their own
process groups.
Mod
Author: imp
Date: Thu Sep 4 21:48:33 2014
New Revision: 271143
URL: http://svnweb.freebsd.org/changeset/base/271143
Log:
Reimport dts files from vendor repo now that it has been properly
trimmed.
Added:
head/sys/gnu/dts/arm/
- copied from r271142, vendor/device-tree/dist/src/arm/
Author: hrs
Date: Thu Sep 4 22:00:52 2014
New Revision: 271145
URL: http://svnweb.freebsd.org/changeset/base/271145
Log:
Fix a bug which prevented mount.fstab parameter from being converted
when jail_JID_devfs_enable=NO.
Spotted by: peter
Modified:
head/etc/rc.d/jail
Modified: head
Author: imp
Date: Thu Sep 4 22:22:53 2014
New Revision: 271146
URL: http://svnweb.freebsd.org/changeset/base/271146
Log:
Separate out PCI attachment from the main AHCI driver. Move checks of
PCI IDs into quirks, which mostly fit (though you'd get no argument
from me that AHCI_Q_SATA1_UNIT0
Author: kargl
Date: Thu Sep 4 23:50:05 2014
New Revision: 271147
URL: http://svnweb.freebsd.org/changeset/base/271147
Log:
Remove an initialized, but otherwise, unused variable.
Modified:
head/lib/msun/src/e_lgamma_r.c
head/lib/msun/src/e_lgammaf_r.c
Modified: head/lib/msun/src/e_lgamma_r
Author: jmg
Date: Thu Sep 4 23:53:51 2014
New Revision: 271148
URL: http://svnweb.freebsd.org/changeset/base/271148
Log:
use a straight buffer instead of an iov w/ 1 segment... The aesni
driver when it hits a mbuf/iov buffer, it mallocs and copies the data
for processing.. This improves p
Author: pfg
Date: Fri Sep 5 01:06:45 2014
New Revision: 271149
URL: http://svnweb.freebsd.org/changeset/base/271149
Log:
Apply known workarounds for modern MacBooks.
The legacy USB circuit tends to give trouble on MacBook.
While the original report covered MacBook, extend the fix
preem
Author: imp
Date: Fri Sep 5 02:21:45 2014
New Revision: 271151
URL: http://svnweb.freebsd.org/changeset/base/271151
Log:
Merge forgotten .h files from vendor branch.
Added:
head/sys/gnu/dts/arm/imx51-pinfunc.h
- copied unchanged from r271150,
vendor/device-tree/dist/src/arm/imx51-pinfu
On Tuesday, September 02, 2014 06:41:27 PM Konstantin Belousov wrote:
> On Tue, Sep 02, 2014 at 11:00:57AM -0400, John Baldwin wrote:
> > I thought about that. I could easily make a parallel array, or perhaps
> > use a separate 'susppcb' structure that includes a pcb and the savefpu
> > union and
Author: ed
Date: Fri Sep 5 05:20:52 2014
New Revision: 271154
URL: http://svnweb.freebsd.org/changeset/base/271154
Log:
Partially revert r271012.
Incredibly weird: GCC 4.7/4.9 do support the _Noreturn and _Thread_local
keywords, but not during bootstrapping. GCC is by far the weirdest
Author: ed
Date: Fri Sep 5 05:36:32 2014
New Revision: 271155
URL: http://svnweb.freebsd.org/changeset/base/271155
Log:
Roll back r271012 even more aggressively.
I've looked at the GCC sources and I now understand what's going wrong.
THe C11 keywords are simply nonexistent when using C++
51 matches
Mail list logo