svn commit: r233419 - head/sys/x86/include

2012-03-24 Thread Dimitry Andric
Author: dim Date: Sat Mar 24 10:07:21 2012 New Revision: 233419 URL: http://svn.freebsd.org/changeset/base/233419 Log: Fix the following clang warning in sys/dev/dcons/dcons.c, caused by the recent changes in sys/x86/include/endian.h: sys/dev/dcons/dcons.c:190:15: error: implicit conver

Re: svn commit: r233271 - in head/sys: amd64/conf arm/conf i386/conf ia64/conf mips/conf pc98/conf powerpc/conf sparc64/conf

2012-03-24 Thread Dimitry Andric
On 2012-03-21 09:38, Ed Schouten wrote: > Author: ed > Date: Wed Mar 21 08:38:42 2012 > New Revision: 233271 > URL: http://svn.freebsd.org/changeset/base/233271 > > Log: > Remove pty(4) from our kernel configurations. > > As of FreeBSD 8, this driver should not be used. Applications that us

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

2012-03-24 Thread Marius Strobl
Author: marius Date: Sat Mar 24 13:11:58 2012 New Revision: 233421 URL: http://svn.freebsd.org/changeset/base/233421 Log: Given that this is a host-PCI-Express bridge driver, create the parent DMA tag with a 4 GB boundary as required by PCI-Express. With r232403 in place this actually is red

svn commit: r233422 - in head/share/man: man4 man4/man4.powerpc man7 man9

2012-03-24 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Mar 24 13:37:57 2012 New Revision: 233422 URL: http://svn.freebsd.org/changeset/base/233422 Log: Remove superfluous paragraph macro. Modified: head/share/man/man4/acpi_hp.4 head/share/man/man4/adv.4 head/share/man/man4/ahc.4 head/share/man/man4/atk

svn commit: r233423 - head/sys/dev/e1000

2012-03-24 Thread Marius Strobl
Author: marius Date: Sat Mar 24 15:15:34 2012 New Revision: 233423 URL: http://svn.freebsd.org/changeset/base/233423 Log: Initialize the mutexes used for the NVM and the swflag as MTX_DUPOK in order to avoid otherwise harmless witness warnings when these are acquired at the same time and due

svn commit: r233424 - head/lib/libusb

2012-03-24 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Mar 24 15:17:18 2012 New Revision: 233424 URL: http://svn.freebsd.org/changeset/base/233424 Log: Minor mdoc fixes. Modified: head/lib/libusb/libusb.3 Modified: head/lib/libusb/libusb.3

Re: svn commit: r233391 - head/contrib/libstdc++/libsupc++

2012-03-24 Thread Alexander Kabaev
On Fri, 23 Mar 2012 23:39:44 + David Chisnall wrote: > On 23 Mar 2012, at 21:10, Konstantin Belousov wrote: > > > The patch just committed made the base-shipped library incompatible > > with the ports and manual libstdc++ builds. > > To clarify - the one shipped in the base system has been

svn commit: r233425 - head/sys/dev/mpt/mpilib

2012-03-24 Thread Marius Strobl
Author: marius Date: Sat Mar 24 16:23:21 2012 New Revision: 233425 URL: http://svn.freebsd.org/changeset/base/233425 Log: Consistently update to the MPI header set version 01.05.20 after r224761. Requested by: mjacob MFC after:1 week Added: head/sys/dev/mpt/mpilib/mpi_log_fc.h (c

Re: svn commit: r233419 - head/sys/x86/include

2012-03-24 Thread Bruce Evans
On Sat, 24 Mar 2012, Dimitry Andric wrote: Log: Fix the following clang warning in sys/dev/dcons/dcons.c, caused by the recent changes in sys/x86/include/endian.h: sys/dev/dcons/dcons.c:190:15: error: implicit conversion from '__uint32_t' (aka 'unsigned int') to '__uint16_t' (aka 'unsigne

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

2012-03-24 Thread Marius Strobl
Author: marius Date: Sat Mar 24 18:06:48 2012 New Revision: 233426 URL: http://svn.freebsd.org/changeset/base/233426 Log: Add QGE-X to the list of known-working cards. MFC after:1 week Modified: head/share/man/man4/cas.4 Modified: head/share/man/man4/cas.4 ==

svn commit: r233427 - in head/sys: amd64/conf i386/conf

2012-03-24 Thread Marius Strobl
Author: marius Date: Sat Mar 24 18:08:28 2012 New Revision: 233427 URL: http://svn.freebsd.org/changeset/base/233427 Log: Add cas(4), gem(4) and hme(4) to x86 GENERICs as suggested by netchild@ in <20120222095239.horde.0hpyhjjmrsrprkzxsofr...@webmail.leidinger.net>. According to some private

svn commit: r233428 - head/share/examples/cvsup

2012-03-24 Thread Eitan Adler
Author: eadler Date: Sat Mar 24 18:25:16 2012 New Revision: 233428 URL: http://svn.freebsd.org/changeset/base/233428 Log: Direct users to csup instead of cvsup in the csup-file boilerplate text. Reviewed by: maxim, des, swills Approved by: cperciva MFC after:3 days Modified: he

svn commit: r233429 - in head: etc/root share/examples share/examples/csh

2012-03-24 Thread Eitan Adler
Author: eadler Date: Sat Mar 24 18:43:18 2012 New Revision: 233429 URL: http://svn.freebsd.org/changeset/base/233429 Log: - Make the default values for tcsh more user friendly - Add an examples file with many of the not accepted suggestions from the discussion PR: conf/160689

Re: svn commit: r233391 - head/contrib/libstdc++/libsupc++

2012-03-24 Thread Konstantin Belousov
On Sat, Mar 24, 2012 at 11:54:21AM -0400, Alexander Kabaev wrote: > On Fri, 23 Mar 2012 23:39:44 + > David Chisnall wrote: > > > On 23 Mar 2012, at 21:10, Konstantin Belousov wrote: > > > > > The patch just committed made the base-shipped library incompatible > > > with the ports and manual

Re: svn commit: r233429 - in head: etc/root share/examples share/examples/csh

2012-03-24 Thread Chris Rees
On 24 Mar 2012 18:43, "Eitan Adler" wrote: > > Author: eadler > Date: Sat Mar 24 18:43:18 2012 > New Revision: 233429 > URL: http://svn.freebsd.org/changeset/base/233429 > > Log: > - Make the default values for tcsh more user friendly > - Add an examples file with many of the not accepted sugges

svn commit: r233430 - head/libexec/rtld-elf

2012-03-24 Thread Konstantin Belousov
Author: kib Date: Sat Mar 24 19:13:10 2012 New Revision: 233430 URL: http://svn.freebsd.org/changeset/base/233430 Log: Provide short-circuit exit(3) implementation for rtld. There is no atexit finalizers in rtld to call on rtld exiting (due to errors). Submitted by: bde No objections fr

svn commit: r233431 - head/libexec/rtld-elf

2012-03-24 Thread Konstantin Belousov
Author: kib Date: Sat Mar 24 19:14:44 2012 New Revision: 233431 URL: http://svn.freebsd.org/changeset/base/233431 Log: Remove libssp_nonshared from the rtld linking set. The only use for the library was definition for the weak alias of __stack_chk_fail. No objections from: kan MFC aft

Re: svn commit: r233428 - head/share/examples/cvsup

2012-03-24 Thread Juli Mallett
On Sat, Mar 24, 2012 at 11:25, Eitan Adler wrote: > Author: eadler > Date: Sat Mar 24 18:25:16 2012 > New Revision: 233428 > URL: http://svn.freebsd.org/changeset/base/233428 > > Log: >  Direct users to csup instead of cvsup in the csup-file boilerplate text. Thanks for doing this! I'm not sure

Re: svn commit: r233391 - head/contrib/libstdc++/libsupc++

2012-03-24 Thread Pedro Giffuni
Ahem.. On 03/23/12 15:10, David Chisnall wrote: Author: theraven Date: Fri Mar 23 20:10:56 2012 New Revision: 233391 URL: http://svn.freebsd.org/changeset/base/233391 Log: Revert ABI breakage in libsupc++. Unfortunately, the ABI was broken upstream for the 4.2 release, which we import

Re: svn commit: r233429 - in head: etc/root share/examples share/examples/csh

2012-03-24 Thread Florian Smeets
On 24.03.12 19:43, Eitan Adler wrote: Author: eadler Date: Sat Mar 24 18:43:18 2012 New Revision: 233429 URL: http://svn.freebsd.org/changeset/base/233429 Log: - Make the default values for tcsh more user friendly - Add an examples file with many of the not accepted suggestions from the d

svn commit: r233432 - in head/secure: usr.bin/ssh usr.sbin/sshd

2012-03-24 Thread Eitan Adler
Author: eadler Date: Sat Mar 24 19:41:43 2012 New Revision: 233432 URL: http://svn.freebsd.org/changeset/base/233432 Log: Restore the ability to use a non-standard LOCALBASE to sshd Add the ability to use a non-standard LOCALBASE to ssh Submitted by: jhb Reviewed by: des Approved by:

svn commit: r233433 - in head/sys: amd64/amd64 amd64/conf conf i386/conf i386/i386

2012-03-24 Thread Alan Cox
Author: alc Date: Sat Mar 24 19:43:49 2012 New Revision: 233433 URL: http://svn.freebsd.org/changeset/base/233433 Log: Disable detailed PV entry accounting by default. Add a config option to enable it. MFC after:1 week Modified: head/sys/amd64/amd64/pmap.c head/sys/amd64/conf/NO

Re: svn commit: r233429 - in head: etc/root share/examples share/examples/csh

2012-03-24 Thread Eitan Adler
On Sat, Mar 24, 2012 at 3:36 PM, Florian Smeets wrote: > On 24.03.12 19:43, Eitan Adler wrote: >> >> Author: eadler >> Date: Sat Mar 24 18:43:18 2012 >> New Revision: 233429 >> URL: http://svn.freebsd.org/changeset/base/233429 >> >> Log: >>   - Make the default values for tcsh more user friendly >

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

2012-03-24 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Mar 24 19:59:14 2012 New Revision: 233434 URL: http://svn.freebsd.org/changeset/base/233434 Log: Following suggestions from alc, skip wired mappings in pmap_remove_pages() and remove moea64_attr_*() in favor of direct calls to vm_page_dirty() and friends. Modifi

Re: svn commit: r233429 - in head: etc/root share/examples share/examples/csh

2012-03-24 Thread Jan Beich
Eitan Adler writes: > Author: eadler > Date: Sat Mar 24 18:43:18 2012 > New Revision: 233429 > URL: http://svn.freebsd.org/changeset/base/233429 > > Log: > - Make the default values for tcsh more user friendly [...] > Modified: head/etc/root/dot.cshrc > =

Re: svn commit: r233429 - in head: etc/root share/examples share/examples/csh

2012-03-24 Thread Eitan Adler
On Sat, Mar 24, 2012 at 3:49 PM, Eitan Adler wrote: >> Something like this is missing: ... >> otherwise the build fails Is the following correct? For some reason the build doesn't fail for me in either case so I can't actually confirm. commit 6060054640292a746de3e9ffcfee9d87ed0a8750 Author: Eit

Re: svn commit: r233428 - head/share/examples/cvsup

2012-03-24 Thread Eitan Adler
On Sat, Mar 24, 2012 at 3:16 PM, Juli Mallett wrote: > The name of the protocol is certainly CVSup and not csup.  And the > protocol is what is being referred to here (as is suggested by the > parenthetical.)  If the protocol weren't being referred to, it would > be a literal "cvsup" since that's

svn commit: r233435 - head/etc/mtree

2012-03-24 Thread Eitan Adler
Author: eadler Date: Sat Mar 24 21:10:19 2012 New Revision: 233435 URL: http://svn.freebsd.org/changeset/base/233435 Log: Fix build by adding new directory to mtree in r233429 Submitted by: flo Approved by: cperciva MFC after:1 week Modified: head/etc/mtree/BSD.usr.dist Modifie

Re: svn commit: r233419 - head/sys/x86/include

2012-03-24 Thread Dimitry Andric
On 2012-03-24 18:48, Bruce Evans wrote: > On Sat, 24 Mar 2012, Dimitry Andric wrote: > >> Log: >> Fix the following clang warning in sys/dev/dcons/dcons.c, caused by the >> recent changes in sys/x86/include/endian.h: >> >>sys/dev/dcons/dcons.c:190:15: error: implicit conversion from >> '__u

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

2012-03-24 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Mar 24 22:32:19 2012 New Revision: 233436 URL: http://svn.freebsd.org/changeset/base/233436 Log: Only call vm_page_dirty() on pages that are writable in order not to confuse the VM. Modified: head/sys/powerpc/aim/mmu_oea64.c Modified: head/sys/powerpc/aim/mmu_o

svn commit: r233437 - head/share/examples/csh

2012-03-24 Thread Eitan Adler
Author: eadler Date: Sat Mar 24 23:10:18 2012 New Revision: 233437 URL: http://svn.freebsd.org/changeset/base/233437 Log: Add a few more examples Submitted by: jmallett Approved by: cperciva (implicit) MFC after:3 days X-MFC-With: r233429 Modified: head/share/examples/csh/do

svn commit: r233438 - head/sys/ufs/ffs

2012-03-24 Thread Kirk McKusick
Author: mckusick Date: Sun Mar 25 00:02:37 2012 New Revision: 233438 URL: http://svn.freebsd.org/changeset/base/233438 Log: Add a third flags argument to ffs_syncvnode to avoid a possible conflict with MNT_WAIT flags that passed in its second argument. This will be MFC'ed together with r2323

svn commit: r233445 - head/contrib/tzdata

2012-03-24 Thread Edwin Groothuis
Author: edwin Date: Sun Mar 25 02:10:31 2012 New Revision: 233445 URL: http://svn.freebsd.org/changeset/base/233445 Log: MFV of 233442, tzdata2012a - Updates to various locations in Antarctica. - Armenia will abolish DST this year. - Not only Samoa has moved to UTC+14, also Fakaofo did.

svn commit: r233451 - head/lib/libpmc

2012-03-24 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Mar 25 02:22:32 2012 New Revision: 233451 URL: http://svn.freebsd.org/changeset/base/233451 Log: Update manual pages for MIPS-related CPUs: - Rename pmc.mips to pmc.mips24k since it covers just one CPU, no whole architecture - Add documetnations for Octeon's

svn commit: r233452 - head/sys/net80211

2012-03-24 Thread Adrian Chadd
Author: adrian Date: Sun Mar 25 03:11:57 2012 New Revision: 233452 URL: http://svn.freebsd.org/changeset/base/233452 Log: Create a new task to handle 802.11n channel width changes. Currently, a channel width change updates the 802.11n HT info data in net80211 but it doesn't trigger any de

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

2012-03-24 Thread Adrian Chadd
Author: adrian Date: Sun Mar 25 03:14:31 2012 New Revision: 233453 URL: http://svn.freebsd.org/changeset/base/233453 Log: Add the new channel width change field to the ath(4) driver. This is not entirely correct as it simply resets the channel, flushing whatever is in the TX/RX queue. Th

Re: svn commit: r233419 - head/sys/x86/include

2012-03-24 Thread Bruce Evans
On Sat, 24 Mar 2012, Dimitry Andric wrote: On 2012-03-24 18:48, Bruce Evans wrote: On Sat, 24 Mar 2012, Dimitry Andric wrote: Log: Fix the following clang warning in sys/dev/dcons/dcons.c, caused by the recent changes in sys/x86/include/endian.h: sys/dev/dcons/dcons.c:190:15: error: imp

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

2012-03-24 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Mar 25 06:01:34 2012 New Revision: 233454 URL: http://svn.freebsd.org/changeset/base/233454 Log: More PMAP performance improvements: on powerpc64, when TLBIE can be run with exceptions enabled, leave them enabled and use a regular mutex to guard TLB invalidations