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
2635 6001 d 15 h cejka /trunk/ Function ipc_connect_me_to sends 3 user defined arguments now.
One argument added also to ipc_forward_fast.
Fixed devmap and improved its test.
 
2621 6011 d 19 h jermar /trunk/uspace/ Modify the async framework to make use of all six syscall arguments.
Supply user-friendly macros as in previous cases.
 
2619 6013 d 13 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().
 
2618 6014 d 2 h jermar /trunk/ Modify asynchronous IPC to make use of all six syscall arguments. The preferred
means of asynchronous communication is now via the set of ipc_call_async_m()
macros, where m is the number of payload arguments passed to the kernel. These
macros will automatically decide between the fast and the universal slow version
of ipc_call_async.
 
2566 6062 d 4 h jermar /trunk/uspace/srv/console/ Fix cstyle in console.c.  
2539 6068 d 20 h jermar /trunk/uspace/srv/console/ Cstyle and other minor fixes in the console code.  
2479 6163 d 21 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2071 6320 d 14 h jermar /trunk/ (c) versus (C)  
2070 6320 d 22 h jermar /trunk/ Rather big indentation and formatting changes.
More inteligent long line wrapping.
 
2069 6322 d 13 h jermar /trunk/ Improve formatting.  
2025 6357 d 12 h jermar /trunk/ Coding style fixes.  
1867 6455 d 14 h jermar /trunk/uspace/ Prototype for mmap() should be in mman.h.
Anyway, is there any common sense behind naming of mman.h and mman.c?
 
1866 6455 d 15 h jermar /trunk/uspace/ Indentation and formatting facelift for libc.
Libc headers now have C99 compliant guards.
 
1787 6510 d 17 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1740 6533 d 20 h jermar /uspace/trunk/ Changes to uspace doxygen comments.  
1723 6535 d 3 h palkovsky /uspace/trunk/ Do somewhat intelligent mouse hiding.  
1721 6535 d 14 h palkovsky /uspace/trunk/ Some other warnings removed.  
1717 6535 d 15 h palkovsky /uspace/trunk/ Added console switching using mouse.  
1707 6536 d 15 h palkovsky /uspace/trunk/ Added mouse input. Still missing support in console and framebuffer.  
1694 6540 d 18 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.
 

Show All