Subversion Repositories HelenOS

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
2071 6309 d 23 h jermar /trunk/ (c) versus (C)  
1787 6500 d 1 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1780 6507 d 2 h jermar /kernel/trunk/ Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).  
1757 6521 d 7 h jermar /kernel/trunk/ Cleanup of comments.  
1702 6528 d 5 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1264 6571 d 7 h jermar /kernel/trunk/generic/ Improve Doxygen-comments.  
822 6652 d 20 h palkovsky /kernel/trunk/ Changed malloc to include second parameter and documented
recommended usage.
Added zone merging, made ia32 & amd64 to merge found zones.
 
814 6653 d 7 h palkovsky /kernel/trunk/ Cleanup o frame allocator.
Removed early_malloc & initial heap.
Will break ia64, ppc & sparc.
Added e820 table print.
 
534 6718 d 23 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6719 d 0 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6731 d 4 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
430 6751 d 21 h jermar /SPARTAN/trunk/ Move src/ and include/ to generic.  
351 6798 d 8 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 6798 d 22 h jermar /SPARTAN/trunk/src/ Remove _qsort() as its concept is fundamentally broken.

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