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:

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

2011-05-19 Thread John Baldwin
Author: jhb Date: Thu May 19 11:41:12 2011 New Revision: 222093 URL: http://svn.freebsd.org/changeset/base/222093 Log: Add support for the SIIG Cyber 2S PCIe adapter. It is based on an Oxford Semiconductor OX16PCI954 but uses only two ports with a non-default clock rate. PR:

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

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: 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: 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