| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Reported by: GCC 14 -Wcalloc-transposed-args
Reviewed by: rlibby, emaste
Differential Revision: https://reviews.freebsd.org/D46011
(cherry picked from commit a971c60456223b22c0b3c557d712b36660dbcff9)
|
|
|
|
|
|
|
| |
Remove /^\s*\$FreeBSD\$$\n/
Similar commit in main:
(cherry picked from commit 05248206f720)
|
|
|
|
|
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Similar commit in main:
(cherry picked from commit fa9896e082a1)
|
|
|
|
|
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
|
|
|
|
|
|
|
| |
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Similar commit in main:
(cherry picked from commit 1d386b48a555)
|
|
|
|
|
|
|
| |
Submitted by: dds
Notes:
svn path=/head/; revision=357465
|
|
|
|
|
|
|
|
|
|
|
| |
when variance is small relative to data points.
Now [0, 1, 2] shows same standard deviation as [10000000000000, ...1, ...2]
Also: Various nitpickery from my own tree.
Notes:
svn path=/head/; revision=353718
|
|
|
|
|
|
|
| |
No functional change intended.
Notes:
svn path=/head/; revision=335395
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With all values identical it was possible for Var() to return a negative
value due to limited floating point precision, resulting in "nan"
reported as Stddev.
Variance cannot actually be negative, so just return 0. We can later
investigate alternate algorithms for calculating variance to reduce the
effect of catastrophic cancellation here.
Reported by: Arshan Khanifar <arshankhanifar_gmail.com>
Approved by: phk
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=329723
|
|
|
|
| |
Notes:
svn path=/head/; revision=326408
|
|
|
|
|
|
|
| |
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=325188
|
|
|
|
|
|
|
| |
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=318000
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Separate dataset opening from reading/parsing. The number of input
files is already capped to a small number, so just open all input files
before sandboxing.
Feedback from: allanjude@ (earlier version), emaste@ (earlier version)
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D7925
Notes:
svn path=/head/; revision=310141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The previous calculation used an approximation which was only valid in
cases where the means being compared were similar; this resulted in very
odd claims being made, e.g. that 0 +/- 0 is a difference of -100% +/- 1%
from 100 +/- 1.
The new calculation scales sample standard deviations by the means, and
yields approximately correct percentage difference bounds providing that
the reference population is bounded away from zero. (In the case where
the values being compared are not sufficiently bounded away from zero,
the distribution of ratios becomes much harder to calculate, and is not
likely to be useful anyway.)
Note that when ministat is used for its intended purpose of determining
whether two samples are statistically different, this change is unlikely
to have any noticeable effect; in such cases the means will be similar
enough that the correction applied here will be minimal.
Notes:
svn path=/head/; revision=308329
|
|
|
|
|
|
|
|
|
|
|
|
| |
values when the data set has an even number of elements.
PR: 201582
Submitted by: Marcus Reid <marcus@blazingdot.com>
Reviewed by: imp
Approved by: bapt (mentor)
Notes:
svn path=/head/; revision=291231
|
|
|
|
|
|
|
|
|
|
| |
parse the full field), and err and errx add their own newline at the
end...
Sponsored by: Netflix, Inc.
Notes:
svn path=/head/; revision=285595
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
Notes:
svn path=/head/; revision=284345
|
| |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=284172
|
| |\
| |/
|/|
| | |
Notes:
svn path=/projects/bmake/; revision=283595
|
| |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=266219
|
| |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=265802
|
| |\
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=265044
|
| | |
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=248169
|
| | |
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=246868
|
| |\ \
| | | |
| | | |
| | | | |
Notes:
svn path=/projects/bmake/; revision=246555
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Requested by: Simon Gerraty <sjg@juniper.net>
Notes:
svn path=/projects/bmake/; revision=239572
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The man page states that:
'-w width Width of ASCII-art plot in characters, default is 74.'
This is not entirely correct. The mini-help is more accurate:
'-w : width of graph/test output (default 74 or terminal width)'
In other words: the man page fails to explain that ministat will default
to the terminal width, not 74. It will only fall back to 74 if stdout is
not a TTY.
Submitted by: Ben Hutchings <ben@decadent.org.uk>
Approved by: philip (mentor)
Notes:
svn path=/head/; revision=280701
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Reviewed by: phk
Notes:
svn path=/head/; revision=278928
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | | |
Reduce overlinking
Notes:
svn path=/head/; revision=275042
|
| |/
|/|
| |
| |
| |
| |
| | |
end of input lines.
Notes:
svn path=/head/; revision=263077
|
|/
|
|
|
|
|
|
|
|
| |
the relative comparison (i.e., useful part).
Approved by: cperciva
MFC after: 3 days
Notes:
svn path=/head/; revision=243079
|
|
|
|
|
|
|
|
|
|
| |
Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days
Notes:
svn path=/head/; revision=233648
|
|
|
|
| |
Notes:
svn path=/head/; revision=227173
|
|
|
|
|
|
|
|
| |
a side effect more clearly show the change in command lines between the
first and second example invocations.
Notes:
svn path=/head/; revision=209555
|
|
|
|
| |
Notes:
svn path=/head/; revision=189934
|
|
|
|
|
|
|
| |
Pointed out by: mlaier
Notes:
svn path=/head/; revision=183961
|
|
|
|
| |
Notes:
svn path=/head/; revision=183960
|
|
|
|
| |
Notes:
svn path=/head/; revision=177074
|
|
|
|
| |
Notes:
svn path=/head/; revision=176106
|
|
|
|
|
|
|
| |
(Repocopied from src/tools/tools/ministat)
Notes:
svn path=/head/; revision=174810
|
|
|
|
|
|
|
|
|
|
|
| |
Add "-C <column>" and "-d <delims>" options to chop up input lines.
Make '#' a comment character, rest of line is ignored.
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
Notes:
svn path=/head/; revision=161692
|
|
|
|
|
|
|
| |
Small cleanup of label printing.
Notes:
svn path=/head/; revision=158246
|
|
|
|
|
|
|
|
|
|
| |
number of data points, value should be calculated by adding two middle
elements and dividing them by 2.
Approved by: cognet (mentor)
Notes:
svn path=/head/; revision=155960
|
|
|
|
|
|
|
|
|
| |
Use COLUMNS, terminal width for default graph width.
Reviewed by: rwatson
Notes:
svn path=/head/; revision=155894
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
avg/median/stddev bars onto separate lines for readability if the
ranges overlapped. In 2005, ministat was extended to support more than
2 datasets, but the -s code was not updated. It will coredump if run
with -s and >2 sets.
PR: 82909
Submitted by: Dan Nelson <dnelson@allantgroup.com>
Notes:
svn path=/head/; revision=148224
|
|
|
|
|
|
|
|
| |
statistics, not graph and statistical test output. Useful for automated
processing.
Notes:
svn path=/head/; revision=146689
|
|
|
|
|
|
|
|
|
|
|
|
| |
the limit is only the number of meaningful graph symbols available.
Statistical comparison is performed between the first dataset and
any further datasets.
No objection by: phk
Notes:
svn path=/head/; revision=144993
|
|
|
|
|
|
|
| |
OK'ed by: core
Notes:
svn path=/head/; revision=139103
|
|
|
|
|
|
|
| |
any fake value.
Notes:
svn path=/head/; revision=136910
|
|
|
|
| |
Notes:
svn path=/head/; revision=125500
|