Commit Graph

677 Commits

Author SHA1 Message Date
peter
44bb65fc5d Add libmagic to the explicit build-tools list. 2004-09-16 00:22:59 +00:00
peter
081a33b6dd Make libcrypto/libssh cross compile 2004-09-15 23:15:53 +00:00
peter
27d5b02271 Fix typo in rev 1.2 "-DNOINFOall" should be "-DNOINFO all" 2004-09-15 23:01:28 +00:00
des
5420294f63 Comment lines may have leading whitespace.
PR:		71773
Submitted by:	Antoine Brodin <antoine.brodin@laposte.net>
2004-09-15 21:10:46 +00:00
rwatson
14fd534af6 Add a very basic README for tcpstream. 2004-09-13 16:53:40 +00:00
rwatson
bc1b66bc49 Add tcpstream, a simple TCP stream generator that uses a pseudo-random
sequence to detect data corruption visible to an application.
2004-09-13 03:17:22 +00:00
rwatson
00d26065f8 Add netrate (netreceive, netsend), a tool for generating (and sinking)
UDP packets of specified size at a fixed rate.  I've been using this for
netperf-related testing.
2004-09-10 19:09:50 +00:00
des
59c4137a71 Make the output more suitable for use in a frameset. 2004-09-08 16:04:38 +00:00
sam
9090d42133 new version of cryptotest (w/ only code from me)
Reviewed by:	imp
2004-09-07 18:35:00 +00:00
stefanf
d6ff12d8e3 Add a regression test for <tgmath.h>. 2004-09-04 11:34:53 +00:00
ru
a23c055438 Join the effort in simplifying this makefile. ;) 2004-09-03 06:18:52 +00:00
rwatson
c3321caf96 Pass O_NONBLOCK directly to fcntl() rather than the pointer to an int
holding the value O_NONBLOCK.  This worked previously because I was
lucky.
2004-09-02 21:41:57 +00:00
rwatson
579aeebecb Don't override the rule used to build a binary by providing our own
compiler line.
2004-09-02 21:37:50 +00:00
des
aeb1a970cb Add -c option to preserve comments from GENERIC in the output. 2004-08-29 19:45:50 +00:00
des
595433c2d1 Add genericize, a Perl script that converts a kernel config into something
more easily diffable against GENERIC.
2004-08-28 13:36:16 +00:00
obrien
ddbe77c0b2 Update for latest make(1) changes.
Submitted by:	Steve Kargl <sgk@troutmask.apl.washington.edu>
2004-08-24 17:33:42 +00:00
rwatson
ef2d8b1169 Make sure to properly initialize 'size' to sizeof(sin) before passing
it into accept().  Depending on the initial value in memory, it is
otherwise possible to get EINVAL.
2004-08-24 04:59:26 +00:00
rwatson
cf41ba3c93 Add a basic kqueue + UNIX domain socket pair regression test to do some
elementary exercising of kqueues on datagram and stream sockets.  Note
that the datagram write kqueue case is left untested due to potentially
confusing behavior for the developer (me) that might require attention.
2004-08-24 04:02:41 +00:00
pjd
54d852de82 Regression tests for 'verify reading' algorithm. 2004-08-22 16:26:09 +00:00
thomas
594ccdf057 Fix positional parameter reference to ${10}.
Fix target location for generation of fstab.

PR:	bin/70795
2004-08-21 20:21:49 +00:00
pjd
308b5bae98 Add regression test for the new "round-robin reading" feature. 2004-08-21 18:14:55 +00:00
pjd
2c8499ab51 Add description of raidtest tool. 2004-08-20 16:56:43 +00:00
pjd
c2c97ffaad - fflush() standard output before fork()ing.
- Remove redundant 'break'.
2004-08-20 12:49:09 +00:00
pjd
f280450bac Add the raidtest tool, which can be used for performance tests of storage devices.
It uses random offsets, random requests size and random operation type (READ or
WRITE). It also allows to run many processes to send I/O requests in parallel.
2004-08-20 12:02:34 +00:00
des
22f2e83f52 Remove a couple of warnings and tweak an error message. 2004-08-20 10:23:22 +00:00
des
a1244688c5 Copy open_locked() from tinderbox.pl and use it to optionally acquire a
lock file upon startup.  If this fails, tbmaster will simply terminate.
2004-08-20 08:10:30 +00:00
des
611065ec5a Print the patch file name in the warning message for missing patch files. 2004-08-19 07:31:10 +00:00
des
a9faf4250b Clean up, add update_releng_[45].rc. 2004-08-19 07:28:30 +00:00
des
95038c5a8d RELENG_5 is now available. 2004-08-19 07:27:42 +00:00
des
899cfd3b71 Branches of interest are RELENG_4_{8,9,10}. 2004-08-19 07:27:21 +00:00
des
a4c7c49217 Comment out the timeout setting; it doesn't work properly. 2004-08-19 07:26:31 +00:00
thomas
0159e912e4 Example configuration files for customize.sh.
Approved by:	re (scottl)
2004-08-16 22:55:51 +00:00
thomas
eaf7c64ae7 Add documentation of the newly-added user-configurable Makefile knobs.
Approved by:	re (scottl)
2004-08-16 22:52:40 +00:00
thomas
2c61462248 Add example customization script, to be used through CUSTOMIZE Makefile knob.
Approved by:	re (scottl)
2004-08-16 22:46:58 +00:00
thomas
4f973209b8 Properly identify the root filesystem to be used in /etc/fstab in each
slice of the flash card, ensuring that the loader will mount the root fs
from the booted slice by default.

Allow usage of FFS volume labels instead of hardcoded device names through
WITH_GEOM_VOL Makefile knob.

Approved by:	re (scottl)
2004-08-16 22:41:58 +00:00
dfr
b1ed8872f7 Remove some debug cruft from the Makefiles and make them ${.OBJDIR}
friendly.
2004-08-16 09:35:49 +00:00
pjd
3d2bec3b5a Add regression tests for GEOM_RAID3. 2004-08-16 09:09:23 +00:00
ru
94c5bbf6d8 Replaced COPTS by equivalent CFLAGS. 2004-08-13 14:21:49 +00:00
fjoe
078cb0ddaf Regen. 2004-08-13 09:56:22 +00:00
fjoe
c39ebf3a30 Regression test for geom_uzip. 2004-08-13 09:53:52 +00:00
harti
770035417b Add a regression test for the ATM call control stuff. 2004-08-13 09:27:21 +00:00
harti
a97bdeca40 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
90f44f0116 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
8edae85b1a 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
375400dc97 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
8b8e01252b 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
c4f2e02339 This file is not suppose be be all one big comment :-(
Pointed out by: ssouhlal
2004-08-05 08:07:40 +00:00
harti
6d47edfec1 Add another test that checks for a working '+' command flag. 2004-08-05 07:24:06 +00:00
jmg
2a71dec10f 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
2915eae8fd Add regression test for "prefer" balance algorithm in MIRROR class. 2004-08-04 12:18:42 +00:00