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
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
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
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
=
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
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
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
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
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
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/
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/
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
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
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
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
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
16 matches
Mail list logo