*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: kldxref | Section: 8 | Source: FreeBSD | File: kldxref.8.gz
KLDXREF(8) FreeBSD System Manager's Manual KLDXREF(8) NAME kldxref - generate hints for the kernel loader SYNOPSIS kldxref [-Rdv] [-f hintsfile] path ... DESCRIPTION The kldxref utility is used to generate hint files which list modules, their version numbers, and the files that contain them. These hints are used by the kernel loader to determine where to find a particular KLD module. A separate hint file is generated for each directory listed on the command line that contains modules. If no hint records are generated for a particular directory, no hint file is created, and the preexisting hint file (if there was one in that directory) is removed. kldxref ignores files with at least two "."s in the filename, such as foo.ko.debug or bar.ko.pkgsave. Note that this means that modules cannot have names such as foo.bar.ko. This limitation however, has been lived practice since the beginning of FreeBSD's kernel modules. The following options are available: -R Recurse into subdirectories. -d Do not generate a hint file, but print module metadata on standard output. -f hintsfile Specify a different name for the hints files than linker.hints. -v Operate in verbose mode. EXAMPLES To build hint files for both standard and add-on modules: kldxref /boot/kernel /boot/modules To build hint files for all installed kernels: kldxref -R /boot SEE ALSO kld(4), kldconfig(8), kldload(8), kldstat(8), kldunload(8) HISTORY The kldxref utility first appeared in FreeBSD 5.0. AUTHORS The kldxref utility was implemented by Boris Popov <[email protected]>. This manual page was written by Boris Popov <[email protected]> and Dag-Erling Smorgrav <[email protected]>. FreeBSD 14.1-RELEASE-p8 February 25, 2023 FreeBSD 14.1-RELEASE-p8

Navigation Options