Author: adrian
Date: Thu Mar 19 03:58:25 2015
New Revision: 280239
URL: https://svnweb.freebsd.org/changeset/base/280239
Log:
Fix the label search routine in geom_map to not trip up on '\0' bytes.
* Just do the buf check early and fail out
* If the offset being searched is:
0011
Author: alc
Date: Thu Mar 19 01:40:43 2015
New Revision: 280238
URL: https://svnweb.freebsd.org/changeset/base/280238
Log:
Fix the root cause of the "vm_reserv_populate: reserv is already
promoted" panics. The sequence of events that leads to a panic is rather
long and circuitous. First,
On 03/18/15 at 04:36P, Hiren Panchasara wrote:
> On 03/18/15 at 04:26P, Adrian Chadd wrote:
> > Sorry I didn't add this earlier.
> >
> > There's a flowtype field, right? You should log that too. It'll tell
> > you what the flowid field means.
>
> Yeah, you are right. I should have added that in t
Author: hiren
Date: Thu Mar 19 00:23:16 2015
New Revision: 280237
URL: https://svnweb.freebsd.org/changeset/base/280237
Log:
Add connection flow type to siftr(4).
Suggested by: adrian
Sponsored by: Limelight Networks
Modified:
head/share/man/man4/siftr.4
head/sys/netinet/siftr.c
Mod
Author: ae
Date: Thu Mar 19 00:04:25 2015
New Revision: 280236
URL: https://svnweb.freebsd.org/changeset/base/280236
Log:
To avoid a possible race, release the reference to ifa after return
from nd6_dad_na_input().
Submitted by: Alexandre Martins
MFC after:1 week
Modified:
head/s
Author: allanjude (doc committer)
Date: Wed Mar 18 23:47:30 2015
New Revision: 280235
URL: https://svnweb.freebsd.org/changeset/base/280235
Log:
Remove a non-required unsafe condition added in the previous commit
Reviewed by: bapt
Approved by: dteske
Sponsored by: ScaleEngine Inc.
Mo
On 03/18/15 at 04:26P, Adrian Chadd wrote:
> Sorry I didn't add this earlier.
>
> There's a flowtype field, right? You should log that too. It'll tell
> you what the flowid field means.
Yeah, you are right. I should have added that in this commit. I'll do
that now.
Cheers,
Hiren
pgpa1L1W7ZfK7.
Sorry I didn't add this earlier.
There's a flowtype field, right? You should log that too. It'll tell
you what the flowid field means.
-a
On 18 March 2015 at 16:24, Hiren Panchasara wrote:
> Author: hiren
> Date: Wed Mar 18 23:24:25 2015
> New Revision: 280233
> URL: https://svnweb.freebsd.or
Author: allanjude (doc committer)
Date: Wed Mar 18 23:24:38 2015
New Revision: 280234
URL: https://svnweb.freebsd.org/changeset/base/280234
Log:
Fix the handbook install option in bsdinstall
bsdconfig's f_package_add doesn't seem to support using the pkg repo from
/etc/pkg/FreeBSD.conf, it
Author: hiren
Date: Wed Mar 18 23:24:25 2015
New Revision: 280233
URL: https://svnweb.freebsd.org/changeset/base/280233
Log:
Add connection flowid to siftr(4).
Reviewed by: lstewart
MFC after:1 week
Sponsored by: Limelight Networks
Differential Revision:https://reviews.fr
Author: kib
Date: Wed Mar 18 22:05:15 2015
New Revision: 280232
URL: https://svnweb.freebsd.org/changeset/base/280232
Log:
Cosmetics:
- Move to ANSI definitions syntax, removing warnings about type promotions.
- Remove __P().
- Staticise everything.
- Remove warnings about unused args fo
Author: ken
Date: Wed Mar 18 20:54:54 2015
New Revision: 280231
URL: https://svnweb.freebsd.org/changeset/base/280231
Log:
Improve the mt(1) rblim display.
The granularity reported by READ BLOCK LIMITS is an exponent, not a
byte value. So a granularity of 0 means 2^0, or 1 byte. A
gra
Author: ken
Date: Wed Mar 18 20:52:34 2015
New Revision: 280230
URL: https://svnweb.freebsd.org/changeset/base/280230
Log:
Fix a couple of problems in the sa(4) media type reports.
The only drives I have discovered so far that support medium type
reports are newer HP LTO (LTO-5 and LTO-6)
Author: jfv
Date: Wed Mar 18 20:11:59 2015
New Revision: 280228
URL: https://svnweb.freebsd.org/changeset/base/280228
Log:
Fix i386 LINT build issues, and remove unused variable.
Modified:
head/sys/dev/ixgbe/if_ixv.c
head/sys/dev/ixgbe/ixgbe.h
Modified: head/sys/dev/ixgbe/if_ixv.c
Author: jfv
Date: Wed Mar 18 16:54:03 2015
New Revision: 280226
URL: https://svnweb.freebsd.org/changeset/base/280226
Log:
Correct the ixgbe entries in mips and powerpc, and add the module
entries in i386/amd64 in the Makefile
Modified:
head/sys/mips/conf/OCTEON1
head/sys/modules/Makefile
On Wednesday, March 18, 2015 05:04:25 PM Konstantin Belousov wrote:
> On Wed, Mar 18, 2015 at 10:33:45AM -0400, John Baldwin wrote:
> > On Wednesday, March 18, 2015 01:59:05 PM Andrew Turner wrote:
> > > Author: andrew
> > > Date: Wed Mar 18 13:59:04 2015
> > > New Revision: 280220
> > > URL: https
OK, thanks for pointing that out, I'll include them.
On Wed, Mar 18, 2015 at 8:20 AM, Nathan Whitehorn
wrote:
>
>
> On 03/17/15 11:32, Jack F Vogel wrote:
>
>> Author: jfv
>> Date: Tue Mar 17 18:32:28 2015
>> New Revision: 280182
>> URL: https://svnweb.freebsd.org/changeset/base/280182
>>
>> Log
On 03/17/15 11:32, Jack F Vogel wrote:
Author: jfv
Date: Tue Mar 17 18:32:28 2015
New Revision: 280182
URL: https://svnweb.freebsd.org/changeset/base/280182
Log:
Update to the Intel ixgbe driver:
- Split the driver into independent pf and vf loadables. This is
in preparati
On Wed, Mar 18, 2015 at 10:33:45AM -0400, John Baldwin wrote:
> On Wednesday, March 18, 2015 01:59:05 PM Andrew Turner wrote:
> > Author: andrew
> > Date: Wed Mar 18 13:59:04 2015
> > New Revision: 280220
> > URL: https://svnweb.freebsd.org/changeset/base/280220
> >
> > Log:
> > Allowus to exclu
On Wed, 18 Mar 2015 10:32:33 -0400
John Baldwin wrote:
> On Wednesday, March 18, 2015 01:54:54 PM Andrew Turner wrote:
> > Author: andrew
> > Date: Wed Mar 18 13:54:53 2015
> > New Revision: 280219
> > URL: https://svnweb.freebsd.org/changeset/base/280219
> >
> > Log:
> > We won't support a.ou
Author: jhb
Date: Wed Mar 18 14:51:03 2015
New Revision: 280222
URL: https://svnweb.freebsd.org/changeset/base/280222
Log:
Clear an mbuf's external storage flags in m_extaddref(). They are cleared
in other places that set the external storage type (ext_type) such as
m_cljset(), m_extadd(), m
Author: ian
Date: Wed Mar 18 14:49:16 2015
New Revision: 280221
URL: https://svnweb.freebsd.org/changeset/base/280221
Log:
Update ucom(4) with information about the new PPS capture abilities.
Differential Revision:https://reviews.freebsd.org/D2049
Modified:
head/share/man/man4/uc
On Wednesday, March 18, 2015 01:59:05 PM Andrew Turner wrote:
> Author: andrew
> Date: Wed Mar 18 13:59:04 2015
> New Revision: 280220
> URL: https://svnweb.freebsd.org/changeset/base/280220
>
> Log:
> Allowus to exclude a.out support from ldd and use it with arm64 as it won't
> support the a.
On Wednesday, March 18, 2015 01:54:54 PM Andrew Turner wrote:
> Author: andrew
> Date: Wed Mar 18 13:54:53 2015
> New Revision: 280219
> URL: https://svnweb.freebsd.org/changeset/base/280219
>
> Log:
> We won't support a.out on arm64/aarch64. As such there will be no need to
> support it in nl
Author: andrew
Date: Wed Mar 18 13:59:04 2015
New Revision: 280220
URL: https://svnweb.freebsd.org/changeset/base/280220
Log:
Allowus to exclude a.out support from ldd and use it with arm64 as it won't
support the a.out format.
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
Author: andrew
Date: Wed Mar 18 13:54:53 2015
New Revision: 280219
URL: https://svnweb.freebsd.org/changeset/base/280219
Log:
We won't support a.out on arm64/aarch64. As such there will be no need to
support it in nlist(3).
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
Modi
Author: emaste
Date: Wed Mar 18 13:07:19 2015
New Revision: 280218
URL: https://svnweb.freebsd.org/changeset/base/280218
Log:
xlint: add arm64 #define
Submitted by: andrew@
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/xlint/lint1/param.h
Modified: head/usr.bin/xlint/lin
Author: hselasky
Date: Wed Mar 18 10:50:10 2015
New Revision: 280211
URL: https://svnweb.freebsd.org/changeset/base/280211
Log:
Add missing void pointer argument to SYSINIT() functions.
MFC after:3 days
Sponsored by: Mellanox Technologies
Modified:
head/sys/ofed/include/linux/linux
Author: hselasky
Date: Wed Mar 18 10:49:17 2015
New Revision: 280210
URL: https://svnweb.freebsd.org/changeset/base/280210
Log:
Fix problems about 32-bit ticks wraparound and unsigned long
conversion:
- The linux compat API layer casts the ticks to unsigned long which
might cause problems
Author: hselasky
Date: Wed Mar 18 08:46:08 2015
New Revision: 280208
URL: https://svnweb.freebsd.org/changeset/base/280208
Log:
Declare missing symbol and inline macro which is only used once.
MFC after:2 weeks
Sponsored by: Mellanox Technologies
Submitted by: glebius@
Modified:
30 matches
Mail list logo