index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ministat
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compute the median of the data set as the midpoint between the two middle
araujo
2015-11-24
1
-2
/
+4
*
fix error message... errx since errno may not be set (if we didn't
jmg
2015-07-15
1
-1
/
+1
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+19
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
3
-9
/
+9
|
|
\
|
|
/
|
/
|
|
*
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
Merge head
sjg
2014-04-28
1
-2
/
+3
|
|
\
|
*
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
Sync with HEAD.
obrien
2013-02-08
2
-5
/
+13
|
|
\
\
|
*
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+20
*
|
|
|
Clarify the ministat default width
kp
2015-03-26
1
-1
/
+3
*
|
|
|
ministat(1): replace malloc + memset with calloc.
pfg
2015-02-17
1
-4
/
+2
*
|
|
|
Convert to usr.bin/ to LIBADD
bapt
2014-11-25
1
-4
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
Make ministat CRNL tolerant by stripping all isspace() from the tail
phk
2014-03-12
1
-2
/
+3
|
|
/
|
/
|
*
|
Add option to suppress just the plot in ministat while still retaining
eadler
2012-11-15
2
-5
/
+13
|
/
*
Remove trailing whitespace per mdoc lint warning
eadler
2012-03-29
1
-2
/
+2
*
Add missing static keywords to ministat(1)
ed
2011-11-06
1
-2
/
+2
*
Make the second example command more closely match the demo output, and as
gavin
2010-06-27
1
-2
/
+2
*
Fix some warns - mainly signedness and unused variables.
dwmalone
2009-03-17
1
-5
/
+3
*
Free old arrays if we increase them.
phk
2008-10-16
1
-0
/
+1
*
Make ministat(1) vastly faster on huge datasets.
phk
2008-10-16
2
-51
/
+36
*
Fix apparent typo. The permitted confidence values include 95%, not 85%.
peter
2008-03-12
1
-1
/
+1
*
WARNS fixes: remove two unused variables and add some constness.
dwmalone
2008-02-08
1
-4
/
+3
*
Pull ministat into the installed system and write it a man-page.
phk
2007-12-20
2
-1
/
+130
*
Improve input parsing:
phk
2006-08-28
1
-14
/
+36
*
Avoid coredumps if stddev cannot be computed (if all datapoints are identical)
phk
2006-05-02
1
-12
/
+16
*
Fix the way in which median is calculated. If the data source has even
wkoszek
2006-02-23
1
-7
/
+18
*
Add option -w to specify graph width.
mdodd
2006-02-22
1
-3
/
+24
*
In 2003, a -s flag was added to ministat to separate the
phk
2005-07-21
2
-5
/
+8
*
dd a '-n' option to ministat, which causes it to display only summary
rwatson
2005-05-27
1
-9
/
+17
*
Add support for more than two datasets. Currently limited to 7 though
mdodd
2005-04-13
1
-29
/
+29
*
Start the dreaded NOFOO -> NO_FOO conversion.
ru
2004-12-21
1
-1
/
+1
*
For variables that are only checked with defined(), don't provide
ru
2004-10-24
1
-1
/
+1
*
Added missing DPADD.
ru
2004-02-05
1
-1
/
+1
*
Attached is a small patch to ministat that separates the
phk
2003-10-31
2
-19
/
+48
*
In case of zero span data supress the histogram plot.
phk
2003-08-18
1
-0
/
+6
*
A small statistics tool for gauging the statistical significance
phk
2003-08-13
5
-0
/
+621