Commit Graph

12631 Commits

Author SHA1 Message Date
christos
9d51999485 new regex tests 2011-11-06 17:05:02 +00:00
tron
d775ee19fd Add entries for "npf_alg_icmp" kernel module. 2011-11-06 13:27:25 +00:00
tron
e97d755f1c Add "npf" kernel module. 2011-11-06 11:51:42 +00:00
agc
04185816c8 add the lint library for libtre 2011-11-06 02:11:16 +00:00
christos
060aca6769 add tre to the sets. 2011-11-05 22:55:20 +00:00
jruoho
56b331c000 Move connect(2), listen(2) and socketpair(2) tests to the right place. 2011-11-05 18:19:01 +00:00
jruoho
06b5587b18 Few naive checks for time(3). 2011-11-05 18:07:15 +00:00
hannken
09bafcf1a9 Document virtio(4). 2011-11-05 09:22:43 +00:00
jruoho
62a65142c3 Add 21 unit tests for the XSI message queues. 2011-11-05 07:45:40 +00:00
martin
7a8c1b579b Add a new hook, md_pre_mount(), that is called after preparation of
the target filesystem, but before mounting it. Use this on sparc64
to install the primary boot block, but install the secondary boot
(/ofwboot) later.
This allows sysinst to run at securelevel 1 (as long as we don't do an
upgrade install on the hard disk we booted from).
2011-11-04 11:27:00 +00:00
christos
dd5e893baf add t_socketpair 2011-11-04 02:25:31 +00:00
he
786e1278a2 Make sure the value of MKCOMPATMODULES gets imported into sets.subr,
so that the "compatmodules" keyword is properly handled when creating
the set lists.  Fixes the build for evbppc.
2011-11-02 14:42:43 +00:00
pgoyette
aa36ba526f Add t_ether_aton test 2011-11-01 22:37:42 +00:00
yamt
358aee7f92 add skpc 2011-11-01 13:37:32 +00:00
yamt
f291fca369 add scanc 2011-11-01 13:35:38 +00:00
yamt
ac67f2ccea sort 2011-11-01 13:34:33 +00:00
martin
0d76365484 Enable INET6 in the installer 2011-11-01 09:28:14 +00:00
martin
e3288b80f0 If we are not building SMALLPROG, there is no need to strip out INET6
support.
2011-11-01 09:26:37 +00:00
tcort
fad5a928f9 Add new developer Thomas Cort (tcort) 2011-11-01 02:04:43 +00:00
christos
7b65040d43 add pipe2 tests 2011-10-31 15:37:17 +00:00
mrg
c23dc553e9 obsolete now useless (and wrongly set to "219" :-) HAVE_BINUTILS.
switch the sense of the gdb and gcc tests to list the platforms not
switched to gcc 4.5 or gdb 7, which is now:

GCC 4.1:
.if ${MACHINE_ARCH} == "alpha"	|| \
    ${MACHINE_CPU}  == "arm"	|| \
    ${MACHINE_CPU}  == "m68k"	|| \
    ${MACHINE_CPU}  == "vax"

GDB 6:
.if ${MACHINE_ARCH} == "alpha"	|| \
    ${MACHINE_ARCH} == "hppa"	|| \
    ${MACHINE_CPU}  == "mips"	|| \
    ${MACHINE_CPU}  == "sh3"	|| \
    ${MACHINE_ARCH} == "vax"

let's go, people!  (-:
2011-10-31 08:14:43 +00:00
jakllsch
a7f0be9651 As both of the "ns-wide.wide.ad.jp" and "light.imasy.or.jp" IPv6 resolvers
now refuse my queries, replace them with "google-public-dns-a.google.com"
and "google-public-dns-b.google.com".
2011-10-30 00:30:56 +00:00
mrg
617be419f6 mark all these modules with "compatmodules" as evbppc64 doesn't want them. 2011-10-29 11:52:15 +00:00
jruoho
0b7b86c410 Note briefly what MSRs are. Requested by wiz@. 2011-10-28 07:23:16 +00:00
rkujawa
d444bf1d27 Add info about FastATA 1200 2011-10-27 22:30:11 +00:00
rkujawa
25abb1786a Add driver for ELBOX FastATA 1200 Mk-III/Mk-IV (and the man page). 2011-10-27 22:12:23 +00:00
jruoho
32b5e91691 Also mention rdtsc() in passing. 2011-10-25 05:41:33 +00:00
jruoho
49124f6222 Briefly document the basic RDMSR/WRMSR functions. 2011-10-25 05:03:55 +00:00
yamt
fe16316a27 ucas.9 2011-10-24 07:33:26 +00:00
jmcneill
7bd854f074 hook xsetwallpaper into xorg build 2011-10-22 22:23:50 +00:00
jmcneill
fa6db268de try to match sys/kern/kern_module.c module path logic: for release branches,
use X.Y version (instead of eg. X.Y.0_PATCH or X.Y_STABLE) and for -current use X.Y.Z.
ok zafer@
2011-10-22 00:05:17 +00:00
christos
c85216986a Add proc_compare.3 2011-10-21 02:11:18 +00:00
wiz
9685fb523d Move vmt(4) to x86 subdir.
No obsolete entries added for set lists since original import was just an
hour ago.
2011-10-18 10:19:11 +00:00
wiz
21103913dd Add vmt(4) from OpenBSD. 2011-10-18 09:50:24 +00:00
jmcneill
71d8676fc4 add & enable vmt module 2011-10-18 00:33:47 +00:00
mbalmer
24e4901256 There is no doubt whether whether should have a 'h' after the 'w'. 2011-10-17 16:35:21 +00:00
chs
02dd92991a do not build profiling versions of libgcc or libgcc_eh.
they are not used, and they don't build on arm with gcc 4.5.
2011-10-17 14:20:54 +00:00
jruoho
9a2c9f3246 Basic checks for the root functions. 2011-10-16 08:25:40 +00:00
jruoho
a684ed294b Basic IEEE tests for the hyperbolic sine and cosine. 2011-10-16 07:40:47 +00:00
mbalmer
e0c22d6455 Install, and add to the set lists, example code to illustrate Lua module use. 2011-10-15 13:00:59 +00:00
mbalmer
c1c0ad71d4 Link the sqlite Lua module to the build and add it to the set lists. 2011-10-15 10:46:24 +00:00
jruoho
d79436d44f Move the sigaction(2) test to the right place. 2011-10-15 07:00:48 +00:00
jruoho
d7cfdec1a4 Move the ucontext(2) test to the right place. 2011-10-15 06:54:52 +00:00
jruoho
e6064fc127 Move the writev(2) test to the right place. 2011-10-15 06:50:52 +00:00
jruoho
2a39986da0 Move the clock_gettime(2) timer test to the right place. 2011-10-15 06:42:16 +00:00
jruoho
175ae78538 Follow the design principles of tests(7) by merging 't_poll3w' to 't_poll'
as a test case instead of separate file.
2011-10-15 06:33:45 +00:00
jruoho
04c8b02c8d Move the mkdir(2) test to the right place. 2011-10-15 06:26:33 +00:00
jruoho
599acddbd9 Move the pipe(2) test to the right place. 2011-10-15 06:17:02 +00:00
jruoho
45e23a6a46 Move the posix_fadvise(2) test to the right place. 2011-10-15 06:10:26 +00:00
christos
21f0c7f9d4 move gpio.so to shl.mi where it belongs (requested by mrg@) 2011-10-15 01:32:11 +00:00