Home | History | Annotate | only in /src/tests/rump/rumpvfs
History log of /src/tests/rump/rumpvfs
RevisionDateAuthorComments
 1.2 13-Jul-2010  jmmv Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
 1.1 16-Jun-2010  pooka Add simple etfs test which almost tests for bug fixed yesterday
(the yesterday bug was against an emulated block device, so slighlty
different). But at least this test uncovered a few bugs already.
 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 22-Feb-2011  pooka branches: 1.3.10; 1.3.20;
test lseek return value (off_t, might be >register_t)
 1.2 30-Nov-2010  pooka branches: 1.2.2;
test makecn/freecn
 1.1 16-Jun-2010  pooka Add simple etfs test which almost tests for bug fixed yesterday
(the yesterday bug was against an emulated block device, so slighlty
different). But at least this test uncovered a few bugs already.
 1.2.2.1 05-Mar-2011  bouyer Sync with HEAD
 1.3.20.1 10-Aug-2014  tls Rebase.
 1.3.10.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.3 13-Jan-2017  christos Don't play with "../.." in includes for h_macros.h; deal with it centrally.
Minor fixes.
 1.2 22-Feb-2011  pooka branches: 1.2.2; 1.2.28;
One more lseek test case: in case of an error, check rv == -1
(so that it's not e.g UINT_MAX).
 1.1 22-Feb-2011  pooka test lseek return value (off_t, might be >register_t)
 1.2.28.1 20-Mar-2017  pgoyette Sync with HEAD
 1.2.2.2 05-Mar-2011  bouyer Sync with HEAD
 1.2.2.1 22-Feb-2011  bouyer file t_basic.c was added on branch bouyer-quota2 on 2011-03-05 15:10:57 +0000
 1.12 03-Aug-2023  rin t_etfs: Skip large_blk for system with page size > 8192

Work around kernel freeze reported as PR kern/55658 for
powerpc/ibm4xx (16K pages)
 1.11 13-Jan-2017  christos Don't play with "../.." in includes for h_macros.h; deal with it centrally.
Minor fixes.
 1.10 12-May-2014  christos branches: 1.10.6;
CID 978337: Fix resource leak
 1.9 30-Nov-2010  pooka branches: 1.9.6; 1.9.12; 1.9.22;
one more test
 1.8 30-Nov-2010  pooka check etfs key rules
 1.7 07-Nov-2010  jmmv Adjusts tests after import of atf-0.12:

- The use.fs property is gone.
- Mark the tests/fs/t_create:attrs test as broken when using the default
unprivileged-user:_atf setting. This probably deserves a fix somehow
but I'm not sure at this point.
 1.6 21-Jun-2010  pooka check etfs mappings with offsets
 1.5 20-Jun-2010  pooka Check that etfs block mapping works for >2TB devices.
 1.4 19-Jun-2010  pooka ... and remove the not-supposed-to-be-committed call to rump_sys_reboot()
 1.3 19-Jun-2010  pooka fix pasto, sprinkle ATF_REQUIRE_EQ()

ATF_REQUIRE_ERRNO, oh ATF_REQUIRE_ERRNO, wherefore art thou ATF_REQUIRE_ERRNO?
 1.2 19-Jun-2010  pooka add test for block device support
 1.1 16-Jun-2010  pooka Add simple etfs test which almost tests for bug fixed yesterday
(the yesterday bug was against an emulated block device, so slighlty
different). But at least this test uncovered a few bugs already.
 1.9.22.1 10-Aug-2014  tls Rebase.
 1.9.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.9.6.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.10.6.1 20-Mar-2017  pgoyette Sync with HEAD
 1.7 03-May-2022  hannken Lock vnode for VOP_LOOKUP().
 1.6 13-Jan-2017  christos Don't play with "../.." in includes for h_macros.h; deal with it centrally.
Minor fixes.
 1.5 25-Jan-2016  pooka branches: 1.5.2;
Don't include <rump/rumpvnode_if.h> from rump.h. It's not needed
unless you're doing something special, but requires register_t.
Adjust the few places which actually need rumpvnode_if.h.
 1.4 07-Feb-2014  hannken Change vnode operation lookup to return the resulting vnode *vpp unlocked.
Change cache_lookup() to return an unlocked vnode.

Discussed on tech-kern@

Welcome to 6.99.31
 1.3 02-Jan-2011  pooka branches: 1.3.6; 1.3.12;
+ rump_lwproc_newproc -> rump_lwproc_rfork()
+ add a tess for rump_lwproc_rfork()
 1.2 14-Dec-2010  pooka Use a larger array to avoid overflow.

from Piotr Meyer
 1.1 30-Nov-2010  pooka test makecn/freecn
 1.3.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.6.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.5.2.1 20-Mar-2017  pgoyette Sync with HEAD

RSS XML Feed