History log of /freebsd-current/sbin/kldunload/kldunload.8
Revision Date Author Comments
# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# bd0891ce 20-Jun-2014 Baptiste Daroussin <bapt@FreeBSD.org>

use .Mt to mark up email addresses consistently (part1)

PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 5ab2dec3 13-Feb-2007 Christian Brueffer <brueffer@FreeBSD.org>

Mark up lkm with .Nm, since lkm is name of an api.

Submitted by: ru


# 47fa55cf 10-Feb-2007 Christian Brueffer <brueffer@FreeBSD.org>

Don't reference lkm(4), it doesn't exist.

PR: 108980
Submitted by: Yonatan


# 1691befe 27-Feb-2006 Wojciech A. Koszek <wkoszek@FreeBSD.org>

Bump a date in .Dd field. Last change brought some new functionality.

Spotted by: brueffer
Approved by: cognet (mentor)
MFC after: 1 week


# 5658c6d3 27-Feb-2006 Wojciech A. Koszek <wkoszek@FreeBSD.org>

Extend kldunload(8) functionality and fix minor problems:
o multiple modules can be unloaded at once (specified either by id or be
module name)
o exit with EX_USAGE after usage() is called.
o remove unused variables, since we keep command line flags as bitmask,
in 'opt'.
o 'kldload -n ...' does nothing. Add comment to this options.

Additionally:
o Update manual page to conform new functionality.
o Increace WARNS to 6. Because we can.

Approved by: cognet (mentor)
MFC after: 1 week


# 383f72a7 09-Feb-2005 Gleb Smirnoff <glebius@FreeBSD.org>

- Correctly spell MOD_QUIESCE
- use .Dv for it

MFC after: 3 days


# a866e170 17-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

Added the EXIT STATUS section where appropriate.


# 21414470 10-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

Scheduled mdoc(7) sweep.


# 65a311fc 13-Jul-2004 Poul-Henning Kamp <phk@FreeBSD.org>

Give kldunload a -f(orce) argument.

Add a MOD_QUIESCE event for modules. This should return error (EBUSY)
of the module is in use.

MOD_UNLOAD should now only fail if it is impossible (as opposed to
inconvenient) to unload the module. Valid reasons are memory references
into the module which cannot be tracked down and eliminated.

When kldunloading, we abandon if MOD_UNLOAD fails, and if -force is
not given, MOD_QUIESCE failing will also prevent the unload.

For backwards compatibility, we treat EOPNOTSUPP from MOD_QUIESCE as
success.

Document that modules should return EOPNOTSUPP for unknown events.


# e1205e80 06-Jul-2002 Philippe Charnier <charnier@FreeBSD.org>

The .Nm utility


# 9fe48c6e 10-Jul-2001 Ruslan Ermilov <ru@FreeBSD.org>

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


# 7c7fb079 20-Nov-2000 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: use the new features of the Nm macro.


# de8d5490 06-Sep-1999 Nick Hibma <n_hibma@FreeBSD.org>

Show that the -n option is optional

Suggested by: Bruce Evans <bde@zeta.org.au>
Reviewed by: dfr


# fa8b1c61 03-Sep-1999 Chris Costello <chris@FreeBSD.org>

Add cross-references to respective syscalls.


# 7f3dea24 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# a87c2a93 12-Nov-1998 David E. O'Brien <obrien@FreeBSD.org>

Fill-in the manpages a little.


# eda1fa09 06-Nov-1998 Dag-Erling Smørgrav <des@FreeBSD.org>

Bitch if both an id and a name are specified. Make the man page and usage
message reflect this. As a bonus, make the -n optional so that 'kldunload
name' works as one would expect.


# 68085a0e 19-Mar-1998 Philippe Charnier <charnier@FreeBSD.org>

.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.


# 57e78ffb 05-Jan-1998 Philippe Charnier <charnier@FreeBSD.org>

Sync. usage string and synopsis. Add rcsid.


# 2830148a 21-Oct-1997 John-Mark Gurney <jmg@FreeBSD.org>

a few code style changes:
o start function names in column 1
o sort order of flags in getopt and switch
o don't try to reference progname
o unspam some changes introduced by a 2.2.1-R build box instead of a
-current build box

doc changes:
o document when these commands first appeared
o put email address in angle brakets
o minor mdoc clean up


# a79fe607 07-May-1997 Doug Rabson <dfr@FreeBSD.org>

Add utilities for the kernel linker.