Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2006 11:25:28 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libutil Makefile kld.3 kld.c libutil.h
Message-ID:  <200602181125.k1IBPSBu021102@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602181125.k1IBPSBu021102>