Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4263 5509 d 7 h mejdrech /branches/network/ Net: merged with trunk:4261  
3386 5727 d 9 h decky /branches/network/ add new network branch (copy of current trunk)  
2071 6322 d 5 h jermar /trunk/ (c) versus (C)  
2050 6351 d 16 h decky /trunk/kernel/ benchmarking with statistics (initial)  
2027 6358 d 13 h decky /trunk/kernel/ cleanup kernel tests infrastructure  
2022 6359 d 6 h decky /trunk/kernel/ integrate rest of the tests  
2020 6359 d 7 h decky /trunk/kernel/ integrate more tests  
1787 6512 d 8 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1144 6613 d 7 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 6613 d 15 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 6625 d 5 h jermar /kernel/trunk/ B+-tree implementation.
Currently supports only inserting and searching.