index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
sys_module.c
Age
Commit message (
Expand
)
Author
2019-03-01
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
pgoyette
2019-01-28
remove uninitialized (and unused)
christos
2019-01-27
- autoload the compat_80 for modstat
christos
2019-01-27
Merge the [pgoyette-compat] branch
pgoyette
2018-09-04
Introduce KAUTH_REQ_PROCESS_CANSEE_KPTR, and use it in the already-existing
maxv
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-01-18
Don't return the address of the kernel modules if the user is not
maxv
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2015-12-12
Put the code in charge of handling MODCTL_STAT into a separate function.
maxv
2015-11-04
Export module flags to userland
pgoyette
2015-08-24
to garnish, dust with _KERNEL_OPT
pooka
2015-06-19
Make handle_modctl_load() usable from compat/netbsd32.
martin
2014-07-10
don't cast void * in c.
christos
2014-07-10
Simplify a bit
maxv
2014-07-10
Fix a user-controlled memory allocation. kmem_alloc(0) will panic the system.
maxv
2012-08-07
Add -A, -a, and -e options to modstat(8) along with kernel
jnemeth
2011-07-08
avoid some uninitialised variable warnings.
mrg
2010-08-21
Update the rest of the kernel to conform to the module subsystem's new
pgoyette
2010-03-05
Move builtin modules to a list in init and load them from there
pooka
2009-10-16
allow passing a NULL proplib dictionary to modctl(MODCTL_LOAD, ...)
jnemeth
2009-04-28
copyin 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-20
If autoloading a module, don't consider the current working directory.
ad
2008-05-20
Allow module class to be passed to module_load(), as a basic sanity check
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-02
Add support for load-time parameters for modules, which are passed through
jmmv
2008-01-17
MODCTL_LOAD and MODCTL_FORCELOAD generally pass a path (if a module name
rumble
2008-01-16
Add a cast for kauth_authorize_system..
ad
2008-01-16
Pull in my modules code for review/test/hacking.
ad