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 Petr.Salinger seznam cz Reviewed by: ed MFC after:1 week Modified:

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: 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

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:

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 yanefbsd__at__gmail.com MFC after:3 days Modified: head/etc/rc.firewall Modified:

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

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 netch...@freebsd.org writes: : Quoting M. Warner Losh i...@bsdimp.com (from Tue, 06 Apr 2010 : 10:54:17 -0600 (MDT)): : : In message: 20100405181450.13494itjj2ehj...@webmail.leidinger.net :

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 usable

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_interface options have already been deprecated, these changes do not alter that.

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

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 framework with the usable

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