svn commit: r283099 - head/sys/mips/conf

2015-05-19 Thread Adrian Chadd
Author: adrian Date: Tue May 19 06:45:56 2015 New Revision: 283099 URL: https://svnweb.freebsd.org/changeset/base/283099 Log: Convert routerstation to use geom_uncompress. Modified: head/sys/mips/conf/ROUTERSTATION Modified: head/sys/mips/conf/ROUTERSTATION

svn commit: r283098 - head/sys/mips/conf

2015-05-19 Thread Adrian Chadd
Author: adrian Date: Tue May 19 06:45:06 2015 New Revision: 283098 URL: https://svnweb.freebsd.org/changeset/base/283098 Log: Migrate RSPRO to use the uncompress module, not uzip. (This is hand-in-hand with what I'm about to do with freebsd-wifi-build.) Modified:

svn commit: r283102 - head/sys/netipsec

2015-05-19 Thread Andrey V. Elsukov
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

Re: svn commit: r282941 - head/sys/dev/sfxge

2015-05-19 Thread Gleb Smirnoff
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 is

svn commit: r283104 - head/sys/geom/uncompress

2015-05-19 Thread Andrey V. Elsukov
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

svn commit: r283103 - head/sys/dev/usb/controller

2015-05-19 Thread Hans Petter Selasky
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:

svn commit: r283101 - head/sys/netipsec

2015-05-19 Thread Andrey V. Elsukov
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

svn commit: r283105 - head/share/man/man9

2015-05-19 Thread Julian Elischer
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:

svn commit: r283137 - head/sys/arm/conf

2015-05-19 Thread Ganbold Tsagaankhuu
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

Re: svn commit: r283136 - head/sys/netinet

2015-05-19 Thread Hiren Panchasara
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.hostcache.purgenow=1

svn commit: r283136 - head/sys/netinet

2015-05-19 Thread Hiren Panchasara
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:

Re: svn commit: r283136 - head/sys/netinet

2015-05-19 Thread Lawrence Stewart
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

svn commit: r283109 - head/sys/x86/x86

2015-05-19 Thread Konstantin Belousov
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:

svn commit: r283108 - head

2015-05-19 Thread Ed Maste
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

Re: svn commit: r283088 - head/sys/ddb

2015-05-19 Thread Ian Lepore
On Mon, 2015-05-18 at 22:49 -0500, Pedro Giffuni wrote: Il giorno 18/mag/2015, alle ore 20:48, Bruce Evans b...@optusnet.com.au ha scritto: On Mon, 18 May 2015, Pedro F. Giffuni wrote: Log: ddb: stop boolean screaming. TRUE -- true FALSE-- false Hinted by: NetBSD

svn commit: r283110 - head/sys/sys

2015-05-19 Thread Ed Maste
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:

svn commit: r283107 - head/sys/netpfil/pf

2015-05-19 Thread Gleb Smirnoff
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

Re: svn commit: r283105 - head/share/man/man9

2015-05-19 Thread John Baldwin
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()

svn commit: r283106 - head/sys/netpfil/pf

2015-05-19 Thread Gleb Smirnoff
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)

Re: svn commit: r283088 - head/sys/ddb

2015-05-19 Thread John Baldwin
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/db_break.c Mon May

Re: svn commit: r283105 - head/share/man/man9

2015-05-19 Thread Bruce Evans
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

svn commit: r283111 - head/sys/netpfil/ipfw

2015-05-19 Thread Luigi Rizzo
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:

svn commit: r283112 - in head: lib/libpmc sys/arm/arm sys/arm64/arm64 sys/arm64/include sys/conf sys/dev/hwpmc sys/sys

2015-05-19 Thread Ruslan Bukin
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:

svn commit: r283113 - head/sys/netpfil/ipfw

2015-05-19 Thread Luigi Rizzo
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:

svn commit: r283116 - head/sys/netpfil/ipfw

2015-05-19 Thread Luigi Rizzo
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:

svn commit: r283117 - head/sys/netipsec

2015-05-19 Thread Andrey V. Elsukov
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:

svn commit: r283118 - head/sbin/ipfw

2015-05-19 Thread Alexander V. Chernikov
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

svn commit: r283119 - head/sys/dev/ixl

2015-05-19 Thread John Baldwin
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

Re: svn commit: r283104 - head/sys/geom/uncompress

2015-05-19 Thread Adrian Chadd
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

svn commit: r283120 - in head: lib/libpmc sys/dev/hwpmc sys/sys

2015-05-19 Thread John Baldwin
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

Re: svn commit: r283105 - head/share/man/man9

2015-05-19 Thread Benjamin Kaduk
On Tue, May 19, 2015 at 8:34 AM, Bruce Evans b...@optusnet.com.au 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

Re: svn commit: r283104 - head/sys/geom/uncompress

2015-05-19 Thread Adrian Chadd
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 a...@freebsd.org wrote: Author: ae Date: Tue May 19 09:28:52 2015 New Revision: 283104 URL:

svn commit: r283132 - head/lib/libproc

2015-05-19 Thread Baptiste Daroussin
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 ==

svn commit: r283131 - head/share/mk

2015-05-19 Thread Baptiste Daroussin
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:

svn commit: r283134 - in head/cddl/usr.sbin: lockstat plockstat

2015-05-19 Thread Baptiste Daroussin
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

svn commit: r283127 - head/sys/arm/conf

2015-05-19 Thread Warner Losh
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:

svn commit: r283126 - head/sys/arm/arm

2015-05-19 Thread Warner Losh
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:

svn commit: r283133 - in head/cddl: lib/libdtrace usr.sbin/dtrace

2015-05-19 Thread Baptiste Daroussin
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

svn commit: r283128 - head/sys/dev/mmc

2015-05-19 Thread Warner Losh
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

svn commit: r283125 - in head/lib/csu: . i386 i386-elf

2015-05-19 Thread Ed Maste
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

svn commit: r283129 - head/cddl/usr.bin/ctfdump

2015-05-19 Thread Baptiste Daroussin
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

svn commit: r283130 - head/cddl/usr.bin/ctfconvert

2015-05-19 Thread Baptiste Daroussin
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

svn commit: r283114 - head/share/man/man9

2015-05-19 Thread Benjamin Kaduk
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

Re: svn commit: r283088 - head/sys/ddb

2015-05-19 Thread Pedro Giffuni
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) +++

svn commit: r283115 - head/sys/kern

2015-05-19 Thread Alan Somers
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

Re: svn commit: r283104 - head/sys/geom/uncompress

2015-05-19 Thread Andrey V. Elsukov
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 from

Re: svn commit: r283104 - head/sys/geom/uncompress

2015-05-19 Thread Andrey V. Elsukov
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

svn commit: r283121 - head/sys/dev/hwpmc

2015-05-19 Thread John Baldwin
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:

Re: svn commit: r283119 - head/sys/dev/ixl

2015-05-19 Thread John Baldwin
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:

Re: svn commit: r283121 - head/sys/dev/hwpmc

2015-05-19 Thread John Baldwin
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:

Re: svn commit: r283120 - in head: lib/libpmc sys/dev/hwpmc sys/sys

2015-05-19 Thread John Baldwin
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 breakage when

svn commit: r283124 - head/sys/netinet

2015-05-19 Thread Hiren Panchasara
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: