Commit Graph

512 Commits

Author SHA1 Message Date
das
b34ba9267d 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
8bba23bcd3 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
0215d69e21 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
b5b2dad2b3 Add ${IMAGES} to CLEANFILES. 2004-01-11 19:05:48 +00:00
des
b1cf151cf0 Store binary files in uuencoded form. 2004-01-11 19:00:04 +00:00
bms
0ec13bbe55 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
c042ad5b43 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
e73cd5ac20 Remove calls to 'y' macro. 2003-12-30 02:08:29 +00:00
grog
6f316c7c15 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
5214257295 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
312f94a981 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
9dbe9da10f 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
a5c79dac09 Explain what all this is about. 2003-12-22 00:01:53 +00:00
des
7ed0e44024 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
88a6713374 Don't pass -P option to make(1) as it confuses the error detection logic. 2003-12-11 16:54:42 +00:00
des
757bceac48 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
29a74b0a5b 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
eaf40818a9 Install experimental.rc as well. 2003-12-11 13:28:07 +00:00
phk
5fc1455f30 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
2491b1663d add install rule 2003-12-07 21:42:40 +00:00
sam
6883826916 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
ec0b56b4a8 fix comment 2003-12-07 21:38:28 +00:00
des
0146f68317 Log all results to a history file in the log directory. 2003-12-07 17:43:30 +00:00
des
a01fa3dd5f Merge in uncommitted changes from the running configuration. 2003-12-04 10:22:56 +00:00
des
bbc893d308 RELENG_5_2 is right around the corner. 2003-12-04 10:21:06 +00:00
ru
8b16f19b53 Understand the old pseudo-device config(8) file directive, for 4.x. 2003-11-28 08:58:44 +00:00
phantom
ad3f1c6054 Learn about new world order 2003-11-26 10:43:05 +00:00
sam
58d58e721b fixup include filenames; this stuff used to be in the kernel source tree 2003-11-13 21:25:09 +00:00
sam
41dd852297 honor environment settings of SYSDIR and BINDIR 2003-11-13 21:24:09 +00:00
sam
0f82ac37b7 add in-kernel ttcp performance tool 2003-11-13 00:30:27 +00:00
des
8e83cfd041 Remove leftovers from old color determination scheme.
Tune the speed at which colors change.
2003-11-12 08:37:10 +00:00
des
aa731bc983 braino in age computation 2003-11-12 08:32:34 +00:00
des
0f38b455d2 Use graded colors to more clearly indicate relative age. 2003-11-12 08:30:51 +00:00
des
fee6e52043 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
14e08494b4 Belatedly include RELENG_4_9 in the build, and rotate RELENG_4_7 out. 2003-11-12 07:50:36 +00:00
sam
9085c8042a add 802.11 layer stats dumper 2003-11-08 01:06:19 +00:00
sam
cb9490d26b catchup with if_xname change 2003-11-08 01:01:56 +00:00
green
702cf84221 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
2de88267f6 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
62bcef1682 Add regression tests for sgetrune() and sputrune(). 2003-10-30 11:51:36 +00:00
sheldonh
b2819ceb95 Update the location of the Hart list. 2003-10-29 11:12:28 +00:00
des
7a44ee10af 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
ca338e3964 Tweak the colors for failed runs 2003-10-11 09:44:18 +00:00
des
cb24e55c0c Show stale results (8 hours old or more) in a paler color. 2003-10-11 09:40:18 +00:00
des
5c0416ca4a Cosmetic nits. 2003-10-10 23:27:57 +00:00
des
8c75eea853 Collapse the Architecture and Machine columns to conserve screen space. 2003-10-10 23:25:43 +00:00
des
a97c1cb829 Discourage line breaks between the time of day and the time zone. 2003-10-10 22:41:00 +00:00
des
7ea266dced Add support for tinderbox(1)'s -h option. 2003-10-10 21:13:37 +00:00
des
ed541427f1 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
des
08d994bb47 Document the -h option. 2003-10-10 21:04:14 +00:00