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
4296 5653 d 23 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4295)  
4201 5669 d 4 h trochtova /branches/dd/ changes in trunk (rev 4200) merged into dd branch  
4055 5693 d 3 h trochtova /branches/dd/ changes in trunk (rev 4054) merged into dd branch  
3022 5976 d 5 h decky /branches/dd/ device drivers branch  
2188 6395 d 2 h decky /trunk/ new user space testing framework (unfinished)  
2071 6473 d 19 h jermar /trunk/ (c) versus (C)  
2053 6502 d 22 h decky /trunk/kernel/test/ quiet variants of tests  
2050 6503 d 6 h decky /trunk/kernel/ benchmarking with statistics (initial)  
2028 6509 d 23 h decky /trunk/kernel/test/ cleanup tests  
2022 6510 d 20 h decky /trunk/kernel/ integrate rest of the tests  
1787 6663 d 22 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1780 6670 d 23 h jermar /kernel/trunk/ Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).  
1735 6687 d 5 h decky /kernel/trunk/ make kernel prints case consistent  
1604 6699 d 4 h cejka /kernel/trunk/ Fixed printf return value.  
1271 6734 d 5 h cejka /kernel/trunk/ All the *printf functions ported to kernel.
Comments updated.
Printf1 test uses snprintf to test printing to a string.
 
1196 6750 d 3 h cejka /kernel/trunk/ Printf ported back from uspace to kernel.
Printf calls changed to match new conventions.
 
1069 6780 d 6 h cejka /kernel/trunk/ Printf correctly handle NULL pointer as parameter to %s option.  
1054 6780 d 23 h cejka /kernel/trunk/ Updated stackarg macros for mips32.
Mips32 stack aligned on 8 bytes boundary.
 
674 6852 d 4 h cejka /kernel/trunk/ Support for printing float numbers in kernel removed.  
534 6882 d 20 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6882 d 20 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6895 d 1 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
266 6975 d 2 h cejka /SPARTAN/trunk/ Support for NaN and infinity in printf.  
264 6975 d 3 h cejka /SPARTAN/trunk/ E option in printf added.  
228 6977 d 1 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 6979 d 3 h cejka /SPARTAN/trunk/ Licence to print1/test.c added.
New function for printing memory map at ia32.
 
183 6979 d 6 h cejka /SPARTAN/trunk/ Small improvements in print1 test and its source code format.  
182 6979 d 7 h cejka /SPARTAN/trunk/ Test for printf added.