History log of /netbsd-current/tests/lib/libc/sys/t_mmap.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.18 04-Jun-2022 riastradh

tests/lib/libc: Test mmap(2) with bad hints.


# 1.17 06-Apr-2022 gson

Add a regression test for PR kern/52239, "Changing protections of
already mmap'ed region can fail", based on the test program in the PR.


# 1.16 05-Apr-2022 gson

In the mmap_err test case, mmap the address, not the address of the address.
Should fix PR kern/56780.


# 1.15 05-Apr-2022 gson

When the t_mmap:mmap_err test fails due to errno not having the expected
value of EINVAL, print the actual value.


Revision tags: thorpej-futex2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-futex-base
# 1.14 26-Jun-2020 jruoho

Reference PRs consistently.


Revision tags: netbsd-9-2-RELEASE netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-8-2-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.13 23-May-2017 christos

Handle dk disks and print errors.


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320
# 1.12 16-Jan-2017 christos

PR/51891: Ngie Cooper: use sys/disklabel.h instead of machine/disklabel.h


Revision tags: bouyer-socketcan-base
# 1.11 13-Jan-2017 christos

branches: 1.11.2;
PR/51855: Ngie Cooper: fix leaks


# 1.10 10-Jan-2017 christos

more tests needing <sys/stat.h>


Revision tags: pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.9 28-Feb-2015 martin

branches: 1.9.2;
Make sure to use the values calculated in the loop that is supposed to crash
the client process - so the compiler does not optimize it all away.
Also improve diagnostic in case of common bug: SIGSEGV instead of SIGBUS.


# 1.8 27-Feb-2015 christos

add truncate causing signal test


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6 tls-maxphys-base
# 1.7 14-Jun-2012 bouyer

Disable the mmap_block test again, it doesn't panic when mmaping /dev/wd0d
only by accident. PR kern/46592.


# 1.6 01-Jun-2012 martin

Do not skip the block device mmap test, as it does not crash
the kernel any more. Mark it as expected failure instead.


Revision tags: yamt-pagecache-base5
# 1.5 16-May-2012 martin

mmap_block:
do not use a hardcoded block device list, but query the kernel for attached
disks instead, then try to mmap the raw partition.


Revision tags: yamt-pagecache-base4
# 1.4 13-Mar-2012 jruoho

Use atf_tc_skip().


# 1.3 06-Mar-2012 jruoho

A test case for serious PR kern/38889: crash on open/mmap/close of block
device. The test case is skipped for the time being as it replicates the
panic described in the PR (tested on NetBSD/amd64 6.0 BETA).


Revision tags: netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.2 14-Jul-2011 jruoho

branches: 1.2.2; 1.2.4;
Move the uvm "loan" test to tests(7).


# 1.1 07-Jul-2011 jruoho

Add the syscall tests back. Couple of files and tests were also renamed for
consistency. All of these now mimic the libc structure.


# 1.17 06-Apr-2022 gson

Add a regression test for PR kern/52239, "Changing protections of
already mmap'ed region can fail", based on the test program in the PR.


# 1.16 05-Apr-2022 gson

In the mmap_err test case, mmap the address, not the address of the address.
Should fix PR kern/56780.


# 1.15 05-Apr-2022 gson

When the t_mmap:mmap_err test fails due to errno not having the expected
value of EINVAL, print the actual value.


Revision tags: thorpej-futex2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-futex-base
# 1.14 26-Jun-2020 jruoho

Reference PRs consistently.


Revision tags: netbsd-9-2-RELEASE netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-8-2-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.13 23-May-2017 christos

Handle dk disks and print errors.


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320
# 1.12 16-Jan-2017 christos

PR/51891: Ngie Cooper: use sys/disklabel.h instead of machine/disklabel.h


Revision tags: bouyer-socketcan-base
# 1.11 13-Jan-2017 christos

branches: 1.11.2;
PR/51855: Ngie Cooper: fix leaks


# 1.10 10-Jan-2017 christos

more tests needing <sys/stat.h>


Revision tags: pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.9 28-Feb-2015 martin

branches: 1.9.2;
Make sure to use the values calculated in the loop that is supposed to crash
the client process - so the compiler does not optimize it all away.
Also improve diagnostic in case of common bug: SIGSEGV instead of SIGBUS.


# 1.8 27-Feb-2015 christos

add truncate causing signal test


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6 tls-maxphys-base
# 1.7 14-Jun-2012 bouyer

Disable the mmap_block test again, it doesn't panic when mmaping /dev/wd0d
only by accident. PR kern/46592.


# 1.6 01-Jun-2012 martin

Do not skip the block device mmap test, as it does not crash
the kernel any more. Mark it as expected failure instead.


Revision tags: yamt-pagecache-base5
# 1.5 16-May-2012 martin

mmap_block:
do not use a hardcoded block device list, but query the kernel for attached
disks instead, then try to mmap the raw partition.


Revision tags: yamt-pagecache-base4
# 1.4 13-Mar-2012 jruoho

Use atf_tc_skip().


# 1.3 06-Mar-2012 jruoho

A test case for serious PR kern/38889: crash on open/mmap/close of block
device. The test case is skipped for the time being as it replicates the
panic described in the PR (tested on NetBSD/amd64 6.0 BETA).


Revision tags: netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.2 14-Jul-2011 jruoho

branches: 1.2.2; 1.2.4;
Move the uvm "loan" test to tests(7).


# 1.1 07-Jul-2011 jruoho

Add the syscall tests back. Couple of files and tests were also renamed for
consistency. All of these now mimic the libc structure.


# 1.14 26-Jun-2020 jruoho

Reference PRs consistently.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-8-2-RELEASE netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base
# 1.13 23-May-2017 christos

Handle dk disks and print errors.


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320
# 1.12 16-Jan-2017 christos

PR/51891: Ngie Cooper: use sys/disklabel.h instead of machine/disklabel.h


Revision tags: bouyer-socketcan-base
# 1.11 13-Jan-2017 christos

branches: 1.11.2;
PR/51855: Ngie Cooper: fix leaks


# 1.10 10-Jan-2017 christos

more tests needing <sys/stat.h>


Revision tags: pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.9 28-Feb-2015 martin

branches: 1.9.2;
Make sure to use the values calculated in the loop that is supposed to crash
the client process - so the compiler does not optimize it all away.
Also improve diagnostic in case of common bug: SIGSEGV instead of SIGBUS.


# 1.8 27-Feb-2015 christos

add truncate causing signal test


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6 tls-maxphys-base
# 1.7 14-Jun-2012 bouyer

Disable the mmap_block test again, it doesn't panic when mmaping /dev/wd0d
only by accident. PR kern/46592.


# 1.6 01-Jun-2012 martin

Do not skip the block device mmap test, as it does not crash
the kernel any more. Mark it as expected failure instead.


Revision tags: yamt-pagecache-base5
# 1.5 16-May-2012 martin

mmap_block:
do not use a hardcoded block device list, but query the kernel for attached
disks instead, then try to mmap the raw partition.


Revision tags: yamt-pagecache-base4
# 1.4 13-Mar-2012 jruoho

Use atf_tc_skip().


# 1.3 06-Mar-2012 jruoho

A test case for serious PR kern/38889: crash on open/mmap/close of block
device. The test case is skipped for the time being as it replicates the
panic described in the PR (tested on NetBSD/amd64 6.0 BETA).


Revision tags: netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.2 14-Jul-2011 jruoho

branches: 1.2.2; 1.2.4;
Move the uvm "loan" test to tests(7).


# 1.1 07-Jul-2011 jruoho

Add the syscall tests back. Couple of files and tests were also renamed for
consistency. All of these now mimic the libc structure.


# 1.13 23-May-2017 christos

Handle dk disks and print errors.


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320
# 1.12 16-Jan-2017 christos

PR/51891: Ngie Cooper: use sys/disklabel.h instead of machine/disklabel.h


Revision tags: bouyer-socketcan-base
# 1.11 13-Jan-2017 christos

branches: 1.11.2;
PR/51855: Ngie Cooper: fix leaks


# 1.10 10-Jan-2017 christos

more tests needing <sys/stat.h>


Revision tags: pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.9 28-Feb-2015 martin

branches: 1.9.2;
Make sure to use the values calculated in the loop that is supposed to crash
the client process - so the compiler does not optimize it all away.
Also improve diagnostic in case of common bug: SIGSEGV instead of SIGBUS.


# 1.8 27-Feb-2015 christos

add truncate causing signal test


Revision tags: netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6 tls-maxphys-base
# 1.7 14-Jun-2012 bouyer

Disable the mmap_block test again, it doesn't panic when mmaping /dev/wd0d
only by accident. PR kern/46592.


# 1.6 01-Jun-2012 martin

Do not skip the block device mmap test, as it does not crash
the kernel any more. Mark it as expected failure instead.


Revision tags: yamt-pagecache-base5
# 1.5 16-May-2012 martin

mmap_block:
do not use a hardcoded block device list, but query the kernel for attached
disks instead, then try to mmap the raw partition.


Revision tags: yamt-pagecache-base4
# 1.4 13-Mar-2012 jruoho

Use atf_tc_skip().


# 1.3 06-Mar-2012 jruoho

A test case for serious PR kern/38889: crash on open/mmap/close of block
device. The test case is skipped for the time being as it replicates the
panic described in the PR (tested on NetBSD/amd64 6.0 BETA).


Revision tags: netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.2 14-Jul-2011 jruoho

branches: 1.2.2; 1.2.4;
Move the uvm "loan" test to tests(7).


# 1.1 07-Jul-2011 jruoho

Add the syscall tests back. Couple of files and tests were also renamed for
consistency. All of these now mimic the libc structure.


# 1.12 16-Jan-2017 christos

PR/51891: Ngie Cooper: use sys/disklabel.h instead of machine/disklabel.h


Revision tags: bouyer-socketcan-base
# 1.11 13-Jan-2017 christos

PR/51855: Ngie Cooper: fix leaks


# 1.10 10-Jan-2017 christos

more tests needing <sys/stat.h>


Revision tags: pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.9 28-Feb-2015 martin

Make sure to use the values calculated in the loop that is supposed to crash
the client process - so the compiler does not optimize it all away.
Also improve diagnostic in case of common bug: SIGSEGV instead of SIGBUS.


# 1.8 27-Feb-2015 christos

add truncate causing signal test


Revision tags: netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6 tls-maxphys-base
# 1.7 14-Jun-2012 bouyer

Disable the mmap_block test again, it doesn't panic when mmaping /dev/wd0d
only by accident. PR kern/46592.


# 1.6 01-Jun-2012 martin

Do not skip the block device mmap test, as it does not crash
the kernel any more. Mark it as expected failure instead.


Revision tags: yamt-pagecache-base5
# 1.5 16-May-2012 martin

mmap_block:
do not use a hardcoded block device list, but query the kernel for attached
disks instead, then try to mmap the raw partition.


Revision tags: yamt-pagecache-base4
# 1.4 13-Mar-2012 jruoho

Use atf_tc_skip().


# 1.3 06-Mar-2012 jruoho

A test case for serious PR kern/38889: crash on open/mmap/close of block
device. The test case is skipped for the time being as it replicates the
panic described in the PR (tested on NetBSD/amd64 6.0 BETA).


Revision tags: netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.2 14-Jul-2011 jruoho

branches: 1.2.2; 1.2.4;
Move the uvm "loan" test to tests(7).


# 1.1 07-Jul-2011 jruoho

Add the syscall tests back. Couple of files and tests were also renamed for
consistency. All of these now mimic the libc structure.


# 1.11 13-Jan-2017 christos

PR/51855: Ngie Cooper: fix leaks


# 1.10 10-Jan-2017 christos

more tests needing <sys/stat.h>


Revision tags: pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.9 28-Feb-2015 martin

Make sure to use the values calculated in the loop that is supposed to crash
the client process - so the compiler does not optimize it all away.
Also improve diagnostic in case of common bug: SIGSEGV instead of SIGBUS.


# 1.8 27-Feb-2015 christos

add truncate causing signal test


Revision tags: netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6 tls-maxphys-base
# 1.7 14-Jun-2012 bouyer

Disable the mmap_block test again, it doesn't panic when mmaping /dev/wd0d
only by accident. PR kern/46592.


# 1.6 01-Jun-2012 martin

Do not skip the block device mmap test, as it does not crash
the kernel any more. Mark it as expected failure instead.


Revision tags: yamt-pagecache-base5
# 1.5 16-May-2012 martin

mmap_block:
do not use a hardcoded block device list, but query the kernel for attached
disks instead, then try to mmap the raw partition.


Revision tags: yamt-pagecache-base4
# 1.4 13-Mar-2012 jruoho

Use atf_tc_skip().


# 1.3 06-Mar-2012 jruoho

A test case for serious PR kern/38889: crash on open/mmap/close of block
device. The test case is skipped for the time being as it replicates the
panic described in the PR (tested on NetBSD/amd64 6.0 BETA).


Revision tags: netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.2 14-Jul-2011 jruoho

branches: 1.2.2; 1.2.4;
Move the uvm "loan" test to tests(7).


# 1.1 07-Jul-2011 jruoho

Add the syscall tests back. Couple of files and tests were also renamed for
consistency. All of these now mimic the libc structure.


# 1.10 10-Jan-2017 christos

more tests needing <sys/stat.h>


Revision tags: pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.9 28-Feb-2015 martin

Make sure to use the values calculated in the loop that is supposed to crash
the client process - so the compiler does not optimize it all away.
Also improve diagnostic in case of common bug: SIGSEGV instead of SIGBUS.


# 1.8 27-Feb-2015 christos

add truncate causing signal test


Revision tags: netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base yamt-pagecache-base8 yamt-pagecache-base7 yamt-pagecache-base6 tls-maxphys-base
# 1.7 14-Jun-2012 bouyer

Disable the mmap_block test again, it doesn't panic when mmaping /dev/wd0d
only by accident. PR kern/46592.


# 1.6 01-Jun-2012 martin

Do not skip the block device mmap test, as it does not crash
the kernel any more. Mark it as expected failure instead.


Revision tags: yamt-pagecache-base5
# 1.5 16-May-2012 martin

mmap_block:
do not use a hardcoded block device list, but query the kernel for attached
disks instead, then try to mmap the raw partition.


Revision tags: yamt-pagecache-base4
# 1.4 13-Mar-2012 jruoho

Use atf_tc_skip().


# 1.3 06-Mar-2012 jruoho

A test case for serious PR kern/38889: crash on open/mmap/close of block
device. The test case is skipped for the time being as it replicates the
panic described in the PR (tested on NetBSD/amd64 6.0 BETA).


Revision tags: netbsd-6-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.2 14-Jul-2011 jruoho

branches: 1.2.2; 1.2.4;
Move the uvm "loan" test to tests(7).


# 1.1 07-Jul-2011 jruoho

Add the syscall tests back. Couple of files and tests were also renamed for
consistency. All of these now mimic the libc structure.