# # ChangeLog for uspace/app/hbench/env.c in mainline # # Generated by Trac 1.6 # 2024-11-04T22:41:18Z Mon, 25 Feb 2019 14:42:38 GMT GitHub [5e801dc] * kernel/genarch/src/mm/page_ht.c (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/lib/ra.c (modified) * uspace/app/hbench/env.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/proto.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/async/ports.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/include/adt/hash_table.h (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/srv/devman/devtree.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/udf_idx.c (modified) * uspace/srv/hid/input/gsp.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/vfs/vfs_node.c (modified) Indicate and enforce constness of hash table key in certain functions ... Mon, 28 Jan 2019 15:47:05 GMT Jiri Svoboda [8d2289c] * uspace/app/hbench/env.c (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/virtio/virtio.c (modified) Fix use of 'extern' with function def. (ccheck) Mon, 21 Jan 2019 18:01:59 GMT Vojtech Horky [871cff9a] * uspace/app/hbench/env.c (modified) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/main.c (modified) hbench: add options to set duration and run count Mon, 21 Jan 2019 13:39:37 GMT Vojtech Horky [d17cf8c] * uspace/app/hbench/Makefile (modified) * uspace/app/hbench/doc/doxygroups.h (modified) * uspace/app/hbench/env.c (moved) * uspace/app/hbench/fs/dirread.c (modified) * uspace/app/hbench/fs/fileread.c (modified) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/ipc/ns_ping.c (modified) * uspace/app/hbench/ipc/ping_pong.c (modified) * uspace/app/hbench/main.c (modified) * uspace/app/hbench/malloc/malloc1.c (modified) * uspace/app/hbench/malloc/malloc2.c (modified) * uspace/app/hbench/synch/fibril_mutex.c (modified) hbench: remove global state Move benchmark parameters into a ...