Subversion Repositories HelenOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4490 5475 d 8 h decky /trunk/kernel/ remove redundant index_t and count_t types (which were always quite ambiguous and not actually needed)  
4227 5536 d 3 h decky /trunk/kernel/ use global variable and a macro for silencing tests  
3874 5586 d 7 h decky /trunk/kernel/test/ add empty tests for platforms which don't support them  
3165 5826 d 6 h jermar /trunk/kernel/test/avltree/ Fix an off-by-one bug in avltree1 test and also declare an unused static
function as used. These two bugs were breaking building by gcc 4.3.1.
 
3069 5840 d 13 h decky /trunk/kernel/test/ proper printf formatting  
2745 5937 d 16 h decky /trunk/ code cleanup (mostly signed/unsigned)
allow extra compiler warnings
 
2499 6150 d 16 h jermar /trunk/kernel/ Import the AVL tree implementation from the RCU branch.  
2498 6151 d 6 h jermar /branches/rcu/kernel/test/avltree/ Cleanup the avltree1 test.  
2431 6213 d 6 h mencl /branches/rcu/kernel/ Repaired extavl and extavlrel data structures, added benchmark tests for avl based data structures and
simulating timeout mechanismus
 
2421 6215 d 5 h mencl /branches/rcu/kernel/ Repaired and debuged data structures and added timeout test  
2416 6216 d 5 h mencl /branches/rcu/ All timeout structures and tests added
Use timeout structures in timeout mechanism - not tested yet