4537 |
5711 d 21 h |
trochtova |
/branches/dd/ |
dd branch synchronized with trunk (revision 4536) |
|
3022 |
6093 d 19 h |
decky |
/branches/dd/ |
device drivers branch |
|
2745 |
6185 d 19 h |
decky |
/trunk/ |
code cleanup (mostly signed/unsigned)
allow extra compiler warnings |
|
2071 |
6591 d 10 h |
jermar |
/trunk/ |
(c) versus (C) |
|
1787 |
6781 d 12 h |
decky |
/ |
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot |
|
1780 |
6788 d 13 h |
jermar |
/kernel/trunk/ |
Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.). |
|
1757 |
6802 d 18 h |
jermar |
/kernel/trunk/ |
Cleanup of comments. |
|
1702 |
6809 d 16 h |
cejka |
/kernel/trunk/ |
Kernel doxygen comments updated. |
|
1264 |
6852 d 18 h |
jermar |
/kernel/trunk/generic/ |
Improve Doxygen-comments. |
|
822 |
6934 d 7 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 |
6934 d 18 h |
palkovsky |
/kernel/trunk/ |
Cleanup o frame allocator.
Removed early_malloc & initial heap.
Will break ia64, ppc & sparc.
Added e820 table print. |
|
534 |
7000 d 11 h |
jermar |
/ |
Rename HelenOS/SPARTAN to HelenOS/kernel again. |
|
532 |
7000 d 11 h |
jermar |
/ |
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch. |
|
501 |
7012 d 15 h |
jermar |
/ |
Rename HelenOS/SPARTAN to HelenOS/kernel. |
|
430 |
7033 d 8 h |
jermar |
/SPARTAN/trunk/ |
Move src/ and include/ to generic. |
|
351 |
7079 d 20 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 |
7080 d 9 h |
jermar |
/SPARTAN/trunk/src/ |
Remove _qsort() as its concept is fundamentally broken.
Move lib/the.c to proc/the.c. |
|
349 |
7080 d 9 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 |
7084 d 17 h |
bondari |
/SPARTAN/trunk/src/lib/ |
minor |
|
335 |
7084 d 17 h |
bondari |
/SPARTAN/trunk/src/lib/ |
More effective memory allocations with help of qsort wrapper method |
|