summaryrefslogtreecommitdiff
path: root/share/examples/kld/cdev/module
AgeCommit message (Expand)Author
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
2006-05-19We don't have d_maj field in cdevsw structure anymore.Maxim Sobolev
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
2001-11-13Update the KLD examples so they will work with current.Andrew R. Reiter
2001-09-18Style.Ruslan Ermilov
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