Commit Graph

12671 Commits

Author SHA1 Message Date
he
b8e262ecc5 Add the secmodel_extensions variants of the kernel modules. 2011-12-07 22:14:43 +00:00
jym
20cbd76bbd Set list fix... 2011-12-05 02:04:34 +00:00
jym
f3effc5ec2 Improvements in secmodel(9). Document secmodel_register(9), _deregister(9)
and _eval(9).

Add secmodel_extensions(9), and indicate the new sysctl(7) to let
ordinary users control the CPU affinity (user_set_cpu_affinity).
2011-12-04 21:08:37 +00:00
he
f58262c542 Add the chfs module for powerpc-4xx and powerpc-booke. 2011-11-29 10:05:28 +00:00
tls
7db676852a Add (links for) missing "cross-references" from cprng(9). Some of the
functions replaced by cprng were never documented at all.
2011-11-29 03:40:41 +00:00
tls
2a139c3401 Add cprng(9) manual page, remove arc4random(9) manual page 2011-11-28 20:19:25 +00:00
tron
bb4b748000 Don't build postscreen(8) if "MKCRYPTO" is set to "no". It cannot be
built without TLS support, at least not without major surgery.
I've only tested this by building with "MKCRYPTO" set to "yes"
because the build fails much ealier otherwise.

Problem reported by Nick Hudson in private e-mail.
2011-11-28 16:22:14 +00:00
sekiya
c4f5060af2 Note kern-SHEEVAPLUG. 2011-11-28 06:16:40 +00:00
isaki
9289c438ac Add powsw(4) for x68k power switch. It substitutes for a part about
power switch handler of pow(4) deleted before.
Benefits than pow(4):
- separate a front switch (= powsw0) and an EXPWON line (= powsw1)
  completely. Only powsw0 is enabled in GENERIC by default.
- prevent chattering in some hardware individuals.
  thank you for a report and a test: Yasushi Oshima and Y.Sugahara.
2011-11-27 09:00:32 +00:00
tsutsui
305f313ce1 Also add vioif(4) and viomb(4) to a set list. 2011-11-26 15:39:49 +00:00
njoly
97f73c2bd9 +mount_chfs.debug 2011-11-25 07:50:36 +00:00
ahoka
bfe8f86e03 add chfs.kmod 2011-11-24 21:46:15 +00:00
ahoka
dac60b7b08 add /sbin/mount_chfs 2011-11-24 21:44:19 +00:00
ahoka
1beb357e78 add mount_chfs.8 2011-11-24 21:42:08 +00:00
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