svn commit: r234666 - head/sys/dev/msk

2012-04-24 Thread Pyun YongHyeon
Author: yongari Date: Wed Apr 25 02:46:13 2012 New Revision: 234666 URL: http://svn.freebsd.org/changeset/base/234666 Log: For Yukon II controllers that implement optional temperature sensor and voltage sensor, TWSI is used to get sensor data. msk(4) does not monitor these sensors and inter

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

2012-04-24 Thread Ed Maste
Author: emaste Date: Wed Apr 25 02:05:14 2012 New Revision: 234665 URL: http://svn.freebsd.org/changeset/base/234665 Log: Fix cut-and-paste comment error Submitted by: sbruno Modified: head/sys/dev/e1000/if_igb.h Modified: head/sys/dev/e1000/if_igb.h

svn commit: r234664 - in head/sys/dev/ath: . ath_hal/ar5416

2012-04-24 Thread Adrian Chadd
Author: adrian Date: Wed Apr 25 01:42:22 2012 New Revision: 234664 URL: http://svn.freebsd.org/changeset/base/234664 Log: Add placeholder methods for WMI command access (USB, perhaps SDIO later) which will be needed for AR7010 and AR9287 USB access. The names differ slightly from Linux an

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

2012-04-24 Thread Adrian Chadd
Author: adrian Date: Wed Apr 25 01:24:39 2012 New Revision: 234663 URL: http://svn.freebsd.org/changeset/base/234663 Log: Add a note that explains what the current state of the register byte order macros are. Modified: head/sys/dev/ath/ah_osdep.h Modified: head/sys/dev/ath/ah_osdep.h =

svn commit: r234658 - head/contrib/jemalloc/src

2012-04-24 Thread Dimitry Andric
Author: dim Date: Tue Apr 24 18:41:17 2012 New Revision: 234658 URL: http://svn.freebsd.org/changeset/base/234658 Log: Work around llvm PR 12623, which makes variables declared with .symver sometimes disappear from the resulting object file, if compiled with clang. In particular, this can l

svn commit: r234657 - in head/lib/libc: include stdio

2012-04-24 Thread Konstantin Belousov
Author: kib Date: Tue Apr 24 17:51:36 2012 New Revision: 234657 URL: http://svn.freebsd.org/changeset/base/234657 Log: Take the spinlock around clearing of the fp->_flags in fclose(3), which indicates the avaliability of FILE, to prevent possible reordering of the writes as seen by other CPU

Re: svn commit: r232702 - head/sys/kern

2012-04-24 Thread Peter Holm
On Tue, Apr 24, 2012 at 07:50:12PM +0400, Dmitry Morozovsky wrote: > Dear Peter, > > On Thu, 8 Mar 2012, Peter Holm wrote: > > > Author: pho > > Date: Thu Mar 8 20:34:13 2012 > > New Revision: 232702 > > URL: http://svn.freebsd.org/changeset/base/232702 > > > > Log: > > Free up allocated memo

svn commit: r234656 - head/share/mk

2012-04-24 Thread Dimitry Andric
Author: dim Date: Tue Apr 24 17:00:30 2012 New Revision: 234656 URL: http://svn.freebsd.org/changeset/base/234656 Log: After r234596, temporarily disable building clang on 32-bit PowerPC, until we are able to fix the binutils bug that makes linking clang fail with "relocation truncated to fi

Re: svn commit: r232702 - head/sys/kern

2012-04-24 Thread Dmitry Morozovsky
Dear Peter, On Thu, 8 Mar 2012, Peter Holm wrote: > Author: pho > Date: Thu Mar 8 20:34:13 2012 > New Revision: 232702 > URL: http://svn.freebsd.org/changeset/base/232702 > > Log: > Free up allocated memory used by posix_fadvise(2). Time to MFC this? We've found huge kernel memory leaks in

svn commit: r234655 - head/usr.sbin/usbdump

2012-04-24 Thread Hans Petter Selasky
Author: hselasky Date: Tue Apr 24 14:06:07 2012 New Revision: 234655 URL: http://svn.freebsd.org/changeset/base/234655 Log: Add missing and probably also mandatory -h option. MFC after:1 week Modified: head/usr.sbin/usbdump/usbdump.8 head/usr.sbin/usbdump/usbdump.c Modified: head/

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

2012-04-24 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Apr 24 13:44:46 2012 New Revision: 234654 URL: http://svn.freebsd.org/changeset/base/234654 Log: Add -u option to 'zfs create' that prevents file system from being automatically mounted. This is similar to the 'zfs receive -u'. MFC after:1 week Modified: head/

svn commit: r234653 - head/sys/powerpc/include

2012-04-24 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Apr 24 13:37:43 2012 New Revision: 234653 URL: http://svn.freebsd.org/changeset/base/234653 Log: Switch the default I/O memory barrier to eieio, as it should be. This does not appear to cause any problems due to fixes elsewhere. MFC after:2 months Modifie

svn commit: r234652 - head/sys/powerpc/aim

2012-04-24 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Apr 24 13:36:41 2012 New Revision: 234652 URL: http://svn.freebsd.org/changeset/base/234652 Log: Revert r234581 for this file. The lockless SLB tree code does in fact need a heavyweight sync instead of a lightweight sync to function properly. Thanks to mdf for th

svn commit: r234646 - head/contrib/jemalloc/include/jemalloc

2012-04-24 Thread Jayachandran C.
Author: jchandra Date: Tue Apr 24 11:42:48 2012 New Revision: 234646 URL: http://svn.freebsd.org/changeset/base/234646 Log: jemalloc: pointer size definition for 64-bit mips platforms LG_SIZEOF_PTR has to be defined as 3 when jemalloc is compiled for 64 bit platforms. Reviewed by: j

Re: svn commit: r234616 - in head/sys: kern sys

2012-04-24 Thread David Xu
On 2012/4/24 4:56, Konstantin Belousov wrote: Author: kib Date: Mon Apr 23 20:56:05 2012 New Revision: 234616 URL: http://svn.freebsd.org/changeset/base/234616 Log: Allow for the process information sysctls to accept a thread id in addition to the process id. It follows the ptrace(2) inte

svn commit: r234643 - head/sys/dev/re

2012-04-24 Thread Bjoern A. Zeeb
Author: bz Date: Tue Apr 24 08:30:55 2012 New Revision: 234643 URL: http://svn.freebsd.org/changeset/base/234643 Log: Do not toggle IFCAP_TSO4 if we would also do TSO6. Given the driver does not currently announce/support TSO6 that cannot happen. Clean it up anyway for consistency. Rev