Commit Graph

11441 Commits

Author SHA1 Message Date
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