Commit Graph

12657 Commits

Author SHA1 Message Date
christos
09a433306f add t_subr_prf 2011-11-24 01:49:39 +00:00
tls
4924aa205a Load entropy at system boot (only works at securelevel < 1); save
at system shutdown.  Disable with random_seed=NO in rc.conf if desired.

Goes to some trouble to never load or save to network filesystems.

Entropy should really be loaded by the boot loader but I am still
sorting out how to pass it to the kernel.
2011-11-23 10:47:48 +00:00
cheusov
91dbf71977 Regression tests for awk(1) (PR 44063) 2011-11-22 20:22:09 +00:00
joerg
9cf8fb38ac Add test cases for strcspn, strpbrk, strspn, wcscspn, wcspbrk and
wcsspn.
2011-11-21 23:50:44 +00:00
njoly
0a4b126e70 Add Xorg modules debug entries. 2011-11-20 21:50:38 +00:00
isaki
2ccb98927e Obsolete pow(4) and rtcalarm(8). Discussed in port-x68k@.
Probably the combination of pow(4) ioctl and rtcalarm(8) does
not work for a long time, and nobody uses them.
I'll rewrite a part about power switch handler as a new device.
2011-11-19 12:27:42 +00:00
njoly
8de7333d7f Switch from COPYDIR to COPY/LINK when populating usr/mdec directory, to
avoid file duplication.
2011-11-18 21:32:46 +00:00
christos
c3b1b2f48c add kevent test 2011-11-17 01:22:30 +00:00
he
2f168eae0b Add the iscsi kernel module and directories for ibm4xx and booke variants.
Re-sort.
2011-11-16 17:26:24 +00:00
njoly
588634a938 +iscsictl.debug +iscsid.debug 2011-11-15 22:02:19 +00:00
riz
262c7a9290 Build and install new in-kernel iscsi initiator kernel module and associated
binaries (iscsid, iscsictl) if MKISCSI != no.  Initiator can also be built
into a kernel by adding 'pseudo-device iscsi' in kernel configuration.
2011-11-15 16:50:43 +00:00
jym
0cbbdfa92d pool_cache_sethiwat(9), pool_cache_setlowat(9), pool_cache_sethardlimit(9) 2011-11-15 00:50:55 +00:00
jym
1e8ad6eb02 pool_sethardlimit.9 => pool.9 2011-11-15 00:19:42 +00:00
christos
d8c88883a4 add t_evaltested 2011-11-14 20:25:15 +00:00
christos
02e7ae4899 add getfstypename 2011-11-13 22:25:21 +00:00
mbalmer
c70f5944c6 Add documentation for gpiopwm(4). 2011-11-13 12:35:40 +00:00
riz
bc636e4a7b Add /usr/tests/examples/Atffile to fix the build. 2011-11-12 19:39:01 +00:00
jmmv
2cd463aa6d Register the new asm examples and their tests. 2011-11-12 01:20:05 +00:00
chs
b594044edd add gcc-4.5/tgmath.h 2011-11-10 17:18:22 +00:00
yamt
9c5d9163d1 document pthread_curcpu_np 2011-11-10 14:01:11 +00:00
njoly
acbb866e79 +libtre.so.0.8.debug 2011-11-08 10:52:20 +00:00
njoly
eede09bd58 +agrep.debug 2011-11-08 10:49:41 +00:00
jruoho
945d534b41 Few naive checks for cpuset(3) and ftok(3). 2011-11-08 05:47:00 +00:00
he
abbf8bf0e6 Two more instances which need "return 0;" to fix the build. 2011-11-07 14:18:51 +00:00
he
e808022f5e Return 0 from md_pre_mount(), which is otherwise empty here, so that
this builds again.
2011-11-07 12:40:26 +00:00
christos
f57affd507 Add the libtre tests
XXX: It would be *really* nice to share the data with libc/regex since
this is just another copy.
2011-11-06 18:53:00 +00:00
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