Author: ae
Date: Tue May 19 08:30:04 2015
New Revision: 283101
URL: https://svnweb.freebsd.org/changeset/base/283101
Log:
Teach key_expire() send SADB_EXPIRE message with the SADB_EXT_LIFETIME_HARD
extension header type. The key_flush_sad() now will send SADB_EXPIRE
message when HARD lifetim
Author: ae
Date: Tue May 19 08:37:03 2015
New Revision: 283102
URL: https://svnweb.freebsd.org/changeset/base/283102
Log:
Change SA's state before sending SADB_EXPIRE message. This state will
be reported to keying daemon.
MFC after:2 weeks
Modified:
head/sys/netipsec/key.c
Modifie
Andrew,
On Fri, May 15, 2015 at 06:49:44AM +, Andrew Rybchenko wrote:
A> Author: arybchik
A> Date: Fri May 15 06:49:43 2015
A> New Revision: 282941
A> URL: https://svnweb.freebsd.org/changeset/base/282941
A>
A> Log:
A> sfxge: do not change CSUM_TSO when IFCAP_TSOx is changed
A>
A> It
Author: hselasky
Date: Tue May 19 09:22:06 2015
New Revision: 283103
URL: https://svnweb.freebsd.org/changeset/base/283103
Log:
Fix for DWC OTG device side isochronous transfers. The even or odd
isochronous frame bit needs to be flipped.
MFC after:3 days
Modified:
head/sys/dev/usb/
Author: ae
Date: Tue May 19 09:28:52 2015
New Revision: 283104
URL: https://svnweb.freebsd.org/changeset/base/283104
Log:
Read GEOM_UNCOMPRESS metadata using several requests that fit into
MAXPHYS. For large compressed images the metadata size can be bigger
than MAXPHYS and this triggers KAS
Author: julian
Date: Tue May 19 11:33:04 2015
New Revision: 283105
URL: https://svnweb.freebsd.org/changeset/base/283105
Log:
Only several years late, catch the psignal man page up to the
fact that psignal has been renamed to kern_psignal since 9.0.
MFC after:1 week
Modified:
head/
On Tue, 19 May 2015, Julian Elischer wrote:
Author: julian
Log:
Only several years late, catch the psignal man page up to the
fact that psignal has been renamed to kern_psignal since 9.0.
MFC after: 1 week
It would be better to fix the function to match its documented name.
Many othe
On Tuesday, May 19, 2015 10:34:11 PM Bruce Evans wrote:
> It would be better to fix the function to match its documented name.
>
> Many other function names are similarly broken. For example, the primary
> function in getenv(9).
I agree. :( I would prefer to restore the psignal() and getenv() n
Author: glebius
Date: Tue May 19 14:02:40 2015
New Revision: 283106
URL: https://svnweb.freebsd.org/changeset/base/283106
Log:
During module unload unlock rules before destroying UMA zones, which
may sleep in uma_drain(). It is safe to unlock here, since we are already
dehooked from pfil(9)
On Tuesday, May 19, 2015 12:28:05 AM Pedro Giffuni wrote:
> Modified: head/sys/ddb/db_break.c
> ==
> --- head/sys/ddb/db_break.c Mon May 18 22:14:06 2015
> (r283087)
> +++ head/sys/ddb/
Author: glebius
Date: Tue May 19 14:04:21 2015
New Revision: 283107
URL: https://svnweb.freebsd.org/changeset/base/283107
Log:
Use MTX_SYSINIT() instead of mtx_init() to separate mutex initialization
from associated structures initialization. The mutexes are global, while
the structures are
Author: emaste
Date: Tue May 19 14:05:15 2015
New Revision: 283108
URL: https://svnweb.freebsd.org/changeset/base/283108
Log:
Update crunch bootstrapping test for recent fixes
- r277259 crunchide: Correct 64-bit section header offset
- r281674 crunchide: always include both 32- and 64-bit
On Mon, 2015-05-18 at 22:49 -0500, Pedro Giffuni wrote:
> > Il giorno 18/mag/2015, alle ore 20:48, Bruce Evans
> > ha scritto:
> >
> > On Mon, 18 May 2015, Pedro F. Giffuni wrote:
> >
> >> Log:
> >> ddb: stop boolean screaming.
> >>
> >> TRUE --> true
> >> FALSE--> false
> >>
> >> Hinted by:
Author: kib
Date: Tue May 19 14:21:00 2015
New Revision: 283109
URL: https://svnweb.freebsd.org/changeset/base/283109
Log:
When sleeping in Sx state using MWAIT instruction, accept fast wakeup
requests from writes to the monitored line.
Submitted by: avg
Modified:
head/sys/x86/x86/cpu_
Author: emaste
Date: Tue May 19 14:23:33 2015
New Revision: 283110
URL: https://svnweb.freebsd.org/changeset/base/283110
Log:
Add GRP_COMDAT section group flag to ELF header
Reviewed by: kib
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Differential Revision:https
Author: luigi
Date: Tue May 19 14:49:31 2015
New Revision: 283111
URL: https://svnweb.freebsd.org/changeset/base/283111
Log:
remove an extra ; after MODULE_DEPEND
(would otherwise generate a warning with more verbose compiler flags)
MFC after:1 week
Modified:
head/sys/netpfil/ipfw/
Author: br
Date: Tue May 19 15:25:47 2015
New Revision: 283112
URL: https://svnweb.freebsd.org/changeset/base/283112
Log:
Add Performance Monitoring Counters support for AArch64.
Family-common and CPU-specific counters implemented.
Supported CPUs: ARM Cortex A53/57/72.
Reviewed by:
Author: luigi
Date: Tue May 19 15:29:00 2015
New Revision: 283113
URL: https://svnweb.freebsd.org/changeset/base/283113
Log:
remove a redundant ; at the end of a function
MFC after:1 week
Modified:
head/sys/netpfil/ipfw/ip_dn_private.h
Modified: head/sys/netpfil/ipfw/ip_dn_private.h
Author: bjk (doc committer)
Date: Tue May 19 15:43:20 2015
New Revision: 283114
URL: https://svnweb.freebsd.org/changeset/base/283114
Log:
Fixup to the kern_psignal manpage
r283105 misspelled kern_psignal as kernel_psignal in one occurrence, and
added trailing whitespace.
While here,
On Tue, May 19, 2015 at 8:34 AM, Bruce Evans wrote:
> On Tue, 19 May 2015, Julian Elischer wrote:
>
> Author: julian
>>
>> Log:
>> Only several years late, catch the psignal man page up to the
>> fact that psignal has been renamed to kern_psignal since 9.0.
>>
>> MFC after: 1 week
>>
>
>
On 05/19/15 08:45, John Baldwin wrote:
On Tuesday, May 19, 2015 12:28:05 AM Pedro Giffuni wrote:
Modified: head/sys/ddb/db_break.c
==
--- head/sys/ddb/db_break.c Mon May 18 22:14:06 2015(r283087)
+++ head/
Author: asomers
Date: Tue May 19 16:23:47 2015
New Revision: 283115
URL: https://svnweb.freebsd.org/changeset/base/283115
Log:
Properly null-terminate strings in a kernel dump header. A version string
longer than 192 bytes will cause the version field of a dump header to
overflow. strncpy d
Author: luigi
Date: Tue May 19 16:51:30 2015
New Revision: 283116
URL: https://svnweb.freebsd.org/changeset/base/283116
Log:
use proper types to represent function pointers
Modified:
head/sys/netpfil/ipfw/ip_fw_pfil.c
head/sys/netpfil/ipfw/ip_fw_sockopt.c
Modified: head/sys/netpfil/ipfw/ip
Author: ae
Date: Tue May 19 17:14:27 2015
New Revision: 283117
URL: https://svnweb.freebsd.org/changeset/base/283117
Log:
Remove unneded mbuf length adjustment, M_PREPEND() already did that.
PR: 139387
MFC after:1 week
Modified:
head/sys/netipsec/keysock.c
Modified: head
Hi,
How big are the images you were using?
Did you try on the smaller footprint boards (eg things with < 128MB
RAM) to see if it changed behaviour?
-a
On 19 May 2015 at 02:28, Andrey V. Elsukov wrote:
> Author: ae
> Date: Tue May 19 09:28:52 2015
> New Revision: 283104
> URL: https://svnweb.
On 19.05.2015 20:36, Adrian Chadd wrote:
> Hi,
>
> How big are the images you were using?
> Did you try on the smaller footprint boards (eg things with < 128MB
> RAM) to see if it changed behaviour?
I tried several images with size from 700k to 2G. Something doesn't work
for you?
It isn't clear
On 19.05.2015 20:36, Adrian Chadd wrote:
> Did you try on the smaller footprint boards (eg things with < 128MB
> RAM) to see if it changed behaviour?
No, I have no such boards. This is taste method and it called only once,
so I don't expect some changes here. For small images it just will work
as
Author: melifaro
Date: Tue May 19 18:29:13 2015
New Revision: 283118
URL: https://svnweb.freebsd.org/changeset/base/283118
Log:
Bring back support for checking tables via "ipfw -n".
Currently we have different table key types which can easily interfere
with each other (numbers and IPv4 ad
Author: jhb
Date: Tue May 19 18:35:18 2015
New Revision: 283119
URL: https://svnweb.freebsd.org/changeset/base/283119
Log:
Remove executable property from several ixl(4) source files.
Differential Revision:https://reviews.freebsd.org/D2583
Reviewed by: erj
Modified:
Directory Pr
Sweet, just checking. Thanks for finding this!
-a
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Author: jhb
Date: Tue May 19 18:58:18 2015
New Revision: 283120
URL: https://svnweb.freebsd.org/changeset/base/283120
Log:
Use fixed enum values for PMC_CLASSES().
This removes one of the frequent causes of ABI breakage when new CPU
types are added to hwpmc(4).
Differential Revision:
Author: jhb
Date: Tue May 19 19:01:22 2015
New Revision: 283121
URL: https://svnweb.freebsd.org/changeset/base/283121
Log:
Use the proper mask when reloading sampling PMCs for Core CPUs.
Differential Revision:https://reviews.freebsd.org/D2492
Reviewed by: emaste
MFC after:1
On Tuesday, May 19, 2015 06:35:18 PM John Baldwin wrote:
> Author: jhb
> Date: Tue May 19 18:35:18 2015
> New Revision: 283119
> URL: https://svnweb.freebsd.org/changeset/base/283119
>
> Log:
> Remove executable property from several ixl(4) source files.
>
> Differential Revision: http
On Tuesday, May 19, 2015 07:01:22 PM John Baldwin wrote:
> Author: jhb
> Date: Tue May 19 19:01:22 2015
> New Revision: 283121
> URL: https://svnweb.freebsd.org/changeset/base/283121
>
> Log:
> Use the proper mask when reloading sampling PMCs for Core CPUs.
>
> Differential Revision: h
On Tuesday, May 19, 2015 06:58:19 PM John Baldwin wrote:
> Author: jhb
> Date: Tue May 19 18:58:18 2015
> New Revision: 283120
> URL: https://svnweb.freebsd.org/changeset/base/283120
>
> Log:
> Use fixed enum values for PMC_CLASSES().
>
> This removes one of the frequent causes of ABI break
Author: jhb
Date: Tue May 19 19:15:19 2015
New Revision: 283123
URL: https://svnweb.freebsd.org/changeset/base/283123
Log:
Fix two bugs that could result in PMC sampling effectively stopping.
In both cases, the the effect of the bug was that a very small positive
number was written to the co
Author: hiren
Date: Tue May 19 19:17:20 2015
New Revision: 283124
URL: https://svnweb.freebsd.org/changeset/base/283124
Log:
Correct the wording as we are increasing the window size.
Reviewed by: jhb
Sponsored by: Limelight Networks
Modified:
head/sys/netinet/tcp_input.c
Modified: he
Author: emaste
Date: Tue May 19 21:00:53 2015
New Revision: 283125
URL: https://svnweb.freebsd.org/changeset/base/283125
Log:
All FreeBSD platforms are elf: move i386-elf to i386
This was a leftover from when we had both i386 a.out and ELF.
Reviewed by: kib, imp
Sponsored by: The Fr
Author: imp
Date: Tue May 19 21:16:51 2015
New Revision: 283127
URL: https://svnweb.freebsd.org/changeset/base/283127
Log:
Add NFS server to mix (for easier, in-place updates). Move to
partition 2 for root (since partition 1 is reserved for FAT
files the Atmel ROMs can load).
Modified:
he
Author: imp
Date: Tue May 19 21:16:37 2015
New Revision: 283126
URL: https://svnweb.freebsd.org/changeset/base/283126
Log:
Improve comment about unmapped I/O and fix typos.
Submitted by: Matteo Riondato
MFC After: 2 days
Modified:
head/sys/arm/arm/pmap.c
Modified: head/sys/arm/arm/pma
Author: imp
Date: Tue May 19 21:16:53 2015
New Revision: 283128
URL: https://svnweb.freebsd.org/changeset/base/283128
Log:
Re-select the SD card before getting the SD status. On a couple Atmel
boards, this prevents some error messages during enumeration and also
gives us the correct erase bl
Author: bapt
Date: Tue May 19 21:57:11 2015
New Revision: 283129
URL: https://svnweb.freebsd.org/changeset/base/283129
Log:
Convert to LIBADD
Remove dependency on pthread, it is not needed
Modified:
head/cddl/usr.bin/ctfdump/Makefile
Modified: head/cddl/usr.bin/ctfdump/Makefile
===
Author: bapt
Date: Tue May 19 21:59:00 2015
New Revision: 283130
URL: https://svnweb.freebsd.org/changeset/base/283130
Log:
Convert to LIBADD
Modified:
head/cddl/usr.bin/ctfconvert/Makefile
Modified: head/cddl/usr.bin/ctfconvert/Makefile
==
Author: bapt
Date: Tue May 19 22:23:15 2015
New Revision: 283132
URL: https://svnweb.freebsd.org/changeset/base/283132
Log:
Fix underlinking
Modified:
head/lib/libproc/Makefile
Modified: head/lib/libproc/Makefile
==
Author: bapt
Date: Tue May 19 22:22:53 2015
New Revision: 283131
URL: https://svnweb.freebsd.org/changeset/base/283131
Log:
Register libdtrace and its direct and indirect dependencies
Register librdlt_db
Register libproc dependencies
Register libctf dependencies
Modified:
head/share/mk/
Author: bapt
Date: Tue May 19 22:24:19 2015
New Revision: 283133
URL: https://svnweb.freebsd.org/changeset/base/283133
Log:
Correctly link libdtrace and convert to LIBADD
Make dtrace only link to libdtrace
Modified:
head/cddl/lib/libdtrace/Makefile
head/cddl/usr.sbin/dtrace/Makefile
Modi
Author: bapt
Date: Tue May 19 22:29:11 2015
New Revision: 283134
URL: https://svnweb.freebsd.org/changeset/base/283134
Log:
Reduce overlinking.
Because of libdtrace there is still a bit a overlinking but nothing we can
deal
with easily
Modified:
head/cddl/usr.sbin/lockstat/Makefile
hea
Author: hiren
Date: Wed May 20 01:08:01 2015
New Revision: 283136
URL: https://svnweb.freebsd.org/changeset/base/283136
Log:
Add a new sysctl net.inet.tcp.hostcache.purgenow=1 to expire and purge all
entries in hostcache immediately.
In collaboration with:bz, rwatson
MFC after:
Hi Hiren,
On 05/20/15 11:08, Hiren Panchasara wrote:
> Author: hiren
> Date: Wed May 20 01:08:01 2015
> New Revision: 283136
> URL: https://svnweb.freebsd.org/changeset/base/283136
>
> Log:
> Add a new sysctl net.inet.tcp.hostcache.purgenow=1 to expire and purge all
> entries in hostcache imm
On 05/20/15 at 02:13P, Lawrence Stewart wrote:
> Hi Hiren,
>
> On 05/20/15 11:08, Hiren Panchasara wrote:
> > Author: hiren
> > Date: Wed May 20 01:08:01 2015
> > New Revision: 283136
> > URL: https://svnweb.freebsd.org/changeset/base/283136
> >
> > Log:
> > Add a new sysctl net.inet.tcp.hostca
Author: ganbold
Date: Wed May 20 05:49:52 2015
New Revision: 283137
URL: https://svnweb.freebsd.org/changeset/base/283137
Log:
D2432 (Patch for Amlogic single core PIC) moved the SMP option out
of AML8726 and into board specific config files since some boards
(e.g. YYHD18) use the aml8726-m3
Author: rpaulo
Date: Wed May 20 06:23:01 2015
New Revision: 283138
URL: https://svnweb.freebsd.org/changeset/base/283138
Log:
ti_pruss: pass the correct IRQ to userland.
Also, fix several problems with the kqueue notification.
Submitted by: Manuel Stühn freebsdnewbie at freenet.de
Mod
On 05/20/15 14:24, Hiren Panchasara wrote:
> On 05/20/15 at 02:13P, Lawrence Stewart wrote:
>> Hi Hiren,
>>
>> On 05/20/15 11:08, Hiren Panchasara wrote:
>>> Author: hiren Date: Wed May 20 01:08:01 2015 New Revision:
>>> 283136 URL: https://svnweb.freebsd.org/changeset/base/283136
>>>
>>> Log: Ad
53 matches
Mail list logo