summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Given the impact of CFLAGS and COPTFLAGS on the build, report them indes2004-03-161-3/+3
| | | | the log, even when not verbose.
* Whitespace nit.des2004-03-161-1/+1
|
* Set TZ to UTC so dates in the history file will match dates in the logs.des2004-03-161-0/+1
|
* Build the tinderbox with -O2.des2004-03-161-0/+2
|
* The documentation lists configuration variables in uppercase, so dumpdes2004-03-161-1/+1
| | | | them in uppercase.
* Add configuration shortcuts for CFLAGS and COPTFLAGS.des2004-03-162-4/+32
|
* Allow the user to override CFLAGS and COPTFLAGS on the command line.des2004-03-162-4/+20
|
* TMPDIR is magic, use TMPMNTphk2004-03-131-5/+5
| | | | Spotted by: harold barker <hvb@fs0.sm.dsms.com>
* - Use variable names instead of numbers for the script arguments tosimon2004-03-111-18/+29
| | | | | | | | | improve readability. - Use mktemp to create the temporary files and directory. - Mount temporary md(4) backed file system on a temporary directory, instead of /mnt. Approved by: phk
* Add an option to write collected data to file in binary format. Thisphk2004-03-101-1/+18
| | | | is very useful for collecting test-data for trial runs.
* We don't retain 'x' bits in CVS so explicity use sh to run script.phk2004-03-101-1/+1
|
* Add first cut at "nanobsd":phk2004-03-103-0/+232
| | | | | | | | Nanobsd should make it very simple for people to create (CF-)disk images for embedded us of FreeBSD. Currently only works for 256MB disks. More agrressive shaving of the build image can reduce that much further.
* Add regression tests for geom_concat class.pjd2004-03-034-0/+75
|
* Removed extraneous parentheses.ru2004-03-011-1/+1
|
* Add getopt_long.c if ${BOOTSTRAPPING} < 502104ache2004-02-281-1/+1
|
* style.Makefile(5):johan2004-02-242-2/+2
| | | | Use WARNS?= instead of WARNS=.
* Fix some cosmetic issues in warning and error messages.des2004-02-221-5/+5
|
* Add some more comments and a -4 argument to restrict searches to onlygreen2004-02-211-5/+16
| | | | | A (not default A and AAAA) records. Now the longest time that a -4 thread might hang trying to resolve is only 2:30 instead of 5:00 ;)
* Print the maximum resolution time encountered by each thread. Did yougreen2004-02-211-5/+25
| | | | | know that the resolver might keep trying on a getaddrinfo() for up to FIVE MINUTES?
* Add my getaddrinfo(3) stress-tester as gaithrstress. The most obviousgreen2004-02-203-0/+253
| | | | | | | | | regressions would be to see the program or your kernel crashing. If you want to give it something to really test out, try a much more reentrant version of the resolver. <URL:http://green.homeunix.org/~green/reentrant_resolver.patch> Any Mozilla-based browser would show you a clear difference.
* Unbreak the upgrade path from 4.9 after removal of GNU getopt andru2004-02-202-0/+16
| | | | <gnuregex.h>.
* Remove configurations which aren't used in production.des2004-02-174-31/+0
|
* Cosmetic changes to the recipient addresses.des2004-02-145-5/+5
|
* Add %%sender%% to the recipient list.des2004-02-124-4/+4
|
* Set the default sender address to <tinderbox@freebsd.org>, and thedes2004-02-121-2/+2
| | | | default recipient to %%sender%%.
* Convert to plain bsd.prog.mk makefile.ru2004-02-071-9/+4
| | | | Reviewed by: scottl
* Add a simple tool for checking the queue stats in the aac(4) driver. Thescottl2004-02-072-0/+88
| | | | | ioctl interface for this has been here for years, so it might as well get used.
* From what I can tell, install.sh supported all of the install(1)ru2004-02-061-4/+3
| | | | | | | | options since revision 1.2, so removed the XXX comment now. Fixed bogus test(1) expression that would be evaluated as a null string test if script is run without arguments, compacted option lists.
* Added missing DPADD.ru2004-02-053-2/+3
|
* Fixed ``make checkdpadd''. Removed redundant dependency.ru2004-02-051-2/+3
|
* 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
|
OpenPOWER on IntegriCloud