summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix for big endian architectures. The "up_address" field is 8-bit andhselasky2014-05-281-1/+1
* Add segment protection and limits violation checks in vie_calculate_gla()neel2014-05-271-4/+5
* Fix issue with restarting an "insb/insw/insl" instruction because of a pageneel2014-05-261-21/+16
* Do the linear address calculation for the ins/outs emulation using a newneel2014-05-251-9/+18
* Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and outneel2014-05-241-23/+24
* Consolidate all the information needed by the guest page table walker intoneel2014-05-242-1/+3
* Check for alignment check violation when processing in/out string instructions.neel2014-05-231-12/+13
* Add emulation of the "outsb" instruction. NetBSD guests use this to write toneel2014-05-233-45/+130
* Fix syntax error thrown at the point of creating the root pool, caused bydteske2014-05-221-12/+17
* Add IOMMU PCI subclass, found on Tyan S8236 motherboard.mav2014-05-201-0/+1
* - Include /etc/newsyslog.conf.d/* and /usr/local/etc/newsyslog.conf.d/* bybdrewery2014-05-201-2/+8
* Update the date on the manual page.gnn2014-05-181-1/+1
* Add -o option to gstat to display "other" operatins (e.g. BIO_FLUSH).mav2014-05-172-5/+26
* Update example portion of comment to coincide with r264840 changes.dteske2014-05-171-1/+2
* Bump .Dd, missed in r266206bjk2014-05-171-1/+1
* Add a command line argument (-l) to end event collection after somegnn2014-05-163-3/+51
* Speed up pmcstat by improving string hashemaste2014-05-161-3/+3
* Review pass through jail.8bjk2014-05-161-99/+102
* make a note that FNBUFF cannot overflow as long as LNBUFF is smaller..jmg2014-05-151-0/+1
* Remove unused variable.trasz2014-05-151-4/+0
* Extend the size of the function or symbol that can be annotated.gnn2014-05-151-2/+2
* Revert r261296. This removes the WITHOUT_NCURSESW option.brooks2014-05-154-48/+8
* Implement a PCI interrupt router to route PCI legacy INTx interrupts tojhb2014-05-1512-61/+609
* Fix the "disks" variable reuse.roberto2014-05-151-3/+6
* Updates to the datasets created by zfsboot.roberto2014-05-151-8/+9
* Here is a patch for the bsdinstall root-on-zfs stuff that adds optionalroberto2014-05-151-16/+93
* 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
OpenPOWER on IntegriCloud