Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2782 5924 d 9 h jermar /tags/0.3.0/ Tagging HelenOS 0.3.0.  
2619 6043 d 8 h jermar /trunk/ Modify ipc_answer_*() to make use of all six syscall arguments. The recommended
means of answering calls is via the ipc_answer_m() macros (where m denotes the
number of return arguments) that automatically decide between the fast register
version or the slow universal version of ipc_answer().
 
2479 6193 d 16 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2071 6350 d 9 h jermar /trunk/ (c) versus (C)  
1787 6540 d 11 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1719 6565 d 9 h decky /uspace/trunk/ big code cleanup, compile with -Wall -Werror to enforce better coding
there is currently one warning that requires attention, please review
 
1649 6574 d 12 h cejka /uspace/trunk/ Doxygen comments update.  
1631 6575 d 6 h palkovsky /uspace/trunk/ Color updates.  
1630 6575 d 6 h palkovsky /uspace/trunk/ Small change in colors.
Added scrolling to sysio output.
 
1542 6578 d 21 h palkovsky /uspace/trunk/fb/ Fix sysio until unaligned copy_to_uspace works.  
1535 6579 d 7 h palkovsky /uspace/trunk/fb/ Fix styling for sysio.  
1534 6579 d 7 h palkovsky /uspace/trunk/fb/ Added support for styles for ega framebuffer.  
1500 6579 d 19 h palkovsky /uspace/trunk/ Added blinking cursor.  
1498 6579 d 21 h palkovsky /uspace/trunk/fb/ Doc updates.  
1492 6580 d 6 h palkovsky /uspace/trunk/fb/ Added more functions to console emulation through sysio.  
1490 6580 d 7 h palkovsky /uspace/trunk/ Added very preliminary support for console on architectures
that do not support framebuffer.