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
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: 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
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: 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++.
>
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
==
27 matches
Mail list logo