aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ministat
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanups to allow handing vast datasets.Poul-Henning Kamp2020-02-031-24/+29
* Improve the way we calculate variance to reduce the rounding errorsPoul-Henning Kamp2019-10-181-22/+39
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* ministat: disallow negative variance / nan StddevEd Maste2018-02-211-0/+6
* SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-301-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-091-0/+1
* ministat(1): CapsicumifyConrad Meyer2016-12-161-24/+39
* Reduce the bogosity of ministat's % difference calculations.Colin Percival2016-11-051-1/+7
* Compute the median of the data set as the midpoint between the two middleMarcelo Araujo2015-11-241-2/+4
* fix error message... errx since errno may not be set (if we didn'tJohn-Mark Gurney2015-07-151-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-9/+9
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-2/+3
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync with HEAD.David E. O'Brien2013-02-082-5/+13
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | Clarify the ministat default widthKristof Provost2015-03-261-1/+3
* | | | ministat(1): replace malloc + memset with calloc.Pedro F. Giffuni2015-02-171-4/+2
* | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-4/+4
| |_|/ |/| |
* | | Make ministat CRNL tolerant by stripping all isspace() from the tailPoul-Henning Kamp2014-03-121-2/+3
| |/ |/|
* | Add option to suppress just the plot in ministat while still retainingEitan Adler2012-11-152-5/+13
|/
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-2/+2
* Add missing static keywords to ministat(1)Ed Schouten2011-11-061-2/+2
* Make the second example command more closely match the demo output, and asGavin Atkinson2010-06-271-2/+2
* Fix some warns - mainly signedness and unused variables.David Malone2009-03-171-5/+3
* Free old arrays if we increase them.Poul-Henning Kamp2008-10-161-0/+1
* Make ministat(1) vastly faster on huge datasets.Poul-Henning Kamp2008-10-162-51/+36
* Fix apparent typo. The permitted confidence values include 95%, not 85%.Peter Wemm2008-03-121-1/+1
* WARNS fixes: remove two unused variables and add some constness.David Malone2008-02-081-4/+3
* Pull ministat into the installed system and write it a man-page.Poul-Henning Kamp2007-12-202-1/+130
* Improve input parsing:Poul-Henning Kamp2006-08-281-14/+36
* Avoid coredumps if stddev cannot be computed (if all datapoints are identical)Poul-Henning Kamp2006-05-021-12/+16
* Fix the way in which median is calculated. If the data source has evenWojciech A. Koszek2006-02-231-7/+18
* Add option -w to specify graph width.Matthew N. Dodd2006-02-221-3/+24
* In 2003, a -s flag was added to ministat to separate thePoul-Henning Kamp2005-07-212-5/+8
* dd a '-n' option to ministat, which causes it to display only summaryRobert Watson2005-05-271-9/+17
* Add support for more than two datasets. Currently limited to 7 thoughMatthew N. Dodd2005-04-131-29/+29
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Added missing DPADD.Ruslan Ermilov2004-02-051-1/+1
* Attached is a small patch to ministat that separates thePoul-Henning Kamp2003-10-312-19/+48
* In case of zero span data supress the histogram plot.Poul-Henning Kamp2003-08-181-0/+6
* A small statistics tool for gauging the statistical significancePoul-Henning Kamp2003-08-135-0/+621