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/
Remove the fuse.ko -> fusefs.ko symlinkOn FreeBSD 13.0, the fuse driver will always be known as fusefs. Thebackwards compatibility symlink will still be used for stable/12 andstable/11, though.
Remove the fuse.ko -> fusefs.ko symlinkOn FreeBSD 13.0, the fuse driver will always be known as fusefs. Thebackwards compatibility symlink will still be used for stable/12 andstable/11, though.Reported by: jhibbitsReviewed by: rgrimes, imp, cemMFC after: NeverSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D21181
show more ...
Don't symlink fusefs.ko to fuse.ko on PPCSome PPC systems (PowerNV) use msdosfs for /boot, which can't handle eithersymlinks or hardlinks. So on PPC, copy the module instead. This change fixesins
Don't symlink fusefs.ko to fuse.ko on PPCSome PPC systems (PowerNV) use msdosfs for /boot, which can't handle eithersymlinks or hardlinks. So on PPC, copy the module instead. This change fixesinstallkernel on such systems after r345350.Reported by: Brandon Bergren <git_bdragon.rtk0.net>Reviewed by: jhibbits, rgrimesMFC after: 2 weeksMFC-With: 345350, 346441Sponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D19993
Use symlinks for kernel modules rather than hardlinksWhen aliasing a kernel module to a different name (ie if_igb for if_em),it's better to use symlinks than hard links. kldxref will omit entries
Use symlinks for kernel modules rather than hardlinksWhen aliasing a kernel module to a different name (ie if_igb for if_em),it's better to use symlinks than hard links. kldxref will omit entries forthe links, ensuring that the loaded module has the correct name.Reviewed by: impMFC after: 2 weeksSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D19979
Rename fuse(4) to fusefs(4)This makes it more consistent with other filesystems, which all end in "fs",and more consistent with its mount helper, which is already named"mount_fusefs".Reviewed b
Rename fuse(4) to fusefs(4)This makes it more consistent with other filesystems, which all end in "fs",and more consistent with its mount helper, which is already named"mount_fusefs".Reviewed by: cem, rgrimesMFC after: 2 weeksSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D19649