summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_misc.h
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Add AT_MINSIGSTKSZ to arm64 portDmitry Chagin2022-06-171-0/+4
* linprocfs: Add /proc/self/oom_score_adj.Dmitry Chagin2022-06-171-0/+4
* linux(4): Return ENOSYS for unsupported P_PIDFD waitid idtype.Dmitry Chagin2022-06-171-0/+1
* linux: Provide dummy seccomp(2)Edward Tomasz Napierala2022-06-171-0/+3
* linux: Replace ifdefs in ptrace with per-architecture callbacksEdward Tomasz Napierala2022-06-171-0/+22
* linux: Add ptrace(2) support on arm64Edward Tomasz Napierala2022-06-171-1/+1
* linux(4): Implement clone3 system call.Dmitry Chagin2022-06-171-0/+2
* linux(4): Add struct clone_args for future clone3 system call.Dmitry Chagin2022-06-171-27/+0
* linux(4): Retire linux_kplatform.Dmitry Chagin2022-06-171-2/+0
* linux: adjust ordering of Linux auxv and add dummy AT_HWCAP2Edward Tomasz Napierala2022-02-131-0/+1
* Rename linux_set_upcall_kse() to linux_set_upcall().John Baldwin2021-03-291-1/+1
* linux: mute the "unsupported prctl option 23" warningsEdward Tomasz Napierala2021-01-131-0/+1
* linux(4) prctl(2): Implement PR_[GS]ET_DUMPABLEConrad Meyer2020-11-031-0/+6
* linux(4): Add missing clone(2) flagsConrad Meyer2020-10-311-0/+12
* Further improve prctl(2) debug.Edward Tomasz Napierala2020-10-241-0/+3
* Improve prctl(2) debug.Edward Tomasz Napierala2020-10-231-0/+2
* Make linux getrlimit(2) and prlimit(2) return something reasonableEdward Tomasz Napierala2020-10-161-6/+6
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* linuxulator: Map scheduler priorities to Linux priorities.Tijl Coosemans2020-03-011-0/+2
* Implement Linux syslog(2) syscall; just enough to make Linux dmesg(8)Edward Tomasz Napierala2019-12-291-0/+3
* Implement PTRACE_O_TRACESYSGOOD. This makes Linux strace(1) work.Edward Tomasz Napierala2019-05-191-2/+3
* Linuxulator depends on a fundamental kernel settings such as SMP. ManyDmitry Chagin2019-05-131-2/+0
* 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