summaryrefslogtreecommitdiff
path: root/share/examples/kld/cdev
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2018-01-26example cdev: use make_dev_sEitan Adler
2017-11-27share and pc-sysinstall: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-10Update share/examples/* to properly install /usr/share/examples.Glen Barber
2016-05-01share: minor spelling fixes.Pedro F. Giffuni
2014-04-13NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh
2010-02-01Conform style.Makefile(5) and replace = and += with ?=, which lets you toWojciech A. Koszek
2010-01-18Include unistd.h for read(), write() and stdlib.h for exit().Wojciech A. Koszek
2006-05-19We don't have d_maj field in cdevsw structure anymore.Maxim Sobolev
2004-12-21Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov
2004-08-30According to module(9), when command is unrecognized, the module shouldPawel Jakub Dawidek
2004-07-16Update for struct cdevsw and dev_t -> struct cdev * changes, plus oneTim J. Robbins
2004-06-09Style.Maxim Konovalov
2004-06-09Remove duplicate #include.Lukas Ertl
2003-08-03Fix the cdev kld example.Martin Blapp
2002-07-11Update the SUBDIR hacks to work with the current bsd.subdir.mk.Ruslan Ermilov
2001-11-13Update the KLD examples so they will work with current.Andrew R. Reiter
2001-09-18Style.Ruslan Ermilov
2000-12-09Add `_PATH_DEVZERO'.David E. O'Brien
2000-10-02Fix cdev kld example after it has been broken for year or so. Also extend listMaxim Sobolev
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-06-27* Tidy up a few things and fix some more warnings.Doug Rabson
1999-06-25Make this sample build again.Doug Rabson
1998-12-11Sample modules for KLD.Doug Rabson