Commit Graph

11613 Commits

Author SHA1 Message Date
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
martin
f5c8ee89a1 Re-enable LFS as /, now that booting from it works with the sysinst default
FS parameters.
2010-06-25 10:21:50 +00:00
skrll
eb5a8d18ab Add uturn(4). 2010-06-24 16:37:48 +00:00
pooka
594cd00900 zzlib 2010-06-21 21:46:58 +00:00
skrll
6b473d5964 Add entry for mkubootimage.debug 2010-06-21 10:37:46 +00:00
matt
4e3cefe215 Add entry for usr/sbin/ofctl 2010-06-20 21:32:33 +00:00
pooka
4629aeb8eb aaand, finally, hopefully complete the simple addition by putting
h_xfail into set lists.
2010-06-19 19:09:52 +00:00
tsutsui
8e7f6b2093 Prepare entries for Xorg wsfb based server for dreamcast.
Not enabled by default yet and old xfree entries are still preserved.

XXX1: No maple keyboard keymap yet:
      http://mail-index.NetBSD.org/tech-x11/2010/06/19/msg000785.html

XXX2: probably we should have some common list files for xcomp and xserver.
2010-06-19 18:17:55 +00:00
tsutsui
91af04a1a5 tab/space 2010-06-19 18:10:56 +00:00
tsutsui
efd05dd183 de-tab 2010-06-19 18:07:38 +00:00
mrg
1909f84b1c - always install pigz. hooary!
- kill MKPIGZ.
- add MKPIGZGZIP.  if it is "no", then only install pigz as pigz.  if it is
  not "no", don't install mrgzip, install pigz as gzip.

in all cases, the z* scripts.


i don't like the name MKPIGZGZIP so if anyone has a better name, feel free
to replace it.  i don't care enough since killing the ugly name is just
more incentive to get pigz doing .bz2, .Z and .z.
2010-06-19 03:50:30 +00:00
jmcneill
192740f5f9 hook mkubootimage into the build 2010-06-18 18:57:27 +00:00
hannken
2c090918c7 Remove the concept of recursive vnode locks by eliminating
vn_setrecurse(), vn_restorerecurse() and LK_CANRECURSE.
Welcome to 5.99.31

Discussed on tech-kern.
2010-06-18 16:29:01 +00:00
tsutsui
2ed29373f9 Prepare Xorg build for hpcmips and hpcsh. Old xfree files are still preserved. 2010-06-18 15:55:33 +00:00
tsutsui
79f121709d Prepare Xorg build for hpcarm. Note old xfree files are still preserved. 2010-06-18 09:18:16 +00:00
mrg
8b69d164b3 add some infrastructure to build pigz instead of gzip. you can test
this out if you set MKPIGZ=yes, but you'll end up with a /usr/bin/gzip
that doesn't support bzip2, compress or pack.
2010-06-18 04:21:21 +00:00
pooka
48eab2d7f9 tests 2010-06-16 19:30:11 +00:00
joerg
3efd71c962 Update build infrastructure for mdocml-1.10.1 2010-06-16 18:10:57 +00:00
pooka
637bf4639a ptyfs dir 2010-06-14 15:23:41 +00:00
pooka
5605e38e16 fix filename 2010-06-14 15:22:40 +00:00
pooka
a9459565dc ptyfs tests 2010-06-14 14:55:04 +00:00
pooka
43d595fea0 rumpkern_tty 2010-06-14 14:50:47 +00:00
pooka
c7b9a80854 ptyfs.h 2010-06-14 14:42:20 +00:00
pooka
cc2d381c8a ptyfs 2010-06-14 14:39:12 +00:00
riz
f037dc36bc vi.info doesn't get built when MKDOC=no. 2010-06-14 05:27:51 +00:00
phx
7031fa6dfc Automatically adjust the console speed to 57600 in /etc/ttys for KUROBOX
kernel.
2010-06-13 15:32:00 +00:00
riz
56d9ef3ad9 Mark a few atf files as being in the "share" set as well so a
MKSHARE=no release build completes (tested on amd64 and i386).
2010-06-11 18:21:44 +00:00
njoly
0e3584bfe7 +librumpkern_ksem.so.0.0.debug 2010-06-11 15:12:45 +00:00
pooka
b0063461d0 update 2010-06-10 23:50:04 +00:00
pooka
c46b8723d4 update 2010-06-10 22:04:52 +00:00
pooka
69d80d1862 update 2010-06-10 22:00:02 +00:00
dholland
da08c929c5 .It, not .IT. Noticed by Henning Petersen in PR 43445. 2010-06-10 17:49:32 +00:00
wiz
c8599972e0 Fix a typo. 2010-06-09 21:49:41 +00:00
njoly
57c2f44456 Add missing .debug extension. 2010-06-09 21:36:45 +00:00
riz
ef3c6c8c55 Tag some manpages with "complex" so a build with "MKCOMPLEX=no" completes
successfully.
2010-06-09 19:06:31 +00:00
phx
16b097908c Adapted sysinst and installation docs for modern NAS boxes. 2010-06-09 17:37:23 +00:00
pooka
53b1ac321f take care of the usual pastos invisible to the human eye 2010-06-09 13:44:22 +00:00
pooka
c4cb78293c +test 2010-06-09 12:40:49 +00:00
tnozaki
068f43028d fix build breakage by multiple definition of __mb_cur_max. 2010-06-08 17:12:32 +00:00
jruoho
a88b2930dc Document ilog2() from <sys/bitops.h>. 2010-06-08 08:51:08 +00:00
jruoho
6d00e6b5dc Briefly document the bintime_add() family of static inline functions. 2010-06-08 05:40:26 +00:00
riz
1855c8357a Create a manpage for igphy(4). kern/35398. 2010-06-08 05:38:32 +00:00
tnozaki
9efec5bce3 1. MB_LEN_MAX switch MD to MI.
2. unfortunately hppa's MB_LEN_MAX is defined incorrectly 6 instead of 32
   so we have to add more setlocale(3) __RENAME func, __setlocale50.
3. move setlocale1.c and setlocale32.c to lib/libc/compat/locale/*
   prepareing for next libc major crunk.
4. bump libc minor version.
2010-06-07 13:52:28 +00:00
jruoho
9921e5b526 Build links also for mq_timedreceive(3) and mq_timedsend(3). 2010-06-07 07:26:20 +00:00
jruoho
dfba418d38 Add mq(3), a manual page for the POSIX message queues. This tries to act as
a short introduction to the rationale and API, noting also some pros and cons.

rmind@: basically ok. Please feel free to adjust, correct, and extend.
2010-06-07 07:11:27 +00:00
riz
b8ec406166 Remove a test (that a created directory had a predictable inode number)
that no longer makes sense since the vmlocking2 branch was merged.
2010-06-07 03:43:50 +00:00
dholland
23beeb1a3b +t_sort 2010-06-05 22:39:18 +00:00
jmmv
6bf7fc8927 Adjust file lists for atf-0.9. Most notably, some files are gone for good! 2010-06-04 08:37:09 +00:00
joerg
e4c9126b4d Install mdocml's default CSS as /usr/share/man/style.css. Switch HTML
man pages to use mandoc unconditional as it gives reasonable output for
all man pages, not only a subset of mdoc(7).  Use the newly installed
style.css for formatting and produce hyperlinks for .Xr.
2010-06-01 23:29:09 +00:00
joerg
9d6b8287eb Update to mdocml-1.10.0 2010-06-01 21:32:39 +00:00
tnozaki
9a35d7972b more split ctype.h -> sys/ctype_inline.h, sys/ctype_bits.h 2010-06-01 13:52:07 +00:00
skrll
60417a4357 Add a man page for the hp700 lcd(4) driver. 2010-06-01 10:24:14 +00:00
pooka
f9a4d4c3ab new tests 2010-05-31 23:37:52 +00:00
pgoyette
6c40070d66 Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.
2010-05-31 20:32:28 +00:00
pgoyette
fcce6bd41f Add new hp700 man pages. Hi, Nick! 2010-05-31 14:46:22 +00:00
wiz
1ebca18030 Add man page for uark(4) from OpenBSD. 2010-05-30 22:22:18 +00:00
pgoyette
700e1731f0 Extract MIIVERBOSE into a kernel module. The module can be builtin
by defining 'options MIIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.
2010-05-30 17:44:07 +00:00
pgoyette
1dad7e2286 Extract SCSIVERBOSE into a kernel module. The module can be builtin
by defining 'options SCSIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

The module is built for all architectures, whether or not SCSI or
atapi support exists.
2010-05-30 04:38:03 +00:00
pgoyette
3f79fb26a7 Extract USBVERBOSE into a kernel module. The module can be builtin
by defining 'options USBVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

The module is built for all architectures, whether or not USB support
exists.
2010-05-29 01:14:29 +00:00
ghen
a2c1907824 Install pkgconfig file for xkeyboard-config. 2010-05-28 13:01:23 +00:00
ghen
1d75ab7274 Update to xkeyboard-config 1.9. 2010-05-28 12:38:34 +00:00
njoly
65a7cb608a +libgeode_drv.so.2.debug for i386. 2010-05-28 11:27:18 +00:00
njoly
f3d31032b1 un-obsolete ws.0 for i386. 2010-05-28 11:14:08 +00:00
njoly
b226c9a13c +libopenchrome_drv.so.0.debug for amd64 and i386. 2010-05-28 10:49:51 +00:00
mrg
281afa1ed9 build libchromeXvMC on x86. 2010-05-28 06:26:55 +00:00
lukem
5e2fef94b5 fix MKDEBUG=yes for X11R7 libs 2010-05-28 05:39:56 +00:00
mrg
12b28a5e80 geode_drv is a .so.2. 2010-05-28 04:55:07 +00:00
mrg
3c18d96e81 enable xf86-video-openchrome for x86 and xf86-video-geode for i386. 2010-05-28 04:12:02 +00:00
nonaka
623fa85bb5 Added keyboard config files for Sharp WS011SH/WS020SH. 2010-05-25 13:13:55 +00:00
pgoyette
72a7c70b78 Extract the vendor/product tables and related access routines into a
separate kernel module.  Update pci bus attach routine to load the
module (if available) when we're about to start scanning the bus, and
unload the module after the scan is finished.

On architectures which support loading of modules by the boot loader,
the 'pciverbose' module can be loaded and executed without needing to
rebuild the kernel.  On all architectures, using 'options PCIVERBOSE'
in the kernel configuration file will create a 'builtin' module which
is functionally equivalent to previous behavior.

XXX Although not nearly as large as the vendor and product tables,
XXX the PCI class and subclass tables might also be offloaded into
XXX the module at a future time.

XXX Cardbus (and possibly other) drivers should also be modified to
XXX load the module before scanning/attaching devices.
2010-05-24 20:29:40 +00:00
lukem
43b2175b78 fix MKDEBUG=yes for X11R7 libs 2010-05-24 14:04:04 +00:00
mrg
a85bea796f updates for Mesa 7.7.1. 2010-05-23 21:32:50 +00:00
mrg
b5c0d25529 obsolete vga.4 like other ports. as noticed by kurt schreiner. 2010-05-23 10:50:28 +00:00
mrg
d4005d5baa updates for xf86-video-vmware 2010-05-23 06:41:19 +00:00
mrg
1bf99f0476 bump libpixman-1.so minor. avoid double defining PIXMAN_DISABLE_DEPRECATED. 2010-05-23 04:26:19 +00:00
mrg
3e5caf6bef install libdrm_intel.pc and libdrm_radeon.pc 2010-05-23 01:30:25 +00:00
mrg
e1fcd437da add llib-ldrm_radeon.ln 2010-05-22 23:21:36 +00:00
mrg
d7630e6d89 intall libkms.h into the right place. fix some libdrm_radeon issues. 2010-05-22 23:19:44 +00:00
mrg
bd00795b4c deal with libdrm 2.4.40: new / moved headers, libdrm_radeon. 2010-05-22 23:03:13 +00:00
mrg
b014fbb669 don't build xf86-input-void; it is obsolete since xorg-server 1.4. 2010-05-22 21:12:19 +00:00
plunky
b1c545a2cf add Magic Mouse driver and manpage btmagic(4) 2010-05-22 18:56:00 +00:00
mrg
fa68f85d6c obsolete a bunch of obsolete man pages. missed in update builds... 2010-05-22 11:20:18 +00:00
mrg
5a7790f513 fine new libpciaccess shlib minor 2010-05-22 10:32:18 +00:00
mrg
1373148e6a install GL/internal/sarea.h and GL/internal/dri_interface.h, like Mesa does. 2010-05-22 08:52:33 +00:00
mrg
e7d715554c merge various Xorg package updates, mostly Xext and friends. 2010-05-22 06:21:05 +00:00
njoly
445bab754c Update some keywords. Fix MKGROFF=no build. 2010-05-21 21:46:48 +00:00
pooka
cd743723f8 Do you see over yonder, friend Sancho, thirty or forty hulking setlists?
I intend to do battle with them and add t_extattrctl into them.
2010-05-21 16:59:12 +00:00
pooka
d7de76765f Bump major of libpuffs, librefuse and libp2k.
Hmm, 60 lines changed (!!), 3 medium camels sacrificed and half
the total working time spent here.  I picked the wrong day to not
quit editing setlists.
2010-05-21 11:07:20 +00:00
mrg
933f73658b add Viewres-color and Xgc-color app-defaults for Xorg builds. 2010-05-21 06:09:34 +00:00
wiz
2092607d5a + /usr/share/man/man3/pthread_attr_destroy.3 2010-05-20 06:52:01 +00:00
jruoho
9bfaa34d66 Build links for rest of the pthread_attr(3) functions.
Hopefully I got all of them right in the setlist...
2010-05-19 20:04:42 +00:00
jruoho
339c78d7ee Add a simple test for timer_create(2) / sigevent(3).
Case for SIGEV_THREAD commented out.
2010-05-19 19:17:08 +00:00
jruoho
9a92149c5d Add sigevent(3), a manual page that describes the struct sigevent used by
the POSIX real time functions and timers.

XXX:	(a) Needs to be modified once real time signals are supported.
	(b) Could use an example.
2010-05-19 06:28:53 +00:00
jruoho
376c7b5fe6 Describe also the timespec() family of macros in timeradd(3). 2010-05-18 09:07:37 +00:00
jruoho
4e9ea952b8 Add an introductory manual page for the POSIX asynchronous I/O, aio(3).
This is hopefully enough for a reader to get started with the aio.

ok rmind@
2010-05-17 17:15:42 +00:00
jruoho
39a44ad3b2 Add a manual page that describes the basic structures in <sys/time.h>. 2010-05-17 07:10:15 +00:00
jruoho
15ccf6ccbe As was done with the man-page for <sys/types.h>, move dir(5) to dirent(3).
Add a table describing the stat <-> dirent types. Note IFTODT() and DTTOIF().
2010-05-16 15:33:29 +00:00
nonaka
58d5f137df Added keyboard config files for Sharp WS003SH/WS007SH. 2010-05-15 15:34:09 +00:00
njoly
2d9ef70d9c Add some missing atf keywords to fix MKATF=no build. 2010-05-15 09:00:52 +00:00
isaki
e3288cc808 TERM=x68k -> vt220. sysinst works again. 2010-05-15 06:36:12 +00:00
tsutsui
4f56b41e32 Enable dhcpcd(8) in hpcsh sysinst. 2010-05-15 05:08:53 +00:00
njoly
81bf68d7da Cleanup duplicated groff keyword. 2010-05-14 22:42:31 +00:00
jruoho
83b0eb8ab6 Briefly note /etc/rc.local in rc(8). 2010-05-14 16:19:58 +00:00
jruoho
08cdc5df90 Build links for syslogp(3), syslogp_r(3), vsyslogp(3), and vsyslogp_r(3).
From Takahiro Kambe in PR lib/43301.
2010-05-13 17:48:50 +00:00