Changelog for
eventstat-bash-completion-0.06.00-1.1.noarch.rpm :
* Sun Mar 17 2024 Dirk Müller
- update to 0.06.00:
* eventstat: the Init Function should be annotated as \"Kernel Init Function\"
* eventstat: report all cumulative events
* Fri Mar 17 2023 Dirk Müller - update to 0.05.01:
* Minor code cleanup, no functional changes
* Fix potential division by zero when duration is 0.0
* Limit sscanf string field sizes to match size of buffers being used
* Thu Apr 28 2022 Dirk Müller - udpate to 0.04.13:
* manual: update date, author email and copyright
* Add README.md file
* snapcraft: update to core20
* Thu Apr 29 2021 Martin Hauke - Update to version 0.04.12
* Rename clock_tick_rate to g_clock_tick_rate
* Make get_events_buf local- Update to version 0.04.11
* handle case where comm field contains ) and spaces
* Sat Nov 07 2020 Martin Hauke - Update to version 0.04.10
* handle case where comm field contains ) and spaces
* Mon Mar 09 2020 Martin Hauke - Drop SLE12 compat ifdef- Supplement against bash-completion, not bash
* Wed Feb 26 2020 Martin Hauke - Update to version 0.04.09
* Add bash completion script
* Tue Dec 17 2019 Martin Hauke - 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 \'\
\' check on string (null ptr dereference)
* eventstat: use comm field for task name rather than task info field
* Tue Aug 27 2019 Martin Hauke - Update to version 0.04.07
* No functional changes
* Fri Jul 12 2019 Martin Hauke - Update to version 0.04.06
* Reduce scope of variable ticks
* Remove unused assignments
* Update copyright year