aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_misc.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r347538 by dchagin:Edward Tomasz Napierala2020-08-241-2/+0
* MFC r358483 by tijl:Edward Tomasz Napierala2020-08-241-0/+2
* MFC r356177:Edward Tomasz Napierala2020-08-231-0/+3
* MFC r347971:Edward Tomasz Napierala2020-08-231-2/+3
* Rationalize license text on Linuxolator filesEd Maste2018-03-231-15/+13
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Implement getrandom() syscall.Dmitry Chagin2017-03-181-0/+4
* Right clock defines specified in linux_timer.h.Dmitry Chagin2017-02-231-7/+0
* More complete implementation of /proc/self/limits.Dmitry Chagin2016-04-101-0/+7
* Add utimensat() system call.Dmitry Chagin2015-05-241-0/+3
* Put the correct value for the abi_nfdbits parameter of kern_select() forDmitry Chagin2015-05-241-0/+3
* Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used byDmitry Chagin2015-05-241-0/+3
* Introduce a new module linux_common.ko which is intended for theDmitry Chagin2015-05-241-0/+4
* Put linux_platform into the vdso to avoid copying it onto the stack atDmitry Chagin2015-05-241-1/+1
* Implement vdso - virtual dynamic shared object. Through vdso LinuxDmitry Chagin2015-05-241-0/+2
* Implement prlimit64() system call.Dmitry Chagin2015-05-241-0/+1
* Implement waitid() system call.Dmitry Chagin2015-05-241-0/+6
* Add a function for converting wait options.Dmitry Chagin2015-05-241-1/+12
* Remove a now unused define.Dmitry Chagin2015-05-241-4/+0
* Switch linuxulator to use the native 1:1 threads.Dmitry Chagin2015-05-241-0/+1
* Modify kern___getcwd() to take max pathlen limit as an additionalEdward Tomasz Napierala2015-04-211-0/+2
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin2013-01-291-0/+48
* linux compat: improve and fix sendmsg/recvmsg compatibilityAndriy Gapon2011-03-261-0/+2
* Implement a variation of the linux_common_wait() which shouldDmitry Chagin2011-01-281-0/+5
* Rework r189362, r191883.Dmitry Chagin2009-05-101-0/+2
* A better fix for handling different FPU initial control words for differentJohn Baldwin2009-03-051-0/+5
* Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries whichDmitry Chagin2009-03-041-0/+15
* Sanitize arguments to linux_mremap().Konstantin Belousov2008-02-221-0/+3
* MFp4:Alexander Leidinger2006-12-311-8/+10
* MFP4:Alexander Leidinger2006-10-281-0/+43