Author: pluknet
Date: Tue Aug 7 05:46:36 2012
New Revision: 239123
URL: http://svn.freebsd.org/changeset/base/239123
Log:
Remove duplicate header inclusion of
Discussed with: bz
Modified:
head/sys/amd64/amd64/elf_machdep.c
Modified: head/sys/amd64/amd64/elf_machdep.c
===
Author: alc
Date: Tue Aug 7 04:48:14 2012
New Revision: 239121
URL: http://svn.freebsd.org/changeset/base/239121
Log:
Never sleep on busy pages in vm_pageout_launder(), always skip them. Long
ago, sleeping on busy pages in vm_pageout_launder() made sense. The call
to vm_pageout_flush() sp
Author: adrian
Date: Tue Aug 7 00:42:46 2012
New Revision: 239120
URL: http://svn.freebsd.org/changeset/base/239120
Log:
Correct re-initialise the link pointer to be the final descriptor in
the last buffer.
This fixes traffic stalls that were occuring with stuck beacon events.
PR:
On Mon, Aug 06, 2012 at 09:01:05PM +0200, Dimitry Andric wrote:
> On 2012-08-06 20:44, Dimitry Andric wrote:
> > Author: dim
> > Date: Mon Aug 6 18:44:59 2012
> > New Revision: 239100
> > URL: http://svn.freebsd.org/changeset/base/239100
> >
> > Log:
> > Fix an instance in pam_krb5(8), where th
On 2012-Aug-05 22:52:46 +0200, Marius Strobl wrote:
>Bascially, "options ZFS" is available on at least amd64, i386, pc98,
>powerpc64 and sparc64.
At least in theory. In practise, it's not usable because:
>powerpc). However, this causes linking the kernel to fail due to some
>symbols being defin
Author: adrian
Date: Mon Aug 6 22:54:10 2012
New Revision: 239111
URL: http://svn.freebsd.org/changeset/base/239111
Log:
Remove unnecessary debugging printf()s.
Modified:
head/sys/dev/ath/if_ath_rx.c
head/sys/dev/ath/if_ath_rx_edma.c
Modified: head/sys/dev/ath/if_ath_rx.c
Author: davide
Date: Mon Aug 6 22:53:24 2012
New Revision: 239110
URL: http://svn.freebsd.org/changeset/base/239110
Log:
Remove a spurious bace which cause build fail in case BCE_DEBUG option
is turned on.
Reviewed by: delphij
Approved by: gnn (mentor)
Sponsored by:
Author: jfv
Date: Mon Aug 6 22:43:49 2012
New Revision: 239109
URL: http://svn.freebsd.org/changeset/base/239109
Log:
Make the polling interface in igb able to handle
multiqueue, and correct the rxdone handling. Update
the polling man page to include igb as well.
Thanks to Mark Johnsto
On Mon, Aug 06, 2012 at 09:24:43PM +, Brooks Davis wrote:
> Author: brooks
> Date: Mon Aug 6 21:24:43 2012
> New Revision: 239107
> URL: http://svn.freebsd.org/changeset/base/239107
>
> Log:
> MFP4 change 214967:
> Make the process of embedding MDROOT images less perilous by
> m
Author: brooks
Date: Mon Aug 6 21:24:43 2012
New Revision: 239107
URL: http://svn.freebsd.org/changeset/base/239107
Log:
MFP4 change 214967:
Make the process of embedding MDROOT images less perilous by
makeing the target that links kernel and embedding the image
depend o
Author: dim
Date: Mon Aug 6 21:02:40 2012
New Revision: 239106
URL: http://svn.freebsd.org/changeset/base/239106
Log:
Make sure the compiler knows g_gate_xvlog() and g_gate_xlog() do not
return. This silences a warning from clang 3.2 about uninitialized use
of the variable 'mediasize' in s
Author: jfv
Date: Mon Aug 6 20:44:05 2012
New Revision: 239105
URL: http://svn.freebsd.org/changeset/base/239105
Log:
Correct the mq_start routine to avoid out-of-order
packet delivery, always enqueue when possible. Also
correct the DEPLETED test as multiple bits might be
set. Thanks to
Author: dim
Date: Mon Aug 6 20:01:32 2012
New Revision: 239104
URL: http://svn.freebsd.org/changeset/base/239104
Log:
In sys/dev/aic7xxx/aic79xx_osm.c, function ahd_attach(), initialize the
'path' variable to NULL, to avoid using it uninitialized in certain
cases.
Found by: clang
Author: jhb
Date: Mon Aug 6 19:49:57 2012
New Revision: 239103
URL: http://svn.freebsd.org/changeset/base/239103
Log:
Explicitly enable busmastering on PCI-PCI bridges. Transactions initiated
on the secondary side of a bridge will not be propagated to the primary
bus unless this is enabled
On 2012-08-06 20:44, Dimitry Andric wrote:
> Author: dim
> Date: Mon Aug 6 18:44:59 2012
> New Revision: 239100
> URL: http://svn.freebsd.org/changeset/base/239100
>
> Log:
> Fix an instance in pam_krb5(8), where the variable 'user' could be used
> uninitialized.
Ehm, this was obviously mean
Author: dim
Date: Mon Aug 6 18:54:17 2012
New Revision: 239102
URL: http://svn.freebsd.org/changeset/base/239102
Log:
In sys/dev/cxgbe/firmware/t4fw_interface.h, change the enum
'fw_hdr_intfver' into an anonymous enum, which avoids a clang 3.2
warning about all the enum values being the sam
Author: dim
Date: Mon Aug 6 18:51:14 2012
New Revision: 239101
URL: http://svn.freebsd.org/changeset/base/239101
Log:
In cxgb(4), in function iwch_reregister_phys_mem(), initialize the
'npages' variable to zero, to avoid using it uninitialized in certain
cases.
Found by: clang
Re
Author: dim
Date: Mon Aug 6 18:44:59 2012
New Revision: 239100
URL: http://svn.freebsd.org/changeset/base/239100
Log:
Fix an instance in pam_krb5(8), where the variable 'user' could be used
uninitialized.
Found by: clang 3.2
Reviewed by: des
MFC after:1 week
Modified:
hea
Author: dim
Date: Mon Aug 6 18:40:14 2012
New Revision: 239099
URL: http://svn.freebsd.org/changeset/base/239099
Log:
Fix two instances in pam_krb5(8), where the variable 'princ_name' could
be used uninitialized.
Found by: clang 3.2
Reviewed by: des
MFC after:1 week
Modifie
On 6 August 2012 05:09, John Baldwin wrote:
> Do you have a PR? For pucdata commits we always want the details about the
> new card logged in a PR so it is easier to track down details about a
> particular entry in the future if needed.
No, I had a mailing list post:
(http://docs.freebsd.org/cgi
Author: kan
Date: Mon Aug 6 16:37:43 2012
New Revision: 239095
URL: http://svn.freebsd.org/changeset/base/239095
Log:
Do not add handler to event handlers list until ithread is created.
In rare event when fast and ithread interrupts share the same vector
and the fast handler was register
On 08/06/2012 07:12 AM, Steve Kargl wrote:
> On Mon, Aug 06, 2012 at 12:08:36AM -0700, Doug Barton wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA256
>>
>> On 08/01/2012 10:32, Konstantin Belousov wrote:
>>> It should have been the text
>>
>> Forced commit? :)
>>
>
> Try 'svn log sys/x86
On Mon, Aug 06, 2012 at 12:08:36AM -0700, Doug Barton wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> On 08/01/2012 10:32, Konstantin Belousov wrote:
> > It should have been the text
>
> Forced commit? :)
>
Try 'svn log sys/x86/x86/tsc.c | more'
--
Steve
___
On Sunday, August 05, 2012 10:37:49 am Andrey V. Elsukov wrote:
> Author: ae
> Date: Sun Aug 5 14:37:48 2012
> New Revision: 239066
> URL: http://svn.freebsd.org/changeset/base/239066
>
> Log:
> Add offset field to the i386_devdesc structure to be compatible with
> disk_devdesc structure. Upd
On Sunday, August 05, 2012 3:37:19 pm Eitan Adler wrote:
> Author: eadler
> Date: Sun Aug 5 19:37:18 2012
> New Revision: 239076
> URL: http://svn.freebsd.org/changeset/base/239076
>
> Log:
> Add support for SIIG Cyber Serial Dual PCI 16C850
>
> Submitted by: David Boyd david.b...@in
On Sunday, August 05, 2012 1:04:58 pm Andrey V. Elsukov wrote:
> Author: ae
> Date: Sun Aug 5 17:04:58 2012
> New Revision: 239073
> URL: http://svn.freebsd.org/changeset/base/239073
>
> Log:
> Bump USERBOOT_VERSION.
>
> Requested by: dfr
>
> Modified:
> head/sys/boot/userboot/tes
Author: luigi
Date: Mon Aug 6 11:02:23 2012
New Revision: 239093
URL: http://svn.freebsd.org/changeset/base/239093
Log:
move functions outside the SYSBEGIN/SYSEND block
(SYSBEGIN/SYSEND are specific to ipfw/dummynet and are used to
emulate sysctl on platforms that do not have them, and t
Author: luigi
Date: Mon Aug 6 10:50:43 2012
New Revision: 239092
URL: http://svn.freebsd.org/changeset/base/239092
Log:
use FREE_PKT instead of m_freem to free an mbuf.
The former is the standard form used in ipfw/dummynet, so that
it is easier to remap it to different memory managers depen
Author: tuexen
Date: Mon Aug 6 10:50:23 2012
New Revision: 239091
URL: http://svn.freebsd.org/changeset/base/239091
Log:
Fix a bug found by dim@:
Don't use an uninitilized variable, if INVARIANTS is on and an illegal
packet with destination 0 is received.
MFC after:3 days
X-MFC w
Author: glebius
Date: Mon Aug 6 08:59:39 2012
New Revision: 239090
URL: http://svn.freebsd.org/changeset/base/239090
Log:
Add supported device.
Modified:
head/share/man/man4/umodem.4
Modified: head/share/man/man4/umodem.4
=
Author: marius
Date: Mon Aug 6 08:58:54 2012
New Revision: 239089
URL: http://svn.freebsd.org/changeset/base/239089
Log:
- Merge from NetBSD:
When issuing a non-DMA command, make sure to set the "remaining length of
command to be transferred via DMA" (sc_cmdlen) to zero up-front, otherw
Author: ae
Date: Mon Aug 6 08:54:06 2012
New Revision: 239088
URL: http://svn.freebsd.org/changeset/base/239088
Log:
Fix start offset calculation for the EBR partitions.
Modified:
head/sys/boot/common/part.c
Modified: head/sys/boot/common/part.c
=
Author: ae
Date: Mon Aug 6 08:39:29 2012
New Revision: 239087
URL: http://svn.freebsd.org/changeset/base/239087
Log:
Add to the debug output the offset from the parent partitioning scheme.
Modified:
head/tools/tools/bootparttest/bootparttest.c
Modified: head/tools/tools/bootparttest/bootpar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 08/02/2012 22:28, Hiroki Sato wrote:
> John Hay wrote
> in <20120803042301.ga78...@zibbi.meraka.csir.co.za>:
>
> jh> While you guys are here, may I add a request that we go back to prefering
> jh> IPv6 when IPv6 addresses are enabled. That is
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 08/02/2012 20:58, Hiroki Sato wrote:
> Doug Barton wrote in
> <501af66a.8020...@freebsd.org>:
>
> do> On 8/2/2012 2:25 PM, Maksim Yevmenkin wrote: do> > On Thu, Aug
> 2, 2012 at 1:55 PM, Hiroki Sato wrote: do> > do>
> >> Just curious, why ip6a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 08/01/2012 10:32, Konstantin Belousov wrote:
> It should have been the text
Forced commit? :)
- --
I am only one, but I am one. I cannot do everything, but I can do
something. And I will not let what I cannot do interfere with what
36 matches
Mail list logo