Author: alc
Date: Fri Apr 9 06:47:36 2010
New Revision: 206411
URL: http://svn.freebsd.org/changeset/base/206411
Log:
MFC r206174
vm_reserv_alloc_page() should never be called on an OBJT_SG object, just
as it is never called on an OBJT_DEVICE object. (This change should have
been i
Author: alc
Date: Fri Apr 9 06:40:30 2010
New Revision: 206410
URL: http://svn.freebsd.org/changeset/base/206410
Log:
MFC r206174
vm_reserv_alloc_page() should never be called on an OBJT_SG object, just
as it is never called on an OBJT_DEVICE object. (This change should have
been i
Author: alc
Date: Fri Apr 9 02:39:20 2010
New Revision: 206409
URL: http://svn.freebsd.org/changeset/base/206409
Log:
Introduce the function kmem_alloc_attr(), which allocates kernel virtual
memory with the specified physical attributes. In particular, like
kmem_alloc_contig(), the caller
>>Author: rpaulo
>>Date: Wed Apr 7 15:29:13 2010
>>New Revision: 206358
>>URL: http://svn.freebsd.org/changeset/base/206358
>>
>>Log:
>> net80211 rate control framework (net80211 ratectl).
>>
>> This framework allows drivers to abstract the rate control algorithm and
>> just feed the framewor
On 04/08/10 18:35, Doug Barton wrote:
> Switch ipv6_prefer to YES. If ipv6_enable is not set
This should have read "If IPv6 is not configured ..."
Sorry for any confusion,
Doug
--
... and that's just a little bit of history repeating.
-- Propellerheads
Author: dougb
Date: Fri Apr 9 01:35:09 2010
New Revision: 206408
URL: http://svn.freebsd.org/changeset/base/206408
Log:
Improve the handling of IPv6 configuration in rc.d. The ipv6_enable
and ipv6_ifconfig_ options have already been deprecated,
these changes do not alter that.
With the
Author: rmacklem
Date: Fri Apr 9 01:33:12 2010
New Revision: 206407
URL: http://svn.freebsd.org/changeset/base/206407
Log:
MFC: r205663
Patch the experimental NFS server in a manner analagous to r205661
for the regular NFS server, to ensure that ESTALE is
returned to the client for all er
>Author: rpaulo
>Date: Wed Apr 7 15:29:13 2010
>New Revision: 206358
>URL: http://svn.freebsd.org/changeset/base/206358
>
>Log:
> net80211 rate control framework (net80211 ratectl).
>
> This framework allows drivers to abstract the rate control algorithm and
> just feed the framework with the
Author: rmacklem
Date: Fri Apr 9 01:14:39 2010
New Revision: 206406
URL: http://svn.freebsd.org/changeset/base/206406
Log:
MFC: r205661
Patch the regular NFS server so that it returns ESTALE to the client
for all errors returned by VFS_FHTOVP(). This is required to ensure
that EIO doesn't
Author: nwhitehorn
Date: Fri Apr 9 01:14:11 2010
New Revision: 206405
URL: http://svn.freebsd.org/changeset/base/206405
Log:
Fix a bug where bus_dma_load_xxx() would not bounce misaligned buffers
due to rounding the buffer's physical address to the beginning of its
page. This fixes a panic
In message: <20100407100015.117169nw2iu6x...@webmail.leidinger.net>
Alexander Leidinger writes:
: Quoting "M. Warner Losh" (from Tue, 06 Apr 2010
: 10:54:17 -0600 (MDT)):
:
: > In message: <20100405181450.13494itjj2ehj...@webmail.leidinger.net>
: > Alexander Leidinger wr
Author: imp
Date: Thu Apr 8 19:34:55 2010
New Revision: 206404
URL: http://svn.freebsd.org/changeset/base/206404
Log:
Add BUS_SPACE_UNRESTRICTED and define it to be ~0, just like all the
other platforms.
Modified:
head/sys/arm/include/bus.h
head/sys/mips/include/bus.h
Modified: head/sys
Author: jfv
Date: Thu Apr 8 19:13:42 2010
New Revision: 206403
URL: http://svn.freebsd.org/changeset/base/206403
Log:
Three changes:
- add CRC stripping to the RX side, this was handled
by some obscure code in rxeof previously, its easier
to simply have the hardware
Author: mjacob
Date: Thu Apr 8 18:38:50 2010
New Revision: 206402
URL: http://svn.freebsd.org/changeset/base/206402
Log:
This is an MFC of 206029
Add a couple missing basic mode page codes.
Modified:
stable/7/sys/cam/scsi/scsi_all.h
Directory Properties:
stable/7/sys/ (props changed)
Author: mjacob
Date: Thu Apr 8 18:33:35 2010
New Revision: 206401
URL: http://svn.freebsd.org/changeset/base/206401
Log:
This is an MFC of 206029
Add a couple missing basic mode page codes.
Modified:
stable/8/sys/cam/scsi/scsi_all.h
Directory Properties:
stable/8/sys/ (props changed)
Author: gonzo
Date: Thu Apr 8 18:32:13 2010
New Revision: 206400
URL: http://svn.freebsd.org/changeset/base/206400
Log:
- Fix mutex type for miibus_mtx: it's not spinlock, it's def lock
Modified:
head/sys/mips/atheros/if_arge.c
Modified: head/sys/mips/atheros/if_arge.c
=
Author: ume
Date: Thu Apr 8 15:19:57 2010
New Revision: 206399
URL: http://svn.freebsd.org/changeset/base/206399
Log:
Disambiguate `IPs' to a more specific term.
Submitted by: Garrett Cooper
MFC after:3 days
Modified:
head/etc/rc.firewall
Modified: head/etc/rc.firewall
=
Author: rpaulo
Date: Thu Apr 8 13:34:08 2010
New Revision: 206398
URL: http://svn.freebsd.org/changeset/base/206398
Log:
Prevent foot-shooting in ieee80211_ratectl_node_deinit().
MFC after:1 month
Modified:
head/sys/net80211/ieee80211_ratectl.h
Modified: head/sys/net80211/ieee80211
Author: kib
Date: Thu Apr 8 12:07:40 2010
New Revision: 206397
URL: http://svn.freebsd.org/changeset/base/206397
Log:
Enhance r199804 by marking the daemonised child as immune to OOM instead
of short-living parent. Only mark the master process that accepts
connections, do not protect connec
Author: cperciva
Date: Thu Apr 8 09:01:20 2010
New Revision: 206396
URL: http://svn.freebsd.org/changeset/base/206396
Log:
People working on sysinstall are encouraged to contact randi to
coordinate major changes.
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
==
Author: kib
Date: Thu Apr 8 08:58:18 2010
New Revision: 206395
URL: http://svn.freebsd.org/changeset/base/206395
Log:
Do not leak master pty or ptmx vnode.
Report and test case by: Petr Salinger
Reviewed by: ed
MFC after:1 week
Modified:
head/sys/kern/tty_pts.c
Modified:
Author: avg
Date: Thu Apr 8 07:45:42 2010
New Revision: 206394
URL: http://svn.freebsd.org/changeset/base/206394
Log:
MFC r206177: hash.3: fix a factual mistake in the man page
Modified:
stable/7/lib/libc/db/man/hash.3
Directory Properties:
stable/7/lib/libc/ (props changed)
stable/7/l
Author: avg
Date: Thu Apr 8 07:43:15 2010
New Revision: 206393
URL: http://svn.freebsd.org/changeset/base/206393
Log:
MFC r206177: hash.3: fix a factual mistake in the man page
Modified:
stable/8/lib/libc/db/man/hash.3
Directory Properties:
stable/8/lib/libc/ (props changed)
stable/8/l
23 matches
Mail list logo