aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_emul.h
Commit message (Expand)AuthorAgeFilesLines
* Implement PTRACE_O_TRACESYSGOOD. This makes Linux strace(1) work.Edward Tomasz Napierala2019-05-191-0/+3
* Follow the FreeBSD and implement PDEATH_SIG prctl ops in the Linuxulator.Dmitry Chagin2019-04-301-1/+0
* linuxulator: deduplicate linux_exec_imgact_tryEd Maste2018-04-091-0/+1
* Share Linux errno table with libsysdecodeEd Maste2018-03-221-1/+1
* Share a single bsd-linux errno table across MD consumersEd Maste2018-03-161-0/+2
* Rationalize license text on Linuxolator filesEd Maste2018-03-011-15/+13
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Implement Linux personality() system call mainly due to READ_IMPLIES_EXEC flag.Dmitry Chagin2016-07-101-0/+1
* Print out unsupported futex operation message only once for the process.Dmitry Chagin2015-05-241-0/+1
* Implement epoll family system calls. This is a tiny wrapperDmitry Chagin2015-05-241-0/+3
* Refund the proc emuldata struct for future use. For now move flags fromDmitry Chagin2015-05-241-5/+16
* Switch linuxulator to use the native 1:1 threads.Dmitry Chagin2015-05-241-64/+7
* - >500 static DTrace probes for the linuxulatorAlexander Leidinger2012-05-051-7/+36
* Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-081-1/+1
* Rename used_requeue and use it as bitwise field to store more flags.Dmitry Chagin2011-02-121-1/+5
* By using the 32-bit Linux version of Sun's Java Development Kit 1.6Alexander Leidinger2010-11-221-0/+5
* Remove support for FUTEX_REQUEUE operation.Dmitry Chagin2009-04-191-0/+1
* Include linux_futex.h before linux_emul.hDmitry Chagin2009-03-151-2/+0
* Implement robust futexes. Most of the code is modelled afterRoman Divacky2008-05-131-0/+4
* MFP4: Turn emul_lock into a mutex.Jung-uk Kim2007-04-021-12/+12
* MFp4 (112498):Alexander Leidinger2007-01-071-2/+2
* MFp4:Alexander Leidinger2006-12-311-13/+13
* MFP4:Alexander Leidinger2006-10-281-0/+2
* Move some stuff into headers where they belong.Alexander Leidinger2006-08-171-0/+3
* Style fixes to comments.Alexander Leidinger2006-08-161-1/+2
* Add some new files needed for linux 2.6.x compatibility.Alexander Leidinger2006-08-151-0/+74