Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixup include filenames; this stuff used to be in the kernel source tree | sam | 2003-11-13 | 2 | -2/+2 |
| | |||||
* | honor environment settings of SYSDIR and BINDIR | sam | 2003-11-13 | 1 | -2/+2 |
| | |||||
* | add in-kernel ttcp performance tool | sam | 2003-11-13 | 7 | -0/+1196 |
| | |||||
* | Remove leftovers from old color determination scheme. | des | 2003-11-12 | 1 | -3/+1 |
| | | | | Tune the speed at which colors change. | ||||
* | braino in age computation | des | 2003-11-12 | 1 | -1/+1 |
| | |||||
* | Use graded colors to more clearly indicate relative age. | des | 2003-11-12 | 2 | -20/+24 |
| | |||||
* | Turn the table around: platforms across, branches down. | des | 2003-11-12 | 1 | -14/+20 |
| | | | | Also fix some bogus tabification in here documents. | ||||
* | Belatedly include RELENG_4_9 in the build, and rotate RELENG_4_7 out. | des | 2003-11-12 | 1 | -1/+1 |
| | |||||
* | add 802.11 layer stats dumper | sam | 2003-11-08 | 2 | -1/+132 |
| | |||||
* | catchup with if_xname change | sam | 2003-11-08 | 1 | -6/+2 |
| | |||||
* | Add a "-f" flag for asf(8) which performs a search to find the each module | green | 2003-11-04 | 1 | -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 | ||||
* | Attached is a small patch to ministat that separates the | phk | 2003-10-31 | 2 | -19/+48 |
| | | | | | | | avg/median/stddev bars onto two lines. Useful for datasets that overlap. Submitted by: Dan Nelson <dnelson@allantgroup.com> | ||||
* | Add regression tests for sgetrune() and sputrune(). | tjr | 2003-10-30 | 3 | -1/+269 |
| | |||||
* | Update the location of the Hart list. | sheldonh | 2003-10-29 | 1 | -1/+1 |
| | |||||
* | Add the "TB ---" prefix to error and warning messages so that early | des | 2003-10-14 | 1 | -2/+2 |
| | | | | | failures (e.g. failure to lock the sandbox) don't result in empty failure reports. | ||||
* | Tweak the colors for failed runs | des | 2003-10-11 | 1 | -2/+2 |
| | |||||
* | Show stale results (8 hours old or more) in a paler color. | des | 2003-10-11 | 2 | -2/+18 |
| | |||||
* | Cosmetic nits. | des | 2003-10-10 | 1 | -6/+6 |
| | |||||
* | Collapse the Architecture and Machine columns to conserve screen space. | des | 2003-10-10 | 1 | -4/+2 |
| | |||||
* | Discourage line breaks between the time of day and the time zone. | des | 2003-10-10 | 1 | -1/+1 |
| | |||||
* | Add support for tinderbox(1)'s -h option. | des | 2003-10-10 | 2 | -2/+10 |
| | |||||
* | There is no need for $have_logs since we determine what platforms and | des | 2003-10-10 | 1 | -4/+1 |
| | | | | branches to show from what logs are actually present on disk. | ||||
* | Document the -h option. | des | 2003-10-10 | 1 | -1/+8 |
| | |||||
* | Report the version number and hostname at the top of the log. Allow the | des | 2003-10-10 | 1 | -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. | ||||
* | s/GMT/UTC/ | des | 2003-10-10 | 2 | -4/+4 |
| | |||||
* | Allow wrapping between the date and the time. s/GMT/UTC/. | des | 2003-10-10 | 1 | -2/+2 |
| | |||||
* | Build RELENG_5_1. | des | 2003-10-10 | 2 | -1/+10 |
| | |||||
* | Instead of using hardcoded column and row headers, scan the log directory | des | 2003-10-09 | 1 | -15/+15 |
| | | | | to see what's of interest. | ||||
* | Build a couple of security branches. | des | 2003-10-09 | 1 | -1/+1 |
| | |||||
* | Fix a bug that prevented exists() from finding "foo/", "foo/." | ru | 2003-10-02 | 2 | -0/+22 |
| | | | | | | and "foo/.." when ".PATH: foo" was also given. PR: bin/34062 | ||||
* | o the kernel sysctl uses 'avg' for a key; change to suit | sam | 2003-09-19 | 1 | -4/+4 |
| | | | | o change header field widths to match the kernel so columns line up | ||||
* | fix build | sam | 2003-09-19 | 1 | -0/+1 |
| | |||||
* | Add support for stop files, the existence of which signals tbmaster to | des | 2003-09-19 | 1 | -0/+8 |
| | | | | skip particular platforms or configs, or simply stop running. | ||||
* | Check that $verbose is defined before using it in a comparison. | des | 2003-09-19 | 1 | -1/+1 |
| | |||||
* | Make char signed by default. | des | 2003-09-09 | 1 | -4/+14 |
| | | | | Submitted by: grehan | ||||
* | 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 |
| | | | | | | | | 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. | ||||
* | Add a comment about hcomp. | des | 2003-08-05 | 1 | -0/+1 |
| | |||||
* | gif -> png | des | 2003-08-04 | 1 | -1/+1 |
| | |||||
* | A Perl script which tries to "compress" headers by removing comments and | des | 2003-08-04 | 2 | -0/+106 |
| | | | | superfluous whitespace. | ||||
* | Parts of the patch have been committed. | des | 2003-08-01 | 1 | -18/+0 |
| | |||||
* | powerpc patch. | des | 2003-08-01 | 1 | -0/+67 |
| | |||||
* | Use a more generic patch name. | des | 2003-08-01 | 1 | -1/+1 |
| | |||||
* | powerpc still needs a patch. | des | 2003-08-01 | 1 | -0/+2 |
| | |||||
* | Re-add support for patches. | des | 2003-08-01 | 2 | -1/+9 |
| | |||||
* | Use PNG instead of GIF; add WWWOWN and WWWGRP variables to the Makefile; | des | 2003-08-01 | 5 | -3/+6 |
| | | | | add a shortcut icon. | ||||
* | The rc files have been repo-copied to a separate subdirectory. | des | 2003-08-01 | 10 | -104/+15 |
| | |||||
* | Add a regression test for the big pipe bug. | pb | 2003-07-31 | 3 | -0/+95 |
| | | | | Suggested by: silby | ||||
* | Braino in previous commit: lists are comma-separated. | des | 2003-07-31 | 2 | -2/+2 |
| | |||||
* | Make the experimental platforms tinderbox extra verbose. | des | 2003-07-31 | 2 | -0/+2 |
| |