kiyohara
eb42ba5418
Fix build failed.
...
Add vga_drv and manuals.
2010-07-12 16:08:52 +00:00
kiyohara
299d82b760
Support xserver for prep.
...
It tested only s3(864).
2010-07-12 07:54:11 +00:00
gsutre
effb01975b
Add myself
2010-07-11 20:00:52 +00:00
mrg
a3edee1795
point to iso/sparccd.iso, instead of the non-existant installation/cdrom/
...
subdir. should fix PR#32556 properly.
2010-07-11 13:26:38 +00:00
mrg
e0b3e40e52
mark some skey files with skey tag
2010-07-11 13:13:19 +00:00
mrg
2f654f55c7
fix the MKCOMPAT=no set lists.
2010-07-11 12:54:26 +00:00
mrg
5993d5c2e7
mark skey files with skey tag.
2010-07-11 12:37:51 +00:00
mrg
e8d83502ca
various fixes for mips64 builds. some are true for all builds, most
...
are for !crypto, !kerberos, !skey, !ldap or !pam builds.
now both sgimips64 and evbmips64-el build for me!
2010-07-11 11:33:47 +00:00
jmmv
5956eda6b6
Fix typo after crypto changes to let the pkg_summary.5 entry work.
2010-07-11 10:15:07 +00:00
mrg
6479f6e5b4
ldap is configured to depend upon MKCRYPTO no, so force MKLAP=no if
...
MKCRYPTO=no.
don't build pkg_install, libcrypto tests or rump_smbfs if MKCRYPTO=no.
mark librumpcrypto, rump_smb, pkg_*
fix set lists as appropriate.
2010-07-11 06:16:54 +00:00
jmmv
0aef9b15d2
t_ipf has been split into separate pieces.
2010-07-10 17:29:12 +00:00
jmmv
6b66930437
Add new test programs for libcrypto.
2010-07-10 16:43:40 +00:00
tron
7739d1fed5
Add directories for "x86" manual page category.
2010-07-08 22:01:34 +00:00
tron
7714b84ee7
Add HTML version of ballon(4).
2010-07-08 21:43:58 +00:00
christos
391d674df6
add balloon
2010-07-08 20:02:56 +00:00
rmind
d199be9733
Merge/group man pages:
...
- pthread_barrier_{init,destroy,wait} into pthread_barrier(3).
- pthread_cond_* into pthread_cond(3).
- pthread_mutex_* into pthread_mutex(3).
- pthread_rwlock_* into pthread_rwlock(3).
- pthread_spin_* into pthread_spin(3).
Cross-link amongst groups.
OK jruoho@
2010-07-08 19:20:16 +00:00
njoly
f4fe57bd3e
Add puffs/h_have_puffs.debug obsolete entry back.
2010-07-07 14:54:19 +00:00
jruoho
2bf45345db
Move the thread stack attribute functions to a separate page. In addition,
...
document pthread_attr_getstack() and pthread_attr_setstack(). Try to also
document these a little better (in particular, note some items in the long
list of caveats and questions related to application-controlled thread stack).
2010-07-07 11:04:52 +00:00
njoly
3bb7b36948
Install x86/pte.h
2010-07-07 00:10:14 +00:00
jruoho
935deb263f
Document pthread_attr_get_np(). Fixes PR lib/39289 from ahoka@.
2010-07-06 21:36:34 +00:00
tsutsui
97e9af4c1e
Prepare ./libdata/firmware/upgt to help manual install.
2010-07-06 15:07:34 +00:00
pooka
22df42291e
puffs test
2010-07-06 14:47:20 +00:00
pooka
16dbf32225
move psshfs tests from fs/puffs to fs/psshfs
2010-07-06 14:10:06 +00:00
mrg
ad13e17661
move all the radeondrm firmware images into the filesystem. check that
...
some firmware sizes are the expected size. (XXX make all.)
based upon similar changes seen in the linux radeon drm driver.
this saves about 250KB in the kernel or module.
2010-07-05 20:32:23 +00:00
njoly
1511eb19e2
Add test program that use sample code from kern/41937, and fs rump
...
helpers to check currently supported filesystems.
t_rmdirrace (1/1): 5 test cases
ext2fs_race: Passed.
ffs_race: Passed.
msdosfs_race: Passed.
sysvbfs_race: Passed.
tmpfs_race: Passed.
2010-07-05 12:53:58 +00:00
pooka
beaed2d1bd
+tp
2010-07-04 19:34:44 +00:00
tsutsui
c3e7f27703
Add upgt(4), a driver for Conexant/Intersil PrismGT SoftMAC USB
...
IEEE 802.11b/g WLAN device, ported from OpenBSD by FUKAUMI Naoki:
http://mail-index.NetBSD.org/current-users/2010/05/28/msg013570.html
Slightly modified by me to use recently added config_mountroot(9)
to defer some device initialization until mountroot for firmload(9).
Tested on Sharp W-ZERO3 WS003SH with internal WLAN.
Note currently we cannot redistribute firmware files for upgt(4) so
they have to be downloaded and copied into /libdata/firmware/upgt manually.
See upgt(4) man page about firmware details.
2010-07-04 15:21:57 +00:00
njoly
4da0dcbb91
Fix a few test entries for MKDEBUG builds.
2010-07-03 21:48:54 +00:00
pooka
8a4703fa3a
one more test_programs -> test-programs (but i didn't do a build,
...
just guessing based on the build log failure)
2010-07-03 18:59:38 +00:00
jmmv
6d92590796
Update file lists for atf 0.10.
2010-07-03 08:16:50 +00:00
mrg
6c3fa23d54
add stl.mi, was previously stl.elf.
2010-07-02 21:19:00 +00:00
mrg
890d0a141c
move the *.elf contents into the *mi* contents. we're not going to have
...
non-elf platforms at any thing in the near future, and these extra files
are only making sets handling even worse than necessary.
ok lukem.
2010-07-02 08:09:58 +00:00
mrg
fe98792097
move the *.elf contents into the *mi* contents. we're not going to have
...
non-elf platforms at any thing in the near future, and these extra files
are only making sets handling even worse than necessary.
ok lukem.
2010-07-02 07:43:36 +00:00
christos
4a4f0193ac
sets for new iwl1000 firmware
2010-07-01 17:35:14 +00:00
jruoho
7965193037
Briefly document proc_find() and pgrp_find().
2010-07-01 14:54:44 +00:00
jruoho
3cb6211465
Remove the now obsolete pfind(9).
2010-07-01 14:22:12 +00:00
njoly
24850d26c8
Small xfail testcase to exercise 48k ffs image mount, from problem
...
reported by Hubert Feyrer on netbsd-users@.
2010-06-30 21:54:56 +00:00
pooka
d4b306d854
unsnafu previous
2010-06-30 17:41:55 +00:00
pooka
7150997530
+rumpdev_putter
2010-06-30 16:17:12 +00:00
pooka
873b9f903d
more tests
2010-06-29 15:26:13 +00:00
kefren
bc16cc7729
add mpls(4) manpage
2010-06-29 14:10:35 +00:00
mrg
656d5ec56d
export PIGZ=${TOOL_PIGZ} (not yet used.)
2010-06-29 05:51:53 +00:00
mrg
1f261f0946
fix MKKERBEROS=no, MKISCSI=no and MKLDAP=no builds.
2010-06-29 05:48:13 +00:00
mrg
adce76c26e
fix MKISCSI=no, MKLDAP=no and MKKERBEROS=no builds.
2010-06-29 04:43:45 +00:00
mrg
d3e818fc8a
mark some missing "libiscsi" files as "iscsi" so that MKISCSI=no works.
...
reported by director <director@ktinos.info> on port-amd64.
2010-06-29 04:16:25 +00:00
pooka
bab2829c6a
test if i have mastered the setlists for adding tests
2010-06-28 19:08:53 +00:00
pooka
0d3939fd33
+test
2010-06-28 09:46:27 +00:00
kefren
a9516b08bb
add MPLS header files
2010-06-26 14:27:55 +00:00
jmmv
c0722389d6
Register the tests(7) manual page.
2010-06-26 11:15:59 +00:00
tsutsui
cd9494c03d
Add config_mountroot(9) in autoconf(9) man page and LINKS for it.
2010-06-25 15:16:13 +00:00