svn commit: r222092 - stable/7/sys/dev/sound/pcm

2011-05-19 Thread Andriy Gapon
Author: avg Date: Thu May 19 07:09:13 2011 New Revision: 222092 URL: http://svn.freebsd.org/changeset/base/222092 Log: MFC r221803,221809: dsp/pcm: allow to mmap both read and write buffers Modified: stable/7/sys/dev/sound/pcm/dsp.c Directory Properties: stable/7/sys/ (props changed)

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

2011-05-19 Thread Andriy Gapon
Author: avg Date: Thu May 19 07:03:42 2011 New Revision: 222091 URL: http://svn.freebsd.org/changeset/base/222091 Log: MFC r221803,221809: dsp/pcm: allow to mmap both read and write buffers Modified: stable/8/sys/dev/sound/pcm/dsp.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r222090 - in head: . gnu/usr.bin share/mk tools/build/options

2011-05-19 Thread Warner Losh
Author: imp Date: Thu May 19 05:13:25 2011 New Revision: 222090 URL: http://svn.freebsd.org/changeset/base/222090 Log: Implement WITH{,OUT}_{GCC,BINUTILS} to provide finer-grained control over building gcc and binutils. They default to true, unless MK_TOOLCHAIN is no. Reviewed by:

Re: svn commit: r222034 - head/share/man/man9

2011-05-19 Thread Vadim Goncharov
Hi Poul-Henning Kamp! On Tue, 17 May 2011 18:24:59 + (UTC); Poul-Henning Kamp p...@freebsd.org wrote: Author: phk Date: Tue May 17 18:24:59 2011 New Revision: 222034 URL: http://svn.freebsd.org/changeset/base/222034 Log: Try to explain what sbufs do and add an example to show it.

svn commit: r222094 - head/share/misc

2011-05-19 Thread Edwin Groothuis
Author: edwin Date: Thu May 19 13:09:39 2011 New Revision: 222094 URL: http://svn.freebsd.org/changeset/base/222094 Log: Put AN back after finding out that tzsetup(1) will complain that it doesn't exist. It will be removed again once the tzdata distribution files have been updated with the

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

2011-05-19 Thread Poul-Henning Kamp
Author: phk Date: Thu May 19 13:42:19 2011 New Revision: 222095 URL: http://svn.freebsd.org/changeset/base/222095 Log: When adding examples to man-pages, try to make them at least look like they might work. Prodded by: Vadim Goncharov Modified: head/share/man/man9/sbuf.9 Modified:

Re: svn commit: r222094 - head/share/misc

2011-05-19 Thread Garrett Cooper
On May 19, 2011, at 6:09 AM, Edwin Groothuis ed...@freebsd.org wrote: Author: edwin Date: Thu May 19 13:09:39 2011 New Revision: 222094 URL: http://svn.freebsd.org/changeset/base/222094 Log: Put AN back after finding out that tzsetup(1) will complain that it doesn't exist. It will be

Re: svn commit: r222090 - in head: . gnu/usr.bin share/mk tools/build/options

2011-05-19 Thread Niclas Zeising
On 2011-05-19 07:13, Warner Losh wrote: Author: imp Date: Thu May 19 05:13:25 2011 New Revision: 222090 URL: http://svn.freebsd.org/changeset/base/222090 Log: Implement WITH{,OUT}_{GCC,BINUTILS} to provide finer-grained control over building gcc and binutils. They default to true,

svn commit: r222097 - in head: contrib/gcc share/misc

2011-05-19 Thread Ben Laurie
Author: benl Date: Thu May 19 15:18:35 2011 New Revision: 222097 URL: http://svn.freebsd.org/changeset/base/222097 Log: Fix clang warnings. Approved by: philip (mentor) Modified: head/contrib/gcc/genattrtab.c head/contrib/gcc/genautomata.c head/contrib/gcc/gengtype-lex.l

Re: svn commit: r222097 - in head: contrib/gcc share/misc

2011-05-19 Thread Alexander Kabaev
On Thu, 19 May 2011 15:18:35 + (UTC) Ben Laurie b...@freebsd.org wrote: Author: benl Date: Thu May 19 15:18:35 2011 New Revision: 222097 URL: http://svn.freebsd.org/changeset/base/222097 Log: Fix clang warnings. Modified: head/share/misc/committers-src.dot

svn commit: r222098 - stable/8/sys/dev/mii

2011-05-19 Thread Pyun YongHyeon
Author: yongari Date: Thu May 19 17:18:13 2011 New Revision: 222098 URL: http://svn.freebsd.org/changeset/base/222098 Log: MFC r221817: Explicitly clear 1000baseT control register for F1 PHY used in AR8132 FastEthernet controller. The PHY has no ability to establish a gigabit link.

svn commit: r222099 - stable/7/sys/dev/mii

2011-05-19 Thread Pyun YongHyeon
Author: yongari Date: Thu May 19 17:20:13 2011 New Revision: 222099 URL: http://svn.freebsd.org/changeset/base/222099 Log: MFC r221817: Explicitly clear 1000baseT control register for F1 PHY used in AR8132 FastEthernet controller. The PHY has no ability to establish a gigabit link.

svn commit: r222100 - head/sys/sys

2011-05-19 Thread John Baldwin
Author: jhb Date: Thu May 19 17:22:48 2011 New Revision: 222100 URL: http://svn.freebsd.org/changeset/base/222100 Log: Style fixes: - Sort forward declarations of structures. - Prefer uint64_t to u_int64_t. Modified: head/sys/sys/proc.h Modified: head/sys/sys/proc.h

svn commit: r222101 - stable/8/sys/dev/coretemp

2011-05-19 Thread Xin LI
Author: delphij Date: Thu May 19 17:24:53 2011 New Revision: 222101 URL: http://svn.freebsd.org/changeset/base/222101 Log: MFC r221509: Detect and set Atom's Tj(max) to 90 if it's not the 45nm D400/D500/N400 series. Modified: stable/8/sys/dev/coretemp/coretemp.c Directory Properties:

svn commit: r222102 - head/sys/dev/cxgbe

2011-05-19 Thread Navdeep Parhar
Author: np Date: Thu May 19 19:37:41 2011 New Revision: 222102 URL: http://svn.freebsd.org/changeset/base/222102 Log: Simplify t4_os_find_pci_capability. MFC after:3 days Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c

svn commit: r222103 - head/usr.bin/truss

2011-05-19 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Thu May 19 20:35:40 2011 New Revision: 222103 URL: http://svn.freebsd.org/changeset/base/222103 Log: Fix typos in comments, no functional changes. Found by: codespell Reviewed by:alfred MFC after: 1 week Modified:

Re: svn commit: r222048 - stable/8/sys/fs/nfs

2011-05-19 Thread Peter Jeremy
On 2011-May-18 02:14:26 +, Rick Macklem rmack...@freebsd.org wrote: Author: rmacklem Date: Wed May 18 02:14:26 2011 New Revision: 222048 URL: http://svn.freebsd.org/changeset/base/222048 Log: MFC: r221462 Add a comment noting that the NFS code assumes that the values of error numbers in

Re: svn commit: r222048 - stable/8/sys/fs/nfs

2011-05-19 Thread Doug Barton
On 5/19/2011 11:55 AM, Peter Jeremy wrote: On 2011-May-18 02:14:26 +, Rick Macklemrmack...@freebsd.org wrote: Author: rmacklem Date: Wed May 18 02:14:26 2011 New Revision: 222048 URL: http://svn.freebsd.org/changeset/base/222048 Log: MFC: r221462 Add a comment noting that the NFS code

svn commit: r222107 - in head/sys/dev: alc ale

2011-05-19 Thread Pyun YongHyeon
Author: yongari Date: Thu May 19 23:13:08 2011 New Revision: 222107 URL: http://svn.freebsd.org/changeset/base/222107 Log: Fix typo. Submitted by: brad at OpenBSD Modified: head/sys/dev/alc/if_alcreg.h head/sys/dev/ale/if_alereg.h Modified: head/sys/dev/alc/if_alcreg.h

svn commit: r222108 - head/sbin/hastd

2011-05-19 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu May 19 23:18:42 2011 New Revision: 222108 URL: http://svn.freebsd.org/changeset/base/222108 Log: In preparation for IPv6 support allow to specify multiple addresses to listen on. MFC after:3 weeks Modified: head/sbin/hastd/hast.conf.5 head/sbin/hastd/hast.h

svn commit: r222109 - stable/8/sys/fs/nfsserver

2011-05-19 Thread Rick Macklem
Author: rmacklem Date: Fri May 20 00:51:52 2011 New Revision: 222109 URL: http://svn.freebsd.org/changeset/base/222109 Log: MFC: r221517 Change the new NFS server so that it returns 0 when the f_bavail or f_ffree fields of struct statfs are negative, since the values that go on the wire

svn commit: r222110 - stable/8/sys/fs/nfsclient

2011-05-19 Thread Rick Macklem
Author: rmacklem Date: Fri May 20 01:04:33 2011 New Revision: 222110 URL: http://svn.freebsd.org/changeset/base/222110 Log: MFC: r221537 Set the initial value of maxfilesize to OFF_MAX in the new NFS client. It will then be reduced to whatever the server says it can support. There might