aboutsummaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix region allocator (see changes in region.c!) ; debug spam control.Alex Auvolat2015-03-142-2/+2
* Give more RAM to VMs.Alex Auvolat2015-03-132-2/+2
* Include kernel.map in tests.Alex Auvolat2015-03-115-9/+13
* Add mutex to pciide driver (fixes some stuff)Alex Auvolat2015-03-101-1/+1
* Pass more information to FS driver on some ops (TODO bugcheck).Alex Auvolat2015-03-101-1/+1
* Remove kernel region pf handlers ; fix forget-to-zero-out bug.Alex Auvolat2015-03-093-48/+4
* Nullfs now uses pager.Alex Auvolat2015-03-091-1/+1
* Implement select ; add two tests for channels.Alex Auvolat2015-03-084-0/+158
* Add tests.Alex Auvolat2015-03-075-12/+74
* Fix testsAlex Auvolat2015-03-022-2/+12
* Change VFS a bit : the root directory of a fs is now a pointer. Fix tests.Alex Auvolat2015-02-242-2/+3
* PCI enumeration ; rename dev:/ to io:/Alex Auvolat2015-02-241-3/+3
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-192-0/+3
* Userland test infrastructureAlex Auvolat2015-02-197-1/+120
* Add lower/upper bound test ; fix id_key_cmp_fun.Alex Auvolat2015-02-141-0/+19
* Add second btree test (btw it works)Alex Auvolat2015-02-143-1/+47
* Add first btree test ; fix first btree test.Alex Auvolat2015-02-144-6/+48
* Rearrange testing architecture : just type 'make run_tests'Alex Auvolat2015-02-1420-2/+276
* Reorganize all.Alex Auvolat2015-02-092-0/+46