Home | History | Annotate | Download | only in modload
History log of /src/sbin/modload/main.c
RevisionDateAuthorComments
 1.18  07-Jun-2020  thorpej Update for proplib(3) API changes.
 1.17  05-Sep-2016  sevan Drop main() prototype.
 1.16  06-May-2016  khorben More friendly error messages for modload(8) and modunload(8)

Tested on NetBSD/amd64.

From Christian Koch (cfkoch@) of EdgeBSD; thanks!
 1.15  07-Feb-2013  apb Don't pass NULL to prop_dictionary_set.
Coverity CID 275196.
 1.14  13-Dec-2010  pooka branches: 1.14.6; 1.14.12;
Add rump client support for module utilities. It should be noted
that while modstat and modunload and builtin modules work exactly
the same as in the host case, modload loads file system kernel
modules from the rump kernel namespace. By default, archs which
have rump support for the kernel kernel ABI have the host module
directory mapped into the rump kernel namespace at the same location
(/stand/...). Therefore, if the *host* module directory is populated,
"rump.modload foo" will work as expected. Otherwise, RUMP_MODULEBASE
can be used to point to the module directory.
 1.13  11-Jun-2009  wiz Sync usage with man page.
 1.12  10-Jun-2009  jnemeth -p -P doesn't make much sense since no module will be loaded.
 1.11  09-Jun-2009  jnemeth Add the MODCTL_NO_PROP flag to tell the kernel to ignore <module>.prop.

Add the '-P' option to modload(8) to set this flag.
 1.10  05-Jun-2009  jnemeth Add a new [-d var] option which when combined with -p and -m will allow
you to delete vars from the existing <module>.prop file.
 1.9  05-Jun-2009  wiz Sort options.
 1.8  04-Jun-2009  jnemeth Add a "-m plist" option. This option will read in an existing
<module>.prop file and merge any options supplied on the "command
line".

This code will serve as the basis for in-kernel merging.
 1.7  19-May-2009  jnemeth fputs() instead of puts() so we don't get the silly extra blank line
 1.6  19-May-2009  wiz Sync usage and man page.
 1.5  19-May-2009  jnemeth Add -p option which outputs a property list suitable for loading with a
module. This is in preparation for having the kernel load an optional
<module>.prop alongside a module, which is useful for passing options
to autoloaded modules and modules loaded at boot time.
 1.4  12-Nov-2008  ad Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.
 1.3  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.2  02-Mar-2008  jmmv branches: 1.2.2; 1.2.4;
Add the ability to specify load-time properties for modules. This adds
three new flags to the new modload utility: -b, -i and -s, which are used
to pass boolean, integer and string parameters respectively.
 1.1  16-Jan-2008  ad branches: 1.1.2; 1.1.4; 1.1.6;
Pull in my modules code for review/test/hacking.
 1.1.6.3  17-Jan-2009  mjf Sync with HEAD.
 1.1.6.2  02-Jun-2008  mjf Sync with HEAD.
 1.1.6.1  03-Apr-2008  mjf Sync with HEAD.
 1.1.4.1  24-Mar-2008  keiichi sync with head.
 1.1.2.2  18-Feb-2008  mjf Sync with HEAD.
 1.1.2.1  16-Jan-2008  mjf file main.c was added on branch mjf-devfs on 2008-02-18 21:04:17 +0000
 1.2.4.1  18-May-2008  yamt sync with head.
 1.2.2.2  23-Mar-2008  matt sync with HEAD
 1.2.2.1  02-Mar-2008  matt file main.c was added on branch matt-armv6 on 2008-03-23 00:44:24 +0000
 1.14.12.1  25-Feb-2013  tls resync with head
 1.14.6.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed