| History log of /src/tests/fs/kernfs |
| Revision | Date | Author | Comments |
| 1.2 | 13-Jul-2010 |
jmmv | Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
|
| 1.1 | 31-Mar-2010 |
pooka | Add some basic tests for kernfs (getdents & changing hostname).
Per a "mad \"scientist\"" experiment, on i386 load kernfs support from the installed kernel module instead of linking the driver in.
|
| 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 | 08-Jun-2010 |
pooka | branches: 1.3.12; 1.3.22; Use rump component libs on all platforms. I'll add kernel module autoloading as a separate test later.
|
| 1.2 | 26-Apr-2010 |
pooka | Undo infamous "mad \"scientist\"" experiment. There is no need for complicated application frobbing to get a kernel module loaded into rump -- it will be loaded from the host automatically now.
|
| 1.1 | 31-Mar-2010 |
pooka | Add some basic tests for kernfs (getdents & changing hostname).
Per a "mad \"scientist\"" experiment, on i386 load kernfs support from the installed kernel module instead of linking the driver in.
|
| 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.4 | 13-Jan-2017 |
christos | Don't play with "../.." in includes for h_macros.h; deal with it centrally. Minor fixes.
|
| 1.3 | 31-May-2010 |
pooka | branches: 1.3.28; Now that atf gdb/coredump conflicts have been solved (thanks jmmv!), remove USE_ATF ifdefs.
|
| 1.2 | 26-Apr-2010 |
pooka | Undo infamous "mad \"scientist\"" experiment. There is no need for complicated application frobbing to get a kernel module loaded into rump -- it will be loaded from the host automatically now.
|
| 1.1 | 31-Mar-2010 |
pooka | Add some basic tests for kernfs (getdents & changing hostname).
Per a "mad \"scientist\"" experiment, on i386 load kernfs support from the installed kernel module instead of linking the driver in.
|
| 1.3.28.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|