aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/moduleparam.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* linuxkpi: Introduce module_param() of type `bint`Jean-Sébastien Pédron2022-12-011-0/+3
* linuxkpi: Introduce module_param() of type `hexint`Jean-Sébastien Pédron2022-11-111-0/+6
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: add LINUXKPI_PARAM_charp()Bjoern A. Zeeb2021-05-251-0/+6
* Stub kernel_param_lock() and kernel_param_unlock() in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+3
* Add support for runtime modifiable module parameters in the LinuxKPI.Hans Petter Selasky2016-05-261-21/+25
* Add more module parameter macros to the LinuxKPI.Hans Petter Selasky2016-05-261-0/+6
* Add support for boolean module parameters in the LinuxKPI.Hans Petter Selasky2016-05-261-0/+6
* Implement Linux module parameters as read-only tunable SYSCTLs.Hans Petter Selasky2016-05-251-200/+80
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+234