Re: svn commit: r202143 - in head/sys: boot/forth compat/linux compat/svr4 i386/ibcs2 kern rpc security/audit sys

2010-01-12 Thread Brooks Davis
On Tue, Jan 12, 2010 at 07:49:35AM +, Brooks Davis wrote: > Author: brooks > Date: Tue Jan 12 07:49:34 2010 > New Revision: 202143 > URL: http://svn.freebsd.org/changeset/base/202143 > > Log: > Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic > kern.ngroups+1. kern.ngroups can

Re: svn commit: r202127 - head/sys/dev/sound/pci/hda

2010-01-12 Thread Andriy Gapon
on 12/01/2010 00:57 Alexander Motin said the following: > Author: mav > Date: Mon Jan 11 22:57:52 2010 > New Revision: 202127 > URL: http://svn.freebsd.org/changeset/base/202127 > > Log: > Add multichannel (4.0 and 7.1) playback support. 5.1 mode support blocked > now due to unidentified synch

svn commit: r202150 - head/sys/dev/sound/pcm

2010-01-12 Thread Alexander Motin
Author: mav Date: Tue Jan 12 11:11:25 2010 New Revision: 202150 URL: http://svn.freebsd.org/changeset/base/202150 Log: Make OSS_GETVERSION ioctl really work. It has 'M' group, not 'P', as different nearby ones, and was grabbed by MIXER_xxx() handler. While there, replace '(cmd & MIXER_xxx

svn commit: r202156 - head/sys/dev/sound/pci/hda

2010-01-12 Thread Alexander Motin
Author: mav Date: Tue Jan 12 16:40:13 2010 New Revision: 202156 URL: http://svn.freebsd.org/changeset/base/202156 Log: Align buffer size to LCM of 128bytes, required by hardware, and alignment of current format. This fixes problems with non-power-of-2 number of channels. Enable 5.1 format

svn commit: r202157 - head/lib/libpmc

2010-01-12 Thread Joseph Koshy
Author: jkoshy Date: Tue Jan 12 17:03:55 2010 New Revision: 202157 URL: http://svn.freebsd.org/changeset/base/202157 Log: Bug fix: add a missing initializer. Submitted by: Luca Pizzamiglio PR: i386/142742 Modified: head/lib/libpmc/libpmc.c Modified: head/lib/libpmc/libpmc.c

svn commit: r202159 - head/lib/libelf

2010-01-12 Thread Christian Brueffer
Author: brueffer Date: Tue Jan 12 17:38:23 2010 New Revision: 202159 URL: http://svn.freebsd.org/changeset/base/202159 Log: Remove useless .TE groff macro. Submitted by: Joerg Sonnenberger MFC after:3 days Modified: head/lib/libelf/elf.3 Modified: head/lib/libelf/elf.3 ===

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

2010-01-12 Thread Alexander Motin
Author: mav Date: Tue Jan 12 17:50:26 2010 New Revision: 202160 URL: http://svn.freebsd.org/changeset/base/202160 Log: Update, reflecting added multichannel playback support. Modified: head/share/man/man4/snd_hda.4 Modified: head/share/man/man4/snd_hda.4 =

svn commit: r202161 - in head: sbin/ifconfig share/man/man4 sys/amd64/amd64 sys/dev/aic7xxx sys/dev/ath sys/dev/ath/ath_hal/ar5210 sys/dev/ct sys/dev/mly sys/i386/i386 tools/tools/ath/athdecode

2010-01-12 Thread Gavin Atkinson
Author: gavin Date: Tue Jan 12 17:59:58 2010 New Revision: 202161 URL: http://svn.freebsd.org/changeset/base/202161 Log: Spell "Hz" correctly wherever it is user-visible. PR: bin/142566 Submitted by: N.J. Mann njm njm.me.uk Approved by: ed (mentor) MFC after:2 weeks

svn commit: r202162 - head/share/man/man3

2010-01-12 Thread Christian Brueffer
Author: brueffer Date: Tue Jan 12 18:07:12 2010 New Revision: 202162 URL: http://svn.freebsd.org/changeset/base/202162 Log: Various fixes. Modified: head/share/man/man3/pthread_affinity_np.3 head/share/man/man3/pthread_attr_affinity_np.3 Modified: head/share/man/man3/pthread_affinity_np.3

svn commit: r202163 - head/sys/kern

2010-01-12 Thread Brooks Davis
Author: brooks Date: Tue Jan 12 18:20:20 2010 New Revision: 202163 URL: http://svn.freebsd.org/changeset/base/202163 Log: Declare the kern.ngroups sysctl to be read-only, but tunable at boot for better error reporting. Submitted by: Matthew Fleming MFC After:1 month Modified: he

svn commit: r202164 - stable/8/usr.sbin/arp

2010-01-12 Thread John Baldwin
Author: jhb Date: Tue Jan 12 18:47:40 2010 New Revision: 202164 URL: http://svn.freebsd.org/changeset/base/202164 Log: MFC 201202: Use reallocf() to simplify some logic. Modified: stable/8/usr.sbin/arp/arp.c Directory Properties: stable/8/usr.sbin/arp/ (props changed) Modified: stable/

svn commit: r202165 - stable/7/usr.sbin/arp

2010-01-12 Thread John Baldwin
Author: jhb Date: Tue Jan 12 18:47:52 2010 New Revision: 202165 URL: http://svn.freebsd.org/changeset/base/202165 Log: MFC 201202: Use reallocf() to simplify some logic. Modified: stable/7/usr.sbin/arp/arp.c Directory Properties: stable/7/usr.sbin/arp/ (props changed) Modified: stable/

svn commit: r202166 - head/sys/dev/sound/pcm

2010-01-12 Thread Alexander Motin
Author: mav Date: Tue Jan 12 19:41:07 2010 New Revision: 202166 URL: http://svn.freebsd.org/changeset/base/202166 Log: Make default recording source choosing more intelligent. Change default recording level from 0 to 75. It should increase chances for things to work just out of the box. Mod

svn commit: r202167 - in stable/8: etc etc/defaults share/man/man5

2010-01-12 Thread John Baldwin
Author: jhb Date: Tue Jan 12 19:55:07 2010 New Revision: 202167 URL: http://svn.freebsd.org/changeset/base/202167 Log: MFC 201215: Add support for configuring vlan(4) interfaces as child devices similar to wlan(4) interfaces. vlan(4) interfaces are listed via a new 'vlans_' variable. If

svn commit: r202169 - in stable/7: etc etc/defaults etc/rc.d share/man/man5

2010-01-12 Thread John Baldwin
Author: jhb Date: Tue Jan 12 20:06:04 2010 New Revision: 202169 URL: http://svn.freebsd.org/changeset/base/202169 Log: MFC 201215: Add support for configuring vlan(4) interfaces as child devices similar to wlan(4) interfaces. vlan(4) interfaces are listed via a new 'vlans_' variable. If

svn commit: r202170 - head/sys/dev/sound/pcm

2010-01-12 Thread Alexander Motin
Author: mav Date: Tue Jan 12 20:10:40 2010 New Revision: 202170 URL: http://svn.freebsd.org/changeset/base/202170 Log: Make OSS_GETVERSION ioctl supported also for DSP devices, same as 4Front and Linux do. MFC after:1 month Modified: head/sys/dev/sound/pcm/dsp.c Modified: head/sys

svn commit: r202171 - head/sys/mips/conf

2010-01-12 Thread Rui Paulo
Author: rpaulo Date: Tue Jan 12 20:52:41 2010 New Revision: 202171 URL: http://svn.freebsd.org/changeset/base/202171 Log: Fix svn properties and remove a P4 keyword. Modified: head/sys/mips/conf/SWARM (contents, props changed) Directory Properties: head/sys/mips/conf/ALCHEMY (props chan

svn commit: r202172 - head/sys/mips/conf

2010-01-12 Thread Rui Paulo
Author: rpaulo Date: Tue Jan 12 20:55:12 2010 New Revision: 202172 URL: http://svn.freebsd.org/changeset/base/202172 Log: Add a regular comment explaining what this file is. Modified: head/sys/mips/conf/AR71XX Modified: head/sys/mips/conf/AR71XX ==

svn commit: r202173 - in head/sys/mips: alchemy atheros conf include mips rmi sibyte

2010-01-12 Thread Warner Losh
Author: imp Date: Tue Jan 12 21:17:36 2010 New Revision: 202173 URL: http://svn.freebsd.org/changeset/base/202173 Log: Place proper svn:keywords tag on all these files. They were created somehow without them on projects/mips, and that mistake was propigated over to head. Submitted by:

svn commit: r202175 - in head/sys/mips: adm5120 alchemy atheros cavium conf idt include malta mips rmi rmi/dev/sec rmi/dev/xlr sentry5 sibyte

2010-01-12 Thread Warner Losh
Author: imp Date: Tue Jan 12 21:36:08 2010 New Revision: 202175 URL: http://svn.freebsd.org/changeset/base/202175 Log: Set the svn:eol-style = native and svn:mime-type = text/plain properties on all files in this tree. Submitted by: rpaulo@ Modified: Directory Properties: head/sys/mips

svn commit: r202176 - in head/lib/libc: net sys

2010-01-12 Thread Christian Brueffer
Author: brueffer Date: Tue Jan 12 21:45:03 2010 New Revision: 202176 URL: http://svn.freebsd.org/changeset/base/202176 Log: Miscellaneous mdoc, spelling and inconsistency fixes. PR: 142573, 142576 (mostly) Submitted by: brucec MFC after:1 week Modified: head/lib/libc/ne

svn commit: r202178 - head/sys/net80211

2010-01-12 Thread Rui Paulo
Author: rpaulo Date: Tue Jan 12 22:22:27 2010 New Revision: 202178 URL: http://svn.freebsd.org/changeset/base/202178 Log: Update mesh code to to D4.0. Modified: head/sys/net80211/ieee80211_mesh.c head/sys/net80211/ieee80211_mesh.h Modified: head/sys/net80211/ieee80211_mesh.c ==

svn commit: r202179 - stable/7/share/man/man4/man4.i386

2010-01-12 Thread Christian Brueffer
Author: brueffer Date: Tue Jan 12 22:28:59 2010 New Revision: 202179 URL: http://svn.freebsd.org/changeset/base/202179 Log: MFC: r197276 Correct a sysctl name. Modified: stable/7/share/man/man4/man4.i386/acpi_panasonic.4 Directory Properties: stable/7/share/man/man4/ (props changed)

INCLUDE_CONFIG_FILE in GENERIC

2010-01-12 Thread Doug Barton
On 1/10/2010 8:02 PM, M. Warner Losh wrote: > In message: > Doug Barton writes: > : On Sun, 10 Jan 2010, Warner Losh wrote: > : > : > Author: imp > : > Date: Sun Jan 10 17:44:22 2010 > : > New Revision: 202019 > : > URL: http://svn.freebsd.org/changeset/base/202019 > : > > : > Log: >

Re: INCLUDE_CONFIG_FILE in GENERIC

2010-01-12 Thread M. Warner Losh
In message: <4b4d109a.5060...@freebsd.org> Doug Barton writes: : On 1/10/2010 8:02 PM, M. Warner Losh wrote: : > In message: : > Doug Barton writes: : > : On Sun, 10 Jan 2010, Warner Losh wrote: : > : : > : > Author: imp : > : > Date: Sun Jan 10 17:44:22 2010 : > : > New

svn commit: r202181 - in head: share/man/man4 sys/conf sys/dev/usb sys/dev/usb/net sys/modules/usb sys/modules/usb/uhso usr.sbin usr.sbin/uhsoctl

2010-01-12 Thread Andrew Thompson
Author: thompsa Date: Wed Jan 13 03:16:31 2010 New Revision: 202181 URL: http://svn.freebsd.org/changeset/base/202181 Log: Add a driver by Fredrik Lindberg for Option HSDPA USB devices. These differ from standard 3G wireless units by supplying a raw IP/IPv6 endpoint rather than using PPP ov

Re: svn commit: r202143 - in head/sys: boot/forth compat/linux compat/svr4 i386/ibcs2 kern rpc security/audit sys

2010-01-12 Thread Bruce Evans
On Tue, 12 Jan 2010, Brooks Davis wrote: Log: Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic kern.ngroups+1. kern.ngroups can range from NGROUPS_MAX=1023 to INT_MAX-1. Given that the Windows group limit is 1024, this range should be sufficient for most applications. INT_MAX