svn commit: r237519 - head/sys/dev/ath/ath_hal/ar5416

2012-06-24 Thread Adrian Chadd
Author: adrian Date: Sun Jun 24 05:59:32 2012 New Revision: 237519 URL: http://svn.freebsd.org/changeset/base/237519 Log: Sometimes the AR5416 sends back radar PHY errors with both the PHY error and the CRC error bits set. The radar payload is correct. When this happens, the stack

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

2012-06-24 Thread Bruce Evans
On Sat, 23 Jun 2012, Alexander Motin wrote: 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

svn commit: r237521 - head/sys/dev/ath/ath_hal/ar5416

2012-06-24 Thread Adrian Chadd
Author: adrian Date: Sun Jun 24 06:37:28 2012 New Revision: 237521 URL: http://svn.freebsd.org/changeset/base/237521 Log: On second thought, let's just set both CRC and PHY errors together on frames that have it and let the upper layer sort it out. PR: kern/169362 Modified:

svn commit: r237522 - in head/sys: conf dev/ath

2012-06-24 Thread Adrian Chadd
Author: adrian Date: Sun Jun 24 07:01:49 2012 New Revision: 237522 URL: http://svn.freebsd.org/changeset/base/237522 Log: Introduce an optional ath(4) radiotap vendor extension. This includes a few new fields in each RXed frame: * per chain RX RSSI (ctl and ext); * current RX

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

2012-06-24 Thread Eitan Adler
Author: eadler Date: Sun Jun 24 07:03:22 2012 New Revision: 237523 URL: http://svn.freebsd.org/changeset/base/237523 Log: Remove the assert added in r237286 The use of assertions in libraries is not widely accepted. Requested by: bde, scottl Approved by: cperciva MFC after:3

svn commit: r237525 - head/lib/libedit

2012-06-24 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Jun 24 07:54:28 2012 New Revision: 237525 URL: http://svn.freebsd.org/changeset/base/237525 Log: Fix mandoc Oc breaks Op warning. Modified: head/lib/libedit/editrc.5 Modified: head/lib/libedit/editrc.5

svn commit: r237526 - in head/sys/dev/ath: . ath_dfs/null

2012-06-24 Thread Adrian Chadd
Author: adrian Date: Sun Jun 24 08:09:06 2012 New Revision: 237526 URL: http://svn.freebsd.org/changeset/base/237526 Log: Change the ath_dfs_process_phy_err() method to take an mbuf rather than a buffer pointer. For large radar pulses, the AR9130 and later will return a series of FFT

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

2012-06-24 Thread Adrian Chadd
Author: adrian Date: Sun Jun 24 08:28:06 2012 New Revision: 237527 URL: http://svn.freebsd.org/changeset/base/237527 Log: Shuffle these initialisations to where they should be. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c

svn commit: r237528 - head/lib/libelf

2012-06-24 Thread Andrew Turner
Author: andrew Date: Sun Jun 24 08:43:34 2012 New Revision: 237528 URL: http://svn.freebsd.org/changeset/base/237528 Log: Create a symlink to sys/elf32.h, sys/elf64.h, and sys/elf_common.h. When building libelf in the bootstrap stage this would include the tree versions of, for example,

svn commit: r237529 - in head/sys/dev/ath: . ath_dfs/null ath_rate/amrr ath_rate/onoe ath_rate/sample

2012-06-24 Thread Adrian Chadd
Author: adrian Date: Sun Jun 24 08:47:19 2012 New Revision: 237529 URL: http://svn.freebsd.org/changeset/base/237529 Log: In a complete lack of foresight on my part, my previous commit broke the assumption that ath_softc doesn't change size based on build time configuration. I picked

svn commit: r237531 - head/lib/libelf

2012-06-24 Thread Andrew Turner
Author: andrew Date: Sun Jun 24 09:19:24 2012 New Revision: 237531 URL: http://svn.freebsd.org/changeset/base/237531 Log: Add the sys directory we create to the list of items to clean. Modified: head/lib/libelf/Makefile Modified: head/lib/libelf/Makefile

svn commit: r237532 - stable/9/sys/cam/scsi

2012-06-24 Thread Alexander Motin
Author: mav Date: Sun Jun 24 09:41:27 2012 New Revision: 237532 URL: http://svn.freebsd.org/changeset/base/237532 Log: MFC r237225: Remove never used CD/DA_FLAG_TAGGED_QUEUING flags. Modified: stable/9/sys/cam/scsi/scsi_cd.c stable/9/sys/cam/scsi/scsi_da.c Directory Properties:

svn commit: r237533 - stable/8/sys/cam/scsi

2012-06-24 Thread Alexander Motin
Author: mav Date: Sun Jun 24 09:42:36 2012 New Revision: 237533 URL: http://svn.freebsd.org/changeset/base/237533 Log: MFC r237225: Remove never used CD/DA_FLAG_TAGGED_QUEUING flags. Modified: stable/8/sys/cam/scsi/scsi_cd.c stable/8/sys/cam/scsi/scsi_da.c Directory Properties:

svn commit: r237534 - stable/9/sys/fs/nfsclient

2012-06-24 Thread Rick Macklem
Author: rmacklem Date: Sun Jun 24 13:39:41 2012 New Revision: 237534 URL: http://svn.freebsd.org/changeset/base/237534 Log: MFC: r237200 Move the nfsrpc_close() call in ncl_reclaim() for the NFSv4 client to below the vnode_destroy_vobject() call, since that is where writes are flushed.

svn commit: r237536 - stable/9/release/picobsd/build

2012-06-24 Thread Luigi Rizzo
Author: luigi Date: Sun Jun 24 17:02:28 2012 New Revision: 237536 URL: http://svn.freebsd.org/changeset/base/237536 Log: partial MFC. Mostly, do not build clang when initializing picobsd Modified: stable/9/release/picobsd/build/picobsd Modified: stable/9/release/picobsd/build/picobsd

svn commit: r237537 - head/sys/dev/isp

2012-06-24 Thread Matt Jacob
Author: mjacob Date: Sun Jun 24 17:30:54 2012 New Revision: 237537 URL: http://svn.freebsd.org/changeset/base/237537 Log: Clean up multi-id mode so it's driven by the f/w loaded, not by some hint setting. Do more preparations for FC-Tape. Clean up resource counting for 24XX or later

svn commit: r237538 - in stable/8: . share/man/man9

2012-06-24 Thread Christian Brueffer
Author: brueffer Date: Sun Jun 24 17:37:08 2012 New Revision: 237538 URL: http://svn.freebsd.org/changeset/base/237538 Log: MFC: r211353 Tie up some loose ends r88509 left behind: - chooseproc() is long gone, MLINK choosethread instead - Update NAME section for choosethread - Mark

Re: svn commit: r237412 - in head: sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/components/dis

2012-06-24 Thread Ruslan Bukin
On Fri, Jun 22, 2012 at 11:53:30AM -0400, Jung-uk Kim wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-06-22 05:58:47 -0400, Konstantin Belousov wrote: On Fri, Jun 22, 2012 at 12:40:45AM +, Jung-uk Kim wrote: Author: jkim Date: Fri Jun 22 00:40:44 2012 New Revision: 237412

svn commit: r237539 - in stable/7: . share/man/man9

2012-06-24 Thread Christian Brueffer
Author: brueffer Date: Sun Jun 24 18:38:16 2012 New Revision: 237539 URL: http://svn.freebsd.org/changeset/base/237539 Log: MFC: r211353 Tie up some loose ends r88509 left behind: - chooseproc() is long gone, MLINK choosethread instead - Update NAME section for choosethread - Mark

svn commit: r237540 - in head/sys: netinet netinet6

2012-06-24 Thread Michael Tuexen
Author: tuexen Date: Sun Jun 24 21:25:54 2012 New Revision: 237540 URL: http://svn.freebsd.org/changeset/base/237540 Log: Do packet logging in a consistent way. MFC after: 3 days Modified: head/sys/netinet/sctp_bsd_addr.c head/sys/netinet/sctp_bsd_addr.h

svn commit: r237541 - head/sys/netinet

2012-06-24 Thread Michael Tuexen
Author: tuexen Date: Sun Jun 24 22:22:44 2012 New Revision: 237541 URL: http://svn.freebsd.org/changeset/base/237541 Log: Remove redundant check. MFC after: 3 days Modified: head/sys/netinet/sctp_input.c Modified: head/sys/netinet/sctp_input.c

svn commit: r237542 - in head/sys: netinet netinet6

2012-06-24 Thread Michael Tuexen
Author: tuexen Date: Sun Jun 24 23:12:24 2012 New Revision: 237542 URL: http://svn.freebsd.org/changeset/base/237542 Log: Pass the packet length explicitly around. MFC after: 3 days Modified: head/sys/netinet/sctp_indata.c head/sys/netinet/sctp_input.c head/sys/netinet/sctp_output.c

svn commit: r237543 - stable/9/sys/fs/nfsclient

2012-06-24 Thread Rick Macklem
Author: rmacklem Date: Mon Jun 25 01:48:18 2012 New Revision: 237543 URL: http://svn.freebsd.org/changeset/base/237543 Log: MFC: r237244 Fix the NFSv4 client for the case where mmap'd files are written, but not msync'd by a process. A VOP_PUTPAGES() called when VOP_RECLAIM() happens will

svn commit: r237544 - head/sys/dev/isp

2012-06-24 Thread Matt Jacob
Author: mjacob Date: Mon Jun 25 03:06:29 2012 New Revision: 237544 URL: http://svn.freebsd.org/changeset/base/237544 Log: Unbreak register tests for parallel SCSI. You can't overwrite registers 7 and 8. MFC after:3 days Modified: head/sys/dev/isp/isp.c Modified:

Re: svn commit: r237518 - in head: share/man/man9 sys/cam/scsi sys/dev/xen/blkfront sys/geom

2012-06-24 Thread Andrey V. Elsukov
On 24.06.2012 8:29, Kenneth D. Merry wrote: Author: ken Date: Sun Jun 24 04:29:03 2012 New Revision: 237518 URL: http://svn.freebsd.org/changeset/base/237518 Log: Fix a bug which causes a panic in daopen(). The panic is caused by a da(4) instance going away while GEOM is still probing

svn commit: r237545 - head/sys/geom

2012-06-24 Thread Kenneth D. Merry
Author: ken Date: Mon Jun 25 04:26:10 2012 New Revision: 237545 URL: http://svn.freebsd.org/changeset/base/237545 Log: Consume spare fields for the providergone pointers added to the g_class and g_geom structures in change 237518. The original change would have broken the ABI.

Re: svn commit: r237518 - in head: share/man/man9 sys/cam/scsi sys/dev/xen/blkfront sys/geom

2012-06-24 Thread Kenneth D. Merry
On Mon, Jun 25, 2012 at 07:47:59 +0400, Andrey V. Elsukov wrote: On 24.06.2012 8:29, Kenneth D. Merry wrote: Author: ken Date: Sun Jun 24 04:29:03 2012 New Revision: 237518 URL: http://svn.freebsd.org/changeset/base/237518 Log: Fix a bug which causes a panic in daopen(). The

svn commit: r237546 - in head: sys/dev/mfi sys/dev/mps sys/dev/mpt sys/kern tools/tools/net80211/w00t/redir tools/tools/net80211/wesside/dics

2012-06-24 Thread Kevin Lo
Author: kevlo Date: Mon Jun 25 05:41:16 2012 New Revision: 237546 URL: http://svn.freebsd.org/changeset/base/237546 Log: Correct sizeof usage Obtained from:DragonFly Modified: head/sys/dev/mfi/mfi_tbolt.c head/sys/dev/mps/mps_sas.c head/sys/dev/mpt/mpt_cam.c

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

2012-06-24 Thread Kevin Lo
Author: kevlo Date: Mon Jun 25 05:47:12 2012 New Revision: 237547 URL: http://svn.freebsd.org/changeset/base/237547 Log: Fix size of the bcopy when extracting ethernet address Obtained from:DragonFly Modified: head/sys/dev/re/if_re.c Modified: head/sys/dev/re/if_re.c