History log of /src/sys/compat/common/compat_30_mod.c |
Revision | | Date | Author | Comments |
1.3 |
| 28-Dec-2019 |
pgoyette | For the built-in COMPAT_30 module code, make sure to initialize the uipc_syscalls_30 stuff, notably to include compat_30_socket().
PR kern/54804
XXX Pullup-9 XXX
|
1.2 |
| 27-Jan-2019 |
pgoyette | branches: 1.2.4; 1.2.6; Merge the [pgoyette-compat] branch
|
1.1 |
| 28-Mar-2018 |
pgoyette | branches: 1.1.2; file compat_30_mod.c was initially added on branch pgoyette-compat.
|
1.1.2.9 |
| 22-Sep-2018 |
pgoyette | #include "opt_compat_netbsd.h" for all sources that provide compat code.
|
1.1.2.8 |
| 19-Sep-2018 |
pgoyette | We have some COMPAT_30 code that needs compat_offseterr(), so let's require the compat_util module.
|
1.1.2.7 |
| 15-Sep-2018 |
pgoyette | Since we've already removed the maximum recursion depth for required modules, there's no need for us to force loading of the most-recent (ie, "deepest") modules first. So, simplify the required-modules lists to require only the next-highest version's module.
This will also make it easier to add new compat_xx modules for future release versions.
|
1.1.2.6 |
| 13-Sep-2018 |
pgoyette | When unloading a module with MODULE_CMD_FINI, call the compat_xx_fini() routine rather than again calling the compat_xx_init() routine!
(Cut&paste strikes again)
|
1.1.2.5 |
| 10-Sep-2018 |
pgoyette | Remove the monolithic compat and compat_sysv modules. Now that we don't have aliases, we need to use only the version-specific module names when resolving dependencies.
|
1.1.2.4 |
| 30-Mar-2018 |
pgoyette | Create the compat_util module for use by version-specific compat code. (It's automatically included in the monolithic compat module, as well as in kernels with built-in compat code.)
|
1.1.2.3 |
| 29-Mar-2018 |
pgoyette | Split out the usb compat_30 code and add it to the module
|
1.1.2.2 |
| 28-Mar-2018 |
pgoyette | Split vnd compat_30 code out of the main driver and into the compat_30 module
|
1.1.2.1 |
| 28-Mar-2018 |
pgoyette | Initial pass at a compat_30 module.
Still needs some work for dev/vnd and various dev/usb/*
|
1.2.6.1 |
| 29-Dec-2019 |
martin | Pull up following revision(s) (requested by pgoyette in ticket #588): sys/compat/common/compat_30_mod.c: revision 1.3 For the built-in COMPAT_30 module code, make sure to initialize the uipc_syscalls_30 stuff, notably to include compat_30_socket(). PR kern/54804 XXX Pullup-9 XXX
|
1.2.4.3 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.2.4.2 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.2.4.1 |
| 27-Jan-2019 |
christos | file compat_30_mod.c was added on branch phil-wifi on 2019-06-10 22:06:57 +0000
|