| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
(r172862).
Notes:
svn path=/head/; revision=186398
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=172862
|
| |
|
|
|
|
|
| |
Submitted by: ru
Notes:
svn path=/head/; revision=166690
|
| |
|
|
|
|
|
|
| |
PR: 108980
Submitted by: Yonatan
Notes:
svn path=/head/; revision=166616
|
| |
|
|
| |
Notes:
svn path=/head/; revision=152568
|
| |
|
|
| |
Notes:
svn path=/head/; revision=150509
|
| |
|
|
|
|
|
|
|
|
|
| |
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.'
Notes:
svn path=/head/; revision=150497
|
| |
|
|
| |
Notes:
svn path=/head/; revision=146465
|
| |
|
|
| |
Notes:
svn path=/head/; revision=145861
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140368
|
| |
|
|
| |
Notes:
svn path=/head/; revision=129866
|
| |
|
|
|
|
|
| |
sizeof(void *) rather than if __alpha__ is defined.
Notes:
svn path=/head/; revision=129820
|
| |
|
|
| |
Notes:
svn path=/head/; revision=127004
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114589
|
| |
|
|
|
|
|
|
|
| |
consitently compare fileid with 0 using == and !=.
Reviewed by: silence on @audit
Notes:
svn path=/head/; revision=113936
|
| |
|
|
|
|
|
| |
Look at by: sebastian.ssmoller@web.de on audit@
Notes:
svn path=/head/; revision=113933
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99501
|
| |
|
|
|
|
|
|
|
| |
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
Notes:
svn path=/head/; revision=87325
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76812
|
| |
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74815
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74531
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68960
|
| |
|
|
|
|
|
|
|
| |
of the kld's.
Pointed out by: bp
Notes:
svn path=/head/; revision=62327
|
| |
|
|
|
|
|
| |
the -v flag.
Notes:
svn path=/head/; revision=61881
|
| |
|
|
| |
Notes:
svn path=/head/; revision=54130
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50847
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
| |
Notes:
svn path=/head/; revision=41108
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40980
|
| |
|
|
| |
Notes:
svn path=/head/; revision=34673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32270
|
| |
|
|
|
|
|
| |
Submitted-by: Steve Price <sprice@hiwaay.net>
Notes:
svn path=/head/; revision=30722
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=30627
|
| |
|
|
|
|
|
|
|
|
|
| |
fix a few problems with missing headers, warn called with an exit
value, and undeclared getopt vars
these programs now compile -Wall clean (and yes, I know I should use
more than just -Wall) :)
Notes:
svn path=/head/; revision=30573
|
|
|
Notes:
svn path=/head/; revision=25540
|