# # ChangeLog for uspace/srv/taskmon/taskmon.c in mainline # # Generated by Trac 1.6 # 2024-12-14T13:21:22Z Wed, 27 Jan 2010 20:08:45 GMT Jiri Svoboda [f0bdfb7] * uspace/srv/taskmon/taskmon.c (modified) It currently makes more sense to just dump stack traces to klog, ... Sat, 23 Jan 2010 20:08:50 GMT Jiri Svoboda [03333bc] * uspace/app/init/init.c (modified) * uspace/srv/taskmon/taskmon.c (modified) Save dumps in files under /scratch. Sat, 23 Jan 2010 19:19:18 GMT Jiri Svoboda [a074b4f] * HelenOS.config (modified) * boot/Makefile.common (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/event_types.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/srv/taskmon/Makefile (added) * uspace/srv/taskmon/taskmon.c (added) Implement fault notifications and task monitoring service.