Re: svn commit: r237350 - head/sys/dev/puc

2012-06-23 Thread Marcel Moolenaar
On Jun 20, 2012, at 8:10 PM, Max Khon wrote: Modified: head/sys/dev/puc/puc_cfg.h == --- head/sys/dev/puc/puc_cfg.hThu Jun 21 02:48:49 2012 (r237349) +++ head/sys/dev/puc/puc_cfg.hThu Jun 21

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

2012-06-23 Thread Konstantin Belousov
Author: kib Date: Sat Jun 23 09:33:06 2012 New Revision: 237474 URL: http://svn.freebsd.org/changeset/base/237474 Log: Stop updating the struct vdso_timehands from even handler executed in the scheduled task from tc_windup(). Do it directly from tc_windup in interrupt context [1].

svn commit: r237476 - head/sys/sys

2012-06-23 Thread Konstantin Belousov
Author: kib Date: Sat Jun 23 10:14:51 2012 New Revision: 237476 URL: http://svn.freebsd.org/changeset/base/237476 Log: Remove no longer needed forward declaration for struct sf_buf. MFC after: 29 days Modified: head/sys/sys/sysent.h Modified: head/sys/sys/sysent.h

svn commit: r237477 - in head/sys: conf kern

2012-06-23 Thread Konstantin Belousov
Author: kib Date: Sat Jun 23 10:15:23 2012 New Revision: 237477 URL: http://svn.freebsd.org/changeset/base/237477 Log: Move the code dealing with shared page into a dedicated kern_sharedpage.c source file from kern_exec.c. MFC after: 29 days Added: head/sys/kern/kern_sharedpage.c

svn commit: r237478 - in head/sys/cam: . scsi

2012-06-23 Thread Alexander Motin
Author: mav Date: Sat Jun 23 12:32:53 2012 New Revision: 237478 URL: http://svn.freebsd.org/changeset/base/237478 Log: Add scsi_extract_sense_ccb() -- wrapper around scsi_extract_sense_len(). It allows to remove number of duplicate checks from several places. Modified:

svn commit: r237479 - head/sys/netinet/ipfw

2012-06-23 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Jun 23 12:40:24 2012 New Revision: 237479 URL: http://svn.freebsd.org/changeset/base/237479 Log: Fix interface matching by ipfw table Submitted by: Ihor Kaharlichenko madkin...@gmail.com Tested by:Ihor Kaharlichenko madkin...@gmail.com Approved

Re: svn commit: r237434 - in head/lib/libc: amd64/sys gen i386/sys include sys

2012-06-23 Thread Marius Strobl
On Fri, Jun 22, 2012 at 10:48:17AM +0300, Konstantin Belousov wrote: On Fri, Jun 22, 2012 at 09:34:56AM +0200, Marius Strobl wrote: On Fri, Jun 22, 2012 at 07:13:31AM +, Konstantin Belousov wrote: Author: kib Date: Fri Jun 22 07:13:30 2012 New Revision: 237434 URL:

svn commit: r237480 - head/sys/dev/adb

2012-06-23 Thread Justin Hibbits
Author: jhibbits Date: Sat Jun 23 13:52:44 2012 New Revision: 237480 URL: http://svn.freebsd.org/changeset/base/237480 Log: Release the ADB keyboard mutex when handling the power button press/release. Found by WITNESS. Approved by: nwhitehorn (mentor) MFC after:3 days Modified:

Re: svn commit: r237434 - in head/lib/libc: amd64/sys gen i386/sys include sys

2012-06-23 Thread Konstantin Belousov
On Sat, Jun 23, 2012 at 03:17:57PM +0200, Marius Strobl wrote: On Fri, Jun 22, 2012 at 10:48:17AM +0300, Konstantin Belousov wrote: On Fri, Jun 22, 2012 at 09:34:56AM +0200, Marius Strobl wrote: On Fri, Jun 22, 2012 at 07:13:31AM +, Konstantin Belousov wrote: Author: kib Date:

svn commit: r237483 - head/sys/conf

2012-06-23 Thread Marius Strobl
Author: marius Date: Sat Jun 23 14:43:25 2012 New Revision: 237483 URL: http://svn.freebsd.org/changeset/base/237483 Log: Unbreak options ZFS after r236884. Modified: head/sys/conf/files Modified: head/sys/conf/files

Re: svn commit: r236884 - in head: . cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zhack cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/

2012-06-23 Thread Marius Strobl
On Mon, Jun 11, 2012 at 11:35:22AM +, Martin Matuska wrote: Author: mm Date: Mon Jun 11 11:35:22 2012 New Revision: 236884 URL: http://svn.freebsd.org/changeset/base/236884 Log: Introduce feature flags for ZFS pools (bump SPA version to 5000). Add first feature

Re: svn commit: r237434 - in head/lib/libc: amd64/sys gen i386/sys include sys

2012-06-23 Thread Bruce Evans
On Sat, 23 Jun 2012, Konstantin Belousov wrote: On Sat, Jun 23, 2012 at 03:17:57PM +0200, Marius Strobl wrote: On Fri, Jun 22, 2012 at 10:48:17AM +0300, Konstantin Belousov wrote: On Fri, Jun 22, 2012 at 09:34:56AM +0200, Marius Strobl wrote: On Fri, Jun 22, 2012 at 07:13:31AM +,

svn commit: r237484 - head/sys/dev/agp

2012-06-23 Thread Konstantin Belousov
Author: kib Date: Sat Jun 23 15:36:32 2012 New Revision: 237484 URL: http://svn.freebsd.org/changeset/base/237484 Log: Correct device id for GPU on some server SandyBridge model. Submitted and tested by: Thomas Zander thomas.e.zander googlemail com MFC after:3 days Modified:

svn commit: r237493 - head/sys/dev/acpi_support

2012-06-23 Thread Mitsuru IWASAKI
Author: iwasaki Date: Sat Jun 23 18:43:54 2012 New Revision: 237493 URL: http://svn.freebsd.org/changeset/base/237493 Log: Add in-driver event handler. MFC after:3 days Modified: head/sys/dev/acpi_support/acpi_ibm.c Modified: head/sys/dev/acpi_support/acpi_ibm.c

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

2012-06-23 Thread Mitsuru IWASAKI
Author: iwasaki Date: Sat Jun 23 18:45:32 2012 New Revision: 237494 URL: http://svn.freebsd.org/changeset/base/237494 Log: Add description about dev.acpi_ibm.0.handlerevents. MFC after:3 days Modified: head/share/man/man4/acpi_ibm.4 Modified: head/share/man/man4/acpi_ibm.4

Re: svn commit: r237434 - in head/lib/libc: amd64/sys gen i386/sys include sys

2012-06-23 Thread Alexander Motin
On 06/23/12 18:26, Bruce Evans wrote: On Sat, 23 Jun 2012, Konstantin Belousov wrote: On Sat, Jun 23, 2012 at 03:17:57PM +0200, Marius Strobl wrote: So apart from introducing code to constantly synchronize the TICK counters, using the timecounters on the host busses also seems to be the only

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

2012-06-23 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Jun 23 20:44:45 2012 New Revision: 237509 URL: http://svn.freebsd.org/changeset/base/237509 Log: Remove superfluous paragraph macro. Modified: head/share/man/man4/acpi_ibm.4 Modified: head/share/man/man4/acpi_ibm.4

svn commit: r237512 - head/sys/dev/cxgbe

2012-06-23 Thread Navdeep Parhar
Author: np Date: Sat Jun 23 22:12:27 2012 New Revision: 237512 URL: http://svn.freebsd.org/changeset/base/237512 Log: Better way to determine the status page length and rx pad boundary. Modified: head/sys/dev/cxgbe/t4_sge.c Modified: head/sys/dev/cxgbe/t4_sge.c

Re: svn commit: r237008 - head/sys/dev/pci

2012-06-23 Thread Marius Strobl
On Wed, Jun 13, 2012 at 03:04:50PM +, John Baldwin wrote: Author: jhb Date: Wed Jun 13 15:04:50 2012 New Revision: 237008 URL: http://svn.freebsd.org/changeset/base/237008 Log: Fix a couple of bugs that prevented windows in PCI-PCI bridges from growing downward (moving the start

svn commit: r237513 - head/sys/amd64/amd64

2012-06-23 Thread Alan Cox
Author: alc Date: Sat Jun 23 22:54:25 2012 New Revision: 237513 URL: http://svn.freebsd.org/changeset/base/237513 Log: Introduce reserve_pv_entry() and use it in pmap_pv_demote_pde(). In order to add PV list locking to pmap_pv_demote_pde(), it is necessary to change the way that

Re: svn commit: r237008 - head/sys/dev/pci

2012-06-23 Thread Marius Strobl
On Sun, Jun 24, 2012 at 12:16:26AM +0200, Marius Strobl wrote: On Wed, Jun 13, 2012 at 03:04:50PM +, John Baldwin wrote: Author: jhb Date: Wed Jun 13 15:04:50 2012 New Revision: 237008 URL: http://svn.freebsd.org/changeset/base/237008 Log: Fix a couple of bugs that prevented

svn commit: r237517 - in head: include sys/arm/include sys/ia64/include sys/mips/include sys/powerpc/include sys/sparc64/include sys/sys sys/x86/include

2012-06-23 Thread Andrew Turner
Author: andrew Date: Sun Jun 24 04:15:58 2012 New Revision: 237517 URL: http://svn.freebsd.org/changeset/base/237517 Log: Make the wchar_t type machine dependent. This is required for ARM EABI. Section 7.1.1 of the Procedure Call for the ARM Architecture (AAPCS) defines wchar_t as either