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
*
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
*
Move legacy interrupt allocation for virtio devices to common code.
grehan
2015-03-27
3
-4
/
+5
*
Add missing variable initialization.
mav
2015-03-20
1
-1
/
+1
*
Report that we may have write cache, and that we do support FLUSH.
mav
2015-03-16
1
-0
/
+2
*
Increase S/G list size of 32 to 33 entries.
mav
2015-03-16
2
-8
/
+6
*
Pre-allocate one extra request per processing thread.
mav
2015-03-15
1
-1
/
+1
*
According to Linux and QEMU, s/n equal to buffer is not zero-terminated.
mav
2015-03-15
1
-1
/
+3
*
Close potential race on blockif_close().
mav
2015-03-15
1
-0
/
+2
*
Fix networking problem after r280026.
mav
2015-03-15
3
-2
/
+17
*
Give AHCI disk serial based on backing file path same as for virtio block.
mav
2015-03-15
1
-4
/
+16
*
Rewrite virtio block device driver to work asynchronously and use the block
mav
2015-03-15
2
-78
/
+76
*
Modify virtqueue helpers added in r253440 to allow queuing.
mav
2015-03-15
5
-39
/
+24
*
Block delete capability for read-only devices.
mav
2015-03-15
2
-2
/
+5
*
Give block I/O interface multiple (8) execution threads.
mav
2015-03-14
1
-53
/
+76
*
Add checksums to identify data and NCQ command error log.
mav
2015-03-14
1
-0
/
+16
*
Slightly polish virtual AHCI CD reporting.
mav
2015-03-14
1
-23
/
+67
*
Fix NOP and IDLE commands for virtual AHCI disks.
mav
2015-03-14
1
-2
/
+5
*
Add support for NCQ variant of DSM TRIM for virtual AHCI disks.
mav
2015-03-14
1
-4
/
+24
*
Improve NCQ errors reporting for virtual AHCI disks.
mav
2015-03-14
1
-11
/
+53
*
Remove incorrect SERR register setting.
mav
2015-03-13
1
-2
/
+0
*
Change prdbc value reporting.
mav
2015-03-13
1
-7
/
+6
*
Polish AHCI disk identify data and fix speed negotiation.
mav
2015-03-13
2
-17
/
+49
*
Add support for PIO variants of READ/WRITE commands for AHCI disks.
mav
2015-03-13
1
-4
/
+16
*
Use ahci_write_fis_d2h() for commands completion.
mav
2015-03-13
1
-21
/
+11
*
Add DSM TRIM command support for virtual AHCI disks.
mav
2015-03-13
3
-8
/
+166
*
Add variable initialization missed by me and clang.
mav
2015-03-05
1
-0
/
+1
*
Fix error translation broken in r279658.
mav
2015-03-05
1
-6
/
+5
*
Implement cache flush for ahci-hd and for virtio-blk over device.
mav
2015-03-05
2
-3
/
+18
*
Add check for absent stripe size to r279652.
mav
2015-03-05
1
-1
/
+1
*
Report logical/physical sector sizes for virtual SATA disk.
mav
2015-03-05
3
-3
/
+36
*
Add support for TOPOLOGY feature of virtio block device.
mav
2015-03-05
1
-12
/
+32
*
Emulate MSR 0xC0011024 when running on AMD processors.
neel
2015-02-24
1
-0
/
+9
*
Add "-u" option to bhyve(8) to indicate that the RTC should maintain UTC time.
neel
2015-02-24
4
-13
/
+21
*
Don't close a block context if it couldn't be opened,
grehan
2015-02-23
1
-1
/
+2
*
Simplify instruction restart logic in bhyve.
neel
2015-01-18
4
-51
/
+35
*
Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko.
neel
2014-12-30
1
-279
/
+26
*
Convert usr.sbin to LIBADD
bapt
2014-11-25
1
-3
/
+2
*
Fix improper .Fx macro usage.
trasz
2014-11-19
1
-1
/
+2
*
To allow a request to be submitted from within the callback routine of
tychon
2014-11-09
1
-2
/
+2
[next]