aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/snp
Commit message (Collapse)AuthorAgeFilesLines
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Reintroduce the snp(4) driver.Ed Schouten2008-11-051-1/+1
| | | | | | | | | | | | | | | Because the TTY hooks interface was not finished when I imported the MPSAFE 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 its rough edges. It's always better than having a broken driver sitting in the tree. Notes: svn path=/head/; revision=184689
* Fix the module build for snp(4).Maxime Henrion2005-09-191-1/+1
| | | | | | | | Submitted by: cognet Pointy hat to: cognet Notes: svn path=/head/; revision=150317
* We don't need to generate vnode_if.h anymoreWarner Losh2004-12-291-1/+1
| | | | Notes: svn path=/head/; revision=139399
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
| | | | | | | Not objected to by: -current Notes: svn path=/head/; revision=89260
* sys/kern/tty_snoop.c is now sys/dev/snp/snp.c.Dima Dorfman2001-07-251-2/+2
| | | | | | | Repo-copy by: jdp Notes: svn path=/head/; revision=80322
* Add a makefile for snp(4) since it can be compiled as a module now.Dima Dorfman2001-05-221-0/+9
Notes: svn path=/head/; revision=77019