svn commit: r274948 - head/sys/vm

2014-11-23 Thread Gleb Smirnoff
Author: glebius Date: Mon Nov 24 07:57:20 2014 New Revision: 274948 URL: https://svnweb.freebsd.org/changeset/base/274948 Log: We already have "int i" in this scope. Submitted by: alc Modified: head/sys/vm/vnode_pager.c Modified: head/sys/vm/vnode_pager.c ===

Re: svn commit: r274925 - in head: lib/libc/sys lib/libdpv sbin/ipfw share/man/man4 share/man/man4/man4.arm share/man/man9 sys/boot/common sys/boot/i386/gptzfsboot usr.bin/dpv

2014-11-23 Thread Joel Dahl
On Sun, Nov 23, 2014 at 10:04:12PM +0100, Baptiste Daroussin wrote: > On Sun, Nov 23, 2014 at 09:00:00PM +, Joel Dahl wrote: > > Author: joel (doc committer) > > Date: Sun Nov 23 21:00:00 2014 > > New Revision: 274925 > > URL: https://svnweb.freebsd.org/changeset/base/274925 > > > > Log: > >

Re: svn commit: r274489 - in head/sys/amd64: amd64 include

2014-11-23 Thread Bruce Evans
On Sun, 23 Nov 2014, David Chisnall wrote: On 21 Nov 2014, at 23:26, Scott Long wrote: That?s a good question to look further into. I didn?t see any measurable differences with this change. I think that the cost of the function call itself masks the cost of a few extra instructions, but I

svn commit: r274941 - head/sys/arm/include

2014-11-23 Thread Ian Lepore
Author: ian Date: Mon Nov 24 01:13:58 2014 New Revision: 274941 URL: https://svnweb.freebsd.org/changeset/base/274941 Log: The arm PJ4B cpu is armv7 architecture, not v6. If this feels like deja vu... the last time this was fixed in this file only ARM_MMU_V6 was fixed, this time it's ARM_

svn commit: r274940 - head/sys/cam/ctl

2014-11-23 Thread Alexander Motin
Author: mav Date: Mon Nov 24 00:59:51 2014 New Revision: 274940 URL: https://svnweb.freebsd.org/changeset/base/274940 Log: Read cs_outstanding_ctl_pdus before incrementing it for NEXUS RESET task. This removes extra log noise on idle connection termination. MFC after:1 week Modifi

svn commit: r274938 - head/gnu/usr.bin/binutils/as

2014-11-23 Thread Baptiste Daroussin
Author: bapt Date: Mon Nov 24 00:34:49 2014 New Revision: 274938 URL: https://svnweb.freebsd.org/changeset/base/274938 Log: Fix rendering with mandoc Modified: head/gnu/usr.bin/binutils/as/as.1 Modified: head/gnu/usr.bin/binutils/as/as.1 ==

svn commit: r274937 - head/sys/conf

2014-11-23 Thread Ian Lepore
Author: ian Date: Mon Nov 24 00:02:15 2014 New Revision: 274937 URL: https://svnweb.freebsd.org/changeset/base/274937 Log: Add ARMV6 as an arm option. This will cause obscure magic in config(8) to automatically set the armv6 option when MACHINE_ARCH is armv6. That allows replacing ever-gro

svn commit: r274936 - head/usr.sbin/config

2014-11-23 Thread Ian Lepore
Author: ian Date: Sun Nov 23 23:58:47 2014 New Revision: 274936 URL: https://svnweb.freebsd.org/changeset/base/274936 Log: Fix the negation (!) operator so that it binds only to the word that immediately follows it, which means 'not' has to be reset every time an option word or device name i

svn commit: r274935 - head/gnu/usr.bin/binutils/ld

2014-11-23 Thread Baptiste Daroussin
Author: bapt Date: Sun Nov 23 23:56:01 2014 New Revision: 274935 URL: https://svnweb.freebsd.org/changeset/base/274935 Log: Fix rendering with mandoc Modified: head/gnu/usr.bin/binutils/ld/ld.1 Modified: head/gnu/usr.bin/binutils/ld/ld.1 ==

svn commit: r274934 - head/gnu/usr.bin/binutils/strip

2014-11-23 Thread Baptiste Daroussin
Author: bapt Date: Sun Nov 23 23:55:04 2014 New Revision: 274934 URL: https://svnweb.freebsd.org/changeset/base/274934 Log: Fix rendering with mandoc Modified: head/gnu/usr.bin/binutils/strip/strip.1 Modified: head/gnu/usr.bin/binutils/strip/strip.1 ==

svn commit: r274933 - head/lib/libc/sys

2014-11-23 Thread Baptiste Daroussin
Author: bapt Date: Sun Nov 23 23:35:16 2014 New Revision: 274933 URL: https://svnweb.freebsd.org/changeset/base/274933 Log: Ta is only allowed with Bl -column not in Bl -item Modified: head/lib/libc/sys/mount.2 Modified: head/lib/libc/sys/mount.2 =

svn commit: r274932 - head/usr.bin/lex

2014-11-23 Thread Baptiste Daroussin
Author: bapt Date: Sun Nov 23 23:17:18 2014 New Revision: 274932 URL: https://svnweb.freebsd.org/changeset/base/274932 Log: Workaround help2man defficiency that prevents mandoc from rendering Modified: head/usr.bin/lex/lex.1 Modified: head/usr.bin/lex/lex.1 ==

svn commit: r274931 - head/sys/amd64/vmm

2014-11-23 Thread Peter Grehan
Author: grehan Date: Sun Nov 23 23:07:21 2014 New Revision: 274931 URL: https://svnweb.freebsd.org/changeset/base/274931 Log: Change the lower bound for guest vmspace allocation to 0 instead of using the VM_MIN_ADDRESS constant. HardenedBSD redefines VM_MIN_ADDRESS to be 64K, which result

Re: svn commit: r274925 - in head: lib/libc/sys lib/libdpv sbin/ipfw share/man/man4 share/man/man4/man4.arm share/man/man9 sys/boot/common sys/boot/i386/gptzfsboot usr.bin/dpv

2014-11-23 Thread Baptiste Daroussin
On Mon, Nov 24, 2014 at 12:39:42AM +0200, Andriy Gapon wrote: > On 23/11/2014 23:35, Baptiste Daroussin wrote: > > On Sun, Nov 23, 2014 at 10:28:37PM +0100, Dag-Erling Smørgrav wrote: > >> Baptiste Daroussin writes: > >>> [...] In general every mail on any manpage Mt should be used. > >> > >> That

Re: svn commit: r274925 - in head: lib/libc/sys lib/libdpv sbin/ipfw share/man/man4 share/man/man4/man4.arm share/man/man9 sys/boot/common sys/boot/i386/gptzfsboot usr.bin/dpv

2014-11-23 Thread Andriy Gapon
On 23/11/2014 23:35, Baptiste Daroussin wrote: > On Sun, Nov 23, 2014 at 10:28:37PM +0100, Dag-Erling Smørgrav wrote: >> Baptiste Daroussin writes: >>> [...] In general every mail on any manpage Mt should be used. >> >> That's trivial to script, so how about we just make a pass over all >> non-con

svn commit: r274930 - in head: gnu/usr.bin/groff/tmac tools/build/mk usr.bin/mandoc

2014-11-23 Thread Baptiste Daroussin
Author: bapt Date: Sun Nov 23 22:28:46 2014 New Revision: 274930 URL: https://svnweb.freebsd.org/changeset/base/274930 Log: Install mdoc(7) and man(7) from mdoc instead of the one from groff Modified: head/gnu/usr.bin/groff/tmac/Makefile head/tools/build/mk/OptionalObsoleteFiles.inc head/

svn commit: r274929 - head/usr.bin/clang/clang

2014-11-23 Thread Baptiste Daroussin
Author: bapt Date: Sun Nov 23 22:16:43 2014 New Revision: 274929 URL: https://svnweb.freebsd.org/changeset/base/274929 Log: Regenerate the manpage in mdoc(7) format using pod2mdoc Now mandoc can render the manpage properly Modified: head/usr.bin/clang/clang/clang.1 Modified: head/usr.bi

svn commit: r274928 - head/sys/mips/include

2014-11-23 Thread Ruslan Bukin
Author: br Date: Sun Nov 23 22:09:05 2014 New Revision: 274928 URL: https://svnweb.freebsd.org/changeset/base/274928 Log: Correct the functions declaration. Modified: head/sys/mips/include/cache_mipsNN.h Modified: head/sys/mips/include/cache_mipsNN.h =

svn commit: r274927 - head/contrib/llvm/tools/lldb/docs

2014-11-23 Thread Baptiste Daroussin
Author: bapt Date: Sun Nov 23 22:01:43 2014 New Revision: 274927 URL: https://svnweb.freebsd.org/changeset/base/274927 Log: Fix an error (case on a .Nm) preventing mandoc from rendering the manpage Fix mandoc warnings: extrat space at end of lines Modified: head/contrib/llvm/tools/lldb/docs

Re: svn commit: r274926 - head/sys/dev/mpt

2014-11-23 Thread Ian Lepore
On Sun, 2014-11-23 at 22:47 +0100, Dimitry Andric wrote: > On 23 Nov 2014, at 22:37, Ian Lepore wrote: > > > > Author: ian > > Date: Sun Nov 23 21:37:33 2014 > > New Revision: 274926 > > URL: https://svnweb.freebsd.org/changeset/base/274926 > > > > Log: > > Squelch a (bogus) used before init wa

Re: svn commit: r274926 - head/sys/dev/mpt

2014-11-23 Thread Dimitry Andric
On 23 Nov 2014, at 22:37, Ian Lepore wrote: > > Author: ian > Date: Sun Nov 23 21:37:33 2014 > New Revision: 274926 > URL: https://svnweb.freebsd.org/changeset/base/274926 > > Log: > Squelch a (bogus) used before init warning when building with gcc. There have been quite a number of commits no

svn commit: r274926 - head/sys/dev/mpt

2014-11-23 Thread Ian Lepore
Author: ian Date: Sun Nov 23 21:37:33 2014 New Revision: 274926 URL: https://svnweb.freebsd.org/changeset/base/274926 Log: Squelch a (bogus) used before init warning when building with gcc. Modified: head/sys/dev/mpt/mpt.c Modified: head/sys/dev/mpt/mpt.c

Re: svn commit: r274925 - in head: lib/libc/sys lib/libdpv sbin/ipfw share/man/man4 share/man/man4/man4.arm share/man/man9 sys/boot/common sys/boot/i386/gptzfsboot usr.bin/dpv

2014-11-23 Thread Baptiste Daroussin
On Sun, Nov 23, 2014 at 10:28:37PM +0100, Dag-Erling Smørgrav wrote: > Baptiste Daroussin writes: > > [...] In general every mail on any manpage Mt should be used. > > That's trivial to script, so how about we just make a pass over all > non-contrib man pages? > That was already done, but some n

Re: svn commit: r274925 - in head: lib/libc/sys lib/libdpv sbin/ipfw share/man/man4 share/man/man4/man4.arm share/man/man9 sys/boot/common sys/boot/i386/gptzfsboot usr.bin/dpv

2014-11-23 Thread Dag-Erling Smørgrav
Baptiste Daroussin writes: > [...] In general every mail on any manpage Mt should be used. That's trivial to script, so how about we just make a pass over all non-contrib man pages? DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-head@freebsd.org

Re: svn commit: r274752 - in head/sys/mips: include mips

2014-11-23 Thread Ian Lepore
On Thu, 2014-11-20 at 17:06 +, Ruslan Bukin wrote: > Author: br > Date: Thu Nov 20 17:06:41 2014 > New Revision: 274752 > URL: https://svnweb.freebsd.org/changeset/base/274752 > > Log: > Add L2-cache writeback/flush operations. Supported 32,128-byte line-size, > else ignored. Cavium Networ

Re: svn commit: r274752 - in head/sys/mips: include mips

2014-11-23 Thread Adrian Chadd
Hi! You have some function declarations wrong. vm_offset_t != vm_paddr_t. eg: +void mipsNN_sdcache_wbinv_range_32( vm_paddr_t, vm_size_t); but +void +mipsNN_sdcache_wbinv_range_ 32(vm_offset_t va, vm_size_t size) .. did you test this with a make universe pass? Thanks, -adrian On 20 No

Re: svn commit: r274925 - in head: lib/libc/sys lib/libdpv sbin/ipfw share/man/man4 share/man/man4/man4.arm share/man/man9 sys/boot/common sys/boot/i386/gptzfsboot usr.bin/dpv

2014-11-23 Thread Baptiste Daroussin
On Sun, Nov 23, 2014 at 09:00:00PM +, Joel Dahl wrote: > Author: joel (doc committer) > Date: Sun Nov 23 21:00:00 2014 > New Revision: 274925 > URL: https://svnweb.freebsd.org/changeset/base/274925 > > Log: > Misc mdoc fixes: > > - Remove superfluous paragraph macros. > - Remove/fix e

svn commit: r274925 - in head: lib/libc/sys lib/libdpv sbin/ipfw share/man/man4 share/man/man4/man4.arm share/man/man9 sys/boot/common sys/boot/i386/gptzfsboot usr.bin/dpv

2014-11-23 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Nov 23 21:00:00 2014 New Revision: 274925 URL: https://svnweb.freebsd.org/changeset/base/274925 Log: Misc mdoc fixes: - Remove superfluous paragraph macros. - Remove/fix empty or incorrect macros. - Sort sections into conventional order. - Termin

svn commit: r274924 - head/usr.sbin/config

2014-11-23 Thread Ian Lepore
Author: ian Date: Sun Nov 23 19:13:17 2014 New Revision: 274924 URL: https://svnweb.freebsd.org/changeset/base/274924 Log: Consider the negation operator (!) to be a word even if it is not followed by whitespace. This allows "optional !foo" which is what most programmers are naturally going

svn commit: r274923 - head/sys/vm

2014-11-23 Thread Gleb Smirnoff
Author: glebius Date: Sun Nov 23 18:32:21 2014 New Revision: 274923 URL: https://svnweb.freebsd.org/changeset/base/274923 Log: \n at end of panicstr is redundant. Submitted by: alc Modified: head/sys/vm/swap_pager.c Modified: head/sys/vm/swap_pager.c

svn commit: r274922 - head/sys/dev/ath/ath_hal/ar5212

2014-11-23 Thread Dimitry Andric
Author: dim Date: Sun Nov 23 18:31:55 2014 New Revision: 274922 URL: https://svnweb.freebsd.org/changeset/base/274922 Log: Fix the following -Werror warning from clang 3.5.0, while building the ath kernel module: sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:2642:7: error: taking the absolute

Re: svn commit: r274489 - in head/sys/amd64: amd64 include

2014-11-23 Thread Tijl Coosemans
On Fri, 21 Nov 2014 16:26:47 -0700 Scott Long wrote: > On Nov 20, 2014, at 11:33 PM, Rui Paulo wrote: >> On Nov 13, 2014, at 14:11, Scott Long wrote: >>> >>> Author: scottl >>> Date: Thu Nov 13 22:11:44 2014 >>> New Revision: 274489 >>> URL: https://svnweb.freebsd.org/changeset/base/274489 >>>

svn commit: r274918 - head/sys/dev/sound/usb

2014-11-23 Thread Hans Petter Selasky
Author: hselasky Date: Sun Nov 23 16:27:31 2014 New Revision: 274918 URL: https://svnweb.freebsd.org/changeset/base/274918 Log: Don't use the synchronization endpoint unless referenced by the isochronous endpoint descriptor used for the data transfers, hence the synchronization feature might

Re: svn commit: r274489 - in head/sys/amd64: amd64 include

2014-11-23 Thread David Chisnall
On 21 Nov 2014, at 23:26, Scott Long wrote: > That’s a good question to look further into. I didn’t see any measurable > differences with this change. I think that the cost of the function call > itself masks the cost of a few extra instructions, but I didn’t test with > switching it on/off

svn commit: r274914 - in head/sys: kern sys ufs/ffs vm

2014-11-23 Thread Gleb Smirnoff
Author: glebius Date: Sun Nov 23 12:01:52 2014 New Revision: 274914 URL: https://svnweb.freebsd.org/changeset/base/274914 Log: Merge from projects/sendfile: o Provide a new VOP_GETPAGES_ASYNC(), which works like VOP_GETPAGES(), but doesn't sleep. It returns immediately, and will execute

svn commit: r274913 - head/lib/libprocstat

2014-11-23 Thread Gleb Smirnoff
Author: glebius Date: Sun Nov 23 10:26:28 2014 New Revision: 274913 URL: https://svnweb.freebsd.org/changeset/base/274913 Log: Do not include buf.h. Modified: head/lib/libprocstat/udf.c Modified: head/lib/libprocstat/udf.c =

svn commit: r274911 - in head/sys: kern sys

2014-11-23 Thread Mateusz Guzik
Author: mjg Date: Sun Nov 23 08:25:44 2014 New Revision: 274911 URL: https://svnweb.freebsd.org/changeset/base/274911 Log: ifdef RACCT ui_racct_foreach and struct uidinfo's ui_racct Change racct_ create and destroy to macros evaluating to nothing without RACCT so that their callers passin