Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4420 5660 d 11 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4419)  
4055 5734 d 12 h trochtova /branches/dd/ changes in trunk (rev 4054) merged into dd branch  
3870 5759 d 13 h decky /trunk/kernel/generic/src/ add includes necessary for LOG macro  
3867 5760 d 11 h svoboda /trunk/kernel/generic/src/ipc/ Bugfix: Check kbox, not regular box. In case where the debugger disconnected first and then the application terminated, the application task would not be cleaned up.  
3620 5839 d 14 h svoboda /trunk/kernel/generic/ Move stuff related to kbox to a separate struct.  
3496 5871 d 4 h svoboda /trunk/kernel/generic/src/ipc/ Split and streamline kbox_thread_proc().  
3495 5871 d 5 h svoboda /trunk/kernel/generic/src/ipc/ Synchronize properly when detaching kbox from within.  
3494 5873 d 4 h svoboda /trunk/kernel/generic/src/ipc/ Fix panic when debugged task quits. Also fix memory leak when debugger disconnects first.  
3445 5906 d 4 h jermar /trunk/kernel/ Rename ipc/ipc_kbox.c to ipc/kbox.c.  
3441 5906 d 11 h svoboda /trunk/kernel/generic/src/ Use LOG() instead of printf() for debug messages.  
3438 5906 d 13 h svoboda /trunk/ Merge syscall tracer (trace) and relevant part of udebug interface from tracing to trunk.