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
dirdeps: Update Makefile.depend* files with empty contentsSome Makefile.depend* files were committed with no contents or emptyDIRDEPS list, but they should have DIRDEPS with some contents.
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Update/fix Makefile.depend for userland
bhyve: Move libcasper dependecy to lib9plibcasper(3) is not used in bhyve. So move dependency to the appropriateplace.Reviewed by: markjMFC after: 1 weekSponsored by: vStackDifferential Revis
bhyve: Move libcasper dependecy to lib9plibcasper(3) is not used in bhyve. So move dependency to the appropriateplace.Reviewed by: markjMFC after: 1 weekSponsored by: vStackDifferential Revision: https://reviews.freebsd.org/D38905
show more ...
lib9p: fix building on systems without capserPR: 252353
Add virtio-9p (aka VirtFS) filesystem sharing to bhyve.VirtFS allows sharing an arbitrary directory tree between bhyve virtualmachine and the host. Current implementation has a fairly complete sup
Add virtio-9p (aka VirtFS) filesystem sharing to bhyve.VirtFS allows sharing an arbitrary directory tree between bhyve virtualmachine and the host. Current implementation has a fairly complete supportfor 9P2000.L protocol, except for the extended attribute support. It hasbeen verified to work with the qemu-kvm hypervisor.Reviewed by: rgrimes, emaste, jhb, traszApproved by: trasz (mentor)MFC after: 1 monthRelnotes: yesSponsored by: Conclusive Engineering (development), vStack.com (funding)Differential Revision: https://reviews.freebsd.org/D10335