AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- update to version 0.02.04 * Makefile: bump version * Manual: update copyright year and manual date * Add variable pid size handling. * Voidify close/fclose calls
- update to version 0.02.03 * Makefile: bump version * Manual: update copyright year and manual date * Add variable pid size handling. * Voidify close/fclose calls - update to version 0.02.02 * Makefile: bump version * Remove some redundant pointer increments * Update copyright year * Add libncursesw5-dev to snapcraft yaml * Don't do a resize() in SIGWINCH signal handler - update to version 0.02.01 * Makefile: bump version * Remove df_putc, we don't use it now * Minor cleanup, add more comments * Remove another slow snprintf in cpu_freq_format * Generalise putdouble_point1 to n decimal places, rename putdec to putint * Remove another snprintf from proc_stat_dump * Add command and spacing before Freq Avg text * Remove another use of expensive sprintf * Add putuint helper and remove another overly used snprintf * Fix incorrect closing square bracket around kernel thread * Remove another snprintf and replace with more optimal code * Add some minor optimisations * Optimise printing so we don't use printf which is expensive * Add comments to putdec function * Generalise putdec function to handle any decimal sized string * Use inline popcount to count bits * Ensure in top mode we don't fall off bottom of terminal - update to version 0.02.00 * Makefile: bump version to 0.02.00 * Debian control: add libncurses5-dev to Build-Depends * Fix timestamp output * Retry select sleep if we have some pending sleep time * Minor reworking to handle optimal refreshing and size refetching * Default winsize if we can't fetch it, and fetch size on setup * Handle display modes using display_function_t handlers * Add -X top like mode * Ensure large integer constant is ULL - update to version 0.01.29 * Makefile: bump version * Fix variable shadowing on variable duration * Use FLOAT_CMP helper macro to perform slop on float compares * Constify variables in sort compare helper * Makefile: add PEDANTIC build flags - update to version 0.01.28 * Makefile: bump version * Makefile: add mascot and snapcraft directories to make dist rule * cpustat: only add pid info to hash table if it is new (LP: #1631050) * snapcraft: Makefile: fix removal errors of snap files * snapcraft: Makefile: add auto versioning * snapcraft.yaml: add build-packages * Add snapcraft Makefile * Add cpustat pngs * mascot: small resize to ensure it scales perfectly to 128x128 * Add cpustat mascot
- update to version 0.01.27 * Makefile: bump version * debian/control: update standards version to 3.9.8 - update to version 0.01.26 * Makefile: bump version * Update date in manual * debian/control: update standards version to 3.9.7 * Fix spelling mistake in manual, onlt -> only * Update copyright year to 2016
- initial package