aboutsummaryrefslogtreecommitdiff
path: root/share/examples/kld
Commit message (Expand)AuthorAgeFilesLines
* Include the <sys/sysproto.h> header which includes the prerequisite headerKevin Lo2007-07-221-0/+1
* We don't have d_maj field in cdevsw structure anymore.Maxim Sobolev2006-05-191-8/+1
* Style.Ruslan Ermilov2006-03-151-2/+2
* firmware(9) is a subsystem to load binary data into the kernel via aMax Laier2006-01-297-1/+114
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-212-2/+2
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+2
* According to module(9), when command is unrecognized, the module shouldPawel Jakub Dawidek2004-08-303-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