ru
cfe021dc2b
Replaced COPTS by equivalent CFLAGS.
2004-08-13 14:21:49 +00:00
fjoe
520f0cfead
Regen.
2004-08-13 09:56:22 +00:00
fjoe
4cdbb4e4ad
Regression test for geom_uzip.
2004-08-13 09:53:52 +00:00
harti
d04c2b4f9d
Add a regression test for the ATM call control stuff.
2004-08-13 09:27:21 +00:00
harti
883c945b5c
Now that make more correctly handles variable assignments
...
in .MAKEFLAGS targets enable the regression test for this.
2004-08-12 19:14:10 +00:00
dds
145dad6e9d
Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived
...
software (original contributor).
Reviewed by: imp
2004-08-09 15:29:41 +00:00
thomas
e4fab58d9e
Include the nanoBSD make.conf in the top-level nanoBSD Makefile, so
...
all configuration knobs (both system settings and nanoBSD-specific ones)
can be tuned by modifying a single file. Move KERNCONF default value
to make.conf.
Attempt to resolve CFGMASTER like CUSTOMIZE, first relative to ${.CURDIR},
then as an absolute path.
Allow optional additional arguments to be passed to the CUSTOMIZE script.
2004-08-08 13:05:03 +00:00
harti
f2baa8f5ba
Back out something I'm working on that crept in with the last commit.
...
Spotted by: ru
2004-08-05 09:11:44 +00:00
harti
679c187578
Remove extra spaces. Remove double quotes around error messages -
...
they are not needed and will actually be printed.
Submitted by: ru
2004-08-05 08:44:00 +00:00
dfr
8f4eb605aa
This file is not suppose be be all one big comment :-(
...
Pointed out by: ssouhlal
2004-08-05 08:07:40 +00:00
harti
c6e3261d2f
Add another test that checks for a working '+' command flag.
2004-08-05 07:24:06 +00:00
jmg
1031eb4832
add a set of scripts that I posted to -current last year. This makes
...
debugging kernels and kernel modules much easier. It will automaticly
locate kernel source, extract kernel module information, and rerun gdb
to load kernel module symbol information (if available by compiling module
w/ debuging symbols).
I have not run these recently, so may need to be updated to work with
gdb6. Feel free to fix as appropriate for -current.
2004-08-04 18:03:43 +00:00
pjd
be8c86ce12
Add regression test for "prefer" balance algorithm in MIRROR class.
2004-08-04 12:18:42 +00:00
harti
310a4a288d
Add a regression test for the passing of command line
...
variable assignments via the MAKEFLAGS environment variable.
2004-08-04 07:40:58 +00:00
rwatson
83a61f757e
Add minimal socketpair() regression test to confirm that we can create
...
(and close) PF_UNIX socket pairs, and that we can't create PF_INET
socket pairs. More tests to follow.
2004-08-04 03:46:35 +00:00
dfr
c5d9c3618e
Add regression tests for TLS.
2004-08-03 09:04:01 +00:00
pjd
adaa0482b4
Add GEOM_MIRROR class which provide RAID1 functionality and has many useful
...
features. The gmirror(8) utility should be used for control of this class.
There is no manual page yet, but I'm working on it with keramida@.
Many useful tests provided by: simon (thank you!)
Some ideas from: scottl, simon, phk
2004-07-30 23:13:45 +00:00
jkh
b050f5c62b
After conferring with Apple legal, update the license of this to APSL 2.0
...
and change the URL link to point to the appropriate license text.
2004-07-27 20:01:43 +00:00
jmg
90290e8fb7
add a command to calculate the ratios of cnt_hold and cnt_lock to locks
...
from mutex profiling... This takes cnt_* and divides it by count, so
lower is better...
Sample command:
sh mtxpercent.sh | sort -rn +7 -8
SEE ALSO
MUTEX_PROFILING(9)
2004-07-27 00:36:53 +00:00
pjd
3a2f13d5f5
Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>.
2004-07-26 16:10:27 +00:00
pjd
badd010cc7
Change naming scheme from /dev/<name>.concat to /dev/concat/<name>.
2004-07-26 16:08:32 +00:00
rwatson
c5b9f7aaed
Simple attachment regression test to attach the "accf_data" accept
...
filter to an inet socket and check at various points during the socket
life cycle that the filter can or cannot be attached, and that once
attached that the right one is attached and that it can be queried.
2004-07-26 03:53:47 +00:00
silby
c7a11c5dc2
Add two more programs useful for testing the correctness of pipes.
2004-07-22 02:46:25 +00:00
tjr
397b943e7a
Add test programs for mbsnrtowcs() and wcsnrtombs().
2004-07-21 13:47:48 +00:00
silby
d38e57366f
Make this test compile again and remove its dependency on sys/pipe.h.
2004-07-21 03:13:53 +00:00
silby
da5b50a882
Add a simple regression test for the stat st_size bug just fixed in
...
sys_pipe.c
2004-07-20 07:17:19 +00:00
tjr
d3949c6f08
Add a skeleton makefile that runs the tests out of libc/regex/grot.
2004-07-19 09:00:26 +00:00
tjr
c977042a24
Oops, test error behaviour of wctrans(), not wctype().
2004-07-19 08:53:41 +00:00
das
2408fa162f
While testing fe[gs]etround(), make sure FLT_ROUNDS reflects the
...
proper rounding mode as well.
2004-07-19 08:17:47 +00:00
rwatson
bd6355261f
Explicitly specify ATPROTO_DDP constant rather than '0' when binding
...
a netatalk socket. No functional change.
2004-07-17 17:16:16 +00:00
rwatson
6bd2f3e42b
Add a simple tool to bind netatalk sockets and perform send operations.
...
This isn't a classic regression test in that it doesn't have a notion of
pass fail, it's more of an exercise tool. It attempts to exercise
unbound, bound, unconnected, and connected variations on SOCK_DGRAM
sockets.
2004-07-17 17:12:15 +00:00
rwatson
f1d92593c4
gcc now objects to a default label without any contents. Because I want
...
to have a comment present in the default case, add a 'break' to each
default case that previously had no actual statements.
2004-07-17 17:01:25 +00:00
rwatson
0e83a77d19
Add simple regression test to detect leakage of file descriptors when
...
accept() returns EAGAIN on a non-blocking listen socket. This is the
tool I used to check that such a bug was resolved when merging accept()
locking.
2004-07-17 16:56:46 +00:00
dfr
4502cba2fd
Experimental support for using doxygen to generate kernel documentation.
2004-07-11 16:13:57 +00:00
des
a4be987299
When cleaning house, don't try to remove what isn't there.
2004-07-09 13:15:32 +00:00
harti
e6739c645d
Use and explicite 'sh' to run the scripts, because they may be checked
...
out non-executable.
2004-07-09 08:59:15 +00:00
ru
2f0477d084
Arguments to options aren't necessarily separated with whitespace.
...
Noticed by: harti
2004-07-07 09:38:14 +00:00
mux
b4b2a2a696
Update the location of the Hart's database as well.
2004-06-28 11:46:48 +00:00
mux
252a2c97e5
The location of the Boemler's PCI database has moved. Update comments
...
to reflect reality.
2004-06-28 11:32:58 +00:00
sobomax
eed5bcdf34
Add qsort, mergesort and heapsort regression tests.
2004-06-25 12:31:12 +00:00
des
cb556a8fce
Set up logging before trying to lock the sandbox; otherwise tbmaster(1)
...
will just log a mysterious "tinderbox returned exit code 35".
2004-06-22 08:34:46 +00:00
des
45b2494f0e
Initialize $timeout to 0.
2004-06-21 15:08:17 +00:00
des
a3821a72ca
Add a timeout after which tinderbox(1) will kill its children and exit.
2004-06-21 14:49:22 +00:00
rwatson
6d595c2dc2
Update for so_state->sb_state, SB_* flag renames.
...
Submitted by: rik
2004-06-14 21:42:01 +00:00
des
39777501cc
Add a JOBS config keyword, which corresponds to the --jobs tinderbox(1)
...
command line option.
2004-06-14 12:10:48 +00:00
des
3cdcdd5daf
Update-only configs.
2004-06-14 11:36:00 +00:00
des
6e3a7b34cb
Group tinderbox results by config name. Skip configs whose names start
...
with "update_".
2004-06-12 11:23:04 +00:00
des
0d0a24e6ab
Include the config name in the log file name.
2004-06-12 11:22:21 +00:00
das
da6e1707d4
Add some fenv.h regression tests.
2004-06-11 03:22:34 +00:00
des
3f808f2fdd
Log the config name in the history file.
2004-06-05 11:09:34 +00:00