svn commit: r288256 - in head/sys: amd64/amd64 arm/arm arm64/arm64 i386/i386 mips/mips

2015-09-26 Thread Alan Cox
Author: alc Date: Sat Sep 26 07:18:05 2015 New Revision: 288256 URL: https://svnweb.freebsd.org/changeset/base/288256 Log: Exploit r288122 to address a cosmetic issue. Since PV chunk pages don't belong to a vm object, they can't be paged out. Since they can't be paged out, they are never

svn commit: r288257 - head/sys/dev/usb/wlan

2015-09-26 Thread Adrian Chadd
Author: adrian Date: Sat Sep 26 07:25:53 2015 New Revision: 288257 URL: https://svnweb.freebsd.org/changeset/base/288257 Log: * Add 11n HT40 support - i needed to send both HTINFO and HTCAP fields in the join message so the firmware would pick it up. * Strip out the direct hardware

svn commit: r288253 - in head/sys: contrib/dev/otus dev/otus modules modules/otus modules/otusfw modules/otusfw/otusfw_init modules/otusfw/otusfw_main

2015-09-26 Thread Adrian Chadd
Author: adrian Date: Sat Sep 26 07:08:35 2015 New Revision: 288253 URL: https://svnweb.freebsd.org/changeset/base/288253 Log: Add an initial driver for the AR9170 series draft-11n hardware from Atheros. Thanks to OpenBSD for providing a driver based on the original Atheros open source

svn commit: r288254 - head/share/man/man4

2015-09-26 Thread Adrian Chadd
Author: adrian Date: Sat Sep 26 07:09:46 2015 New Revision: 288254 URL: https://svnweb.freebsd.org/changeset/base/288254 Log: Add man pages for the AR9170 and AR9170 firmware. Added: head/share/man/man4/otus.4 (contents, props changed) head/share/man/man4/otusfw.4 (contents, props

svn commit: r288259 - in head: sys/cam/ctl usr.sbin/ctladm usr.sbin/ctld

2015-09-26 Thread Alexander Motin
Author: mav Date: Sat Sep 26 11:28:45 2015 New Revision: 288259 URL: https://svnweb.freebsd.org/changeset/base/288259 Log: Remove some duplicate, legacy, dead and questionable code. Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl_backend_block.c

svn commit: r288252 - head/sys/dev/usb

2015-09-26 Thread Adrian Chadd
Author: adrian Date: Sat Sep 26 06:57:08 2015 New Revision: 288252 URL: https://svnweb.freebsd.org/changeset/base/288252 Log: Update USB device IDs for the upcoming AR9170 support. Modified: head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/usbdevs

Re: svn commit: r288258 - head/sys/sys

2015-09-26 Thread Konstantin Belousov
On Sat, Sep 26, 2015 at 07:30:45AM +, Konstantin Belousov wrote: > Author: kib > Date: Sat Sep 26 07:30:45 2015 > New Revision: 288258 > URL: https://svnweb.freebsd.org/changeset/base/288258 > > Log: > Make the __bitcount*() functions unconditionally available, by moving > them out of the

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

2015-09-26 Thread Alexander Motin
Author: mav Date: Sat Sep 26 11:56:28 2015 New Revision: 288261 URL: https://svnweb.freebsd.org/changeset/base/288261 Log: Move ioctl frontend defines where they belong. Modified: head/sys/cam/ctl/ctl_frontend_ioctl.c head/sys/cam/ctl/ctl_private.h Modified:

svn commit: r288258 - head/sys/sys

2015-09-26 Thread Konstantin Belousov
Author: kib Date: Sat Sep 26 07:30:45 2015 New Revision: 288258 URL: https://svnweb.freebsd.org/changeset/base/288258 Log: Make the __bitcount*() functions unconditionally available, by moving them out of the #if _BSD_VISIBLE block. Other headers may depend on __bitcount(). The

svn commit: r288255 - head/sys/dev/otus

2015-09-26 Thread Adrian Chadd
Author: adrian Date: Sat Sep 26 07:14:00 2015 New Revision: 288255 URL: https://svnweb.freebsd.org/changeset/base/288255 Log: Fix a bug in the TX command handling - log when a too-large payload is sent, and fix a bug I found when doing so. Modified: head/sys/dev/otus/if_otus.c Modified:

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

2015-09-26 Thread Conrad E. Meyer
Author: cem Date: Sat Sep 26 14:52:47 2015 New Revision: 288271 URL: https://svnweb.freebsd.org/changeset/base/288271 Log: Document bus_get_resource(9). Suggested by: Francois Tigeot Obtained from:DragonFlyBSD 09301a2b29f3ae5edd39a858f909f8770372f71e Sponsored by: EMC / Isilon

svn commit: r288267 - in head/gnu: lib/csu lib/libreadline/readline usr.bin/cc/cc_tools

2015-09-26 Thread Bryan Drewery
Author: bdrewery Date: Sat Sep 26 14:15:01 2015 New Revision: 288267 URL: https://svnweb.freebsd.org/changeset/base/288267 Log: Remove redundant .NOPATH. All of these are already in CLEANFILES which is added to .NOPATH in bsd.obj.mk. Sponsored by: EMC / Isilon Storage Division

Re: svn commit: r286170 - head/share/man/man9

2015-09-26 Thread Jonathan Anderson
> On Aug 4, 2015, at 8:18 AM, Hans Petter Selasky wrote: > > Wouldn't the argument be the same for queue.3 . Once C-compilers finally > decide to compile time support queues, we should throw queue.3 aswell? Sure! Not right away, and not in a way that causes unnecessary

svn commit: r288265 - head/sys/nfs

2015-09-26 Thread Ian Lepore
Author: ian Date: Sat Sep 26 13:55:55 2015 New Revision: 288265 URL: https://svnweb.freebsd.org/changeset/base/288265 Log: Wait up to 10 seconds for late-initializing network interfaces to arrive. Reviewed by: rmacklem Modified: head/sys/nfs/nfs_diskless.c Modified:

svn commit: r288263 - head/sys/dev/wpi

2015-09-26 Thread Adrian Chadd
Author: adrian Date: Sat Sep 26 13:22:44 2015 New Revision: 288263 URL: https://svnweb.freebsd.org/changeset/base/288263 Log: Don't duplicate checks; net80211 now does this for us. Submitted by: s3er...@gmail.com Modified: head/sys/dev/wpi/if_wpi.c Modified: head/sys/dev/wpi/if_wpi.c

svn commit: r288269 - head/usr.sbin

2015-09-26 Thread Bryan Drewery
Author: bdrewery Date: Sat Sep 26 14:27:21 2015 New Revision: 288269 URL: https://svnweb.freebsd.org/changeset/base/288269 Log: Revert r288268. Wrong change committed. Modified: head/usr.sbin/Makefile Modified: head/usr.sbin/Makefile

svn commit: r288270 - head/usr.bin

2015-09-26 Thread Bryan Drewery
Author: bdrewery Date: Sat Sep 26 14:28:04 2015 New Revision: 288270 URL: https://svnweb.freebsd.org/changeset/base/288270 Log: Hookup mkcsmapper_static and mkesdb_static for all but install. These are only handled as 'build-tools' in Makefile.inc1. This causes 'make clean' from the top

svn commit: r288272 - in head: sys/rpc/rpcsec_gss usr.sbin/gssd

2015-09-26 Thread Josh Paetzel
Author: jpaetzel Date: Sat Sep 26 16:30:16 2015 New Revision: 288272 URL: https://svnweb.freebsd.org/changeset/base/288272 Log: Increase group limit for kerberized NFSv4 PR: 202659 Submitted by: matthew.l.dai...@dartmouth.edu Reviewed by: rmacklem dfr MFC after:1 week

Re: svn commit: r287824 - head

2015-09-26 Thread Slawa Olhovchenkov
On Tue, Sep 15, 2015 at 02:24:20PM +, Brad Davis wrote: > Author: brd (doc,ports committer) > Date: Tue Sep 15 14:24:19 2015 > New Revision: 287824 > URL: https://svnweb.freebsd.org/changeset/base/287824 > > Log: > Fix grammer in an error message > > PR: 202310 > Submitted

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

2015-09-26 Thread Alexander Motin
Author: mav Date: Sat Sep 26 11:39:54 2015 New Revision: 288260 URL: https://svnweb.freebsd.org/changeset/base/288260 Log: Remove few more unused variables. Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl_private.h Modified: head/sys/cam/ctl/ctl.c

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

2015-09-26 Thread Alexander Motin
Author: mav Date: Sat Sep 26 12:53:55 2015 New Revision: 288262 URL: https://svnweb.freebsd.org/changeset/base/288262 Log: Remove concept of control device. Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

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

2015-09-26 Thread Alexander Motin
Author: mav Date: Sat Sep 26 13:51:29 2015 New Revision: 288264 URL: https://svnweb.freebsd.org/changeset/base/288264 Log: Allow LOG SENSE command on non-disk devices. Modified: head/sys/cam/ctl/ctl_cmd_table.c head/sys/cam/ctl/ctl_private.h Modified: head/sys/cam/ctl/ctl_cmd_table.c

svn commit: r288266 - in head: kerberos5 kerberos5/lib kerberos5/libexec kerberos5/tools kerberos5/usr.bin kerberos5/usr.sbin usr.bin/svn usr.sbin/amd usr.sbin/bsdinstall usr.sbin/fifolog usr.sbin/...

2015-09-26 Thread Bryan Drewery
Author: bdrewery Date: Sat Sep 26 14:13:51 2015 New Revision: 288266 URL: https://svnweb.freebsd.org/changeset/base/288266 Log: Add more SUBDIR_PARALLEL. MFC after:3 weeks Sponsored by: EMC / Isilon Storage Division Modified: head/kerberos5/Makefile head/kerberos5/lib/Makefile

svn commit: r288268 - head/usr.sbin

2015-09-26 Thread Bryan Drewery
Author: bdrewery Date: Sat Sep 26 14:26:08 2015 New Revision: 288268 URL: https://svnweb.freebsd.org/changeset/base/288268 Log: Hookup mkcsmapper_static and mkesdb_static for all but install. These are only handled as 'build-tools' in Makefile.inc1. This causes 'make clean' from the top

svn commit: r288273 - head/share/man/man4

2015-09-26 Thread Hans Petter Selasky
Author: hselasky Date: Sat Sep 26 16:48:25 2015 New Revision: 288273 URL: https://svnweb.freebsd.org/changeset/base/288273 Log: Fix spelling. Submitted by: Maxime Soule PR: 203249 MFC after:2 weeks Modified: head/share/man/man4/usb_quirk.4

svn commit: r288274 - head/sys/vm

2015-09-26 Thread Alan Cox
Author: alc Date: Sat Sep 26 17:45:10 2015 New Revision: 288274 URL: https://svnweb.freebsd.org/changeset/base/288274 Log: Exploit r288122 to address a cosmetic issue. Since the pages allocated by noobj_alloc() don't belong to a vm object, they can't be paged out. Since they can't be paged

Re: svn commit: r288254 - head/share/man/man4

2015-09-26 Thread Benjamin Kaduk
On Sat, Sep 26, 2015 at 2:09 AM, Adrian Chadd wrote: > Author: adrian > Date: Sat Sep 26 07:09:46 2015 > New Revision: 288254 > URL: https://svnweb.freebsd.org/changeset/base/288254 > > Log: > Add man pages for the AR9170 and AR9170 firmware. > > Added: >

svn commit: r288276 - head/sys/kern

2015-09-26 Thread Mark Johnston
Author: markj Date: Sat Sep 26 22:16:54 2015 New Revision: 288276 URL: https://svnweb.freebsd.org/changeset/base/288276 Log: Fix argument ordering in vn_printf(). MFC after:3 days Modified: head/sys/kern/vfs_subr.c Modified: head/sys/kern/vfs_subr.c

svn commit: r288279 - head/sys/dev/usb/wlan

2015-09-26 Thread Adrian Chadd
Author: adrian Date: Sat Sep 26 22:20:30 2015 New Revision: 288279 URL: https://svnweb.freebsd.org/changeset/base/288279 Log: Free the TX/RX list buffers /before/ tearing down net80211 state. Otherwise buffers in the RX queue get freed with their parent vap being gone and you end up with

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

2015-09-26 Thread Mark Johnston
Author: markj Date: Sat Sep 26 22:20:11 2015 New Revision: 288278 URL: https://svnweb.freebsd.org/changeset/base/288278 Log: Document the interface for applying advice up to the end of a file. MFC after:3 days Modified: head/share/man/man9/VOP_ADVISE.9 Modified:

Re: svn commit: r288280 - head/sys/kern

2015-09-26 Thread Mark Johnston
On Sat, Sep 26, 2015 at 03:28:34PM -0700, NGie Cooper wrote: > > > On Sep 26, 2015, at 15:26, Mark Johnston wrote: > > > > Author: markj > > Date: Sat Sep 26 22:26:55 2015 > > New Revision: 288280 > > URL: https://svnweb.freebsd.org/changeset/base/288280 > > > > Log: > >

svn commit: r288281 - head/sys/vm

2015-09-26 Thread Alan Cox
Author: alc Date: Sat Sep 26 22:57:10 2015 New Revision: 288281 URL: https://svnweb.freebsd.org/changeset/base/288281 Log: The conversion of kmem_alloc_attr() from operating on a vm map to a vmem arena in r254025 introduced a bug in the case when an allocation is only partially successful.

svn commit: r288280 - head/sys/kern

2015-09-26 Thread Mark Johnston
Author: markj Date: Sat Sep 26 22:26:55 2015 New Revision: 288280 URL: https://svnweb.freebsd.org/changeset/base/288280 Log: Remove a check for a condition that is always false by a preceding KASSERT that was added in r144704. Modified: head/sys/kern/vfs_subr.c Modified:

Re: svn commit: r288280 - head/sys/kern

2015-09-26 Thread NGie Cooper
> On Sep 26, 2015, at 15:26, Mark Johnston wrote: > > Author: markj > Date: Sat Sep 26 22:26:55 2015 > New Revision: 288280 > URL: https://svnweb.freebsd.org/changeset/base/288280 > > Log: > Remove a check for a condition that is always false by a preceding KASSERT > that

svn commit: r288282 - stable/10/sys/fs/fifofs

2015-09-26 Thread Konstantin Belousov
Author: kib Date: Sun Sep 27 01:06:45 2015 New Revision: 288282 URL: https://svnweb.freebsd.org/changeset/base/288282 Log: MFC r288044: Ensure that when a blockable open of fifo returns success, a valid file descriptor opened for complimentary access exists as well. Modified:

svn commit: r288277 - head/share/man/man4

2015-09-26 Thread Adrian Chadd
Author: adrian Date: Sat Sep 26 22:19:07 2015 New Revision: 288277 URL: https://svnweb.freebsd.org/changeset/base/288277 Log: Oops - commit the correct manpage content for otusfw.4. Modified: head/share/man/man4/otusfw.4 Modified: head/share/man/man4/otusfw.4

Re: svn commit: r288241 - head/share/mk

2015-09-26 Thread Warner Losh
On Fri, Sep 25, 2015 at 11:11 PM, NGie Cooper wrote: > On Fri, Sep 25, 2015 at 4:13 PM, Bryan Drewery > wrote: > > On 9/25/2015 4:12 PM, NGie Cooper wrote: > >> On Fri, Sep 25, 2015 at 4:03 PM, Bryan Drewery > wrote: > >>>

Re: svn commit: r288241 - head/share/mk

2015-09-26 Thread Bryan Drewery
On 9/26/2015 7:19 AM, Warner Losh wrote: > > > On Fri, Sep 25, 2015 at 11:11 PM, NGie Cooper > wrote: > > On Fri, Sep 25, 2015 at 4:13 PM, Bryan Drewery > wrote: > > On

Re: svn commit: r288270 - head/usr.bin

2015-09-26 Thread Bryan Drewery
Please revert this. I am away for the day. Regards, Bryan Drewery > On Sep 26, 2015, at 07:28, Bryan Drewery wrote: > > Author: bdrewery > Date: Sat Sep 26 14:28:04 2015 > New Revision: 288270 > URL: https://svnweb.freebsd.org/changeset/base/288270 > > Log: > Hookup

Re: svn commit: r287824 - head

2015-09-26 Thread Slawa Olhovchenkov
On Sat, Sep 26, 2015 at 01:34:17PM -0600, Warner Losh wrote: > traditionally, this hasn't been documented in UPDATING I see, may be documented in UPDATING is will be good practic? And, I am dream about more accurate pointing required revision -- for example, upgrading from 8.4-RELEASE to

Re: svn commit: r288241 - head/share/mk

2015-09-26 Thread Warner Losh
On Sat, Sep 26, 2015 at 8:20 AM, Bryan Drewery wrote: > On 9/26/2015 7:19 AM, Warner Losh wrote: > > > > > > On Fri, Sep 25, 2015 at 11:11 PM, NGie Cooper > > wrote: > > > > On Fri, Sep 25, 2015 at 4:13 PM, Bryan

Re: svn commit: r287824 - head

2015-09-26 Thread Warner Losh
traditionally, this hasn't been documented in UPDATING Warner On Sat, Sep 26, 2015 at 11:01 AM, Slawa Olhovchenkov wrote: > On Tue, Sep 15, 2015 at 02:24:20PM +, Brad Davis wrote: > > > Author: brd (doc,ports committer) > > Date: Tue Sep 15 14:24:19 2015 > > New Revision:

Re: svn commit: r288275 - head/usr.bin

2015-09-26 Thread Bryan Drewery
Thanks. Broke sparc64 and aarch64 at least. Regards, Bryan Drewery > On Sep 26, 2015, at 13:26, Conrad E. Meyer wrote: > > Author: cem > Date: Sat Sep 26 20:26:05 2015 > New Revision: 288275 > URL: https://svnweb.freebsd.org/changeset/base/288275 > > Log: > Revert r288270

Re: svn commit: r287824 - head

2015-09-26 Thread Warner Losh
What's the error when you try from 8.4-RELEASE? Warner On Sat, Sep 26, 2015 at 2:36 PM, Slawa Olhovchenkov wrote: > On Sat, Sep 26, 2015 at 01:34:17PM -0600, Warner Losh wrote: > > > traditionally, this hasn't been documented in UPDATING > > I see, may be documented in

svn commit: r288285 - stable/9/sys/dev/uart

2015-09-26 Thread Alexander Motin
Author: mav Date: Sun Sep 27 01:20:55 2015 New Revision: 288285 URL: https://svnweb.freebsd.org/changeset/base/288285 Log: MFC r287747: Add ID for Intel Panther Point KT Controller Found on ASUS P8Q77-M motherboard. Submitted by: Dmitry Luhtionov Modified:

svn commit: r288290 - head/sys/dev/otus

2015-09-26 Thread Adrian Chadd
Author: adrian Date: Sun Sep 27 03:46:55 2015 New Revision: 288290 URL: https://svnweb.freebsd.org/changeset/base/288290 Log: Track the command response code buffer size and verify it in the receive path. Modified: head/sys/dev/otus/if_otus.c head/sys/dev/otus/if_otusreg.h Modified:

svn commit: r288292 - stable/10/lib/libc/sys

2015-09-26 Thread Alan Cox
Author: alc Date: Sun Sep 27 04:17:08 2015 New Revision: 288292 URL: https://svnweb.freebsd.org/changeset/base/288292 Log: MFC r285428 Correct the description of MADV_DONTNEED. Modified: stable/10/lib/libc/sys/madvise.2 Directory Properties: stable/10/ (props changed) Modified:

svn commit: r288295 - in head: . share/man/man9

2015-09-26 Thread Garrett Cooper
Sep 27 04:40:54 2015(r288295) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20150926: posthumously (r90227) remove MFREE(9) from mbuf(9) +OLD_FILES+=usr/share/man/man9/MFREE.9.gz # 20150818: *allocm() are gone in jemalloc 4.0.0 OLD_FILES+=usr/share/man/man3/allocm.3.gz

svn commit: r288299 - head/sys/kern

2015-09-26 Thread Jeff Roberson
Author: jeff Date: Sun Sep 27 05:16:06 2015 New Revision: 288299 URL: https://svnweb.freebsd.org/changeset/base/288299 Log: - Collapse vfs_vmio_truncate & vfs_vmio_release into a single function. - Allow vfs_vmio_invalidate() to free the pages, leaving us with a single loop and bufobj

svn commit: r288283 - stable/10/sys/vm

2015-09-26 Thread Alan Cox
Author: alc Date: Sun Sep 27 01:15:17 2015 New Revision: 288283 URL: https://svnweb.freebsd.org/changeset/base/288283 Log: MFC r287944 Eliminate (many) unnecessary calls to pmap_remove_all(). Modified: stable/10/sys/vm/vm_page.c Directory Properties: stable/10/ (props changed)

svn commit: r288289 - stable/10/sys/powerpc/powerpc

2015-09-26 Thread Konstantin Belousov
Author: kib Date: Sun Sep 27 01:37:30 2015 New Revision: 288289 URL: https://svnweb.freebsd.org/changeset/base/288289 Log: MFC r288001: Use tabs for indend. Modified: stable/10/sys/powerpc/powerpc/elf32_machdep.c stable/10/sys/powerpc/powerpc/elf64_machdep.c Directory Properties:

svn commit: r288288 - stable/10/sys/vm

2015-09-26 Thread Alan Cox
Author: alc Date: Sun Sep 27 01:35:32 2015 New Revision: 288288 URL: https://svnweb.freebsd.org/changeset/base/288288 Log: MFC r287121 Testing whether a page is dirty does not require the page lock. Modified: stable/10/sys/vm/vm_pageout.c Directory Properties: stable/10/ (props

svn commit: r288291 - head/etc

2015-09-26 Thread Adrian Chadd
Author: adrian Date: Sun Sep 27 04:03:11 2015 New Revision: 288291 URL: https://svnweb.freebsd.org/changeset/base/288291 Log: Enforce consistent limits of daemons run from rc.subr: * Allow the user to configure the login class to use in rc.conf by using {daemon}_login_class, which; *

svn commit: r288298 - in head: . share/man/man9

2015-09-26 Thread Garrett Cooper
:55:43 2015(r288298) @@ -38,7 +38,11 @@ # xargs -n1 | sort | uniq -d; # done -# 20150926: posthumously (r90227) remove MFREE(9) from mbuf(9) +# 20150926: remove links to removed/unimplemented mbuf(9) macros +OLD_FILES+=usr/share/man/man9/MEXT_ADD_REF.9.gz +OLD_FILES+=usr/share/man/man9

svn commit: r288297 - in head: sys/netinet sys/netinet6 usr.sbin/arp usr.sbin/ndp

2015-09-26 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Sep 27 04:54:29 2015 New Revision: 288297 URL: https://svnweb.freebsd.org/changeset/base/288297 Log: rtsock requests for deleting interface address lles started to return EPERM instead of old "ignore-and-return 0" in r287789. This broke arp -da / ndp -cn

svn commit: r288284 - stable/10/sys/dev/uart

2015-09-26 Thread Alexander Motin
Author: mav Date: Sun Sep 27 01:19:42 2015 New Revision: 288284 URL: https://svnweb.freebsd.org/changeset/base/288284 Log: MFC r287747: Add ID for Intel Panther Point KT Controller Found on ASUS P8Q77-M motherboard. Submitted by: Dmitry Luhtionov Modified:

svn commit: r288286 - stable/10/sys/vm

2015-09-26 Thread Alan Cox
Author: alc Date: Sun Sep 27 01:26:41 2015 New Revision: 288286 URL: https://svnweb.freebsd.org/changeset/base/288286 Log: MFC r284654 Avoid pmap_is_modified() on pages that can't be mapped. Modified: stable/10/sys/vm/vm_pageout.c Directory Properties: stable/10/ (props changed)

svn commit: r288287 - in stable/10/sys: amd64/amd64 arm/arm i386/i386 ia64/ia64 kern mips/mips powerpc/powerpc sparc64/sparc64 sys

2015-09-26 Thread Konstantin Belousov
Author: kib Date: Sun Sep 27 01:33:43 2015 New Revision: 288287 URL: https://svnweb.freebsd.org/changeset/base/288287 Log: MFC r288000: Add support for weak symbols to the kernel linkers. Modified: stable/10/sys/amd64/amd64/elf_machdep.c stable/10/sys/arm/arm/elf_machdep.c

svn commit: r288293 - stable/10/share/man/man9

2015-09-26 Thread Alan Cox
Author: alc Date: Sun Sep 27 04:25:07 2015 New Revision: 288293 URL: https://svnweb.freebsd.org/changeset/base/288293 Log: MFC r286513, r286784 Revise the text about the atomicity of the defined operations across multiple processors. In particular, clearly state that the operations

svn commit: r288294 - stable/10/sys/vm

2015-09-26 Thread Alan Cox
Author: alc Date: Sun Sep 27 04:36:09 2015 New Revision: 288294 URL: https://svnweb.freebsd.org/changeset/base/288294 Log: MFC r285282 The intention of r254304 was to scan the active queue continuously. However, I've observed the active queue scan stopping when there are frequent

svn commit: r288296 - stable/10/sys/vm

2015-09-26 Thread Alan Cox
Author: alc Date: Sun Sep 27 04:47:08 2015 New Revision: 288296 URL: https://svnweb.freebsd.org/changeset/base/288296 Log: MFC r288025 Correct a non-fatal error in vm_pageout_worker(). vm_pageout_worker() should not assume that vm_pages_needed will remain set while it sleeps. Other

svn commit: r288300 - stable/10/sys/vm

2015-09-26 Thread Alan Cox
Author: alc Date: Sun Sep 27 05:26:22 2015 New Revision: 288300 URL: https://svnweb.freebsd.org/changeset/base/288300 Log: MFC r283795 Document vm_page_alloc_contig()'s support for the VM_ALLOC_NODUMP option. Modified: stable/10/sys/vm/vm_page.c Directory Properties: stable/10/

svn commit: r288301 - in head/sys: net netinet netinet6

2015-09-26 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Sep 27 05:29:34 2015 New Revision: 288301 URL: https://svnweb.freebsd.org/changeset/base/288301 Log: Eliminate nd6_nud_hint() and its TCP bindings. Initially function was introduced in r53541 (KAME initial commit) to "provide hints from upper layer protocols

svn commit: r288302 - stable/10/sys/vm

2015-09-26 Thread Alan Cox
Author: alc Date: Sun Sep 27 05:45:16 2015 New Revision: 288302 URL: https://svnweb.freebsd.org/changeset/base/288302 Log: MFC r266588 There is no reason to perform the pmap_remove() on the kernel pmap while the kmem object lock is held. Do the pmap_remove() before acquiring the

svn commit: r288275 - head/usr.bin

2015-09-26 Thread Conrad E. Meyer
Author: cem Date: Sat Sep 26 20:26:05 2015 New Revision: 288275 URL: https://svnweb.freebsd.org/changeset/base/288275 Log: Revert r288270 to fix the build Submitted by: bdrewery Sponsored by: EMC / Isilon Storage Division Modified: head/usr.bin/Makefile Modified: