summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in the white-space remover.phk2003-03-041-1/+1
|
* Removedavidxu2003-02-261-0/+0
|
* This commit was generated by cvs2svn to compensate for changes in r111519,davidxu2003-02-265-0/+630
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Add test program for round robin in userland.davidxu2003-02-265-0/+630
|
* Hacks to get i386 and pc98 building:des2003-02-241-0/+2
| | | | | - TARGET=${TARGET_MACHINE} - BOOT2_UFS=UFS1_ONLY
* o add -b option to enable batchingsam2003-02-241-5/+15
| | | | | o add #ifdef __FreeBSD__'s around the profiling so the code compiles on openbsd o update a comment about expected performance for Broadcom hardware
* If more than one argument were given on the command line, interpret thedes2003-02-231-4/+15
| | | | | additional arguments as a series of architectures to build. This is useful for running subsets of a particular configuration.
* Add LINT to the target list for the test setup.des2003-02-231-1/+1
|
* Add LINT to the taget list for CURRENT.des2003-02-231-1/+1
|
* Don't try to build LINT if there is no NOTES file.des2003-02-231-0/+4
|
* Don't omit --update on 9ball.des2003-02-211-1/+0
|
* Adjust code for new kse_release interface.davidxu2003-02-201-1/+1
|
* Properly terminate some warning messages.des2003-02-182-6/+6
|
* Explicitly set TZ to GMT (including in the build environment)des2003-02-181-0/+3
|
* - build powerpc world on 9balldes2003-02-171-52/+117
| | | | | - log directly into two files: a full log and a summary - set timezone to GMT before starting
* Log to stdout if no file was specified.des2003-02-151-9/+8
|
* Avoid an undef warning.des2003-02-151-1/+1
|
* Decrease verbosity, fix some configuration problems.des2003-02-142-8/+6
|
* Make the tinderbox log lines less obtrusive.des2003-02-131-4/+2
|
* Pass KERNCONF on the command line rather than in the environment,des2003-02-131-4/+2
| | | | since the command line is included in the log.
* Complete overhaul of the configuration system, allowing the user todes2003-02-131-41/+81
| | | | select one of multiple configurations at runtime.
* GC the old tinderbox script.des2003-02-132-91/+0
|
* Place the logs in the tinderbox directory rather than cwd.des2003-02-131-1/+2
|
* Move away the old log file before starting the tinderbox so we don'tdes2003-02-131-0/+1
| | | | | accidentally post the old log if the tinderbox script failed to start altogether.
* - run the tinderbox script in verbose modedes2003-02-131-2/+2
| | | | - use /\bStop\b/ instead of /^\*\*\* Error/ to identify errors
* Simplify the log accumulation code. It turns out that the trick ofdes2003-02-121-5/+6
| | | | | | | | | looking for ^===> can give quite annoying false positives, especially when building kernels, so drop it; the context can be inferred from make's "Stop in /foo/bar/baz" messages anyway. Also add a case that I'd missed the first time around (which happens to be the common case, not the exception...)
* NO_KERNELCLEAN was a booboo.des2003-02-121-1/+0
|
* Welcome tbmaster, TinderboxNG's better half.des2003-02-122-1/+148
|
* Slight cleanup; adjust verbosity; unlink the logfile before opening itdes2003-02-121-7/+8
| | | | to tickle 'tail -F'.
* Teach whereintheworld to preserve TinderboxNG log messages.des2003-02-121-1/+5
|
* Make "CURRENT" the default branch, and special-case it in the updatedes2003-02-121-2/+2
| | | | code so it results in -A rather than -rCURRENT.
* Say hello to Tinderbox 2.0, the choice of a new generation!des2003-02-112-0/+446
|
* The regression-tests for 'make' *expect* to trigger make's warning:gad2003-02-102-2/+2
| | | | | | | | | | warning: duplicate script for target "double" ignored The regression-tests do try to hide that message, but the message does still appear when using -j (eg: 'make -j5 buildworld'). This changes the regression-test so the expected warning message will not be seen even when -j is specified. Reviewed by: jmallett ru
* Add more tests. Specifically, infinity cast from other types shouldmike2003-02-081-0/+6
| | | | always be classified as infinity.
* Add a missing inline keyword.davidxu2003-02-081-1/+2
|
* Add regression test for soon-to-be-committed fpclassify().mike2003-02-052-1/+70
|
* Add a getopt-ified version of an old tool that I've been using for ages:seanc2003-01-312-3/+356
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backout_commit.rb. Tool can be used to automate the process of backing out either small or large commits based off of one or more commit messages. The result of the script is a shell script which can be edited or run as needed. New and dead files are taken into consideration. See the program's usage statement for more configuration details. Here's an example usage: <programlisting> $ mutt [find commit message, save to disk as cvsmsg.txt] $ backout_commit.rb ~/cvsmsg.txt Backout directory: /usr Backout script: backout-2003-01-31-14-04.sh Scanning through cvsmsg.txt...done. Change to /usr and run this script. Please look through this script and make changes as necessary. There are commented out commands available in the script. Example script usage: mv backout-2003-01-31-14-04.sh /usr cd /usr less backout-2003-01-31-14-04.sh /bin/sh backout-2003-01-31-14-04.sh rm -f backout-2003-01-31-14-04.sh </programlisting>
* Update reference vectors to include BSD's <type> output.phk2003-01-315-0/+36
|
* Add Apple partitioning test case.phk2003-01-317-2/+287
| | | | Use correct name for image data file
* Add more scaffolding to make this compile kernel code.phk2003-01-281-0/+7
|
* Don't truncate lines if an error occurred.des2003-01-181-13/+18
|
* Indentation cleanup.des2003-01-181-5/+6
|
* Add a regression test for ccds layout policy.phk2003-01-1723-0/+5843
|
* Make sure we find all vnode method vectors in /sys.phk2003-01-151-1/+1
|
* Fix a useless use of cat. Save a process today.schweikh2003-01-091-1/+1
|
* Document tinderbox and whereintheworld, and move diffburst in itsdes2003-01-091-3/+4
| | | | alphabetical place.
* My version of fenner's "make world" log summarizer.des2003-01-092-0/+64
|
* Sample tinderbox script & build settings.des2003-01-092-0/+91
|
* more crypto test stuff:sam2003-01-064-22/+450
| | | | | | | o cryptotest can now run multiple threads with -t option o cryptotest can now "profile" time spent doing symmetric ops with -p o cryptostats dumps the crypto statistics block o cryptokeystat is an openbsd app that tests public key ops
* geom_bsd need -lmd to link now.phk2003-01-061-0/+1
|
OpenPOWER on IntegriCloud