Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4377 5507 d 2 h svoboda /branches/tracing/ Merge latest trunk changes to tracing. (i.e. revs 3684:4374, huge). This time hopefully the real thing.  
2787 5917 d 6 h decky /branches/tracing/ add dynamic linking, debugging and tracing branch  
2071 6352 d 2 h jermar /trunk/ (c) versus (C)  
2050 6381 d 12 h decky /trunk/kernel/ benchmarking with statistics (initial)  
2027 6388 d 10 h decky /trunk/kernel/ cleanup kernel tests infrastructure  
2022 6389 d 3 h decky /trunk/kernel/ integrate rest of the tests  
2020 6389 d 3 h decky /trunk/kernel/ integrate more tests  
1787 6542 d 4 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1144 6643 d 4 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 6643 d 11 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 6655 d 2 h jermar /kernel/trunk/ B+-tree implementation.
Currently supports only inserting and searching.