summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_misc.h
AgeCommit message (Expand)Author
2025-12-11linux: Add support for kcmp(2) system callRicardo Branco
2025-06-24sys: Add AT_HWCAP3 and AT_HWCAP4Andrew Turner
2024-05-29linux: implement PR_CHILD_SET_SUBREAPERSon Phan Trung
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-04linux(4): Add a dedicated ioprio system callsDmitry Chagin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-14linux(4): Cleanup sys/sysctl.h from linux_misc.hDmitry Chagin
2022-05-15linux(4): Add AT_MINSIGSTKSZ to arm64 portDmitry Chagin
2022-03-31linprocfs: Add /proc/self/oom_score_adj.Dmitry Chagin
2022-03-31linux(4): Return ENOSYS for unsupported P_PIDFD waitid idtype.Dmitry Chagin
2022-01-28linux: Provide dummy seccomp(2)Edward Tomasz Napierala
2022-01-20Revert "linux: Provide dummy seccomp(2)"Edward Tomasz Napierala
2022-01-25linux: Provide dummy seccomp(2)Edward Tomasz Napierala
2021-11-09linux: Replace ifdefs in ptrace with per-architecture callbacksEdward Tomasz Napierala
2021-11-07linux: Add ptrace(2) support on arm64Edward Tomasz Napierala
2021-08-12linux(4): Implement clone3 system call.Dmitry Chagin
2021-08-12linux(4): Add struct clone_args for future clone3 system call.Dmitry Chagin
2021-06-22linux(4): Retire linux_kplatform.Dmitry Chagin
2021-04-13linux: adjust ordering of Linux auxv and add dummy AT_HWCAP2Edward Tomasz Napierala
2021-03-18Rename linux_set_upcall_kse() to linux_set_upcall().John Baldwin
2021-01-13linux: mute the "unsupported prctl option 23" warningsEdward Tomasz Napierala
2020-11-03linux(4) prctl(2): Implement PR_[GS]ET_DUMPABLEConrad Meyer
2020-10-31linux(4): Add missing clone(2) flagsConrad Meyer
2020-10-24Further improve prctl(2) debug.Edward Tomasz Napierala
2020-10-23Improve prctl(2) debug.Edward Tomasz Napierala
2020-10-16Make linux getrlimit(2) and prlimit(2) return something reasonableEdward Tomasz Napierala
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-01linuxulator: Map scheduler priorities to Linux priorities.Tijl Coosemans
2019-12-29Implement Linux syslog(2) syscall; just enough to make Linux dmesg(8)Edward Tomasz Napierala
2019-05-19Implement PTRACE_O_TRACESYSGOOD. This makes Linux strace(1) work.Edward Tomasz Napierala
2019-05-13Linuxulator depends on a fundamental kernel settings such as SMP. ManyDmitry Chagin
2018-03-23Rationalize license text on Linuxolator filesEd Maste
2017-11-27sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-18Implement getrandom() syscall.Dmitry Chagin
2017-02-23Right clock defines specified in linux_timer.h.Dmitry Chagin
2016-04-10More complete implementation of /proc/self/limits.Dmitry Chagin
2015-05-24Add utimensat() system call.Dmitry Chagin
2015-05-24Put the correct value for the abi_nfdbits parameter of kern_select() forDmitry Chagin
2015-05-24Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used byDmitry Chagin
2015-05-24Introduce a new module linux_common.ko which is intended for theDmitry Chagin
2015-05-24Put linux_platform into the vdso to avoid copying it onto the stack atDmitry Chagin
2015-05-24Implement vdso - virtual dynamic shared object. Through vdso LinuxDmitry Chagin
2015-05-24Implement prlimit64() system call.Dmitry Chagin
2015-05-24Implement waitid() system call.Dmitry Chagin
2015-05-24Add a function for converting wait options.Dmitry Chagin
2015-05-24Remove a now unused define.Dmitry Chagin
2015-05-24Switch linuxulator to use the native 1:1 threads.Dmitry Chagin
2015-04-21Modify kern___getcwd() to take max pathlen limit as an additionalEdward Tomasz Napierala
2013-01-29Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin
2011-03-26linux compat: improve and fix sendmsg/recvmsg compatibilityAndriy Gapon