svn commit: r239640 - head/gnu/usr.bin/groff/tmac

2012-08-24 Thread Ruslan Ermilov
Author: ru Date: Fri Aug 24 06:55:16 2012 New Revision: 239640 URL: http://svn.freebsd.org/changeset/base/239640 Log: A workaround in r238563 was for makes (notably bmake) without the internal knowledge that cd is a shell's built-in. Such makes may attempt to exec() cd that in turn will

svn commit: r239642 - head/sys/dev/ath/ath_hal/ar5212

2012-08-24 Thread Adrian Chadd
Author: adrian Date: Fri Aug 24 07:32:35 2012 New Revision: 239642 URL: http://svn.freebsd.org/changeset/base/239642 Log: Add the method to fetch the default DFS parameters for the AR5212 PHY. I need to check whether new parameters were added for the AR5413 NIC. PR:

svn commit: r239643 - in head/sys/dev/ath/ath_hal: ar5210 ar5211 ar5212 ar5416

2012-08-24 Thread Adrian Chadd
Author: adrian Date: Fri Aug 24 07:35:18 2012 New Revision: 239643 URL: http://svn.freebsd.org/changeset/base/239643 Log: Add default values for the NumTxMaps capability. Modified: head/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c head/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c

Re: svn commit: r227687 - head/sys/dev/mii

2012-08-24 Thread Marius Strobl
On Thu, Aug 23, 2012 at 10:12:52AM -0400, John Baldwin wrote: On Friday, November 18, 2011 5:39:46 pm Marius Strobl wrote: Author: marius Date: Fri Nov 18 22:39:46 2011 New Revision: 227687 URL: http://svn.freebsd.org/changeset/base/227687 Log: - Add a hint.miibus.X.phymask hint,

Re: svn commit: r227687 - head/sys/dev/mii

2012-08-24 Thread John Baldwin
On Friday, August 24, 2012 6:34:51 am Marius Strobl wrote: On Thu, Aug 23, 2012 at 10:12:52AM -0400, John Baldwin wrote: On Friday, November 18, 2011 5:39:46 pm Marius Strobl wrote: Author: marius Date: Fri Nov 18 22:39:46 2011 New Revision: 227687 URL:

Re: svn commit: r239623 - head/sys/arm/at91

2012-08-24 Thread John Baldwin
On Thursday, August 23, 2012 5:31:52 pm Warner Losh wrote: Author: imp Date: Thu Aug 23 21:31:52 2012 New Revision: 239623 URL: http://svn.freebsd.org/changeset/base/239623 Log: Use proper resource type when freeing. Submitted by: Ian Lapore (indirectly in a larger patch)

svn commit: r239649 - head/release/doc/en_US.ISO8859-1/relnotes

2012-08-24 Thread Bernhard Schmidt
Author: bschmidt Date: Fri Aug 24 13:55:22 2012 New Revision: 239649 URL: http://svn.freebsd.org/changeset/base/239649 Log: Document update of 802.11s IE identifiers. Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified:

svn commit: r239655 - head/sys/cam/scsi

2012-08-24 Thread Jim Harris
Author: jimharris Date: Fri Aug 24 17:08:02 2012 New Revision: 239655 URL: http://svn.freebsd.org/changeset/base/239655 Log: Fix scsi_da's BIO_DELETE-SCSI_UNMAP translation to use correct local variable when determining various sizes related to SCSI UNMAP block descriptor lists.

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

2012-08-24 Thread Adrian Chadd
Author: adrian Date: Fri Aug 24 17:37:12 2012 New Revision: 239656 URL: http://svn.freebsd.org/changeset/base/239656 Log: Add an accessor macro for getting access to the default DFS parameters. PR: kern/170904 Modified: head/sys/dev/ath/if_athvar.h Modified:

svn commit: r239657 - head/sys/dev/ath/ath_hal/ar5212

2012-08-24 Thread Adrian Chadd
Author: adrian Date: Fri Aug 24 17:37:51 2012 New Revision: 239657 URL: http://svn.freebsd.org/changeset/base/239657 Log: Correctly handle the pe_enabled flag - both when configuring DFS and fetching the current DFS configuration. PR: kern/170904 Modified:

svn commit: r239658 - head/sys/dev/ath/ath_dfs/null

2012-08-24 Thread Adrian Chadd
Author: adrian Date: Fri Aug 24 17:39:57 2012 New Revision: 239658 URL: http://svn.freebsd.org/changeset/base/239658 Log: Remove the hard-coded AR5416-series parameters and instead use the DFS parameters fetched from the HAL. Check whether the specific chipset supports RADAR reporting

svn commit: r239663 - head/usr.sbin/pkg

2012-08-24 Thread Baptiste Daroussin
Author: bapt Date: Fri Aug 24 21:08:56 2012 New Revision: 239663 URL: http://svn.freebsd.org/changeset/base/239663 Log: - change ALWAYS_ASSUME_YES to ASSUME_ALWAYS_YES for consistency with pkg(8) - if not on a tty prompt about the missing pkg(8) but default on 'no' except if

svn commit: r239664 - head/usr.sbin/pkg

2012-08-24 Thread Baptiste Daroussin
Author: bapt Date: Fri Aug 24 21:45:52 2012 New Revision: 239664 URL: http://svn.freebsd.org/changeset/base/239664 Log: Fix confirmation logic when detecting a tty Reported by: mjg Modified: head/usr.sbin/pkg/pkg.c Modified: head/usr.sbin/pkg/pkg.c

svn commit: r239665 - head/sys/dev/isci

2012-08-24 Thread Jim Harris
Author: jimharris Date: Fri Aug 24 22:04:16 2012 New Revision: 239665 URL: http://svn.freebsd.org/changeset/base/239665 Log: Clear freeze bit before calling xpt_release_devq. This ensures that any ccbs which immediately start during the call to xpt_release_devq see an accurate picture of

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

2012-08-24 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 25 00:47:55 2012 New Revision: 239666 URL: http://svn.freebsd.org/changeset/base/239666 Log: Set mdp only under #ifdef WII. Modified: head/sys/powerpc/aim/machdep.c Modified: head/sys/powerpc/aim/machdep.c