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
...
*
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
*
Improve the ability to cancel an in-flight request by using an
tychon
2014-11-04
1
-24
/
+146
*
If the start bit, PxCMD.ST, is cleared and nothing is in-flight then
tychon
2014-11-03
1
-2
/
+6
*
Add a comment explaining the intent behind the I/O reservation [0x72-0x77].
neel
2014-10-26
1
-0
/
+4
*
Move the ACPI PM timer emulation into vmm.ko.
neel
2014-10-26
2
-174
/
+0
*
IFC @r273214
neel
2014-10-20
2
-25
/
+148
*
Don't advertise the "OS visible workarounds" feature in cpuid.80000001H:ECX.
neel
2014-10-19
1
-0
/
+25
*
Don't advertise the Instruction Based Sampling feature because it requires
neel
2014-10-17
1
-0
/
+13
*
Hide extended PerfCtr MSRs on AMD processors by clearing bits 23, 24 and 28 in
neel
2014-10-17
1
-0
/
+37
*
Emulate the "Hardware Configuration" MSR when running on an AMD host.
neel
2014-10-16
1
-2
/
+27
*
IFC @r272887
neel
2014-10-10
3
-2
/
+15
|
\
|
*
Support Intel-specific MSRs that are accessed when booting up a linux in bhyve:
neel
2014-10-09
1
-0
/
+7
|
*
iasl(8) expects integer fields in data tables to be specified as hexadecimal
neel
2014-10-09
1
-2
/
+2
|
*
Implement the FLUSH operation in the virtio-block emulation.
neel
2014-10-07
1
-0
/
+6
*
|
IFC @r272481
neel
2014-10-05
1
-1
/
+4
|
\
\
|
|
/
|
*
Add new fields in the FADT, required by IASL 20140926-64.
grehan
2014-10-03
1
-1
/
+4
*
|
IFC @r272185
neel
2014-09-27
1
-1
/
+1
|
\
\
|
|
/
|
*
Correct display of bhyve SMBIOS UUIDs with dmidecode by bumping the version.
grehan
2014-09-23
1
-1
/
+1
|
*
Restructure the MSR handling so it is entirely handled by processor-specific
neel
2014-09-20
3
-10
/
+68
*
|
IFC r271888.
neel
2014-09-20
3
-10
/
+68
*
|
IFC @r271887
neel
2014-09-20
1
-2
/
+2
|
\
\
|
|
/
|
*
Update the bhyve(8) manual to reflect that it is no
gjb
2014-09-17
1
-2
/
+2
*
|
IFC @r271694
neel
2014-09-17
7
-23
/
+96
|
\
\
|
|
/
|
*
Initialize 'bc_rdonly' to the right value.
neel
2014-09-11
1
-0
/
+1
|
*
Allow vtnet operation without merged rx buffers.
grehan
2014-09-09
1
-20
/
+66
|
*
Add a callback to be notified about negotiated features.
grehan
2014-09-09
5
-0
/
+8
[prev]
[next]