aboutsummaryrefslogtreecommitdiff
path: root/share/examples/kld/cdev/module/cdevmod.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* example cdev: use make_dev_sEitan Adler2018-01-261-2/+9
* share and pc-sysinstall: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* We don't have d_maj field in cdevsw structure anymore.Maxim Sobolev2006-05-191-8/+1
* According to module(9), when command is unrecognized, the module shouldPawel Jakub Dawidek2004-08-301-1/+1
* Update for struct cdevsw and dev_t -> struct cdev * changes, plus oneTim J. Robbins2004-07-161-1/+2
* Fix the cdev kld example.Martin Blapp2003-08-031-14/+11
* Fix cdev kld example after it has been broken for year or so. Also extend listMaxim Sobolev2000-10-021-8/+14
* * Tidy up a few things and fix some more warnings.Doug Rabson1999-06-271-6/+26
* Make this sample build again.Doug Rabson1999-06-251-1/+1
* Sample modules for KLD.Doug Rabson1998-12-111-0/+122