History log of /freebsd-11.0-release/lib/libc/sys/kldunload.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


# 186489 25-Dec-2008 trhodes

Document that kldunloadf can return EINVAL.

PR: 125639


# 177144 13-Mar-2008 ru

Fix bugs in previous revision (missing comma, misspelled syscall name).


# 177012 10-Mar-2008 rwatson

Add reference to kldunloadf system call, which was previously not
mentioned in the kldunload(2) man page.

MFC after: 3 days
Spotted by: rink


# 141846 13-Feb-2005 ru

Expand *n't contractions.


# 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.


# 104329 01-Oct-2002 dd

Don't claim to return the fileid which we unloaded. The kernel
doesn't do this, and it wouldn't be very useful if it did, since the
caller supplies us with that number.

PR: 41329
Submitted by: Michael Galassi <nerd@xyz.com>


# 84306 01-Oct-2001 ru

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


# 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.


# 79531 10-Jul-2001 ru

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


# 70481 29-Dec-2000 ru

Prepare for mdoc(7)NG.


# 66430 28-Sep-2000 peter

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


# 62021 23-Jun-2000 chris

Remove blank lines.


# 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$


# 49699 13-Aug-1999 chris

Change reference from kldload(3) to kldload(2)


# 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>