summaryrefslogtreecommitdiff
path: root/share/examples/kld
AgeCommit message (Expand)Author
2025-12-16khelp: make the module compile againMaxim Konovalov
2024-07-30Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26share: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-18examples/kld/syscall: unbreak compilationMaxim Konovalov
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-06-09Fix syscall kld exampleFernando ApesteguĂ­a
2019-03-16Fix build for KLD dyn_sysctl exampleOleksandr Tymoshenko
2018-01-26example cdev: use make_dev_sEitan Adler
2017-11-27share and pc-sysinstall: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-10Update share/examples/* to properly install /usr/share/examples.Glen Barber
2016-05-01share: minor spelling fixes.Pedro F. Giffuni
2014-10-30This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray
2014-04-13NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh
2013-10-04Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray
2013-08-30Remove short-lived idea; thread to harvest (eg) RDRAND enropy into the usual ...Mark Murray
2013-08-241) example (partially humorous random_adaptor, that I call "EXAMPLE")Mark Murray
2013-07-17Fix typo.Gleb Smirnoff
2013-07-17Improve example, so that it doesn't dump core when example moduleGleb Smirnoff
2012-10-10Revert previous commit...Kevin Lo
2012-10-09Prefer NULL over 0 for pointersKevin Lo
2012-08-07Minor style(9) improvementEd Maste
2011-04-01Uuencode the sample "binary" firmware image file (instead of explicitlyEd Maste
2011-03-31Avoid having a binary file in our source tree and instead create it atEd Maste
2011-02-11Add an example Khelp module, which will be referenced in the forthcoming KhelpLawrence Stewart
2011-01-19Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming
2010-06-15Fix the syscall module name after r205320.Konstantin Belousov
2010-02-01Conform style.Makefile(5) and replace = and += with ?=, which lets you toWojciech A. Koszek
2010-01-18Include unistd.h for read(), write() and stdlib.h for exit().Wojciech A. Koszek
2010-01-18Small cleanup while being here:Wojciech A. Koszek
2010-01-18Include stdlib.h for exit(3) and unistd.h for syscall(2). This makesWojciech A. Koszek
2010-01-18Small fix for making this KLD to compile.Wojciech A. Koszek
2009-06-03Where if not in examples we should follow style(9)?Pawel Jakub Dawidek
2007-07-22Include the <sys/sysproto.h> header which includes the prerequisite headerKevin Lo
2006-05-19We don't have d_maj field in cdevsw structure anymore.Maxim Sobolev
2006-03-15Style.Ruslan Ermilov
2006-01-29firmware(9) is a subsystem to load binary data into the kernel via aMax Laier
2004-12-21Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov
2004-10-24For variables that are only checked with defined(), don't provideRuslan Ermilov
2004-08-30According to module(9), when command is unrecognized, the module shouldPawel Jakub Dawidek
2004-07-16Update for struct cdevsw and dev_t -> struct cdev * changes, plus oneTim J. Robbins
2004-06-09Style.Maxim Konovalov
2004-06-09Remove duplicate #include.Lukas Ertl
2003-08-03Fix the cdev kld example.Martin Blapp
2002-07-11Update the SUBDIR hacks to work with the current bsd.subdir.mk.Ruslan Ermilov