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
Bring in the new automounter, similar to what's provided in most otherUNIX systems, eg. MacOS X and Solaris. It uses Sun-compatible map format,has proper kernel support, and LDAP integration.The
Bring in the new automounter, similar to what's provided in most otherUNIX systems, eg. MacOS X and Solaris. It uses Sun-compatible map format,has proper kernel support, and LDAP integration.There are still a few outstanding problems; they will be fixed shortly.Reviewed by: allanjude@, emaste@, kib@, wblock@ (earlier versions)Phabric: D523MFC after: 2 weeksRelnotes: yesSponsored by: The FreeBSD Foundation
show more ...
Remove at request of author, perhaps to be re-added later.
sync with private code:fix a 5.x'ism that 4.x needs protection from.make this code compile standalone.
Cleanup paths.Submitted by: ru
Wrong makefile in the wrong place.Pointed out by: scottl