CVS log for src/sys/modules/compat_90/Makefile
Up to [cvs.NetBSD.org] / src / sys / modules / compat_90
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.1.28.1: download - view: text, markup, annotated - select for diffs
Sun Dec 10 13:06:16 2023 UTC (15 months, 1 week ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +8 -1
lines
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).
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Dec 10 00:29:24 2023 UTC (15 months, 1 week ago) by pgoyette
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -1
lines
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)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Dec 9 15:21:01 2023 UTC (15 months, 1 week ago) by pgoyette
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
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
Revision 1.1.8.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:05:07 2020 UTC (4 years, 11 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.1.8.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.8.1: +14 -0
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.1.8.1
Sun Sep 22 22:59:39 2019 UTC (5 years, 6 months ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.1: +0 -14
lines
file Makefile was added on branch phil-wifi on 2020-04-13 08:05:07 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Sep 22 22:59:39 2019 UTC (5 years, 6 months ago) by christos
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
thorpej-altq-separation-base,
thorpej-altq-separation,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
netbsd-10-base,
netbsd-10-0-RC1,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: phil-wifi,
netbsd-10
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=
CVSweb <webmaster@jp.NetBSD.org>