svn commit: r238895 - head/sys/arm/at91

2012-07-30 Thread Warner Losh
Author: imp Date: Mon Jul 30 06:00:31 2012 New Revision: 238895 URL: http://svn.freebsd.org/changeset/base/238895 Log: Fix a couple of comments about the rm9200, and fix a couple of indentation issues. Add note that we need to implement at91sam9260 erratum workaround. Modified:

svn commit: r238896 - head/usr.bin/script

2012-07-30 Thread Brian Somers
Author: brian Date: Mon Jul 30 07:13:06 2012 New Revision: 238896 URL: http://svn.freebsd.org/changeset/base/238896 Log: Add d, p and r switches for recording script sessions with timing data and playing sessions back with or without time delays. PR: 114465 Submitted by:

svn commit: r238897 - head/usr.bin/script

2012-07-30 Thread Brian Somers
Author: brian Date: Mon Jul 30 08:06:00 2012 New Revision: 238897 URL: http://svn.freebsd.org/changeset/base/238897 Log: Mention when -d, -p and -r first hit FreeBSD. Bump the document date to when the change was made (rather than when the PR was submitted). Suggested by: pluknet

svn commit: r238898 - head/sys/dev/sdhci

2012-07-30 Thread Gleb Smirnoff
Author: glebius Date: Mon Jul 30 08:56:56 2012 New Revision: 238898 URL: http://svn.freebsd.org/changeset/base/238898 Log: Return back double spacing. Modified: head/sys/dev/sdhci/sdhci.c Modified: head/sys/dev/sdhci/sdhci.c

svn commit: r238899 - head/sbin/geom/class/sched

2012-07-30 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Jul 30 10:14:37 2012 New Revision: 238899 URL: http://svn.freebsd.org/changeset/base/238899 Log: Remove trailing whitespace. Modified: head/sbin/geom/class/sched/gsched.8 Modified: head/sbin/geom/class/sched/gsched.8

svn commit: r238900 - head/sbin/ipfw

2012-07-30 Thread Luigi Rizzo
Author: luigi Date: Mon Jul 30 10:55:23 2012 New Revision: 238900 URL: http://svn.freebsd.org/changeset/base/238900 Log: Fix some compile errors at high WARNS, including one for an uninitialized variable. unused parameters and variables are annotated with (void)foo; /*

svn commit: r238901 - in vendor/compiler-rt/dist: . BlocksRuntime SDKs/darwin/usr/include SDKs/linux/usr/include cmake cmake/Modules lib lib/arm lib/asan lib/asan/mach_override lib/asan/output_test...

2012-07-30 Thread Andrew Turner
Author: andrew Date: Mon Jul 30 10:58:13 2012 New Revision: 238901 URL: http://svn.freebsd.org/changeset/base/238901 Log: Import compiler-rt r160957. Added: vendor/compiler-rt/dist/lib/arm/aeabi_idivmod.S vendor/compiler-rt/dist/lib/arm/aeabi_ldivmod.S

svn commit: r238902 - vendor/compiler-rt/compiler-rt-r160957

2012-07-30 Thread Andrew Turner
Author: andrew Date: Mon Jul 30 11:00:55 2012 New Revision: 238902 URL: http://svn.freebsd.org/changeset/base/238902 Log: Tag compiler-rt 160957 Added: vendor/compiler-rt/compiler-rt-r160957/ - copied from r238901, vendor/compiler-rt/dist/ ___

svn commit: r238903 - head/sbin/ipfw

2012-07-30 Thread Luigi Rizzo
Author: luigi Date: Mon Jul 30 11:02:22 2012 New Revision: 238903 URL: http://svn.freebsd.org/changeset/base/238903 Log: remove the last __unused instance in sbin/ipfw. This particular function (show_prerequisites() ) we should actually remove the argument from the callers as well, but i'll

svn commit: r238904 - in stable/9: . sys/boot/sparc64/loader

2012-07-30 Thread Marius Strobl
Author: marius Date: Mon Jul 30 11:11:05 2012 New Revision: 238904 URL: http://svn.freebsd.org/changeset/base/238904 Log: Pull the tier-2 card and change the sparc64 ZFS loader to no longer probe all diskN aliases for providers (which more or less corresponds to how the x86 version behaves)

svn commit: r238905 - in stable/8: . sys/boot/sparc64/loader

2012-07-30 Thread Marius Strobl
Author: marius Date: Mon Jul 30 11:29:05 2012 New Revision: 238905 URL: http://svn.freebsd.org/changeset/base/238905 Log: Pull the tier-2 card and change the sparc64 ZFS loader to no longer probe all diskN aliases for providers (which more or less corresponds to how the x86 version behaves)

svn commit: r238906 - stable/9/lib/libc/locale

2012-07-30 Thread Jilles Tjoelker
Author: jilles Date: Mon Jul 30 12:25:20 2012 New Revision: 238906 URL: http://svn.freebsd.org/changeset/base/238906 Log: MFC r237939: ctype_l(3): Note that not all these functions are specified by POSIX.1-2008. The function isascii_l() is not in POSIX even though isascii() is, probably

svn commit: r238909 - in head: contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/tar/test lib/libarchive lib/libarchive/test

2012-07-30 Thread Martin Matuska
Author: mm Date: Mon Jul 30 14:47:35 2012 New Revision: 238909 URL: http://svn.freebsd.org/changeset/base/238909 Log: Backport NFSv4 ACL fix from libarchive master branch. Source: https://github.com/libarchive/libarchive/commit/f67370d5 Obtained from:libarchive (master

svn commit: r238910 - stable/9/sys/x86/x86

2012-07-30 Thread Jim Harris
Author: jimharris Date: Mon Jul 30 15:30:42 2012 New Revision: 238910 URL: http://svn.freebsd.org/changeset/base/238910 Log: MFC r238755: Add rmb() to tsc_read_##x to enforce serialization of rdtsc captures. Intel Architecture Manual specifies that rdtsc instruction is not serialized,

Re: svn commit: r238597 - head/sys/amd64/amd64

2012-07-30 Thread John Baldwin
On Wednesday, July 18, 2012 11:36:04 am Konstantin Belousov wrote: Author: kib Date: Wed Jul 18 15:36:03 2012 New Revision: 238597 URL: http://svn.freebsd.org/changeset/base/238597 Log: Add stmxcsr. Submitted by: Ed Alley wea llnl gov PR: amd64/169927 MFC after: 3

Re: svn commit: r238563 - head/gnu/usr.bin/groff/tmac

2012-07-30 Thread John Baldwin
On Wednesday, July 18, 2012 1:57:43 am David E. O'Brien wrote: Author: obrien Date: Wed Jul 18 05:57:42 2012 New Revision: 238563 URL: http://svn.freebsd.org/changeset/base/238563 Log: a ; tells make we want the shell to be used Submitted by: Simon Gerraty s...@juniper.net

Re: svn commit: r238775 - stable/8/sys/dev/puc

2012-07-30 Thread John Baldwin
On Wednesday, July 25, 2012 1:42:57 pm Max Khon wrote: Author: fjoe Date: Wed Jul 25 17:42:57 2012 New Revision: 238775 URL: http://svn.freebsd.org/changeset/base/238775 Log: MFC: r227457, r237350, r237357 Add support for the following Moxa PCIe multiport serial boards: -

svn commit: r238912 - head/sys/dev/netmap

2012-07-30 Thread Luigi Rizzo
Author: luigi Date: Mon Jul 30 18:21:48 2012 New Revision: 238912 URL: http://svn.freebsd.org/changeset/base/238912 Log: - move the inclusion of netmap headers to the common part of the code; - more portable annotations for unused arguments; Modified: head/sys/dev/netmap/netmap.c

svn commit: r238913 - in stable/7/sys: kern nfsclient sys

2012-07-30 Thread John Baldwin
Author: jhb Date: Mon Jul 30 19:05:41 2012 New Revision: 238913 URL: http://svn.freebsd.org/changeset/base/238913 Log: MFC 194358,230394,230441,230489,230552,232116,232420: - For dotdot lookup in nfs_lookup, inline the vn_vget_ino() to prevent operating on the unmounted mount point and

svn commit: r238914 - in head/sys: amd64/amd64 i386/isa

2012-07-30 Thread Konstantin Belousov
Author: kib Date: Mon Jul 30 19:26:02 2012 New Revision: 238914 URL: http://svn.freebsd.org/changeset/base/238914 Log: Change (unused) prototype for stmxcsr() to match reality. Noted by: jhb MFC after:1 week Modified: head/sys/amd64/amd64/fpu.c head/sys/i386/isa/npx.c

Re: svn commit: r238765 - head/sys/dev/e1000

2012-07-30 Thread John Baldwin
On Wednesday, July 25, 2012 7:28:15 am Luigi Rizzo wrote: Author: luigi Date: Wed Jul 25 11:28:15 2012 New Revision: 238765 URL: http://svn.freebsd.org/changeset/base/238765 Log: Use legacy interrupts as a default. This gives up to 10% speedup when used in qemu (and this driver is for

svn commit: r238915 - head/sys/vm

2012-07-30 Thread Alan Cox
Author: alc Date: Mon Jul 30 20:38:37 2012 New Revision: 238915 URL: http://svn.freebsd.org/changeset/base/238915 Log: Eliminate an unneeded declaration. (I should have removed this as part of r227568.) Modified: head/sys/vm/vm_page.h Modified: head/sys/vm/vm_page.h

svn commit: r238916 - stable/9/sys/dev/atkbdc

2012-07-30 Thread John Baldwin
Author: jhb Date: Mon Jul 30 20:40:14 2012 New Revision: 238916 URL: http://svn.freebsd.org/changeset/base/238916 Log: MFC 238164: Add another PS/2 keyboard PNP ID. This ID is listed as Reserved by Microsoft in the standard PNP ID table, but has been seen in the wild on at least one

svn commit: r238917 - head/sys/i386/linux

2012-07-30 Thread John Baldwin
Author: jhb Date: Mon Jul 30 20:44:45 2012 New Revision: 238917 URL: http://svn.freebsd.org/changeset/base/238917 Log: The linux_lstat() system call accepts a pointer to a 'struct l_stat', not a 'struct ostat'. Modified: head/sys/i386/linux/syscalls.master Modified:

svn commit: r238918 - head/sys/i386/linux

2012-07-30 Thread John Baldwin
Author: jhb Date: Mon Jul 30 20:45:17 2012 New Revision: 238918 URL: http://svn.freebsd.org/changeset/base/238918 Log: Regen. Modified: head/sys/i386/linux/linux_proto.h head/sys/i386/linux/linux_syscall.h head/sys/i386/linux/linux_syscalls.c head/sys/i386/linux/linux_sysent.c

svn commit: r238919 - head/lib/libc/locale

2012-07-30 Thread Isabell Long
Author: issyl0 (doc committer) Date: Mon Jul 30 20:56:19 2012 New Revision: 238919 URL: http://svn.freebsd.org/changeset/base/238919 Log: Add more locale-specific functions to the relevant man pages and Makefile: - lib/libc/locale/islower.3 - lib/libc/locale/ispunct.3 -

svn commit: r238920 - head/lib/libc/locale

2012-07-30 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Jul 30 21:02:44 2012 New Revision: 238920 URL: http://svn.freebsd.org/changeset/base/238920 Log: Remove trailing whitespace. Modified: head/lib/libc/locale/islower.3 Modified: head/lib/libc/locale/islower.3

svn commit: r238921 - head/sys/arm/at91

2012-07-30 Thread Warner Losh
Author: imp Date: Mon Jul 30 21:19:19 2012 New Revision: 238921 URL: http://svn.freebsd.org/changeset/base/238921 Log: List the members of the AT91SAM9G45 family. Modified: head/sys/arm/at91/std.at91sam9g45 Modified: head/sys/arm/at91/std.at91sam9g45

svn commit: r238922 - head/sys/arm/at91

2012-07-30 Thread Warner Losh
Author: imp Date: Mon Jul 30 21:30:43 2012 New Revision: 238922 URL: http://svn.freebsd.org/changeset/base/238922 Log: These files will support the whole at91sam9x5 family when done, so rename them now before they get copied further afield... Added: head/sys/arm/at91/at91sam9x5.c -

svn commit: r238923 - in head/lib/msun: ld128 ld80 src

2012-07-30 Thread Steve Kargl
Author: kargl Date: Mon Jul 30 21:55:49 2012 New Revision: 238923 URL: http://svn.freebsd.org/changeset/base/238923 Log: Whitespace. Submitted by: bde Approved by: das (pre-approved) Modified: head/lib/msun/ld128/s_expl.c head/lib/msun/ld80/s_expl.c head/lib/msun/src/s_cbrtl.c

svn commit: r238924 - head/lib/msun/src

2012-07-30 Thread Steve Kargl
Author: kargl Date: Mon Jul 30 21:58:28 2012 New Revision: 238924 URL: http://svn.freebsd.org/changeset/base/238924 Log: ieeefp.h is only needed on i386 class hardware. Submitted by: bde Approved by: das (pre-approved) Modified: head/lib/msun/src/s_cbrtl.c Modified:

Re: svn commit: r237742 - in head/sys/arm: at91 conf

2012-07-30 Thread Daan Vreeken
Hi Warner, On Friday 29 June 2012 06:18:52 Warner Losh wrote: Author: imp Date: Fri Jun 29 04:18:52 2012 New Revision: 237742 URL: http://svn.freebsd.org/changeset/base/237742 Log: Initital support for AT91SAM9X25 SoC and the SAM9X25-EK evaluation board. Much work remains. ...

svn commit: r238925 - in head/sys: conf kern

2012-07-30 Thread Davide Italiano
Author: davide Date: Mon Jul 30 22:46:42 2012 New Revision: 238925 URL: http://svn.freebsd.org/changeset/base/238925 Log: Until now KTR_ENTRIES, which defines the size of circular buffer used in ktr(4), was constrained to be a power of two. Remove this constraint and update sys/conf/NOTES

Re: svn commit: r238925 - in head/sys: conf kern

2012-07-30 Thread Davide Italiano
On Tue, Jul 31, 2012 at 12:46 AM, Davide Italiano dav...@freebsd.org wrote: Author: davide Date: Mon Jul 30 22:46:42 2012 New Revision: 238925 URL: http://svn.freebsd.org/changeset/base/238925 Log: Until now KTR_ENTRIES, which defines the size of circular buffer used in ktr(4), was

Re: svn commit: r238765 - head/sys/dev/e1000

2012-07-30 Thread Jack Vogel
I have some changes that are needed anyway, I will change this to a tuneable. Jack On Mon, Jul 30, 2012 at 11:45 AM, John Baldwin j...@freebsd.org wrote: On Wednesday, July 25, 2012 7:28:15 am Luigi Rizzo wrote: Author: luigi Date: Wed Jul 25 11:28:15 2012 New Revision: 238765 URL:

Re: svn commit: r237742 - in head/sys/arm: at91 conf

2012-07-30 Thread Warner Losh
Thanks for the review. I'm pretty sure that code is wrong. I'll go over your comments with a printed datasheet. They are likely correct. This code suffers a bitt too much from being cut and pasted too many times. Warner On Jul 30, 2012, at 4:28 PM, Daan Vreeken wrote: Hi Warner, On

svn commit: r238926 - in head: . cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/lib/libzfs/common cddl/lib/libzfs rescue/rescue sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/...

2012-07-30 Thread Martin Matuska
Author: mm Date: Mon Jul 30 23:14:24 2012 New Revision: 238926 URL: http://svn.freebsd.org/changeset/base/238926 Log: Partial MFV (illumos-gate 13753:2aba784c276b) 2762 zpool command should have better support for feature flags References: https://www.illumos.org/issues/2762 MFC

svn commit: r238928 - in head/sys: fs/fifofs kern sys

2012-07-30 Thread David Xu
Author: davidxu Date: Tue Jul 31 02:00:37 2012 New Revision: 238928 URL: http://svn.freebsd.org/changeset/base/238928 Log: When a thread is blocked in direct write state, it only sets PIPE_DIRECTW flag but not PIPE_WANTW, but FIFO pipe code does not understand this internal state, when a

svn commit: r238929 - head/sys/dev/ath

2012-07-30 Thread Adrian Chadd
Author: adrian Date: Tue Jul 31 02:18:10 2012 New Revision: 238929 URL: http://svn.freebsd.org/changeset/base/238929 Log: Placeholder ioctl for an upcoming rate control statistics API change. Modified: head/sys/dev/ath/if_athioctl.h Modified: head/sys/dev/ath/if_athioctl.h

svn commit: r238930 - head/sys/dev/ath

2012-07-30 Thread Adrian Chadd
Author: adrian Date: Tue Jul 31 02:28:32 2012 New Revision: 238930 URL: http://svn.freebsd.org/changeset/base/238930 Log: Break out the hardware handoff and TX DMA restart code into methods. These (and a few others) will differ based on the underlying DMA implementation. For the

svn commit: r238931 - head/sys/dev/ath

2012-07-30 Thread Adrian Chadd
Author: adrian Date: Tue Jul 31 03:09:48 2012 New Revision: 238931 URL: http://svn.freebsd.org/changeset/base/238931 Log: Migrate some more TX side setup routines to be methods. Modified: head/sys/dev/ath/if_ath.c head/sys/dev/ath/if_ath_misc.h head/sys/dev/ath/if_ath_tx.c

Re: svn commit: r238912 - head/sys/dev/netmap

2012-07-30 Thread Doug Barton
It seems this broke the build? On 07/30/2012 11:21, Luigi Rizzo wrote: Author: luigi Date: Mon Jul 30 18:21:48 2012 New Revision: 238912 URL: http://svn.freebsd.org/changeset/base/238912 Log: - move the inclusion of netmap headers to the common part of the code; - more portable

Re: svn commit: r238912 - head/sys/dev/netmap

2012-07-30 Thread Garrett Cooper
On Mon, Jul 30, 2012 at 8:47 PM, Doug Barton do...@freebsd.org wrote: It seems this broke the build? On 07/30/2012 11:21, Luigi Rizzo wrote: Author: luigi Date: Mon Jul 30 18:21:48 2012 New Revision: 238912 URL: http://svn.freebsd.org/changeset/base/238912 Log: - move the inclusion of

Re: svn commit: r238912 - head/sys/dev/netmap

2012-07-30 Thread Luigi Rizzo
On Mon, Jul 30, 2012 at 08:53:29PM -0700, Garrett Cooper wrote: On Mon, Jul 30, 2012 at 8:47 PM, Doug Barton do...@freebsd.org wrote: It seems this broke the build? On 07/30/2012 11:21, Luigi Rizzo wrote: Author: luigi Date: Mon Jul 30 18:21:48 2012 New Revision: 238912 URL:

svn commit: r238932 - head/sys/arm/conf

2012-07-30 Thread Warner Losh
Author: imp Date: Tue Jul 31 04:09:27 2012 New Revision: 238932 URL: http://svn.freebsd.org/changeset/base/238932 Log: macb doesn't work, switch to ate. Modified: head/sys/arm/conf/SAM9X25EK Modified: head/sys/arm/conf/SAM9X25EK

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

2012-07-30 Thread Max Khon
Author: fjoe Date: Tue Jul 31 05:23:23 2012 New Revision: 238933 URL: http://svn.freebsd.org/changeset/base/238933 Log: - Change back d_ofs to int8_t to not pessimize padding and size of struct puc_cfg. - Use puc_config_moxa for Moxa boards that need d_ofs greater than 0x7f Prodded by:

svn commit: r238934 - head/sys/netinet6

2012-07-30 Thread Bjoern A. Zeeb
Author: bz Date: Tue Jul 31 05:34:54 2012 New Revision: 238934 URL: http://svn.freebsd.org/changeset/base/238934 Log: Improve the should-never-hit printf to ease debugging in case we'd ever hit it again when doing the delayed IPv6 checksum calculations. MFC after:3 days Modified:

Re: svn commit: r238775 - stable/8/sys/dev/puc

2012-07-30 Thread Max Khon
John, On Mon, Jul 30, 2012 at 10:32 PM, John Baldwin j...@freebsd.org wrote: On Wednesday, July 25, 2012 1:42:57 pm Max Khon wrote: Author: fjoe Date: Wed Jul 25 17:42:57 2012 New Revision: 238775 URL: http://svn.freebsd.org/changeset/base/238775 Log: MFC: r227457, r237350, r237357

svn commit: r238935 - head/sys/netinet6

2012-07-30 Thread Bjoern A. Zeeb
Author: bz Date: Tue Jul 31 05:44:03 2012 New Revision: 238935 URL: http://svn.freebsd.org/changeset/base/238935 Log: Properly apply #ifdef INET and leave a comment that we are (will) apply delayed IPv6 checksum processing in ip6_output.c when doing IPsec. PR: kern/170116 MFC

svn commit: r238936 - in head/sys: fs/fifofs kern sys

2012-07-30 Thread David Xu
Author: davidxu Date: Tue Jul 31 05:48:35 2012 New Revision: 238936 URL: http://svn.freebsd.org/changeset/base/238936 Log: I am comparing current pipe code with the one in 8.3-STABLE r236165, I found 8.3 is a history BSD version using socket to implement FIFO pipe, it uses per-file seqcount

svn commit: r238937 - head/sys/dev/netmap

2012-07-30 Thread Luigi Rizzo
Author: luigi Date: Tue Jul 31 05:51:48 2012 New Revision: 238937 URL: http://svn.freebsd.org/changeset/base/238937 Log: remove a redundant MALLOC_DECLARE Modified: head/sys/dev/netmap/netmap_kern.h Modified: head/sys/dev/netmap/netmap_kern.h