summaryrefslogtreecommitdiff
path: root/sys/dev/hid
diff options
context:
space:
mode:
authorMerlin Scholz <merlin@scholz.ruhr>2023-03-01 20:24:39 +0100
committerMerlin Scholz <merlin@scholz.ruhr>2023-03-01 20:24:39 +0100
commitae5cfd54d9d8cba805801248910a38fe7d7fbd29 (patch)
treee45b704538bc10726037cb60e80f4fef768fe14f /sys/dev/hid
parent1b3a9123bec97df69a3ad6bb631ab3fec6b46c8e (diff)
Implement stubbed out lockdoc functions; update lockdoc_event.hlockdoc-9.3-0.2
Diffstat (limited to 'sys/dev/hid')
0 files changed, 0 insertions, 0 deletions
c494ee23076032d8b2d'>avoid 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