svn commit: r214097 - in head: . share/man/man9

2010-10-20 Thread Andriy Gapon
. # +# 20101020: catch up with vm_page_sleep_if_busy rename +OLD_FILES+=usr/share/man/man9/vm_page_sleep_busy.9.gz # 20101011: removed subblock.h from liblzma OLD_FILES+=usr/include/lzma/subblock.h # 20101002: removed manpath.config Modified: head/share/man/man9/Makefile

Re: svn commit: r214070 - head/sys/dev/if_ndis

2010-10-20 Thread Paul B Mahol
On 10/20/10, Bjoern A. Zeeb bzeeb-li...@lists.zabbadoz.net wrote: On Tue, 19 Oct 2010, Bernhard Schmidt wrote: Author: bschmidt Date: Tue Oct 19 19:11:36 2010 New Revision: 214070 URL: http://svn.freebsd.org/changeset/base/214070 Log: There is no reason to call rt_ifmsg(), remove it.

svn commit: r214099 - head/sys/dev/mvs

2010-10-20 Thread Alexander Motin
Author: mav Date: Wed Oct 20 07:22:34 2010 New Revision: 214099 URL: http://svn.freebsd.org/changeset/base/214099 Log: Some style cleanup: - remove commented debugging code; - wrap long lines. Modified: head/sys/dev/mvs/mvs.c head/sys/dev/mvs/mvs_pci.c head/sys/dev/mvs/mvs_soc.c

Re: svn commit: r214070 - head/sys/dev/if_ndis

2010-10-20 Thread Bernhard Schmidt
On Wednesday, October 20, 2010 00:06:09 Bjoern A. Zeeb wrote: On Tue, 19 Oct 2010, Bernhard Schmidt wrote: Author: bschmidt Date: Tue Oct 19 19:11:36 2010 New Revision: 214070 URL: http://svn.freebsd.org/changeset/base/214070 Log: There is no reason to call rt_ifmsg(), remove it.

svn commit: r214102 - head/sys/dev/mvs

2010-10-20 Thread Alexander Motin
Author: mav Date: Wed Oct 20 07:47:31 2010 New Revision: 214102 URL: http://svn.freebsd.org/changeset/base/214102 Log: Workaround strange situation when EDMA_RESQIP register returns zero instead of proper value. It caused bunch of EMPTY CRPB messages and potentially may cause premature

svn commit: r214106 - head/sys/mips/rmi

2010-10-20 Thread Jayachandran C.
Author: jchandra Date: Wed Oct 20 09:41:36 2010 New Revision: 214106 URL: http://svn.freebsd.org/changeset/base/214106 Log: On uniprocessor, warn and fixup hardware cpu mask if more than on CPU is enabled by the bootloader. Modified: head/sys/mips/rmi/xlr_machdep.c Modified:

svn commit: r214107 - in head/sys/mips/rmi: . dev/nlge

2010-10-20 Thread Jayachandran C.
Author: jchandra Date: Wed Oct 20 09:50:11 2010 New Revision: 214107 URL: http://svn.freebsd.org/changeset/base/214107 Log: Network driver updates - Fix network driver issue on a XLS eval board (major# 8). - Fix issue uncovered by r213475 in check for XGMII Submitted by: Sriram Gorti

svn commit: r214109 - head/sys/dev/pci

2010-10-20 Thread Jung-uk Kim
Author: jkim Date: Wed Oct 20 16:40:14 2010 New Revision: 214109 URL: http://svn.freebsd.org/changeset/base/214109 Log: Do not apply do_power_resume for suspending P2P bridge as we did in r214064. Modified: head/sys/dev/pci/pci_pci.c Modified: head/sys/dev/pci/pci_pci.c

Re: svn commit: r214110 - in head/sys/dev: acpica pci

2010-10-20 Thread Jung-uk Kim
On Wednesday 20 October 2010 12:47 pm, Jung-uk Kim wrote: Author: jkim Date: Wed Oct 20 16:47:09 2010 New Revision: 214110 URL: http://svn.freebsd.org/changeset/base/214110 Log: Introduce a new tunable 'hw.pci.do_power_suspend'. This tunable lets you avoid PCI power state transition

svn commit: r214114 - head/sys/boot/common

2010-10-20 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Oct 20 19:52:27 2010 New Revision: 214114 URL: http://svn.freebsd.org/changeset/base/214114 Log: Correct typos. Modified: head/sys/boot/common/gpt.c Modified: head/sys/boot/common/gpt.c == ---

svn commit: r214115 - head/usr.bin/login

2010-10-20 Thread Ed Schouten
Author: ed Date: Wed Oct 20 19:53:29 2010 New Revision: 214115 URL: http://svn.freebsd.org/changeset/base/214115 Log: Get rid of hand-rolled closefrom(3). Modified: head/usr.bin/login/login.c Modified: head/usr.bin/login/login.c

svn commit: r214116 - head/sys/geom/eli

2010-10-20 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Oct 20 20:01:45 2010 New Revision: 214116 URL: http://svn.freebsd.org/changeset/base/214116 Log: - Add missing comments. - Make a comment consistent with others. Modified: head/sys/geom/eli/g_eli.c head/sys/geom/eli/g_eli_integrity.c

svn commit: r214118 - in head: sbin/geom/class/eli sys/geom/eli

2010-10-20 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Oct 20 20:50:55 2010 New Revision: 214118 URL: http://svn.freebsd.org/changeset/base/214118 Log: Bring in geli suspend/resume functionality (finally). Before this change if you wanted to suspend your laptop and be sure that your encryption keys are safe, you had to

svn commit: r214119 - head/sbin/hastd

2010-10-20 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Oct 20 21:10:01 2010 New Revision: 214119 URL: http://svn.freebsd.org/changeset/base/214119 Log: Use closefrom(2) instead of close(2) in a loop. MFC after:1 week Modified: head/sbin/hastd/hooks.c Modified: head/sbin/hastd/hooks.c