Hans Petter Selasky
83237efcdb
kldstat(8): style(9) fixes.
...
No functional change intended.
Differential revision: https://reviews.freebsd.org/D32506
Submitted by: christos@
MFC after: 1 week
Sponsored by: NVIDIA Networking
2021-12-07 11:40:22 +01:00
Hans Petter Selasky
337c814316
kldstat(8): Fix indentation, whitespace to tabs.
...
No functional change intended.
Differential revision: https://reviews.freebsd.org/D32502
Submitted by: christos@
MFC after: 1 week
Sponsored by: NVIDIA Networking
2021-11-09 22:12:19 +01:00
Fernando Apesteguía
2825bf5b2a
kldstat(8): Add EXAMPLES to the man page
...
Add EXAMPLES for all the flags
Approved by: manpages (bcr@)
Differential Revision: https://reviews.freebsd.org/D26283
2020-09-02 18:15:57 +00:00
Michael Tuexen
294b242d80
Allow three digits of module id without breaking table alignment.
2018-07-02 09:14:00 +00:00
Michael Tuexen
6130efe458
Keep table aligned when address pointer is not of max length.
2018-07-02 09:11:30 +00:00
Michael Tuexen
e4450a19d4
Improve consistency of indentation. Whitespace change only.
2018-07-02 09:09:07 +00:00
Eitan Adler
73d1ecdc98
kldstat: align "Size" to the right
...
This change also makes alignment and spacing an explicit number rather
than a bunch of spaces.
Reviewed by: mmacy
Requested by: Yuri Pankov <yuripv@yuripv.net>
2018-05-26 05:15:07 +00:00
Eitan Adler
d14732d366
kldstat: align size to the right
...
This makes it easier to compare numbers directly.
PR: 215747
Submitted by: "Alexander von Gernler" <grunk@pestilenz.org>
2018-05-23 12:10:16 +00:00
Pedro F. Giffuni
1de7b4b805
various: general adoption of SPDX licensing ID tags.
...
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
No functional change intended.
2017-11-27 15:37:16 +00:00
Bryan Drewery
ea825d0274
DIRDEPS_BUILD: Update dependencies.
...
Sponsored by: Dell EMC Isilon
2017-10-31 00:07:04 +00:00
Mark Johnston
7554e75851
Typo.
...
MFC after: 3 days
2017-03-10 19:13:38 +00:00
Glen Barber
d60840138f
MFH
...
Sponsored by: The FreeBSD Foundation
2016-04-04 23:55:32 +00:00
Bryan Drewery
a774e11017
DIRDEPS_BUILD: Update dependencies.
...
Sponsored by: EMC / Isilon Storage Division
2016-03-21 18:02:26 +00:00
Julian Elischer
637733b170
Add the ability to print out ht emodule specific information in likely formats.
...
Among other things this gives us the ability to find outthe syscall number of a dynamically loaded syscall that has a dynamicly allocated vector number.
MFC after: 1 week
Sponsored by: Panzura inc.
2016-03-18 14:49:11 +00:00
Glen Barber
72c3aa02dc
MFH
...
Sponsored by: The FreeBSD Foundation
2016-02-18 00:37:58 +00:00
Bryan Drewery
9d8a81b4e4
DIRDEPS_BUILD: Update dependencies.
...
Sponsored by: EMC / Isilon Storage Division
2016-02-16 02:14:30 +00:00
Glen Barber
406d87b1c3
Explicitly add more files to the 'runtime' package.
...
Sponsored by: The FreeBSD Foundation
2016-02-09 20:19:31 +00:00
Edward Tomasz Napierala
1b18fc10b3
Add "kldstat -h"; showing module sizes in hex is rather weird.
...
Reviewed by: emaste@ (earlier version)
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D4969
2016-01-23 12:10:16 +00:00
Simon J. Gerraty
ccfb965433
Add META_MODE support.
...
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
2015-06-13 19:20:56 +00:00
Simon J. Gerraty
44d314f704
dirdeps.mk now sets DEP_RELDIR
2015-06-08 23:35:17 +00:00
Simon J. Gerraty
ee7b0571c2
Merge head from 7/28
2014-08-19 06:50:54 +00:00
Baptiste Daroussin
bd0891ceb3
use .Mt to mark up email addresses consistently (part1)
...
PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>
2014-06-20 09:40:43 +00:00
Simon J. Gerraty
fae50821ae
Updated dependencies
2014-05-16 14:09:51 +00:00
Simon J. Gerraty
76b28ad6ab
Updated dependencies
2014-05-10 05:16:28 +00:00
Simon J. Gerraty
3b8f084595
Merge head
2014-04-28 07:50:45 +00:00
Baptiste Daroussin
3e8cf4954e
Add quiet support for kldstat -n
...
PR: bin/180014
Submitted by: Olivier Cochard-Labbé <olivier@cochard.me>
MFC after: 1 week
2014-01-22 17:15:17 +00:00
Simon J. Gerraty
7cf3a1c6b2
Updated dependencies
2013-03-11 17:21:52 +00:00
Simon J. Gerraty
f5f7c05209
Updated dependencies
2013-02-16 01:23:54 +00:00
Marcel Moolenaar
7750ad47a9
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
...
Requested by: Simon Gerraty <sjg@juniper.net>
2012-08-22 19:25:57 +00:00
Konstantin Belousov
35e3987f15
In printfile(), exit the process instead of only printing the warning.
...
This fixes verbose mode when either -i specified non-existent kldfile
id, or the file was unloaded between two kldnext(2) calls.
While there, fix printfile() definition to be style(9)-compliant.
Submitted by: arundel
MFC after: 1 week
2010-11-13 16:49:07 +00:00
Christian Brueffer
8e721ea734
Casting size_t to uintmax_t is not necessary anymore. This also
...
removes the need for stdint.h inclusion.
PR: 146046
Submitted by: Alexander Best <alexbestms@wwu.de>
Reviewed by: kan
MFC after: 1 week
2010-05-12 15:47:43 +00:00
Ed Schouten
f6d189a9e4
Raise WARNS for various tools where possible.
...
Submitted by: Marius Nünnerich <marius@nuenneri.ch>
2010-01-17 21:56:27 +00:00
Andrew Thompson
97a7a5698b
Only show the pathname in verbose output as intended in the last commit (r172862).
2008-12-22 19:52:21 +00:00
John Birrell
1676805c18
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
2007-10-22 04:12:57 +00:00
Christian Brueffer
5ab2dec31e
Mark up lkm with .Nm, since lkm is name of an api.
...
Submitted by: ru
2007-02-13 17:06:15 +00:00
Christian Brueffer
47fa55cf93
Don't reference lkm(4), it doesn't exist.
...
PR: 108980
Submitted by: Yonatan
2007-02-10 08:44:41 +00:00
Ruslan Ermilov
4e9e907d63
-mdoc sweep.
2005-11-18 10:36:29 +00:00
Pawel Jakub Dawidek
09d5b70601
Update usage.
2005-09-24 08:20:45 +00:00
Pawel Jakub Dawidek
90217cddd0
Add '-q' option, which (when used with '-m' option) just tells if the given
...
module is loaded or compiled into the kernel.
This is useful mostly in startup scripts, when module should be loaded only
if it wasn't compiled into the kernel nor already loaded, eg.:
kldstat -q -m g_eli || kldload geom_eli.ko || err 1 'geom_eli module failed to load.'
2005-09-23 23:52:26 +00:00
Ruslan Ermilov
9b3eb50354
Synchronize program's usage() with manpage's SYNOPSIS.
2005-05-21 07:08:32 +00:00
Max Khon
5d6d6d382f
Add -m option (find module using modfind() and stat it).
2005-05-04 12:46:43 +00:00
Ruslan Ermilov
a866e17077
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
David Malone
2c8aff0a04
Use a better way to calculate POINTER_WIDTH suggested by pjd@.
2004-05-30 10:10:41 +00:00
David Malone
5d9ae0a212
Decide how much space we need to print a pointer using
...
sizeof(void *) rather than if __alpha__ is defined.
2004-05-28 21:16:44 +00:00
Juli Mallett
9c4c393a74
Validate argument to -i.
2004-03-15 03:41:07 +00:00
David E. O'Brien
c69284ca08
Use __FBSDID() to quiet GCC 3.3 warnings.
2003-05-03 18:41:59 +00:00
Johan Karlsson
7f10745771
style(9): use NULL when assigning/comparing a char *,
...
consitently compare fileid with 0 using == and !=.
Reviewed by: silence on @audit
2003-04-23 20:33:57 +00:00
Johan Karlsson
eb3beef5ad
Make this WARNS=5 clean by using %j and (uintmax_t).
...
Look at by: sebastian.ssmoller@web.de on audit@
2003-04-23 20:24:13 +00:00
Philippe Charnier
e1205e80e5
The .Nm utility
2002-07-06 19:34:18 +00:00
David E. O'Brien
2d68bf45bf
Default to WARNS=2.
...
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
2001-12-04 02:19:58 +00:00