Implemented public interface for timer, added direct locking for atomic_t
Added tasklet concept, some refactoring of timer code (explicit IDs probably aren't needed). Added wfef_stopwatch_t, Hz and Interval conversion
Began implementing timers for UNIX using timer_create, still a lot missing.
Added removal code, resumed working on profiling; added time code, began work on WFEF kernel API
Added BST orphan
Refactored to use pginfo, moved generic functions its own tree.c files that doesn't use metaprogramming.
Refactored tree headers so that the functions are split over several headers under the tree subdirectory; tree.h unifies them all.
Updated documentation comments in the metacode for trees, added Doxygen configuration
Added bst_lookup 5 and 6, added basic BST insert. Still need to modify documentation for lookup
Added non-const facets to lookup in tree code, added stub for generating map facets
Began refactoring tree lookup functions
Forgot to add comparator header generator
Began implementing generic tree code; added header generation (although need to get it to automatically do so); added perl modules to help streamline template code
Began working on threading implementation
Began working on trace, profiler for addrspace
Added removal code; added stubs for address space trace generation.
Added insertion code (but without balancing) to address spaces
Added before, switching over to AVL tree for slightly better performance (since we haven't implemented the tree yet)
Began working on metacode for address spaces, general initial strategies for optimizing access
Began working on C++ implementation; added address and integer headers, code for template metaprogramming
Initial import