Commit Graph

216923 Commits

Author SHA1 Message Date
jmmv
896042bdc6 Reword entry about the import of kyua-testers-0.1 to use kyua(1) as the
affected component name.
2013-02-23 14:24:56 +00:00
jmmv
649684dbb8 Note new import of kyua-cli, version 0.6. 2013-02-23 14:24:12 +00:00
jmmv
9f60280349 Register kyua-cli into the Atffile when MKKYUA!=no. 2013-02-23 14:22:24 +00:00
jmmv
0d18479af7 Descend into kyua-cli when MKKYUA!=no. 2013-02-23 14:18:52 +00:00
jmmv
89e4f17129 Register directories and files provided by kyua-cli. 2013-02-23 14:18:36 +00:00
jmmv
ba65fde2d7 Add reachover build files for kyua-cli. 2013-02-23 14:16:49 +00:00
christos
964e4f5784 fix restart from anon ymous 2013-02-23 13:47:36 +00:00
jmmv
6b3a42af15 Initial import of Kyua CLI, version 0.6:
This is the main component of Kyua and its build will be guarded by the
MKKYUA knob.  core@ has approved this import.

Description:

Kyua (pronounced Q.A.) is a testing framework for both developers and
users.  Kyua is different from most other testing frameworks in that it
puts the end user experience before anything else.  There are multiple
reasons for users to run the tests themselves, and Kyua ensures that
they can do so in the most convenient way.

This module, kyua-cli, provides the command-line interface to the Kyua
runtime system.  The major purpose of this tool is to run test cases and
generate unified reports for their results.
2013-02-23 12:34:03 +00:00
skrll
f6d9352985 aprintf -> aprint_normal 2013-02-23 08:23:03 +00:00
skrll
e8bfd11bc4 Consistently use the macros to get softc, dxfer, etc. 2013-02-23 08:22:05 +00:00
christos
5c9f984d44 inet & inet6 == wrong
(inet | inet6) == right
2013-02-22 15:59:14 +00:00
jmmv
9c6c1d3b56 Install lutok's missing test_utils.hpp header file. 2013-02-22 15:14:29 +00:00
plunky
70aa4411eb since /etc/rc.d/network now prints messages about DAD
to the console during boot, lets provide a hint what it
is:

    duplicate address detection
2013-02-22 08:19:50 +00:00
msaitoh
d0be26799f Style change. It's mainly intended to reduce the diff between Fx and Nx. 2013-02-22 06:11:17 +00:00
christos
bf895aa166 mention new services/protocols 2013-02-22 03:43:55 +00:00
christos
af236c8c4f refresh from IANA 2013-02-22 03:42:06 +00:00
christos
b1baeb1ce1 remove code that did special handling for . and .. at the end of the path.
From mouse@
2013-02-21 18:17:43 +00:00
joerg
2ef880c45c No ctassert in tool build 2013-02-21 16:21:20 +00:00
hans
f49c4a3f9c Make this build on SunOS. 2013-02-21 15:56:07 +00:00
skrll
1bb892c6a4 Fixup the cpu_{match,attach} functions to not allow more that HPPA_MAXCPUs
to be used.

Fixes problem booting on a dual-cpu j6700 with GENERIC (which doesn't
define MULTIPROCESSOR) reported by KIYOHARA Takashi on port-hp700.
2013-02-21 15:16:02 +00:00
hans
93170f635e Use HOST_SH to run scripts. Makes mkimage work on SunOS. 2013-02-21 15:13:10 +00:00
christos
6b28c645f3 remove empty #if 2013-02-21 14:13:01 +00:00
christos
e7fd4058d5 Remove -s "stable" flag, since it is not posix. 2013-02-21 14:08:50 +00:00
macallan
4d32983619 add WSDISPLAY_COMPAT_PCVT 2013-02-21 12:31:22 +00:00
skrll
a0267f89e6 Wrap sysctl_teardown(&compat_clog) with the appropriate #if defined()s 2013-02-21 10:22:04 +00:00
skrll
7efed15211 Add PCVT compat (for X console switching) and SYSCONS for some more
ioctls.
2013-02-21 09:25:30 +00:00
martin
e5841079eb Remove duplciate WSDISPLAY_COMPAT_PCVT - no idea how that sneaked in.
Thanks to Nick Hudson for the quick catch.
2013-02-21 09:04:22 +00:00
martin
7f2ffc8436 Make the Xdm default config use vt05 for all arches that can switch
consoles while in X.
2013-02-21 08:20:19 +00:00
martin
2a677e9a61 Add PCVT compat (for X console switching) and another font (purely
esthetical). From maccalan@.
2013-02-21 08:07:24 +00:00
pgoyette
e8ac3e27f9 Move boottime50 and its associated sysctl into the compat module. As
noted on tech-kern.  Should fix PR/47579.

OK christos@

Will request pull-up to 6.0 in a few days.
2013-02-21 01:39:54 +00:00
tron
53529c743e Fix dodgy arguments to snprintf(3) which cause a warning that breaks
the build (at least with "USE_SSP" set to "yes").
2013-02-20 22:45:12 +00:00
christos
43318fcb2c Minor nits, and make it compile in FreeBSD (NBBY needs sys/params.h) 2013-02-20 20:27:42 +00:00
christos
963defd907 we don't have multibyte.3 (yet) 2013-02-20 20:05:26 +00:00
tron
d352d77a08 Don't declare a variable inside a "for" construct because it breaks the
tool build which doesn't use C99.
2013-02-20 19:59:34 +00:00
wiz
8c68be56af Sort SEE ALSO.
XXX: multibyte(3) is dangling.
2013-02-20 19:49:26 +00:00
macallan
4cb75f7dc1 add WSDISPLAY_COMPAT_PCVT 2013-02-20 19:35:46 +00:00
macallan
205f56bed2 add WSDISPLAY_COMPAT_PCVT 2013-02-20 19:18:17 +00:00
christos
3e6d0c8c98 Make the masks 64 bit wide so that they fit 6 character wide conversions.
Explain what's wrong with MB_LEN_MAX currently.
2013-02-20 18:40:49 +00:00
riz
3d6cc52bac Use "gzip -dc" instead of "zcat" - some versions of zcat don't grok
gzip.
2013-02-20 18:33:37 +00:00
riz
6948e65203 Initialize 'clen' to 0, to avoid "may be used uninitialized" warning. 2013-02-20 18:09:13 +00:00
christos
1ee549bd74 Fix whitespace 2013-02-20 17:15:08 +00:00
christos
b2db3f8741 use MB_LEN_MAX directly instead of assuming how large it is. 2013-02-20 17:04:45 +00:00
christos
88d1b254b8 More fixes from J.R. Oldroyd. We introduce a new function that can
retrieve and return if there has been a conversion error, so that
it can keep performing char-by-char processing if a multi-byte
conversion occurred. Also some more code cleanups in the "extra"
processing.
2013-02-20 17:01:15 +00:00
msaitoh
2bdaa896b0 regen. 2013-02-20 16:41:48 +00:00
msaitoh
88633825b7 Add BCM5708S, BCM57780, BCM5717C, BCM5719C and BCM5720C. 2013-02-20 16:41:19 +00:00
christos
3157acd0cf PR/47577: Steffen "Daode" Nurpmeso: Refinement to previous to keep always
keep track of the folder when it is updated.
2013-02-20 14:38:13 +00:00
joerg
763d7bc79a Work-around for python detection in LLVM's configure script 2013-02-20 14:13:31 +00:00
ws
da101daed1 It helps to separate arguments from the query.
While still suboptimal (you cannot use all the queries specified for .DE),
at least this way we don't get cryptic error messages for standard queries.
2013-02-20 09:27:52 +00:00
skrll
178a6ef2ca Move INTEGRATOR_CP from EVBARM_BOARDS to KERNEL_SETS so an
INTEGRATOR_CP_INSTALL kernel isn't required.
2013-02-20 09:03:41 +00:00
msaitoh
78209dbba3 regen. 2013-02-20 04:40:38 +00:00