svn commit: r219727 - head/sys/vm

2011-03-18 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Mar 18 06:47:23 2011 New Revision: 219727 URL: http://svn.freebsd.org/changeset/base/219727 Log: In vm_daemon(), when iterating over all processes in the system, skip those which are not yet fully initialized (i.e. ones with p_state == PRS_NEW). Without it, we could

Re: svn commit: r219700 - head/sys/x86/x86

2011-03-18 Thread Bruce Evans
On Thu, 17 Mar 2011, Jung-uk Kim wrote: On Thursday 17 March 2011 04:01 pm, Peter Jeremy wrote: On 2011-Mar-16 16:44:08 +, Jung-uk Kim j...@freebsd.org wrote: Log: Revert r219676. Thanks also. For extra kudos, how about adding a similar function to allow the HPET frequency to be

Re: svn commit: r219727 - head/sys/vm

2011-03-18 Thread Julian Elischer
On 3/17/11 11:47 PM, Edward Tomasz Napierala wrote: Author: trasz Date: Fri Mar 18 06:47:23 2011 New Revision: 219727 URL: http://svn.freebsd.org/changeset/base/219727 Log: In vm_daemon(), when iterating over all processes in the system, skip those which are not yet fully initialized

svn commit: r219728 - stable/8/sys/dev/md

2011-03-18 Thread Jaakko Heinonen
Author: jh Date: Fri Mar 18 08:48:06 2011 New Revision: 219728 URL: http://svn.freebsd.org/changeset/base/219728 Log: MFC r210371: Convert md(4) to use alloc_unr(9) and alloc_unr_specific(9) for unit number allocation. The old approach had some problems such as it allowed an overflow

svn commit: r219729 - stable/8/sys/dev/md

2011-03-18 Thread Jaakko Heinonen
Author: jh Date: Fri Mar 18 08:52:26 2011 New Revision: 219729 URL: http://svn.freebsd.org/changeset/base/219729 Log: MFC r210496: - Remove some extra white space. - Wrap g_md_dumpconf() prototype to 80 columns. Modified: stable/8/sys/dev/md/md.c Directory Properties: stable/8/sys/

svn commit: r219730 - head/share/misc

2011-03-18 Thread Sofian Brabez
Author: sbz (ports committer) Date: Fri Mar 18 09:03:14 2011 New Revision: 219730 URL: http://svn.freebsd.org/changeset/base/219730 Log: Add an entry for myself to committers-ports.dot. Approved by: miwi@ (mentor) Modified: head/share/misc/committers-ports.dot Modified:

svn commit: r219731 - head/usr.bin/calendar/calendars

2011-03-18 Thread Sofian Brabez
Author: sbz (ports committer) Date: Fri Mar 18 09:06:06 2011 New Revision: 219731 URL: http://svn.freebsd.org/changeset/base/219731 Log: Add myself to calendar.freebsd. Approved by: miwi@ (mentor) Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified:

svn commit: r219732 - in vendor/openresolv: . dist

2011-03-18 Thread Hajimu UMEMOTO
Author: ume Date: Fri Mar 18 10:35:54 2011 New Revision: 219732 URL: http://svn.freebsd.org/changeset/base/219732 Log: Import openresolv-3.4.1. Added: vendor/openresolv/ vendor/openresolv/dist/ vendor/openresolv/dist/Makefile (contents, props changed) vendor/openresolv/dist/README

svn commit: r219733 - vendor/openresolv/3.4.1

2011-03-18 Thread Hajimu UMEMOTO
Author: ume Date: Fri Mar 18 10:39:52 2011 New Revision: 219733 URL: http://svn.freebsd.org/changeset/base/219733 Log: Tag openresolv-3.4.1. Added: vendor/openresolv/3.4.1/ - copied from r219732, vendor/openresolv/dist/ ___

svn commit: r219734 - head/contrib/openresolv

2011-03-18 Thread Hajimu UMEMOTO
Author: ume Date: Fri Mar 18 10:52:23 2011 New Revision: 219734 URL: http://svn.freebsd.org/changeset/base/219734 Log: Import openresolv from vendor branch. Added: Directory Properties: head/contrib/openresolv/ (props changed) ___

Re: svn commit: r219734 - head/contrib/openresolv

2011-03-18 Thread Bjoern A. Zeeb
On Fri, 18 Mar 2011, Hajimu UMEMOTO wrote: Author: ume Date: Fri Mar 18 10:52:23 2011 New Revision: 219734 URL: http://svn.freebsd.org/changeset/base/219734 Log: Import openresolv from vendor branch. Added: Directory Properties: head/contrib/openresolv/ (props changed) Thanks a lot! --

svn commit: r219735 - head/contrib/openresolv

2011-03-18 Thread Hajimu UMEMOTO
Author: ume Date: Fri Mar 18 12:07:53 2011 New Revision: 219735 URL: http://svn.freebsd.org/changeset/base/219735 Log: Remove contrib/openresolv. Helped by:jhb Deleted: head/contrib/openresolv/ ___ svn-src-all@freebsd.org mailing list

svn commit: r219736 - head/contrib/openresolv

2011-03-18 Thread Hajimu UMEMOTO
Author: ume Date: Fri Mar 18 12:09:27 2011 New Revision: 219736 URL: http://svn.freebsd.org/changeset/base/219736 Log: Import openresolv from vendor branch, actually. Helped by:jhb Added: head/contrib/openresolv/ - copied from r219735, vendor/openresolv/dist/

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

2011-03-18 Thread John Baldwin
Author: jhb Date: Fri Mar 18 12:13:04 2011 New Revision: 219737 URL: http://svn.freebsd.org/changeset/base/219737 Log: Fix a few issues with HyperTransport devices and MSI interrupts: - Always enable the HyperTransport MSI mapping window for HyperTransport to PCI bridges (these show up as

svn commit: r219738 - in head: etc/mtree sbin sbin/resolvconf

2011-03-18 Thread Hajimu UMEMOTO
Author: ume Date: Fri Mar 18 12:18:52 2011 New Revision: 219738 URL: http://svn.freebsd.org/changeset/base/219738 Log: Add resolvconf(8) which manages resolv.conf. Added: head/sbin/resolvconf/ head/sbin/resolvconf/Makefile (contents, props changed) Modified:

svn commit: r219739 - head/sbin/dhclient

2011-03-18 Thread Hajimu UMEMOTO
Author: ume Date: Fri Mar 18 12:23:20 2011 New Revision: 219739 URL: http://svn.freebsd.org/changeset/base/219739 Log: Use resolvconf(8) to update /etc/resolv.conf. If you don't want to use resolvconf(8) to update /etc/resolv.conf, you can put resolvconf_enable=NO into

Re: svn commit: r219737 - head/sys/dev/pci

2011-03-18 Thread Nathan Whitehorn
On 03/18/11 07:13, John Baldwin wrote: Author: jhb Date: Fri Mar 18 12:13:04 2011 New Revision: 219737 URL: http://svn.freebsd.org/changeset/base/219737 Log: Fix a few issues with HyperTransport devices and MSI interrupts: - Always enable the HyperTransport MSI mapping window for

Re: svn commit: r219737 - head/sys/dev/pci

2011-03-18 Thread John Baldwin
On Friday, March 18, 2011 8:48:28 am Nathan Whitehorn wrote: On 03/18/11 07:13, John Baldwin wrote: Author: jhb Date: Fri Mar 18 12:13:04 2011 New Revision: 219737 URL: http://svn.freebsd.org/changeset/base/219737 Log: Fix a few issues with HyperTransport devices and MSI

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

2011-03-18 Thread John Baldwin
Author: jhb Date: Fri Mar 18 14:06:12 2011 New Revision: 219740 URL: http://svn.freebsd.org/changeset/base/219740 Log: Partially revert previous change. Drop the quirk to disable MSI for HT chipsets that do not have an HT slave at 0:0:0:0. The Linux quirk is actually specific to Nvidia

Re: svn commit: r219712 - head/sys/ufs/ufs

2011-03-18 Thread Kostik Belousov
On Fri, Mar 18, 2011 at 12:37:41AM +1100, Bruce Evans wrote: On Thu, 17 Mar 2011, Konstantin Belousov wrote: Log: Remove the #if defined(FFS) || defined(IFS) braces around the calls to ffs_snapgone(). ufs.ko module is not build with FFS define, causing snapshot inode number slots in

svn commit: r219741 - in head/sys/ia64: ia64 include

2011-03-18 Thread Marcel Moolenaar
Author: marcel Date: Fri Mar 18 15:36:28 2011 New Revision: 219741 URL: http://svn.freebsd.org/changeset/base/219741 Log: Use VM_MAXUSER_ADDRESS rather than VM_MAX_ADDRESS when we talk about the bounds of user space. Redefine VM_MAX_ADDRESS as ~0UL, even though it's not used anywhere in the

Re: svn commit: r219712 - head/sys/ufs/ufs

2011-03-18 Thread Bruce Evans
On Fri, 18 Mar 2011, Kostik Belousov wrote: On Fri, Mar 18, 2011 at 12:37:41AM +1100, Bruce Evans wrote: On Thu, 17 Mar 2011, Konstantin Belousov wrote: Log: Remove the #if defined(FFS) || defined(IFS) braces around the calls to ffs_snapgone(). ufs.ko module is not build with FFS define,

svn commit: r219744 - stable/8/sys/ufs/ufs

2011-03-18 Thread John Baldwin
Author: jhb Date: Fri Mar 18 17:15:10 2011 New Revision: 219744 URL: http://svn.freebsd.org/changeset/base/219744 Log: MFC 219384: The UFS dirhash code was attempting to update shared state in the dirhash from multiple threads while holding a shared lock during a lookup operation. This

svn commit: r219745 - stable/7/sys/ufs/ufs

2011-03-18 Thread John Baldwin
Author: jhb Date: Fri Mar 18 17:15:46 2011 New Revision: 219745 URL: http://svn.freebsd.org/changeset/base/219745 Log: MFC 219384: The UFS dirhash code was attempting to update shared state in the dirhash from multiple threads while holding a shared lock during a lookup operation. This

svn commit: r219748 - stable/7/sys/kern

2011-03-18 Thread John Baldwin
Author: jhb Date: Fri Mar 18 17:18:24 2011 New Revision: 219748 URL: http://svn.freebsd.org/changeset/base/219748 Log: MFC 219399: When constructing a new cpuset, apply the parent cpuset's mask to the new set's mask rather than the root mask. This was causing the root mask to be modified

svn commit: r219749 - stable/8/sys/compat/linux

2011-03-18 Thread John Baldwin
Author: jhb Date: Fri Mar 18 17:20:32 2011 New Revision: 219749 URL: http://svn.freebsd.org/changeset/base/219749 Log: MFC 219460: Remove now-obsolete comment. Modified: stable/8/sys/compat/linux/linux_futex.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r219750 - stable/7/sys/compat/linux

2011-03-18 Thread John Baldwin
Author: jhb Date: Fri Mar 18 17:20:45 2011 New Revision: 219750 URL: http://svn.freebsd.org/changeset/base/219750 Log: MFC 219460: Remove now-obsolete comment. Modified: stable/7/sys/compat/linux/linux_futex.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r219751 - stable/8/sys/boot/i386/gptboot

2011-03-18 Thread John Baldwin
Author: jhb Date: Fri Mar 18 17:23:23 2011 New Revision: 219751 URL: http://svn.freebsd.org/changeset/base/219751 Log: MFC 219483: Remove all object files during 'make clean'. Modified: stable/8/sys/boot/i386/gptboot/Makefile Directory Properties: stable/8/sys/ (props changed)

Re: svn commit: r219679 - head/sys/i386/include

2011-03-18 Thread Jung-uk Kim
On Friday 18 March 2011 01:19 am, Bruce Evans wrote: On Thu, 17 Mar 2011, Jung-uk Kim wrote: On Thursday 17 March 2011 03:57 pm, Peter Jeremy wrote: On 2011-Mar-16 16:34:04 -0400, Jung-uk Kim j...@freebsd.org wrote: On Wednesday 16 March 2011 01:45 pm, Roman Divacky wrote: if we drop

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

2011-03-18 Thread Jack F Vogel
Author: jfv Date: Fri Mar 18 18:54:00 2011 New Revision: 219753 URL: http://svn.freebsd.org/changeset/base/219753 Log: This delta updates the em driver to version 7.2.2 which has been undergoing test for some weeks. This improves the RX mbuf handling to avoid system hang due to depletion.

Re: svn commit: r219753 - head/sys/dev/e1000

2011-03-18 Thread Juli Mallett
On Fri, Mar 18, 2011 at 11:54, Jack F Vogel j...@freebsd.org wrote: Author: jfv Date: Fri Mar 18 18:54:00 2011 New Revision: 219753 URL: http://svn.freebsd.org/changeset/base/219753 Log:  This delta updates the em driver to version 7.2.2 which has  been undergoing test for some weeks. This

Re: svn commit: r219753 - head/sys/dev/e1000

2011-03-18 Thread Jack Vogel
The problem is that the shared code is delivered to me as a component. I generally do try to filter it a little, but if I start diverging from the internal component files, then I just introduce a never-ending task for myself to do that. It also is tested in house as a complete component, so every

Re: svn commit: r218753 - head/etc/namedb

2011-03-18 Thread Garrett Cooper
On Sun, Feb 20, 2011 at 12:18 PM, Doug Barton do...@dougbarton.us wrote: On 2/20/2011 8:49 AM, Philip M. Gollucci wrote: On 2/19/2011 8:35 PM, Doug Barton wrote: On 02/19/2011 16:52, Philip M. Gollucci wrote: On 2/16/2011 4:23 PM, Doug Barton wrote: Author: dougb Date: Wed Feb 16

svn commit: r219756 - head/sys/ia64/ia64

2011-03-18 Thread Marcel Moolenaar
Author: marcel Date: Fri Mar 18 22:33:19 2011 New Revision: 219756 URL: http://svn.freebsd.org/changeset/base/219756 Log: Remove inclusion of unneeded bootinfo.h header. Modified: head/sys/ia64/ia64/autoconf.c Modified: head/sys/ia64/ia64/autoconf.c

svn commit: r219757 - in stable/8: include sys/sys

2011-03-18 Thread Jilles Tjoelker
Author: jilles Date: Fri Mar 18 22:35:48 2011 New Revision: 219757 URL: http://svn.freebsd.org/changeset/base/219757 Log: MFC r219271: POSIX.1-2008 moved some constants from the XSI option to the Base. Modified: stable/8/include/limits.h stable/8/sys/sys/limits.h Directory Properties:

svn commit: r219758 - in head/sys: conf ia64/ia64

2011-03-18 Thread Marcel Moolenaar
Author: marcel Date: Fri Mar 18 22:45:43 2011 New Revision: 219758 URL: http://svn.freebsd.org/changeset/base/219758 Log: o Move the IVT and supporting functions to the front of the text segment so that it's always mapped by the loader. o Change the alternate fault handlers to

svn commit: r219760 - head/tools/tools/nanobsd/rescue

2011-03-18 Thread Michael Reifenberger
Author: mr Date: Fri Mar 18 22:56:53 2011 New Revision: 219760 URL: http://svn.freebsd.org/changeset/base/219760 Log: - Build disk image (for USB sticks) and iso image - Change name to reflect this - Install all kernel modules - Choose image size that i386 and amd64 can be combined into

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

2011-03-18 Thread Jack F Vogel
Author: jfv Date: Sat Mar 19 00:19:18 2011 New Revision: 219763 URL: http://svn.freebsd.org/changeset/base/219763 Log: Correct broken define Modified: head/sys/dev/e1000/if_em.h Modified: head/sys/dev/e1000/if_em.h

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

2011-03-18 Thread Jack F Vogel
Author: jfv Date: Sat Mar 19 00:31:35 2011 New Revision: 219764 URL: http://svn.freebsd.org/changeset/base/219764 Log: A cut and paste here was wrong also. Modified: head/sys/dev/e1000/if_lem.h Modified: head/sys/dev/e1000/if_lem.h

svn commit: r219765 - stable/8/sbin/ifconfig

2011-03-18 Thread Glen Barber
Author: gjb (doc committer) Date: Sat Mar 19 00:34:12 2011 New Revision: 219765 URL: http://svn.freebsd.org/changeset/base/219765 Log: MFC 219574,219575: - Add example of using 'scan' for wireless networks, similarly to OpenBSD's ifconfig(8)[1]. - remove unneeded newline PR:

svn commit: r219766 - stable/7/sbin/ifconfig

2011-03-18 Thread Glen Barber
Author: gjb (doc committer) Date: Sat Mar 19 00:35:11 2011 New Revision: 219766 URL: http://svn.freebsd.org/changeset/base/219766 Log: MFC 219574: - Add example of using 'scan' for wireless networks, similarly to OpenBSD's ifconfig(8). - wlan0 isn't available on 7.x, so substitute ath0

svn commit: r219767 - head/sys/dev/ath/ath_hal/ar5416

2011-03-18 Thread Adrian Chadd
Author: adrian Date: Sat Mar 19 00:46:10 2011 New Revision: 219767 URL: http://svn.freebsd.org/changeset/base/219767 Log: Add debugging messages to the AR5416 ANI code that's found in the AR5212 ANI code. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c Modified:

Re: svn commit: r219753 - head/sys/dev/e1000

2011-03-18 Thread Doug Barton
On 3/18/2011 12:37 PM, Jack Vogel wrote: I'm trying to do my best though. As an em0 user I really appreciate the effort you're putting in, and the fact that Intel is supporting you in it. Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK

svn commit: r219768 - stable/8/usr.sbin/moused

2011-03-18 Thread Glen Barber
Author: gjb (doc committer) Date: Sat Mar 19 01:41:21 2011 New Revision: 219768 URL: http://svn.freebsd.org/changeset/base/219768 Log: MFC 219723: - Formtting fix. Modified: stable/8/usr.sbin/moused/moused.8 Directory Properties: stable/8/usr.sbin/moused/ (props changed) Modified:

svn commit: r219769 - stable/7/usr.sbin/moused

2011-03-18 Thread Glen Barber
Author: gjb (doc committer) Date: Sat Mar 19 01:41:58 2011 New Revision: 219769 URL: http://svn.freebsd.org/changeset/base/219769 Log: MFC 219723: - Formatting fix. Modified: stable/7/usr.sbin/moused/moused.8 Directory Properties: stable/7/usr.sbin/moused/ (props changed) Modified:

Re: svn commit: r219667 - head/usr.sbin/bsdinstall/partedit

2011-03-18 Thread Nathan Whitehorn
On 03/15/11 12:50, Gavin Atkinson wrote: On Tue, 2011-03-15 at 12:26 -0500, Nathan Whitehorn wrote: On 03/15/11 09:19, Gavin Atkinson wrote: On Tue, 2011-03-15 at 13:27 +, Nathan Whitehorn wrote: Author: nwhitehorn Date: Tue Mar 15 13:27:34 2011 New Revision: 219667 URL:

Re: svn commit: r219667 - head/usr.sbin/bsdinstall/partedit

2011-03-18 Thread Nathan Whitehorn
On 03/16/11 01:25, Daniel O'Connor wrote: On 16/03/2011, at 4:14, Ben Kaduk wrote: is wise to others. It's a little bit of a pain on the implementation side, since you can't turn it on from newfs, but that isn't a serious obstacle. I suspect the consensus of people like -arch and -fs will be

svn commit: r219770 - head/sys/dev/ath/ath_hal/ar5416

2011-03-18 Thread Adrian Chadd
Author: adrian Date: Sat Mar 19 03:09:21 2011 New Revision: 219770 URL: http://svn.freebsd.org/changeset/base/219770 Log: Use the HAL method rather than directly calling ar5212ResetTxQueue(). Since ath9k does some slightly different bit fiddling when setting up the TX queues, it may that

svn commit: r219771 - in head/sys/dev/ath/ath_hal: ar5212 ar5416

2011-03-18 Thread Adrian Chadd
Author: adrian Date: Sat Mar 19 03:15:28 2011 New Revision: 219771 URL: http://svn.freebsd.org/changeset/base/219771 Log: Make sure that the AR_MISC_MODE value from the initvals are properly respected. This commit really is fix the OFDM duration calculation to match reality when running