Commit Graph

613 Commits

Author SHA1 Message Date
des
7c2bf140bd Allow the user to override CFLAGS and COPTFLAGS on the command line. 2004-03-16 00:12:33 +00:00
phk
9a2f75f567 TMPDIR is magic, use TMPMNT
Spotted by:	harold barker <hvb@fs0.sm.dsms.com>
2004-03-13 23:01:08 +00:00
simon
ef3d305cc8 - Use variable names instead of numbers for the script arguments to
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
2004-03-11 18:12:48 +00:00
phk
1ea153590e Add an option to write collected data to file in binary format. This
is very useful for collecting test-data for trial runs.
2004-03-10 20:30:19 +00:00
phk
e17ff1a0eb We don't retain 'x' bits in CVS so explicity use sh to run script. 2004-03-10 11:11:58 +00:00
phk
3d614a3dc1 Add first cut at "nanobsd":
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.
2004-03-10 10:28:33 +00:00
pjd
2e05d44e28 Add regression tests for geom_concat class. 2004-03-03 21:52:49 +00:00
ru
98df36967c Removed extraneous parentheses. 2004-03-01 17:47:38 +00:00
ache
f9390aef0d Add getopt_long.c if ${BOOTSTRAPPING} < 502104 2004-02-28 07:25:48 +00:00
johan
1849fdd1ac style.Makefile(5):
Use WARNS?= instead of WARNS=.
2004-02-24 20:52:58 +00:00
des
03f2963fdc Fix some cosmetic issues in warning and error messages. 2004-02-22 16:45:21 +00:00
green
458859b908 Add some more comments and a -4 argument to restrict searches to only
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 ;)
2004-02-21 22:42:54 +00:00
green
0e3db67aec Print the maximum resolution time encountered by each thread. Did you
know that the resolver might keep trying on a getaddrinfo() for up to
FIVE MINUTES?
2004-02-21 02:52:49 +00:00
green
ef10236af2 Add my getaddrinfo(3) stress-tester as gaithrstress. The most obvious
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.
2004-02-20 16:54:01 +00:00
ru
2630fc0e1e Unbreak the upgrade path from 4.9 after removal of GNU getopt and
<gnuregex.h>.
2004-02-20 11:55:14 +00:00
des
b9c392a002 Remove configurations which aren't used in production. 2004-02-17 10:02:55 +00:00
des
22f7e95017 Cosmetic changes to the recipient addresses. 2004-02-14 09:52:22 +00:00
des
840feb2926 Add %%sender%% to the recipient list. 2004-02-12 08:19:13 +00:00
des
e3f66c31f2 Set the default sender address to <tinderbox@freebsd.org>, and the
default recipient to %%sender%%.
2004-02-12 08:18:48 +00:00
ru
ab3b47d9e8 Convert to plain bsd.prog.mk makefile.
Reviewed by:	scottl
2004-02-07 16:58:23 +00:00
scottl
7720bf145a Add a simple tool for checking the queue stats in the aac(4) driver. The
ioctl interface for this has been here for years, so it might as well get
used.
2004-02-07 03:51:20 +00:00
ru
d5133b3d64 From what I can tell, install.sh supported all of the install(1)
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.
2004-02-06 11:00:13 +00:00
ru
b6bc039460 Added missing DPADD. 2004-02-05 22:01:28 +00:00
ru
03d404f837 Fixed ``make checkdpadd''. Removed redundant dependency. 2004-02-05 21:52:33 +00:00
des
2d9971f00b Use more generic directories (most prominently, s|/home/des|%%HOME%%|) 2004-02-05 11:08:36 +00:00
des
1cf076d413 Don't forget to install stable.rc. 2004-02-04 09:06:32 +00:00
des
a0aa7c9e91 Remove RELENG_4, leaving only security branches. 2004-02-03 19:23:12 +00:00
des
f55a30331d Add a "stable" config for 4-STABLE. 2004-02-03 19:22:48 +00:00
des
d4cb213bdf Allow multiple configs to be specified to a single tbmaster instance. 2004-02-03 19:19:29 +00:00
des
5edb78e87d Untaint the hostname before trying to use it on a command line. 2004-02-01 13:50:46 +00:00
des
6b653d4085 Use uname -n as default for the HOSTNAME configuration variable. 2004-02-01 04:51:25 +00:00
ru
9f8626709a Add a test for what was broken in rev. 1.28 and fixed in rev. 1.29
of make/str.c.
2004-01-30 09:46:28 +00:00
ru
f9d4d91579 Add a test for what was fixed in revs. 1.28 and 1.29 of make/str.c. 2004-01-29 22:51:36 +00:00
harti
fad6079588 These scripts run the protocol test suites for the SSCOP, SSCF-UNI and
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.
2004-01-29 16:01:57 +00:00
harti
7dac4543ee Add a simple test script for the ng_atmpif node.
Submitted by:	Vincent Jardin <vjardin@free.fr>
2004-01-29 15:58:06 +00:00
des
1166334a41 Fix the case where .OBJDIR != .CURDIR. 2004-01-25 19:11:43 +00:00
des
eb06627907 This setup was used for amd64 and powerpc before they reached the point
where a normal buildworld would succeed.  It is no longer required.
2004-01-25 19:04:37 +00:00
des
42f562f3a8 I don't normally use my middle name, so remove it from attributions in
man pages (though not from copyright notices).  While I'm here, add email
addresses where appropriate.
2004-01-25 11:39:42 +00:00
des
1f8956fc77 Include the hostname in the history file. 2004-01-24 15:06:36 +00:00
des
bbc2a64b23 Bump the date. 2004-01-24 14:53:25 +00:00
des
b8b81578e6 Bump version number to reflect the addition of cvsup support. 2004-01-24 14:53:11 +00:00
des
634e709145 Ignore incomplete logs when figuring out what branches and platforms
to display.
2004-01-24 14:52:44 +00:00
des
94397b443f I won't be using stanley any more. 2004-01-24 14:32:54 +00:00
des
0ba6f3abc3 Drop RELENG_5_1 due to lack of resources. 2004-01-24 14:31:25 +00:00
des
6efa60bf05 Add powerpc, which should build cleanly now. 2004-01-24 14:30:40 +00:00
des
3e2b8ddfa1 Document the CVSUP and REPOSITORY configuration variables. 2004-01-23 23:06:40 +00:00
des
a5a50a7fe7 Add support for tinderbox.pl's --cvsup and --repository options.
Sort %CONFIG.
2004-01-23 23:06:14 +00:00
des
0f35d83c08 Document cvsup support. 2004-01-23 23:04:38 +00:00
des
b5a653e345 Add support for using cvsup instead of cvs to update the source tree.
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.
2004-01-23 23:04:26 +00:00
imp
b9e0f0e160 Remove references to cryptotest 2004-01-22 05:57:48 +00:00
imp
096bd8d35a Theo de Raadt has brought to our attention that he wrote at least part
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
2004-01-21 16:44:49 +00:00
das
5a0431f630 Add regression tests for printf's %a/%A formats.
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).
2004-01-19 05:59:07 +00:00
das
ee1fa904fb Add regression tests for some of the bugs recently discovered in the
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).
2004-01-19 05:30:56 +00:00
das
b4bb086357 Work around a recently-introduced gcc bug. The compiler no longer
accepts certain floating point constant representations that are
legal in C99.
2004-01-18 07:06:21 +00:00
des
0a2398f73d Add ${IMAGES} to CLEANFILES. 2004-01-11 19:05:48 +00:00
des
a8d4ab8ef0 Store binary files in uuencoded form. 2004-01-11 19:00:04 +00:00
bms
5fc39205a9 Add pirtool, a tool for dumping the $PIR table on i386 machines at runtime.
Requested by:	mdodd
2004-01-06 20:59:49 +00:00
grog
bcefc9be85 Rename "msgbuf" to "dmesg", a more easily remembered name.
"Fix" documentation by removing periods and commas.
2003-12-31 00:37:24 +00:00
grog
1838491a76 Remove calls to 'y' macro. 2003-12-30 02:08:29 +00:00
grog
2f97cd9772 Remove current implementation of kldstat macro.
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
2003-12-30 01:23:16 +00:00
grog
68c1166195 Add documentation for previously undocumented macros, and correct
existing documentation.  This is not made any easier by the
brain-damaged format required for the documentation: one line, no full
stops or commas.
2003-12-29 06:38:27 +00:00
grog
b30b513db5 Add documentation for previously undocumented macros. This is not
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.
2003-12-29 06:37:11 +00:00
grog
d5947fd154 Add comments to deter people from using this file directly. That's
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.
2003-12-29 06:35:14 +00:00
grog
4982513fbd Explain what all this is about. 2003-12-22 00:01:53 +00:00
des
ef6b867341 Revert the last two commits. It seems that compat mode is actually faster
than non-compat (using -j1), though reading the make(1) sources suggests
that the opposite is true.
2003-12-12 12:03:59 +00:00
des
cbd09f0122 Don't pass -P option to make(1) as it confuses the error detection logic. 2003-12-11 16:54:42 +00:00
des
155ac2ca92 Always pass -j to make(1), even when we only want one job. It disables
compat mode and hopefully improves tinderbox performance.
2003-12-11 16:49:34 +00:00
des
93a4d7596f PowerPC doesn't need NOLIBC_R and NOFORTH (and hasn't for quite a while now) 2003-12-11 13:29:48 +00:00
des
a6756e5270 Install experimental.rc as well. 2003-12-11 13:28:07 +00:00
phk
eb2af50516 Add a small program to test/measure with the RFC 2783 API for timing
external signals.
2003-12-08 20:49:40 +00:00
sam
42af1b89fd add install rule 2003-12-07 21:42:40 +00:00
sam
40dec4d323 o report 0 instead of -1 for xmit rate when in transition
o report rssi in running display
o futz with column widths in running display
2003-12-07 21:40:52 +00:00
sam
2d92909bcd fix comment 2003-12-07 21:38:28 +00:00
des
dc062489f5 Log all results to a history file in the log directory. 2003-12-07 17:43:30 +00:00
des
fa3c43de2f Merge in uncommitted changes from the running configuration. 2003-12-04 10:22:56 +00:00
des
aad960d907 RELENG_5_2 is right around the corner. 2003-12-04 10:21:06 +00:00
ru
bbfc6ebf1a Understand the old pseudo-device config(8) file directive, for 4.x. 2003-11-28 08:58:44 +00:00
phantom
3ad0860a53 Learn about new world order 2003-11-26 10:43:05 +00:00
sam
0b4f32ae1e fixup include filenames; this stuff used to be in the kernel source tree 2003-11-13 21:25:09 +00:00
sam
e7e8d816a5 honor environment settings of SYSDIR and BINDIR 2003-11-13 21:24:09 +00:00
sam
a3489f5170 add in-kernel ttcp performance tool 2003-11-13 00:30:27 +00:00
des
aabfe725f2 Remove leftovers from old color determination scheme.
Tune the speed at which colors change.
2003-11-12 08:37:10 +00:00
des
81cd8b6875 braino in age computation 2003-11-12 08:32:34 +00:00
des
3e53bd520c Use graded colors to more clearly indicate relative age. 2003-11-12 08:30:51 +00:00
des
baa406c0e2 Turn the table around: platforms across, branches down.
Also fix some bogus tabification in here documents.
2003-11-12 08:16:16 +00:00
des
35dbfd0510 Belatedly include RELENG_4_9 in the build, and rotate RELENG_4_7 out. 2003-11-12 07:50:36 +00:00
sam
4610e7a39b add 802.11 layer stats dumper 2003-11-08 01:06:19 +00:00
sam
c40a1d0401 catchup with if_xname change 2003-11-08 01:01:56 +00:00
green
1e01559458 Add a "-f" flag for asf(8) which performs a search to find the each module
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
2003-11-04 06:38:37 +00:00
phk
cd4a9b77a6 Attached is a small patch to ministat that separates the
avg/median/stddev bars onto two lines.  Useful for datasets that
overlap.

Submitted by:    Dan Nelson <dnelson@allantgroup.com>
2003-10-31 13:25:43 +00:00
tjr
d61cbe3ed8 Add regression tests for sgetrune() and sputrune(). 2003-10-30 11:51:36 +00:00
sheldonh
059abfd5c3 Update the location of the Hart list. 2003-10-29 11:12:28 +00:00
des
94af456055 Add the "TB ---" prefix to error and warning messages so that early
failures (e.g. failure to lock the sandbox) don't result in empty failure
reports.
2003-10-14 20:01:58 +00:00
des
809a30b985 Tweak the colors for failed runs 2003-10-11 09:44:18 +00:00
des
272ffb18d4 Show stale results (8 hours old or more) in a paler color. 2003-10-11 09:40:18 +00:00
des
9df08be68d Cosmetic nits. 2003-10-10 23:27:57 +00:00
des
8bdcdc1bc6 Collapse the Architecture and Machine columns to conserve screen space. 2003-10-10 23:25:43 +00:00
des
8248f74b0c Discourage line breaks between the time of day and the time zone. 2003-10-10 22:41:00 +00:00
des
477ef90c7b Add support for tinderbox(1)'s -h option. 2003-10-10 21:13:37 +00:00
des
13c988b2af There is no need for $have_logs since we determine what platforms and
branches to show from what logs are actually present on disk.
2003-10-10 21:05:31 +00:00