]> granicus.if.org Git - sysstat/history - common.c
Merge branch 'ObiWahn-master'
[sysstat] / common.c
2022-08-17 Sebastien GODARDsar: Add new environment variable S_REPEAT_HEADER ...
2022-06-16 Sebastien GODARDMerge branch 'stevekay-tidy3'
2022-06-16 Steve Kaycode style, blank line after while
2022-03-01 Sebastien GODARDsadf: Add basic colorization to sadf's output
2022-02-28 Sebastien GODARDCopyright year: Switch to 2022
2022-02-12 Sebastien GODARDUse sizeof() instead of hard-coded values with snprintf...
2022-01-28 Sebastien GODARDA_IRQ: Add new "--int=" option to sar and sadf
2021-07-17 Sebastien GODARDiostat: Fix how device mapper names are taken into...
2021-02-14 Sebastien GODARDsysstat-12.5.3 v12.5.3
2021-02-06 Sebastien GODARDcommon.c: Remove some dead code
2020-07-31 Sebastien GODARDMerge branch 'patch-1' of https://github.com/NanXiao...
2020-07-29 Sebastien GODARDCosmetic fixes
2020-07-27 Sebastien GODARDMake device name consistent between sar and iostat
2020-07-17 Sebastien GODARDFix various comments in code and other files
2020-06-13 Sebastien GODARDDisplay statistics in color by default
2020-06-05 Sebastien GODARDUse NULL as an argument for time() system call
2020-06-05 GODARD SebastienMerge pull request #261 from tchebb/fix-index-usage
2020-06-03 Tom HebbReplace index() call with strchr() call
2020-05-08 Sebastien GODARDsysstat-12.3.3 v12.3.3
2020-05-03 Sebastien GODARDFix GCC v10 warnings
2020-05-03 Sebastien GODARDCosmetic fixes
2020-04-27 Sebastien GODARDcommon.c: Remove unused get_dev_part_nr() function
2020-04-27 Sebastien GODARDAdd new flag to iostat that can be used to specify...
2020-04-19 Sebastien GODARDsadc: Check that PSI statistics can be collected
2019-11-25 GODARD SebastienMerge pull request #239 from maxice8/fix-musl-includes
2019-11-24 Leoadd missing includes for musl
2019-09-02 Sebastien GODARDsar: Fix comment
2019-09-02 Sebastien GODARDsar/sadc: Add stable identifier support for disks stati...
2019-07-20 Sebastien GODARDiostat: Major code refactoring
2019-06-28 Sebastien GODARDsimtest: Make it possible to use /dev/sdb in iostat...
2019-06-23 Sebastien GODARDsimtest: Add debug code
2019-06-21 Sebastien GODARDMerge branch 'master' of https://github.com/akosiaris...
2019-06-21 Sebastien GODARDAllow more space for persistent type directory names
2019-04-26 Sebastien GODARDAdd sysstat simulation test environment
2019-02-15 Sebastien GODARDsysstat-12.1.3 v12.1.3
2018-09-24 GODARD SebastienMerge pull request #191 from xcorail/master
2018-09-21 Sebastien GODARDUse thread-safe versions of gmtime() and localtime()
2018-07-10 Sebastien GODARDRemove some format-truncation= warnings
2018-05-10 Sebastien GODARDAllow user to select number of decimal places
2018-02-17 Sebastien GODARDsadc: Compile out unneeded functions
2018-02-12 Sebastien GODARDsysstat-11.7.2 v11.7.2
2018-01-27 Sebastien GODARDSave HZ as an unsigned long integer
2018-01-08 Sebastien GODARDFiles dependencies: Global update
2017-12-16 Sebastien GODARDWorkaround for offline CPU coming back online
2017-10-21 Sebastien GODARDUse a time interval expressed in seconds, not in jiffies
2017-09-15 Sebastien GODARDMerge branch 'cpaelzer-fix-empty-char-in-output-bool'
2017-09-13 Christian EhrhardtFurther simplify cprintf_pc
2017-09-12 Christian Ehrhardtfix 00 byte after values when --human is not set
2017-06-07 Sebastien GODARDDisplay a percent sign after the value when --human...
2017-06-07 Sebastien GODARDDefine constants for metrics units
2017-06-03 Sebastien GODARDUpdate year in (C) message
2017-05-24 Sebastien GODARDFix #151: sar: Default colors are suboptimal for light...
2017-03-26 Sebastien GODARDCreate a separate function to get report's date
2016-11-20 Sebastien GODARDsar/mpstat: Allow selection of a range of IRQ/CPU
2016-11-18 Sebastien GODARDRework code used to display sizes in human readable...
2016-11-17 Sebastien GODARDCosmetic fix
2016-11-17 Sebastien GODARDsar: Display values in human readable format
2016-10-03 Sebastien GODARDUse TIMESTAMP_LEN constant for timestamp buffers
2016-08-19 Sebastien GODARDAdd JSON output for reports header
2016-08-19 Sebastien GODARDMove xprintf()/xprintf0() functions from sadf.c to...
2016-03-06 Sebastien GODARDmpstat/pidstat: Print time in the ISO format is S_TIME_...
2016-02-24 Sebastien GODARDMerge branch 'iso-time-fmt' of https://github.com/ynami...
2016-02-23 ynamikiPrint time in the ISO format if S_TIME_FORMAT=ISO in sar
2016-02-19 Sebastien GODARDUpdate README and copyright messages
2015-10-09 Sebastien GODARDUse ISO C99 extensions to display 64 bit values in...
2015-10-04 Sebastien GODARDAdd color support for pidstat command
2015-10-02 Sebastien GODARDAdd support for color customization
2015-09-27 Sebastien GODARDDefine S_COLORS possible values
2015-09-21 Sebastien GODARDAdd missing va_end() statements
2015-09-16 Sebastien GODARDsar: Add color for statistics
2015-09-16 Sebastien GODARDColor support: Improve detection of zero values
2015-09-16 Sebastien GODARDsar: Initial color support
2015-09-13 Sebastien GODARDImprove color support
2015-09-13 Sebastien GODARDDisable color output if stdout is not a terminal
2015-09-12 Sebastien GODARDAdd color support: Common functions and definitions
2015-05-21 Sebastien GODARDMerge branch 'ciz-master'
2015-05-20 Vitezslav CizekWhen device-mapper isn't running,
2015-04-12 Sebastien GODARDMerge branch 'fcstats' of https://github.com/jaunix...
2015-04-07 Sebastien GODARDsysstat 11.1.4 v11.1.4
2015-01-27 Sebastien GODARDBetter handling of get_activity_position() return value
2015-01-25 Sebastien GODARDMerge branch 'pschiffe-coverity'
2015-01-25 Sebastien GODARDMerge branch 'coverity' of https://github.com/pschiffe...
2015-01-21 Peter SchifferFixes from static analysis
2014-06-30 Sebastien GODARDRemove old ll_s_value() function
2014-06-30 Sebastien GODARDMerge branch 'workaround-mpstat-overflow' of https...
2014-06-24 KOSAKI Motohiroworkaround for /proc/stat go backward
2014-06-24 KOSAKI Motohiroremove historical workaround for 32bit /proc/stat
2014-03-22 Sebastien GODARDRemove supernumerary spaces and tabulations in source...
2014-01-19 Sebastien GODARDsysstat 10.2.1 v10.2.1
2014-01-17 Sebastien GODARDRemove hardcoded size values
2013-06-09 Sebastien GODARDsysstat-10.1.6 v10.1.6
2012-09-25 sebAdded support for nice guest mode to sar.
2012-07-24 SebastienVersion 10.1.1 final packaging. v10.1.1
2012-07-22 Sebastiensadf: New option -t added.
2012-07-11 SebastienPersistent device names support added to sar and iostat...
2012-07-01 SebastienAdded option -[0-9]* to sar to show data of that days...
2012-02-24 Sebastien GodardThe number of jiffies spent by a CPU in guest mode...
2012-02-07 Sebastien Godardiostat didn't display target device information when...
2012-01-29 Sebastien Godard[Andrey Borzenkov]: Don't take virtual devices into...
2011-02-27 Sebastien GodardOption -V from sysstat commands now displays the versio...
next