Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-07 | Remove non data-structure code | Richard 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-07 | Switch from CMake to GNU autotools | Richard Braun | |
2013-06-07 | test_rdxtree: fix test 5 | Richard Braun | |
2012-08-26 | Slight coding style change | Richard Braun | |
2012-04-13 | rdatree: rename to rdxtree | Richard Braun | |
2011-07-04 | Call 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-29 | phys: replace page frame numbers with addresses | Richard Braun | |
2011-06-28 | Initial commit. | Richard Braun | |