#
# ChangeLog for uspace/app/top/top.h in mainline
#
# Generated by Trac 1.6
# 2025-04-10T08:57:51Z

Tue, 25 Jan 2011 18:11:17 GMT Martin Decky <martin@…> [a0ce870]
	* kernel/generic/include/sysinfo/abi.h (modified)
	* kernel/generic/src/mm/backend_phys.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)

	statistics: provide resident (actually used) memory of tasks


Thu, 24 Jun 2010 11:31:03 GMT Martin Decky <martin@…> [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


Fri, 11 Jun 2010 15:31:03 GMT Martin Decky <martin@…> [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 <martin@…> [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 <martin@…> [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 ...


Sun, 18 Apr 2010 16:52:47 GMT Martin Decky <martin@…> [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 <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 <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 <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 <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 <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 <stanislav.kozina@…> [452268a1]
	* 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 <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 <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 08:27:13 GMT Stanislav Kozina <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 <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 ...