index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
bhyve
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup unused-but-set-variable spotted by gcc-4.9.
araujo
2016-01-26
2
-7
/
+2
*
Fix bhyve(1) operation on vmnet devices, broken in r293459.
glebius
2016-01-10
1
-1
/
+2
*
Add netmap support for bhyve
gnn
2016-01-09
1
-32
/
+273
*
Remove unused variable after r292981 to unbreak the build.
bz
2015-12-31
1
-1
/
+1
*
Clean up unused-but-set-variable spotted by gcc-4.9.
araujo
2015-12-31
1
-5
/
+2
*
Clean up unused-but-set-variable spotted by gcc-4.9.
araujo
2015-12-31
1
-2
/
+1
*
Exit with a user-friendly message instead of tripping an assert
ngie
2015-10-22
1
-1
/
+2
*
Fix a ton of speelling errors
eadler
2015-10-21
1
-1
/
+1
*
Clean up some harmless unimplemented-command warning messages.
grehan
2015-10-05
1
-1
/
+3
*
Fix post-test typo that snuck in.
grehan
2015-10-02
1
-1
/
+1
*
Simple sysctl-like firmware query interface. Similar in operation
grehan
2015-10-02
4
-0
/
+608
*
- Increase the max number of indirect descriptors to match
grehan
2015-10-02
1
-2
/
+2
*
Use strlcpy() instead of strncpy() because subsequent mkstemps expects
delphij
2015-09-17
1
-2
/
+2
*
Add simple (no-op) emulations for the CHECK_POWER_MODE,
grehan
2015-08-17
1
-0
/
+6
*
Another small typo.
mav
2015-08-11
1
-1
/
+1
*
Fix minor typo.
mav
2015-08-11
1
-1
/
+1
*
Manpage cleanup.
brueffer
2015-08-07
1
-12
/
+23
*
Always assert DCD and DSR in bhyve's uart emulation.
neel
2015-07-06
1
-17
/
+34
*
Updated depends
sjg
2015-07-03
1
-0
/
+22
*
add SO_REUSEADDR when starting debug port, lets you still bind when
jmg
2015-06-20
1
-0
/
+9
*
Restructure memory allocation in bhyve to support "devmem".
neel
2015-06-18
8
-24
/
+283
*
Fix non-deterministic delays when accessing a vcpu that was in "running" or
neel
2015-05-28
1
-1
/
+13
*
The 'hostbridge' device exists to allow guests to infer msi/msix
tychon
2015-05-21
1
-1
/
+1
*
Temporarily revert r282922 which bumped the max descriptors.
grehan
2015-05-21
1
-1
/
+1
*
Bump the size of the blockif scatter-gather list to 67.
grehan
2015-05-14
1
-1
/
+1
*
Set the subvendor field in config space to the vendor ID.
grehan
2015-05-13
3
-0
/
+3
*
Allow configuration of the sector size advertised to the guest.
neel
2015-05-12
2
-26
/
+69
*
Handling indirect descriptors is a capability of the host and
grehan
2015-05-11
1
-1
/
+1
*
Allow byte reads of AHCI registers.
neel
2015-05-07
1
-4
/
+9
*
Add memory barrier to r281764.
mav
2015-05-06
1
-14
/
+11
*
Deprecate the 3-way return values from vm_gla2gpa() and vm_copy_setup().
neel
2015-05-06
2
-78
/
+81
*
Reimplement queue freeze on error, added in r282429:
mav
2015-05-06
1
-3
/
+9
*
Implement in-order execution of non-NCQ commands.
mav
2015-05-04
1
-6
/
+15
*
Implement basic PxTFD.STS.BSY reporting.
mav
2015-05-03
1
-13
/
+38
*
Initialize PxCMD on reset and make its read-only bits such.
mav
2015-05-02
1
-2
/
+16
*
Handle ATA_SEND_FPDMA_QUEUED as NCQ in ahci_port_stop().
mav
2015-05-02
1
-1
/
+2
*
Advertise an additional memory BAR in the "dummy" device emulation.
neel
2015-05-02
1
-15
/
+23
*
Implement the century byte in the RTC. Some guests require this field to be
neel
2015-04-28
1
-1
/
+1
*
Don't allow guest to modify readonly bits in the PCI config 'status' register.
neel
2015-04-24
1
-38
/
+49
*
Reassign copyright statements on several files from Advanced
jhb
2015-04-23
5
-5
/
+5
*
Don't set bits that should be zero for SATA devices.
mav
2015-04-20
1
-1
/
+0
*
Report link as up if tap device is not specified (black hole).
mav
2015-04-20
1
-1
/
+1
*
Report link as up only if we managed to open tap device.
mav
2015-04-20
1
-2
/
+2
*
Disable RX/TX queues notifications when not needed.
mav
2015-04-20
1
-0
/
+4
*
Workaround bhyve virtual disks operation on top of GEOM providers.
mav
2015-04-18
4
-18
/
+100
*
Make virtual AHCI more careful with I/O lengths.
mav
2015-04-17
1
-92
/
+84
*
If the number of guest vcpus is less than '1' then flag it as an error.
neel
2015-04-16
1
-0
/
+5
*
Prior to aborting due to an ioport error, it is always interesting to
tychon
2015-04-15
1
-2
/
+4
*
Fix overlinking in bhyve:
bapt
2015-04-09
1
-1
/
+1
*
Prior to aborting due to an instruction emulation error, it is always
tychon
2015-04-01
1
-7
/
+12
[next]