svn commit: r293396 - in stable/10: lib/libpam/modules/pam_ssh secure/lib/libssh secure/libexec/sftp-server secure/libexec/ssh-keysign secure/libexec/ssh-pkcs11-helper secure/usr.bin/scp secure/usr...

2016-01-07 Thread Bryan Drewery
Author: bdrewery Date: Thu Jan 7 23:26:16 2016 New Revision: 293396 URL: https://svnweb.freebsd.org/changeset/base/293396 Log: MFC r291941: Replace unneeded manual dependency on header by adding it to SRCS. Modified: stable/10/lib/libpam/modules/pam_ssh/Makefile

svn commit: r293403 - head/libexec/rtld-elf

2016-01-07 Thread Ed Maste
Author: emaste Date: Fri Jan 8 00:56:41 2016 New Revision: 293403 URL: https://svnweb.freebsd.org/changeset/base/293403 Log: Revert r293201, r293202 (rtld: populate DT_DEBUG iff DYNAMIC segment is writable) It turns out MIPS binaries may have other oddities that can trigger a fault at

svn commit: r293400 - in stable/9: lib/libpam/modules/pam_ssh secure/lib/libssh secure/libexec/sftp-server secure/libexec/ssh-keysign secure/libexec/ssh-pkcs11-helper secure/usr.bin/scp secure/usr....

2016-01-07 Thread Bryan Drewery
Author: bdrewery Date: Fri Jan 8 00:07:37 2016 New Revision: 293400 URL: https://svnweb.freebsd.org/changeset/base/293400 Log: MFC r291941: Replace unneeded manual dependency on header by adding it to SRCS. Modified: stable/9/lib/libpam/modules/pam_ssh/Makefile

svn commit: r293391 - stable/10

2016-01-07 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 7 23:10:44 2016 New Revision: 293391 URL: https://svnweb.freebsd.org/changeset/base/293391 Log: Merge r293282 from head: Provide knob NO_INSTALLEXTRAKERNELS. If defined, extra kernels in KERNCONF won't be installed, only the first one would. Turn

svn commit: r293405 - head/sys/kern

2016-01-07 Thread Gleb Smirnoff
Author: glebius Date: Fri Jan 8 01:16:03 2016 New Revision: 293405 URL: https://svnweb.freebsd.org/changeset/base/293405 Log: For SOCK_STREAM socket use sbappendstream() instead of sbappend(). Modified: head/sys/kern/uipc_usrreq.c Modified: head/sys/kern/uipc_usrreq.c

svn commit: r293392 - head/bin/sh

2016-01-07 Thread Jilles Tjoelker
Author: jilles Date: Thu Jan 7 23:13:20 2016 New Revision: 293392 URL: https://svnweb.freebsd.org/changeset/base/293392 Log: sh: Reduce size of options table. Modified: head/bin/sh/expand.c head/bin/sh/options.c head/bin/sh/options.h head/bin/sh/var.c Modified: head/bin/sh/expand.c

svn commit: r293398 - head/tools/tools/nanobsd/embedded

2016-01-07 Thread Warner Losh
Author: imp Date: Fri Jan 8 00:05:28 2016 New Revision: 293398 URL: https://svnweb.freebsd.org/changeset/base/293398 Log: Setup /pkg as a spot for pkg to operate. This is for testing purposes only. You need to remount / rw and export TMPDIR=/pkg/tmp. pkg will then work. It's slow though:

svn commit: r293401 - stable/10/lib/libc/rpc

2016-01-07 Thread Stanislav Sedov
Author: stas Date: Fri Jan 8 00:21:55 2016 New Revision: 293401 URL: https://svnweb.freebsd.org/changeset/base/293401 Log: MFC r292047: RPC: populate local address for rendezvous transporter. Modified: stable/10/lib/libc/rpc/svc_vc.c Directory Properties: stable/10/ (props changed)

svn commit: r293402 - stable/10/sys/netinet

2016-01-07 Thread Stanislav Sedov
Author: stas Date: Fri Jan 8 00:46:28 2016 New Revision: 293402 URL: https://svnweb.freebsd.org/changeset/base/293402 Log: MFC r277938 (by hiren): make syncookie_mac() use 'tcp_seq irs' in computing hash. Modified: stable/10/sys/netinet/tcp_syncache.c Directory Properties: stable/10/

svn commit: r293387 - svnadmin/conf

2016-01-07 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Jan 7 22:51:59 2016 New Revision: 293387 URL: https://svnweb.freebsd.org/changeset/base/293387 Log: Remove myself from the size limit override pool. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r293390 - in head: share/man/man4 sys/dev/ioat

2016-01-07 Thread Conrad E. Meyer
Author: cem Date: Thu Jan 7 23:02:15 2016 New Revision: 293390 URL: https://svnweb.freebsd.org/changeset/base/293390 Log: ioat(4): Add ioat_acquire_reserve() KPI ioat_acquire_reserve() is an extended version of ioat_acquire(). It allows users to reserve space in the channel for some

svn commit: r293397 - stable/9/sys/dev/cxgbe

2016-01-07 Thread Navdeep Parhar
Author: np Date: Fri Jan 8 00:05:20 2016 New Revision: 293397 URL: https://svnweb.freebsd.org/changeset/base/293397 Log: MFC r279969: cxgbe(4): fix if_media handling for T520-BT cards. 1Gbps and 100Mbps are valid for this card. Modified: stable/9/sys/dev/cxgbe/t4_main.c Directory

svn commit: r293399 - head/tools/tools/nanobsd

2016-01-07 Thread Warner Losh
Author: imp Date: Fri Jan 8 00:05:47 2016 New Revision: 293399 URL: https://svnweb.freebsd.org/changeset/base/293399 Log: Make sure that the /set directive gets put at the top of the file, instead of in sort order. Slash sorts after period. Modified: head/tools/tools/nanobsd/defaults.sh

svn commit: r293313 - head/sys/netinet/tcp_stacks

2016-01-07 Thread Jonathan T. Looney
Author: jtl Date: Thu Jan 7 11:54:20 2016 New Revision: 293313 URL: https://svnweb.freebsd.org/changeset/base/293313 Log: Apply the changes from r293284 to one additional file. Discussed with: glebius Modified: head/sys/netinet/tcp_stacks/fastpath.c Modified:

svn commit: r293310 - head/sys/ofed/include/rdma

2016-01-07 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 7 09:40:19 2016 New Revision: 293310 URL: https://svnweb.freebsd.org/changeset/base/293310 Log: Remove unused file. Deleted: head/sys/ofed/include/rdma/Kbuild ___ svn-src-all@freebsd.org mailing list

svn commit: r293312 - in head: usr.bin/cap_mkdb usr.sbin/services_mkdb

2016-01-07 Thread Renato Botelho
Author: garga (ports committer) Date: Thu Jan 7 10:39:13 2016 New Revision: 293312 URL: https://svnweb.freebsd.org/changeset/base/293312 Log: Make cap_mkdb and services_mkdb file operations sync Similar fix was done for passwd and group operations in r285050. When a temporary file is

svn commit: r293315 - head/sys/netgraph/netflow

2016-01-07 Thread Alexander V. Chernikov
Author: melifaro Date: Thu Jan 7 12:22:29 2016 New Revision: 293315 URL: https://svnweb.freebsd.org/changeset/base/293315 Log: Do not use 'struct route_in6' inside hash6_insert(). rin6 was used only as sockaddr_in6 storage. Make rtalloc1_fib() use on-stack sin6 and return rtenry

Re: svn commit: r275121 - in head/sys: compat/linux compat/svr4 fs/procfs kern sys

2016-01-07 Thread Chagin Dmitry
On Wed, Nov 26, 2014 at 02:10:00PM +, Konstantin Belousov wrote: > Author: kib > Date: Wed Nov 26 14:10:00 2014 > New Revision: 275121 > URL: https://svnweb.freebsd.org/changeset/base/275121 > > Log: > The process spin lock currently has the following distinct uses: > > - Threads

Re: svn commit: r293284 - in head/sys: dev/cxgb/ulp/tom dev/cxgbe/tom netinet

2016-01-07 Thread Jonathan T. Looney
On 1/7/16, 4:24 AM, "owner-src-committ...@freebsd.org on behalf of Ivan Klymenko" wrote: >On Wed, 6 Jan 2016 18:20:50 -0800 >NGie Cooper wrote: > >> On Wed, Jan 6, 2016 at 4:14 PM, Gleb Smirnoff

Re: svn commit: r277610 - in head: bin/ln lib/libc/include lib/libc/sys share/man/man4 sys/compat/freebsd32 sys/kern sys/sys usr.bin/kdump

2016-01-07 Thread Chagin Dmitry
On Fri, Jan 23, 2015 at 09:07:09PM +, Jilles Tjoelker wrote: > Author: jilles > Date: Fri Jan 23 21:07:08 2015 > New Revision: 277610 > URL: https://svnweb.freebsd.org/changeset/base/277610 > > Log: > Add futimens and utimensat system calls. > > The core kernel part is patch file

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

2016-01-07 Thread Bruce Evans
On Thu, 7 Jan 2016, Konstantin Belousov wrote: Log: Convert tty common code to use make_dev_s(). Tty.c was untypical in that it handled the si_drv1 issue consistently and correctly, by always checking for si_drv1 being non-NULL and sleeping if NULL. The removed code also illustrated

svn commit: r293407 - stable/10/sys/xen/xenbus

2016-01-07 Thread Marcelo Araujo
Author: araujo Date: Fri Jan 8 02:52:04 2016 New Revision: 293407 URL: https://svnweb.freebsd.org/changeset/base/293407 Log: MFC: r292969 Clean up unused-but-set-variable spotted by gcc-4.9. Reviewed by: ngie Approved by: rodrigc (mentor) Sponsored by: gandi.net Differential

svn commit: r293409 - stable/10/usr.sbin/camdd

2016-01-07 Thread Marcelo Araujo
Author: araujo Date: Fri Jan 8 02:56:21 2016 New Revision: 293409 URL: https://svnweb.freebsd.org/changeset/base/293409 Log: MFC: r292971 Clean up unused-but-set-variable spotted by gcc-4.9. Reviewed by: ngie Approved by: rodrigc (mentor) Sponsored by: gandi.net Differential

svn commit: r293410 - stable/10/sys/net

2016-01-07 Thread Marcelo Araujo
Author: araujo Date: Fri Jan 8 02:58:10 2016 New Revision: 293410 URL: https://svnweb.freebsd.org/changeset/base/293410 Log: MFC: r292972 Wrap using #ifdef 'notyet' those variables and statements not yet implemented to lower the compiler warnings. It fix the case of

svn commit: r293411 - stable/10/sys/net

2016-01-07 Thread Marcelo Araujo
Author: araujo Date: Fri Jan 8 02:59:56 2016 New Revision: 293411 URL: https://svnweb.freebsd.org/changeset/base/293411 Log: MFC: r292980 Clean up unused-but-set-variable spotted by gcc4.9. Reviewed by: ngie Approved by: rodrigc (mentor) Sponsored by: gandi.net Differential

svn commit: r293412 - stable/10/usr.sbin/bhyve

2016-01-07 Thread Marcelo Araujo
Author: araujo Date: Fri Jan 8 03:02:19 2016 New Revision: 293412 URL: https://svnweb.freebsd.org/changeset/base/293412 Log: MFC: r292982 Remove unused variable after r292981 to unbreak the build. MFC: r292981 Clean up unused-but-set-variable spotted by gcc-4.9. Reviewed

svn commit: r293408 - stable/10/usr.sbin/bhyve

2016-01-07 Thread Marcelo Araujo
Author: araujo Date: Fri Jan 8 02:54:21 2016 New Revision: 293408 URL: https://svnweb.freebsd.org/changeset/base/293408 Log: MFC: r292970 Clean up unused-but-set-variable spotted by gcc-4.9. Reviewed by: ngie Approved by: rodrigc (mentor) Sponsored by: gandi.net Differential

Re: svn commit: r275121 - in head/sys: compat/linux compat/svr4 fs/procfs kern sys

2016-01-07 Thread Konstantin Belousov
On Thu, Jan 07, 2016 at 04:39:53PM +0300, Chagin Dmitry wrote: > On Wed, Nov 26, 2014 at 02:10:00PM +, Konstantin Belousov wrote: > > Author: kib > > Date: Wed Nov 26 14:10:00 2014 > > New Revision: 275121 > > URL: https://svnweb.freebsd.org/changeset/base/275121 > > > > Log: > > The

svn commit: r293322 - head/sys/dev/nvd

2016-01-07 Thread Jim Harris
Author: jimharris Date: Thu Jan 7 15:59:51 2016 New Revision: 293322 URL: https://svnweb.freebsd.org/changeset/base/293322 Log: nvd: break out submission logic into separate function This enables a future patch using this same logic to submit I/O directly bypassing the taskqueue.

svn commit: r293321 - head/sys/dev/nvd

2016-01-07 Thread Jim Harris
Author: jimharris Date: Thu Jan 7 15:58:44 2016 New Revision: 293321 URL: https://svnweb.freebsd.org/changeset/base/293321 Log: nvd: skip BIO_ORDERED logic when bio fails submission This ensures the bio flags are not read after biodone(). The ordering will still be enforced, after the

svn commit: r293324 - head/sys/dev/nvme

2016-01-07 Thread Jim Harris
Author: jimharris Date: Thu Jan 7 16:08:04 2016 New Revision: 293324 URL: https://svnweb.freebsd.org/changeset/base/293324 Log: nvme: simplify some of the nested ifs in interrupt setup code This prepares for some follow-up commits which do more work in this area. MFC after:3

svn commit: r293329 - head/sys/dev/e1000

2016-01-07 Thread Sean Bruno
Author: sbruno Date: Thu Jan 7 16:20:55 2016 New Revision: 293329 URL: https://svnweb.freebsd.org/changeset/base/293329 Log: Switch em(4) to the extended RX descriptor format. This matches the e1000/e1000e split in linux. MFC after:2 weeks Sponsored by: Limelight Networks

svn commit: r293335 - stable/10/usr.sbin/kbdmap

2016-01-07 Thread Ed Maste
Author: emaste Date: Thu Jan 7 17:03:26 2016 New Revision: 293335 URL: https://svnweb.freebsd.org/changeset/base/293335 Log: MFC r291377: vidfont: with vt(4) omit size from vidcontrol -f When using syscons, vidfont extracts the font size from the filename passes it to vidcontrol -f. In

Re: svn commit: r293328 - head/sys/dev/nvme

2016-01-07 Thread Ravi Pokala
-Original Message- From: on behalf of Jim Harris Date: 2016-01-07, Thursday at 08:18 To: , , Subject: svn commit: r293328 - head/sys/dev/nvme

svn commit: r293327 - head/sys/dev/nvme

2016-01-07 Thread Jim Harris
Author: jimharris Date: Thu Jan 7 16:12:42 2016 New Revision: 293327 URL: https://svnweb.freebsd.org/changeset/base/293327 Log: nvme: break out interrupt setup code into a separate function MFC after:3 days Sponsored by: Intel Modified: head/sys/dev/nvme/nvme_ctrlr.c Modified:

svn commit: r293413 - stable/10/sys/cddl/contrib/opensolaris/uts/common/dtrace

2016-01-07 Thread Stanislav Sedov
Author: stas Date: Fri Jan 8 03:45:28 2016 New Revision: 293413 URL: https://svnweb.freebsd.org/changeset/base/293413 Log: MFC r291545: make the number of fasttrap probes and the size of the trace points hash table tunable via sysctl or kernel tunables. Modified:

Re: svn commit: r293328 - head/sys/dev/nvme

2016-01-07 Thread Bruce Evans
On Thu, 7 Jan 2016, Jim Harris wrote: On Thu, Jan 7, 2016 at 9:27 AM, Ravi Pokala wrote: ... + * Used for calculating number of CPUs to assign to each core and number of I/O + * queues to allocate per controller. + */ +#define NVME_CEILING(num, div)num) - 1) /

svn commit: r293414 - in head/sys/boot: i386/loader userboot/userboot

2016-01-07 Thread Allan Jude
Author: allanjude Date: Fri Jan 8 05:09:55 2016 New Revision: 293414 URL: https://svnweb.freebsd.org/changeset/base/293414 Log: Add support for ZFS Boot Environments to userboot (for bhyve and others) While here, also fix a possible null pointer Reported by: lattera MFC after:

Re: svn commit: r293341 - in head: lib/libstand sys/boot/libstand32

2016-01-07 Thread Ed Maste
On 7 January 2016 at 14:19, Bryan Drewery wrote: > Author: bdrewery > Date: Thu Jan 7 19:19:23 2016 > New Revision: 293341 > URL: https://svnweb.freebsd.org/changeset/base/293341 > > Log: > Don't install /usr/include/stand.h twice after r293040. > > Only install it from

svn commit: r293347 - in stable/10/sys/boot/efi: boot1 libefi loader

2016-01-07 Thread Ed Maste
Author: emaste Date: Thu Jan 7 20:10:49 2016 New Revision: 293347 URL: https://svnweb.freebsd.org/changeset/base/293347 Log: MFC r281524 by andrew@: Use MACHINE in the efi loader when it is what we mean It may not be the same as MACHINE_CPUARCH, it just happened to be the case the

Re: svn commit: r277610 - in head: bin/ln lib/libc/include lib/libc/sys share/man/man4 sys/compat/freebsd32 sys/kern sys/sys usr.bin/kdump

2016-01-07 Thread Jilles Tjoelker
On Thu, Jan 07, 2016 at 04:03:25PM +0300, Chagin Dmitry wrote: > On Fri, Jan 23, 2015 at 09:07:09PM +, Jilles Tjoelker wrote: > > Author: jilles > > Date: Fri Jan 23 21:07:08 2015 > > New Revision: 277610 > > URL: https://svnweb.freebsd.org/changeset/base/277610 > > Log: > > Add futimens

Re: svn commit: r293328 - head/sys/dev/nvme

2016-01-07 Thread Jim Harris
On Thu, Jan 7, 2016 at 9:27 AM, Ravi Pokala wrote: > -Original Message- > > > From: on behalf of Jim Harris > > Date: 2016-01-07, Thursday at 08:18 > To: , , <

Re: svn commit: r293328 - head/sys/dev/nvme

2016-01-07 Thread Conrad Meyer
I believe it's spelled "howmany()." On Thu, Jan 7, 2016 at 8:27 AM, Ravi Pokala wrote: > -Original Message- > > > From: on behalf of Jim Harris > > Date: 2016-01-07, Thursday at 08:18 > To:

svn commit: r293354 - head/sys/dev/nvme

2016-01-07 Thread Jim Harris
Author: jimharris Date: Thu Jan 7 20:35:26 2016 New Revision: 293354 URL: https://svnweb.freebsd.org/changeset/base/293354 Log: nvme: replace NVME_CEILING macro with howmany() Suggested by: rpokala MFC after:3 days Modified: head/sys/dev/nvme/nvme_ctrlr.c Modified:

svn commit: r293357 - head/tools/build/mk

2016-01-07 Thread Renato Botelho
Author: garga (ports committer) Date: Thu Jan 7 20:37:18 2016 New Revision: 293357 URL: https://svnweb.freebsd.org/changeset/base/293357 Log: Obsolete inetd related files when WITHOUT_INETD is set Reviewed by: bapt Approved by: gnn MFC after:1 week Sponsored by: Rubiconn

svn commit: r293358 - stable/10/sys/netinet6

2016-01-07 Thread Garrett Wollman
Author: wollman Date: Thu Jan 7 20:43:45 2016 New Revision: 293358 URL: https://svnweb.freebsd.org/changeset/base/293358 Log: MFH r292836: in6_if2idlen: treat bridge(4) interfaces like other Ethernet interfaces bridge(4) interfaces have an if_type of IFT_BRIDGE, rather than

svn commit: r293359 - in head/bin/sh: . tests/builtins

2016-01-07 Thread Jilles Tjoelker
Author: jilles Date: Thu Jan 7 20:48:24 2016 New Revision: 293359 URL: https://svnweb.freebsd.org/changeset/base/293359 Log: sh: Ensure OPTIND=1 in subshell without forking does not affect outer env. Command substitutions containing a single simple command and here-document expansion

svn commit: r293362 - svnadmin/conf

2016-01-07 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 7 20:53:31 2016 New Revision: 293362 URL: https://svnweb.freebsd.org/changeset/base/293362 Log: Remove my limit to allow me commit huge NTP patches to freebsd-update repo. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r293320 - head/sys/dev/nvd

2016-01-07 Thread Jim Harris
Author: jimharris Date: Thu Jan 7 15:57:17 2016 New Revision: 293320 URL: https://svnweb.freebsd.org/changeset/base/293320 Log: nvd: do not wait for previous bios before submitting ordered bio Still wait until all in-flight bios (including the ordered bio) complete before processing

svn commit: r293331 - in head/sys/dev: e1000 netmap

2016-01-07 Thread Sean Bruno
Author: sbruno Date: Thu Jan 7 16:42:48 2016 New Revision: 293331 URL: https://svnweb.freebsd.org/changeset/base/293331 Log: Switch em(4) to the extended RX descriptor format. This matches the e1000/e1000e split in linux. Split rxbuffer and txbuffer apart to support the new RX

svn commit: r293332 - head/sys/dev/e1000

2016-01-07 Thread Sean Bruno
Author: sbruno Date: Thu Jan 7 16:48:47 2016 New Revision: 293332 URL: https://svnweb.freebsd.org/changeset/base/293332 Log: Disable the reuse of checksum offload context descriptors in the case of multiple queues in em(4). Document errata in the code. MFC after:2 weeks Sponsored

svn commit: r293333 - stable/10/sys/conf

2016-01-07 Thread Ed Maste
Author: emaste Date: Thu Jan 7 17:00:35 2016 New Revision: 29 URL: https://svnweb.freebsd.org/changeset/base/29 Log: MFC r291691: newvers: Honour SOURCE_DATE_EPOCH for build reproducibility One reason the kernel does not build reproducibly is that it includes a timestamp in the

svn commit: r293349 - head/sys/kern

2016-01-07 Thread Konstantin Belousov
Author: kib Date: Thu Jan 7 20:15:09 2016 New Revision: 293349 URL: https://svnweb.freebsd.org/changeset/base/293349 Log: Convert tty common code to use make_dev_s(). Tty.c was untypical in that it handled the si_drv1 issue consistently and correctly, by always checking for si_drv1

svn commit: r293350 - in head/sys/cam: ctl scsi

2016-01-07 Thread Konstantin Belousov
Author: kib Date: Thu Jan 7 20:22:55 2016 New Revision: 293350 URL: https://svnweb.freebsd.org/changeset/base/293350 Log: Convert sys/cam to use make_dev_s(). Reviewed by: hps, jhb Sponsored by: The FreeBSD Foundation MFC after:3 weeks Differential revision:

svn commit: r293352 - in head: share/man/man4 sys/dev/nvme

2016-01-07 Thread Jim Harris
Author: jimharris Date: Thu Jan 7 20:32:04 2016 New Revision: 293352 URL: https://svnweb.freebsd.org/changeset/base/293352 Log: nvme: add hw.nvme.min_cpus_per_ioq tunable Due to FreeBSD system-wide limits on number of MSI-X vectors

svn commit: r293353 - stable/10/sys/boot

2016-01-07 Thread Ed Maste
Author: emaste Date: Thu Jan 7 20:34:06 2016 New Revision: 293353 URL: https://svnweb.freebsd.org/changeset/base/293353 Log: MFC r280808 by andrew: Reorder sys/boot/Makefile for the efi loader move As these will depend on ficl having been built, and are set via bsd.arch.inc.mk we need

svn commit: r293361 - head/sys/sys

2016-01-07 Thread Bryan Drewery
Author: bdrewery Date: Thu Jan 7 20:52:35 2016 New Revision: 293361 URL: https://svnweb.freebsd.org/changeset/base/293361 Log: Allow libnv to be built externally using GCC. GCC does not define _VA_LIST_DECLARED. It defines _VA_LIST_ and others. This was causing the prototype to not be

svn commit: r293339 - in head/sys/dev: bwi if_ndis iwi malo otus ral rtwn usb/wlan

2016-01-07 Thread Andriy Voskoboinyk
Author: avos Date: Thu Jan 7 18:41:03 2016 New Revision: 293339 URL: https://svnweb.freebsd.org/changeset/base/293339 Log: net80211 drivers: fix ieee80211_init_channels() usage Fix out-of-bounds read (all) / write (11n capable) for drivers that are using ieee80211_init_channels() to

svn commit: r293338 - head/sys/dev/ixgbe

2016-01-07 Thread Sean Bruno
Author: sbruno Date: Thu Jan 7 18:34:56 2016 New Revision: 293338 URL: https://svnweb.freebsd.org/changeset/base/293338 Log: Fix VF handling of VLANs. This helps immensily with our ability to operate in the Amazon Cloud. Discussed on Intel Networking Community call this morning.

svn commit: r293342 - head

2016-01-07 Thread Bryan Drewery
Author: bdrewery Date: Thu Jan 7 19:37:11 2016 New Revision: 293342 URL: https://svnweb.freebsd.org/changeset/base/293342 Log: Always try to upgrade to bmake if not already using it. This is mostly targetting stable/10 which requires bmake to build and has issues upgrading from <10.

svn commit: r293343 - in head/sys: amd64/include i386/include x86/include

2016-01-07 Thread Ed Maste
Author: emaste Date: Thu Jan 7 19:47:26 2016 New Revision: 293343 URL: https://svnweb.freebsd.org/changeset/base/293343 Log: Move amd64 metadata.h to x86 and share with i386 MFC after:1 week Added: head/sys/x86/include/metadata.h - copied unchanged from r293342,

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

2016-01-07 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jan 7 21:43:43 2016 New Revision: 293370 URL: https://svnweb.freebsd.org/changeset/base/293370 Log: ext2fs: reading mmaped file in Ext4 causes panic Always call brelse(path.ep_bp), fixing reading EXT4 files using mmap(). Patch by Damjan Jovanovic. PR:

svn commit: r293371 - head/bin/sh/tests/builtins

2016-01-07 Thread Jilles Tjoelker
Author: jilles Date: Thu Jan 7 21:46:07 2016 New Revision: 293371 URL: https://svnweb.freebsd.org/changeset/base/293371 Log: sh: Add a test for 'cd -'. Redirect 'cd -' output to /dev/null since POSIX requires it to write the new directory name even if not interactive, but we currently

svn commit: r293375 - stable/10

2016-01-07 Thread Bryan Drewery
Author: bdrewery Date: Thu Jan 7 22:05:04 2016 New Revision: 293375 URL: https://svnweb.freebsd.org/changeset/base/293375 Log: MFC r291610: Allow storing package(world|kernel) tarballs into a different location at PACKAGEDIR. Modified: stable/10/Makefile.inc1 Directory

svn commit: r293376 - stable/10

2016-01-07 Thread Bryan Drewery
Author: bdrewery Date: Thu Jan 7 22:06:05 2016 New Revision: 293376 URL: https://svnweb.freebsd.org/changeset/base/293376 Log: MFC r291611: Add NO_INSTALLKERNEL to undo the assumption that the first KERNCONF will be installed as "kernel". This is relevant for packaging of the

svn commit: r293377 - svnadmin/conf

2016-01-07 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 7 22:09:07 2016 New Revision: 293377 URL: https://svnweb.freebsd.org/changeset/base/293377 Log: Remove myself. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r293379 - head/lib/libdpv

2016-01-07 Thread Devin Teske
Author: dteske Date: Thu Jan 7 22:13:17 2016 New Revision: 293379 URL: https://svnweb.freebsd.org/changeset/base/293379 Log: Bump copyright (forgotten part of r293340) MFC after:3 days X-MFC-to: stable/10 X-MFC-with: r293340 Modified: head/lib/libdpv/util.h Modified:

svn commit: r293378 - svnadmin/conf

2016-01-07 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 7 22:13:16 2016 New Revision: 293378 URL: https://svnweb.freebsd.org/changeset/base/293378 Log: Remove commented out usernames and usernames, who are not in 'access' file. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r293369 - head/sys/dev/ismt

2016-01-07 Thread Jim Harris
Author: jimharris Date: Thu Jan 7 21:16:44 2016 New Revision: 293369 URL: https://svnweb.freebsd.org/changeset/base/293369 Log: ismt: fix ISMT_DESC_ADDR_RW macro Submitted by: Masanobu SAITOH MFC after:3 days Modified: head/sys/dev/ismt/ismt.c Modified:

Re: svn commit: r293353 - stable/10/sys/boot

2016-01-07 Thread Oliver Pinter
On Thu, Jan 7, 2016 at 9:34 PM, Ed Maste wrote: > Author: emaste > Date: Thu Jan 7 20:34:06 2016 > New Revision: 293353 > URL: https://svnweb.freebsd.org/changeset/base/293353 > > Log: > MFC r280808 by andrew: Reorder sys/boot/Makefile for the efi loader move Thanks Ed!

svn commit: r293380 - svnadmin/conf

2016-01-07 Thread Ed Schouten
Author: ed Date: Thu Jan 7 22:24:43 2016 New Revision: 293380 URL: https://svnweb.freebsd.org/changeset/base/293380 Log: Remove myself from sizelimit.conf. I added it a long time ago, because I often ran into these limits when importing copies of LLVM and Clang. dim@ does a fine job

svn commit: r293381 - svnadmin/conf

2016-01-07 Thread Ollivier Robert
Author: roberto Date: Thu Jan 7 22:27:19 2016 New Revision: 293381 URL: https://svnweb.freebsd.org/changeset/base/293381 Log: I do not need to be there right now. Reminded by:glebius (thanks!) Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r293382 - svnadmin/conf

2016-01-07 Thread Stanislav Sedov
Author: stas Date: Thu Jan 7 22:36:10 2016 New Revision: 293382 URL: https://svnweb.freebsd.org/changeset/base/293382 Log: Remove myself from the sizelimit file. Noticed by: glebius Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r293385 - svnadmin/conf

2016-01-07 Thread George V. Neville-Neil
Author: gnn Date: Thu Jan 7 22:45:50 2016 New Revision: 293385 URL: https://svnweb.freebsd.org/changeset/base/293385 Log: Remove myself from the size limit override pool. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf