Subversion Repositories HelenOS-historic

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
501 6748 d 6 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
430 6768 d 23 h jermar /SPARTAN/trunk/ Move src/ and include/ to generic.  
351 6815 d 10 h jermar /SPARTAN/trunk/src/lib/ Ok. The idea of _qsort() was not broken at all.
Revert the changes and make _qsort() call _qsort() rather than qsort() so that the idea has effect.
Add _bubblesort() to optimize number of allocations when bubblesort algorithm is invoked from _qsort().
Add doxygen-style comments.
 
350 6815 d 23 h jermar /SPARTAN/trunk/src/ Remove _qsort() as its concept is fundamentally broken.

Move lib/the.c to proc/the.c.
 
349 6816 d 0 h jermar /SPARTAN/trunk/ Optimize sorting functions so that malloc() and free() is called only for e_size > EBUFSIZE.
Smaller buffers are allocated directly on the stack.

Some copyright holder fixes on some files written by Ondrej Palkovsky.
 
336 6820 d 7 h bondari /SPARTAN/trunk/src/lib/ minor  
335 6820 d 7 h bondari /SPARTAN/trunk/src/lib/ More effective memory allocations with help of qsort wrapper method  
333 6820 d 8 h bondari /SPARTAN/trunk/src/lib/ Copyright notice and proper tabs  
331 6820 d 8 h bondari /SPARTAN/trunk/ Generic quicksort and bubble sort implementation.
ACPI MADT parser now uses qsort() for index sorting