| Age | Commit message (Expand) | Author |
| 2022-08-03 | Apply patch, requested by riastradh in ticket #1487: | martin |
| 2022-08-03 | Pull up following revision(s), all via patch | martin |
| 2021-08-15 | Pull up following revision(s) (requested by christos in ticket #1337): | martin |
| 2020-10-10 | Pull up following revision(s) (requested by nia in ticket #1106): | martin |
| 2020-07-17 | Pull up following revision(s) (requested by msaitoh in ticket #1018): | martin |
| 2020-02-27 | Pull up following revision(s) (requested by pgoyette in ticket #741): | martin |
| 2020-01-02 | Pull up following revision(s) (requested by maxv in ticket #597): | martin |
| 2019-12-29 | Pull up following revision(s) (requested by pgoyette in ticket #588): | martin |
| 2019-12-18 | Pull up following revision(s) (requested by tsutsui in ticket #570): | martin |
| 2019-11-11 | Pull up following revision(s) (requested by pgoyette in ticket #413): | martin |
| 2019-10-21 | Pull up following revision(s) (requested by pgoyette in ticket #339): | martin |
| 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 |
| 2018-05-27 | - Introduce :q modifier for make variables and make it double escape $'s so | christos |
| 2018-05-10 | Added missing ifi_link_state at compat_50_rt_oifmsg() and compat_50_iflist(). | nonaka |
| 2018-05-04 | Clean up a stray #ifdef _MODULE - it prevented definition of | pgoyette |
| 2018-05-03 | Fix COMPAT_NETBSD32 cmsg handling: | christos |
| 2018-04-26 | Test for valid interface for ioctls that demand it. | roy |
| 2018-04-12 | If we are modular, allow us to use modules for compat; don't load all the | christos |
| 2018-04-12 | provide vectors for the ifconf compat code and ifdatareq compat code. | christos |