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
Add USB Mass Storage CTL frontend. This makes it possiblefor USB OTG-capable hardware to implement device side of USBMass Storage, ie pretend it's a flash drive. It's configuredin the same way a
Add USB Mass Storage CTL frontend. This makes it possiblefor USB OTG-capable hardware to implement device side of USBMass Storage, ie pretend it's a flash drive. It's configuredin the same way as other CTL frontends, using ctladm(8)or ctld(8). Differently from usfs(4), all the configurationcan be done without rebuilding the kernel.Testing and review is welcome. Right now I'm still moving,and I don't have access to my test environment, so I'm somewhatreluctant to making larger changes to this code; on the otherhand I don't want to let it sit on Phab until my testing setupis back, because I want to get it into 11.1-RELEASE.Reviewed by: emaste (cursory), wblock (man page)MFC after: 2 weeksRelnotes: yesSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D8787
show more ...