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


# 115771 03-Jun-2003 hmp

Document that kldload(2) can also return EEXIST.

Approved by: des (mentor)


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


# 80904 01-Aug-2001 dd

mdoc(7) police: remove hard sentence breaks.


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


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


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