# # ChangeLog for uspace/app/top/screen.c in mainline # # Generated by Trac 1.6 # 2024-12-25T15:46:34Z Fri, 26 Nov 2010 01:28:09 GMT Martin Decky [0b0f4bb] * kernel/generic/src/console/cmd.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/top/screen.c (modified) * correct printf() formatting strings and corresponding arguments * ... Thu, 24 Jun 2010 11:31:03 GMT Martin Decky [172aad6] * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) add initial support for sorting the output of top Wed, 16 Jun 2010 19:44:53 GMT Martin Decky [d0c82c5] * kernel/generic/include/cpu.h (modified) * kernel/generic/include/sysinfo/abi.h (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/time/clock.c (modified) * uspace/app/tasks/tasks.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) perfect CPU cycles accounting, cherry-picked and adopted from ... Fri, 11 Jun 2010 15:31:03 GMT Martin Decky [b3b7e14a] * kernel/arch/amd64/src/debugger.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/arm32/include/ras.h (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/src/drivers/i8259.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * kernel/arch/sparc64/include/sparc64.h (modified) * kernel/arch/sparc64/src/trap/interrupt.c (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/sysinfo/abi.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) distinguish between "hot" and "cold" exceptions display only "hot" ... Fri, 11 Jun 2010 12:41:35 GMT Martin Decky [be06914] * kernel/genarch/include/drivers/pl050/pl050.h (modified) * kernel/generic/include/sysinfo/abi.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/proc/task.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) nicer top printouts fix typos (recieved -> received) Thu, 10 Jun 2010 14:24:50 GMT Martin Decky [8eec3c8] * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/sysinfo/abi.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/include/stats.h (modified) merge basic exception accounting (this is the last piece missing from ... Fri, 23 Apr 2010 16:18:37 GMT Jiri Svoboda [80badbe] * uspace/app/tasks/tasks.c (modified) * uspace/app/top/screen.c (modified) * uspace/lib/c/generic/str_error.c (modified) Grammar and spelling fixes. Tue, 20 Apr 2010 15:01:43 GMT Martin Decky [369a5f8] * uspace/app/top/screen.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/io/asprintf.c (modified) * uspace/lib/c/generic/io/screenbuffer.c (moved) * uspace/lib/c/generic/io/vprintf.c (modified) * uspace/lib/c/include/io/color.h (modified) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/keycode.h (modified) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/printf_core.h (modified) * uspace/lib/c/include/io/screenbuffer.h (moved) * uspace/lib/c/include/io/style.h (modified) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/fb/ega.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/serial_console.c (modified) * uspace/srv/hid/fb/serial_console.h (modified) add STYLE_SELECTED and STYLE_INVERTED into serial output driver move ... Mon, 19 Apr 2010 19:58:18 GMT Martin Decky [9f1362d4] * uspace/app/edit/edit.c (modified) * uspace/app/tester/console/console1.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/top/screen.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/style.h (modified) * uspace/lib/clui/Makefile (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gcons.c (modified) * uspace/srv/hid/console/gcons.h (modified) * uspace/srv/hid/console/keybuffer.h (modified) * uspace/srv/hid/console/screenbuffer.c (modified) * uspace/srv/hid/console/screenbuffer.h (modified) * uspace/srv/hid/fb/ega.c (modified) * uspace/srv/hid/fb/fb.c (modified) console output improvements - define new generic styles ... Sun, 18 Apr 2010 17:41:48 GMT Martin Decky [bd01a4e] * kernel/generic/include/cpu.h (modified) * kernel/generic/include/sysinfo/abi.h (modified) * kernel/generic/src/sysinfo/stats.c (modified) * uspace/app/tasks/tasks.c (modified) * uspace/app/top/screen.c (modified) indicate inactive CPUs Sun, 18 Apr 2010 16:52:47 GMT Martin Decky [dec16a2] * boot/Makefile.common (modified) * kernel/generic/include/sysinfo/abi.h (modified) * kernel/generic/src/sysinfo/stats.c (modified) * uspace/app/tasks/tasks.c (modified) * uspace/app/top/Makefile (modified) * uspace/app/top/ps.c (deleted) * uspace/app/top/ps.h (deleted) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/include/stats.h (modified) - sysinfo items "system.tasks" and "system.threads" now return ... Wed, 14 Apr 2010 15:40:52 GMT Stanislav Kozina [bdfd3c97] * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) Press 'i' in top and you can see IPC statistics. Tue, 13 Apr 2010 12:57:05 GMT Stanislav Kozina [e43cdac] * kernel/generic/include/ps/taskinfo.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) Removed all floating point computation from top utility. Now all ... Fri, 09 Apr 2010 11:18:08 GMT Stanislav Kozina [638927a] * kernel/generic/src/ps/ps.c (modified) * uspace/app/ps/ps.c (modified) * uspace/app/top/ps.c (modified) * uspace/app/top/ps.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/lib/c/generic/ps.c (modified) * uspace/lib/c/include/ps.h (modified) top echoes also thread state overview write_barrier() after ... Wed, 07 Apr 2010 10:41:42 GMT Stanislav Kozina [7a3ccbc] * kernel/generic/include/ps/taskinfo.h (modified) * kernel/generic/src/ps/ps.c (modified) * uspace/app/ps/ps.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) Echo task memory in kb instead of pages count Wed, 07 Apr 2010 10:24:00 GMT Stanislav Kozina [516adce] * kernel/Makefile (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/ps/meminfo.h (added) * kernel/generic/include/ps/ps.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/ps/mem.c (added) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/top/Makefile (modified) * uspace/app/top/func.c (added) * uspace/app/top/func.h (added) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/cpuinfo.c (moved) * uspace/lib/c/generic/meminfo.c (added) * uspace/lib/c/include/ps.h (modified) top echoes also physical memory overview Sat, 03 Apr 2010 16:52:07 GMT Stanislav Kozina [452268a] * uspace/app/top/ps.c (modified) * uspace/app/top/ps.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) top echoes also percentage differencies of task cycles Sat, 03 Apr 2010 15:26:34 GMT Stanislav Kozina [ee35ba0b] * uspace/app/top/ps.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) top echoes also percentage usage of cpu Fri, 02 Apr 2010 20:22:14 GMT Stanislav Kozina [8b2aba5] * uspace/app/ps/ps.c (modified) * uspace/app/top/ps.c (modified) * uspace/app/top/ps.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) top echoes also basic cpu info Fri, 02 Apr 2010 13:35:19 GMT Stanislav Kozina [8f56d93] * kernel/generic/include/ps/taskinfo.h (modified) * kernel/generic/src/ps/ps.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) top echoes also task list Fri, 02 Apr 2010 08:27:13 GMT Stanislav Kozina [dd6c71c] * uspace/app/top/Makefile (modified) * uspace/app/top/ps.c (added) * uspace/app/top/ps.h (added) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/app/uptime/uptime.c (modified) top echoes counts of tasks Thu, 01 Apr 2010 15:21:03 GMT Stanislav Kozina [79edc36] * kernel/generic/include/ps/load.h (modified) * kernel/generic/src/ps/load.c (modified) * uspace/app/ps/ps.c (modified) * uspace/app/top/input.c (modified) * uspace/app/top/input.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (added) * uspace/app/uptime/uptime.c (modified) * uspace/lib/c/generic/load.c (modified) * uspace/lib/c/include/load.h (modified) System load echo fix, now it looks realistic top echoes first values ... Wed, 31 Mar 2010 19:06:45 GMT Stanislav Kozina [5c058d50] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/top/Makefile (added) * uspace/app/top/input.c (added) * uspace/app/top/input.h (added) * uspace/app/top/screen.c (added) * uspace/app/top/screen.h (added) * uspace/app/top/top.c (added) sketch of top utility