aboutsummaryrefslogtreecommitdiff
path: root/share/examples/kld
Commit message (Expand)AuthorAgeFilesLines
* Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste2024-07-301-1/+0
* Remove residual blank line at start of MakefileWarner Losh2024-07-158-8/+0
* share: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-164-5/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1614-14/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-167-14/+0
* examples/kld/syscall: unbreak compilationMaxim Konovalov2023-06-181-1/+1
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-122-2/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-124-4/+4
* Fix syscall kld exampleFernando ApesteguĂ­a2021-06-091-2/+2
* Fix build for KLD dyn_sysctl exampleOleksandr Tymoshenko2019-03-161-4/+2
* 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-2710-4/+24
* Update share/examples/* to properly install /usr/share/examples.Glen Barber2016-05-1013-0/+26
* share: minor spelling fixes.Pedro F. Giffuni2016-05-011-1/+1
* This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray2014-10-301-15/+39
* 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