summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Use more generic directories (most prominently, s|/home/des|%%HOME%%|)des2004-02-051-3/+3
|
* Don't forget to install stable.rc.des2004-02-041-1/+1
|
* Remove RELENG_4, leaving only security branches.des2004-02-031-1/+1
|
* Add a "stable" config for 4-STABLE.des2004-02-031-0/+9
|
* Allow multiple configs to be specified to a single tbmaster instance.des2004-02-032-41/+75
|
* Untaint the hostname before trying to use it on a command line.des2004-02-011-0/+5
|
* Use `uname -n` as default for the HOSTNAME configuration variable.des2004-02-012-4/+7
|
* Add a test for what was broken in rev. 1.28 and fixed in rev. 1.29ru2004-01-302-0/+16
| | | | of make/str.c.
* Add a test for what was fixed in revs. 1.28 and 1.29 of make/str.c.ru2004-01-292-0/+22
|
* These scripts run the protocol test suites for the SSCOP, SSCF-UNI andharti2004-01-296-0/+145
| | | | | | | | | | UNI protocols. The actual test suites are not in these directories because of their size. One needs to install the atmsupport port (the script will remind you, if it cannot find the port). The SSCOP test suite includes booth the ETSI and the ITU-T test suite, the SSCF-UNI test suite is home grown and the UNI test suite is the P2MP ETSI test suite. Others may follow.
* Add a simple test script for the ng_atmpif node.harti2004-01-292-0/+168
| | | | Submitted by: Vincent Jardin <vjardin@free.fr>
* Fix the case where .OBJDIR != .CURDIR.des2004-01-251-2/+5
|
* This setup was used for amd64 and powerpc before they reached the pointdes2004-01-252-13/+1
| | | | where a normal buildworld would succeed. It is no longer required.
* I don't normally use my middle name, so remove it from attributions indes2004-01-252-2/+2
| | | | | man pages (though not from copyright notices). While I'm here, add email addresses where appropriate.
* Include the hostname in the history file.des2004-01-241-2/+3
|
* Bump the date.des2004-01-242-2/+2
|
* Bump version number to reflect the addition of cvsup support.des2004-01-242-2/+2
|
* Ignore incomplete logs when figuring out what branches and platformsdes2004-01-241-1/+1
| | | | to display.
* I won't be using stanley any more.des2004-01-242-14/+1
|
* Drop RELENG_5_1 due to lack of resources.des2004-01-241-1/+1
|
* Add powerpc, which should build cleanly now.des2004-01-241-1/+1
|
* Document the CVSUP and REPOSITORY configuration variables.des2004-01-231-0/+12
|
* Add support for tinderbox.pl's --cvsup and --repository options.des2004-01-231-7/+13
| | | | Sort %CONFIG.
* Document cvsup support.des2004-01-231-9/+18
|
* Add support for using cvsup instead of cvs to update the source tree.des2004-01-231-34/+70
| | | | | | Fix the "clean" command: don't try to rmdir symlinks, and run chflags before trying to delete the chroot tree. Tweak some error and info messages.
* Remove references to cryptotestimp2004-01-221-5/+1
|
* Theo de Raadt has brought to our attention that he wrote at least partimp2004-01-211-501/+0
| | | | | | | file and that he has not released it under a free license. Until the matter can be resolved, honor his claim and remove it. PR: misc/61676
* Add regression tests for printf's %a/%A formats.das2004-01-191-1/+38
| | | | | | While here, disable some of the long double tests on i386, since FreeBSD/i386 is the only port that doesn't evaluate long doubles in their full precision (due to constant folding bugs in gcc).
* Add regression tests for some of the bugs recently discovered in thedas2004-01-191-4/+15
| | | | | | | | vendor's strtod() implementation. While here, disable some of the long double tests on i386, since FreeBSD/i386 is the only port that doesn't evaluate long doubles in their full precision (due to constant folding bugs in gcc).
* Work around a recently-introduced gcc bug. The compiler no longerdas2004-01-181-1/+1
| | | | | accepts certain floating point constant representations that are legal in C99.
* Add ${IMAGES} to CLEANFILES.des2004-01-111-0/+1
|
* Store binary files in uuencoded form.des2004-01-117-2/+234
|
* Add pirtool, a tool for dumping the $PIR table on i386 machines at runtime.bms2004-01-063-0/+374
| | | | Requested by: mdodd
* Rename "msgbuf" to "dmesg", a more easily remembered name.grog2003-12-311-4/+4
| | | | "Fix" documentation by removing periods and commas.
* Remove calls to 'y' macro.grog2003-12-303-6/+0
|
* Remove current implementation of kldstat macro.grog2003-12-301-18/+39
| | | | | | | | | | Add new kldstat, kldstat-v and kernel macros. The kldstat macro is functionally equivalent to the previous implementation, but it looks prettier and it matches the kldstat-v macro better. kldstat-v gives output similar to userland kldstat -v (note lacking space), and kernel loads a new kernel and dump. Submitted by: des
* Add documentation for previously undocumented macros, and correctgrog2003-12-291-13/+20
| | | | | | existing documentation. This is not made any easier by the brain-damaged format required for the documentation: one line, no full stops or commas.
* Add documentation for previously undocumented macros. This is notgrog2003-12-291-16/+13
| | | | | | | made any easier by the brain-damaged format required for the documentation: one line, no full stops or commas. Remove macro xy. I can't see any use for it any more.
* Add comments to deter people from using this file directly. That'sgrog2003-12-291-16/+96
| | | | | | | | | | | | | | | | | | | | | not the intention. Rearrange "you may want to change these values" values to the top, and reduce their number as much as possible. tr macro: Require a parameter (because gdb is too stupid to understand optional parameters), and create macros tr0, tr1 and trf which call it to connect to /dev/cuaa0, /dev/cuaa1 and firewire connections respectively. Split kld symbol load into two separate macros: revision 1.5 simplified things for the /dev/mem case, but broke it for anything else. Now the simple /dev/mem version is called kldsyms, and the version for serial debugging and processor dumps is called getsyms, and still requires this irritating cut and paste. Change comments on startup to make life easier for the poor (de)bugger.
* Explain what all this is about.grog2003-12-221-0/+16
|
* Revert the last two commits. It seems that compat mode is actually fasterdes2003-12-121-4/+7
| | | | | than non-compat (using -j1), though reading the make(1) sources suggests that the opposite is true.
* Don't pass -P option to make(1) as it confuses the error detection logic.des2003-12-111-2/+2
|
* Always pass -j to make(1), even when we only want one job. It disablesdes2003-12-112-19/+5
| | | | compat mode and hopefully improves tinderbox performance.
* PowerPC doesn't need NOLIBC_R and NOFORTH (and hasn't for quite a while now)des2003-12-111-1/+0
|
* Install experimental.rc as well.des2003-12-111-1/+1
|
* Add a small program to test/measure with the RFC 2783 API for timingphk2003-12-083-0/+231
| | | | external signals.
* add install rulesam2003-12-072-0/+11
|
* o report 0 instead of -1 for xmit rate when in transitionsam2003-12-071-4/+39
| | | | | o report rssi in running display o futz with column widths in running display
* fix commentsam2003-12-071-1/+1
|
* Log all results to a history file in the log directory.des2003-12-071-0/+38
|
OpenPOWER on IntegriCloud