ame='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/sys/kern/sys_module.c
AgeCommit message (Expand)Author
2012-08-07 Add -A, -a, and -e options to modstat(8) along with kerneljnemeth
2011-07-08avoid some uninitialised variable warnings.mrg
2010-08-21Update the rest of the kernel to conform to the module subsystem's newpgoyette
2010-03-05Move builtin modules to a list in init and load them from therepooka
2009-10-16allow passing a NULL proplib dictionary to modctl(MODCTL_LOAD, ...)jnemeth
2009-04-28copyin the modctl_load_t for the non-x86 world. Fixes PR/41294.skrll
2008-10-22- Be clear about whether module load is explicit or system initiated (auto).ad
2008-05-20If autoloading a module, don't consider the current working directory.ad
2008-05-20Allow module class to be passed to module_load(), as a basic sanity checkad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-02Add support for load-time parameters for modules, which are passed throughjmmv
2008-01-17MODCTL_LOAD and MODCTL_FORCELOAD generally pass a path (if a module namerumble
2008-01-16Add a cast for kauth_authorize_system..ad
2008-01-16Pull in my modules code for review/test/hacking.ad