summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_misc.c
AgeCommit message (Expand)Author
2025-12-11linux: Add support for kcmp(2) system callRicardo Branco
2025-09-17linux: setgroups(): Avoid allocation under the process lockOlivier Certner
2025-09-17linux: setgroups(): Fix the group number's upper limitOlivier Certner
2025-09-17linux: Simplify further getgroups() after 'cr_gid' not in cr_groups[]Olivier Certner
2025-07-31kern: add a new ucred flag for groups having been setKyle Evans
2025-07-30kern: start tracking cr_gid outside of cr_groups[]Kyle Evans
2025-04-21exec: Remove parameter 'segflg' from exec_copyin_args()Wuyang Chung
2024-05-29minor style tweak.Warner Losh
2024-05-29linux: implement PR_CHILD_SET_SUBREAPERSon Phan Trung
2024-05-23linux: Update linux manpage to mention mqueuefsRicardo Branco
2024-05-23linux: Support POSIX message queuesRicardo Branco
2024-05-10linux: Adjust rlimit SIGPENDING & MSGQUEUE behaviour to match linprocfsRicardo Branco
2024-02-02sys/compat/linux/linux_misc.c: remove an extra semicolonrilysh
2023-10-03linux(4): Deorbit linux_nosysDmitry Chagin
2023-09-05linux(4): Deduplicate mmap2Dmitry Chagin
2023-09-05linux(4): Deduplicate mprotect, madviseDmitry Chagin
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-04linux(4): Add a dedicated ioprio system callsDmitry Chagin
2023-05-29linux(4): Add a dedicated linux_exec_copyin_args()Dmitry Chagin
2023-05-29linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin
2023-04-28linux(4): Uniformly dev_t arguments translationDmitry Chagin
2023-04-26linux(4): Use inlined LINUX_KERNVER for tests to improve readabilityDmitry Chagin
2023-02-14linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin
2023-02-14linux(4): Cleanup includes under compat/linuxDmitry Chagin
2023-02-14linux(4): Cleanup sys/uio.h where linux_uitl.h is includedDmitry Chagin
2023-02-14linux(4): Move uselib() to i386Dmitry Chagin
2023-02-14linux(4): Cleanup sys/sysent.h from linux_utilDmitry Chagin
2023-02-14linux(4): Cleanup vm includes from linux_util.hDmitry Chagin
2023-02-12linux(4): Get rid of the opt_compat.h include.Dmitry Chagin
2023-02-03linux(4): Use designated initializers.Dmitry Chagin
2022-06-22linux(4): Trace Linux l_sigset_t.Dmitry Chagin
2022-05-30linux(4): Use the copyin_sigset() in the remaining placesDmitry Chagin
2022-05-28Finish cpuset_getaffinity() after f35093f8Dmitry Chagin
2022-05-23linux(4): Deduplicate execveDmitry Chagin
2022-05-20cpuset: Fix the KASAN and KMSAN buildsMark Johnston
2022-05-19Fix the build after 47a57144Dmitry Chagin
2022-05-11linux(4): Revert c7ef7c3 as it's wrong at all.Dmitry Chagin
2022-05-11Use Linux semantics for the thread affinity syscalls.Dmitry Chagin
2022-05-08linux(4): Add a helper intended for copying timespec's from the userspace.Dmitry Chagin
2022-05-08linux(4): Zero out high order bits of nanoseconds in the compat mode.Dmitry Chagin
2022-05-08linux(4): Add a helper intended for copying timespec's to the userspace.Dmitry Chagin
2022-05-04linux(4): Implement sched_rr_get_interval_time64 syscall.Dmitry Chagin
2022-04-26linux(4): Copyout pselect timeout.Dmitry Chagin
2022-04-25linux(4): Check that the thread tid in the thread group pid in linux_tdfind().Dmitry Chagin
2022-03-31linux(4): Add compat.linux32.emulate_i386 knob.Dmitry Chagin
2022-03-31linux(4): wait4() returns ESRCH if pid is INT_MIN.Dmitry Chagin
2022-03-31linux(4): Fixup waitid handling P_PGID idtype.Dmitry Chagin
2022-03-31linux(4): Return ENOSYS for unsupported P_PIDFD waitid idtype.Dmitry Chagin
2022-03-31linux(4): Add support for __WALL wait option bit.Dmitry Chagin