|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
031beb4e |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
193d9e76 |
| 04-Mar-2017 |
Enji Cooper <[email protected]> |
sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
|
| #
34d68912 |
| 01-Dec-2016 |
Sepherosa Ziehau <[email protected]> |
hyperv/hn: Add 'options RSS' support.
Reviewed by: adrian MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8676
|
| #
85e4ae1e |
| 01-Dec-2016 |
Sepherosa Ziehau <[email protected]> |
hyperv/hn: Add HN_DEBUG kernel option.
If bufring is used for per-TX ring descs, don't update "available" counter, which is only used to help debugging.
MFC after: 1 week Sponsored by: Microsoft Di
hyperv/hn: Add HN_DEBUG kernel option.
If bufring is used for per-TX ring descs, don't update "available" counter, which is only used to help debugging.
MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8674
show more ...
|
| #
15516c77 |
| 01-Nov-2016 |
Sepherosa Ziehau <[email protected]> |
hyperv/hn: Rename cleaned up file.
MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8390
|
| #
e6ed06f9 |
| 31-Oct-2016 |
Sepherosa Ziehau <[email protected]> |
hyperv/hn: Rename cleaned up RNDIS source file.
MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8361
|
| #
68468712 |
| 28-Oct-2016 |
Sepherosa Ziehau <[email protected]> |
hyperv/hn: Rename cleaned up NVS source file.
MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8354
|
|
Revision tags: release/11.0.1, release/11.0.0 |
|
| #
38d19df6 |
| 12-Jul-2016 |
Sepherosa Ziehau <[email protected]> |
hyperv/vmbus: Rework vmbus version accessing.
Instead of global variable, vmbus version is accessed through a vmbus DEVMETHOD now.
MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revisi
hyperv/vmbus: Rework vmbus version accessing.
Instead of global variable, vmbus version is accessed through a vmbus DEVMETHOD now.
MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6953
show more ...
|
|
Revision tags: release/10.3.0, release/10.2.0 |
|
| #
48890149 |
| 30-Jun-2015 |
Li-Wen Hsu <[email protected]> |
- Fix `make depend` in sys/modules
Differential Revision: https://reviews.freebsd.org/D2951 Approved by: delphij
|
|
Revision tags: release/10.1.0, release/9.3.0, release/10.0.0 |
|
| #
2d0d1686 |
| 28-Sep-2013 |
Ulrich Spörlein <[email protected]> |
Fix make depend, apply a bit of style.
Approved by: re (marius) Reviewed by: grehan
|
|
Revision tags: release/9.2.0 |
|
| #
d940bfec |
| 09-Sep-2013 |
Peter Grehan <[email protected]> |
Latest update from Microsoft.
Obtained from: Microsoft Hyper-v dev team
|
| #
cc759c19 |
| 17-Jul-2013 |
Peter Grehan <[email protected]> |
Microsoft have changed their policy on how the hyper-v code will be pulled into FreeBSD. From now, FreeBSD will be considered the upstream repo.
First step: move the drivers away from the contrib ar
Microsoft have changed their policy on how the hyper-v code will be pulled into FreeBSD. From now, FreeBSD will be considered the upstream repo.
First step: move the drivers away from the contrib area and into the base system.
A follow-on commit will include the drivers in the amd64 GENERIC kernel.
show more ...
|
| #
7d99ab9f |
| 15-Jun-2013 |
Peter Grehan <[email protected]> |
make glue to hook up the hyperv kmods to the build.
Modified from the original Microsoft versions to pull code/headers in from the sys/contrib/dev directory.
|
|
Revision tags: release/8.4.0 |
|
| #
e5548b5c |
| 03-May-2013 |
Peter Grehan <[email protected]> |
Initial import of the Microsoft HyperV 'enlightened' drivers.
From https://github.com/FreeBSDonHyper-V/VendorBranchForFreeBSDonHyper-V rev: 99eaa0ddb0485c9d76046664100f6beb1a0a0c58
|