On Wed, Sep 05, 2012 at 07:31:19PM +0100, Robert Watson wrote:
> On Wed, 5 Sep 2012, Bjoern A. Zeeb wrote:
>
> >> Log:
> >> MFC r239075:
> >>
> >> In tcp timers, check INP_DROPPED flag a little later, after
> >> callout_deactivate(), so if INP_DROPPED is set we return with the
> >> timer activ
Author: mckay
Date: Thu Sep 6 06:17:39 2012
New Revision: 240157
URL: http://svn.freebsd.org/changeset/base/240157
Log:
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: bi
On Sep 4, 2012, at 12:14 PM, Rafal Jaworowski wrote:
>
> On 2012-09-02, at 03:48, Andrew Turner wrote:
>
>> Author: andrew
>> Date: Sun Sep 2 01:48:47 2012
>> New Revision: 239998
>> URL: http://svn.freebsd.org/changeset/base/239998
>>
>> Log:
>> Fix a logic inversion in an assert to allow us
On Sep 2, 2012, at 2:22 PM, Aleksandr Rybalko wrote:
> On Sun, 2 Sep 2012 01:48:47 + (UTC)
> Andrew Turner wrote:
>
>> Author: andrew
>> Date: Sun Sep 2 01:48:47 2012
>> New Revision: 239998
>> URL: http://svn.freebsd.org/changeset/base/239998
>>
>> Log:
>> Fix a logic inversion in an as
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++.
Discussed with: theraven
Modified:
head/lib/libproc/Makefile
Author: kevlo
Date: Thu Sep 6 02:07:58 2012
New Revision: 240155
URL: http://svn.freebsd.org/changeset/base/240155
Log:
Add missing braces
Obtained from:DragonFly
Modified:
head/sys/dev/ixgbe/ixgbe_82599.c
Modified: head/sys/dev/ixgbe/ixgbe_82599.c
=
Author: rpaulo
Date: Thu Sep 6 01:24:18 2012
New Revision: 240154
URL: http://svn.freebsd.org/changeset/base/240154
Log:
Fix test cases to work with the latest version of the API.
Modified:
head/lib/libproc/test/t1-bkpt/t1-bkpt.c
head/lib/libproc/test/t3-name2sym/t3-name2sym.c
Modified: h
Author: gjb (doc,ports committer)
Date: Wed Sep 5 23:07:02 2012
New Revision: 240153
URL: http://svn.freebsd.org/changeset/base/240153
Log:
Typo fix and minor word swap.
PR: 171356
Submitted by: bdrewery
MFC After:3 days
Modified:
head/cddl/contrib/opensolaris/cmd/zfs/
Author: jilles
Date: Wed Sep 5 21:41:05 2012
New Revision: 240152
URL: http://svn.freebsd.org/changeset/base/240152
Log:
libc/i386: 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 no
On 9/5/2012 3:40 PM, Konstantin Belousov wrote:
Author: kib
Date: Wed Sep 5 20:40:11 2012
New Revision: 240151
URL: http://svn.freebsd.org/changeset/base/240151
Log:
MFC r233122,r237086,r237228,r237264,r237290,r237404,r237414,r237513,r237551,
r237592,r237604,r237623,r237684,r237733,r23781
Author: kib
Date: Wed Sep 5 20:40:11 2012
New Revision: 240151
URL: http://svn.freebsd.org/changeset/base/240151
Log:
MFC r233122,r237086,r237228,r237264,r237290,r237404,r237414,r237513,r237551,
r237592,r237604,r237623,r237684,r237733,r237813,r237855,r238124,r238126,
r238163,r238414,r238610
On Tue, 4 Sep 2012 20:14:23 +0200
Rafal Jaworowski wrote:
>
> On 2012-09-02, at 03:48, Andrew Turner wrote:
>
> > Author: andrew
> > Date: Sun Sep 2 01:48:47 2012
> > New Revision: 239998
> > URL: http://svn.freebsd.org/changeset/base/239998
> >
> > Log:
> > Fix a logic inversion in an asser
Author: gavin
Date: Wed Sep 5 19:01:39 2012
New Revision: 240150
URL: http://svn.freebsd.org/changeset/base/240150
Log:
Add #defines for the bits in the PCI Express SLOT registers. Names
have been chosen based on the bit names in the PCI Express Base
Specification 3.0, and to match the pre
Author: kib
Date: Wed Sep 5 18:55:35 2012
New Revision: 240149
URL: http://svn.freebsd.org/changeset/base/240149
Log:
MFC r238791:
Do not requeue held page or page for which locking failed, just leave
them alone.
Process the act_count updates for the held pages in the vm_pageout
loop
Author: tuexen
Date: Wed Sep 5 18:52:01 2012
New Revision: 240148
URL: http://svn.freebsd.org/changeset/base/240148
Log:
Using %p in a format string requires a void *.
MFC after: 10 days
Modified:
head/sys/netinet/sctp_asconf.c
head/sys/netinet/sctp_auth.c
head/sys/netinet/sctp_cc_f
Author: kib
Date: Wed Sep 5 18:49:00 2012
New Revision: 240147
URL: http://svn.freebsd.org/changeset/base/240147
Log:
MFC r238732 (by alc):
Addendum to r238604. If the inactive queue scan isn't restarted, then
the variable "addl_page_shortage_init" isn't needed.
Modified:
stable/9/sys/v
On Wed, 5 Sep 2012, Bjoern A. Zeeb wrote:
Log:
MFC r239075:
In tcp timers, check INP_DROPPED flag a little later, after
callout_deactivate(), so if INP_DROPPED is set we return with the
timer active flag cleared.
For me this fixes negative keep timer values reported by `netstat -x'
for c
Author: gavin
Date: Wed Sep 5 18:27:45 2012
New Revision: 240146
URL: http://svn.freebsd.org/changeset/base/240146
Log:
- If the PCIe "SLOT" flag is set, include this in the capability output
- Fix printing of PCIe interrupt number, the shift was incorrect.
MFC after:1 week
Modified
Author: zont
Date: Wed Sep 5 18:19:54 2012
New Revision: 240145
URL: http://svn.freebsd.org/changeset/base/240145
Log:
- Simplify VM code by using vmspace_wired_count() for counting wired
memory of a process.
Reviewed by: avg
Approved by: kib (mentor)
MFC after:2 weeks
Modifie
Author: dim
Date: Wed Sep 5 17:13:08 2012
New Revision: 240144
URL: http://svn.freebsd.org/changeset/base/240144
Log:
After r240104, make sure the hpt27xx driver also compiles with clang,
when it is statically linked into the kernel.
MFC after:2 weeks
X-MFC-With: r240104
Modifie
Author: kib
Date: Wed Sep 5 16:47:00 2012
New Revision: 240143
URL: http://svn.freebsd.org/changeset/base/240143
Log:
MFC r238604:
Do not restart scan of the inactive queue when non-inactive page is
found. Rather, we shall not find such pages on inactive queue at all.
Modified:
stable/9/
Author: kib
Date: Wed Sep 5 16:35:37 2012
New Revision: 240142
URL: http://svn.freebsd.org/changeset/base/240142
Log:
MFC r238212:
Drop page queues mutex on each iteration of vm_pageout_scan over the
inactive queue, unless busy page is found.
MFC r238258:
Avoid vm page queues lock le
Author: marcel
Date: Wed Sep 5 16:01:08 2012
New Revision: 240141
URL: http://svn.freebsd.org/changeset/base/240141
Log:
Update to a pruned 0.16.
Deleted:
head/contrib/atf/INSTALL
head/contrib/atf/TODO
head/contrib/atf/aclocal.m4
head/contrib/atf/atf-c++/atf-c++.m4
head/contrib/atf/a
On Sat, 1 Sep 2012, Mikolaj Golub wrote:
Author: trociny
Date: Sat Sep 1 10:33:53 2012
New Revision: 239983
URL: http://svn.freebsd.org/changeset/base/239983
Log:
MFC r239075:
In tcp timers, check INP_DROPPED flag a little later, after
callout_deactivate(), so if INP_DROPPED is set we retu
Author: marcel
Date: Wed Sep 5 15:58:39 2012
New Revision: 240140
URL: http://svn.freebsd.org/changeset/base/240140
Log:
1. Add README.txt with upgrade instructions as well as license info
and governance.
2. Add FREEBSD-Xlist to prune the distribution.
3. Remove files & directories
Author: brooks
Date: Wed Sep 5 15:55:51 2012
New Revision: 240139
URL: http://svn.freebsd.org/changeset/base/240139
Log:
Don't hardcode paths to MFS_IMAGE in the kernel config. When they don't
exist they don't cause "make tinderbox" to fail.
Reported by: jhb
Modified:
head/sys/mips/
Author: marcel
Date: Wed Sep 5 14:52:54 2012
New Revision: 240138
URL: http://svn.freebsd.org/changeset/base/240138
Log:
Remove atf. We get it from the source, not from NetBSD.
Deleted:
vendor/NetBSD/atf/
___
svn-src-all@freebsd.org mailing list
ht
Author: jhb
Date: Wed Sep 5 14:31:58 2012
New Revision: 240137
URL: http://svn.freebsd.org/changeset/base/240137
Log:
- Explicitly call twe_done() to poll the hardware when looping in
twe_start() to simulate the behavior on 4.x where the driver dropped
spl to allow interrupts to run to
On Wednesday, September 05, 2012 2:49:54 am Andriy Gapon wrote:
> on 22/08/2012 23:02 John Baldwin said the following:
> > Author: jhb
> > Date: Wed Aug 22 20:02:42 2012
> > New Revision: 239587
> > URL: http://svn.freebsd.org/changeset/base/239587
> >
> > Log:
> > Assert that system calls do no
On Wednesday, September 05, 2012 7:55:53 am John Baldwin wrote:
> Author: jhb
> Date: Wed Sep 5 11:55:53 2012
> New Revision: 240132
> URL: http://svn.freebsd.org/changeset/base/240132
>
> Log:
> When WIFCONTINUED was added, the number of "first" macros grew from
> three to four.
FYI, by my
Author: kib
Date: Wed Sep 5 13:18:51 2012
New Revision: 240135
URL: http://svn.freebsd.org/changeset/base/240135
Log:
Add support for new Intel on-CPU Bull Mountain random number
generator, found on IvyBridge and supposedly later CPUs, accessible
with RDRAND instruction.
From the Intel
Author: des
Date: Wed Sep 5 12:24:50 2012
New Revision: 240134
URL: http://svn.freebsd.org/changeset/base/240134
Log:
Whitespace cleanup.
Modified:
head/sys/vm/swap_pager.c
Modified: head/sys/vm/swap_pager.c
==
---
Author: mm
Date: Wed Sep 5 12:02:09 2012
New Revision: 240133
URL: http://svn.freebsd.org/changeset/base/240133
Log:
Merge recent vendor changes and sync code:
1862 incremental zfs receive fails for sparse file > 8PB
3112 ztest does not honor ZFS_DEBUG
3122 zfs destroy filesystem should p
Author: jhb
Date: Wed Sep 5 11:55:53 2012
New Revision: 240132
URL: http://svn.freebsd.org/changeset/base/240132
Log:
When WIFCONTINUED was added, the number of "first" macros grew from
three to four.
MFC after:1 week
Modified:
head/lib/libc/sys/wait.2
Modified: head/lib/libc/sys
Author: tuexen
Date: Wed Sep 5 07:47:09 2012
New Revision: 240129
URL: http://svn.freebsd.org/changeset/base/240129
Log:
MFC r240007:
Fix a typo which results in RTT to be off by a factor of 10, if the RTT is
larger than 1 second.
Modified:
stable/9/sys/netinet/sctputil.c
Directory Prope
35 matches
Mail list logo