Re: svn commit: r282429 - head/usr.sbin/bhyve

2015-05-06 Thread Alexander Motin
On 06.05.2015 08:04, Neel Natu wrote: Hi Alexander, I am getting the following error(?) messages with an ahci-cd device on Centos 6.4 x86_64: Thanks for the report, r282524 should fix the issue. On Mon, May 4, 2015 at 12:55 PM, Alexander Motin m...@freebsd.org wrote: Author: mav Date:

svn commit: r282523 - stable/10/libexec/getty

2015-05-06 Thread Konstantin Belousov
Author: kib Date: Wed May 6 09:38:44 2015 New Revision: 282523 URL: https://svnweb.freebsd.org/changeset/base/282523 Log: MFC r282245: Remove the #ifdef DEBUG code, which is not compilable on 64bit architectures. PR: 199767 Modified: stable/10/libexec/getty/subr.c Directory

svn commit: r282524 - head/usr.sbin/bhyve

2015-05-06 Thread Alexander Motin
Author: mav Date: Wed May 6 09:59:19 2015 New Revision: 282524 URL: https://svnweb.freebsd.org/changeset/base/282524 Log: Reimplement queue freeze on error, added in r282429: It is not required to use CLO to recover from task file error, it should be enough to do only stop/start, that

svn commit: r282525 - head/sys/dev/mrsas

2015-05-06 Thread Kashyap D Desai
Author: kadesai Date: Wed May 6 10:32:27 2015 New Revision: 282525 URL: https://svnweb.freebsd.org/changeset/base/282525 Log: This patch adds the feature to provide PCI information via IOCTL query. Reviewed by: ambrisko MFC after:2 weeks Sponsored by: AVAGO Technologies

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

2015-05-06 Thread Alexander V. Chernikov
Author: melifaro Date: Wed May 6 07:53:43 2015 New Revision: 282521 URL: https://svnweb.freebsd.org/changeset/base/282521 Log: Fix panic when prepare_batch_buffer() returns error. Modified: head/sys/netpfil/ipfw/ip_fw_table.c Modified: head/sys/netpfil/ipfw/ip_fw_table.c

svn commit: r282522 - head/sys/vm

2015-05-06 Thread Gleb Smirnoff
Author: glebius Date: Wed May 6 08:07:11 2015 New Revision: 282522 URL: https://svnweb.freebsd.org/changeset/base/282522 Log: Fix the KASSERT and improve wording in r282426. Submitted by: alc Modified: head/sys/vm/vnode_pager.c Modified: head/sys/vm/vnode_pager.c

svn commit: r282528 - head/sys/dev/mrsas

2015-05-06 Thread Kashyap D Desai
Author: kadesai Date: Wed May 6 10:42:44 2015 New Revision: 282528 URL: https://svnweb.freebsd.org/changeset/base/282528 Log: In OCR(Online Controller Reset) path, driver sets adapter state to MEGASAS_HBA_OPERATIONAL before getting new RAID map. There will be a small window where IO will

svn commit: r282530 - head/sys/dev/mrsas

2015-05-06 Thread Kashyap D Desai
Author: kadesai Date: Wed May 6 10:44:08 2015 New Revision: 282530 URL: https://svnweb.freebsd.org/changeset/base/282530 Log: Bug fixes found internally as detailed below: 1. While disabling interrupt the FW disables interrupts for only 16 vectors. In case of Invader which supports 96

svn commit: r282529 - head/sys/dev/mrsas

2015-05-06 Thread Kashyap D Desai
Author: kadesai Date: Wed May 6 10:43:19 2015 New Revision: 282529 URL: https://svnweb.freebsd.org/changeset/base/282529 Log: Driver calls mrsas_complete_cmd() to call mrsas_wakeup() for each MFI frame that was issued through the ioctl() interface prior to the kill adapter. This ensures

svn commit: r282527 - head/sys/dev/mrsas

2015-05-06 Thread Kashyap D Desai
Author: kadesai Date: Wed May 6 10:41:27 2015 New Revision: 282527 URL: https://svnweb.freebsd.org/changeset/base/282527 Log: Current driver does fast path read load balancing between arm and mirror disk for two Drive Raid-1 configuration only. Now, Driver support fast path read load

svn commit: r282531 - head/sys/dev/mrsas

2015-05-06 Thread Kashyap D Desai
Author: kadesai Date: Wed May 6 10:45:13 2015 New Revision: 282531 URL: https://svnweb.freebsd.org/changeset/base/282531 Log: 1. All LSI namings are converted to AVAGO Tech. 2. Fix in AEN path(suggested by John Baldwin). 3. Fix IOCTL path w.r.t Sense key handling Reviewed by:

svn commit: r282536 - head/sys/net

2015-05-06 Thread Andrey V. Elsukov
Author: ae Date: Wed May 6 14:02:57 2015 New Revision: 282536 URL: https://svnweb.freebsd.org/changeset/base/282536 Log: Pass mtag argument into m_tag_locate() to continue the search from the last found mtag. Modified: head/sys/net/if_me.c Modified: head/sys/net/if_me.c

svn commit: r282537 - head/sys/dev/acpica

2015-05-06 Thread Andrew Turner
Author: andrew Date: Wed May 6 14:09:54 2015 New Revision: 282537 URL: https://svnweb.freebsd.org/changeset/base/282537 Log: If the power management timer is unsupported the PmTimerLength value will be zero. Modified: head/sys/dev/acpica/acpi_timer.c Modified:

svn commit: r282526 - head/sys/dev/mrsas

2015-05-06 Thread Kashyap D Desai
Author: kadesai Date: Wed May 6 10:36:53 2015 New Revision: 282526 URL: https://svnweb.freebsd.org/changeset/base/282526 Log: Now Driver expose Secure Jbod Support via driver_operations in MFI INIT Frame. FW expose Secure Jbod support via Controller properity. Firmware expect IOs to be

svn commit: r282533 - head/sys/dev/mrsas

2015-05-06 Thread Kashyap D Desai
Author: kadesai Date: Wed May 6 10:46:28 2015 New Revision: 282533 URL: https://svnweb.freebsd.org/changeset/base/282533 Log: Corrected indentation on conflicted source files. Reviewed by: ambrisko MFC after:2 weeks Sponsored by: AVAGO Technologies Modified:

svn commit: r282532 - head/sys/dev/mrsas

2015-05-06 Thread Kashyap D Desai
Author: kadesai Date: Wed May 6 10:45:56 2015 New Revision: 282532 URL: https://svnweb.freebsd.org/changeset/base/282532 Log: Configured the mrsas(4) driver to support UNMAPPED I/O and updated driver version. Reviewed by: ambrisko MFC after:2 weeks Sponsored by: AVAGO

svn commit: r282534 - head/sbin/ipfw

2015-05-06 Thread Alexander V. Chernikov
Author: melifaro Date: Wed May 6 11:23:14 2015 New Revision: 282534 URL: https://svnweb.freebsd.org/changeset/base/282534 Log: Correctly print valtype for empty bitmask. Modified: head/sbin/ipfw/tables.c Modified: head/sbin/ipfw/tables.c

svn commit: r282572 - vendor/OpenBSD/dist/usr.bin/rcs

2015-05-06 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 6 23:52:15 2015 New Revision: 282572 URL: https://svnweb.freebsd.org/changeset/base/282572 Log: Bring OpenRCS 20150326 to the vendor area. A BSD-licensed alternative to GNU Revision Control System. Obtained from:OpenBSD Added:

svn commit: r282571 - head/sys/amd64/include

2015-05-06 Thread Neel Natu
Author: neel Date: Wed May 6 23:40:24 2015 New Revision: 282571 URL: https://svnweb.freebsd.org/changeset/base/282571 Log: Check 'td_owepreempt' and yield the vcpu thread if it is set. This is done explicitly because a vcpu thread can be in a critical section for the entire time slice

svn commit: r282567 - head/sys/kern

2015-05-06 Thread Mateusz Guzik
Author: mjg Date: Wed May 6 21:03:19 2015 New Revision: 282567 URL: https://svnweb.freebsd.org/changeset/base/282567 Log: Fix up panics when fork fails due to hitting proc limit The function clearning credentials on failure asserts the process is a zombie, which is not true when fork

Re: svn commit: r282485 - head/lib/libc/gen

2015-05-06 Thread John Baldwin
On Tuesday, May 05, 2015 02:52:33 PM Julian Elischer wrote: Author: julian Date: Tue May 5 14:52:33 2015 New Revision: 282485 URL: https://svnweb.freebsd.org/changeset/base/282485 Log: Tweak seekdir, telldir and readdir so that when htere are deletes going on, as seek to teh last

svn commit: r282569 - stable/10/sys/kern

2015-05-06 Thread Alexander Motin
Author: mav Date: Wed May 6 21:08:16 2015 New Revision: 282569 URL: https://svnweb.freebsd.org/changeset/base/282569 Log: MFC r281860: Make AIO to not allocate pbufs for unmapped I/O like r281825. While there, make few more performance optimizations. On 40-core system doing many

svn commit: r282568 - stable/10/sys/kern

2015-05-06 Thread Alexander Motin
Author: mav Date: Wed May 6 21:06:32 2015 New Revision: 282568 URL: https://svnweb.freebsd.org/changeset/base/282568 Log: MFC r281825: Rewrite physio() to not allocate pbufs for unmapped I/O. pbufs is a limited resource, and their allocator is not SMP-scalable. So instead of always

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

2015-05-06 Thread Alexander Motin
Author: mav Date: Wed May 6 19:47:31 2015 New Revision: 282565 URL: https://svnweb.freebsd.org/changeset/base/282565 Log: Handle EDQUOT backend storage errors same as ENOSPC. MFC after:1 week Modified: head/sys/cam/ctl/ctl_backend_block.c Modified:

svn commit: r282559 - head/usr.bin/netstat

2015-05-06 Thread Gleb Smirnoff
Author: glebius Date: Wed May 6 16:43:44 2015 New Revision: 282559 URL: https://svnweb.freebsd.org/changeset/base/282559 Log: Printing interface names: o Restore historical behaviour of appending '*' if interface is down, and we have enough space to print it (usually we don't). [1]

svn commit: r282560 - head/lib/libc/gen

2015-05-06 Thread John Baldwin
Author: jhb Date: Wed May 6 17:23:42 2015 New Revision: 282560 URL: https://svnweb.freebsd.org/changeset/base/282560 Log: Tweak the comment here some more. In particular, the previous opening sentence was a bit confusing. Noted by: kib Modified: head/lib/libc/gen/telldir.c

svn commit: r282558 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm usr.sbin/bhyve

2015-05-06 Thread Neel Natu
Author: neel Date: Wed May 6 16:25:20 2015 New Revision: 282558 URL: https://svnweb.freebsd.org/changeset/base/282558 Log: Deprecate the 3-way return values from vm_gla2gpa() and vm_copy_setup(). Prior to this change both functions returned 0 for success, -1 for failure and +1 to

svn commit: r282563 - head/usr.sbin/bhyve

2015-05-06 Thread Alexander Motin
Author: mav Date: Wed May 6 18:04:31 2015 New Revision: 282563 URL: https://svnweb.freebsd.org/changeset/base/282563 Log: Add memory barrier to r281764. While race at this point may cause only a single packet delay and so was not really reproduced, it is better to not have it at all.

Re: svn commit: r282559 - head/usr.bin/netstat

2015-05-06 Thread Gleb Smirnoff
On Wed, May 06, 2015 at 04:43:45PM +, Gleb Smirnoff wrote: T Printing interface names: T T o Do not truncate interface names when printing in encoded format. Note: now most of xo_emits in netstat(1) truncate in encoded format, which definitely isn't correct. Allan Jude promised to work

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

2015-05-06 Thread Bryan Drewery
7 01:55:39 2015(r282574) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20150506 +OLD_FILES+=usr/share/man/man9/NDHASGIANT.9.gz # 20150504 OLD_LIBS+=usr/lib32/private/libatf-c++.so.2 OLD_LIBS+=usr/lib32/private/libbsdstat.so.1 Modified: head/share/man/man9/Makefile

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

2015-05-06 Thread Ed Maste
Author: emaste Date: Wed May 6 15:29:11 2015 New Revision: 282551 URL: https://svnweb.freebsd.org/changeset/base/282551 Log: Remove historical GNUC test The requirement is for a GCC-compatible compiler and not necessarily GCC itself. However, we currently expect any compiler used for

svn commit: r282552 - head/lib/libc/gen

2015-05-06 Thread John Baldwin
Author: jhb Date: Wed May 6 15:30:05 2015 New Revision: 282552 URL: https://svnweb.freebsd.org/changeset/base/282552 Log: Remove the note about seekdir() removing telldir() cookies. That was removed back in r269204. MFC after:3 days Modified: head/lib/libc/gen/directory.3

Re: svn commit: r282429 - head/usr.sbin/bhyve

2015-05-06 Thread Neel Natu
Hi Alexander, On Wed, May 6, 2015 at 3:00 AM, Alexander Motin m...@freebsd.org wrote: On 06.05.2015 08:04, Neel Natu wrote: Hi Alexander, I am getting the following error(?) messages with an ahci-cd device on Centos 6.4 x86_64: Thanks for the report, r282524 should fix the issue. Thanks,