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
3867 6154 d 5 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 6233 d 8 h svoboda /trunk/kernel/generic/ Move stuff related to kbox to a separate struct.  
3496 6264 d 23 h svoboda /trunk/kernel/generic/src/ipc/ Split and streamline kbox_thread_proc().  
3495 6264 d 23 h svoboda /trunk/kernel/generic/src/ipc/ Synchronize properly when detaching kbox from within.  
3494 6266 d 22 h svoboda /trunk/kernel/generic/src/ipc/ Fix panic when debugged task quits. Also fix memory leak when debugger disconnects first.  
3445 6299 d 22 h jermar /trunk/kernel/ Rename ipc/ipc_kbox.c to ipc/kbox.c.  
3441 6300 d 5 h svoboda /trunk/kernel/generic/src/ Use LOG() instead of printf() for debug messages.  
3438 6300 d 7 h svoboda /trunk/ Merge syscall tracer (trace) and relevant part of udebug interface from tracing to trunk.