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

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

svn commit: r232045 - stable/9/sys/dev/re

2012-02-23 Thread Pyun YongHyeon
Author: yongari Date: Thu Feb 23 11:25:30 2012 New Revision: 232045 URL: http://svn.freebsd.org/changeset/base/232045 Log: MFC r231622: For RTL8168/8111D controller, make sure to wake PHY from power down mode. Otherwise, PHY access times out under certain conditions. Modified:

svn commit: r232046 - stable/8/sys/dev/re

2012-02-23 Thread Pyun YongHyeon
Author: yongari Date: Thu Feb 23 11:26:47 2012 New Revision: 232046 URL: http://svn.freebsd.org/changeset/base/232046 Log: MFC r231622: For RTL8168/8111D controller, make sure to wake PHY from power down mode. Otherwise, PHY access times out under certain conditions. Approved

svn commit: r232047 - stable/7/sys/dev/re

2012-02-23 Thread Pyun YongHyeon
Author: yongari Date: Thu Feb 23 11:28:19 2012 New Revision: 232047 URL: http://svn.freebsd.org/changeset/base/232047 Log: MFC r231622: For RTL8168/8111D controller, make sure to wake PHY from power down mode. Otherwise, PHY access times out under certain conditions. Approved

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 change to

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

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

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: r232053 - in stable/9/release/doc: en_US.ISO8859-1/hardware share/misc

2012-02-23 Thread Christian Brueffer
Author: brueffer Date: Thu Feb 23 17:57:08 2012 New Revision: 232053 URL: http://svn.freebsd.org/changeset/base/232053 Log: MFC: r231943 Add oce(4) to the hardware notes. Modified: stable/9/release/doc/en_US.ISO8859-1/hardware/article.sgml

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

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:

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:

svn commit: r232057 - in stable/8/release: doc/en_US.ISO8859-1/hardware doc/share/misc picobsd/floppy.tree/sbin

2012-02-23 Thread Christian Brueffer
Author: brueffer Date: Thu Feb 23 18:49:38 2012 New Revision: 232057 URL: http://svn.freebsd.org/changeset/base/232057 Log: MFC: r231943 Add oce(4) to the hardware notes. Approved by: re (bz) Modified: stable/8/release/doc/en_US.ISO8859-1/hardware/article.sgml

svn commit: r232058 - stable/9/sys/net

2012-02-23 Thread Kip Macy
Author: kmacy Date: Thu Feb 23 18:50:19 2012 New Revision: 232058 URL: http://svn.freebsd.org/changeset/base/232058 Log: MFC r230598 A flowtable entry can continue referencing an llentry indefinitely if the entry is repeatedly referenced within its timeout window. This change clears

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

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

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 datatype argument to zfs get References: https://www.illumos.org/issues/1936 Update zfs(8) manpage in

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 ==

svn commit: r232066 - in stable/9: cddl/contrib/opensolaris/lib/libzpool/common/sys sys/amd64/amd64 sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/sys sys/vm

2012-02-23 Thread Kip Macy
Author: kmacy Date: Thu Feb 23 19:20:36 2012 New Revision: 232066 URL: http://svn.freebsd.org/changeset/base/232066 Log: MFC r230623 exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64 excluding other allocations including UMA now entails the addition of a single

svn commit: r232067 - stable/9/sys/i386/conf

2012-02-23 Thread Colin Percival
Author: cperciva Date: Thu Feb 23 19:49:25 2012 New Revision: 232067 URL: http://svn.freebsd.org/changeset/base/232067 Log: MFC 230184, 230185: Add XENHVM config file to i386. Added: stable/9/sys/i386/conf/XENHVM (contents, props changed) - copied, changed from r230184,

svn commit: r232068 - in stable/9/sys: dev/xen/xenpci i386/conf

2012-02-23 Thread Colin Percival
Author: cperciva Date: Thu Feb 23 19:52:33 2012 New Revision: 232068 URL: http://svn.freebsd.org/changeset/base/232068 Log: MFC 230183: Make XENHVM work on i386 by fixing the definition of __ffs. Modified: stable/9/sys/dev/xen/xenpci/evtchn.c Directory Properties: stable/9/sys/ (props

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 pointer

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:

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

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:

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:

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: r232075 - stable/9/sys/amd64/acpica

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 21:42:41 2012 New Revision: 232075 URL: http://svn.freebsd.org/changeset/base/232075 Log: MFC: r230777 Naturally align a newly added wakeup_fpusave. Modified: stable/9/sys/amd64/acpica/acpi_wakecode.S Directory Properties: stable/9/sys/ (props changed)

svn commit: r232076 - stable/9/sys/amd64/acpica

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 21:44:44 2012 New Revision: 232076 URL: http://svn.freebsd.org/changeset/base/232076 Log: MFC: r230830 Restore XCR0 before restoring extended FPU states. Modified: stable/9/sys/amd64/acpica/acpi_switch.S stable/9/sys/amd64/acpica/acpi_wakecode.S

svn commit: r232077 - stable/9/sys/amd64/acpica

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 21:48:39 2012 New Revision: 232077 URL: http://svn.freebsd.org/changeset/base/232077 Log: MFC: r230957 Fix a function prototype to reflect reality. Modified: stable/9/sys/amd64/acpica/acpi_wakeup.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r232078 - stable/9/sys/amd64/acpica

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 21:50:13 2012 New Revision: 232078 URL: http://svn.freebsd.org/changeset/base/232078 Log: MFC: r230958 Restore callee saved registers later and micro-optimize. Modified: stable/9/sys/amd64/acpica/acpi_switch.S Directory Properties: stable/9/sys/ (props

svn commit: r232079 - stable/9/sys/amd64/amd64

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 21:54:04 2012 New Revision: 232079 URL: http://svn.freebsd.org/changeset/base/232079 Log: MFC: r231169 Do not EOI local APIC too early when suspending APs. Just do doreti instead of taking a shortcut. Modified: stable/9/sys/amd64/amd64/apic_vector.S

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:

svn commit: r232081 - stable/9/sys/amd64/acpica

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 22:00:31 2012 New Revision: 232081 URL: http://svn.freebsd.org/changeset/base/232081 Log: MFC: r231787 Make ACPI resume beeper less cryptic. Set PIC timer2 mode properly. Modified: stable/9/sys/amd64/acpica/acpi_wakecode.S Directory Properties:

svn commit: r232082 - stable/9/sys/amd64/acpica

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 22:03:20 2012 New Revision: 232082 URL: http://svn.freebsd.org/changeset/base/232082 Log: MFC: r231791, r231840 Set up an event handler to turn off speaker if user requested it. Speaker will stop beeping after all device drivers are resumed. Use proper

svn commit: r232083 - in stable/9: etc sys/dev/acpica

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 22:10:49 2012 New Revision: 232083 URL: http://svn.freebsd.org/changeset/base/232083 Log: MFC: r231226, r231295 Revert r211288 and move the logic to the acpi_timer itself. Modified: stable/9/etc/rc.resume stable/9/etc/rc.suspend

svn commit: r232084 - in stable/9/sys: amd64/acpica dev/acpica

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 22:15:56 2012 New Revision: 232084 URL: http://svn.freebsd.org/changeset/base/232084 Log: MFC: r231227 Reset clock after atrtc(4) is properly resumed. Modified: stable/9/sys/amd64/acpica/acpi_wakeup.c stable/9/sys/dev/acpica/acpi.c

svn commit: r232085 - in stable/9/sys/amd64: acpica amd64

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 22:20:52 2012 New Revision: 232085 URL: http://svn.freebsd.org/changeset/base/232085 Log: MFC: r231797 Clean up RFLAG and CR3 register handling and nearby comments. For BSP, use spinlock_enter()/spinlock_exit() to save/restore RFLAGS. We know interrupt

svn commit: r232086 - stable/9/sys/dev/acpica

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 22:26:14 2012 New Revision: 232086 URL: http://svn.freebsd.org/changeset/base/232086 Log: MFC: r231161 - Give all clocks and timers on acpi0 the equal probing order. - Increase probing order for ECDT table to match HID-based probing. - Decrease probing

svn commit: r232087 - stable/9/sys/dev/acpica/Osd

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 22:29:36 2012 New Revision: 232087 URL: http://svn.freebsd.org/changeset/base/232087 Log: MFC: r231474 De-obfuscate acpi_acquire_global_lock(). Modified: stable/9/sys/dev/acpica/Osd/OsdSynch.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r232088 - stable/9/sys/amd64/amd64

2012-02-23 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 23 22:34:44 2012 New Revision: 232088 URL: http://svn.freebsd.org/changeset/base/232088 Log: MFC: r231781 Some BIOSes are known for corrupting low 64KB between suspend and resume. Mask off the first 16 pages unless we appear to be running in a VM. This

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/231989 Log:

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:

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

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

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 do...@freebsd.org 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:

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's not the

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

svn commit: r232092 - stable/9/sys/dev/pci

2012-02-23 Thread Marius Strobl
Author: marius Date: Fri Feb 24 00:47:14 2012 New Revision: 232092 URL: http://svn.freebsd.org/changeset/base/232092 Log: MFC: r231621 - As it turns out, MSI-X is broken for at least LSI SAS1068E when passed through by VMware so blacklist their PCI-PCI bridge for MSI/MSI-X here.

svn commit: r232093 - stable/8/sys/dev/pci

2012-02-23 Thread Marius Strobl
Author: marius Date: Fri Feb 24 00:48:27 2012 New Revision: 232093 URL: http://svn.freebsd.org/changeset/base/232093 Log: MFC: r231621 - As it turns out, MSI-X is broken for at least LSI SAS1068E when passed through by VMware so blacklist their PCI-PCI bridge for MSI/MSI-X here.

svn commit: r232094 - stable/7/sys/dev/pci

2012-02-23 Thread Marius Strobl
Author: marius Date: Fri Feb 24 00:49:18 2012 New Revision: 232094 URL: http://svn.freebsd.org/changeset/base/232094 Log: MFC: r231621 - As it turns out, MSI-X is broken for at least LSI SAS1068E when passed through by VMware so blacklist their PCI-PCI bridge for MSI/MSI-X here.

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, 2012 is as synonym

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:

Re: svn commit: r232057 - in stable/8/release: doc/en_US.ISO8859-1/hardware doc/share/misc picobsd/floppy.tree/sbin

2012-02-23 Thread Glen Barber
On Thu, Feb 23, 2012 at 06:49:39PM +, Christian Brueffer wrote: Author: brueffer Date: Thu Feb 23 18:49:38 2012 New Revision: 232057 URL: http://svn.freebsd.org/changeset/base/232057 Log: MFC: r231943 Add oce(4) to the hardware notes. I'm not sure this should have been MFCd

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

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

svn commit: r232098 - stable/9/share/man/man4

2012-02-23 Thread Christian Brueffer
Author: brueffer Date: Fri Feb 24 07:00:29 2012 New Revision: 232098 URL: http://svn.freebsd.org/changeset/base/232098 Log: MFC: r231880,r231915,r231937 Add a manpage for the oce(4) driver. Added: stable/9/share/man/man4/oce.4 - copied, changed from r231880,

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