svn commit: r210714 - head/sys/netinet

2010-08-01 Thread Michael Tuexen
Author: tuexen Date: Sun Aug 1 08:06:59 2010 New Revision: 210714 URL: http://svn.freebsd.org/changeset/base/210714 Log: Cleanup code. MFC after: 2 weeks Modified: head/sys/netinet/sctp_output.c Modified: head/sys/netinet/sctp_output.c ==

svn commit: r210718 - head/contrib/tzdata

2010-08-01 Thread Edwin Groothuis
Author: edwin Date: Sun Aug 1 09:03:10 2010 New Revision: 210718 URL: http://svn.freebsd.org/changeset/base/210718 Log: MFV of r210716, tzdata2010k - Daylight Saving Time will not be used in Egypt during Ramadan. - Proper names for Pacific/Pohnpei and Pacific/Chuuk - Fix historical inf

svn commit: r210720 - in head/usr.bin: tar unifdef

2010-08-01 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Aug 1 09:10:09 2010 New Revision: 210720 URL: http://svn.freebsd.org/changeset/base/210720 Log: Fix typos. Modified: head/usr.bin/tar/bsdtar.1 head/usr.bin/unifdef/unifdef.1 Modified: head/usr.bin/tar/bsdtar.1

svn commit: r210723 - in head/usr.sbin: fwcontrol jail mfiutil mptutil rpc.ypxfrd ypserv

2010-08-01 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Aug 1 09:37:36 2010 New Revision: 210723 URL: http://svn.freebsd.org/changeset/base/210723 Log: Spelling fixes. Modified: head/usr.sbin/fwcontrol/fwcontrol.8 head/usr.sbin/jail/jail.8 head/usr.sbin/mfiutil/mfiutil.8 head/usr.sbin/mptutil/mptutil.8

svn commit: r210730 - head/lib/libmagic

2010-08-01 Thread Rui Paulo
Author: rpaulo Date: Sun Aug 1 12:10:32 2010 New Revision: 210730 URL: http://svn.freebsd.org/changeset/base/210730 Log: Use CFLAGS and LDFLAGS when compiling mkmagic. This ensures that all the correct flags are being used (esp. NO_WERROR wrt clang). Submitted by: Dimitry Andric Revie

svn commit: r210731 - head/lib/libc

2010-08-01 Thread Rui Paulo
Author: rpaulo Date: Sun Aug 1 12:35:01 2010 New Revision: 210731 URL: http://svn.freebsd.org/changeset/base/210731 Log: Disable all warnings when building gdtoa. This allows building libc with clang. The general idea is that the vendor will not accept our compilation patches and so disab

svn commit: r210734 - head/etc/rc.d

2010-08-01 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 1 15:41:00 2010 New Revision: 210734 URL: http://svn.freebsd.org/changeset/base/210734 Log: Allow starting /etc/rc.d/ipmon if ipnat is enabled but ipfilter is not (in /etc/rc.conf). This fixes an apparent confusion between test(1) and sh(1) syntax for AND/O

svn commit: r210736 - head/bin/sh

2010-08-01 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 1 16:37:51 2010 New Revision: 210736 URL: http://svn.freebsd.org/changeset/base/210736 Log: sh: Do not enter consecutive duplicates into the history. This simply sets a flag in libedit. It has a shortcoming in that it does not apply to multi-line commands.

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

2010-08-01 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Aug 1 21:54:25 2010 New Revision: 210737 URL: http://svn.freebsd.org/changeset/base/210737 Log: Correct function name. MFC after:3 days Modified: head/share/man/man9/make_dev.9 Modified: head/share/man/man9/make_dev.9 ==

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

2010-08-01 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 1 22:39:07 2010 New Revision: 210738 URL: http://svn.freebsd.org/changeset/base/210738 Log: sh: Add a test for a corner case in eval that already works correctly. Added: head/tools/regression/bin/sh/builtins/eval4.0 (contents, props changed) Added: head/tools/