svn commit: r236736 - head/sys/dev/puc

2012-06-08 Thread John Hay
Author: jhay Date: Fri Jun 8 06:07:23 2012 New Revision: 236736 URL: http://svn.freebsd.org/changeset/base/236736 Log: Add support for the Sunix SER5437A dual serial PCI Express card. Modified: head/sys/dev/puc/pucdata.c Modified: head/sys/dev/puc/pucdata.c

svn commit: r236737 - head/sys/dev/ahci

2012-06-08 Thread Alexander Motin
Author: mav Date: Fri Jun 8 07:44:42 2012 New Revision: 236737 URL: http://svn.freebsd.org/changeset/base/236737 Log: Add IDs for Marvell 88SE9220/9230/9235 PCIe 2.0 x2 6Gbps SATA controllers. Marvell 88SE9230 was confirmed to work, the rest two are just guessed. MFC after:1 week

svn commit: r236738 - head/sys/kern

2012-06-08 Thread Mateusz Guzik
Author: mjg Date: Fri Jun 8 08:04:51 2012 New Revision: 236738 URL: http://svn.freebsd.org/changeset/base/236738 Log: Plug socket refcount leak on error in sys_sctp_peeloff. Reviewed by: tuexen Approved by: trasz (mentor) MFC after:3 days Modified:

svn commit: r236742 - stable/9/usr.bin/make

2012-06-08 Thread Max Khon
Author: fjoe Date: Fri Jun 8 10:03:37 2012 New Revision: 236742 URL: http://svn.freebsd.org/changeset/base/236742 Log: MFC: r231544 Include target names in diagnostic output. Submitted by: Garrett Cooper Modified: stable/9/usr.bin/make/job.c Directory Properties: stable/9/

svn commit: r236743 - stable/8/sys/dev/sound/pcm

2012-06-08 Thread Alexander Motin
Author: mav Date: Fri Jun 8 11:40:30 2012 New Revision: 236743 URL: http://svn.freebsd.org/changeset/base/236743 Log: MFC r214332: Make hw.snd.vpc_0db to be also a loader tunable. Modified: stable/8/sys/dev/sound/pcm/channel.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r236745 - stable/8/sys/dev/sound/pcm

2012-06-08 Thread Alexander Motin
Author: mav Date: Fri Jun 8 11:58:28 2012 New Revision: 236745 URL: http://svn.freebsd.org/changeset/base/236745 Log: MFC r222826: Make automatic hw.snd.default_unit choice a bit more intelligent. Instead of just setting it to the first registered device, reevaluate it for each device

svn commit: r236746 - head/lib/libgssapi

2012-06-08 Thread Joel Dahl
Author: joel (doc committer) Date: Fri Jun 8 12:09:00 2012 New Revision: 236746 URL: http://svn.freebsd.org/changeset/base/236746 Log: mdoc: add missing -width argument to Bl -tag. Modified: head/lib/libgssapi/gss_accept_sec_context.3 head/lib/libgssapi/gss_acquire_cred.3

svn commit: r236747 - stable/8/sys/dev/sound/pci/hda

2012-06-08 Thread Alexander Motin
Author: mav Date: Fri Jun 8 12:23:02 2012 New Revision: 236747 URL: http://svn.freebsd.org/changeset/base/236747 Log: MFC r223058: Add bunch of Conexant codec IDs. For some of them add quirks to disable excessive signal paths to simplify tracer's life. Modified:

svn commit: r236748 - stable/8/sys/dev/sound/pci/hda

2012-06-08 Thread Alexander Motin
Author: mav Date: Fri Jun 8 12:24:47 2012 New Revision: 236748 URL: http://svn.freebsd.org/changeset/base/236748 Log: MFC r224967: Fix headphones pin configuration on Lenovo B450 laptop. Modified: stable/8/sys/dev/sound/pci/hda/hdac.c Directory Properties: stable/8/sys/ (props

svn commit: r236749 - stable/8/sys/dev/sound/pci/hda

2012-06-08 Thread Alexander Motin
Author: mav Date: Fri Jun 8 12:31:49 2012 New Revision: 236749 URL: http://svn.freebsd.org/changeset/base/236749 Log: MFC r223118: Hide driver revision behind bootverbose. Modified: stable/8/sys/dev/sound/pci/hda/hdac.c Directory Properties: stable/8/sys/ (props changed) Modified:

svn commit: r236750 - in stable/8: share/man/man4 sys/conf sys/dev/sound/pci/hda sys/modules/sound/driver/hda

2012-06-08 Thread Alexander Motin
Author: mav Date: Fri Jun 8 12:35:43 2012 New Revision: 236750 URL: http://svn.freebsd.org/changeset/base/236750 Log: MFC r230130: Major snd_hda driver rewrite: - Huge old hdac driver was split into three independent pieces: HDA controller driver (hdac), HDA CODEC driver (hdacc) and HDA

svn commit: r236751 - head/lib/libutil

2012-06-08 Thread Dag-Erling Smorgrav
Author: des Date: Fri Jun 8 12:36:08 2012 New Revision: 236751 URL: http://svn.freebsd.org/changeset/base/236751 Log: Document that we also support sha256 and sha512. MFC after:1 week Modified: head/lib/libutil/login.conf.5 Modified: head/lib/libutil/login.conf.5

svn commit: r236752 - in stable/8/sys: kern sys

2012-06-08 Thread Alexander Motin
Author: mav Date: Fri Jun 8 12:56:10 2012 New Revision: 236752 URL: http://svn.freebsd.org/changeset/base/236752 Log: Partially MFC r227701, r227847 and r227849 (by hselasky): Provide new device_delete_children() KPI without touching all consumers. Modified: stable/8/sys/kern/subr_bus.c

Re: svn commit: r236751 - head/lib/libutil

2012-06-08 Thread Alex Kozlov
On Fri, Jun 08, 2012 at 12:36:08PM +, Dag-Erling Smorgrav wrote: Author: des Date: Fri Jun 8 12:36:08 2012 New Revision: 236751 URL: http://svn.freebsd.org/changeset/base/236751 Log: Document that we also support sha256 and sha512. Perhaps it's time to change default to sha256 or

svn commit: r236753 - in stable/8: share/man/man4 sys/dev/sound/pci/hda sys/dev/sound/pcm

2012-06-08 Thread Alexander Motin
Author: mav Date: Fri Jun 8 13:10:18 2012 New Revision: 236753 URL: http://svn.freebsd.org/changeset/base/236753 Log: MFC r230181, r230312, r230326, r230331, r230451, r230465, r230488, r230507, r230511, r230513, r230532, r230537, r230551, r230554, r230571, r230574, r230585, r230641,

svn commit: r236754 - stable/8/sys/dev/sound/pcm

2012-06-08 Thread Alexander Motin
Author: mav Date: Fri Jun 8 13:22:50 2012 New Revision: 236754 URL: http://svn.freebsd.org/changeset/base/236754 Log: MFC r230845: Make sound(4) more flexible in setting soft buffer and block sizes when hardware imposes strict limitations on hard buffer and block sizes. Previous code

svn commit: r236755 - stable/8/sys/dev/sound/pci/hda

2012-06-08 Thread Alexander Motin
Author: mav Date: Fri Jun 8 13:25:46 2012 New Revision: 236755 URL: http://svn.freebsd.org/changeset/base/236755 Log: MFC r233606: Stop HDA controller polling callout on suspend and reset it on resume. Modified: stable/8/sys/dev/sound/pci/hda/hdac.c Directory Properties: stable/8/sys/

svn commit: r236756 - stable/8/sys/dev/sound/pci/hda

2012-06-08 Thread Alexander Motin
Author: mav Date: Fri Jun 8 13:27:30 2012 New Revision: 236756 URL: http://svn.freebsd.org/changeset/base/236756 Log: MFC r233692: Reenable unsolicited responses on CODEC if hdaa_sense_init() called again. This fixes jack connection events handling after suspend/resume. Modified:

svn commit: r236759 - head/usr.bin/sort

2012-06-08 Thread Dimitry Andric
Author: dim Date: Fri Jun 8 17:08:27 2012 New Revision: 236759 URL: http://svn.freebsd.org/changeset/base/236759 Log: In usr.bin/sort, use another method of silencing warnings about unused arguments, which does not trigger self-assignment warnings in certain circumstances (for example,

Re: svn commit: r236759 - head/usr.bin/sort

2012-06-08 Thread Gabor Kovesdan
On 2012.06.08. 19:08, Dimitry Andric wrote: In usr.bin/sort, use another method of silencing warnings about unused arguments, which does not trigger self-assignment warnings in certain circumstances (for example, using clang with ccache). MFC after: 3 days Modified:

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

2012-06-08 Thread John Baldwin
Author: jhb Date: Fri Jun 8 18:32:09 2012 New Revision: 236762 URL: http://svn.freebsd.org/changeset/base/236762 Log: Split the second half of vn_open_cred() (after a vnode has been found via a lookup or created via VOP_CREATE()) into a new vn_open_vnode() function and use this function in

Re: svn commit: r236759 - head/usr.bin/sort

2012-06-08 Thread Dimitry Andric
On 2012-06-08 19:30, Gabor Kovesdan wrote: On 2012.06.08. 19:08, Dimitry Andric wrote: ... -#define UNUSED_ARG(A) do { A=A; } while(0) +#define UNUSED_ARG(A) do { (void)(A); } while(0) My fault, I should have fixed this. But what about this version? I think it is more elegant and

svn commit: r236764 - head/usr.bin/sort

2012-06-08 Thread Gabor Kovesdan
Author: gabor Date: Fri Jun 8 19:21:49 2012 New Revision: 236764 URL: http://svn.freebsd.org/changeset/base/236764 Log: - Remove the UNUSED_ARG macro and use __unused in argument lists Reviewed by: dim MFC after:3 days Modified: head/usr.bin/sort/coll.c

svn commit: r236765 - stable/9/sys/cam/ata

2012-06-08 Thread Alexander Motin
Author: mav Date: Fri Jun 8 20:30:37 2012 New Revision: 236765 URL: http://svn.freebsd.org/changeset/base/236765 Log: MFC r235982: Add tunable/sysctl kern.cam.pmp.hide_special, controlling whether special PMP ports such as PMP configuration or SEMB should be exposed or hidden. These

svn commit: r236766 - stable/8/sys/cam/ata

2012-06-08 Thread Alexander Motin
Author: mav Date: Fri Jun 8 20:32:11 2012 New Revision: 236766 URL: http://svn.freebsd.org/changeset/base/236766 Log: MFC r235982: Add tunable/sysctl kern.cam.pmp.hide_special, controlling whether special PMP ports such as PMP configuration or SEMB should be exposed or hidden. These

svn commit: r236767 - stable/8/contrib/ipfilter/man

2012-06-08 Thread Gavin Atkinson
Author: gavin Date: Fri Jun 8 20:54:05 2012 New Revision: 236767 URL: http://svn.freebsd.org/changeset/base/236767 Log: Merge r215463 from head: Fix paths for example files. PR: docs/140725 Modified: stable/8/contrib/ipfilter/man/ipnat.8

svn commit: r236768 - head/share/man/man9

2012-06-08 Thread John Baldwin
Author: jhb Date: Fri Jun 8 21:30:35 2012 New Revision: 236768 URL: http://svn.freebsd.org/changeset/base/236768 Log: Several updates: - Consistently refer to rmlocks as read-mostly locks. - Relate rmlocks to rwlocks rather than sx locks since they are closer to rwlocks. - Add a

svn commit: r236769 - in vendor/NetBSD/bmake: . dist dist/PSD.doc dist/lst.lib dist/unit-tests

2012-06-08 Thread David E. O'Brien
Author: obrien Date: Fri Jun 8 21:57:36 2012 New Revision: 236769 URL: http://svn.freebsd.org/changeset/base/236769 Log: Import the 6-May-2012 release of the Portable BSD make tool (from NetBSD). Submitted by: s...@juniper.net Added: vendor/NetBSD/bmake/ vendor/NetBSD/bmake/dist/

svn commit: r236770 - vendor/NetBSD/bmake/20120606

2012-06-08 Thread David E. O'Brien
Author: obrien Date: Fri Jun 8 21:58:51 2012 New Revision: 236770 URL: http://svn.freebsd.org/changeset/base/236770 Log: Tag the r236769 Portable BSD make 6-May-2012 import. Added: vendor/NetBSD/bmake/20120606/ - copied from r236769, vendor/NetBSD/bmake/dist/

svn commit: r236771 - head/tools/regression/bin/sh/builtins

2012-06-08 Thread Jilles Tjoelker
Author: jilles Date: Fri Jun 8 22:54:25 2012 New Revision: 236771 URL: http://svn.freebsd.org/changeset/base/236771 Log: sh: Do not assume that SIGPIPE will only kill a subshell in builtins/wait3.0 test. POSIX says that SIGPIPE affects a process and therefore a SIGPIPE caused and

svn commit: r236772 - in head/sys: amd64/acpica amd64/amd64 amd64/include conf dev/acpica i386/acpica i386/i386 i386/include kern sys x86/acpica

2012-06-08 Thread Mitsuru IWASAKI
Author: iwasaki Date: Sat Jun 9 00:37:26 2012 New Revision: 236772 URL: http://svn.freebsd.org/changeset/base/236772 Log: Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference of suspend/resume procedures are minimized among them. common: - Add global cpuset suspended_cpus to

svn commit: r236773 - stable/9/share/man/man4

2012-06-08 Thread Warren Block
Author: wblock (doc committer) Date: Sat Jun 9 01:41:41 2012 New Revision: 236773 URL: http://svn.freebsd.org/changeset/base/236773 Log: MFC r236122,r236595: Wording corrections and simplifications. Approved by: gjb (mentor) Modified: stable/9/share/man/man4/vlan.4 Directory

svn commit: r236774 - stable/8/share/man/man4

2012-06-08 Thread Warren Block
Author: wblock (doc committer) Date: Sat Jun 9 01:42:22 2012 New Revision: 236774 URL: http://svn.freebsd.org/changeset/base/236774 Log: MFC r236122,r236595: Wording corrections and simplifications. Approved by: gjb (mentor) Modified: stable/8/share/man/man4/vlan.4 Directory

svn commit: r236775 - stable/7/share/man/man4

2012-06-08 Thread Warren Block
Author: wblock (doc committer) Date: Sat Jun 9 01:42:55 2012 New Revision: 236775 URL: http://svn.freebsd.org/changeset/base/236775 Log: MFC r236122,r236595: Wording corrections and simplifications. Approved by: gjb (mentor) Modified: stable/7/share/man/man4/vlan.4 Directory

svn commit: r236776 - head/cddl/contrib/opensolaris/cmd/zpool

2012-06-08 Thread Glen Barber
Author: gjb (doc committer) Date: Sat Jun 9 03:33:06 2012 New Revision: 236776 URL: http://svn.freebsd.org/changeset/base/236776 Log: Fix a typo: s/deafult/default MFC after:3 days Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Modified:

svn commit: r236777 - head/cddl/contrib/opensolaris/cmd/zpool

2012-06-08 Thread Glen Barber
Author: gjb (doc committer) Date: Sat Jun 9 03:34:34 2012 New Revision: 236777 URL: http://svn.freebsd.org/changeset/base/236777 Log: Clean up trailing whitespace. MFC after:3 days X-MFC-With: r236776 Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Modified: