summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Don't include the guest memory segments in the bhyve(8) process core dump.neel2014-05-132-3/+12
* abort(3) the process in response to a VMEXIT_ABORT. This usually happens inneel2014-05-121-8/+3
* Fix ndp(8) -f flag parsingmelifaro2014-05-092-13/+35
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-0640-38/+41
* Disable the 'uart_drain()' callback when the emulated receive FIFO is full.neel2014-05-051-47/+82
* Modify the "-p" option to be more flexible when associating a 'vcpu' withneel2014-05-052-17/+50
* Remove misleading "addcpu" in an error message emitted by fbsdrun_deletecpu().neel2014-05-051-2/+1
* Re-adding an event to a kqueue modifies the parameters of the original event.neel2014-05-051-7/+12
* Don't allow MPtable generation if there are multiple PCI hierarchies. This isneel2014-05-025-5/+39
* Add logic in the HLT exit handler to detect if the guest has put all vcpusneel2014-05-021-3/+9
* kldxref: Clean up error reportingemaste2014-04-301-8/+9
* Ignore writes to microcode update MSR. This MSR is accessed by RHEL7 guest.neel2014-04-301-0/+2
* Some Linux guests will implement a 'halt' by disabling the APIC and executingneel2014-04-291-19/+3
* Fix formatting of the -a option in usage() to be consistent.scottl2014-04-291-1/+1
* Document the -a option that was added in r262424.scottl2014-04-291-1/+17
* Allow a virtual machine to be forcibly reset or powered off. This is doneneel2014-04-282-10/+31
* Implement legacy interrupts for the AHCI device emulationgrehan2014-04-281-2/+34
* Finish connecting up installer UEFI support. If the kernel was booted usingnwhitehorn2014-04-271-5/+5
* Add EFI support to the installer. This requires that the kernel providenwhitehorn2014-04-267-17/+85
* Remove sa_equal() definition since it is already defined in net/route.h.melifaro2014-04-261-3/+0
* Respect and track the enable bit in the PCI configuration address word.grehan2014-04-251-5/+9
* Provide a very basic stub for the 8042 PS/2 keyboard controller.tychon2014-04-253-4/+86
* Style fixes.trasz2014-04-241-9/+9
* Update zfsboot to coincide with r264840 to bsdconfig(8) addingdteske2014-04-231-23/+71
* Implement GEOM based media device classification. You'll notice a fewdteske2014-04-2322-771/+1579
* Import libucl 0.4.0bapt2014-04-222-6/+6
* Simplify reading pw.conf(5) by using getline(3)bapt2014-04-222-24/+12
* Use calloc() in favor of malloc + memset.delphij2014-04-229-24/+12
* Factor out common ioport handler code for better hygiene -- pointedtychon2014-04-221-22/+12
* - Fix an off by one error when checking for the stop event. This resultedjhb2014-04-221-6/+12
* Don't claim the adapter is idle if it is clearing a drive.jhb2014-04-221-1/+1
* Use case insensitive match in portsnap.delphij2014-04-211-1/+1
* Fix ACPI DSDT indentation cosmetic breakage introduced in r264631 --tychon2014-04-181-1/+1
* Respect the destination operand size of the 'Input from Port' instruction.tychon2014-04-181-4/+23
* Add support for reading the PIT Counter 2 output signal via the NMItychon2014-04-181-0/+18
* Remove redundant code.trasz2014-04-171-1/+0
* Make it possible for the initiator side to operate in both proxytrasz2014-04-163-34/+46
* English.trasz2014-04-161-3/+3
* If we fail to create LUN, try again on next configuration reload.trasz2014-04-161-1/+9
* Use consistent punctuation.trasz2014-04-161-3/+4
* Use proper terminology in debug messages.trasz2014-04-161-3/+3
* Constify.trasz2014-04-162-10/+13
* Properly pass the initiator address when running in proxy mode.trasz2014-04-163-31/+34
* Use socket address from accept(2) instead of retrieving it viatrasz2014-04-161-11/+13
* Rework the way we enable CTL iSCSI port. Previously conf_apply()trasz2014-04-163-8/+16
* Properly identify target portal when running in proxy mode. While here,trasz2014-04-163-28/+45
* Make it possible for the iSCSI target side to operate in both normaltrasz2014-04-163-86/+112
* Stop treating LUN 0 as mandatory. There is no reason to do that.trasz2014-04-151-7/+6
* When merging docsinstall and zfsboot updates to stable/9 it was discovereddteske2014-04-152-0/+2
* mergemaster: Avoid "/var/tmp/temproot disappeared" if there is nothing tojilles2014-04-141-1/+1
OpenPOWER on IntegriCloud