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
Reintroduce the snp(4) driver.Because the TTY hooks interface was not finished when I imported theMPSAFE TTY layer, I had to disconnect the snp(4) driver. This snp(4)implementation has been sitti
Reintroduce the snp(4) driver.Because the TTY hooks interface was not finished when I imported theMPSAFE TTY layer, I had to disconnect the snp(4) driver. This snp(4)implementation has been sitting in my P4 branch for some time now.Unfortunately it still doesn't use the same error handling as snp(4)(returning codes through FIONREAD), but it should already be usable.I'm committing this to SVN, hoping someone else could polish off itsrough edges. It's always better than having a broken driver sitting inthe tree.
show more ...
Fix the module build for snp(4).Submitted by: cognetPointy hat to: cognet
We don't need to generate vnode_if.h anymore
Drop <bsd.man.mk> support from <bsd.kmod.mk>.Not objected to by: -current
sys/kern/tty_snoop.c is now sys/dev/snp/snp.c.Repo-copy by: jdp
Add a makefile for snp(4) since it can be compiled as a module now.