svn commit: r220021 - in head/sys/amd64: amd64 include

2011-03-26 Thread Alan Cox
Author: alc Date: Sat Mar 26 06:21:05 2011 New Revision: 220021 URL: http://svn.freebsd.org/changeset/base/220021 Log: Move an external declaration to the appropriate header file. Modified: head/sys/amd64/amd64/minidump_machdep.c head/sys/amd64/include/pmap.h Modified:

svn commit: r220022 - head/sys/dev/ath/ath_hal

2011-03-26 Thread Adrian Chadd
Author: adrian Date: Sat Mar 26 07:15:35 2011 New Revision: 220022 URL: http://svn.freebsd.org/changeset/base/220022 Log: Shuffle around the HAL_RX_FILTER bits to be slightly more sensible. The phyerr, radar and bssid-match bits aren't real bits, they map to enabling bits in other

svn commit: r220023 - head/lib/libc/gen

2011-03-26 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Mar 26 07:15:57 2011 New Revision: 220023 URL: http://svn.freebsd.org/changeset/base/220023 Log: Follow style(9) in example code and handle opendir(3) error. Modified: head/lib/libc/gen/directory.3 Modified: head/lib/libc/gen/directory.3

svn commit: r220024 - head/lib/libc/gen

2011-03-26 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Mar 26 07:17:24 2011 New Revision: 220024 URL: http://svn.freebsd.org/changeset/base/220024 Log: Don't calculate len too early. Modified: head/lib/libc/gen/directory.3 Modified: head/lib/libc/gen/directory.3

svn commit: r220025 - head/sys/dev/ath/ath_hal

2011-03-26 Thread Adrian Chadd
Author: adrian Date: Sat Mar 26 07:29:48 2011 New Revision: 220025 URL: http://svn.freebsd.org/changeset/base/220025 Log: Put these two back to mirror what ath9k does. Even though they map to setting the error filter register, ath9k also writes them untouched to AR_RX_FILTER. The

svn commit: r220027 - in head/sys/dev/ath/ath_hal: . ar9002

2011-03-26 Thread Adrian Chadd
Author: adrian Date: Sat Mar 26 10:47:17 2011 New Revision: 220027 URL: http://svn.freebsd.org/changeset/base/220027 Log: Introduce hardware PS-POLL support in the HAL. Linux ath9k only enables this for AR9280 and later NICs; so create a capability for it so it isn't enabled for earlier

svn commit: r220028 - in head/sys: amd64/linux32 i386/linux

2011-03-26 Thread Andriy Gapon
Author: avg Date: Sat Mar 26 10:51:56 2011 New Revision: 220028 URL: http://svn.freebsd.org/changeset/base/220028 Log: linux compat: add non-dummy capget and capset system calls PR: kern/149168 Submitted by: John Wehle j...@feith.com Reviewed by: netchild MFC after:2

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

2011-03-26 Thread Adrian Chadd
Author: adrian Date: Sat Mar 26 10:52:37 2011 New Revision: 220029 URL: http://svn.freebsd.org/changeset/base/220029 Log: Add in the hardware PS-POLL frame reception setting, but leave it disabled by default. Adventourous souls with an AR9220/AR9280 or later and who have a device that

svn commit: r220030 - in head/sys: amd64/linux32 i386/linux

2011-03-26 Thread Andriy Gapon
Author: avg Date: Sat Mar 26 10:59:24 2011 New Revision: 220030 URL: http://svn.freebsd.org/changeset/base/220030 Log: linux compat: add non-dummy capget and capset system calls, regenerate And drop dummy definitions for those system calls. This may transiently break the build. PR:

svn commit: r220031 - head/sys/compat/linux

2011-03-26 Thread Andriy Gapon
Author: avg Date: Sat Mar 26 11:05:53 2011 New Revision: 220031 URL: http://svn.freebsd.org/changeset/base/220031 Log: linux compat: improve and fix sendmsg/recvmsg compatibility - implement baseic stubs for capget, capset, prctl PR_GET_KEEPCAPS and prctl PR_SET_KEEPCAPS. - add

svn commit: r220032 - in head/sys: amd64/linux32 compat/linux i386/linux

2011-03-26 Thread Andriy Gapon
Author: avg Date: Sat Mar 26 11:25:36 2011 New Revision: 220032 URL: http://svn.freebsd.org/changeset/base/220032 Log: linux compat: add SO_PASSCRED option with basic handling This seems to have been a part of a bigger patch by dchagin that either haven't been committed or committed

Re: svn commit: r220032 - in head/sys: amd64/linux32 compat/linux i386/linux

2011-03-26 Thread Andriy Gapon
on 26/03/2011 13:25 Andriy Gapon said the following: Author: avg Date: Sat Mar 26 11:25:36 2011 New Revision: 220032 URL: http://svn.freebsd.org/changeset/base/220032 Log: linux compat: add SO_PASSCRED option with basic handling This seems to have been a part of a bigger patch by

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

2011-03-26 Thread Adrian Chadd
Author: adrian Date: Sat Mar 26 11:58:29 2011 New Revision: 220033 URL: http://svn.freebsd.org/changeset/base/220033 Log: If 802.11n is enabled, bump the number of buffers used up to a larger level. This is important for AMPDU RX as each burst is multiple packets in a row. Modified:

svn commit: r220034 - head/sys/dev/ath/ath_hal

2011-03-26 Thread Adrian Chadd
Author: adrian Date: Sat Mar 26 11:59:18 2011 New Revision: 220034 URL: http://svn.freebsd.org/changeset/base/220034 Log: This was missing from the previous HAL commit - it fixes a typo and introduces the PS-POLL hardware support. Modified: head/sys/dev/ath/ath_hal/ah_internal.h Modified:

svn commit: r220035 - head/sys/dev/ath/ath_hal

2011-03-26 Thread Adrian Chadd
Author: adrian Date: Sat Mar 26 13:06:43 2011 New Revision: 220035 URL: http://svn.freebsd.org/changeset/base/220035 Log: .. And another missed commit - add the PSPOLL capability. Modified: head/sys/dev/ath/ath_hal/ah.h Modified: head/sys/dev/ath/ath_hal/ah.h

svn commit: r220036 - stable/8/sys/dev/aic7xxx

2011-03-26 Thread Marius Strobl
Author: marius Date: Sat Mar 26 13:07:07 2011 New Revision: 220036 URL: http://svn.freebsd.org/changeset/base/220036 Log: MFC: r219577 Allocate the DMA memory shared between the host and the controller as coherent. Approved by: gibbs Modified: stable/8/sys/dev/aic7xxx/aic79xx.c

svn commit: r220037 - head/release

2011-03-26 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Mar 26 13:58:44 2011 New Revision: 220037 URL: http://svn.freebsd.org/changeset/base/220037 Log: Cause the release target to set up its object directory. It is designed to be a meta-target, and having it do this avoids it spewing files all over the source tree

svn commit: r220038 - in head/sys: conf sparc64/pci

2011-03-26 Thread Marius Strobl
Author: marius Date: Sat Mar 26 16:49:12 2011 New Revision: 220038 URL: http://svn.freebsd.org/changeset/base/220038 Log: - Merge the *_SET macros from fire(4) which generally print out the register changes when compiled with SCHIZO_DEBUG and take advantage of them. - Add support for

svn commit: r220039 - head/sys/sparc64/pci

2011-03-26 Thread Marius Strobl
Author: marius Date: Sat Mar 26 16:52:31 2011 New Revision: 220039 URL: http://svn.freebsd.org/changeset/base/220039 Log: - A closer inspection of the OpenSolaris code indicates that the DMA syncing for Hummingbird and Sabre bridges should be applied with every BUS_DMASYNC_POSTREAD

svn commit: r220040 - head/sys/kern

2011-03-26 Thread Jaakko Heinonen
Author: jh Date: Sat Mar 26 17:17:24 2011 New Revision: 220040 URL: http://svn.freebsd.org/changeset/base/220040 Log: Fix some style issues in r219925. Reported by: bde MFC after:1 month Modified: head/sys/kern/vfs_mount.c Modified: head/sys/kern/vfs_mount.c

svn commit: r220041 - head/usr.bin/netstat

2011-03-26 Thread Ruslan Ermilov
Author: ru Date: Sat Mar 26 19:09:28 2011 New Revision: 220041 URL: http://svn.freebsd.org/changeset/base/220041 Log: Fixed sockets display somewhat (-L, -T, -x, -Lx, with and without -A). (I didn't try to fix negative TCP timers with -x.) MFC after:3 days Modified:

svn commit: r220042 - head/sys/ia64/include

2011-03-26 Thread Alan Cox
Author: alc Date: Sat Mar 26 20:40:33 2011 New Revision: 220042 URL: http://svn.freebsd.org/changeset/base/220042 Log: Eliminate an unused definition. Reviewed by: marcel Modified: head/sys/ia64/include/pmap.h Modified: head/sys/ia64/include/pmap.h

svn commit: r220043 - head/gnu/usr.bin/gdb/libgdb

2011-03-26 Thread Konstantin Belousov
Author: kib Date: Sat Mar 26 21:12:53 2011 New Revision: 220043 URL: http://svn.freebsd.org/changeset/base/220043 Log: Print the raw value of si_code, that is esp. useful for undecoded values. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified:

svn commit: r220044 - stable/8/sys/dev/vte

2011-03-26 Thread Pyun YongHyeon
Author: yongari Date: Sat Mar 26 21:29:39 2011 New Revision: 220044 URL: http://svn.freebsd.org/changeset/base/220044 Log: MFC r219787: Correct broadcast frame handling. Setting bit6 of MCR0 register enables broadcast filtering. Make sure to clear the bit to receive broadcast

svn commit: r220045 - stable/7/sys/dev/vte

2011-03-26 Thread Pyun YongHyeon
Author: yongari Date: Sat Mar 26 21:32:10 2011 New Revision: 220045 URL: http://svn.freebsd.org/changeset/base/220045 Log: MFC r219787: Correct broadcast frame handling. Setting bit6 of MCR0 register enables broadcast filtering. Make sure to clear the bit to receive broadcast

svn commit: r220046 - head/sys/dev/dc

2011-03-26 Thread Marius Strobl
Author: marius Date: Sat Mar 26 22:39:23 2011 New Revision: 220046 URL: http://svn.freebsd.org/changeset/base/220046 Log: Wait until the DMA engine is stopped before unmapping buffers and descriptors, which fixes DMA errors seen on sparc64. Obtained from:OpenBSD MFC after:1

svn commit: r220047 - in stable/8/sys: conf modules/ufs ufs/ffs ufs/ufs

2011-03-26 Thread Konstantin Belousov
Author: kib Date: Sun Mar 27 00:42:28 2011 New Revision: 220047 URL: http://svn.freebsd.org/changeset/base/220047 Log: MFC r219804: Retire opt_ffs_broken_fixme.h. Modified: stable/8/sys/conf/options stable/8/sys/modules/ufs/Makefile stable/8/sys/ufs/ffs/ffs_vfsops.c

Re: svn commit: r220032 - in head/sys: amd64/linux32 compat/linux i386/linux

2011-03-26 Thread Julian Elischer
On 3/26/11 4:29 AM, Andriy Gapon wrote: on 26/03/2011 13:25 Andriy Gapon said the following: Author: avg Date: Sat Mar 26 11:25:36 2011 New Revision: 220032 URL: http://svn.freebsd.org/changeset/base/220032 Log: linux compat: add SO_PASSCRED option with basic handling This seems to have

svn commit: r220048 - in head/etc/periodic: security weekly

2011-03-26 Thread Doug Barton
Author: dougb Date: Sun Mar 27 03:03:29 2011 New Revision: 220048 URL: http://svn.freebsd.org/changeset/base/220048 Log: Add svn:executable property on remaining period scripts without it Modified: Directory Properties: head/etc/periodic/security/410.logincheck (props changed)

svn commit: r220049 - in head/etc/periodic: daily security

2011-03-26 Thread Doug Barton
Author: dougb Date: Sun Mar 27 03:06:58 2011 New Revision: 220049 URL: http://svn.freebsd.org/changeset/base/220049 Log: Hook the 220.backup-pkgdb script I added to the build unconditionally Hook up 610.ipf6denied based on MK_IPFILTER as 510.ipfdenied is now Poked by: Andrzej

Re: svn commit: r220015 - head/usr.sbin/newsyslog

2011-03-26 Thread Doug Barton
On 03/25/2011 18:57, Alexander Best wrote: On Sat Mar 26 11, Doug Barton wrote: Author: dougb Date: Sat Mar 26 00:34:35 2011 New Revision: 220015 URL: http://svn.freebsd.org/changeset/base/220015 Log: Add an example for the use of theinclude entry to help others who are as slow as I am.

svn commit: r220050 - stable/8/sys/dev/cxgbe

2011-03-26 Thread Navdeep Parhar
Author: np Date: Sun Mar 27 05:09:21 2011 New Revision: 220050 URL: http://svn.freebsd.org/changeset/base/220050 Log: MFC r219944 Do not over-allocate MSI interrupts for the case where each ingress queue has its own interrupt. If the exact number that we need is not a power of 2 and