gjb
1dc4c40e3b
MFH
...
Sponsored by: The FreeBSD Foundation
2016-04-04 23:55:32 +00:00
bdrewery
6c8899ba4c
DIRDEPS_BUILD: Update dependencies.
...
Sponsored by: EMC / Isilon Storage Division
2016-03-21 18:02:26 +00:00
julian
825daa4d0e
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
gjb
adbdbd2fff
MFH
...
Sponsored by: The FreeBSD Foundation
2016-02-18 00:37:58 +00:00
bdrewery
ed99ba5f08
DIRDEPS_BUILD: Update dependencies.
...
Sponsored by: EMC / Isilon Storage Division
2016-02-16 02:14:30 +00:00
gjb
4e38aaedb8
Explicitly add more files to the 'runtime' package.
...
Sponsored by: The FreeBSD Foundation
2016-02-09 20:19:31 +00:00
trasz
a598a9ccf6
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
sjg
008d7c831f
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
sjg
75a137820d
dirdeps.mk now sets DEP_RELDIR
2015-06-08 23:35:17 +00:00
sjg
d7cd1d425c
Merge head from 7/28
2014-08-19 06:50:54 +00:00
bapt
42044eb342
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
sjg
5860f0d106
Updated dependencies
2014-05-16 14:09:51 +00:00
sjg
1a7e48acf1
Updated dependencies
2014-05-10 05:16:28 +00:00
sjg
5e568154a0
Merge head
2014-04-28 07:50:45 +00:00
bapt
a1330eaa5d
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
sjg
6d37b86f2b
Updated dependencies
2013-03-11 17:21:52 +00:00
sjg
0ee5295509
Updated dependencies
2013-02-16 01:23:54 +00:00
marcel
9dd41e3647
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
kib
9a3df66989
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
brueffer
aab3fb8917
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
ebbfa5188a
Raise WARNS for various tools where possible.
...
Submitted by: Marius Nünnerich <marius@nuenneri.ch>
2010-01-17 21:56:27 +00:00
thompsa
d52df5ae78
Only show the pathname in verbose output as intended in the last commit (r172862).
2008-12-22 19:52:21 +00:00
jb
9dec415fef
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
brueffer
a9a4d856ad
Mark up lkm with .Nm, since lkm is name of an api.
...
Submitted by: ru
2007-02-13 17:06:15 +00:00
brueffer
6b5f1d5d9e
Don't reference lkm(4), it doesn't exist.
...
PR: 108980
Submitted by: Yonatan
2007-02-10 08:44:41 +00:00
ru
4de1ee30af
-mdoc sweep.
2005-11-18 10:36:29 +00:00
pjd
917f40a3dc
Update usage.
2005-09-24 08:20:45 +00:00
pjd
7386c52294
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
ru
5a7d45e3b5
Synchronize program's usage() with manpage's SYNOPSIS.
2005-05-21 07:08:32 +00:00
fjoe
5542bd31ad
Add -m option (find module using modfind() and stat it).
2005-05-04 12:46:43 +00:00
ru
6cc4b6c220
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
dwmalone
6671fde294
Use a better way to calculate POINTER_WIDTH suggested by pjd@.
2004-05-30 10:10:41 +00:00
dwmalone
49950e70c8
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
jmallett
c228ea938a
Validate argument to -i.
2004-03-15 03:41:07 +00:00
obrien
19105c8312
Use __FBSDID() to quiet GCC 3.3 warnings.
2003-05-03 18:41:59 +00:00
johan
f0e2ab20a0
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
1bab2ea14b
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
charnier
a2accd01f0
The .Nm utility
2002-07-06 19:34:18 +00:00
obrien
9baf2f1b03
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
ru
52a9144c8b
Removed -I${.CURDIR}/.../sys from CFLAGS.
2001-05-18 13:41:42 +00:00
ru
86642a4ab4
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:33:27 +00:00
ru
56b5d7535b
Set the default manual section for sbin/ to 8.
2001-03-20 18:13:31 +00:00
ru
ea31070695
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 16:52:27 +00:00
ps
890ccc0315
Backout rev 1.8. This really does not give us the version number
...
of the kld's.
Pointed out by: bp
2000-07-01 07:57:28 +00:00
jmb
ad4e3e5418
display version number of each kld module when using
...
the -v flag.
2000-06-20 19:04:22 +00:00
marcel
e603564411
Properly align the columns of the header on Alpha.
1999-12-04 13:36:22 +00:00
chris
daa0ce629e
Add cross-references to respective syscalls.
1999-09-03 16:40:24 +00:00
peter
76f0c923fe
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
obrien
e57e639344
Fill-in the manpages a little.
1998-11-12 11:10:26 +00:00
des
539046af9f
Cosmetic fix (make header align with data)
1998-11-07 00:29:09 +00:00