History log of /src/sys/modules/compat_90 |
Revision | Date | Author | Comments |
1.3 | 10-Dec-2023 |
pgoyette | Default the build of compat_90 module to include IPv6, as is done for other INET6-sensitive modules (see if_lagg).
XXX Pullup to -10 (will add to existing ticket)
|
1.2 | 09-Dec-2023 |
pgoyette | Modularize the COMPAT_90 code that resulted from the removal of netinet6/nd6 from the kernel. Now, the minimal compat code can be successfully loaded and unloaded along with the rest of the COMPAT_90 code.
XXX pullup-10 - hopefully before RC2
|
1.1 | 22-Sep-2019 |
christos | branches: 1.1.8; 1.1.28; Add a new member to struct vfsstat and grow the unused members The new member is caled f_mntfromlabel and it is the dkw_wname of the corresponding wedge. This is now used by df -W to display the mountpoint name as NAME=
|
1.1.28.1 | 10-Dec-2023 |
martin | Pull up following revision(s) (requested by pgoyette in ticket #487):
sys/compat/common/compat_90_mod.c: revision 1.5 sys/compat/common/compat_90_mod.c: revision 1.6 sys/netinet6/in6.c: revision 1.290 sys/netinet6/in6.c: revision 1.291 sys/compat/common/files.common: revision 1.11 sys/netinet6/icmp6.c: revision 1.255 sys/compat/common/net_inet6_nd_90.c: revision 1.1 sys/compat/common/net_inet6_nd_90.c: revision 1.2 sys/modules/compat_90/Makefile: revision 1.2 sys/modules/compat_90/Makefile: revision 1.3 sys/netinet6/nd6.c: revision 1.281 sys/compat/common/compat_mod.h: revision 1.10 sys/kern/compat_stub.c: revision 1.23 sys/sys/compat_stub.h: revision 1.27
Identify the need to rework the COMPAT_* code to be more module-aware. This is an XXX comment block only, NFCI.
Modularize the COMPAT_90 code that resulted from the removal of netinet6/nd6 from the kernel. Now, the minimal compat code can be successfully loaded and unloaded along with the rest of the COMPAT_90 code.
Allow kernels builds which don't define INET6 to compile compat bits too.
Default the build of compat_90 module to include IPv6, as is done for other INET6-sensitive modules (see if_lagg).
|
1.1.8.2 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.1.8.1 | 22-Sep-2019 |
martin | file Makefile was added on branch phil-wifi on 2020-04-13 08:05:07 +0000
|