summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch
AgeCommit message (Expand)Author
2022-08-03Pull up following revision(s), all via patchmartin
2019-09-13Pull up following revision(s) (requested by maxv in ticket #194):martin
2019-05-19Renamemaxv
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
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-08-10Regenpgoyette
2018-01-26union was removedchristos
2018-01-24Remove port-acorn26skrll
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-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-17Remove the second argument from USERMODE and KERNELMODE, it is unusedmaxv
2017-08-28Remove the filesystem tracing featurekamil
2017-08-12Remove vm86.maxv
2017-08-12Remove vm86. Simplifies a number of critical places.maxv
2017-07-14Don't forget to clean l_md.md_flags, otherwise there may be MDL_COMPAT32,maxv
2017-05-10regenriastradh
2017-05-03add missing arg to fpu_discard().chs
2017-03-16allow pcu_save() and pcu_discard() to be called on other threads,chs
2017-02-13Make sure %rip is in userland. This is harmless, since the return tomaxv
2017-02-13Don't let userland choose %rip. This is the Intel Sysret vulnerabilitymaxv
2017-02-12es_arglen is now in units of bytes, update the emulations accordingly.chs
2017-02-09regenchristos
2017-02-09revert listenchristos
2017-02-09regenchristos
2017-02-09fix listenchristos
2017-02-05Rename ldt->ldtstore and gdt->gdtstore on i386. It reduces the diff withmaxv
2017-02-05Missing pmap_ldt_cleanup.maxv
2017-02-04regenchristos
2017-02-04fix broken entries that prevented compilation.christos
2017-02-03regenchristos
2017-02-03add unimple sendmmsg secvmmsgchristos
2017-02-03regenchristos
2017-02-03add missing unimpl and sendmmsg and recvmmsgchristos
2017-02-03regenchristos
2017-02-03and send and recv mmsg and unimplchristos
2017-02-03regenchristos
2017-02-03add send recv mmsg and unimplchristos
2017-02-03regenchristos
2017-02-03add sendmmsg and recvmmsgchristos
2017-02-03regenchristos
2017-02-03add send/recv mmsg and comment on the unimpl ones.christos
2017-02-03regenmartin
2017-02-03Add accept4martin