aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_misc.c
Commit message (Expand)AuthorAgeFilesLines
* compat/linux: Avoid waitid() kernel stack disclosureEd Maste2026-06-291-0/+1
* execve_block(): a mechanism for mutual exclusion with execve() on the processKonstantin Belousov2026-06-291-0/+15
* linux: setgroups(): Avoid allocation under the process lockOlivier Certner2025-10-101-2/+1
* exec: Remove parameter 'segflg' from exec_copyin_args()Wuyang Chung2025-05-061-4/+4
* linux(4): Deorbit linux_nosysDmitry Chagin2023-10-101-8/+0
* linux(4): Deduplicate mmap2Dmitry Chagin2023-09-121-0/+17
* linux(4): Deduplicate mprotect, madviseDmitry Chagin2023-09-121-0/+17
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* linux(4): Add a dedicated ioprio system callsDmitry Chagin2023-08-041-0/+270
* linux(4): Add a dedicated linux_exec_copyin_args()Dmitry Chagin2023-05-291-3/+84
* linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin2023-05-291-98/+22
* linux(4): Uniformly dev_t arguments translationDmitry Chagin2023-04-281-2/+2
* linux(4): Use inlined LINUX_KERNVER for tests to improve readabilityDmitry Chagin2023-04-261-2/+2
* linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin2023-02-141-1/+1
* linux(4): Cleanup includes under compat/linuxDmitry Chagin2023-02-141-10/+0
* linux(4): Cleanup sys/uio.h where linux_uitl.h is includedDmitry Chagin2023-02-141-1/+0
* linux(4): Move uselib() to i386Dmitry Chagin2023-02-141-264/+0
* linux(4): Cleanup sys/sysent.h from linux_utilDmitry Chagin2023-02-141-0/+1
* linux(4): Cleanup vm includes from linux_util.hDmitry Chagin2023-02-141-0/+1
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-121-2/+0
* linux(4): Use designated initializers.Dmitry Chagin2023-02-031-6/+6
* linux(4): Trace Linux l_sigset_t.Dmitry Chagin2022-06-221-2/+2
* linux(4): Use the copyin_sigset() in the remaining placesDmitry Chagin2022-05-301-19/+7
* Finish cpuset_getaffinity() after f35093f8Dmitry Chagin2022-05-281-8/+9
* linux(4): Deduplicate execveDmitry Chagin2022-05-231-0/+28
* cpuset: Fix the KASAN and KMSAN buildsMark Johnston2022-05-201-2/+2
* Fix the build after 47a57144Dmitry Chagin2022-05-191-1/+6
* linux(4): Revert c7ef7c3 as it's wrong at all.Dmitry Chagin2022-05-111-11/+0
* Use Linux semantics for the thread affinity syscalls.Dmitry Chagin2022-05-111-13/+30
* linux(4): Add a helper intended for copying timespec's from the userspace.Dmitry Chagin2022-05-081-20/+4
* linux(4): Zero out high order bits of nanoseconds in the compat mode.Dmitry Chagin2022-05-081-0/+3
* linux(4): Add a helper intended for copying timespec's to the userspace.Dmitry Chagin2022-05-081-36/+12
* linux(4): Implement sched_rr_get_interval_time64 syscall.Dmitry Chagin2022-05-041-8/+37
* linux(4): Copyout pselect timeout.Dmitry Chagin2022-04-261-27/+19
* linux(4): Check that the thread tid in the thread group pid in linux_tdfind().Dmitry Chagin2022-04-251-24/+24
* linux(4): Add compat.linux32.emulate_i386 knob.Dmitry Chagin2022-03-311-0/+5
* linux(4): wait4() returns ESRCH if pid is INT_MIN.Dmitry Chagin2022-03-311-0/+4
* linux(4): Fixup waitid handling P_PGID idtype.Dmitry Chagin2022-03-311-2/+10
* linux(4): Return ENOSYS for unsupported P_PIDFD waitid idtype.Dmitry Chagin2022-03-311-0/+3
* linux(4): Add support for __WALL wait option bit.Dmitry Chagin2022-03-311-0/+11
* linux(4): Fixup options value validation in linux_waitid().Dmitry Chagin2022-03-311-3/+4
* linux(4): Eliminate bogus options value check validation.Dmitry Chagin2022-03-311-2/+0
* linux(4): Consolidate wait* facility into linux_common_wait().Dmitry Chagin2022-03-311-61/+46
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-1/+1
* linux: Provide dummy seccomp(2)Edward Tomasz Napierala2022-01-281-0/+16
* Revert "linux: Provide dummy seccomp(2)"Edward Tomasz Napierala2022-01-201-16/+0
* linux: Provide dummy seccomp(2)Edward Tomasz Napierala2022-01-251-0/+16
* linux: plug set-but-not-used varsMateusz Guzik2021-12-181-1/+1
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-2/+2