Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
hyperv/vmbus: Rework vmbus version accessing.Instead of global variable, vmbus version is accessed througha vmbus DEVMETHOD now.MFC after: 1 weekSponsored by: Microsoft OSTCDifferential Revisi
hyperv/vmbus: Rework vmbus version accessing.Instead of global variable, vmbus version is accessed througha vmbus DEVMETHOD now.MFC after: 1 weekSponsored by: Microsoft OSTCDifferential Revision: https://reviews.freebsd.org/D6953
show more ...
Fix make depend, apply a bit of style.Approved by: re (marius)Reviewed by: grehan
Microsoft have changed their policy on how the hyper-v code willbe pulled into FreeBSD. From now, FreeBSD will be considered theupstream repo.First step: move the drivers away from the contrib ar
Microsoft have changed their policy on how the hyper-v code willbe pulled into FreeBSD. From now, FreeBSD will be considered theupstream repo.First step: move the drivers away from the contrib area and intothe base system.A follow-on commit will include the drivers in the amd64 GENERIC kernel.
make glue to hook up the hyperv kmods to the build.Modified from the original Microsoft versions to pullcode/headers in from the sys/contrib/dev directory.