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 unicode support to msdosfs and smbfs; original pathes from imura,bug fixes by Kuan-Chung Chiu <buganini at gmail dot com>.Tested by me in production for several days at work.
libmchain no longer exports m_fixhdr(); remove it from EXPORT_SYMS.
Export symbols that constitute APIs defined by thesemodules.Note that in the case of 'mii' the API is not clearlydefined, and the symbols exported represent a subsetdefined by current usage.
Introduce API for sequential reads/writes (build/dissect) of mbuf chains.Reviewed by: Ian Dowse <[email protected]>, Bosko Milekic <[email protected]>, Julian Elischer <julian@elisch
Introduce API for sequential reads/writes (build/dissect) of mbuf chains.Reviewed by: Ian Dowse <[email protected]>, Bosko Milekic <[email protected]>, Julian Elischer <[email protected]> and arch@/net@Obtained from: smbfs
show more ...