| Age | Commit message (Expand) | Author |
| 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-10-15 | Make sure the 32bit LWPs don't have MDL_IRET set. That's not a problem | maxv |
| 2017-09-29 | Remove compat_linux32 from the autoload list and add a enable/disable | maxv |
| 2017-09-29 | Remove compat_linux from the autoload list, and add a sysctl to enable or | maxv |
| 2017-09-17 | Remove the second argument from USERMODE and KERNELMODE, it is unused | maxv |
| 2017-09-16 | Make debug code compile | martin |
| 2017-09-02 | Fix a subtle ring0 escalation vulnerability in amd64, and implement a | maxv |
| 2017-08-28 | Remove the filesystem tracing feature | kamil |
| 2017-08-12 | Remove vm86. | maxv |
| 2017-08-12 | Remove vm86. Simplifies a number of critical places. | maxv |
| 2017-08-09 | Remove __i386__. | maxv |
| 2017-08-08 | Move freebsd_machdep.h into sys/compat/freebsd, and don't install it. Now, | maxv |
| 2017-08-04 | typos | maxv |
| 2017-08-01 | Move arch/i386/i386/freebsd_* into compat/freebsd/. COMPAT_FREEBSD is | maxv |
| 2017-07-31 | Remove references to COMPAT_OLDSOCK (itself removed years ago). | maxv |
| 2017-07-30 | make it compile again. | christos |
| 2017-07-29 | Remove exec_aout support in compat_freebsd. The only reason we still have | maxv |
| 2017-07-29 | Only compat_43 needs compat_osock. Note that the use of vec_compat_ifioctl | maxv |
| 2017-07-29 | Kill needless nested extern of vec_compat_cvtcmd/ioctl. | riastradh |
| 2017-07-29 | Declare mountcompatnames in sys/vfs_syscalls.h to kill nested extern. | riastradh |
| 2017-07-29 | Put suser check in the right function: settimeofday, not gettimeofday. | riastradh |
| 2017-07-29 | Only let the superuser set the compat_linux timezone. | riastradh |
| 2017-07-29 | Little happy on the commit trigger. Actually use the out label. | riastradh |
| 2017-07-29 | Don't drop vnode ref until we're done with mount in ibcs2_stat(v)fs. | riastradh |
| 2017-07-28 | Zero buffers in ibcs2 ioctl to avoid disclosing stack to userland. | riastradh |
| 2017-07-28 | Check bounds in svr4_sys_putmsg. Check more svr4_strmcmd bounds. | riastradh |
| 2017-07-28 | Feebly attempt to get this reference counting less bad. | riastradh |
| 2017-07-28 | Fix indexing of svr4 signals. | riastradh |
| 2017-07-28 | Zero stack data before copyout. | riastradh |
| 2017-07-28 | Fix some of the multitudinous holes in svr4 streams. | riastradh |
| 2017-07-28 | Make sure we move forward over the buffer. | riastradh |
| 2017-07-28 | Make sure we have enough space in the buffer before reading it. | riastradh |
| 2017-07-28 | Check for NUL termination within the buffer we have. | riastradh |
| 2017-07-28 | Fail, don't panic, on bad dirents from file system. | riastradh |
| 2017-07-14 | Don't forget to clean l_md.md_flags, otherwise there may be MDL_COMPAT32, | maxv |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-05-10 | regen | riastradh |
| 2017-05-06 | Extend the mmap(2) interface to allow requesting protections for later | joerg |
| 2017-05-03 | add missing arg to fpu_discard(). | chs |
| 2017-04-29 | remove extra S | christos |
| 2017-04-29 | move MAP_COPY in compat | christos |
| 2017-04-26 | catch up with unit fixes for es_arglen; consistently use bytes. | christos |
| 2017-04-26 | Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. | riastradh |
| 2017-04-21 | - Propagate the signal mask from the ucontext_t to the newly created thread | christos |
| 2017-04-13 | Switch compat_20_netbsd32_getfsstat() to mountlist iterator. | hannken |
| 2017-04-13 | Switch NdisOpenFile() to mountlist iterator. | hannken |
| 2017-04-13 | Switch compat_20_sys_getfsstat() to mountlist iterator. | hannken |
| 2017-04-13 | Switch ultrix_sys_getmnt() to mountlist iterator. | hannken |