Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4348 6092 d 5 h svoboda /branches/dynload/ Merge latest trunk changes to dynload.  
4347 6092 d 5 h svoboda /branches/dynload/ Merge trunk changes up to r4195 to dynload.  
3149 6411 d 1 h svoboda /branches/dynload/ Merge trunk changes up to r3071 into dynload (broken)  
2927 6443 d 4 h decky /branches/dynload/ added dynload branch  
2188 6848 d 0 h decky /trunk/ new user space testing framework (unfinished)  
2071 6926 d 17 h jermar /trunk/ (c) versus (C)  
2053 6955 d 20 h decky /trunk/kernel/test/ quiet variants of tests  
2050 6956 d 4 h decky /trunk/kernel/ benchmarking with statistics (initial)  
2028 6962 d 21 h decky /trunk/kernel/test/ cleanup tests  
2022 6963 d 18 h decky /trunk/kernel/ integrate rest of the tests  
1787 7116 d 20 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1780 7123 d 21 h jermar /kernel/trunk/ Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).  
1735 7140 d 3 h decky /kernel/trunk/ make kernel prints case consistent  
1604 7152 d 2 h cejka /kernel/trunk/ Fixed printf return value.  
1271 7187 d 3 h cejka /kernel/trunk/ All the *printf functions ported to kernel.
Comments updated.
Printf1 test uses snprintf to test printing to a string.
 
1196 7203 d 1 h cejka /kernel/trunk/ Printf ported back from uspace to kernel.
Printf calls changed to match new conventions.
 
1069 7233 d 4 h cejka /kernel/trunk/ Printf correctly handle NULL pointer as parameter to %s option.  
1054 7233 d 21 h cejka /kernel/trunk/ Updated stackarg macros for mips32.
Mips32 stack aligned on 8 bytes boundary.
 
674 7305 d 2 h cejka /kernel/trunk/ Support for printing float numbers in kernel removed.  
534 7335 d 18 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 7335 d 18 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 7347 d 23 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
266 7428 d 0 h cejka /SPARTAN/trunk/ Support for NaN and infinity in printf.  
264 7428 d 1 h cejka /SPARTAN/trunk/ E option in printf added.  
228 7429 d 23 h cejka /SPARTAN/trunk/ Created fmath as basic tool for IEEE 754 floating point numbers.
Added option $F for printf for printing "double" type.
 
187 7432 d 1 h cejka /SPARTAN/trunk/ Licence to print1/test.c added.
New function for printing memory map at ia32.
 
183 7432 d 4 h cejka /SPARTAN/trunk/ Small improvements in print1 test and its source code format.  
182 7432 d 5 h cejka /SPARTAN/trunk/ Test for printf added.