Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1968 6434 d 4 h jermar /tags/ Canonize pre-0.2.0.3 tags: remove inner branches, tags and trunk directories.
The change now should reflect how those releases looked like after checkout.
 
1962 6434 d 5 h jermar /tags/0.1.0/ Tagging release 0.1.0  
430 6794 d 4 h jermar /SPARTAN/trunk/ Move src/ and include/ to generic.  
351 6840 d 16 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 6841 d 5 h jermar /SPARTAN/trunk/src/ Remove _qsort() as its concept is fundamentally broken.

Move lib/the.c to proc/the.c.
 
349 6841 d 5 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 6845 d 13 h bondari /SPARTAN/trunk/src/lib/ minor  
335 6845 d 13 h bondari /SPARTAN/trunk/src/lib/ More effective memory allocations with help of qsort wrapper method  
333 6845 d 14 h bondari /SPARTAN/trunk/src/lib/ Copyright notice and proper tabs  
331 6845 d 14 h bondari /SPARTAN/trunk/ Generic quicksort and bubble sort implementation.
ACPI MADT parser now uses qsort() for index sorting