[PATCH v2 2/2] Add a mmap dedicated test case

2017-05-20 Thread Kevin Kirspel
--- testsuites/psxtests/Makefile.am | 1 + testsuites/psxtests/configure.ac| 1 + testsuites/psxtests/psxmmap01/Makefile.am | 22 ++ testsuites/psxtests/psxmmap01/init.c| 352 testsuites/psxtests/psxmmap01/psxmmap01.scn | 0 tes

[PATCH v2 1/2] Add support for a mmap file handler. Add support for MAP_ANON in mmap().

2017-05-20 Thread Kevin Kirspel
--- cpukit/dev/i2c/i2c-bus.c| 1 + cpukit/dev/i2c/i2c-dev.c| 1 + cpukit/dev/spi/spi-bus.c| 1 + cpukit/libblock/src/blkdev-imfs.c | 1 + cpukit/libcsupport/include/rtems/libio.h| 38 cpukit

[PATCH 1/2] Add support for a mmap file handler

2017-05-20 Thread Kevin Kirspel
--- cpukit/dev/i2c/i2c-bus.c| 1 + cpukit/dev/i2c/i2c-dev.c| 1 + cpukit/dev/spi/spi-bus.c| 1 + cpukit/libblock/src/blkdev-imfs.c | 1 + cpukit/libcsupport/include/rtems/libio.h| 38 cpukit

[PATCH 2/2] Add a mmap dedicated test case

2017-05-20 Thread Kevin Kirspel
--- testsuites/psxtests/Makefile.am | 1 + testsuites/psxtests/configure.ac| 1 + testsuites/psxtests/psxmmap01/Makefile.am | 22 ++ testsuites/psxtests/psxmmap01/init.c| 349 testsuites/psxtests/psxmmap01/psxmmap01.scn | 0 tes