History log of /freebsd-11.0-release/lib/libc/sys/kldstat.2
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

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

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

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


# 233631 29-Mar-2012 jimharris

Fix comment to specify correct struct name.

Reviewed by: gjb
Approved by: sbruno


# 220975 23-Apr-2011 gjb

- Clarification on kld_file_stat.size
- While here, remove a few C comments that don't seem to contribute
anything additional to the man page.

PR: 146047
Submitted by: arundel
MFC after: 3 days


# 213573 08-Oct-2010 uqs

mdoc: drop redundant .Pp and .LP calls

They have no effect when coming in pairs, or before .Bl/.Bd


# 211397 16-Aug-2010 joel

Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
translating these manual pages. Minor corrections by me.

Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>


# 172886 22-Oct-2007 jb

Add a BUGS section to note that mount/chroot changes since
a module was loaded might make the pathname inaccurate.

I wonder if an inode reference should be stored with the pathname
to allow a validity check?

Suggested by: rwatson@


# 172862 22-Oct-2007 jb

Add the full module path name to the kld_file_stat structure
for kldstat(2).

This allows libdtrace to determine the exact file from which
a kernel module was loaded without having to guess.

The kldstat(2) API is versioned with the size of the
kld_file_stat structure, so this change creates version 2.

Add the pathname to the verbose output of kldstat(8) too.

MFC: 3 days


# 131504 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 108028 18-Dec-2002 ru

mdoc(7) police: Tidy up the syscall language.

Stop calling system calls "function calls".

Use "The .Fn system call" a-la "The .Nm utility".

When referring to a non-BSD implementation in
the HISTORY section, call syscall a function,
to be safe.


# 84306 01-Oct-2001 ru

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


# 81235 07-Aug-2001 ru

mdoc(7) police: sort xrefs.


# 80433 27-Jul-2001 chris

Add cross-references for the new kldsym(2) man page.


# 80252 24-Jul-2001 yar

Unify SEE ALSO sections of the kld*.2 and mod*.2 manpages.
Previously, some useful xrefs were missing.
Now each of the pages refers to all remaining section 2 pages,
to the kld(4) page, and to a related utility's (section 8) page.


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 79531 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 79208 04-Jul-2001 yar

Use the .Rv macro to describe the return value.

Suggested by: ru
MFC after: 5 days


# 70481 29-Dec-2000 ru

Prepare for mdoc(7)NG.


# 67995 30-Oct-2000 sheldonh

Fix nits introduced in rev 1.9:

Remove single-space hard sentence break.
Mark errno up as a Variable (Va).


# 67336 20-Oct-2000 n_hibma

Correct the text on RETURN VALUES.


# 66430 28-Sep-2000 peter

Add man pages for mod*(2). Shamelessly cut/pasted from the kld*(2) man
pages by Chris Costello.


# 61988 23-Jun-2000 chris

Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:
``.Ar errno'' -> ``.Va errno''
``.Nm ops'' -> ``.Fa ops''
``.Va fd'' -> ``.Fa fd''


# 59460 21-Apr-2000 phantom

Introduce ".Lb" macro to libc manpages.

More libraries manpages updates following.


# 50944 05-Sep-1999 phantom

mdoc(7) style fix: FreeBSD -> .Fx

Reviewed by: mpp


# 50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48389 01-Jul-1999 sheldonh

Fix the NAME section of the kldload.2 manpage, which made reference to
kldunload. Add proper cross-references to the whole family.

PR: 12472
Submitted by: Chris Costello <chris@calldei.com>


# 45512 09-Apr-1999 bde

Fixed missing include in synopsis.

Fixed some mdoc usage errors.


# 45296 04-Apr-1999 dfr

Manpages for the KLD system calls.

PR: docs/10412
Submitted by: Chris Costello <chris@calldei.com>