summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* A simple tool to sanity check the contents of release/*/dokern.shru2003-07-281-0/+55
| | | | and release/*/drivers.conf.
* DATE and PATCH are always defined, but may be empty.des2003-07-281-2/+2
|
* Remove redundant "targets", add NOLIBC_R and NOFORTH to environmentdes2003-07-282-2/+2
|
* Install experimental.rcdes2003-07-281-1/+1
|
* Document --dumpdes2003-07-281-0/+2
|
* Revive the powerpc tinderbox that used to run on 9ball.des2003-07-282-0/+20
|
* stanley uses a different sandbox.des2003-07-282-0/+2
|
* Don't mail out failure reports from stanley.des2003-07-282-0/+2
|
* - add a -d option which dumps the configuration and exitsdes2003-07-281-5/+28
| | | | | | - initialize single-valued configuration variables to '' rather than undef - allow empty values in configuration files - take care to untaint $etcdir
* powerpc isn't tinderbox-ready yet.des2003-07-252-2/+2
|
* Ready to go live.des2003-07-254-0/+4
|
* Complain about extraneous command line arguments.des2003-07-241-0/+3
|
* Install rc files from ${.CURDIR}, not ${.OBJDIR}.des2003-07-231-1/+2
|
* Sample configuration files.des2003-07-2315-0/+165
|
* Rewrite tbmaster to use configuration files instead of a hard-coded hash.des2003-07-232-253/+283
|
* Improve the markup a little.des2003-07-231-11/+11
|
* Test 8.16 in sed.test tests the ability of a sed to handle an emptydds2003-07-222-22/+38
| | | | | | | | | | | | | | | | | regular expression as the first argument to a substitute command. If used to test a sed which (erroneously) evaluates this at translation time rather than at execution time, the bugged sed is put into an infinite loop. This mode of failure seems excessive. Such a failing sed is the Free Software Foundation's sed 3.02. The specific test was also not being executed for the BSD sed. Both problems are now fixed. PR: misc/25585 Submitted by: Walter Briscoe <w.briscoe@ponl.com> Approved by: schweikh (mentor) MFC after: 2 weeks
* add stat dumper for the safenet driversam2003-07-212-1/+74
|
* Look for logs in the directory where we place the output.des2003-07-181-8/+9
|
* Fix taint bug in previous commit.des2003-07-181-2/+4
|
* Generate index.html in the same directory.des2003-07-181-1/+3
|
* Fixed broken arithmetic expression parser.ru2003-07-042-0/+24
| | | | | Reminded by: bde In memory of: alane
* bring in ath-specific test tool; more to followsam2003-06-283-1/+446
|
* Add regression tests for floating point parsing in scanf(3).das2003-06-282-1/+181
|
* amd64 is actually stable enough for the regular -CURRENT tinderbox now.des2003-06-201-1/+1
|
* Set the precedence on failure reports to "bulk" so I don't get tons ofdes2003-06-141-0/+1
| | | | vacation notices every time the tree breaks.
* Replace hard-coded module path with a keyword which gets changed whengrog2003-06-121-1/+1
| | | | the kernel is built.
* Make defproc work.grog2003-06-081-14/+18
|
* Make btpp and fr work. There's still more to be done.grog2003-06-081-28/+20
|
* Terminate echoed lines. Unlike echo(1), gdb echo doesen'tgrog2003-06-081-2/+2
| | | | automatically terminate them.
* Get the manual section number for kldstat(8) right. Comment change only.grog2003-06-071-2/+2
| | | | Pointed out by: yar
* Modify startup mode: don't specify the file name for the debug kernel,grog2003-06-071-5/+3
| | | | | | so it needs to be (and can be) specified on the command line. Don't try to automatically connect to a remote machine, so that the same .gdbinit file can be used for analysing processor dumps.
* Add macros for kernel debugging. These have been around for agrog2003-06-074-0/+1104
| | | | | | | while, and they will need some more tuning before they're really useful, but at the moment they're better than nothing. Indirectly reminded by: dwhite
* Regression tests for wctype(), iswctype(), wctrans(), towctrans().tjr2003-06-063-1/+191
|
* Mail out -STABLE tinderbox failures as well.des2003-06-051-1/+1
|
* Add tests for the behaviour of substitution when the regex can matchfanf2003-06-045-0/+8
| | | | a zero-length string. This shows bugs in the s///g and s///2+ cases.
* Merge from private version:sam2003-06-021-50/+127
| | | | | | | | | | | | o add hash operations o make AES operations useful: split into 3 ops based on key length (specify aes for AES w/ 128 bit keys, aes192 for 192-bit keys, and aes256 for 256-bit keys o add -c option to force encrypt->decrypt result to be compared against the original plaintext (need to compare it against a known good implementation like openssl) o change multi-threaded test output to be more meaningingful o fix default block size selection to consider algorithm's blocking needs
* write pattern to /dev/ccd3 not /dev/ccd3cphk2003-06-021-1/+1
|
* Remember to close the read end of the pipe.des2003-05-261-0/+1
|
* -lbsdxml lives in lib/libexpat. *Blush*ru2003-05-181-0/+1
| | | | Submitted by: tmm (Makefile.inc1)
* Document the DATE configuration field.des2003-05-171-0/+6
|
* Fix a bug in report() which prevented two failure reports today fromdes2003-05-171-1/+3
| | | | reaching the lists. Also add support for tinderbox.pl's --date option.
* Make sure realinstall works when ${.OBJDIR} != ${.CURDIR}.des2003-05-171-2/+4
|
* Make some spaces non-breakable.des2003-05-171-5/+5
|
* Constrain the chekout date to ISO format (yyyy-mm-dd) and add a specialdes2003-05-172-9/+12
| | | | | | | | | | | | case, "today", which corresponds to 00:00 on the day the run starts. Remove NO_CPU_CFLAGS and NO_CPU_COPTFLAGS. This should be safe since we clear the environment and set __MAKE_CONF to /dev/null. NO_CPU_CFLAGS actually breaks the Alpha release by preventing the inclusion of -mieee in CFLAGS. Do not set BUILDNAME as the release/Makefile already constructs a better one than we do (though I wish there was a way to s/-SNAP/-TINDERBOX/)
* More configuration tweaks. Rename %CONFIGS to %SETUPS to make the codedes2003-05-161-27/+22
| | | | | clearer (particularly to someone who has read the man page). Don't print anything on stderr.
* Document the fact that tinderbox(1) accepts environment variables on thedes2003-05-161-3/+12
| | | | command line. Also sort the xrefs correctly.
* More oats for the beggars' horses.des2003-05-162-1/+186
|
* Be careful what you wish for - you might get it!des2003-05-162-0/+294
| | | | Wished for by: ru
* Add a 'patch' command rather than apply the patch unconditionally.des2003-05-161-9/+18
| | | | Don't try to clean the release chroot, leave that to the release Makefile.
OpenPOWER on IntegriCloud