Dag-Erling Smørgrav
d9d3e2c85f
Fix the case where .OBJDIR != .CURDIR.
2004-01-25 19:11:43 +00:00
Dag-Erling Smørgrav
b8dbe3e019
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
Dag-Erling Smørgrav
09e0653941
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
Dag-Erling Smørgrav
9538c775a1
Include the hostname in the history file.
2004-01-24 15:06:36 +00:00
Dag-Erling Smørgrav
1d701419fd
Bump the date.
2004-01-24 14:53:25 +00:00
Dag-Erling Smørgrav
4dad564514
Bump version number to reflect the addition of cvsup support.
2004-01-24 14:53:11 +00:00
Dag-Erling Smørgrav
292d6f75a5
Ignore incomplete logs when figuring out what branches and platforms
...
to display.
2004-01-24 14:52:44 +00:00
Dag-Erling Smørgrav
d6a2cc66e2
I won't be using stanley any more.
2004-01-24 14:32:54 +00:00
Dag-Erling Smørgrav
92731d69b0
Drop RELENG_5_1 due to lack of resources.
2004-01-24 14:31:25 +00:00
Dag-Erling Smørgrav
a073697081
Add powerpc, which should build cleanly now.
2004-01-24 14:30:40 +00:00
Dag-Erling Smørgrav
fbedaa8f05
Document the CVSUP and REPOSITORY configuration variables.
2004-01-23 23:06:40 +00:00
Dag-Erling Smørgrav
522bf11452
Add support for tinderbox.pl's --cvsup and --repository options.
...
Sort %CONFIG.
2004-01-23 23:06:14 +00:00
Dag-Erling Smørgrav
62274a0b18
Document cvsup support.
2004-01-23 23:04:38 +00:00
Dag-Erling Smørgrav
50d573dfc2
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
Warner Losh
e6fb5181c4
Remove references to cryptotest
2004-01-22 05:57:48 +00:00
Warner Losh
60cfb6bcd7
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
David Schultz
575f4d3239
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
David Schultz
24f285966e
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
David Schultz
e5524baebf
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
Dag-Erling Smørgrav
0f2f05821a
Add ${IMAGES} to CLEANFILES.
2004-01-11 19:05:48 +00:00
Dag-Erling Smørgrav
0b6e836294
Store binary files in uuencoded form.
2004-01-11 19:00:04 +00:00
Bruce M Simpson
27faa39960
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
Greg Lehey
a783ff949c
Rename "msgbuf" to "dmesg", a more easily remembered name.
...
"Fix" documentation by removing periods and commas.
2003-12-31 00:37:24 +00:00
Greg Lehey
e1e5f8baf2
Remove calls to 'y' macro.
2003-12-30 02:08:29 +00:00
Greg Lehey
1cff4d0c1f
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
Greg Lehey
410b51e72b
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
Greg Lehey
8454e168a9
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
Greg Lehey
747ca5f521
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
Greg Lehey
0fa02ea5f7
Explain what all this is about.
2003-12-22 00:01:53 +00:00
Dag-Erling Smørgrav
3b64ed3a59
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
Dag-Erling Smørgrav
194c3cd492
Don't pass -P option to make(1) as it confuses the error detection logic.
2003-12-11 16:54:42 +00:00
Dag-Erling Smørgrav
e8064dd1a8
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
Dag-Erling Smørgrav
801e29bd96
PowerPC doesn't need NOLIBC_R and NOFORTH (and hasn't for quite a while now)
2003-12-11 13:29:48 +00:00
Dag-Erling Smørgrav
bf063e8c94
Install experimental.rc as well.
2003-12-11 13:28:07 +00:00
Poul-Henning Kamp
3d9368b2d0
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 Leffler
236d9d937d
add install rule
2003-12-07 21:42:40 +00:00
Sam Leffler
35d8be69e3
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 Leffler
db511d2fff
fix comment
2003-12-07 21:38:28 +00:00
Dag-Erling Smørgrav
5494e1fa10
Log all results to a history file in the log directory.
2003-12-07 17:43:30 +00:00
Dag-Erling Smørgrav
9cc0135c20
Merge in uncommitted changes from the running configuration.
2003-12-04 10:22:56 +00:00
Dag-Erling Smørgrav
082e8d12e0
RELENG_5_2 is right around the corner.
2003-12-04 10:21:06 +00:00
Ruslan Ermilov
69de7f12cb
Understand the old pseudo-device config(8) file directive, for 4.x.
2003-11-28 08:58:44 +00:00
Alexey Zelkin
ac5e4e9c9e
Learn about new world order
2003-11-26 10:43:05 +00:00
Sam Leffler
10e2a7db13
fixup include filenames; this stuff used to be in the kernel source tree
2003-11-13 21:25:09 +00:00
Sam Leffler
240d548608
honor environment settings of SYSDIR and BINDIR
2003-11-13 21:24:09 +00:00
Sam Leffler
891ea87e6a
add in-kernel ttcp performance tool
2003-11-13 00:30:27 +00:00
Dag-Erling Smørgrav
a82652a49f
Remove leftovers from old color determination scheme.
...
Tune the speed at which colors change.
2003-11-12 08:37:10 +00:00
Dag-Erling Smørgrav
a5601bd7fa
braino in age computation
2003-11-12 08:32:34 +00:00
Dag-Erling Smørgrav
f61d63d059
Use graded colors to more clearly indicate relative age.
2003-11-12 08:30:51 +00:00
Dag-Erling Smørgrav
7335c12f8f
Turn the table around: platforms across, branches down.
...
Also fix some bogus tabification in here documents.
2003-11-12 08:16:16 +00:00