summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2013-06-07Remove non data-structure codeRichard Braun
The primary purpose of this project was testing code in userspace before pushing it to the x15 microkernel. The xprintf and phys modules were included quite some time ago now, along with the mem module which is also present in the GNU Mach microkernel. The secondary goal of this project was to create good implementations of commonly used data structures, mainly the doubly linked list and the red-black tree, under a BSD license so that they're reusable in proprietary projects I have to work on. Such generic code remains in this repository.
2013-06-07Switch from CMake to GNU autotoolsRichard Braun
2013-06-07test_rdxtree: fix test 5Richard Braun
2012-08-26Slight coding style changeRichard Braun
2012-04-13rdatree: rename to rdxtreeRichard Braun
2011-07-04Call module initialization functions xxx_setup()Richard Braun
This helps identifying whether a structure or a module is initialized, and easily avoids some annoying name clashes.
2011-06-29phys: replace page frame numbers with addressesRichard Braun
2011-06-28Initial commit.Richard Braun