aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/rwsem.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* linuxkpi: Add down_read_killable()Jake Freeland2022-09-201-0/+2
* linuxkpi: Add down_write_nest_lockEmmanuel Vadot2022-03-231-0/+1
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* linuxkpi whitespace cleanupEd Maste2018-03-231-1/+1
* Return correct error code to user-space when a system call receives aHans Petter Selasky2018-02-221-1/+3
* Implement down_write_killable() in the LinuxKPI.Hans Petter Selasky2017-04-051-0/+1
* Fix implementation of the DECLARE_RWSEM() macro in the LinuxKPI.Hans Petter Selasky2017-03-071-2/+2
* Implement DECLARE_RWSEM() macro in the LinuxKPI to initialize aHans Petter Selasky2017-03-061-0/+9
* Give LinuxKPI Read-Write semaphores better debug names whenHans Petter Selasky2017-03-061-5/+17
* Make the LinuxKPI task struct persistent accross system calls.Hans Petter Selasky2017-02-211-0/+1
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+59