History log of /src/tests/fs/umapfs |
Revision | Date | Author | Comments |
1.3 | 13-Jul-2010 |
jmmv | Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
|
1.2 | 31-Mar-2010 |
njoly | Use tp-glob keys when requesting for test pattern.
|
1.1 | 30-Mar-2010 |
pooka | Add basic test for umapfs functionality.
XXX: the reverse mapping case (last subsubtest in t_basic) does not make any sense, but apparently that how umapfs works. I'm not familiar enough with the code to determine if this is a wanted feature or a pure and simple bug.
|
1.5 | 01-Mar-2020 |
christos | Centralize the base rump libraries into a variable used by all the other Makefiles so that we can make changes to it centrally as needed and have less mess. Fixes the sun2 build that needs rumpvfs after librump after the latest changes.
|
1.4 | 10-Jun-2014 |
he | branches: 1.4.24; Fix static linking for the tests: -lrump is also used by -lrumpuser, so we also need -lrump after -lrumpuser. Fixes build for sun2.
|
1.3 | 11-Apr-2010 |
pooka | branches: 1.3.12; 1.3.22; Following nullfs, rename rumpfs_umapfs to rumpfs_umap to make the basename the same as the kernel module (this too was in-tree only for a little over a week with the old name).
|
1.2 | 30-Mar-2010 |
pooka | anti-pasto
|
1.1 | 30-Mar-2010 |
pooka | Add basic test for umapfs functionality.
XXX: the reverse mapping case (last subsubtest in t_basic) does not make any sense, but apparently that how umapfs works. I'm not familiar enough with the code to determine if this is a wanted feature or a pure and simple bug.
|
1.3.22.1 | 10-Aug-2014 |
tls | Rebase.
|
1.3.12.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.4.24.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.6 | 09-Jul-2019 |
maya | return return atf_no_error() instead of 0 for consistency.
suggested by moritzbuhl in https://github.com/NetBSD/src/pull/11/
|
1.5 | 13-Jan-2017 |
christos | branches: 1.5.14; Don't play with "../.." in includes for h_macros.h; deal with it centrally. Minor fixes.
|
1.4 | 19-Jul-2010 |
pooka | branches: 1.4.28; convert to newstyle automagic rump compat syscalls
|
1.3 | 31-May-2010 |
pooka | Now that atf gdb/coredump conflicts have been solved (thanks jmmv!), remove USE_ATF ifdefs.
|
1.2 | 30-May-2010 |
dholland | Requires <sys/param.h>.
|
1.1 | 30-Mar-2010 |
pooka | Add basic test for umapfs functionality.
XXX: the reverse mapping case (last subsubtest in t_basic) does not make any sense, but apparently that how umapfs works. I'm not familiar enough with the code to determine if this is a wanted feature or a pure and simple bug.
|
1.4.28.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.5.14.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|