- update to version 0.04.08
* Add UNLIKELY hinting on memory allocation failure checks
* check for failed allocation of comm field
* Add null check on failed allocation of comm field
* Add null check on return of ctime
* Don't strdup basename return but strdup base string
* Fix inverted null check logic on comm field
* Add null check on localtime return
* check that basename returns a non-null string
* fix out of memory allocation failure check
* eventstat: fix '\n' check on string (null ptr dereference)
* eventstat: use comm field for task name rather than task info
field
- Update to version 0.04.07
* No functional changes
- Update to version 0.04.06
* Reduce scope of variable ticks
* Remove unused assignments
* Update copyright year
OBS-URL: https://build.opensuse.org/request/show/757612
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/eventstat?expand=0&rev=18
- Update to version 0.04.04
* Makefile: bump version
* debian/copyright: use secure url https:// etc
* debian/control: remove trailing empty line
* Fix -b brief mode headings
* Ensure we have at least 1 task accounted for
* Add CPU load, real time priority and niceness fields
* Add fast check if we are inside a container
- Fix version number typos in changelog
- Update to version 0.04.03
- Update to version 0.04.02
- Update to version 0.04.01
- Update to version 0.04.00
OBS-URL: https://build.opensuse.org/request/show/616700
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/eventstat?expand=0&rev=14
- Update to version 4.04.02
* Makefile: bump version
* Iterate over arrays using size of array rather than using
sentinels at end of array
* Remove empty lines
* Voidify returns from various functions
* Add some UNLIKELY/LIKELY branch hinting
* debian/control: update Standards-Version to 4.1.1
* Prefix all globals with g_ to notify scope
* Use sizeof object rather than size of type
* Remove whitespace from source
OBS-URL: https://build.opensuse.org/request/show/535300
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/eventstat?expand=0&rev=10
- Update to version 4.04.01
* Makefile: bump version
* Remove unused variable fields
* Fix -c cumulative stats
* Make column sizing more intelligent
* snapcraft: Makefile: set LC_ALL=C.UTF-8 LANG=C.UTF-8
* Add back ref_count reference counting which was accidentally removed
* Compute column width correctly with -i mode being used
* Make source more 80 column friendly
* Use double_to_timeval instead of time coversion
* Minor code clean up, no functional changes
* Fix non-root failure message
* Break out of trace reading loop on SIGINT
* Add -i timer ID information mode
* Add libncurses5-dev to snapcraft build dependencies
- Update to version 4.04.00
* Makefile: bump version
* Debian/control: update Standards-Version to 4.0.0
* Update manual
* Fix reversed order sample list, put data on tail instead of head
* Add back functioning -S option now that stats look sane
* Fake initial previous time event on first event.
* Remove whence debug info
* Eventstat: use event tracing rather than the older deprecated
/proc/timer_stats interface (LP: #1705472)
* Make symlink to snapcraft file
* Snapcraft: add default type and grade keys to yaml
OBS-URL: https://build.opensuse.org/request/show/517696
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/eventstat?expand=0&rev=8
- update to version 0.03.04
* Makefile: bump version
* Add GNU C printf attribute to err_abort
* Makefile: add snapcraft files to make dist rule
* Add variable pid size handling.
* Add snapcraft files
* Update copyright year
* Fix non-ANSI declaration of functions eventstat_winsize
and eventstat_refresh
- update to version 0.03.03
* Makefile: bump version
* Fix FLOAT_CMP macro - need fabs on result
* Remove sdl declarations to fix sdl shadowing
* constify info1, info2
* Move scope of duration, removes shadowing of this variable
* Allow floating point comparisons a little bit of tiny slop
* Add stdarg.h header
* use gnu printf style attributes for es_printf
* Makefile: add PEDANTIC flags
OBS-URL: https://build.opensuse.org/request/show/494297
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/eventstat?expand=0&rev=6