summaryrefslogtreecommitdiff
path: root/share/examples/kld/cdev
Commit message (Expand)AuthorAgeFilesLines
* example cdev: use make_dev_sEitan Adler2018-01-262-7/+14
* share and pc-sysinstall: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-274-4/+12
* Update share/examples/* to properly install /usr/share/examples.Glen Barber2016-05-103-0/+6
* share: minor spelling fixes.Pedro F. Giffuni2016-05-011-1/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Conform style.Makefile(5) and replace = and += with ?=, which lets you toWojciech A. Koszek2010-02-011-1/+1
* Include unistd.h for read(), write() and stdlib.h for exit().Wojciech A. Koszek2010-01-182-3/+6
* We don't have d_maj field in cdevsw structure anymore.Maxim Sobolev2006-05-191-8/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+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-162-7/+9
* Style.Maxim Konovalov2004-06-091-5/+4
* Remove duplicate #include.Lukas Ertl2004-06-091-1/+0
* Fix the cdev kld example.Martin Blapp2003-08-034-23/+14
* Update the SUBDIR hacks to work with the current bsd.subdir.mk.Ruslan Ermilov2002-07-111-69/+2
* Update the KLD examples so they will work with current.Andrew R. Reiter2001-11-131-3/+9
* Style.Ruslan Ermilov2001-09-181-83/+8
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+3
* Fix cdev kld example after it has been broken for year or so. Also extend listMaxim Sobolev2000-10-027-15/+114
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* * Tidy up a few things and fix some more warnings.Doug Rabson1999-06-275-31/+34
* Make this sample build again.Doug Rabson1999-06-253-4/+4
* Sample modules for KLD.Doug Rabson1998-12-118-0/+812