Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
3386 6548 d 9 h decky /branches/network/ add new network branch (copy of current trunk)  
2089 7132 d 12 h decky /trunk/ huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes
 
2071 7143 d 5 h jermar /trunk/ (c) versus (C)  
2004 7191 d 10 h decky /trunk/kernel/generic/include/ cleanup  
1888 7268 d 9 h jermar /trunk/ C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
 
1819 7316 d 3 h decky /trunk/kernel/generic/include/ formatting changes  
1787 7333 d 7 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1780 7340 d 9 h jermar /kernel/trunk/ Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).  
1702 7361 d 11 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1310 7393 d 13 h jermar /kernel/trunk/ Change coding style in vesa.c and do some minor changes.  
772 7491 d 1 h palkovsky /kernel/trunk/ Fixed non-initialized cpu-cache.  
771 7491 d 3 h palkovsky /kernel/trunk/generic/ Implemented malloc/free as SLABs.