aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* linuxkpi: Add __copy_to_user_inatomic and __copy_from_user_inatomicEmmanuel Vadot2022-08-181-0/+25
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: remove < 5.0 version supportBjoern A. Zeeb2021-03-241-4/+0
* LinuxKPI: Update access_ok macro for v5.0.Johannes Lundberg2019-05-161-2/+7
* Allow the put_user() function macro to put constant values by using theHans Petter Selasky2018-02-171-1/+1
* Add comment describing the use of pagefault_disable() andHans Petter Selasky2017-03-171-0/+7
* The LinuxKPI pagefault disable and enable functions can only be usedHans Petter Selasky2017-03-161-15/+6
* Implement more userspace memory access functions in the LinuxKPI.Hans Petter Selasky2017-03-161-1/+22
* Fix handling of IOCTLs in the LinuxKPI.Hans Petter Selasky2016-05-121-11/+15
* Define __get_user() and __put_user() for the LinuxKPI.Hans Petter Selasky2016-01-261-1/+12
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+57