svn commit: r210442 - head/usr.sbin/bsnmpd/modules/snmp_hostres

2010-07-24 Thread Simon L. Nielsen
Author: simon Date: Sat Jul 24 10:04:35 2010 New Revision: 210442 URL: http://svn.freebsd.org/changeset/base/210442 Log: Make failed open of /dev/mdctl in the bsnmpd hostres module non-fatal. This makes it possible to use the hostres module when bsnmpd is not running as root. MFC

svn commit: r210444 - head/sys/x86/x86

2010-07-24 Thread Alexander Motin
Author: mav Date: Sat Jul 24 10:49:59 2010 New Revision: 210444 URL: http://svn.freebsd.org/changeset/base/210444 Log: Increment td-td_intr_nesting_level for LAPIC timer interrupts. Among other things it hints SCHED_ULE to run clock swi handlers on their native CPUs, avoiding many unneeded

svn commit: r210446 - head/sys/sys

2010-07-24 Thread Konstantin Belousov
Author: kib Date: Sat Jul 24 14:23:06 2010 New Revision: 210446 URL: http://svn.freebsd.org/changeset/base/210446 Log: Reword the comment, fixing typo. MFC after:3 days Modified: head/sys/sys/imgact_elf.h Modified: head/sys/sys/imgact_elf.h

svn commit: r210447 - head/bin/ps

2010-07-24 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 24 15:24:12 2010 New Revision: 210447 URL: http://svn.freebsd.org/changeset/base/210447 Log: Add P_HASTHREADS flag description. Modified: head/bin/ps/ps.1 Modified: head/bin/ps/ps.1 ==

svn commit: r210448 - head/bin/ps

2010-07-24 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 24 15:37:36 2010 New Revision: 210448 URL: http://svn.freebsd.org/changeset/base/210448 Log: Fix alignment for the 'flags' label, and make more room for 'tdev'. MFC after:1 month Modified: head/bin/ps/keyword.c Modified: head/bin/ps/keyword.c

Re: svn commit: r210451 - head/sys/sys

2010-07-24 Thread Stefan Farfeleder
Hi Konstantin, declaring enums like this is not standard C code (seems to be a GCC extension). I don't think we should use this feature in our headers. Stefan On Sat, Jul 24, 2010 at 06:14:34PM +, Konstantin Belousov wrote: Author: kib Date: Sat Jul 24 18:14:34 2010 New Revision: 210451

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

2010-07-24 Thread George V. Neville-Neil
Author: gnn Date: Sat Jul 24 18:53:46 2010 New Revision: 210452 URL: http://svn.freebsd.org/changeset/base/210452 Log: style(9) fix MFC after:1 week Modified: head/sys/dev/e1000/if_igb.c Modified: head/sys/dev/e1000/if_igb.c

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

2010-07-24 Thread Doug Barton
On Sat, 24 Jul 2010, Alexander Motin wrote: Author: mav Date: Sat Jul 24 10:49:59 2010 New Revision: 210444 URL: http://svn.freebsd.org/changeset/base/210444 Log: Increment td-td_intr_nesting_level for LAPIC timer interrupts. Among other things it hints SCHED_ULE to run clock swi handlers on

svn commit: r210454 - head/sys/dev/ichwd

2010-07-24 Thread Andriy Gapon
Author: avg Date: Sat Jul 24 19:40:16 2010 New Revision: 210454 URL: http://svn.freebsd.org/changeset/base/210454 Log: ichwd: correct range check for timeout value This is similar to a fix in r189305 but for earlier ICH versions (= 5). Reported by: someone via attilio Discussed

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

2010-07-24 Thread Alexander Motin
Doug Barton wrote: On Sat, 24 Jul 2010, Alexander Motin wrote: Author: mav Date: Sat Jul 24 10:49:59 2010 New Revision: 210444 URL: http://svn.freebsd.org/changeset/base/210444 Log: Increment td-td_intr_nesting_level for LAPIC timer interrupts. Among other things it hints SCHED_ULE to

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

2010-07-24 Thread George Neville-Neil
On Jul 23, 2010, at 15:27 , pluknet wrote: On 23 July 2010 21:53, George V. Neville-Neil g...@freebsd.org wrote: Author: gnn Date: Fri Jul 23 17:53:39 2010 New Revision: 210428 URL: http://svn.freebsd.org/changeset/base/210428 Log: Fix a bug in the statistics code for tracking the head

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

2010-07-24 Thread Doug Barton
On Sat, 24 Jul 2010, Alexander Motin wrote: Doug Barton wrote: On Sat, 24 Jul 2010, Alexander Motin wrote: Author: mav Date: Sat Jul 24 10:49:59 2010 New Revision: 210444 URL: http://svn.freebsd.org/changeset/base/210444 Log: Increment td-td_intr_nesting_level for LAPIC timer interrupts.

svn commit: r210455 - in head/sys: conf fs/nfsclient modules modules/nfscl modules/nfsclient modules/nfslock nfs nfsclient

2010-07-24 Thread Rick Macklem
Author: rmacklem Date: Sat Jul 24 22:11:11 2010 New Revision: 210455 URL: http://svn.freebsd.org/changeset/base/210455 Log: Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separate module that can be used by both the regular and experimental nfs clients. This fixes the problem

svn commit: r210456 - head/usr.sbin/rpc.lockd

2010-07-24 Thread Rick Macklem
Author: rmacklem Date: Sat Jul 24 22:16:14 2010 New Revision: 210456 URL: http://svn.freebsd.org/changeset/base/210456 Log: Fix the include path for nfs_lock.h. MFC after:2 weeks Modified: head/usr.sbin/rpc.lockd/kern.c Modified: head/usr.sbin/rpc.lockd/kern.c

svn commit: r210457 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-07-24 Thread Martin Matuska
Author: mm Date: Sat Jul 24 22:28:29 2010 New Revision: 210457 URL: http://svn.freebsd.org/changeset/base/210457 Log: Consider snapshots as descendants via zfs allow -d OpenSolaris onnv changeset: 9847:2f3ba86e857a Approved by: pjd, delphij (mentor) Obtained from:

svn commit: r210458 - head/sys/arm/s3c2xx0

2010-07-24 Thread Andrew Turner
Author: andrew Date: Sat Jul 24 23:41:09 2010 New Revision: 210458 URL: http://svn.freebsd.org/changeset/base/210458 Log: Allow external interrupts. - Set the external pin to interrupt in bus_setup_intr - Implement bus_config_intr for external interrupts - Extend arm_{,un}mask_irq to

svn commit: r210459 - head/sys/boot/pc98/loader

2010-07-24 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Jul 25 02:22:32 2010 New Revision: 210459 URL: http://svn.freebsd.org/changeset/base/210459 Log: MFi386: revision 210387 Correctly setup LDADD with regards to libstand. Modified: head/sys/boot/pc98/loader/Makefile Modified: head/sys/boot/pc98/loader/Makefile

svn commit: r210460 - head/sys/mips/include

2010-07-24 Thread Warner Losh
Author: imp Date: Sun Jul 25 04:19:05 2010 New Revision: 210460 URL: http://svn.freebsd.org/changeset/base/210460 Log: Get N64 building by defining VM_FREELIST_DIRECT to be VM_FREELIST_DEFAULT. I believe this is correct, since KX is set in n64, and thus all RAM can be direct mapped.

Re: svn commit: r210460 - head/sys/mips/include

2010-07-24 Thread Alan Cox
Warner Losh wrote: Author: imp Date: Sun Jul 25 04:19:05 2010 New Revision: 210460 URL: http://svn.freebsd.org/changeset/base/210460 Log: Get N64 building by defining VM_FREELIST_DIRECT to be VM_FREELIST_DEFAULT. I believe this is correct, since KX is set in n64, and thus all RAM can be