cvs commit: src/lib/libutil Makefile kld.3 kld.c libutil.h
Dag-Erling Smorgrav
des at FreeBSD.org
Sat Feb 18 03:25:31 PST 2006
des 2006-02-18 11:25:28 UTC
FreeBSD src repository
Modified files:
lib/libutil Makefile libutil.h
Added files:
lib/libutil kld.3 kld.c
Log:
Add utility functions for checking if a given kernel module is loaded,
and loading it.
Revision Changes Path
1.59 +3 -2 src/lib/libutil/Makefile
1.1 +98 -0 src/lib/libutil/kld.3 (new)
1.1 +74 -0 src/lib/libutil/kld.c (new)
1.42 +5 -0 src/lib/libutil/libutil.h
More information about the cvs-src
mailing list