svn commit: r186275 - head/sys/net

2008-12-18 Thread Kip Macy
Author: kmacy Date: Thu Dec 18 09:59:24 2008 New Revision: 186275 URL: http://svn.freebsd.org/changeset/base/186275 Log: if_rtdel is always called with the RADIX_NODE_HEAD lock held Modified: head/sys/net/if.c Modified: head/sys/net/if.c

svn commit: r186276 - head/sys/kern

2008-12-18 Thread Konstantin Belousov
Author: kib Date: Thu Dec 18 11:58:12 2008 New Revision: 186276 URL: http://svn.freebsd.org/changeset/base/186276 Log: Do not return success and doomed vnode from lookup. LK_UPGRADE allows the vnode to be reclaimed. Tested by:pho MFC after:1 month Modified:

svn commit: r186277 - head/sys/kern

2008-12-18 Thread Konstantin Belousov
Author: kib Date: Thu Dec 18 12:01:19 2008 New Revision: 186277 URL: http://svn.freebsd.org/changeset/base/186277 Log: The quotactl, statfs and fstatfs syscall implementations may dereference NULL pointer to struct mount if the looked up vnode is reclaimed. Also, these syscalls only

svn commit: r186278 - head/sys/ufs/ufs

2008-12-18 Thread Konstantin Belousov
Author: kib Date: Thu Dec 18 12:01:53 2008 New Revision: 186278 URL: http://svn.freebsd.org/changeset/base/186278 Log: Do not busy twice the mount point where a quota operation is performed. Tested by:pho MFC after:1 month Modified: head/sys/ufs/ufs/ufs_vfsops.c Modified:

svn commit: r186279 - head/usr.bin/make

2008-12-18 Thread Max Khon
Author: fjoe Date: Thu Dec 18 12:16:51 2008 New Revision: 186279 URL: http://svn.freebsd.org/changeset/base/186279 Log: Exit with error code 2 when run with -k (continue if errors) and build failed. Modified: head/usr.bin/make/globals.h head/usr.bin/make/job.c head/usr.bin/make/job.h

svn commit: r186280 - svnadmin/conf

2008-12-18 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Dec 18 14:19:54 2008 New Revision: 186280 URL: http://svn.freebsd.org/changeset/base/186280 Log: Increase my limit temporarily. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r186282 - in head/sys/dev/cxgb: . common

2008-12-18 Thread George V. Neville-Neil
Author: gnn Date: Thu Dec 18 14:21:35 2008 New Revision: 186282 URL: http://svn.freebsd.org/changeset/base/186282 Log: Check in the actual module recognition code for the Chelsio driver. Obtained from:Chelsio Inc. Modified: head/sys/dev/cxgb/common/cxgb_ael1002.c

svn commit: r186283 - svnadmin/conf

2008-12-18 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Dec 18 14:23:25 2008 New Revision: 186283 URL: http://svn.freebsd.org/changeset/base/186283 Log: done. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf == ---

svn commit: r186284 - head/tools/tools/tionxcl

2008-12-18 Thread Bruce M Simpson
Author: bms Date: Thu Dec 18 15:12:04 2008 New Revision: 186284 URL: http://svn.freebsd.org/changeset/base/186284 Log: Add new tool tionxcl to bring ttys out of exclusive mode when left by e.g. legacy uucp or tip. Added: head/tools/tools/tionxcl/ head/tools/tools/tionxcl/Makefile

svn commit: r186285 - head/sys/kern

2008-12-18 Thread Ivan Voras
Author: ivoras Date: Thu Dec 18 15:25:33 2008 New Revision: 186285 URL: http://svn.freebsd.org/changeset/base/186285 Log: Remove spaces in wait object names to make top (1) output prettier and unbreak scripts that examine ps (1) output. Reviewed by: ed Approved by: gnn (mentor)

svn commit: r186286 - head/sys/kern

2008-12-18 Thread Ivan Voras
Author: ivoras Date: Thu Dec 18 15:34:38 2008 New Revision: 186286 URL: http://svn.freebsd.org/changeset/base/186286 Log: By popular request, stringify kern.vm_guest sysctl. Now it returns a short, self-documenting string describing the detected virtual environment. Approved by: gnn

svn commit: r186287 - head/sys/kern

2008-12-18 Thread Ruslan Ermilov
Author: ru Date: Thu Dec 18 15:56:12 2008 New Revision: 186287 URL: http://svn.freebsd.org/changeset/base/186287 Log: Removed a comment made obsolete by revisions 157927 and 174292. Modified: head/sys/kern/kern_mbuf.c Modified: head/sys/kern/kern_mbuf.c

svn commit: r186288 - head/sys/powerpc/mpc85xx

2008-12-18 Thread Rafal Jaworowski
Author: raj Date: Thu Dec 18 18:27:12 2008 New Revision: 186288 URL: http://svn.freebsd.org/changeset/base/186288 Log: Extend and improve MPC85XX Local Bus management. - Make LBC resources management self-contained: introduce explicit LBC resources definition (much like the OCP),

svn commit: r186292 - head/sys/dev/usb

2008-12-18 Thread Andrew Thompson
Author: thompsa Date: Thu Dec 18 19:08:19 2008 New Revision: 186292 URL: http://svn.freebsd.org/changeset/base/186292 Log: Attempt to handoff the entire buffer with ttydisc_rint_bypass() before banging each char separately. Modified: head/sys/dev/usb/ucom.c Modified:

svn commit: r186294 - head/sys/dev/usb

2008-12-18 Thread Andrew Thompson
Author: thompsa Date: Thu Dec 18 19:15:25 2008 New Revision: 186294 URL: http://svn.freebsd.org/changeset/base/186294 Log: Fix last commit, ttydisc_rint_bypass returns the total, not remainder. Modified: head/sys/dev/usb/ucom.c Modified: head/sys/dev/usb/ucom.c

svn commit: r186295 - head/sys/dev/drm

2008-12-18 Thread Robert Noland
Author: rnoland Date: Thu Dec 18 21:04:50 2008 New Revision: 186295 URL: http://svn.freebsd.org/changeset/base/186295 Log: rework drm_scatter.c which allocates scatter / gather pages for use by ati pci gart to use bus_dma to handle the allocations. This fixes a garbled screen issue on at

svn commit: r186296 - head/sys/dev/ata/chipsets

2008-12-18 Thread Alexander Motin
Author: mav Date: Thu Dec 18 21:13:46 2008 New Revision: 186296 URL: http://svn.freebsd.org/changeset/base/186296 Log: Before modularization commit, atapci driver was attaching only to devices of storage class. This check was lost. It is not important for the most cases, but as it was

svn commit: r186298 - head/sbin/ipfw

2008-12-18 Thread Paolo Pisati
Author: piso Date: Thu Dec 18 21:46:18 2008 New Revision: 186298 URL: http://svn.freebsd.org/changeset/base/186298 Log: Update the ipfw man page to reflect last change (-q option with nat option). MFC after:3 days Modified: head/sbin/ipfw/ipfw.8 Modified: head/sbin/ipfw/ipfw.8

Re: svn commit: r186296 - head/sys/dev/ata/chipsets

2008-12-18 Thread Alexander Motin
Niclas Zeising wrote: Alexander Motin wrote: Author: mav Date: Thu Dec 18 21:13:46 2008 New Revision: 186296 URL: http://svn.freebsd.org/changeset/base/186296 Log: Before modularization commit, atapci driver was attaching only to devices of storage class. This check was lost. It is not

svn commit: r186299 - head/sys/dev/drm

2008-12-18 Thread Robert Noland
Author: rnoland Date: Thu Dec 18 21:58:57 2008 New Revision: 186299 URL: http://svn.freebsd.org/changeset/base/186299 Log: We only want drm to ever attach to the primary pci device. Intel 855 chips present the same pci id for both heads. This prevents us from attaching to the dummy second

Re: svn commit: r186296 - head/sys/dev/ata/chipsets

2008-12-18 Thread Niclas Zeising
Alexander Motin wrote: Niclas Zeising wrote: Alexander Motin wrote: Author: mav Date: Thu Dec 18 21:13:46 2008 New Revision: 186296 URL: http://svn.freebsd.org/changeset/base/186296 Log: Before modularization commit, atapci driver was attaching only to devices of storage class. This

svn commit: r186300 - head/sys/dev/drm

2008-12-18 Thread Robert Noland
Author: rnoland Date: Thu Dec 18 22:01:46 2008 New Revision: 186300 URL: http://svn.freebsd.org/changeset/base/186300 Log: Garbage collect entries from pcireg.h since we now include it. Approved by: kib@ MFC after:2 weeks Modified: head/sys/dev/drm/drmP.h Modified:

Re: svn commit: r186296 - head/sys/dev/ata/chipsets

2008-12-18 Thread Niclas Zeising
Jens Schweikhardt wrote: On Thu, Dec 18, 2008 at 10:45:25PM +0100, Niclas Zeising wrote: ... # With this change, am I able to boot from a harddrive located on a # SiS-controller again? Or is that more likely a different issue? # I have't investigated my issue properly due to lack of time, so I

Re: svn commit: r186296 - head/sys/dev/ata/chipsets

2008-12-18 Thread Jens Schweikhardt
On Thu, Dec 18, 2008 at 10:45:25PM +0100, Niclas Zeising wrote: ... # With this change, am I able to boot from a harddrive located on a # SiS-controller again? Or is that more likely a different issue? # I have't investigated my issue properly due to lack of time, so I don't # know exactly

svn commit: r186303 - in stable/7/sys: . contrib/pf dev/bce dev/cxgb

2008-12-18 Thread Xin LI
Author: delphij Date: Fri Dec 19 00:14:45 2008 New Revision: 186303 URL: http://svn.freebsd.org/changeset/base/186303 Log: MFC r186168: Test whether sc-tx_mbuf_map[i], not whether sc-tx_mbuf_map is NULL before doing bus_dmamap_sync() since it operates on the former, not the latter.

svn commit: r186304 - in stable/7/sys: . contrib/pf dev/bce dev/cxgb

2008-12-18 Thread Xin LI
Author: delphij Date: Fri Dec 19 00:17:09 2008 New Revision: 186304 URL: http://svn.freebsd.org/changeset/base/186304 Log: MFC r186169: Don't count InFramesL2FilterDiscards into Ierr. This value does not represent a real packet error but simply indicate that an unexpected unicast or

svn commit: r186305 - in releng/7.1/sys: . contrib/pf dev/bce dev/cxgb

2008-12-18 Thread Xin LI
Author: delphij Date: Fri Dec 19 00:19:46 2008 New Revision: 186305 URL: http://svn.freebsd.org/changeset/base/186305 Log: MFC r186168: Test whether sc-tx_mbuf_map[i], not whether sc-tx_mbuf_map is NULL before doing bus_dmamap_sync() since it operates on the former, not the latter.

svn commit: r186306 - in releng/7.1/sys: . contrib/pf dev/bce dev/cxgb

2008-12-18 Thread Xin LI
Author: delphij Date: Fri Dec 19 00:20:48 2008 New Revision: 186306 URL: http://svn.freebsd.org/changeset/base/186306 Log: MFC r186169: Don't count InFramesL2FilterDiscards into Ierr. This value does not represent a real packet error but simply indicate that an unexpected unicast or

svn commit: r186308 - head/usr.sbin/ppp

2008-12-18 Thread Qing Li
Author: qingli Date: Fri Dec 19 01:37:20 2008 New Revision: 186308 URL: http://svn.freebsd.org/changeset/base/186308 Log: The ppp application relies on the if_tun interface to properly install a p2p host route between the end points. The ppp module upates this router based on user

svn commit: r186309 - in stable/7/sys: . contrib/pf dev/cxgb nfsserver

2008-12-18 Thread Ken Smith
Author: kensmith Date: Fri Dec 19 03:59:20 2008 New Revision: 186309 URL: http://svn.freebsd.org/changeset/base/186309 Log: MFC r186165: Handle VFS_VGET() failing with an error other than EOPNOTSUPP in addition to failing with that error. PR: 125149 Submitted by: Jaakko

svn commit: r186310 - releng/7.1/sys/nfsserver

2008-12-18 Thread Ken Smith
Author: kensmith Date: Fri Dec 19 04:02:16 2008 New Revision: 186310 URL: http://svn.freebsd.org/changeset/base/186310 Log: MFC r186165: Handle VFS_VGET() failing with an error other than EOPNOTSUPP in addition to failing with that error. PR: 125149 Submitted by: Jaakko

svn commit: r186311 - in releng/7.1/sys/dev/cxgb: . common ulp/tom

2008-12-18 Thread Kip Macy
Author: kmacy Date: Fri Dec 19 05:05:35 2008 New Revision: 186311 URL: http://svn.freebsd.org/changeset/base/186311 Log: Log: MFC 183967, 184861, 185157 183967: Track number of packets transmitted and number of packets received PR: 125806 184861: Update firmware

Re: svn commit: r186296 - head/sys/dev/ata/chipsets

2008-12-18 Thread Niclas Zeising
Alexander Motin wrote: Niclas Zeising wrote: Alexander Motin wrote: Author: mav Date: Thu Dec 18 21:13:46 2008 New Revision: 186296 URL: http://svn.freebsd.org/changeset/base/186296 Log: Before modularization commit, atapci driver was attaching only to devices of storage class. This

svn commit: r186313 - releng/7.1/share/man/man4

2008-12-18 Thread Kip Macy
Author: kmacy Date: Fri Dec 19 06:34:57 2008 New Revision: 186313 URL: http://svn.freebsd.org/changeset/base/186313 Log: MFC 185970 fix support and capabilities Approved by: re Modified: releng/7.1/share/man/man4/cxgb.4 Modified: releng/7.1/share/man/man4/cxgb.4

svn commit: r186314 - head/lib/libutil

2008-12-18 Thread Joe Marcus Clarke
Author: marcus (doc,ports committer) Date: Fri Dec 19 06:47:59 2008 New Revision: 186314 URL: http://svn.freebsd.org/changeset/base/186314 Log: Initialize the cntp pointer to 0 prior to doing any work so that callers don't try to iterate through garbage or NULL memory. Additionally, return

svn commit: r186315 - head/usr.bin/procstat

2008-12-18 Thread Joe Marcus Clarke
Author: marcus (doc,ports committer) Date: Fri Dec 19 06:50:15 2008 New Revision: 186315 URL: http://svn.freebsd.org/changeset/base/186315 Log: Do not segfault when procstat -f or procstat -v is called on a process not owned by the current user. If kinfo_getfile() or kinfo_getvmmap() return