aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* manctl is conditionally added to SUBDIRS later on. Don't unconditionallyBrooks Davis2013-01-231-1/+0
* Fix compilation errors.Jason Evans2013-01-231-2/+2
* Use snprintf instead of strc* functions and add bounds checking when creatingBaptiste Daroussin2013-01-222-4/+9
* Improve error handling and remove an unnecessary check on geom providerNathan Whitehorn2013-01-223-17/+17
* Improve documentation of BSDINSTALL_DISTSITE and mdoc.Nathan Whitehorn2013-01-221-5/+24
* Clarify that the setup script is optional.Nathan Whitehorn2013-01-221-2/+4
* Update change date.Nathan Whitehorn2013-01-221-2/+2
* Document bsdinstall scripting as it currently operates. It may change inNathan Whitehorn2013-01-221-4/+118
* Allocate the memory for the MSI-X table dynamically instead of allocating 32KBNeel Natu2013-01-212-15/+32
* Get rid of redundant 'table_size' field in struct pi_msix. If needed it canNeel Natu2013-01-212-3/+1
* Remove some debugging code that snuck in.Nathan Whitehorn2013-01-211-3/+1
* Add a scripting frontend. Documentation and release(7) support coming later.Nathan Whitehorn2013-01-212-1/+88
* If no partition configuration is specified in {}, use the automatic setupNathan Whitehorn2013-01-203-5/+11
* Add a simple scripted partitioner. Documentation and more scripting supportNathan Whitehorn2013-01-204-3/+222
* - Force inetd to have listen queue size to be set to the value ofAndrey Zonov2013-01-201-1/+1
* Backward compatibility fix: treat cmds loaded as a script as nonInteractiveDevin Teske2013-01-201-2/+17
* Fix minor nit in usage output.Joel Dahl2013-01-201-1/+1
* Make "Finish" the default choice in the partition editor. This lets youNathan Whitehorn2013-01-201-1/+1
* Use <vmname> in a consistent manner in usage messages output by 'bhyve',Neel Natu2013-01-202-2/+3
* Remove EOL whitespace.Joel Dahl2013-01-191-2/+2
* Minor mdoc fixes.Joel Dahl2013-01-191-10/+7
* Merge projects/bhyve to head.Neel Natu2013-01-1945-0/+11588
|\
| * IFC @ r245509Neel Natu2013-01-1731-80/+159
| |\
| * | Get rid of 'sample.sh' from here - it belongs in the /usr/share/examplesNeel Natu2013-01-091-75/+0
| * | Sort the 'bhyvectl' subdir alphabetically.Neel Natu2013-01-091-1/+1
| * | IFC @ r245178Neel Natu2013-01-0917-33/+474
| |\ \
| * | | Add the 'bhyveload(8)' man page.Neel Natu2013-01-082-1/+131
| * | | Reduce the default memory allocation for a VM from 768MB to 128MB.Neel Natu2013-01-081-1/+1
| * | | Don't completely drain the read file descriptor. Instead, onlyPeter Grehan2013-01-071-10/+34
| * | | Use 64-bit arithmetic throughout, and lock accesses to globals.Peter Grehan2013-01-071-6/+13
| * | | IFC @ r244983.Neel Natu2013-01-04136-7487/+1744
| |\ \ \
| * | | | The "unrestricted guest" capability is a feature of Intel VT-x that allowsNeel Natu2013-01-042-80/+31
| * | | | Change thread name for the main kqueue event loop to "<vmname> mevent" soPeter Grehan2012-12-201-0/+13
| * | | | Rename fbsdrun.* -> bhyverun.*Peter Grehan2012-12-1312-11/+11
| * | | | Properly reset the tx/rx rings when a guest requests a device reset.Peter Grehan2012-12-121-0/+19
| * | | | Create unique MAC addresses for virtio devices that arePeter Grehan2012-12-121-5/+6
| * | | | Determine the correct length and sector size for raw devices.Peter Grehan2012-12-081-3/+22
| * | | | IFC @r243836Neel Natu2012-12-0429-622/+1009
| |\ \ \ \
| * | | | | - Add in an XSDT to stop acpidump from exiting with aPeter Grehan2012-11-301-8/+48
| * | | | | Cleanup the user-space paging exit handler now that the unified instructionNeel Natu2012-11-283-6/+3
| * | | | | Revamp the x86 instruction emulation in bhyve.Neel Natu2012-11-288-697/+44
| * | | | | MSI-X does not need to be enabled in the message control register for theNeel Natu2012-11-221-2/+2
| * | | | | Mask the %eax register properly based on whether the "out" instruction isNeel Natu2012-11-211-0/+16
| * | | | | ACPI support for bhyve.Peter Grehan2012-11-205-5/+958
| * | | | | IFC @ r243164Neel Natu2012-11-1747-124/+270
| |\ \ \ \ \
| * \ \ \ \ \ IFC @ r242940Neel Natu2012-11-131-21/+50
| |\ \ \ \ \ \
| * \ \ \ \ \ \ IFC @ r242684Neel Natu2012-11-11330-1768/+25801
| |\ \ \ \ \ \ \
| * | | | | | | | Use the new userboot 'getenv' callback to set a couple of environment variablesNeel Natu2012-11-061-1/+22
| * | | | | | | | Change the thread name of the vCPU threads to contain thePeter Grehan2012-10-311-1/+8
| * | | | | | | | Exit if the requested num vCPUs exceeds the maximum ratherPeter Grehan2012-10-311-16/+27