Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2479 6211 d 9 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2071 6368 d 2 h jermar /trunk/ (c) versus (C)  
1787 6558 d 4 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1740 6581 d 8 h jermar /uspace/trunk/ Changes to uspace doxygen comments.  
1657 6591 d 21 h cejka /uspace/trunk/ Another doxygen comments.  
1031 6675 d 22 h cejka /uspace/trunk/ SoftFloat integrated into HelenOS uspace.  
829 6709 d 9 h cejka /uspace/trunk/softfloat/ Fixed some problems with 64 bit arithmetic but others still persisting.  
828 6709 d 20 h cejka /uspace/trunk/softfloat/ 64bit float division added.
Some bugs fixed in 64bit multiplication and adding.
 
804 6712 d 22 h cejka /uspace/trunk/softfloat/ 32 bit float division added.
Some small bugs fixed.
Code cleanup.
 
737 6728 d 5 h cejka /uspace/trunk/softfloat/ Added function for 64 bit multiplication but its still buggy.  
731 6728 d 8 h cejka /uspace/trunk/softfloat/ Arithmetic.c divided into four new files.
64 bit add implemented.