summaryrefslogtreecommitdiff
path: root/test/test_mem_cache_write_beyond.c
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.
2012-08-26Slight coding style changeRichard 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-28Initial commit.Richard Braun