summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.cvs2svn2003-12-077-1506/+0
| | | | Notes: svn path=/releng/5.2/; revision=123193
* Merge in uncommitted changes from the running configuration.Dag-Erling Smørgrav2003-12-041-2/+2
| | | | Notes: svn path=/head/; revision=123143
* RELENG_5_2 is right around the corner.Dag-Erling Smørgrav2003-12-041-1/+1
| | | | Notes: svn path=/head/; revision=123142
* Understand the old pseudo-device config(8) file directive, for 4.x.Ruslan Ermilov2003-11-281-2/+2
| | | | Notes: svn path=/head/; revision=123022
* Learn about new world orderAlexey Zelkin2003-11-262-12/+22
| | | | Notes: svn path=/head/; revision=122994
* fixup include filenames; this stuff used to be in the kernel source treeSam Leffler2003-11-132-2/+2
| | | | Notes: svn path=/head/; revision=122629
* honor environment settings of SYSDIR and BINDIRSam Leffler2003-11-131-2/+2
| | | | Notes: svn path=/head/; revision=122628
* add in-kernel ttcp performance toolSam Leffler2003-11-137-0/+1196
| | | | Notes: svn path=/head/; revision=122592
* Remove leftovers from old color determination scheme.Dag-Erling Smørgrav2003-11-121-3/+1
| | | | | | | Tune the speed at which colors change. Notes: svn path=/head/; revision=122546
* braino in age computationDag-Erling Smørgrav2003-11-121-1/+1
| | | | Notes: svn path=/head/; revision=122544
* Use graded colors to more clearly indicate relative age.Dag-Erling Smørgrav2003-11-122-20/+24
| | | | Notes: svn path=/head/; revision=122543
* Turn the table around: platforms across, branches down.Dag-Erling Smørgrav2003-11-121-14/+20
| | | | | | | Also fix some bogus tabification in here documents. Notes: svn path=/head/; revision=122541
* Belatedly include RELENG_4_9 in the build, and rotate RELENG_4_7 out.Dag-Erling Smørgrav2003-11-121-1/+1
| | | | Notes: svn path=/head/; revision=122536
* add 802.11 layer stats dumperSam Leffler2003-11-082-1/+132
| | | | Notes: svn path=/head/; revision=122275
* catchup with if_xname changeSam Leffler2003-11-081-6/+2
| | | | Notes: svn path=/head/; revision=122274
* Add a "-f" flag for asf(8) which performs a search to find the each moduleBrian Feldman2003-11-041-4/+1
| | | | | | | | | | | | | | no matter where in the directory structure it may be. Use this and the "-k" flag in the generated gdbinit files so that the "getsyms" function in gdb requires no user intervention to run and will find every module if they're in the kernel build's module directory. This is still quite useful for cases where gdb knows that the path for some modules is /boot/kernel and others are in the object directory for /usr/src/sys/$ARCH/compile/kernel. Approved by: grog Notes: svn path=/head/; revision=122033
* Attached is a small patch to ministat that separates thePoul-Henning Kamp2003-10-312-19/+48
| | | | | | | | | | avg/median/stddev bars onto two lines. Useful for datasets that overlap. Submitted by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=121795
* Add regression tests for sgetrune() and sputrune().Tim J. Robbins2003-10-303-1/+269
| | | | Notes: svn path=/head/; revision=121732
* Update the location of the Hart list.Sheldon Hearn2003-10-291-1/+1
| | | | Notes: svn path=/head/; revision=121669
* Add the "TB ---" prefix to error and warning messages so that earlyDag-Erling Smørgrav2003-10-141-2/+2
| | | | | | | | failures (e.g. failure to lock the sandbox) don't result in empty failure reports. Notes: svn path=/head/; revision=121094
* Tweak the colors for failed runsDag-Erling Smørgrav2003-10-111-2/+2
| | | | Notes: svn path=/head/; revision=121002
* Show stale results (8 hours old or more) in a paler color.Dag-Erling Smørgrav2003-10-112-2/+18
| | | | Notes: svn path=/head/; revision=121001
* Cosmetic nits.Dag-Erling Smørgrav2003-10-101-6/+6
| | | | Notes: svn path=/head/; revision=120991
* Collapse the Architecture and Machine columns to conserve screen space.Dag-Erling Smørgrav2003-10-101-4/+2
| | | | Notes: svn path=/head/; revision=120990
* Discourage line breaks between the time of day and the time zone.Dag-Erling Smørgrav2003-10-101-1/+1
| | | | Notes: svn path=/head/; revision=120987
* Add support for tinderbox(1)'s -h option.Dag-Erling Smørgrav2003-10-102-2/+10
| | | | Notes: svn path=/head/; revision=120986
* There is no need for $have_logs since we determine what platforms andDag-Erling Smørgrav2003-10-101-4/+1
| | | | | | | branches to show from what logs are actually present on disk. Notes: svn path=/head/; revision=120985
* Document the -h option.Dag-Erling Smørgrav2003-10-101-1/+8
| | | | Notes: svn path=/head/; revision=120984
* Report the version number and hostname at the top of the log. Allow theDag-Erling Smørgrav2003-10-101-1/+8
| | | | | | | | user to override the hostname on the command line (for whatever reason). Add a comment to explain why a particular piece of code is commented out. Notes: svn path=/head/; revision=120982
* s/GMT/UTC/Dag-Erling Smørgrav2003-10-102-4/+4
| | | | Notes: svn path=/head/; revision=120981
* Allow wrapping between the date and the time. s/GMT/UTC/.Dag-Erling Smørgrav2003-10-101-2/+2
| | | | Notes: svn path=/head/; revision=120962
* Build RELENG_5_1.Dag-Erling Smørgrav2003-10-102-1/+10
| | | | Notes: svn path=/head/; revision=120961
* Instead of using hardcoded column and row headers, scan the log directoryDag-Erling Smørgrav2003-10-091-15/+15
| | | | | | | to see what's of interest. Notes: svn path=/head/; revision=120923
* Build a couple of security branches.Dag-Erling Smørgrav2003-10-091-1/+1
| | | | Notes: svn path=/head/; revision=120922
* Fix a bug that prevented exists() from finding "foo/", "foo/."Ruslan Ermilov2003-10-022-0/+22
| | | | | | | | | and "foo/.." when ".PATH: foo" was also given. PR: bin/34062 Notes: svn path=/head/; revision=120676
* o the kernel sysctl uses 'avg' for a key; change to suitSam Leffler2003-09-191-4/+4
| | | | | | | o change header field widths to match the kernel so columns line up Notes: svn path=/head/; revision=120245
* fix buildSam Leffler2003-09-191-0/+1
| | | | Notes: svn path=/head/; revision=120235
* Add support for stop files, the existence of which signals tbmaster toDag-Erling Smørgrav2003-09-191-0/+8
| | | | | | | skip particular platforms or configs, or simply stop running. Notes: svn path=/head/; revision=120228
* Check that $verbose is defined before using it in a comparison.Dag-Erling Smørgrav2003-09-191-1/+1
| | | | Notes: svn path=/head/; revision=120227
* Make char signed by default.Dag-Erling Smørgrav2003-09-091-4/+14
| | | | | | | Submitted by: grehan Notes: svn path=/head/; revision=119910
* In case of zero span data supress the histogram plot.Poul-Henning Kamp2003-08-181-0/+6
| | | | Notes: svn path=/head/; revision=119067
* A small statistics tool for gauging the statistical significancePoul-Henning Kamp2003-08-135-0/+621
| | | | | | | | | | | of data from benchmarks etc. Implements "Student's t" for various confidence levels, defaults to 95%. If your benchmarks are not significant at the 95% confidence level, we don't want to hear about it. Notes: svn path=/head/; revision=118856
* Add a comment about hcomp.Dag-Erling Smørgrav2003-08-051-0/+1
| | | | Notes: svn path=/head/; revision=118506
* gif -> pngDag-Erling Smørgrav2003-08-041-1/+1
| | | | Notes: svn path=/head/; revision=118447
* A Perl script which tries to "compress" headers by removing comments andDag-Erling Smørgrav2003-08-042-0/+106
| | | | | | | superfluous whitespace. Notes: svn path=/head/; revision=118425
* Parts of the patch have been committed.Dag-Erling Smørgrav2003-08-011-18/+0
| | | | Notes: svn path=/head/; revision=118329
* powerpc patch.Dag-Erling Smørgrav2003-08-011-0/+67
| | | | Notes: svn path=/head/; revision=118324
* Use a more generic patch name.Dag-Erling Smørgrav2003-08-011-1/+1
| | | | Notes: svn path=/head/; revision=118323
* powerpc still needs a patch.Dag-Erling Smørgrav2003-08-011-0/+2
| | | | Notes: svn path=/head/; revision=118322
* Re-add support for patches.Dag-Erling Smørgrav2003-08-012-1/+9
| | | | Notes: svn path=/head/; revision=118321