History log of /freebsd-9.3-release/share/man/man9/SYSCALL_MODULE.9
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 157773 15-Apr-2006 maxim

o Fix prototype for SYSCALL_MODULE(9): the third argument
is a pointer to struct sysent. Correct its description.

PR: docs/84790
Submitted by: Dirk Gouders
MFC after: 2 weeks


# 139845 07-Jan-2005 keramida

Use a .Bl -tag list instead of plain .Pp paragraphs for describing the
macro arguments expected by SYSCALL_MODULE().

MFC after: 3 days


# 119893 08-Sep-2003 ru

mdoc(7): Use the new feature of the .In macro.


# 88509 26-Dec-2001 davidc

Update function definitions and required include files to reflect
the current state of the system.

Approved by: alfred


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 76102 28-Apr-2001 alex

Improve description of "new_sysent".


# 76101 28-Apr-2001 alex

Add SYSCALL_MODULE.9, a manpage for the SYSCALL_MODULE wrapper macro
for syscall klds.

Some text of this manpage is based on the comments in the example
syscall module written by Assar Westerlund.

Reviewed by: ru