summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a simple scripted partitioner. Documentation and more scripting supportnwhitehorn2013-01-204-3/+222
* Change the $ENV example to use .shrc instead of .shinit. This is consistentjoel2013-01-201-3/+3
* sh: Move some stackmarks to fix high memory usage in some loops.jilles2013-01-201-11/+5
* zfs/sparc64 boot: fix booting after r242230avg2013-01-201-8/+12
* - Force inetd to have listen queue size to be set to the value ofzont2013-01-201-1/+1
* Backward compatibility fix: treat cmds loaded as a script as nonInteractivedteske2013-01-201-2/+17
* sh: Remove mkinit's initialization routine.jilles2013-01-205-35/+12
* - Avoid unnecessary strdup()gabor2013-01-201-2/+2
* Fix minor nit in usage output.joel2013-01-201-1/+1
* Link the bhyve(4) man page to the build so the man page is actually installed.neel2013-01-201-0/+2
* Make "Finish" the default choice in the partition editor. This lets younwhitehorn2013-01-201-1/+1
* Use <vmname> in a consistent manner in usage messages output by 'bhyve',neel2013-01-202-2/+3
* Add svn properties to the recently merged bhyve source files.neel2013-01-202-2/+2
* Link against compiler-rt to pull in the required __aeabi_* functionsandrew2013-01-191-2/+2
* sh: Replace an mkinit use with an initialization.jilles2013-01-191-10/+5
* When DDB is enabled and we are building for the ARM EABI include the unwindandrew2013-01-192-0/+14
* Use correct GPIO interrupt lines.kientzle2013-01-191-1/+1
* Clarify the error messages for unrecognized pins and muxtypes.kientzle2013-01-191-4/+9
* Remove EOL whitespace.joel2013-01-192-4/+4
* Minor mdoc fixes.joel2013-01-191-10/+7
* Add the required __aeabi_* functions to libc.andrew2013-01-197-0/+361
* When building for ARM EABI link against libgcc for the __aeabi_* functions.andrew2013-01-191-0/+10
* Merge projects/bhyve to head.neel2013-01-19105-0/+25476
|\
| * IFC @ r245542neel2013-01-1739-133/+401
| |\
| * \ IFC @ r245509neel2013-01-17251-1923/+6113
| |\ \
| * | | Get rid of 'sample.sh' from here - it belongs in the /usr/share/examplesneel2013-01-091-75/+0
| * | | Sort the 'bhyvectl' subdir alphabetically.neel2013-01-091-1/+1
| * | | Get rid of gratuitous diff with respect to HEAD.neel2013-01-091-1/+0
| * | | IFC @ r245205neel2013-01-099-32/+87
| * | | IFC @ r245178neel2013-01-09133-1767/+1817
| |\ \ \
| * | | | Add the 'bhyveload(8)' man page.neel2013-01-082-1/+131
| * | | | Reduce the default memory allocation for a VM from 768MB to 128MB.neel2013-01-081-1/+1
| * | | | Don't completely drain the read file descriptor. Instead, onlygrehan2013-01-071-10/+34
| * | | | Add man page for bhyve(4). The project as well as the man page is aneel2013-01-071-0/+68
| * | | | Use 64-bit arithmetic throughout, and lock accesses to globals.grehan2013-01-071-6/+13
| * | | | Revert changes for x2apic support from projects/bhyve.neel2013-01-064-549/+85
| * | | | bhyve does not require a custom configuration file anymore so make the GENERICneel2013-01-051-6/+1
| * | | | Get rid of workarounds to avoid ins/outs instructions emitted by the guest.neel2013-01-051-42/+18
| * | | | IFC @ r244983.neel2013-01-041437-29105/+41495
| |\ \ \ \
| * | | | | There is no need for a special 'BHYVE' kernel configuration file anymore -neel2013-01-041-345/+0
| * | | | | There is no need for 'start_emulating()' and 'stop_emulating()' to be definedneel2013-01-042-19/+2
| * | | | | The "unrestricted guest" capability is a feature of Intel VT-x that allowsneel2013-01-043-123/+31
| * | | | | Change thread name for the main kqueue event loop to "<vmname> mevent" sogrehan2012-12-201-0/+13
| * | | | | Modify the default behavior of bhyve such that it no longer forces the use ofneel2012-12-161-3/+1
| * | | | | Prefer x2apic mode when running inside a virtual machine.neel2012-12-163-5/+66
| * | | | | Rename fbsdrun.* -> bhyverun.*grehan2012-12-1312-11/+11
| * | | | | Properly reset the tx/rx rings when a guest requests a device reset.grehan2012-12-121-0/+19
| * | | | | Create unique MAC addresses for virtio devices that aregrehan2012-12-121-5/+6
| * | | | | Determine the correct length and sector size for raw devices.grehan2012-12-081-3/+22
| * | | | | IFC @r243836neel2012-12-042233-76352/+164339
| |\ \ \ \ \
OpenPOWER on IntegriCloud