| Age | Commit message (Expand) | Author |
| 2020-01-02 | - Eliminate the global "boottime" variable, which was being accessed | thorpej |
| 2020-01-01 | - Introduce a new global kernel variable "shutting_down" to indicate that | thorpej |
| 2020-01-01 | Emove vestigial remains of the monolithic compat module. | pgoyette |
| 2020-01-01 | Fix three stack info leaks, found by kMSan when just invoking all syscalls | maxv |
| 2019-12-28 | For the built-in COMPAT_30 module code, make sure to initialize the | pgoyette |
| 2019-12-15 | Remove clause 3 and 4 leftovers from TNF licenses in more sources. | tsutsui |
| 2019-12-12 | Rather than keeping a separate mutex, condvar, and pserialize for each | pgoyette |
| 2019-12-06 | Fix a bunch of unimportant "Local variable hides global variable" warnings | maxv |
| 2019-11-10 | Convert the sendsig_sigcontext_16 function pointer to use the new | pgoyette |
| 2019-10-28 | Don't ignore EBUSY from disestablish or we can crash by unloading busy | christos |
| 2019-10-04 | Make clog static. Found by lgtm bot. | msaitoh |
| 2019-10-04 | deduplicate the conversion function from statvfs -> statfs12 | christos |
| 2019-10-03 | Since we now have a compat_90 module, the compat_80 module should depend | pgoyette |
| 2019-09-27 | Actually return the updated pointer-to-mbuf-pointer to the caller | pgoyette |
| 2019-09-26 | fix sign-compare issues. | christos |
| 2019-09-23 | Remove unused assignment. Found by the lgtm bot. | maxv |
| 2019-09-22 | Add a new member to struct vfsstat and grow the unused members | christos |
| 2019-09-20 | Validate usec ranges in compat_50_sys_select() | kamil |
| 2019-06-18 | Drop unused retval pointer from do_sys_mknod{,at}() | kamil |
| 2019-06-17 | Add QUOTA ifdef (Paul Goyette) | christos |
| 2019-06-17 | Use tabs, not spaces, for indentation. NFCI | pgoyette |
| 2019-06-17 | If we don't compile a kernel with QUOTA, we don't support the compat quota | christos |
| 2019-05-17 | The max subtype of the ifmedia word is 31. It's too small for Ethernet now. | msaitoh |
| 2019-04-29 | Introduce rt_addrmsg_src which adds RTA_AUTHOR to the message. | roy |
| 2019-04-29 | rtsock: Route address message simplification | roy |
| 2019-04-29 | Move the set-up of the net.oroute... sysctl tree to compat_50 since | pgoyette |
| 2019-04-29 | For the rtsock compat code, make sure we create the "oroute" sysctl | pgoyette |
| 2019-04-23 | KNF. No functional change. | msaitoh |
| 2019-04-18 | Zero out the ifreq struct for SIOCGIFCONF to avoid up to 127 bytes of stack | christos |
| 2019-04-17 | KNF. No functional change. | msaitoh |
| 2019-04-16 | Rename ifreqo2n() and ifreqo2n() to IFREQO2N_43() and IFREQN2O_43(): | msaitoh |
| 2019-04-15 | Clean up this mess and simplify, so that all the socket options get | pgoyette |
| 2019-04-15 | Split the COMPAT_50 socket-timeout stuff out of kern/uipc_socket.c | pgoyette |
| 2019-04-14 | Only need to #include sys/vnode.h once | pgoyette |
| 2019-03-01 | Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly | pgoyette |
| 2019-01-29 | Normalize all the compat hooks' names to the form | pgoyette |
| 2019-01-29 | Rename the if43_20_hook to if43_cvtcmd_20_hook | pgoyette |
| 2019-01-29 | The if43_20_hook function returns an errno; use it to determine whether | pgoyette |
| 2019-01-28 | - Don't expose random data conversion functions, but expose the high level | christos |
| 2019-01-28 | - provide a hook for the 43 tty ioctls | christos |
| 2019-01-27 | Include new header from correct directory | pgoyette |
| 2019-01-27 | - autoload the compat_80 for modstat | christos |
| 2019-01-27 | make this compile again (enable #if 0 code) | christos |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-10-30 | Paranoia: zero COMPAT_30 ntptimeval and 32-bit ntptimeval too. | riastradh |
| 2018-10-30 | Zero ntptimeval50 too to prevent 4-byte kernel stack disclosure. | riastradh |
| 2018-09-12 | Fix a bug that SIOC[GZ]IFDATA returned old ifreq structure. | msaitoh |
| 2018-09-06 | Remove the network ATM code. | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-06-05 | use the standard rules, instead of rolling our own. | christos |