summaryrefslogtreecommitdiff
path: root/share/examples/kld/syscall
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh 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-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-06-09Fix syscall kld exampleFernando ApesteguĂ­a
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
2014-04-13NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh
2013-07-17Fix typo.Gleb Smirnoff
2013-07-17Improve example, so that it doesn't dump core when example moduleGleb Smirnoff
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-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
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-03-15Style.Ruslan Ermilov
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
2002-07-11Update the SUBDIR hacks to work with the current bsd.subdir.mk.Ruslan Ermilov
2001-11-13Update the KLD examples so they will work with current.Andrew R. Reiter
2001-09-18Style.Ruslan Ermilov
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-01-09Use modstat(2) to get the syscall number.Doug Rabson
1999-01-09Replace the misc example with a simpler syscall example using the newDoug Rabson