svn commit: r254355 - releng/9.2/sys/netinet

2013-08-14 Thread Michael Tuexen
Author: tuexen Date: Thu Aug 15 05:14:20 2013 New Revision: 254355 URL: http://svnweb.freebsd.org/changeset/base/254355 Log: MFC r254352: Don't send uninitialized memory (two instances of 4 bytes) in every cookie on the wire. This bug was reported in https://bugzilla.mozilla.org/show_bug.c

svn commit: r254354 - stable/8/sys/netinet

2013-08-14 Thread Michael Tuexen
Author: tuexen Date: Thu Aug 15 04:35:25 2013 New Revision: 254354 URL: http://svnweb.freebsd.org/changeset/base/254354 Log: MFC r254338: Don't send uninitialized memory (two instances of 4 bytes) in every cookie on the wire. This bug was reported in https://bugzilla.mozilla.org/show_bu

svn commit: r254353 - stable/9/lib/libc/gen

2013-08-14 Thread Andrey A. Chernov
Author: ache Date: Thu Aug 15 04:27:10 2013 New Revision: 254353 URL: http://svnweb.freebsd.org/changeset/base/254353 Log: MFC: r254091 According to POSIX \ in the fnmatch(3) pattern should escape any character including '\0', but our version replace escaped '\0' with '\\'. I.e. fnmat

svn commit: r254352 - stable/9/sys/netinet

2013-08-14 Thread Michael Tuexen
Author: tuexen Date: Thu Aug 15 04:25:16 2013 New Revision: 254352 URL: http://svnweb.freebsd.org/changeset/base/254352 Log: MFC r254338: Don't send uninitialized memory (two instances of 4 bytes) in every cookie on the wire. This bug was reported in https://bugzilla.mozilla.org/show_bug.c

svn commit: r254350 - in head/sys: kern netinet

2013-08-14 Thread Mark Johnston
Author: markj Date: Thu Aug 15 04:08:55 2013 New Revision: 254350 URL: http://svnweb.freebsd.org/changeset/base/254350 Log: Specify SDT probe argument types in the probe definition itself rather than using SDT_PROBE_ARGTYPE(). This will make it easy to extend the SDT(9) API to allow probes w

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

2013-08-14 Thread Mark Johnston
Author: markj Date: Thu Aug 15 04:10:15 2013 New Revision: 254351 URL: http://svnweb.freebsd.org/changeset/base/254351 Log: Fix a typo. MFC after:3 days Modified: head/share/man/man9/netisr.9 Modified: head/share/man/man9/netisr.9

svn commit: r254349 - stable/7/contrib/sendmail/include/sm/os

2013-08-14 Thread Gregory Neil Shapiro
Author: gshapiro Date: Thu Aug 15 01:42:46 2013 New Revision: 254349 URL: http://svnweb.freebsd.org/changeset/base/254349 Log: MFC: Temporarily revert sendmail 8.14.7 change to getipnodebyname() flags to prevent problems between the resolver and Microsoft DNS servers with look

svn commit: r254348 - stable/8/contrib/sendmail/include/sm/os

2013-08-14 Thread Gregory Neil Shapiro
Author: gshapiro Date: Thu Aug 15 01:40:55 2013 New Revision: 254348 URL: http://svnweb.freebsd.org/changeset/base/254348 Log: MFC: Temporarily revert sendmail 8.14.7 change to getipnodebyname() flags to prevent problems between the resolver and Microsoft DNS servers with look

svn commit: r254347 - stable/9/contrib/sendmail/include/sm/os

2013-08-14 Thread Gregory Neil Shapiro
Author: gshapiro Date: Thu Aug 15 01:32:48 2013 New Revision: 254347 URL: http://svnweb.freebsd.org/changeset/base/254347 Log: MFC: Temporarily revert sendmail 8.14.7 change to getipnodebyname() flags to prevent problems between the resolver and Microsoft DNS servers with look

svn commit: r254346 - releng/9.2/contrib/sendmail/include/sm/os

2013-08-14 Thread Gregory Neil Shapiro
Author: gshapiro Date: Thu Aug 15 01:31:31 2013 New Revision: 254346 URL: http://svnweb.freebsd.org/changeset/base/254346 Log: MFC: Temporarily revert sendmail 8.14.7 change to getipnodebyname() flags to prevent problems between the resolver and Microsoft DNS servers with look

svn commit: r254340 - head/sys/conf

2013-08-14 Thread Simon J. Gerraty
Author: sjg Date: Wed Aug 14 22:19:29 2013 New Revision: 254340 URL: http://svnweb.freebsd.org/changeset/base/254340 Log: Some objects - such as *_genassym.o are not hooked into SRCS OBJS or anything else, yet have a dependency on symlinks such as machine/ Reviewed by: obrien Modified:

svn commit: r254339 - in head: bin/sh tools/regression/bin/sh/builtins

2013-08-14 Thread Jilles Tjoelker
Author: jilles Date: Wed Aug 14 21:59:48 2013 New Revision: 254339 URL: http://svnweb.freebsd.org/changeset/base/254339 Log: sh: Recognize "--" as end of options in local builtin. Added: head/tools/regression/bin/sh/builtins/local4.0 (contents, props changed) Modified: head/bin/sh/var.c

svn commit: r254338 - head/sys/netinet

2013-08-14 Thread Michael Tuexen
Author: tuexen Date: Wed Aug 14 21:51:32 2013 New Revision: 254338 URL: http://svnweb.freebsd.org/changeset/base/254338 Log: Don't send uninitialized memory (two instances of 4 bytes) in every cookie on the wire. This bug was reported in https://bugzilla.mozilla.org/show_bug.cgi?id=905080

svn commit: r254337 - in head/sys/fs: nfs nfsserver

2013-08-14 Thread Rick Macklem
Author: rmacklem Date: Wed Aug 14 21:11:26 2013 New Revision: 254337 URL: http://svnweb.freebsd.org/changeset/base/254337 Log: Fix several performance related issues in the new NFS server's DRC for NFS over TCP. - Increase the size of the hash tables. - Create a separate mutex for each has

Re: svn commit: r254309 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/dev/dtrace sys/cddl/dev/sdt sys/kern sys/sys

2013-08-14 Thread John Baldwin
On Wednesday, August 14, 2013 5:06:06 pm Mark Johnston wrote: > On Wed, Aug 14, 2013 at 3:48 PM, John Baldwin wrote: > > > On Wednesday, August 14, 2013 2:14:53 pm Mark Johnston wrote: > > > On Wed, Aug 14, 2013 at 8:19 AM, John Baldwin wrote: > > > > > > > On Tuesday, August 13, 2013 8:42:22 pm

Re: svn commit: r254309 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/dev/dtrace sys/cddl/dev/sdt sys/kern sys/sys

2013-08-14 Thread Mark Johnston
On Wed, Aug 14, 2013 at 3:48 PM, John Baldwin wrote: > On Wednesday, August 14, 2013 2:14:53 pm Mark Johnston wrote: > > On Wed, Aug 14, 2013 at 8:19 AM, John Baldwin wrote: > > > > > On Tuesday, August 13, 2013 8:42:22 pm Mark Johnston wrote: > > > > Author: markj > > > > Date: Wed Aug 14 00:42

Re: svn commit: r254309 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/dev/dtrace sys/cddl/dev/sdt sys/kern sys/sys

2013-08-14 Thread John Baldwin
On Wednesday, August 14, 2013 2:14:53 pm Mark Johnston wrote: > On Wed, Aug 14, 2013 at 8:19 AM, John Baldwin wrote: > > > On Tuesday, August 13, 2013 8:42:22 pm Mark Johnston wrote: > > > Author: markj > > > Date: Wed Aug 14 00:42:21 2013 > > > New Revision: 254309 > > > URL: http://svnweb.freeb

svn commit: r254335 - in head: bin/sh tools/regression/bin/sh/parser

2013-08-14 Thread Jilles Tjoelker
Author: jilles Date: Wed Aug 14 19:34:13 2013 New Revision: 254335 URL: http://svnweb.freebsd.org/changeset/base/254335 Log: sh: Allow a lone redirection before '|', ';;' or ';&'. Example: http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-un

svn commit: r254333 - stable/9/tools/tools/bootparttest

2013-08-14 Thread Andrey V. Elsukov
Author: ae Date: Wed Aug 14 18:33:39 2013 New Revision: 254333 URL: http://svnweb.freebsd.org/changeset/base/254333 Log: MFC r253986: Fix formatting warning. Modified: stable/9/tools/tools/bootparttest/bootparttest.c Directory Properties: stable/9/tools/tools/bootparttest/ (props chan

Re: svn commit: r254309 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/dev/dtrace sys/cddl/dev/sdt sys/kern sys/sys

2013-08-14 Thread Mark Johnston
On Wed, Aug 14, 2013 at 8:19 AM, John Baldwin wrote: > On Tuesday, August 13, 2013 8:42:22 pm Mark Johnston wrote: > > Author: markj > > Date: Wed Aug 14 00:42:21 2013 > > New Revision: 254309 > > URL: http://svnweb.freebsd.org/changeset/base/254309 > > > > Log: > > Use kld_{load,unload} instea

svn commit: r254332 - stable/9/etc

2013-08-14 Thread Jeremie Le Hen
Author: jlh Date: Wed Aug 14 17:49:08 2013 New Revision: 254332 URL: http://svnweb.freebsd.org/changeset/base/254332 Log: MFC r253853: Include /usr/local/etc/libmap.d/ by default. PR: 180568 Reviewed by:bapt Obtained from: kib Added: stable/9/etc/libmap.con

svn commit: r254331 - stable/9/sys/boot/forth

2013-08-14 Thread Devin Teske
Author: dteske Date: Wed Aug 14 16:15:14 2013 New Revision: 254331 URL: http://svnweb.freebsd.org/changeset/base/254331 Log: MFC r254237: Add optional support for default override of standard setup; but only if corresponding functions are provided. If override function does not exist, boot

svn commit: r254330 - head/sys/dev/mfi

2013-08-14 Thread Sean Bruno
Author: sbruno Date: Wed Aug 14 15:50:34 2013 New Revision: 254330 URL: http://svnweb.freebsd.org/changeset/base/254330 Log: If sys/param.h MAXPHYS has been tuned to exceed MFI_MAXPHYS, the mfi(4) real JBOD mode (SYS PD) would fail fairly reliably during I/O. Steal the mfi_disk.c check fo

svn commit: r254329 - in head/sys/cam: ata scsi

2013-08-14 Thread Steven Hartland
Author: smh Date: Wed Aug 14 15:18:28 2013 New Revision: 254329 URL: http://svnweb.freebsd.org/changeset/base/254329 Log: Added 4K quirks for:- * OCZ Agility 2 SSDs * Marvell SSDs * Intel X25-M Series SSDs Modified: head/sys/cam/ata/ata_da.c head/sys/cam/scsi/scsi_da.c Modified: head

Re: svn commit: r254293 - head/release

2013-08-14 Thread Nathan Whitehorn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/14/13 07:42, Glen Barber wrote: > On Wed, Aug 14, 2013 at 07:38:02AM -0700, Nathan Whitehorn wrote: >> On 08/13/13 13:16, Glen Barber wrote: >>> Author: gjb >>> Date: Tue Aug 13 20:16:14 2013 >>> New Revision: 254293 >>> URL: http://svnweb.freeb

svn commit: r254328 - head/share/man/man7

2013-08-14 Thread Glen Barber
Author: gjb Date: Wed Aug 14 14:45:47 2013 New Revision: 254328 URL: http://svnweb.freebsd.org/changeset/base/254328 Log: Remove the {SRC,DOC,PORT}REVISION variables from release(7), and update the default {SRC,DOC,PORT}BRANCH defaults. Submitted by: nwhitehorn X-MFC-With: r254224, r2

Re: svn commit: r254293 - head/release

2013-08-14 Thread Glen Barber
On Wed, Aug 14, 2013 at 07:38:02AM -0700, Nathan Whitehorn wrote: > On 08/13/13 13:16, Glen Barber wrote: > > Author: gjb > > Date: Tue Aug 13 20:16:14 2013 > > New Revision: 254293 > > URL: http://svnweb.freebsd.org/changeset/base/254293 > > > > Log: > > - Only set ARCH_FLAGS (TARGET/TARGET_ARCH

Re: svn commit: r254293 - head/release

2013-08-14 Thread Nathan Whitehorn
On 08/13/13 13:16, Glen Barber wrote: > Author: gjb > Date: Tue Aug 13 20:16:14 2013 > New Revision: 254293 > URL: http://svnweb.freebsd.org/changeset/base/254293 > > Log: > - Only set ARCH_FLAGS (TARGET/TARGET_ARCH) if specified, otherwise > allow the toolchain to detect the correct values.

svn commit: r254327 - head/usr.bin/dtc

2013-08-14 Thread David Chisnall
Author: theraven Date: Wed Aug 14 14:34:02 2013 New Revision: 254327 URL: http://svnweb.freebsd.org/changeset/base/254327 Log: Make carets line up in dtc diagnostics if the line starts with a tab. Modified: head/usr.bin/dtc/input_buffer.cc Modified: head/usr.bin/dtc/input_buffer.cc =

svn commit: r254326 - head/sys/fs/ext2fs

2013-08-14 Thread Pedro F. Giffuni
Author: pfg Date: Wed Aug 14 14:22:46 2013 New Revision: 254326 URL: http://svnweb.freebsd.org/changeset/base/254326 Log: ext2fs: update format specifiers for ext4 type. Previous bandaid was not appropriate and didn't really work for all platforms. While here, cleanup the surrounding code

Re: svn commit: r253802 - head/contrib/llvm/tools/clang/lib/Headers

2013-08-14 Thread David Chisnall
On 14 Aug 2013, at 13:21, John Baldwin wrote: > On Wednesday, August 14, 2013 4:23:11 am David Chisnall wrote: >> On 13 Aug 2013, at 21:57, Jilles Tjoelker wrote: >> >>> Given that JIT is for performance and larger addresses increase code >>> size and register pressure, the mmap() flag is proba

Re: svn commit: r254309 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/dev/dtrace sys/cddl/dev/sdt sys/kern sys/sys

2013-08-14 Thread John Baldwin
On Tuesday, August 13, 2013 8:42:22 pm Mark Johnston wrote: > Author: markj > Date: Wed Aug 14 00:42:21 2013 > New Revision: 254309 > URL: http://svnweb.freebsd.org/changeset/base/254309 > > Log: > Use kld_{load,unload} instead of mod_{load,unload} for the linker file load > and unload event h

Re: svn commit: r253802 - head/contrib/llvm/tools/clang/lib/Headers

2013-08-14 Thread John Baldwin
On Wednesday, August 14, 2013 4:23:11 am David Chisnall wrote: > On 13 Aug 2013, at 21:57, Jilles Tjoelker wrote: > > > Given that JIT is for performance and larger addresses increase code > > size and register pressure, the mmap() flag is probably useful. > > Alternatively, all the JITted code c

svn commit: r254323 - vendor/bind9/9.9.3-P2

2013-08-14 Thread Erwin Lansing
Author: erwin Date: Wed Aug 14 11:11:49 2013 New Revision: 254323 URL: http://svnweb.freebsd.org/changeset/base/254323 Log: Tag the Bind 9.9.3-P2 import Approved by: delphij (mentor, implicit) Sponsored by: DK Hostmaster A/S Added: vendor/bind9/9.9.3-P2/ - copied from r254322, ve

svn commit: r254321 - vendor/bind9/dist-9.8

2013-08-14 Thread Erwin Lansing
Author: erwin Date: Wed Aug 14 10:20:25 2013 New Revision: 254321 URL: http://svnweb.freebsd.org/changeset/base/254321 Log: Fork the vendor branch to allow for continued support of BIND 9.8.x for release up to 9.2 Approved by: delphij (mentor, implicit) Sponsored by: DK Hostmaster A/S

Re: svn commit: r254286 - head/sys/fs/ext2fs

2013-08-14 Thread Bruce Evans
On Wed, 14 Aug 2013, Dimitry Andric wrote: On Aug 13, 2013, at 20:39, Pedro F. Giffuni wrote: Log: ext2fs: update format specifiers for ext4 type. This is still quite broken. Modified: head/sys/fs/ext2fs/ext2_subr.c =

Re: svn commit: r253802 - head/contrib/llvm/tools/clang/lib/Headers

2013-08-14 Thread David Chisnall
On 13 Aug 2013, at 21:57, Jilles Tjoelker wrote: > Given that JIT is for performance and larger addresses increase code > size and register pressure, the mmap() flag is probably useful. > Alternatively, all the JITted code could be placed in one block and use > relative addressing. This would be

svn commit: r254320 - head/usr.bin/calendar/calendars

2013-08-14 Thread Ulrich Spoerlein
Author: uqs Date: Wed Aug 14 08:10:54 2013 New Revision: 254320 URL: http://svnweb.freebsd.org/changeset/base/254320 Log: Belatedly add my birthday and fix a typo. Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.freebsd ==

svn commit: r254319 - head/sys/modules/dtrace/sdt

2013-08-14 Thread Ulrich Spoerlein
Author: uqs Date: Wed Aug 14 08:03:57 2013 New Revision: 254319 URL: http://svnweb.freebsd.org/changeset/base/254319 Log: Fix make depend Modified: head/sys/modules/dtrace/sdt/Makefile Modified: head/sys/modules/dtrace/sdt/Makefile

Re: svn commit: r254286 - head/sys/fs/ext2fs

2013-08-14 Thread Dimitry Andric
On Aug 14, 2013, at 09:14, Juli Mallett wrote: > On Wed, Aug 14, 2013 at 12:11 AM, Dimitry Andric wrote: > This still fails on arches where int64_t is aliased to long long > (basically, the 32-bit arches). Since using PRId64 is apparently > frowned upon, the easiest solution is to cast the 'star

Re: svn commit: r254286 - head/sys/fs/ext2fs

2013-08-14 Thread Juli Mallett
On Wed, Aug 14, 2013 at 12:11 AM, Dimitry Andric wrote: > This still fails on arches where int64_t is aliased to long long > (basically, the 32-bit arches). Since using PRId64 is apparently > frowned upon, the easiest solution is to cast the 'start' and 'last' > variables to long long, and print

Re: svn commit: r254286 - head/sys/fs/ext2fs

2013-08-14 Thread Dimitry Andric
On Aug 13, 2013, at 20:39, Pedro F. Giffuni wrote: > Author: pfg > Date: Tue Aug 13 18:39:36 2013 > New Revision: 254286 > URL: http://svnweb.freebsd.org/changeset/base/254286 > > Log: > ext2fs: update format specifiers for ext4 type. > > Reported by: Sam Fourman Jr. > MFC after: 3 weeks >