Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1967 6442 d 21 h jermar /tags/0.2.0.3/ Tagging release 0.2.0.3  
1787 6551 d 0 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1721 6575 d 21 h palkovsky /uspace/trunk/ Some other warnings removed.  
1694 6581 d 2 h palkovsky /uspace/trunk/ Modified uspace to match changes in kernel ipc/irq.
Fixed types in ega fb.
Added dummy interfacing with PS/2 mouse.
 
1653 6584 d 23 h cejka /uspace/trunk/ Doxygen comments.  
1616 6586 d 2 h palkovsky /uspace/trunk/ Fixed console disconnect.
Added serialization to printf.
 
1610 6586 d 4 h palkovsky /uspace/trunk/ Revised ipc. Now it is preferrable to use only functions from async.h, they
take care of correct buffering, waiting for answers etc.
 
1596 6586 d 11 h palkovsky /uspace/trunk/ Added basic klog.
Added ipc tester.
TODO: add serializing functions to psthread, so that the lines in klog won't intermix.