summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MFH (r275659): fix dependency on newvers.shdes2015-06-301-2/+1
|
* MFH (r277695): allow tracing dlfunc() / dlsym() eventsdes2015-06-302-4/+22
|
* MFH (r270391): don't set rc_debug in /etc/defaults/rc.confdes2015-06-301-1/+1
|
* MFH (r283578): import new moduli from upstreamdes2015-06-301-261/+275
|
* MFC: r262233brueffer2015-06-301-14/+16
| | | | Spelling, grammar and mdoc cleanup.
* MFC r284858:tijl2015-06-301-1/+1
| | | | | | | Enable the use of __builtin_va_* for ICC. PR: 198822 Submitted by: Sergey Melnikov <sergey.melnikov@intel.com>
* MFC r284719:kib2015-06-301-7/+9
| | | | | Only take previous buffer queue lock (olock) when needed for REMFREE in binsfree().
* MFC r284882, r284884:gjb2015-06-303-47/+70
| | | | | | | | | | | | | r284882: Add initial support for automatically uploading GCE virtual machine images to the Google Compute Engine platform. Remove gce-package.sh. r284884: Fix a vi-invoked typo. Sponsored by: The FreeBSD Foundation
* MFC r279901 (kmoore):delphij2015-06-291-1/+1
| | | | - Include commas in valid file-name chars freebsd-update will support
* MFC r256594 (cperciva):delphij2015-06-291-15/+2
| | | | | | | | | Speed up `freebsd-update IDS` by using IFS to split fields instead of forking lots of processes to run echo|cut. In one test this reduced the CPU time from 980s to 134s and the wallclock time from 806s to 132s. Submitted by: Oleg Ginzburg
* MFC r274630,r274653 (feld):delphij2015-06-291-0/+8
| | | | | | | Add logic for detecting non-persistent filesystems being utilized by workdir which would break the upgrade process upon reboot. Currently we check for tmpfs and md.
* MFC r276095 (des)delphij2015-06-291-4/+4
| | | | | Use "RCS tag" instead of "$FreeBSD$ tag", since svn will obediently expand the latter.
* MFC r284425:delphij2015-06-291-4/+12
| | | | | | | Skip src component if /usr/src is empty. Submitted by: kczekirda Reviewed by: cperciva, delphij, nwhitehorn, allanjude
* MFC r284792:delphij2015-06-298-17491/+17545
| | | | | | | | | | | | | | | | | Merge changes from vendor driver 1.1.4: v1.1.4 2015-06-09 * Fix a bug that FailLED was not initialized properly. v1.1.3 2015-05-19 * Support Report Luns command. v1.1.2 2015-05-05 * Fix a bug that report wrong physical sector size for 512e HDD. Many thanks to HighPoint for continued support of FreeBSD! This driver update is intended for 10.2-RELEASE. Submitted by: Steve Chang
* MFC r284765, r284875:mav2015-06-282-7/+27
| | | | | | | | Teach ctld about CTL's physical_port and virtual_port fields. This allows ctld to work with isp(4) virtual ports, specifying them as isp0/1, isp0/2, etc. There are still problems on isp(4) layer with disabling those ports after enabling, but hopefully they can be fixed.
* MFC r284808: Remove limitations on setting WWNNs starting from 2.mav2015-06-281-2/+2
| | | | | | | It is odd that driver first tries to generate synthetic WWNN based on WWPN starting from 2, but then refuses to use it. If we don't trust generated WWNN, we should probably not generate it. Same time this limitation prevents potentially valid WWNN setting by user.
* MFC r284748: Fix reported_gone setting, missed in some cases.mav2015-06-281-14/+14
| | | | | | This makes driver better track reported CAM_SEL_TIMEOUTs to properly report device reappearance later. This fixes target 0 not reappearing after initiator mode disabled and then reenabled.
* MFC r284727: Add dev.isp.X.role sysctl in addition to tunable.mav2015-06-282-22/+93
| | | | | | | It (mostly) allows to enable/disable initiator mode in run time. Target mode control is blocked here to force coordination with CTL. While there, add separate tunables/sysctls for virtual channels.
* MFC r284681: Rewrite port database handling for target mode.mav2015-06-282-119/+128
| | | | | | | | Previous implementation was too fragile to initiator parameters changes. In case of port role change it could not survive different handle assigned to the same initiator by firmware, even though initiator was logged out. The new implementation should be more resillient to this kind of problems, trying to work in any situation and only warn user about suspisious events.
* MFC r282209:neel2015-06-2841-405/+851
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emulate the 'bit test' instruction. MFC r282259: Re-implement RTC current time calculation to eliminate the possibility of losing time. MFC r282281: Advertise the MTRR feature via CPUID and emulate the minimal set of MTRR MSRs. MFC r282284: When an instruction cannot be decoded just return to userspace so bhyve(8) can dump the instruction bytes. MFC r282287: Don't require <sys/cpuset.h> to be always included before <machine/vmm.h>. MFC r282296: Emulate MSR_SYSCFG which is accessed by Linux on AMD cpus when MTRRs are enabled. MFC r282301: Relax limits when transitioning a vector from the IRR to the ISR and also when extinguishing it from the ISR in response to an EOI. MFC r282335: Advertise an additional memory BAR in the "dummy" device emulation. MFC r282336: Emulate machine check related MSRs to allow guest OSes like Windows to boot. MFC r282351: Don't advertise the Intel SMX capability to the guest. MFC r282407: Emulate the 'CMP r/m8, imm8' instruction. MFC r282519: Add macros for AMD-specific bits in MSR_EFER: LMSLE, FFXSR and TCE. MFC r282520: Emulate guest writes to EFER_MSR properly. MFC r282558: Deprecate the 3-way return values from vm_gla2gpa() and vm_copy_setup(). MFC r282571: Check 'td_owepreempt' and yield the vcpu thread if it is set. MFC r282595: Allow byte reads of AHCI registers. MFC r282784: Handling indirect descriptors is a capability of the host and not one that needs to be negotiated. Use the host capabilities field and not the negotiated field when verifying that indirect descriptors are supported. MFC r282788: Allow configuration of the sector size advertised to the guest. MFC r282865: Set the subvendor field in config space to the vendor ID. This is required by the Windows virtio drivers to correctly match a device. MFC r282922: Bump the size of the blockif scatter-gather list to 67. MFC r283075: Fix off-by-one in array index bounds check. bhyveload would allow you to create 33 entries on an array that only has 32 slots MFC r283168: Temporarily revert r282922 which bumped the max descriptors. MFC r283255: Emulate the "CMP r/m, reg" instruction (opcode 39H). MFC r283256: Add an option "--get-vmcs-exit-inst-length" to display the instruction length of the instruction that caused the VM-exit. MFC r283264: Change the header type of the emulated host-bridge from type 1 to type 0. MFC r283293: Don't rely on the 'VM-exit instruction length' field in the VMCS to always have an accurate length on an EPT violation. MFC r283299: Remove bogus verification of instruction length after instruction decode. MFC r283308: Exceptions don't deliver an error code in real mode. MFC r283657: Fix non-deterministic delays when accessing a vcpu that was in "running" or "sleeping" state. MFC r283973: Use tunable 'hw.vmm.svm.features' to disable specific SVM features even though they might be available in hardware. Use tunable 'hw.vmm.svm.num_asids' to limit the number of ASIDs used by the hypervisor. MFC r284046: Fix regression in 'verify_gla()' with the RIP-relative addressing mode. MFC r284174: Support guest writes to the TSC by enabling the "use TSC offsetting" execution control.
* MFC r279444:neel2015-06-2822-213/+503
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow passthrough devices to be hinted. MFC r279683: When ICW1 is issued the edge sense circuit is reset which means that following an initialization a low-to-high transistion is necesary to generate an interrupt. MFC r279925: Add -p parameter to list PCI device to pass through to the guest. MFC r281559: Fix handling of BUS_PROBE_NOWILDCARD in 'device_probe_child()'. MFC r280447: When fetching an instruction in non-64bit mode, consider the value of the code segment base address. MFC r280725: Move legacy interrupt allocation for virtio devices to common code. MFC r280775: Fix the RTC device model to operate correctly in 12-hour mode. MFC r280929: Fix "MOVS" instruction memory to MMIO emulation. MFC r280968: Display instruction bytes and %rip prior to aborting due to an instruction emulation error. MFC r281145: Enhance the support for Group 1 Extended opcodes for CMP, AND, OR instructions. MFC r281542: Initialize 'error' before use (Coverity IDs 1249748, 1249747, 1249751, 1249749) MFC r281561: Prior to aborting due to an ioport error, it is always interesting to see what the guest's %rip is. MFC r281611: If the number of guest vcpus is less than '1' then flag it as an error. MFC r281612: Prefer 'vcpu_should_yield()' over checking 'curthread->td_flags' directly. MFC r281630: Relax the check on which vectors can be delivered through the APIC. According to the Intel SDM vectors 16 through 255 are allowed to be delivered via the local APIC. MFC r281879: Missing break in switch case (Coverity ID 1292499) MFC r281946: Don't allow guest to modify readonly bits in the PCI config 'status' register. MFC r281987: STOS/STOSB/STOSW/STOSD/STOSQ instruction emulation. MFC r282206: Implement the century byte in the RTC.
* MFC r276428:neel2015-06-2730-564/+1875
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko. MFC r276432: Initialize all fields of 'struct vm_exception exception' before passing it to vm_inject_exception(). MFC r276763: Clear blocking due to STI or MOV SS in the hypervisor when an instruction is emulated or when the vcpu incurs an exception. MFC r277149: Clean up usage of 'struct vm_exception' to only to communicate information from userspace to vmm.ko when injecting an exception. MFC r277168: Fix typo (missing comma). MFC r277309: Make the error message explicit instead of just printing the usage if the virtual machine name is not specified. MFC r277310: Simplify instruction restart logic in bhyve. MFC r277359: Fix a bug in libvmmapi 'vm_copy_setup()' where it would return success even if the 'gpa' was in the guest MMIO region. MFC r277360: MOVS instruction emulation. MFC r277626: Add macro to identify AVIC capability (advanced virtual interrupt controller) in AMD processors. MFC r279220: Don't close a block context if it couldn't be opened avoiding a null deref. MFC r279225: Add "-u" option to bhyve(8) to indicate that the RTC should maintain UTC time. MFC r279227: Emulate MSR 0xC0011024 when running on AMD processors. MFC r279228: Always emulate MSR_PAT on Intel processors and don't rely on PAT save/restore capability of VT-x. This lets bhyve run nested in older VMware versions that don't support the PAT save/restore capability. MFC r279540: Fix warnings/errors when building vmm.ko with gcc.
* MFC r284646:kib2015-06-271-3/+7
| | | | | The barriers, provided by _acq and _rel atomics, are acquire and release barriers, not read and write barriers.
* MFC r284743:hselasky2015-06-262-4/+4
| | | | | | | Rename __weak to __weak_symbol to avoid language conflict with objective-C. PR: 200972 (exp-run) Suggested by: theraven@
* MFC r267386,269611,284730:delphij2015-06-2615-38298/+43378
| | | | | | | Update vendor driver to 1.2.7. This update improves driver reliability and adds support of 4Kn drives and report LUNs command. Many thanks to HighPoint for providing this driver update.
* Limit the number of autoconfigured queues to 8.erj2015-06-261-2/+5
| | | | | | | | | | | This limit was in a previous version of the driver, but it is being re- added to match the behavior of previous versions of 10. It prevents the driver from using too many MSI-X vectors on systems with a large number of logical CPU cores. Thanks to <jwd@slowblink.com> for bringing up this issue. Approved by: jfv (mentor)
* MFC r284594:kib2015-06-261-0/+1
| | | | Restore the td_cookie value upon detach.
* MFC: r284747arybchik2015-06-261-1/+9
| | | | | | | | | | sfxge: skip VPD info population if access is denied The patch allows to run on unprivileged PF (PFIOV) passed to a virtual machine. Reviewed by: gnn Sponsored by: Solarflare Communications, Inc.
* Document FreeBSD-EN-15:06.file, FreeBSD-EN-15:07.zfs,gjb2015-06-252-0/+28
| | | | | | FreeBSD-EN-15:08.sendmail, FreeBSD-SA-15:10.openssl. Sponsored by: The FreeBSD Foundation
* Update the svn revision marker.gjb2015-06-251-1/+1
| | | | Sponsored by: The FreeBSD Foundation
* Document r284778, file(1) updated to 5.23.gjb2015-06-251-0/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r284665:gjb2015-06-251-0/+20
| | | | | | | | - kern.racct.enable tunable and RACCT_DISABLED kernel configuration option. - RACCT/RCTL in GENERIC by default. Sponsored by: The FreeBSD Foundation
* Document rr284522, EM_MULTIQUEUE kernel configuration option.gjb2015-06-251-1/+9
| | | | Sponsored by: The FreeBSD Foundation
* Document r284460, ACPICA updated to 20150515.gjb2015-06-251-3/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r284330, OpenSSL updated to 1.0.1o.gjb2015-06-251-3/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r283875, chmod, chflags, chown and chgrp recursivegjb2015-06-252-0/+7
| | | | | | | symlink processing. Add Multiplay to sponsors.ent. Sponsored by: The FreeBSD Foundation
* Document r283280, several improvements/updates to the HyperV drivers.gjb2015-06-252-0/+23
| | | | | | Add Microsoft Open Source Technology Center to sponsors.ent. Sponsored by: The FreeBSD Foundation
* Document r283262, boot-time memory test on amd64 platforms is nowgjb2015-06-251-0/+4
| | | | | | disabled by default. Sponsored by: The FreeBSD Foundation
* Document r283242, autofs(5) '-noauto' map addition.gjb2015-06-251-0/+6
| | | | Sponsored by: The FreeBSD Foundation
* Add ScaleEngine, Inc. to sponsors.ent.gjb2015-06-251-0/+1
| | | | Sponsored by: The FreeBSD Foundation
* Document r283223, autofs(5) '-media' map.gjb2015-06-251-0/+7
| | | | Sponsored by: The FreeBSD Foundation
* Document r282974, uefisign(8) added.gjb2015-06-251-0/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r282870, freebsd-update(8) prevents upgrading a systemgjb2015-06-251-0/+5
| | | | | | with pending (incomplete) updates. Sponsored by: The FreeBSD Foundation
* Document r282746, openresolv updated to 3.7.0.gjb2015-06-251-0/+4
| | | | Sponsored by: The FreeBSD Foundation
* MFC r284780, r284811, r284812:gjb2015-06-254-7/+7
| | | | | | | | | | | | | | | | | r284780: Ensure ASSUME_ALWAYS_YES is set when deleting pkg(8) from the DESTDIR, otherwise it can get stuck in ttyin. r284811: Consider PRERELEASE builds snapshots, in addition to CURRENT and STABLE. r284812: Change the hour:minute delimiter from ':' to '-', since the former is an invalid character in EC2 images. Approved by: re (glebius, insta-MFC) Sponsored by: The FreeBSD Foundation
* MFC r271651, r271719, r272138, r272457, r272845, r275476, r275518, r275614,tijl2015-06-2543-511/+1297
| | | | | | | | r275819, r276176, r278154, r278160, r278339, r279127, r279240, r279491, r279493, r279856, r283032, r284423, r284426, r284427, r284428 Merge changes to libm from the past 9 months. This includes improvements to the Bessel functions and adds the C99 function lgammal.
* MFC r284308: MFV r284042: 1778 Assertion failed: rn->rn_nozpool == B_FALSEavg2015-06-251-4/+1
|
* MFC r284698: Dump additional config bytes for INIT_FIRMWARE_MULTI_ID.mav2015-06-251-0/+5
|
* MFC r284697: Add logging of executed mailbox command names.mav2015-06-251-5/+7
| | | | | Previously those commands were logged only as part of register dump, that is not very readable.
* MFC r284540:mav2015-06-251-0/+8
| | | | | | | | | In case of target mode disable at least ISP2532 return invalid zero ct_rxid value on CTIO completion. Try to workaround that using tag_id from the CCB, pointed by still valid ct_syshandle. I don't know whether this is valid fix or dirty hack, but considering that alternative is indefinitely stuck command -- it worth trying.
OpenPOWER on IntegriCloud