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
Allow pty(4) to be loaded as a kld.Unfortunately, the wrappers that are present in pts(4) don't have themechanics to allow pty(4) to be unloaded safely, so I'm forcing this kldto return EBUSY. Th
Allow pty(4) to be loaded as a kld.Unfortunately, the wrappers that are present in pts(4) don't have themechanics to allow pty(4) to be unloaded safely, so I'm forcing this kldto return EBUSY. This also means we have to enable some extra code inpts(4) unconditionally.Proposed by: rwatson
show more ...