summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_emul.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-29linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-02linux(4): Microoptimize linux_elf.h for future use.Dmitry Chagin
2022-05-28linux(4): Handle SO_TIMESTAMPNS socket optionDmitry Chagin
2022-05-28linux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binariesDmitry Chagin
2022-03-31linprocfs: Add /proc/self/oom_score_adj.Dmitry Chagin
2021-08-12linux(4): Add struct clone_args for future clone3 system call.Dmitry Chagin
2021-07-20Drop "All rights reserved" from my copyright statements.Dmitry Chagin
2021-06-30linux(4): implement coredump supportEdward Tomasz Napierala
2021-02-08epoll: Store epoll_event udata member in ext member of kevent.Vladimir Kondratyev
2020-11-23Linuxolator: Replace use of eventhandlers by sysent hooks.Konstantin Belousov
2020-11-03Make linux_errtbl[] static.Edward Tomasz Napierala
2019-05-19Implement PTRACE_O_TRACESYSGOOD. This makes Linux strace(1) work.Edward Tomasz Napierala
2019-04-30Follow the FreeBSD and implement PDEATH_SIG prctl ops in the Linuxulator.Dmitry Chagin
2018-04-09linuxulator: deduplicate linux_exec_imgact_tryEd Maste
2018-03-22Share Linux errno table with libsysdecodeEd Maste
2018-03-16Share a single bsd-linux errno table across MD consumersEd Maste
2018-03-01Rationalize license text on Linuxolator filesEd Maste
2017-11-27sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-07-10Implement Linux personality() system call mainly due to READ_IMPLIES_EXEC flag.Dmitry Chagin
2015-05-24Print out unsupported futex operation message only once for the process.Dmitry Chagin
2015-05-24Implement epoll family system calls. This is a tiny wrapperDmitry Chagin
2015-05-24Refund the proc emuldata struct for future use. For now move flags fromDmitry Chagin
2015-05-24Switch linuxulator to use the native 1:1 threads.Dmitry Chagin
2012-05-05- >500 static DTrace probes for the linuxulatorAlexander Leidinger
2011-03-08Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin
2011-02-12Rename used_requeue and use it as bitwise field to store more flags.Dmitry Chagin
2010-11-22By using the 32-bit Linux version of Sun's Java Development Kit 1.6Alexander Leidinger
2009-04-19Remove support for FUTEX_REQUEUE operation.Dmitry Chagin
2009-03-15Include linux_futex.h before linux_emul.hDmitry Chagin
2008-05-13Implement robust futexes. Most of the code is modelled afterRoman Divacky
2007-04-02MFP4: Turn emul_lock into a mutex.Jung-uk Kim
2007-01-07MFp4 (112498):Alexander Leidinger
2006-12-31MFp4:Alexander Leidinger
2006-10-28MFP4:Alexander Leidinger
2006-08-17Move some stuff into headers where they belong.Alexander Leidinger
2006-08-16Style fixes to comments.Alexander Leidinger
2006-08-15Add some new files needed for linux 2.6.x compatibility.Alexander Leidinger