svn commit: r273304 - releng/10.1/sys/kern

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 07:15:04 2014 New Revision: 273304 URL: https://svnweb.freebsd.org/changeset/base/273304 Log: MFS10 r273272 (r273143 in head): Remove setting BIO_DONE flag for BIOs that have done() method. This fixes use-after-free, caused by geom_disk, completing same BIO

svn commit: r273305 - stable/10/sys/dev/mii

2014-10-20 Thread Pyun YongHyeon
Author: yongari Date: Mon Oct 20 07:25:57 2014 New Revision: 273305 URL: https://svnweb.freebsd.org/changeset/base/273305 Log: MFC r271073: Do not blindly announce 1000baseT half-duplex capability in autonegotiation. Some controllers like cgem(4) do not support half-duplex at

svn commit: r273306 - stable/9/sys/dev/mii

2014-10-20 Thread Pyun YongHyeon
Author: yongari Date: Mon Oct 20 07:27:34 2014 New Revision: 273306 URL: https://svnweb.freebsd.org/changeset/base/273306 Log: MFC r271073: Do not blindly announce 1000baseT half-duplex capability in autonegotiation. Some controllers like cgem(4) do not support half-duplex at

svn commit: r273307 - in stable/10/sys: cam/ctl dev/iscsi

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 07:28:18 2014 New Revision: 273307 URL: https://svnweb.freebsd.org/changeset/base/273307 Log: MFC r271395 (by trasz): Make sure we handle less than zero timeouts in iSCSI initiator and target in a reasonable way. Sponsored by: The FreeBSD Foundation

svn commit: r273310 - stable/10/sys/cam/ctl

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 07:32:33 2014 New Revision: 273310 URL: https://svnweb.freebsd.org/changeset/base/273310 Log: MFC r272613: Add support for MaxBurstLength and Expected Data transfer Length parameters. Before this change target could send R2T request for write transfer of any

Re: svn commit: r273295 - in head/sbin: ping ping6

2014-10-20 Thread Hiroki Sato
Hi Bruce, Thank you for your review. I fixed lines you pointed out and attached a patch candidate. I will show each change line by line in this email, too: Bruce Evans b...@optusnet.com.au wrote in 20141020140848.d...@besplex.bde.org: br - if (cc - ICMP_MINLEN - phdr_len

svn commit: r273311 - in stable/10/sys/cam: ctl scsi

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 07:33:41 2014 New Revision: 273311 URL: https://svnweb.freebsd.org/changeset/base/273311 Log: MFC r272734: Add support for WRITE ATOMIC (16) command and report SBC-4 compliance. Atomic writes are only supported for ZVOLs in dev mode. In other cases

svn commit: r273312 - in stable/10: sys/cam/ctl usr.sbin/ctladm

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 07:34:37 2014 New Revision: 273312 URL: https://svnweb.freebsd.org/changeset/base/273312 Log: MFC r272748: Implement software (mode page) and hardware (config) write protection. Modified: stable/10/sys/cam/ctl/ctl.c stable/10/sys/cam/ctl/ctl_private.h

svn commit: r273313 - in stable/10/sys: cam/ctl dev/iscsi

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 07:35:46 2014 New Revision: 273313 URL: https://svnweb.freebsd.org/changeset/base/273313 Log: MFC r272812: Make iSCSI connection close somewhat less aggressive. It allows to push out some final data from the send queue to the socket before its close. In

svn commit: r273314 - stable/10/sys/cam/ctl

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 07:38:36 2014 New Revision: 273314 URL: https://svnweb.freebsd.org/changeset/base/273314 Log: MFC r272893: Store persistent reservation keys as uint64_t instead of uint8_t[8]. This allows to simplify the code and save 512KB of RAM per LUN (8%) by removing

svn commit: r273316 - stable/10/sys/cam/ctl

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 07:52:48 2014 New Revision: 273316 URL: https://svnweb.freebsd.org/changeset/base/273316 Log: MFC r272935: Mark CTL frontend's CAM driver as CAM_PERIPH_DRV_EARLY. Target mode operation does not depend on the initiator mode scan process. This change allows

svn commit: r273317 - stable/10/sys/cam/ctl

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 07:57:07 2014 New Revision: 273317 URL: https://svnweb.freebsd.org/changeset/base/273317 Log: MFC r272938: Filter out duplicate AC_PATH_REGISTERED async events. Queued async events handling in CAM opened race, that may lead to duplicate AC_PATH_REGISTERED

svn commit: r273318 - stable/10/sys/cam/ctl

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 07:58:01 2014 New Revision: 273318 URL: https://svnweb.freebsd.org/changeset/base/273318 Log: MFC r272939: Shorten frontend name. Modified: stable/10/sys/cam/ctl/scsi_ctl.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r273319 - stable/10/sys/cam/ctl

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 07:59:29 2014 New Revision: 273319 URL: https://svnweb.freebsd.org/changeset/base/273319 Log: MFC r272947: Give physical and virtual ports numbers some more meaning. Modified: stable/10/sys/cam/ctl/ctl_frontend_iscsi.c stable/10/sys/cam/ctl/ctl_frontend_iscsi.h

svn commit: r273320 - in stable/10: sys/cam/ctl usr.sbin/ctladm

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 08:03:23 2014 New Revision: 273320 URL: https://svnweb.freebsd.org/changeset/base/273320 Log: MFC r272978: Improve and document `ctladm portlist` subcommand. Make this subcommand less FC-specific, reporting target and port addresses in more generic way. Also

svn commit: r273321 - stable/10/sys/cam/ctl

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 08:04:46 2014 New Revision: 273321 URL: https://svnweb.freebsd.org/changeset/base/273321 Log: MFC r273008: Remove stale comments. Modified: stable/10/sys/cam/ctl/scsi_ctl.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r273322 - stable/10/sys/cam/ctl

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 08:06:17 2014 New Revision: 273322 URL: https://svnweb.freebsd.org/changeset/base/273322 Log: MFC r273029: Report physical block size for file-backed LUNs, using vattr.va_blocksize. Modified: stable/10/sys/cam/ctl/ctl_backend_block.c Directory Properties:

svn commit: r273323 - in stable/10/sys/cam: ctl scsi

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 08:07:29 2014 New Revision: 273323 URL: https://svnweb.freebsd.org/changeset/base/273323 Log: MFC r273038: Add support for READ DEFECT DATA (10/12) commands. SPC-4 r2 allows to return empty defect list if the list is not supported. We don't reallu support

svn commit: r273324 - stable/10/sys/cam/ctl

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 08:08:43 2014 New Revision: 273324 URL: https://svnweb.freebsd.org/changeset/base/273324 Log: MFC r273046: Don't confuse frontend with zero length data moves, just return immediately. Modified: stable/10/sys/cam/ctl/ctl.c Directory Properties: stable/10/

svn commit: r273326 - stable/10/contrib/openpam/lib/libpam

2014-10-20 Thread Dag-Erling Smørgrav
Author: des Date: Mon Oct 20 08:59:30 2014 New Revision: 273326 URL: https://svnweb.freebsd.org/changeset/base/273326 Log: MFH (r273273): Merge upstream r825: fix line continuation in whitespace Modified: stable/10/contrib/openpam/lib/libpam/openpam_readword.c Directory Properties:

svn commit: r273327 - head/sys/netpfil/ipfw

2014-10-20 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Oct 20 11:21:07 2014 New Revision: 273327 URL: https://svnweb.freebsd.org/changeset/base/273327 Log: Use copyout() directly instead of updating various fields before/after each sooptcopyout() call. Found by: luigi Sponsored by: Yandex LLC Modified:

Re: svn commit: r273295 - in head/sbin: ping ping6

2014-10-20 Thread Bruce Evans
On Mon, 20 Oct 2014, Hiroki Sato wrote: Thank you for your review. I fixed lines you pointed out and attached a patch candidate. I will show each change line by line in this email, too: Thanks. Bruce Evans b...@optusnet.com.au wrote in 20141020140848.d...@besplex.bde.org: br -

svn commit: r273328 - in head/sys/dev/ata: . chipsets

2014-10-20 Thread Alexander Motin
Author: mav Date: Mon Oct 20 13:18:52 2014 New Revision: 273328 URL: https://svnweb.freebsd.org/changeset/base/273328 Log: Add another PCI ID for JMB368 PATA controller. MFC after:1 week Modified: head/sys/dev/ata/ata-pci.h head/sys/dev/ata/chipsets/ata-jmicron.c Modified:

svn commit: r273329 - head/sys/arm/broadcom/bcm2835

2014-10-20 Thread Luiz Otavio O Souza
Author: loos Date: Mon Oct 20 13:36:52 2014 New Revision: 273329 URL: https://svnweb.freebsd.org/changeset/base/273329 Log: Add another wakeup() after actually set the bus as free. This fix a race where the threads waiting for the bus would wake up early and still see bus as busy.

svn commit: r273330 - head/sys/dev/vt

2014-10-20 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Mon Oct 20 14:25:23 2014 New Revision: 273330 URL: https://svnweb.freebsd.org/changeset/base/273330 Log: vt(4): Refuse to load a font if hw.vga.textmode is selected Before, the font was loaded and the window size recalculated, giving an unusable terminal, even if

svn commit: r273331 - in head: sbin/ifconfig share/man/man4 sys/conf sys/modules sys/modules/if_vxlan sys/net sys/sys

2014-10-20 Thread Bryan Venteicher
Author: bryanv Date: Mon Oct 20 14:42:42 2014 New Revision: 273331 URL: https://svnweb.freebsd.org/changeset/base/273331 Log: Add vxlan interface vxlan creates a virtual LAN by encapsulating the inner Ethernet frame in a UDP packet. This implementation is based on RFC7348.

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

2014-10-20 Thread Ed Maste
Author: emaste Date: Mon Oct 20 14:48:20 2014 New Revision: 273332 URL: https://svnweb.freebsd.org/changeset/base/273332 Log: Add vtfontcvt(8) cross-reference to vt(4) man page Reported by: beeess...@ruggedinbox.com MFC after:3 days Modified: head/share/man/man4/vt.4 Modified:

svn commit: r273333 - head/share/misc

2014-10-20 Thread Sergey Kandaurov
Author: pluknet Date: Mon Oct 20 15:41:11 2014 New Revision: 27 URL: https://svnweb.freebsd.org/changeset/base/27 Log: Mac OS X 10.10 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

Re: svn commit: r273331 - in head: sbin/ifconfig share/man/man4 sys/conf sys/modules sys/modules/if_vxlan sys/net sys/sys

2014-10-20 Thread Adrian Chadd
Hi, Can you please create a PR that says something like review vxlan code for RSS after de-capsulation and assign it to me? I'm going to have to insert a hash recalculation after decapsulation but I'm too busy at the moment to do it. Thanks, -a On 20 October 2014 07:42, Bryan Venteicher

svn commit: r273334 - in head/sys: boot/common kern sys

2014-10-20 Thread Marcel Moolenaar
Author: marcel Date: Mon Oct 20 17:04:03 2014 New Revision: 273334 URL: https://svnweb.freebsd.org/changeset/base/273334 Log: Fully support constructors for the purpose of code coverage analysis. This involves: 1. Have the loader pass the start and size of the .ctors section to the

svn commit: r273335 - head/sys/fs/unionfs

2014-10-20 Thread Mateusz Guzik
Author: mjg Date: Mon Oct 20 17:53:49 2014 New Revision: 273335 URL: https://svnweb.freebsd.org/changeset/base/273335 Log: unionfs: hold mount interlock while manipulating mnt_flag This is for consistency with other filesystems. Modified: head/sys/fs/unionfs/union_vfsops.c Modified:

svn commit: r273336 - in head/sys: fs/nullfs fs/tmpfs fs/unionfs kern sys ufs/ffs

2014-10-20 Thread Mateusz Guzik
Author: mjg Date: Mon Oct 20 18:00:50 2014 New Revision: 273336 URL: https://svnweb.freebsd.org/changeset/base/273336 Log: Provide vfs suspension support only for filesystems which need it, take two. nullfs and unionfs need to request suspension if underlying filesystem(s) use it.

svn commit: r273337 - head/sys/arm/broadcom/bcm2835

2014-10-20 Thread Luiz Otavio O Souza
Author: loos Date: Mon Oct 20 18:04:20 2014 New Revision: 273337 URL: https://svnweb.freebsd.org/changeset/base/273337 Log: Fix the mtx_sleep() error checking, catch all errors and not only EWOULDBLOCK. Do not print any message at errors. The errors are properly sent to upper layers

Re: svn commit: r273334 - in head/sys: boot/common kern sys

2014-10-20 Thread Roman Divacky
Note that LLVM appends the priority of the constructors to the name of the .ctors section. Not so when compiling with GCC. The code currently works for GCC and not for LLVM. Uhm? LLVM here creates .ctors section, nothing is appended. Can you be more specific on what you're seing? Roman

svn commit: r273338 - in head/sys: amd64/amd64 sys x86/include

2014-10-20 Thread Neel Natu
Author: neel Date: Mon Oct 20 18:09:33 2014 New Revision: 273338 URL: https://svnweb.freebsd.org/changeset/base/273338 Log: Merge from projects/bhyve_svm all the changes outside vmm.ko or bhyve utilities: Add support for AMD's nested page tables in pmap.c: - Provide the correct bit mask

Re: svn commit: r273334 - in head/sys: boot/common kern sys

2014-10-20 Thread Marcel Moolenaar
On Oct 20, 2014, at 11:00 AM, Roman Divacky rdiva...@vlakno.cz wrote: Note that LLVM appends the priority of the constructors to the name of the .ctors section. Not so when compiling with GCC. The code currently works for GCC and not for LLVM. Uhm? LLVM here creates .ctors section,

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

2014-10-20 Thread Xin LI
Author: delphij Date: Mon Oct 20 18:53:54 2014 New Revision: 273340 URL: https://svnweb.freebsd.org/changeset/base/273340 Log: MFC r272884: accept(2) may and can return EAGAIN, document it. Modified: stable/10/lib/libc/sys/accept.2 Directory Properties: stable/10/ (props changed)

svn commit: r273341 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-10-20 Thread Xin LI
Author: delphij Date: Mon Oct 20 18:58:45 2014 New Revision: 273341 URL: https://svnweb.freebsd.org/changeset/base/273341 Log: MFC r272504: MFV r272494: Make space_map_truncate() always do space_map_reallocate(). Without this, setting space_map_max_blksz would cause panic for existing

Re: svn commit: r273274 - head/sys/netpfil/ipfw

2014-10-20 Thread Bruce Simpson
On Sun, 19 Oct 2014, at 13:02, Andriy Gapon wrote: I think that on platforms where an optimized version of fls() is available that would work faster than this cool piece of bit magic. This is a common enough idiom that perhaps a macro should be added: sys/param.h: #define roundup(x, y)

svn commit: r273342 - head/sys/kern

2014-10-20 Thread Mark Johnston
Author: markj Date: Mon Oct 20 20:21:40 2014 New Revision: 273342 URL: https://svnweb.freebsd.org/changeset/base/273342 Log: Fix a typo from r189544, which replaced unp_global_rwlock with unp_list_lock and unp_link_rwlock. MFC after:3 days Modified: head/sys/kern/subr_witness.c

svn commit: r273343 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-10-20 Thread Xin LI
Author: delphij Date: Mon Oct 20 21:53:51 2014 New Revision: 273343 URL: https://svnweb.freebsd.org/changeset/base/273343 Log: MFC r272507: MFV r272496: Add tunable for number of metaslabs per vdev (vfs.zfs.vdev.metaslabs_per_vdev). The default remains at 200. Illumos issue:

svn commit: r273344 - head/sys/kern

2014-10-20 Thread Mateusz Guzik
Author: mjg Date: Mon Oct 20 21:57:24 2014 New Revision: 273344 URL: https://svnweb.freebsd.org/changeset/base/273344 Log: filedesc: plug 2 write-only variables Reported by: Coverity CID: 1245745, 1245746 Modified: head/sys/kern/kern_descrip.c Modified: head/sys/kern/kern_descrip.c

svn commit: r273345 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-10-20 Thread Xin LI
Author: delphij Date: Mon Oct 20 21:59:11 2014 New Revision: 273345 URL: https://svnweb.freebsd.org/changeset/base/273345 Log: MFC r272510: MFV r272498: Add a new sysctl, vfs.zfs.vol.unmap_enabled, which allows the system administrator to toggle whether ZFS should ignore UNMAP requests.

svn commit: r273346 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-10-20 Thread Xin LI
Author: delphij Date: Mon Oct 20 22:04:49 2014 New Revision: 273346 URL: https://svnweb.freebsd.org/changeset/base/273346 Log: MFC r272511: MFV r272499: Illumos issue: 5174 add sdt probe for blocked read in dbuf_read() Modified:

svn commit: r273347 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-10-20 Thread Xin LI
Author: delphij Date: Mon Oct 20 22:09:30 2014 New Revision: 273347 URL: https://svnweb.freebsd.org/changeset/base/273347 Log: MFC r272584: MFV r272501: Illumos issue: 5177 remove dead code from dsl_scan.c Modified:

svn commit: r273348 - in stable/10: cddl/contrib/opensolaris/cmd/zdb sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2014-10-20 Thread Xin LI
Author: delphij Date: Mon Oct 20 22:13:50 2014 New Revision: 273348 URL: https://svnweb.freebsd.org/changeset/base/273348 Log: MFC r272598: MFV r272585: Split the godfather zio into CPU number's to reduce lock contention. Illumos issue: 5176 lock contention on godfather zio

svn commit: r273349 - stable/10/cddl/contrib/opensolaris/cmd/zdb

2014-10-20 Thread Xin LI
Author: delphij Date: Mon Oct 20 22:18:21 2014 New Revision: 273349 URL: https://svnweb.freebsd.org/changeset/base/273349 Log: MFC r272599: MFV r272588: Handle old format deadlist. Illumos issue: 5178 zdb -v on old-format pool fails in dump_deadlist() Modified:

svn commit: r273350 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-10-20 Thread Xin LI
Author: delphij Date: Mon Oct 20 22:22:39 2014 New Revision: 273350 URL: https://svnweb.freebsd.org/changeset/base/273350 Log: MFC r272601: MFV r272591: Use loaned ARC buffer for zfs receive to avoid copy. Illumos issue: 5162 zfs recv should use loaned arc buffer to avoid copy

Re: svn commit: r273331 - in head: sbin/ifconfig share/man/man4 sys/conf sys/modules sys/modules/if_vxlan sys/net sys/sys

2014-10-20 Thread Andrew Thompson
On 21 October 2014 03:42, Bryan Venteicher bry...@freebsd.org wrote: Author: bryanv Date: Mon Oct 20 14:42:42 2014 New Revision: 273331 URL: https://svnweb.freebsd.org/changeset/base/273331 Log: Add vxlan interface vxlan creates a virtual LAN by encapsulating the inner Ethernet frame

svn commit: r273351 - head/sys/kern

2014-10-20 Thread Mateusz Guzik
Author: mjg Date: Mon Oct 20 22:52:15 2014 New Revision: 273351 URL: https://svnweb.freebsd.org/changeset/base/273351 Log: Plug unnecessary binvp NULL initialization and test. Reported by: Coverity CID: 1018889 Modified: head/sys/kern/kern_exec.c Modified: head/sys/kern/kern_exec.c

Re: svn commit: r273331 - in head: sbin/ifconfig share/man/man4 sys/conf sys/modules sys/modules/if_vxlan sys/net sys/sys

2014-10-20 Thread Bryan Venteicher
On Mon, Oct 20, 2014 at 5:37 PM, Andrew Thompson thom...@freebsd.org wrote: On 21 October 2014 03:42, Bryan Venteicher bry...@freebsd.org wrote: Author: bryanv Date: Mon Oct 20 14:42:42 2014 New Revision: 273331 URL: https://svnweb.freebsd.org/changeset/base/273331 Log: Add vxlan

Re: svn commit: r269407 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-10-20 Thread Andriy Gapon
On 02/08/2014 02:16, Steven Hartland wrote: Author: smh Date: Fri Aug 1 23:16:48 2014 New Revision: 269407 URL: http://svnweb.freebsd.org/changeset/base/269407 Log: Don't return ZIO_PIPELINE_CONTINUE from vdev_op_io_start methods This prevents recursion of vdev_queue_io_done as

svn commit: r273352 - head/sys/arm/freescale/imx

2014-10-20 Thread Ian Lepore
Author: ian Date: Mon Oct 20 23:32:34 2014 New Revision: 273352 URL: https://svnweb.freebsd.org/changeset/base/273352 Log: The imx6 hardware is fast enough to make good use of however much timecounter resolution is available, so ask for a 1 GHz frequency. It won't actually get one that

svn commit: r273353 - head/sys/arm/freescale/imx

2014-10-20 Thread Ian Lepore
Author: ian Date: Mon Oct 20 23:34:47 2014 New Revision: 273353 URL: https://svnweb.freebsd.org/changeset/base/273353 Log: Attach the imx6 CCM driver during BUS_PASS_CPU. It controls the clocks for most on-chip devices and needs to be available before other drivers start attaching and

Re: svn commit: r269407 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-10-20 Thread Steven Hartland
On 20/10/2014 23:54, Andriy Gapon wrote: On 02/08/2014 02:16, Steven Hartland wrote: Author: smh Date: Fri Aug 1 23:16:48 2014 New Revision: 269407 URL: http://svnweb.freebsd.org/changeset/base/269407 Log: Don't return ZIO_PIPELINE_CONTINUE from vdev_op_io_start methods This

svn commit: r273354 - stable/10/release

2014-10-20 Thread Glen Barber
Author: gjb Date: Tue Oct 21 00:06:03 2014 New Revision: 273354 URL: https://svnweb.freebsd.org/changeset/base/273354 Log: MFC r273204: Add more descriptive metadata to the ISO images. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/Makefile Directory Properties:

svn commit: r273355 - stable/10/release

2014-10-20 Thread Glen Barber
Author: gjb Date: Tue Oct 21 00:07:37 2014 New Revision: 273355 URL: https://svnweb.freebsd.org/changeset/base/273355 Log: Fix label for the UEFI bootonly cd. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/Makefile Modified: stable/10/release/Makefile

Re: svn commit: r273355 - stable/10/release

2014-10-20 Thread Glen Barber
On Tue, Oct 21, 2014 at 12:07:38AM +, Glen Barber wrote: Author: gjb Date: Tue Oct 21 00:07:37 2014 New Revision: 273355 URL: https://svnweb.freebsd.org/changeset/base/273355 Log: Fix label for the UEFI bootonly cd. This is a direct commit to stable/10, head/ does not have this

svn commit: r273356 - head/sys/amd64/amd64

2014-10-20 Thread Neel Natu
Author: neel Date: Tue Oct 21 01:06:58 2014 New Revision: 273356 URL: https://svnweb.freebsd.org/changeset/base/273356 Log: Fix a race in pmap_emulate_accessed_dirty() that could trigger a EPT misconfiguration VM-exit. An EPT misconfiguration is triggered when the processor encounters a

svn commit: r273358 - in stable/9/sys/dev: alc ale

2014-10-20 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 21 01:15:43 2014 New Revision: 273358 URL: https://svnweb.freebsd.org/changeset/base/273358 Log: MFC r272721: Fix a long standing bug in MAC statistics register access. One additional register was erroneously added in the MAC register set such that 7

svn commit: r273357 - in stable/10/sys/dev: alc ale

2014-10-20 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 21 01:14:56 2014 New Revision: 273357 URL: https://svnweb.freebsd.org/changeset/base/273357 Log: MFC r272721: Fix a long standing bug in MAC statistics register access. One additional register was erroneously added in the MAC register set such that 7

svn commit: r273359 - head/sys/dev/re

2014-10-20 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 21 01:31:24 2014 New Revision: 273359 URL: https://svnweb.freebsd.org/changeset/base/273359 Log: It seems multicast filtering of RTL8168F does not work. Workaround the silicon bug by accepting any multicast packets. PR: 193488 MFC After:1 week

svn commit: r273360 - head/tools/tools/cxgbetool

2014-10-20 Thread Navdeep Parhar
Author: np Date: Tue Oct 21 01:34:18 2014 New Revision: 273360 URL: https://svnweb.freebsd.org/changeset/base/273360 Log: cxgbetool: Catch up with r185979. One of MAP_ANON, MAP_PRIVATE, MAP_SHARED, or MAP_STACK must be specified. This fixes the loadfw subcommand. MFC after:1

Re: svn commit: r273360 - head/tools/tools/cxgbetool

2014-10-20 Thread Navdeep Parhar
On 10/20/14 18:34, Navdeep Parhar wrote: Author: np Date: Tue Oct 21 01:34:18 2014 New Revision: 273360 URL: https://svnweb.freebsd.org/changeset/base/273360 Log: cxgbetool: Catch up with r185979. One of MAP_ANON, MAP_PRIVATE, MAP_SHARED, or MAP_STACK must be specified. Sorry, I meant

svn commit: r273361 - stable/10/sys/dev/pci

2014-10-20 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 21 01:48:19 2014 New Revision: 273361 URL: https://svnweb.freebsd.org/changeset/base/273361 Log: MFC r272729,272732: Add new quirk PCI_QUIRK_MSI_INTX_BUG to pci(4). QAC AR816x/E2200 controller has a silicon bug that MSI interrupt does not assert if

svn commit: r273362 - stable/9/sys/dev/pci

2014-10-20 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 21 01:49:07 2014 New Revision: 273362 URL: https://svnweb.freebsd.org/changeset/base/273362 Log: MFC r272729,272732: Add new quirk PCI_QUIRK_MSI_INTX_BUG to pci(4). QAC AR816x/E2200 controller has a silicon bug that MSI interrupt does not assert if

svn commit: r273364 - releng/10.1/release

2014-10-20 Thread Glen Barber
Author: gjb Date: Tue Oct 21 02:41:40 2014 New Revision: 273364 URL: https://svnweb.freebsd.org/changeset/base/273364 Log: MFstable10 r273354: MFC r273204: Add more descriptive metadata to the ISO images. MFstable10 r273355: Fix label for the UEFI bootonly cd. PR:

svn commit: r273365 - head/share/mk

2014-10-20 Thread Mark Johnston
Author: markj Date: Tue Oct 21 04:30:00 2014 New Revision: 273365 URL: https://svnweb.freebsd.org/changeset/base/273365 Log: Fix a few small bugs in the DTrace USDT rules: * anchor search strings appropriately, * use .ALLSRC to pass the full path to the D script to dtrace(1), * don't

svn commit: r273366 - stable/10/sys/dev/alc

2014-10-20 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 21 04:48:49 2014 New Revision: 273366 URL: https://svnweb.freebsd.org/changeset/base/273366 Log: MFC r272730,273018: Add support for QAC AR816x/AR817x Gigabit/Fast Ethernet controllers. These controllers seem to have the same feature of AR813x/AR815x and

svn commit: r273367 - stable/9/sys/dev/alc

2014-10-20 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 21 04:50:07 2014 New Revision: 273367 URL: https://svnweb.freebsd.org/changeset/base/273367 Log: MFC r272730,273018: Add support for QAC AR816x/AR817x Gigabit/Fast Ethernet controllers. These controllers seem to have the same feature of AR813x/AR815x and

svn commit: r273368 - stable/10/share/man/man4

2014-10-20 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 21 04:54:37 2014 New Revision: 273368 URL: https://svnweb.freebsd.org/changeset/base/273368 Log: MFC r272731: Document newly added controller AR816x/AR817x. Modified: stable/10/share/man/man4/alc.4 Directory Properties: stable/10/ (props changed)

svn commit: r273369 - stable/9/share/man/man4

2014-10-20 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 21 04:55:55 2014 New Revision: 273369 URL: https://svnweb.freebsd.org/changeset/base/273369 Log: MFC r272731: Document newly added controller AR816x/AR817x. Modified: stable/9/share/man/man4/alc.4 Directory Properties: stable/9/share/man/man4/ (props

svn commit: r273370 - head/cddl/lib/libdtrace

2014-10-20 Thread Mark Johnston
Author: markj Date: Tue Oct 21 05:19:08 2014 New Revision: 273370 URL: https://svnweb.freebsd.org/changeset/base/273370 Log: Correct the calculation of tcps_rto in the struct tcpcb - tcpsinfo_t translator. Submitted by: Grenville Armitage garmit...@swin.edu.au MFC after:1 week

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

2014-10-20 Thread Craig Rodrigues
Hi, Just to add some background to this fix, in the https://jenkins.freebsd.org cluster, we are using several bhyve VM's to host the environment for doing builds and tests. We are hammering on the VM's quite nicely. We found one problem where the bhyve binary would crash. Neel looked at the

svn commit: r273371 - head/sys/net

2014-10-20 Thread Bryan Venteicher
Author: bryanv Date: Tue Oct 21 05:45:57 2014 New Revision: 273371 URL: https://svnweb.freebsd.org/changeset/base/273371 Log: Use the size of the Ethernet address, not the entire header, when copying into forwarding entry. Reported by: Coverity CID: 1248849 Modified: