| Age | Commit message (Expand) | Author |
| 2023-03-30 | atalk(4): Omit spurious satosat. | riastradh |
| 2022-12-20 | Remove sys/compat/common/Makefile.*. | msaitoh |
| 2022-12-19 | Create compat_100 module infrastructure now that we have branched | pgoyette |
| 2022-09-28 | Simplify sys/compat/sys/sockio.h. No functional change intended. | msaitoh |
| 2022-09-21 | compat_50_quota: reject invalid quota id types. | dholland |
| 2022-09-03 | Remove <net/netisr.h> | thorpej |
| 2022-08-03 | sys/compat/common/if_media_80.c: Add kernel rcsid. | riastradh |
| 2022-07-10 | tty_43: Do unsigned arithmetic to avoid shift into sign bits. | riastradh |
| 2022-07-07 | ifioctl(9): Don't touch ifconf or ifreq until command is validated. | riastradh |
| 2022-03-12 | compat_30: Fix thinko in previous. | riastradh |
| 2022-03-12 | compat_30: Avoid what might be technically undefined behaviour. | riastradh |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-12-02 | don't call MODULE_HOOK_SET(), if exec_sigcode_alloc() fails. | ryo |
| 2021-11-26 | Fix anonymous memory object leak for sigcode. | ryo |
| 2021-11-10 | s/compatability/compatibility/ in comment. | msaitoh |
| 2021-11-01 | Use "stack_t" instead of "struct sigaltstack", as the former is the | thorpej |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2021-08-15 | - memset struct stat to avoid kernel memory disclosure of padded fields | christos |
| 2021-08-09 | fix various typos in compatibility, mainly in comments. | andvar |
| 2021-07-21 | need <sys/param.h> for COHERENCY_UNIT | skrll |
| 2021-05-25 | PR port-xen/53130 was fixed and closed some time ago, so now we can | pgoyette |
| 2021-04-03 | Centralise the setitimer() timer type validation in dosetitimer() as is | simonb |
| 2020-12-19 | malloc(9) -> kmem(9) | thorpej |
| 2020-10-10 | TIOCGSID is used by tcgetsid() so it is not really compat :-) | christos |
| 2020-10-09 | tty_43: Check a bitset from userspace is valid before shifting it | nia |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-08-08 | Fix the OTIOCGETD emulation. Line discipline 0 is NTTYDISC. | christos |
| 2020-07-16 | Don't accept negative value. | msaitoh |
| 2020-06-28 | Fix struct entry size (thanks kre@) | christos |
| 2020-06-24 | reduce stack usage in compat_60_ptmget_ioctl() - allocate struct ptmget | jdolecek |
| 2020-06-24 | remove special handling for symbolic links for COMPAT_43 lstat, it's | jdolecek |
| 2020-06-12 | Remove in-kernel handling of Router Advertisements | roy |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-04-30 | Omit needless #include <sys/rnd.h>. | riastradh |
| 2020-03-26 | When using SYSCTL_SETUP there is no guarantee of the order in which | pgoyette |
| 2020-03-09 | The compat_50_quota code needs quota support from ufs. Add dependency. | pgoyette |
| 2020-02-27 | Include all of the vfs syscalls in the syscall_package, not just oquota. | pgoyette |
| 2020-02-27 | Ooppss - SYSCTL_SETUP() functions return void. | pgoyette |
| 2020-02-27 | Remove explicit calls to the sysctl setup routines, since this is now | pgoyette |
| 2020-02-23 | Don't bother with kernel_lock for kern_reboot(). | ad |
| 2020-02-22 | pass the address of the field, instead of relying on it being the first | maxv |
| 2020-01-31 | Fix copyout overflows in fhstat, found by the LGTM bot. Not a big problem | maxv |
| 2020-01-30 | - make sure size is not used uninitialized | christos |
| 2020-01-29 | - Track LWPs in a per-process radixtree. It uses no extra memory in the | ad |
| 2020-01-29 | Don't reference ifp->if_data directly; use if_export_if_data(). | thorpej |
| 2020-01-27 | Split the module glue out from the rest of opencrypto/ocryptodev to | pgoyette |
| 2020-01-22 | Since this used to be part of the compat_50 module, make it depend on | pgoyette |
| 2020-01-21 | Split the compat_50 module into two, separating the QUOTA-related | pgoyette |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2020-01-04 | Resurrect boottime, but only in the compat_90 module (whether built-in | pgoyette |