summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/moduleparam.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-12-01linuxkpi: Introduce module_param() of type `bint`Jean-Sébastien Pédron
2022-11-11linuxkpi: Introduce module_param() of type `hexint`Jean-Sébastien Pédron
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2021-05-25LinuxKPI: add LINUXKPI_PARAM_charp()Bjoern A. Zeeb
2018-03-04Stub kernel_param_lock() and kernel_param_unlock() in the LinuxKPI.Hans Petter Selasky
2016-05-26Add support for runtime modifiable module parameters in the LinuxKPI.Hans Petter Selasky
2016-05-26Add more module parameter macros to the LinuxKPI.Hans Petter Selasky
2016-05-26Add support for boolean module parameters in the LinuxKPI.Hans Petter Selasky
2016-05-25Implement Linux module parameters as read-only tunable SYSCTLs.Hans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky