Home | History | Annotate | Download | only in doc

Lines Matching refs:COMPAT

1 /* $NetBSD: TODO.compat-module,v 1.5 2019/02/04 22:00:51 mrg Exp $ */
5 1. Removed the building of the compat library - it is no longer needed.
10 3. Split the sysv_ipc compat routines into their own compat_sysv module.
14 5. Extracted some net/if.c compat routines into the compat module, and
17 6. Reconfirmed existing compat-module dependencies, and update the
26 8. The old monolithic compat module has been broken into multiple
27 modules, one for each old NetBSD version. The monolithic compat
35 compat modules rather than the monolithic modules.
44 12. Finished splitting the vnd_30 and vnd_50 compat code into separate
59 included in the relevant version-specific compat modules.
64 COMPAT_xx. When found, move the actual compat code into the compat
77 seems to me that the MI compat build infrastructure should have some
89 As far as I can tell, none of the MD compat code is currently built
90 into the monolithic COMPAT module on HEAD. Thus, its absence from
95 currently included in the monolithic COMPAT module on HEAD, so lack of
117 23. The raidframe-netbsd32 compat code needs to be better separated
119 to include compat/netbsd32/netbsd32.h in rf_netbsdkintf.c to get
121 compat module, but requires that the code in the ioctl switch be
122 moved into a function so the compat code can call it directly and