aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-0640-38/+41
* Disable the 'uart_drain()' callback when the emulated receive FIFO is full.Neel Natu2014-05-051-47/+82
* Modify the "-p" option to be more flexible when associating a 'vcpu' withNeel Natu2014-05-052-17/+50
* Remove misleading "addcpu" in an error message emitted by fbsdrun_deletecpu().Neel Natu2014-05-051-2/+1
* Re-adding an event to a kqueue modifies the parameters of the original event.Neel Natu2014-05-051-7/+12
* Don't allow MPtable generation if there are multiple PCI hierarchies. This isNeel Natu2014-05-025-5/+39
* Add logic in the HLT exit handler to detect if the guest has put all vcpusNeel Natu2014-05-021-3/+9
* kldxref: Clean up error reportingEd Maste2014-04-301-8/+9
* Ignore writes to microcode update MSR. This MSR is accessed by RHEL7 guest.Neel Natu2014-04-301-0/+2
* Some Linux guests will implement a 'halt' by disabling the APIC and executingNeel Natu2014-04-291-19/+3
* Fix formatting of the -a option in usage() to be consistent.Scott Long2014-04-291-1/+1
* Document the -a option that was added in r262424.Scott Long2014-04-291-1/+17
* Allow a virtual machine to be forcibly reset or powered off. This is doneNeel Natu2014-04-282-10/+31
* Implement legacy interrupts for the AHCI device emulationPeter Grehan2014-04-281-2/+34
* Finish connecting up installer UEFI support. If the kernel was booted usingNathan Whitehorn2014-04-271-5/+5
* Add EFI support to the installer. This requires that the kernel provideNathan Whitehorn2014-04-267-17/+85
* Remove sa_equal() definition since it is already defined in net/route.h.Alexander V. Chernikov2014-04-261-3/+0
* Respect and track the enable bit in the PCI configuration address word.Peter Grehan2014-04-251-5/+9
* Provide a very basic stub for the 8042 PS/2 keyboard controller.Tycho Nightingale2014-04-253-4/+86
* Style fixes.Edward Tomasz Napierala2014-04-241-9/+9
* Update zfsboot to coincide with r264840 to bsdconfig(8) addingDevin Teske2014-04-231-23/+71
* Implement GEOM based media device classification. You'll notice a fewDevin Teske2014-04-2322-771/+1579
* Import libucl 0.4.0Baptiste Daroussin2014-04-222-6/+6
* Simplify reading pw.conf(5) by using getline(3)Baptiste Daroussin2014-04-222-24/+12
* Use calloc() in favor of malloc + memset.Xin LI2014-04-229-24/+12
* Factor out common ioport handler code for better hygiene -- pointedTycho Nightingale2014-04-221-22/+12
* - Fix an off by one error when checking for the stop event. This resultedJohn Baldwin2014-04-221-6/+12
* Don't claim the adapter is idle if it is clearing a drive.John Baldwin2014-04-221-1/+1
* Use case insensitive match in portsnap.Xin LI2014-04-211-1/+1
* Fix ACPI DSDT indentation cosmetic breakage introduced in r264631 --Tycho Nightingale2014-04-181-1/+1
* Respect the destination operand size of the 'Input from Port' instruction.Tycho Nightingale2014-04-181-4/+23
* Add support for reading the PIT Counter 2 output signal via the NMITycho Nightingale2014-04-181-0/+18
* Remove redundant code.Edward Tomasz Napierala2014-04-171-1/+0
* Make it possible for the initiator side to operate in both proxyEdward Tomasz Napierala2014-04-163-34/+46
* English.Edward Tomasz Napierala2014-04-161-3/+3
* If we fail to create LUN, try again on next configuration reload.Edward Tomasz Napierala2014-04-161-1/+9
* Use consistent punctuation.Edward Tomasz Napierala2014-04-161-3/+4
* Use proper terminology in debug messages.Edward Tomasz Napierala2014-04-161-3/+3
* Constify.Edward Tomasz Napierala2014-04-162-10/+13
* Properly pass the initiator address when running in proxy mode.Edward Tomasz Napierala2014-04-163-31/+34
* Use socket address from accept(2) instead of retrieving it viaEdward Tomasz Napierala2014-04-161-11/+13
* Rework the way we enable CTL iSCSI port. Previously conf_apply()Edward Tomasz Napierala2014-04-163-8/+16
* Properly identify target portal when running in proxy mode. While here,Edward Tomasz Napierala2014-04-163-28/+45
* Make it possible for the iSCSI target side to operate in both normalEdward Tomasz Napierala2014-04-163-86/+112
* Stop treating LUN 0 as mandatory. There is no reason to do that.Edward Tomasz Napierala2014-04-151-7/+6
* When merging docsinstall and zfsboot updates to stable/9 it was discoveredDevin Teske2014-04-152-0/+2
* mergemaster: Avoid "/var/tmp/temproot disappeared" if there is nothing toJilles Tjoelker2014-04-141-1/+1
* Add support for emulating the slave PIC.Tycho Nightingale2014-04-141-2/+2
* Fix typo in debug/log statement.Devin Teske2014-04-141-1/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-1323-23/+23