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
Makefile changes to reflect moving sys/isofs/cd9660 to sys/fs/cd9660.Continue to install userland include files in /usr/include/isofs/cd9660so as not to break userland applications such as libstand.
- Support for multibyte charsets in LIBICONV.- CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options(with corresponding modules).- kiconv(3) for loadable charset conversion tables support.Su
- Support for multibyte charsets in LIBICONV.- CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options(with corresponding modules).- kiconv(3) for loadable charset conversion tables support.Submitted by: Ryuichiro Imura <[email protected]>
show more ...