summaryrefslogtreecommitdiff
path: root/share/examples/kld
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvscvs2svn2006-05-2317-17/+17
* MFC: For variables that are only checked with defined(), don't provideDavid E. O'Brien2005-02-131-1/+2
* MFC: According to module(9), when command is unrecognized, the module shouldPawel Jakub Dawidek2004-09-283-3/+3
* 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-112-73/+4
* Update the KLD examples so they will work with current.Andrew R. Reiter2001-11-132-4/+10
* Style.Ruslan Ermilov2001-09-181-83/+8
* Style.Ruslan Ermilov2001-09-181-13/+3
* Removed unneeded stuff.Ruslan Ermilov2001-05-181-12/+0
* Unbreak by syncing with changes in <sys/sysctl.h> macros.Andrzej Bialecki2001-02-101-12/+12
* 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
* These patches implement dynamic sysctls. It's possible now to addAndrzej Bialecki2000-07-154-1/+197
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* * 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
* Use modstat(2) to get the syscall number.Doug Rabson1999-01-091-6/+7
* Replace the misc example with a simpler syscall example using the newDoug Rabson1999-01-0914-832/+172
* Sample modules for KLD.Doug Rabson1998-12-1117-0/+1713