| Age | Commit message (Expand) | Author |
| 2021-10-27 | Use __SIGTRAMP_SIGCODE_VERSION rather than hard-coding 0. | thorpej |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2019-08-23 | Remove printf. | maxv |
| 2019-05-19 | Rename | maxv |
| 2019-03-24 | Fix a tiny race in setregs and linux_setregs. Between the moment we set | maxv |
| 2018-01-01 | Use the default %cs, and mask the other segregs. | maxv |
| 2017-10-21 | Include opt_user_ldt.h when needed. | maxv |
| 2017-10-19 | Always mask the 16 bits of the segregs in the trapframe. We don't zero- | maxv |
| 2017-10-15 | Use two separate functions: cpu_segregs32_zero and cpu_segregs64_zero. The | maxv |
| 2017-07-14 | Don't forget to clean l_md.md_flags, otherwise there may be MDL_COMPAT32, | maxv |
| 2017-02-13 | Make sure %rip is in userland. This is harmless, since the return to | maxv |
| 2017-02-13 | Don't let userland choose %rip. This is the Intel Sysret vulnerability | maxv |
| 2017-02-05 | Missing pmap_ldt_cleanup. | maxv |
| 2014-02-19 | Don't rely on pcb.h including x86/include/sysarch.h | dsl |
| 2014-02-15 | Remove all references to MDL_USEDFPU and deferred fpu initialisation. | dsl |
| 2014-02-11 | Move sys/arch/amd64/amd64/fpu.c and sys/arch/amd64/include/fpu.h | dsl |
| 2014-02-07 | Convert the amd64 build to use x86/cpu_extended_state.h so that the fpu | dsl |
| 2014-01-04 | Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size | dsl |
| 2013-12-01 | revert fpu/pcu changes until we figure out what's wrong; they cause random | christos |
| 2013-11-18 | initialize %ds to something valid to help ptrace(). | chs |
| 2013-10-23 | Use the MI "pcu" framework for bookkeeping of npx/fpu states on x86. | drochner |
| 2012-07-08 | The MDP_USEDFPU (amd64 and sh3) and MDP_SSTEP (sh3) are lwp flags not | dsl |
| 2011-11-18 | - add sigtimedwait support. | christos |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2009-11-23 | Use lwp_getpcb() in compat code, clean from struct user. | rmind |
| 2009-05-29 | Add native to linux siginfo si_status translation, used on i386 and | njoly |
| 2009-03-18 | bzero -> memset | cegger |
| 2008-10-26 | catch up with i386 changes. | christos |
| 2008-10-19 | Add native to linux siginfo si_code translation, mostly for negative | njoly |
| 2008-09-18 | Define a PSL_CLEARSIG macro for the psl flags to be cleared on signal delivery | christos |
| 2008-08-01 | linux_sys_rt_sigreturn: properly restore stack flags, pointed out by | jmcneill |
| 2008-05-11 | Pull in machine/cpufunc.h for wrmsr definition. | jmcneill |
| 2008-04-24 | Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since | ad |
| 2008-01-05 | Use the new names (_REG_RFLAGS and _REG_RSP) for the indexes of __gregs[] | dsl |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-10-19 | Add compat_linux and exec_linux_elf lkm support for amd64: | njoly |
| 2007-10-03 | fxsave() is a function, don't re-use the name. | ad |
| 2007-05-24 | Fix restart of interrupted system calls. | njoly |
| 2007-05-21 | rename si_sigval -> si_value to match POSIX RTS. | christos |
| 2007-03-14 | Add ptmx fakedevice hack for amd64 | manu |
| 2007-03-05 | more caddr_t lossage. | christos |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | Change the process/lwp flags seen by userland via sysctl back to the | pavel |
| 2007-02-15 | Fix Linux compat on amd64. | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-09-20 | Proprely convert devices on amd64 | manu |
| 2006-08-23 | 1) Complete Linux exit_group() emulation | manu |
| 2005-12-16 | PR/32303: Nicolas Joly: Fix -current amd64 kernel compilation failure with | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |