svn commit: r232040 - head/sys/dev/sf

2012-02-23 Thread Pyun YongHyeon
Author: yongari Date: Thu Feb 23 08:22:44 2012 New Revision: 232040 URL: http://svn.freebsd.org/changeset/base/232040 Log: Add check for IFF_DRV_RUNNING flag after serving an interrupt and don't give RX path more priority than TX path. Also remove infinite loop in interrupt handler and limit

svn commit: r232041 - head/sys/dev/ath

2012-02-23 Thread Adrian Chadd
Author: adrian Date: Thu Feb 23 08:32:54 2012 New Revision: 232041 URL: http://svn.freebsd.org/changeset/base/232041 Log: Use the passed-in channel rather than ic->ic_curchan. I'm not sure _why_ the ic is NULL here, but I've seen it occasionally do this after I've been tinkering with thin

svn commit: r232048 - in head/sys: kern sys

2012-02-23 Thread Konstantin Belousov
Author: kib Date: Thu Feb 23 11:50:23 2012 New Revision: 232048 URL: http://svn.freebsd.org/changeset/base/232048 Log: Allow the parent to gather the exit status of the children reparented to the debugger. When reparenting for debugging, keep the child in the new orphan list of old parent.

Re: svn commit: r231999 - head/sys/conf

2012-02-23 Thread Alexander Best
On Wed Feb 22 12, Doug Barton wrote: > On 02/22/2012 07:05, Josh Paetzel wrote: > > -# CPU. This behaviour is enabled by default, so this option can be used > > That's not a typo, it's an alternate spelling, which we usually don't > "correct" (same with initialisation). I'm not asking for the cha

svn commit: r232050 - head/sys/fs/nfsserver

2012-02-23 Thread Rick Macklem
Author: rmacklem Date: Thu Feb 23 16:47:05 2012 New Revision: 232050 URL: http://svn.freebsd.org/changeset/base/232050 Log: hrs@ reported a panic to freebsd-stable@ under the subject line "panic in 8.3-PRERELEASE" on Feb. 22, 2012. This panic was caused by use of a mix of tsleep() and msleep

svn commit: r232051 - in head: . share/man/man9 sys/kern

2012-02-23 Thread Christian Brueffer
Author: brueffer Date: Thu Feb 23 17:47:19 2012 New Revision: 232051 URL: http://svn.freebsd.org/changeset/base/232051 Log: Catch up with r195837 (2.5 years ago) which renamed net_add_domain() to domain_add(). PR: 165424 Submitted by: Lachlan Kang MFC after:1 week Modifi

svn commit: r232052 - head/usr.bin/calendar

2012-02-23 Thread Sergey A. Osokin
Author: osa (ports committer) Date: Thu Feb 23 17:47:48 2012 New Revision: 232052 URL: http://svn.freebsd.org/changeset/base/232052 Log: Add pt_BR.ISO8859-1 and pt_BR.UTF-8 directories to install. It was forgotten in r219937 commit. Approved by: edwin MFC after:1 week Modified:

svn commit: r232054 - in head/sys: net netinet netinet6

2012-02-23 Thread Kip Macy
Author: kmacy Date: Thu Feb 23 18:21:37 2012 New Revision: 232054 URL: http://svn.freebsd.org/changeset/base/232054 Log: When using flowtable llentrys can outlive the interface with which they're associated at which the lle_tbl pointer points to freed memory and the llt_free pointer is no lo

svn commit: r232055 - in head/sys: fs/fifofs kern sys

2012-02-23 Thread Kip Macy
Author: kmacy Date: Thu Feb 23 18:37:30 2012 New Revision: 232055 URL: http://svn.freebsd.org/changeset/base/232055 Log: merge pipe and fifo implementations Also reviewed by: jhb, jilles (initial revision) Tested by: pho, jilles Submitted by: gianni Reviewed by: bde Modified: h

svn commit: r232056 - head/share/man/man4

2012-02-23 Thread Christian Brueffer
Author: brueffer Date: Thu Feb 23 18:48:02 2012 New Revision: 232056 URL: http://svn.freebsd.org/changeset/base/232056 Log: Rename DESCRIPTION section to HARDWARE, so this manpage can be used for automatic hardware notes generation. MFC after:3 days Modified: head/share/man/man4/is

svn commit: r232059 - in head: sys/fs/devfs sys/fs/nullfs sys/kern sys/sys usr.sbin/jail

2012-02-23 Thread Martin Matuska
Author: mm Date: Thu Feb 23 18:51:24 2012 New Revision: 232059 URL: http://svn.freebsd.org/changeset/base/232059 Log: To improve control over the use of mount(8) inside a jail(8), introduce a new jail parameter node with the following parameters: allow.mount.devfs: allow mounting

svn commit: r232060 - in head/release/doc: en_US.ISO8859-1/hardware share/misc

2012-02-23 Thread Christian Brueffer
Author: brueffer Date: Thu Feb 23 18:54:33 2012 New Revision: 232060 URL: http://svn.freebsd.org/changeset/base/232060 Log: Add isci(4) to the hardware notes. MFC after:3 days Modified: head/release/doc/en_US.ISO8859-1/hardware/article.sgml head/release/doc/share/misc/dev.archlist.

svn commit: r232061 - head/sys/dev/fb

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 18:59:32 2012 New Revision: 232061 URL: http://svn.freebsd.org/changeset/base/232061 Log: Fix a typo introduced in r231843. Modified: head/sys/dev/fb/vesa.c Modified: head/sys/dev/fb/vesa.c

svn commit: r232063 - head/sys/dev/fb

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 19:05:57 2012 New Revision: 232063 URL: http://svn.freebsd.org/changeset/base/232063 Log: Probe supported states for save/restore function. Some VBE implementation refuses to save/restore states if an unsupported bit is set. Modified: head/sys/dev/fb/vesa.c M

svn commit: r232064 - head/cddl/contrib/opensolaris/cmd/zfs

2012-02-23 Thread Martin Matuska
Author: mm Date: Thu Feb 23 19:13:19 2012 New Revision: 232064 URL: http://svn.freebsd.org/changeset/base/232064 Log: Import illumos changeset 13608 [1]: add support for "-t " argument to zfs get References: https://www.illumos.org/issues/1936 Update zfs(8) manpage in respect of

svn commit: r232065 - head/sys/dev/fb

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 19:16:05 2012 New Revision: 232065 URL: http://svn.freebsd.org/changeset/base/232065 Log: Update my copyright date. Modified: head/sys/dev/fb/vesa.c Modified: head/sys/dev/fb/vesa.c == -

Re: svn commit: r232054 - in head/sys: net netinet netinet6

2012-02-23 Thread Bjoern A. Zeeb
On 23. Feb 2012, at 18:21 , Kip Macy wrote: > Author: kmacy > Date: Thu Feb 23 18:21:37 2012 > New Revision: 232054 > URL: http://svn.freebsd.org/changeset/base/232054 > > Log: > When using flowtable llentrys can outlive the interface with which they're > associated > at which the lle_tbl poi

svn commit: r232069 - head/sys/dev/fb

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 20:54:22 2012 New Revision: 232069 URL: http://svn.freebsd.org/changeset/base/232069 Log: If the VBE implementation does not support save/restore function, defer to VGA methods. Unconditionally reset the VESA adapter before restoring state. Modified: head/sys/

svn commit: r232070 - head/sys/net

2012-02-23 Thread Andrew Thompson
Author: thompsa Date: Thu Feb 23 20:58:52 2012 New Revision: 232070 URL: http://svn.freebsd.org/changeset/base/232070 Log: Indicate this function decrements the timer as well as testing for expiry. Modified: head/sys/net/bridgestp.c Modified: head/sys/net/bridgestp.c

svn commit: r232071 - head/sys/vm

2012-02-23 Thread Konstantin Belousov
Author: kib Date: Thu Feb 23 21:07:16 2012 New Revision: 232071 URL: http://svn.freebsd.org/changeset/base/232071 Log: Account the writeable shared mappings backed by file in the vnode v_writecount. Keep the amount of the virtual address space used by the mappings in the new vm_object un_pa

svn commit: r232072 - head/usr.bin/kdump

2012-02-23 Thread John Baldwin
Author: jhb Date: Thu Feb 23 21:08:21 2012 New Revision: 232072 URL: http://svn.freebsd.org/changeset/base/232072 Log: Pretty-print the advice constants passed to posix_fadvise(2). MFC after:2 weeks Modified: head/usr.bin/kdump/kdump.c head/usr.bin/kdump/mksubr Modified: head/usr.

svn commit: r232073 - head/sys/conf

2012-02-23 Thread Dimitry Andric
Author: dim Date: Thu Feb 23 21:32:32 2012 New Revision: 232073 URL: http://svn.freebsd.org/changeset/base/232073 Log: Revert r231978, so I can apply a more proper fix to silence unneeded internal declaration warnings in several sys/cam/ctl files. MFC after:1 week Modified: head/sy

svn commit: r232074 - head/sys/cam/ctl

2012-02-23 Thread Dimitry Andric
Author: dim Date: Thu Feb 23 21:34:14 2012 New Revision: 232074 URL: http://svn.freebsd.org/changeset/base/232074 Log: Use a better way to silence unneeded internal declaration warnings in several sys/cam/ctl files. Suggested by: ed Reviewed by: ken MFC after:1 week Modified:

svn commit: r232080 - in head: share/man/man4 sys/net

2012-02-23 Thread Andrew Thompson
Author: thompsa Date: Thu Feb 23 21:56:53 2012 New Revision: 232080 URL: http://svn.freebsd.org/changeset/base/232080 Log: Add a sysctl/tunable default value for the use_flowid sysctl in r232008. Modified: head/share/man/man4/lagg.4 head/sys/net/if_lagg.c Modified: head/share/man/man4/lagg

Re: svn commit: r231989 - in head: lib/libthr/thread sys/kern sys/sys

2012-02-23 Thread Jilles Tjoelker
On Thu, Feb 23, 2012 at 08:07:49AM +0800, David Xu wrote: > On 2012/2/23 7:42, Jilles Tjoelker wrote: > > On Wed, Feb 22, 2012 at 03:22:50AM +, David Xu wrote: > >> Author: davidxu > >> Date: Wed Feb 22 03:22:49 2012 > >> New Revision: 231989 > >> URL: http://svn.freebsd.org/changeset/base/2319

Re: svn commit: r232080 - in head: share/man/man4 sys/net

2012-02-23 Thread Doug Barton
First, I'm always glad to see devs updating the documentation, so please don't take this as in any way being critical, just trying to help. :) On 02/23/2012 13:56, Andrew Thompson wrote: > Modified: head/share/man/man4/lagg.4 > =

Re: svn commit: r232065 - head/sys/dev/fb

2012-02-23 Thread Doug Barton
According to the logs you didn't make any changes to this file in 2011, so that would be properly written as: 2009-2010, 2012 hth, Doug On 02/23/2012 11:16, Jung-uk Kim wrote: > Author: jkim > Date: Thu Feb 23 19:16:05 2012 > New Revision: 232065 > URL: http://svn.freebsd.org/changeset/base/23

svn commit: r232089 - head/share/man/man4

2012-02-23 Thread Andrew Thompson
Author: thompsa Date: Thu Feb 23 23:37:29 2012 New Revision: 232089 URL: http://svn.freebsd.org/changeset/base/232089 Log: Break the last part to its own sentence rather than a run-on. Suggested by: dougb Modified: head/share/man/man4/lagg.4 Modified: head/share/man/man4/lagg.4

Re: svn commit: r232080 - in head: share/man/man4 sys/net

2012-02-23 Thread Andrew Thompson
On 24 February 2012 12:23, Doug Barton wrote: > First, I'm always glad to see devs updating the documentation, so please > don't take this as in any way being critical, just trying to help. :) n/p, I like feedback. > On 02/23/2012 13:56, Andrew Thompson wrote: >> Modified: head/share/man/man4/la

svn commit: r232090 - in head: share/man/man4 sys/dev/amdtemp

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Fri Feb 24 00:02:46 2012 New Revision: 232090 URL: http://svn.freebsd.org/changeset/base/232090 Log: - Add support for Family 12h, 14h and 15h processors. - Remove all attempts to guess physical temperature using DiodeOffset. There are too many reports that it varies wildl

Re: svn commit: r232080 - in head: share/man/man4 sys/net

2012-02-23 Thread Doug Barton
On 02/23/2012 15:38, Andrew Thompson wrote: > Fixed. Thanks for the quick response. :) -- It's always a long day; 86400 doesn't fit into a short. Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/

Re: svn commit: r232065 - head/sys/dev/fb

2012-02-23 Thread Jung-uk Kim
On Thursday 23 February 2012 06:24 pm, Doug Barton wrote: > According to the logs you didn't make any changes to this file in > 2011, so that would be properly written as: 2009-2010, 2012 I made few local changes in 2011 but forgot to commit. ;-) Besides, I remember there were some discussions in

Re: svn commit: r232065 - head/sys/dev/fb

2012-02-23 Thread Doug Barton
On 02/23/2012 16:17, Jung-uk Kim wrote: > I remember there were some discussions in developers@ that > "2009-2012" is more appropriate than "2009, 2010, 2012" or > "2009-2010, 2012", if my memory serves. Anyone? "2009, 2010, 2012" is as synonym for "2009-2010, 2012" and I see it both ways. That

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

2012-02-23 Thread Marius Strobl
Author: marius Date: Fri Feb 24 00:42:50 2012 New Revision: 232091 URL: http://svn.freebsd.org/changeset/base/232091 Log: Forced commit to denote that the commit message of r231621 should have read: - As it turns out, MSI-X is broken for at least LSI SAS1068E when passed through by VMwa

Re: svn commit: r232065 - head/sys/dev/fb

2012-02-23 Thread Jung-uk Kim
On Thursday 23 February 2012 07:24 pm, Doug Barton wrote: > On 02/23/2012 16:17, Jung-uk Kim wrote: > > I remember there were some discussions in developers@ that > > "2009-2012" is more appropriate than "2009, 2010, 2012" or > > "2009-2010, 2012", if my memory serves. Anyone? > > "2009, 2010, 201

Re: svn commit: r231989 - in head: lib/libthr/thread sys/kern sys/sys

2012-02-23 Thread David Xu
On 2012/2/24 6:43, Jilles Tjoelker wrote: On Thu, Feb 23, 2012 at 08:07:49AM +0800, David Xu wrote: On 2012/2/23 7:42, Jilles Tjoelker wrote: On Wed, Feb 22, 2012 at 03:22:50AM +, David Xu wrote: Author: davidxu Date: Wed Feb 22 03:22:49 2012 New Revision: 231989 URL: http://svn.freebsd.or

svn commit: r232095 - head/sys/net80211

2012-02-23 Thread Adrian Chadd
Author: adrian Date: Fri Feb 24 05:33:11 2012 New Revision: 232095 URL: http://svn.freebsd.org/changeset/base/232095 Log: Add a radiotap vendor header definition. Modified: head/sys/net80211/ieee80211_radiotap.h Modified: head/sys/net80211/ieee80211_radiotap.h ===

svn commit: r232096 - head/sys/net80211

2012-02-23 Thread Adrian Chadd
Author: adrian Date: Fri Feb 24 05:39:00 2012 New Revision: 232096 URL: http://svn.freebsd.org/changeset/base/232096 Log: Although it's documented that the vap newstate call can drop the comlock, I'd like to find and analyse these cases to see if they really are valid. So, throw in a lo

svn commit: r232097 - head/sys/net80211

2012-02-23 Thread Adrian Chadd
Author: adrian Date: Fri Feb 24 05:40:36 2012 New Revision: 232097 URL: http://svn.freebsd.org/changeset/base/232097 Log: Hold IF_LOCK when manipulating the interface flags. It doesn't _really_ help all that much, I'll commit something to sys/net/if.c at some point explaining why, but the

svn commit: r232099 - head/sys/fs/ntfs

2012-02-23 Thread Kevin Lo
Author: kevlo Date: Fri Feb 24 07:29:06 2012 New Revision: 232099 URL: http://svn.freebsd.org/changeset/base/232099 Log: Check if the user has necessary permissions on the device Modified: head/sys/fs/ntfs/ntfs_vfsops.c Modified: head/sys/fs/ntfs/ntfs_vfsops.c ===

svn commit: r232100 - head/sys/fs/ntfs

2012-02-23 Thread Kevin Lo
Author: kevlo Date: Fri Feb 24 07:30:44 2012 New Revision: 232100 URL: http://svn.freebsd.org/changeset/base/232100 Log: Remove an unused structure and unnecessary cast Modified: head/sys/fs/ntfs/ntfs.h head/sys/fs/ntfs/ntfs_vfsops.c Modified: head/sys/fs/ntfs/ntfs.h ==

svn commit: r232101 - head/usr.sbin/wake

2012-02-23 Thread Jaakko Heinonen
Author: jh Date: Fri Feb 24 07:49:55 2012 New Revision: 232101 URL: http://svn.freebsd.org/changeset/base/232101 Log: style(9). MFC after:2 weeks Modified: head/usr.sbin/wake/wake.c Modified: head/usr.sbin/wake/wake.c =

svn commit: r232102 - head/usr.sbin/wake

2012-02-23 Thread Jaakko Heinonen
Author: jh Date: Fri Feb 24 07:54:08 2012 New Revision: 232102 URL: http://svn.freebsd.org/changeset/base/232102 Log: Exit with proper status when wake() fails. PR: bin/153527 Submitted by: Douglas Steinwand MFC after:2 weeks Modified: head/usr.sbin/wake/wake.c Modifie