Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2782 5939 d 18 h jermar /tags/0.3.0/ Tagging HelenOS 0.3.0.  
2071 6365 d 18 h jermar /trunk/ (c) versus (C)  
2050 6395 d 5 h decky /trunk/kernel/ benchmarking with statistics (initial)  
2027 6402 d 2 h decky /trunk/kernel/ cleanup kernel tests infrastructure  
2022 6402 d 19 h decky /trunk/kernel/ integrate rest of the tests  
2020 6402 d 20 h decky /trunk/kernel/ integrate more tests  
1787 6555 d 20 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1144 6656 d 20 h jermar /kernel/trunk/ Completed B+-tree support.
Enable btree_remove().
Reorder some static functions and group them together.
Fix order of nodes in the leaf_head list.
 
1142 6657 d 4 h jermar /kernel/trunk/ Update B+-tree code.
The code is there, btree_remove() has not been tested yet.
(Fixes, if any, are to come later today.)
 
1101 6668 d 18 h jermar /kernel/trunk/ B+-tree implementation.
Currently supports only inserting and searching.