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
==
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
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
=
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
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
==
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
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:
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
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
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
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
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
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
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
==
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
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
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
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/
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
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:
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
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
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
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
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
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
_
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
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
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
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) {
> -
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++.
>
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
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
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
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
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
==
36 matches
Mail list logo