History log of /freebsd-10.3-release/share/examples/kld/syscall/test/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

276486 31-Dec-2014 ngie

MFC r264400,r265836:

r264400:

NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.

r265836:

Remove last two NO_MAN= in the tree. In both of these cases, MAN= is
what is needed.


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


253421 17-Jul-2013 glebius

Fix typo.

Submitted by: ae


253420 17-Jul-2013 glebius

Improve example, so that it doesn't dump core when example module
isn't loaded.


209199 15-Jun-2010 kib

Fix the syscall module name after r205320.

Submitted by: Vladislav Movchan <vladislav.movchan gmail com>
MFC after: 1 week


203349 01-Feb-2010 wkoszek

Conform style.Makefile(5) and replace = and += with ?=, which lets you to
override WARNS.

Reported by: <marius@nuenneri.ch> and uqs@


202602 18-Jan-2010 wkoszek

Small cleanup while being here:
- sort includes
- remove usage(), since it seems to come from older version
of the KLD
- remove unnecessary variable
- mark argc/argv as unused

Bring WARNS = 5 to the Makefile.


202601 18-Jan-2010 wkoszek

Include stdlib.h for exit(3) and unistd.h for syscall(2). This makes
this program to compile cleanly.


156733 15-Mar-2006 ru

Style.


139103 21-Dec-2004 ru

Start the dreaded NOFOO -> NO_FOO conversion.

OK'ed by: core


136910 24-Oct-2004 ru

For variables that are only checked with defined(), don't provide
any fake value.


50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


42436 09-Jan-1999 dfr

Use modstat(2) to get the syscall number.


42434 09-Jan-1999 dfr

Replace the misc example with a simpler syscall example using the new
module registration hooks for syscalls.

Submitted by: Assar Westerlund <assar@sics.se>