summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2022-08-03Pull up following revision(s), all via patchmartin
2020-11-08Pull up following revision(s) (requested by kamil in ticket #1127):martin
2020-07-17Pull up following revision(s) (requested by msaitoh in ticket #1018):martin
2019-09-13Pull up following revision(s) (requested by maxv in ticket #194):martin
2019-06-18Drop unused retval pointer from do_sys_mknod{,at}()kamil
2019-05-19Renamemaxv
2019-04-18Zero out the ifreq struct for SIOCGIFCONF to avoid up to 127 bytes of stackchristos
2019-04-06Overhaul the API used to fetch and store individual memory cells inthorpej
2019-03-26make this compile again.christos
2019-03-24regenmaxv
2019-03-24Remove Alpha's compat_linux dependency on compat_osf1. Each function ismaxv
2019-03-24Fix a tiny race in setregs and linux_setregs. Between the moment we setmaxv
2019-03-01Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as brieflypgoyette
2019-02-21for sysv ipc stat operations, explicitly copy the exported partsmrg
2019-02-04- avoid uninitialised memory usagemrg
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-11-29Improve my kern_time.c::rev1.192, systematically clear the buffers we getmaxv
2018-11-14Apply the recent fixes to {send,recv}mmsg() to their compat variants.hannken
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-08-22- Cleanup for dynamic sysctl:msaitoh
2018-08-10Regenpgoyette
2018-08-10Allow syscall_establish() to install new syscalls when the existingpgoyette
2018-07-15- fix constants and explain limitchristos
2018-07-09 Fix compile error.msaitoh
2018-07-08Enable executing linux go binaries by using a special probe function for them.christos
2018-05-10Fix pserialize enter/exit pairs in linux_getifconf and linux32_getifconfozaki-r
2018-05-06Remove an element from struct emul: e_tracesigkamil
2018-05-03Fix COMPAT_NETBSD32 cmsg handling:christos
2018-04-16Remove the rnewprocp argument from fork1(9)kamil
2018-04-15Remove unused variable p from linux_sys_clone()kamil
2018-03-16PR/53103: Timo Buhrmester: linux emulation of sendto(2) brokenchristos
2018-01-26union was removedchristos
2018-01-24Remove port-acorn26skrll
2018-01-09remove struct emul's e_fault.maya
2018-01-07Ignore signal 64 for now (go uses it)christos
2018-01-01Use the default %cs, and mask the other segregs.maxv
2017-12-26Refactor pipe1() and correct a bug in sys_pipe2() (SYS_pipe2)kamil
2017-12-10Finally (hopefully) return completely to the state where compat_linux iskre
2017-12-08Finish the previous change - as well as setting the default for thesekre
2017-12-01Unbreak Linux emulation by default. While not loading it automaticallyjoerg
2017-11-22Fix and make consistent of usages of psz/psref in ifconf variantsozaki-r
2017-11-21This should be "linux_sg_version", not "version".maxv
2017-10-21Include opt_user_ldt.h when needed.maxv
2017-10-19Always mask the 16 bits of the segregs in the trapframe. We don't zero-maxv
2017-10-15Use two separate functions: cpu_segregs32_zero and cpu_segregs64_zero. Themaxv
2017-09-29Remove compat_linux from the autoload list, and add a sysctl to enable ormaxv
2017-09-17Remove the second argument from USERMODE and KERNELMODE, it is unusedmaxv
2017-08-28Remove the filesystem tracing featurekamil
2017-08-12Remove vm86.maxv