Up to [cvs.NetBSD.org] / src / sys / modules / examples / fopsmapper
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2.4.2 / (download) - annotate - [select for diffs], Mon Apr 13 08:05:11 2020 UTC (3 years, 1 month ago) by martin
Branch: phil-wifi
Changes since 1.2.4.1: +184 -0
lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored)
Mostly merge changes from HEAD upto 20200411
Revision 1.2.4.1, Wed Apr 1 11:45:53 2020 UTC (3 years, 1 month ago) by martin
Branch: phil-wifi
Changes since 1.2: +0 -184
lines
FILE REMOVED
file fopsmapper.c was added on branch phil-wifi on 2020-04-13 08:05:11 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 1 11:45:53 2020 UTC (3 years, 1 month ago) by kamil
Branch: MAIN
CVS Tags: 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,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
netbsd-10-base,
netbsd-10,
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,
HEAD
Branch point for: phil-wifi
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Avoid comparison between signed and unsigned integer Cast PAGE_SIZE to size_t.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 1 01:57:20 2020 UTC (3 years, 1 month ago) by kamil
Branch: MAIN
Import a new example kernel module fopsmapper fopsmapper - basic implementation of mmap with fileops fo_mmap Submitted by Aditya Vardhan Padala.