svn commit: r206411 - stable/7/sys/vm

2010-04-08 Thread Alan Cox
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

svn commit: r206410 - stable/8/sys/vm

2010-04-08 Thread Alan Cox
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

svn commit: r206409 - head/sys/vm

2010-04-08 Thread Alan Cox
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

Re: svn commit: r206358 (patch for if_run)

2010-04-08 Thread PseudoCylon
>>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

Re: svn commit: r206408 - in head: etc etc/defaults etc/rc.d share/man/man5

2010-04-08 Thread Doug Barton
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

svn commit: r206408 - in head: etc etc/defaults etc/rc.d share/man/man5

2010-04-08 Thread Doug Barton
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

svn commit: r206407 - stable/8/sys/fs/nfsserver

2010-04-08 Thread Rick Macklem
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

Re: svn commit: r206358 - in head/sys: conf dev/bwi dev/bwn dev/iwn dev/ral dev/usb/wlan dev/wpi modules/wlan net80211

2010-04-08 Thread PseudoCylon
>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

svn commit: r206406 - stable/8/sys/nfsserver

2010-04-08 Thread Rick Macklem
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

svn commit: r206405 - head/sys/mips/mips

2010-04-08 Thread Nathan Whitehorn
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

Re: svn commit: r206082 - in head: . share/man/man7 share/mk sys/conf

2010-04-08 Thread M. Warner Losh
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

svn commit: r206404 - in head/sys: arm/include mips/include

2010-04-08 Thread Warner Losh
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

svn commit: r206403 - head/sys/dev/e1000

2010-04-08 Thread Jack F Vogel
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

svn commit: r206402 - stable/7/sys/cam/scsi

2010-04-08 Thread Matt Jacob
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)

svn commit: r206401 - stable/8/sys/cam/scsi

2010-04-08 Thread Matt Jacob
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)

svn commit: r206400 - head/sys/mips/atheros

2010-04-08 Thread Oleksandr Tymoshenko
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 =

svn commit: r206399 - head/etc

2010-04-08 Thread Hajimu UMEMOTO
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 =

svn commit: r206398 - head/sys/net80211

2010-04-08 Thread Rui Paulo
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

svn commit: r206397 - head/crypto/openssh

2010-04-08 Thread Konstantin Belousov
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

svn commit: r206396 - head

2010-04-08 Thread Colin Percival
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 ==

svn commit: r206395 - head/sys/kern

2010-04-08 Thread Konstantin Belousov
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:

svn commit: r206394 - stable/7/lib/libc/db/man

2010-04-08 Thread Andriy Gapon
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

svn commit: r206393 - stable/8/lib/libc/db/man

2010-04-08 Thread Andriy Gapon
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