cvs2svn
d0023ab87e
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2006-06-12 22:58:51 +00:00
maxim
3db26749cd
Sync with HEAD: take an account a media sectorsize for medium and
...
bigsize calculation; -r and -w keys to load and save a worklist;
add man page; amd64 fixes.
2006-06-04 10:48:06 +00:00
maxim
809bf26fec
MFC rev. 1.9: correct comments.
2006-05-29 11:08:14 +00:00
sobomax
f30e4a0348
MFC: Add an option allowing to start search from some arbitrary offset
...
instead of offset 0; measure distance between UFS1 and UFS2
superblocks independently.
2006-05-26 00:51:11 +00:00
cvs2svn
47d76a2b91
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2006-05-25 04:01:05 +00:00
ru
41902b5ef0
MFC: 1.6: Fix a small bug.
...
Approved by: re (mux)
2006-04-19 18:22:18 +00:00
sam
317f898447
MFC: sync with HEAD
...
Approved by: re (scottl, hrs)
2006-03-10 22:04:07 +00:00
sam
ae10cec2e9
MFC ncpus: test program to check cpu counting
...
Approved by: re (scottl)
2006-03-01 06:03:55 +00:00
cvs2svn
bb0d528a2b
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2006-02-28 17:48:34 +00:00
wkoszek
4a59009fe0
MFC:
...
src/tools/tools/ministat/ministat.c:
1. rev. 1.6 -> 1.7
Add option -w to specify graph width.
Use COLUMNS, terminal width for default graph width.
2. rev 1.7 -> 1.8
Fix the way in which median is calculated. If the data source has even
number of data points, value should be calculated by adding two middle
elements and dividing them by 2.
[1] Reviewed by: rwatson
[2] Approved by: cognet (mentor)
Approved by: re (scottl)
2006-02-27 22:34:36 +00:00
cvs2svn
34436ebdd7
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2006-02-22 21:51:10 +00:00
sam
9df8de65f3
MFC: reorg tools to simplify use with crunchgen and rename net80211
...
tools as originally intended
2006-01-31 20:48:21 +00:00
phk
164ce7afe5
MFC:
...
Updated flash library
ramdisk sizes and last orders.
2006-01-31 15:56:33 +00:00
sam
b351d53260
catch up to driver changes
2006-01-24 05:35:03 +00:00
cvs2svn
30ca7bc8d2
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2005-12-30 16:45:32 +00:00
sobomax
b81beea2d4
Extend utility to allow recovering single file from the deffective
...
media.
2005-12-15 03:50:03 +00:00
cvs2svn
878f552269
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2005-12-11 23:15:25 +00:00
maxim
d8bcf95cfa
MFC revs. 1.2, 1.3: fix the path to aac_ioctl.h and style.
2005-11-13 16:37:57 +00:00
phk
5470b47e36
MFC:
...
Various adjustments.
Approved by: re@ (scottl)
2005-10-11 06:42:02 +00:00
cvs2svn
abab8b0378
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2005-10-05 05:21:08 +00:00
phk
8aebf05b22
MFC:
...
nanobsd conversion to shell script.
Approved by: re@ (scottl)
2005-09-26 15:00:49 +00:00
cvs2svn
2b4d75fb47
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2005-09-21 20:08:25 +00:00
cvs2svn
fa22dafdfa
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2005-09-03 06:59:35 +00:00
simon
9708c1a836
MFC rev 1.8:
...
Correct a comment to match the configuration parameter it describes.
Approved by: re (scottl)
2005-09-02 19:10:14 +00:00
cvs2svn
99644cc57f
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2005-08-29 11:34:09 +00:00
phk
9d0c63296b
MFC: Pull in stuff from -current.
...
Approved by: re@
2005-08-16 22:49:11 +00:00
phk
d5f6d4f261
MFC: fix a bug relating to multiple (>2) data sets.
...
Approved by: re@
2005-08-16 22:48:12 +00:00
cvs2svn
42fe58c4c6
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2005-08-16 19:08:02 +00:00
sam
ab68812eb8
sync with HEAD
...
Approved by: re (kensmith)
2005-08-07 02:23:32 +00:00
cvs2svn
ec43e58941
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2005-07-29 10:06:58 +00:00
gad
c002d193d2
MFC 1.3: Correct one regression test, and add a few more tests.
...
Approved by: re(kensmith)
2005-07-25 18:52:07 +00:00
cvs2svn
dd2adf2c10
This commit was manufactured by cvs2svn to create branch 'RELENG_6'.
2005-07-11 04:14:43 +00:00
gad
2628b26a5e
Upgrade these regression tests to track recent changes to `env'.
...
Approved by: re (blanket `env')
2005-06-21 21:43:38 +00:00
gad
cb0516417f
Add a suite of regression tests for all the recent changes to `env',
...
using my own script to handle it. I wrote my own partially because
of all the quoting-issues involved with testing what I wanted to test,
and partially because this lets me commit one script and one data file,
instead of one-file-per-regression-test.
This suite was good enough for my initial testing (and it did help me
find a few bugs that would have otherwise been missed). I'm not sure
how well it will work in general use, but I figured I might as well
commit it. It won't *hurt* to have it available. At the worst, people
can just ignore it.
Approved by: re (blanket `env')
2005-06-20 04:17:12 +00:00
maxim
e5e29d142d
o setsockopt(2) cannot remove accept filter. [1]
...
o getsockopt(SO_ACCEPTFILTER) always returns success on listen socket
even we didn't install accept filter on the socket.
o Fix these bugs and add regression tests for them.
Submitted by: Igor Sysoev [1]
Reviewed by: alfred
MFC after: 2 weeks
2005-06-11 11:59:48 +00:00
sobomax
9f5f77a9e2
Add entry for recoverdisk.
2005-06-06 00:18:17 +00:00
harti
54f37e8648
Add a test for escaped newline handling.
2005-06-01 11:26:47 +00:00
harti
10c793046d
Add support for TODO tests. These are tests that are supposed to fail,
...
because of a make bug that should be fixed.
2005-06-01 11:25:38 +00:00
harti
316b5bf776
Change the test infrastructure so that tests are easier to maintain and
...
so that make(1) will run in an almost clean environment and enhance the
description of the test infrastructure.
Add the ability to have multiple tests carried out per test script.
Give some tests more meaningful names.
Fix the usage message from the test scripts.
Make it possible to pass several commands to the test scripts like:
'sh test.t setup run compare clean'.
2005-05-31 14:13:07 +00:00
rwatson
8cf16b63df
dd a '-n' option to ministat, which causes it to display only summary
...
statistics, not graph and statistical test output. Useful for automated
processing.
2005-05-27 17:52:56 +00:00
harti
e533045bcd
Add a test to check whether in compat mode make detectes builtins
...
on the command line and really executes the shell instead of directly
executing the command.
2005-05-20 15:25:04 +00:00
harti
d35d2dfc6f
Add a test to ensure that in compat mode when a line contains no
...
shell meta characters it is not passed to the shell, but the command
is executed directly (given that the line is not a shell builtin) and
that the line with a meta character is passed to the shell.
2005-05-20 15:06:27 +00:00
harti
e956f972da
Add a test that test whether we can replace the shell to use by
...
make with another shell and set all its parameters (meta and builtins
not tested here).
2005-05-20 14:50:30 +00:00
phk
906cfe30a4
Make the path to make.conf a parameter which can be overridden.
...
NB: you have to use absolute path!
2005-05-19 15:34:36 +00:00
phk
bb1e88d3de
Save space by using -b 4096 -f 512 for newfs.
...
Retain -i 8192 to avoid wasting inodes.
2005-05-19 15:34:00 +00:00
phk
db59b95e39
Run the "files" customization script
2005-05-19 15:24:23 +00:00
phk
ad5fa596b8
Add some runtime admin/tool scripts
2005-05-19 15:23:47 +00:00
phk
4f1d6dc368
Add a couple of basic customization scripts.
2005-05-19 15:20:49 +00:00
phk
c4f68fb959
Explain the magic
2005-05-19 13:33:21 +00:00
harti
b2f252c7bc
Some test cases for .SHELL target: builtin shell selection and
...
changing the path of a builtin shell.
2005-05-19 11:23:01 +00:00