aboutsummaryrefslogtreecommitdiff
path: root/share/examples/kld
Commit message (Expand)AuthorAgeFilesLines
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-132-2/+2
* Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray2013-10-041-17/+24
* Remove short-lived idea; thread to harvest (eg) RDRAND enropy into the usual ...Mark Murray2013-08-301-19/+1
* 1) example (partially humorous random_adaptor, that I call "EXAMPLE")Mark Murray2013-08-243-1/+119
* Fix typo.Gleb Smirnoff2013-07-171-1/+1
* Improve example, so that it doesn't dump core when example moduleGleb Smirnoff2013-07-171-2/+6
* Revert previous commit...Kevin Lo2012-10-102-2/+2
* Prefer NULL over 0 for pointersKevin Lo2012-10-092-2/+2
* Minor style(9) improvementEd Maste2012-08-071-3/+3
* Uuencode the sample "binary" firmware image file (instead of explicitlyEd Maste2011-04-013-23/+20
* Avoid having a binary file in our source tree and instead create it atEd Maste2011-03-312-0/+4
* Add an example Khelp module, which will be referenced in the forthcoming KhelpLawrence Stewart2011-02-114-1/+172
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-191-2/+3
* Fix the syscall module name after r205320.Konstantin Belousov2010-06-151-1/+1
* Conform style.Makefile(5) and replace = and += with ?=, which lets you toWojciech A. Koszek2010-02-012-2/+2
* Include unistd.h for read(), write() and stdlib.h for exit().Wojciech A. Koszek2010-01-182-3/+6
* Small cleanup while being here:Wojciech A. Koszek2010-01-182-14/+6
* Include stdlib.h for exit(3) and unistd.h for syscall(2). This makesWojciech A. Koszek2010-01-181-0/+2
* Small fix for making this KLD to compile.Wojciech A. Koszek2010-01-181-1/+1
* Where if not in examples we should follow style(9)?Pawel Jakub Dawidek2009-06-032-34/+30
* 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