summaryrefslogtreecommitdiff
path: root/share/examples/kld/syscall/test
AgeCommit message (Expand)Author
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
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
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
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