christos
e55e1f1e31
more lint tests
2011-12-25 20:15:34 +00:00
pgoyette
23a56681fd
Include the fifofs Atffile
2011-12-21 07:36:02 +00:00
christos
5ef9683a49
add the directories
2011-12-21 01:57:55 +00:00
christos
770e6bc355
Add a fifofs test.
2011-12-21 00:23:30 +00:00
njoly
e4757f8055
Add eeprom.debug, and while here sort list.
2011-12-19 15:09:52 +00:00
joerg
7939bbfd79
libgcc_pic is still needed for GCC 4.1.
2011-12-19 14:04:56 +00:00
tsutsui
e7c3c9d266
Update ftp.NetBSD.org IPv4/IPv6 addresses.
...
(should be pulled up to all release branches?)
2011-12-17 15:40:22 +00:00
tsutsui
a7f5216f76
Add an rc.d(8) script for isibootd(8). Taken from ndbootd(8).
2011-12-17 13:37:49 +00:00
tsutsui
17d9647811
Build and install isibootd(8).
2011-12-17 13:27:49 +00:00
wiz
a107b19ebf
Split extattr(3) into two man pages to get rid of ugly duplicate Nd.
...
Work done by Abhinav Upadhyay with minimal cleanup.
2011-12-16 12:46:00 +00:00
macallan
ad3b6c9f6b
add eeprom
2011-12-15 07:52:13 +00:00
njoly
be26ac6354
Add missing x11 tag for xfree debug files, and add xorg debug files.
2011-12-14 14:18:19 +00:00
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