svn commit: r240185 - head/sys/mips/mips

2012-09-06 Thread Alan Cox
Author: alc Date: Fri Sep 7 06:12:28 2012 New Revision: 240185 URL: http://svn.freebsd.org/changeset/base/240185 Log: Eliminate unnecessary NULL checks. Modified: head/sys/mips/mips/pmap.c Modified: head/sys/mips/mips/pmap.c ==

svn commit: r240184 - head/tools/tools/ath/athratestats

2012-09-06 Thread Adrian Chadd
Author: adrian Date: Fri Sep 7 06:02:40 2012 New Revision: 240184 URL: http://svn.freebsd.org/changeset/base/240184 Log: Tidy up the output quite substantially, making it fit well within 80 columns. This makes it much easier to use in a shell script, to display a "top" style output wit

svn commit: r240183 - head/tools/tools/ath/athratestats

2012-09-06 Thread Adrian Chadd
Author: adrian Date: Fri Sep 7 06:02:01 2012 New Revision: 240183 URL: http://svn.freebsd.org/changeset/base/240183 Log: Make this build again! Modified: head/tools/tools/ath/athratestats/Makefile Modified: head/tools/tools/ath/athratestats/Makefile =

svn commit: r240182 - head/lib/libproc

2012-09-06 Thread Rui Paulo
Author: rpaulo Date: Fri Sep 7 02:38:07 2012 New Revision: 240182 URL: http://svn.freebsd.org/changeset/base/240182 Log: When calling the C++ demangler, make sure to free the returned buffer, which might have been reallocated. Pointed out by: stefanf Modified: head/lib/libproc/p

svn commit: r240181 - head/sys/arm/include

2012-09-06 Thread Alan Cox
Author: alc Date: Fri Sep 7 01:33:25 2012 New Revision: 240181 URL: http://svn.freebsd.org/changeset/base/240181 Log: Eliminate an unused macro. Modified: head/sys/arm/include/pmap.h Modified: head/sys/arm/include/pmap.h ==

svn commit: r240180 - head/sys/dev/ath

2012-09-06 Thread Adrian Chadd
Author: adrian Date: Fri Sep 7 00:24:27 2012 New Revision: 240180 URL: http://svn.freebsd.org/changeset/base/240180 Log: Ensure that single-frame aggregate session frames are retransmitted with the correct configuration. Occasionally an aggregate TX would fail and the first frame would b

svn commit: r240179 - in releng/9.1: contrib/file lib/libmagic

2012-09-06 Thread Stephen McKay
Author: mckay Date: Fri Sep 7 00:20:46 2012 New Revision: 240179 URL: http://svn.freebsd.org/changeset/base/240179 Log: MFS r240157 (MFC r235638,r239348): - Work around failure to compile on FreeBSD 7.x machines. - Correct a regression introduced during the import of file(1) 5.11. PR:

Re: svn commit: r240165 - head/usr.sbin/pc-sysinstall/backend

2012-09-06 Thread Jos Backus
On Thu, Sep 6, 2012 at 7:59 AM, Josh Paetzel wrote: > Modified: head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh > > == > --- head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh Thu Sep 6 > 13:54:01 2012

svn commit: r240178 - in head/lib/libc/amd64: . gen sys

2012-09-06 Thread Jilles Tjoelker
Author: jilles Date: Thu Sep 6 20:59:49 2012 New Revision: 240178 URL: http://svn.freebsd.org/changeset/base/240178 Log: libc/amd64: Do not export .cerror. For some reason, libc exports the symbol .cerror (HIDENAME(cerror)), albeit in the FBSDprivate_1.0 version. It looks like there is n

svn commit: r240177 - in head/sys: arm/arm mips/mips

2012-09-06 Thread John Baldwin
Author: jhb Date: Thu Sep 6 20:16:59 2012 New Revision: 240177 URL: http://svn.freebsd.org/changeset/base/240177 Log: Dynamically allocate the S/G lists passed to callback routines rather than allocating them on the stack of various bus_dmamap_load*() functions. The S/G lists are stored in

svn commit: r240176 - head/lib/libc/gen

2012-09-06 Thread Tom Rhodes
Author: trhodes Date: Thu Sep 6 20:15:44 2012 New Revision: 240176 URL: http://svn.freebsd.org/changeset/base/240176 Log: Avoid segfault if name is invalid. Basically, only check for CTL_USER if the sysctl fails with ENOENT. PR: 169056 Reviewed by: jhb Modified: head/lib

Re: svn commit: r240156 - head/lib/libproc

2012-09-06 Thread Rui Paulo
On 6 Sep 2012, at 05:15, Stefan Farfeleder wrote: > On Thu, Sep 06, 2012 at 03:19:49AM +, Rui Paulo wrote: >> @@ -266,7 +268,11 @@ proc_addr2sym(struct proc_handle *p, uin >> if (addr >= rsym && addr <= (rsym + sym.st_size)) { >> s = elf_strptr(e, dynsymstrid

Re: svn commit: r240156 - head/lib/libproc

2012-09-06 Thread Rui Paulo
On 6 Sep 2012, at 02:42, Gennady Proskurin wrote: > On Thu, Sep 06, 2012 at 03:19:49AM +, Rui Paulo wrote: >> Author: rpaulo >> Date: Thu Sep 6 03:19:48 2012 >> New Revision: 240156 >> URL: http://svn.freebsd.org/changeset/base/240156 >> >> Log: >> Add support for demangling C++ symbols. T

svn commit: r240175 - head/cddl/usr.sbin/plockstat

2012-09-06 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Sep 6 19:26:59 2012 New Revision: 240175 URL: http://svn.freebsd.org/changeset/base/240175 Log: Remove trailing whitespace. Modified: head/cddl/usr.sbin/plockstat/plockstat.1 Modified: head/cddl/usr.sbin/plockstat/plockstat.1 ==

svn commit: r240174 - head/lib/libpmc

2012-09-06 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Sep 6 19:24:48 2012 New Revision: 240174 URL: http://svn.freebsd.org/changeset/base/240174 Log: Remove trailing whitespace. Modified: head/lib/libpmc/pmc.ivybridge.3 Modified: head/lib/libpmc/pmc.ivybridge.3

svn commit: r240173 - head/lib/libpmc

2012-09-06 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Sep 6 19:14:02 2012 New Revision: 240173 URL: http://svn.freebsd.org/changeset/base/240173 Log: Minor mdoc fix. Modified: head/lib/libpmc/pmc.ivybridge.3 Modified: head/lib/libpmc/pmc.ivybridge.3

svn commit: r240172 - in head/sys: cam/scsi dev/ct dev/ncv dev/nsp dev/stg sys

2012-09-06 Thread John Baldwin
Author: jhb Date: Thu Sep 6 18:53:33 2012 New Revision: 240172 URL: http://svn.freebsd.org/changeset/base/240172 Log: Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98. NetBSD/pc98 was never merged into the main NetBSD tree and is no longer developed. Adding locking

svn commit: r240171 - releng/9.1/sys/netinet

2012-09-06 Thread Michael Tuexen
Author: tuexen Date: Thu Sep 6 18:31:56 2012 New Revision: 240171 URL: http://svn.freebsd.org/changeset/base/240171 Log: MFC rr240007: Fix a typo which results in RTT to be off by a factor of 10, if the RTT is larger than 1 second. Approved by: re (kib) Modified: releng/9.1/sys/

svn commit: r240170 - in head/sys/modules: . ct

2012-09-06 Thread John Baldwin
Author: jhb Date: Thu Sep 6 18:02:32 2012 New Revision: 240170 URL: http://svn.freebsd.org/changeset/base/240170 Log: Add a kernel module on pc98 for the ct(4) driver. Added: head/sys/modules/ct/ head/sys/modules/ct/Makefile (contents, props changed) Modified: head/sys/modules/Makefile

svn commit: r240169 - in stable/9/sys: dev/cxgb/ulp/tom dev/cxgbe dev/cxgbe/common dev/cxgbe/firmware dev/cxgbe/tom modules/cxgbe/if_cxgbe modules/cxgbe/tom

2012-09-06 Thread Navdeep Parhar
Author: np Date: Thu Sep 6 17:28:47 2012 New Revision: 240169 URL: http://svn.freebsd.org/changeset/base/240169 Log: MFC many cxgb and cxgbe features and fixes (r239258, r239259, r239264, r239266, r239336, r239338, r239339, r239341, r239344, r239514, r239527, r239528, r239544. r239258:

Re: svn commit: r240165 - head/usr.sbin/pc-sysinstall/backend

2012-09-06 Thread Bryan Drewery
On 9/6/2012 9:59 AM, Josh Paetzel wrote: > Author: jpaetzel > Date: Thu Sep 6 14:59:53 2012 > New Revision: 240165 > URL: http://svn.freebsd.org/changeset/base/240165 > > Log: > Add TRIM support, enabled by default. > Fix a bug installing components from a localPath. > Allow autosizing of a

svn commit: r240168 - releng/9.1/sys/dev/isci/scil

2012-09-06 Thread Jim Harris
Author: jimharris Date: Thu Sep 6 16:38:55 2012 New Revision: 240168 URL: http://svn.freebsd.org/changeset/base/240168 Log: MFC r239889: Do not call sati_check_data_io() for SATI_UNMAP sequences. This routine is intended only for commands such as INQUIRY where the controller may fil

svn commit: r240167 - releng/9.1/sbin/geom/class/part

2012-09-06 Thread Dag-Erling Sm�rgrav
Author: des Date: Thu Sep 6 16:27:59 2012 New Revision: 240167 URL: http://svn.freebsd.org/changeset/base/240167 Log: MFH (r239836): align the boot partition on a 4 kB boundary. Approved by: re (kib) Modified: releng/9.1/sbin/geom/class/part/gpart.8 Directory Properties: releng/9.1/s

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

2012-09-06 Thread Alan Cox
Author: alc Date: Thu Sep 6 16:26:04 2012 New Revision: 240166 URL: http://svn.freebsd.org/changeset/base/240166 Log: There is no need to release the pvh global lock around calls to pmap_get_pv_entry(). In fact, some callers already held it around calls. (In earlier versions, the same stat

svn commit: r240165 - head/usr.sbin/pc-sysinstall/backend

2012-09-06 Thread Josh Paetzel
Author: jpaetzel Date: Thu Sep 6 14:59:53 2012 New Revision: 240165 URL: http://svn.freebsd.org/changeset/base/240165 Log: Add TRIM support, enabled by default. Fix a bug installing components from a localPath. Allow autosizing of any partition, not just the last partition. Adjust how ZFS

Re: svn commit: r239195 - head/lib/msun/src

2012-09-06 Thread Bruce Evans
On Sat, 11 Aug 2012, Dimitry Andric wrote: Log: Add __always_inline to __ieee754_rem_pio2() and __ieee754_rem_pio2f(), since some older versions of gcc refuse to inline these otherwise. Requested by: bde MFC after: 1 week Thanks. It works well to reduce unportabilities. Bruce _

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

2012-09-06 Thread Fabien Thomas
Author: fabient Date: Thu Sep 6 13:54:01 2012 New Revision: 240164 URL: http://svn.freebsd.org/changeset/base/240164 Log: Add Intel Ivy Bridge support to hwpmc(9). Update offcore RSP token for Sandy Bridge. Note: No uncore support. Will works on Family 6 Model 3a. MFC after: 1 mon

svn commit: r240163 - head/contrib/gdb/gdb

2012-09-06 Thread Ed Maste
Author: emaste Date: Thu Sep 6 13:47:42 2012 New Revision: 240163 URL: http://svn.freebsd.org/changeset/base/240163 Log: Fix "Corrupted DWARF expression" from (k)gdb. Google turned up Debian bug 405116, which describes the problem in sufficient detail to identify the overflowing variable

svn commit: r240162 - head/sys/cddl/compat/opensolaris/sys

2012-09-06 Thread Martin Matuska
Author: mm Date: Thu Sep 6 13:43:48 2012 New Revision: 240162 URL: http://svn.freebsd.org/changeset/base/240162 Log: Make r230454 more readable and vendor-like. PR: kern/171380 MFC after:3 days Modified: head/sys/cddl/compat/opensolaris/sys/sid.h Modified: head/sys/cddl

Re: svn commit: r240156 - head/lib/libproc

2012-09-06 Thread Stefan Farfeleder
On Thu, Sep 06, 2012 at 03:19:49AM +, Rui Paulo wrote: > @@ -266,7 +268,11 @@ proc_addr2sym(struct proc_handle *p, uin > if (addr >= rsym && addr <= (rsym + sym.st_size)) { > s = elf_strptr(e, dynsymstridx, sym.st_name); > if (s) { > -

Re: svn commit: r240156 - head/lib/libproc

2012-09-06 Thread Gennady Proskurin
On Thu, Sep 06, 2012 at 03:19:49AM +, Rui Paulo wrote: > Author: rpaulo > Date: Thu Sep 6 03:19:48 2012 > New Revision: 240156 > URL: http://svn.freebsd.org/changeset/base/240156 > > Log: > Add support for demangling C++ symbols. This requires linking libproc with > libc++rt/libsupc++. >

Re: svn commit: r239983 - stable/8/sys/netinet

2012-09-06 Thread Mikolaj Golub
On Thu, Sep 06, 2012 at 09:23:32AM +0300, Mikolaj Golub wrote: > Thanks! I am going to direct commit this patch to fix the mis-merge. Committed as r240161. -- Mikolaj Golub ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/lis

svn commit: r240161 - stable/8/sys/netinet

2012-09-06 Thread Mikolaj Golub
Author: trociny Date: Thu Sep 6 10:10:56 2012 New Revision: 240161 URL: http://svn.freebsd.org/changeset/base/240161 Log: Direct commit to stable/8 to fix the mis-merge in r239983: in 8.x read-locking of the inpcbinfo is not used in the TCP timer code. Reported by: bz Submitted by: rw

svn commit: r240160 - in stable/8: sbin/geom/class/multipath sys/geom/multipath

2012-09-06 Thread Thomas Quinot
Author: thomas Date: Thu Sep 6 07:48:17 2012 New Revision: 240160 URL: http://svn.freebsd.org/changeset/base/240160 Log: MFC rev. 239012 to stable/8: New command "gmultipath prefer" to force selection of a specified provider in an Active/Passive configuration. Modified: stable/8/sbin/geo

svn commit: r240159 - in stable/9: sbin/geom/class/multipath sys/geom/multipath

2012-09-06 Thread Thomas Quinot
Author: thomas Date: Thu Sep 6 07:45:45 2012 New Revision: 240159 URL: http://svn.freebsd.org/changeset/base/240159 Log: MFC: merge rev. 239012 from head to stable/9 New command "gmultipath prefer" to force selection of a specified provider in an Active/Passive configuration. Modified: s

svn commit: r240158 - head/sys/netinet

2012-09-06 Thread Michael Tuexen
Author: tuexen Date: Thu Sep 6 07:03:56 2012 New Revision: 240158 URL: http://svn.freebsd.org/changeset/base/240158 Log: Get rid of a gcc'ism. MFC after: 10 days Modified: head/sys/netinet/sctp_cc_functions.c Modified: head/sys/netinet/sctp_cc_functions.c ==